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

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

USE `sleepingsolutionscouk`;

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

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

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

LOCK TABLES `cerber_acl` WRITE;
/*!40000 ALTER TABLE `cerber_acl` DISABLE KEYS */;
INSERT INTO `cerber_acl` VALUES ('185.175.113.72',3115282760,3115282760,'W','My IP address',0,0,'','');
/*!40000 ALTER TABLE `cerber_acl` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
INSERT INTO `cerber_log` VALUES ('20.250.41.226',351939042,'',0,1672756407.0604,55,'Fb2oOy1NuHYLEwKmBAPc6nlM','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php',0,19,0),('20.250.41.226',351939042,'',0,1672756407.0638,55,'0iUkRbPxanH2QjLgySITNKuZ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/zcache.php',0,19,0),('20.250.41.226',351939042,'',0,1672756407.7660,55,'pbGAZVXYoQiwk0gF7mE5jIdR','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php',0,19,0),('20.250.41.226',351939042,'',0,1672756407.7829,55,'jbNiFcdhgHI6Ma1C3mPvZ9E7','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-content/uploads/zcache.php',0,19,0),('20.250.41.226',351939042,'',0,1672756408.5190,55,'F0G5lWq17nZAobMvhXmagpri','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-content/uploads/zcache.php',0,19,0),('20.250.41.226',351939042,'',0,1672756408.5937,10,'F0G5lWq17nZAobMvhXmagpri','','707|0|0|0|sleepingsolutions.co.uk/wordpress/wp-content/uploads/zcache.php',0,707,0),('20.250.41.226',351939042,'',0,1672756408.6464,100,'e9waDRK7WZn4pMIuG2frlFg3','','13|0|0|0|sleepingsolutions.co.uk/wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php',0,13,0),('20.250.41.226',351939042,'',0,1672756409.0666,55,'beYSCEoArg1XTwIyKl7G4tV9','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-content/uploads/zcache.php',0,19,0),('20.250.41.226',351939042,'',0,1672756409.1626,100,'nHjucUvRZQ1KMqfYEzoC8FJ0','','13|0|0|0|sleepingsolutions.co.uk/blog/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php',0,13,0),('20.250.41.226',351939042,'',0,1672756409.4710,55,'xKF5Tn9VPBzwW8eq2JY3lANt','','19|0|0|0|sleepingsolutions.co.uk/site/wp-content/uploads/zcache.php',0,19,0),('20.250.41.226',351939042,'',0,1672756409.5570,100,'xGaoePsCbtLzqvAYdZM731fm','','13|0|0|0|sleepingsolutions.co.uk/site/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php',0,13,0),('157.55.39.96',2637637472,'',0,1672756628.0517,55,'rx60jXi8CEWaHIoSkTUBnYZA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.75',676177739,'',0,1672756631.5539,55,'K1jIEzdpHMUiRZ8boV4CD3ny','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1672756637.2616,55,'521LYGcNmCM7dnQo8hJRVugZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.72',676177736,'',0,1672756645.5459,55,'3pBArFDldNCgobGK2HaW1YwZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.172.187.88',346864472,'',0,1672761860.4445,55,'KSHmR4UNsWT5AGXLae90nqwP','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('20.172.187.88',346864472,'',0,1672761863.5352,55,'kE4HcrvpNjDuW3KY0sTFm2Sf','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('20.172.187.88',346864472,'',0,1672761865.4805,55,'2WSY6PfwLOxb9znavcIrsFTo','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('82.132.236.49',1384442929,'',0,1672771167.7364,55,'yBm8jSLQt04E1uNkM36vJfa5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.236.49',1384442929,'',0,1672771167.8355,55,'lsWxPZwUXFqv1YND3AMhLozB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.236.49',1384442929,'',0,1672771168.2048,55,'W4a6wx9FESseP57uh8Z2RJTV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.108',3475901804,'',0,1672774325.2872,55,'9nmzlfHCo3QtuYwOypZDa40R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.138.16.66',764022850,'',0,1672774460.1986,55,'L4TiBo0AVQmpGEObRx8zq7vw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('45.138.16.66',764022850,'',0,1672774460.4715,55,'tsfnCVc2eN3zkwZlbEWFuOi7','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('45.138.16.66',764022850,'',0,1672774460.7697,55,'hailND0HcBGmbst4dVkFMoT5','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('45.138.16.66',764022850,'',0,1672775748.3725,55,'U6nCJZXjoPgWc1NxwelKh4vz','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('45.138.16.66',764022850,'',0,1672775748.6308,55,'or8EHleIa3WdufA0vwUNpnJM','','19|0|0|0|sleepingsolutions.co.uk/zbpowgyh.php',0,19,0),('45.138.16.66',764022850,'',0,1672775748.6551,10,'or8EHleIa3WdufA0vwUNpnJM','','707|0|0|0|sleepingsolutions.co.uk/zbpowgyh.php',0,707,0),('17.241.227.67',301065027,'',0,1672776852.4203,55,'YaHsOFmNhpI3VvSU5E7e29wX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.168',301026216,'',0,1672779758.9010,55,'Xb9k2m6dRYh3zK18Wps5PTNG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.127',301026175,'',0,1672780037.1526,55,'dBxL6PEUyuSVQGcNqhoYse7O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.117',301065077,'',0,1672780762.2348,55,'76Afv9DFYqMCEPGpROuSZBIU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.98',86888290,'',0,1672781364.0813,55,'PJ37IrFTaMAtl1mbs2cKEjXo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.171',1920440747,'',0,1672782123.0446,55,'HhvpoE1rfkbNCSlLXBRZMPq5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.238',301063150,'',0,1672782738.3635,55,'Pj9gKnRW3D7BYkSLtCVAfJhy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.148',1920436372,'',0,1672782926.1668,55,'eNfE5q4iSjvwdZ0zPIBlbOH1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.40',1920442152,'',0,1672783279.4784,55,'9U4gWtbdNam6CS2qhrPn5DTZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.76',1920436300,'',0,1672784804.5943,55,'Y9kg2y7WVfmzGilN1FK5n64L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.15',1920439823,'',0,1672785100.0868,55,'sodm8TPOuzeUS6IJFKN0Zhy3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.183',1920438711,'',0,1672785421.0588,55,'MBgn1wmzsLPdr2lbkOjoR4iY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.221',1920441821,'',0,1672786127.8173,55,'UIQwM7jLDc5PSzhERfk8l4it','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.38',1920438822,'',0,1672786567.6770,55,'HPn7yDYwd0M2kU14hpI9gqbF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.228',1920435684,'',0,1672786803.5622,55,'UvDzlg8WYSPIMErZocskV2wd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.199',1920436935,'',0,1672787122.8254,55,'HJpf8P5Dt6MwhVBREqviXQbU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.143',1920436367,'',0,1672787458.9943,55,'XuoJN9H2sVIxhnEbaD3GvZTK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.226',301065186,'',0,1672787595.4073,55,'7rWeyKTUYECI5aoZMRmX0ucp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.208',1920438992,'',0,1672787781.0453,55,'azKTcpv0genNX38SBh6IAPJZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.228',1920441316,'',0,1672788136.5599,55,'TxM8nsOhk65CVwqGBuaS4zLI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.105',1920434793,'',0,1672788468.4647,55,'MRokjVG1xuc0mUd2F9O58bBZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.118',1920437622,'',0,1672788808.9037,55,'Tc5xbr1RlVBhoPEsvjHXqNpi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.67',301026115,'',0,1672788859.6886,55,'7P1pYiZaEgnWoRbGeN4kzH8d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.125',1920434813,'',0,1672789138.5805,55,'P5p4IlNfZA2BWmqd3vUFXtLK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.207',1920436175,'',0,1672789454.4282,55,'hsaClj9YLHg0UR5t2NmrZ6fO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.18',1920441874,'',0,1672790911.9928,55,'1HYXq2I6h9cfm5vueCJPGtVU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.27',1920437275,'',0,1672791215.7872,55,'CVEegfh9pdPyw3Wk10lo6B24','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.118',1920441718,'',0,1672791560.6003,55,'ptJLhk4Ai1Tcnu683MoFve2Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.102',301063014,'',0,1672797452.5822,55,'z0MLcsUoRYCQkrJjlO2Ti3xg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.244.175.134',3119820678,'',0,1672800952.1998,55,'njoDXuEx9gRTIGrelNtQCaqk','','19|0|0|0|sleepingsolutions.co.uk/wp-content/74034.php',0,19,0),('34.89.10.88',576260696,'',0,1672801744.7478,55,'vy1HJlDeKkwg6nUMAmLbYFuB','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.73.57',1123633465,'',0,1672801767.5872,55,'uT9Wvsz0NJ8Ha1GediFXpflj','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.73.57',1123633465,'',0,1672806387.5564,55,'HTYxdP6n5ubiavWCRIOZ7QUf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.96',2637637472,'',0,1672809653.9826,55,'md39WtY5GqfuIgZE0FKxlaop','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.75',676177739,'',0,1672809656.7088,55,'qoZyh043zkl1UuXAixvGLYFB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.75',676177739,'',0,1672809657.9016,55,'1F40Y6lAkc8TmdVBWvQOzJPs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.75',676177739,'',0,1672809665.2761,55,'uRGWVEQJT39dvpkcqANeStaU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.156.169.6',1520216326,'',0,1672810238.3091,55,'iO4087NraCh9LUMnyH5K6qwY','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/style.php',0,19,0),('90.156.169.6',1520216326,'',0,1672810238.3098,55,'bGroAgSI7cNtB2J140VEFhzj','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('114.119.154.118',1920440950,'',0,1672812369.5998,55,'2mME8FslAWir7KZxUB3JPRbc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.34',1920434210,'',0,1672812720.6727,55,'rv5ZCHtygXcUb2FsaqAY0QDE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.37',1920436773,'',0,1672814376.7953,55,'q2MJcBYyTiFtKxm4wNhDuHdn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.100',1920441188,'',0,1672814704.7372,55,'JLEtDgTl4om7bRNVG0Ux1dkz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.228',1920439780,'',0,1672815133.6741,55,'MzgEZ2G1c4yWClToIJtL3sjF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.59',1920440123,'',0,1672815567.4323,55,'Os2KCorwARxv7HXkNuiZEFtq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.208',1920438992,'',0,1672815894.6354,55,'UibAqQYWRmCScjBgXJv3pwF2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.227.254.5',769916421,'',0,1672816121.6200,55,'USnWReJ910ioHvm5z4qDFAfG','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('45.227.254.5',769916421,'',0,1672816123.1662,55,'EjT1URJ9KxCpNeWId5ZsP4hD','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('45.227.254.5',769916421,'',0,1672816124.8616,55,'Lb7neSloRXdrOGg4BQxIAzWY','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('45.227.254.5',769916421,'',0,1672816126.3214,55,'PFprnDKjc2XHvtVdZT7WmukN','','19|0|0|0|sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('45.227.254.5',769916421,'',0,1672816137.5216,55,'3WcfkO5G8R2xBnoDail6QAbs','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('45.227.254.5',769916421,'',0,1672816137.5468,10,'3WcfkO5G8R2xBnoDail6QAbs','','707|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,707,0),('45.227.254.5',769916421,'',0,1672816139.1596,55,'hsviUPwJQ5TWBoXg4tjGbpZx','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('45.227.254.5',769916421,'',0,1672816143.5628,55,'ztfERUolm5S6ecyuWqG1MLYn','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('45.227.254.5',769916421,'',0,1672816144.1573,55,'VyjhzYLJq7N6HdgRZ3GFEpe5','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('45.227.254.5',769916421,'',0,1672816145.9949,55,'m40iotLOnS6bArp1dzK9slv3','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('45.227.254.5',769916421,'',0,1672816147.3054,55,'NBiS2ZVdDGIF6aTYAXJgEzCf','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('45.227.254.5',769916421,'',0,1672816147.7750,55,'rOTXM4yCA7W8B0IFDfmEkto6','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('45.227.254.5',769916421,'',0,1672816149.0516,55,'o9AqxibTplhIRPVY0SnMmLjN','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('45.227.254.5',769916421,'',0,1672816151.0216,55,'YX4VOeE9mxQ2g1TfMq7RCAJD','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('45.227.254.5',769916421,'',0,1672816158.5208,100,'cgL8oy7bSG4Y91pXQlAratUe','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('45.227.254.5',769916421,'',0,1672816162.9733,55,'FsXUixQZAaWkyGIr1HwRvdo9','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('45.227.254.5',769916421,'',0,1672816165.2239,55,'Qh70upoO68xkMjEJB3SIXLKT','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('114.119.160.138',1920442506,'',0,1672818212.0478,55,'2go8wJOSCBU1nd6ms47W3aTE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.87',1920438871,'',0,1672818430.1823,55,'s9ZcerO2jPJ8RdMUHVwnDh3T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.181',1920434613,'',0,1672818796.8684,55,'RhJ8LTS5w9aCoKUEgbixsDNy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.9',1920437513,'',0,1672819102.7346,55,'RIpGstNTmlAo0WudCObZ79LH','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.155.81',1920441169,'',0,1672819364.8439,55,'mXpRJkncb5QAdWg7Gf2TVUlM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.76',1920435276,'',0,1672820327.8356,55,'Qt5IJj8XmVAgexdnqoWLyfwY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.69',1920438085,'',0,1672820643.8316,55,'uYC5Wd9VKgQN2SMixol7wmED','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.156',1920442012,'',0,1672824469.4984,55,'Ka1FZeywQk3PAj7HUoMfgX5Y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('41.100.81.152',694440344,'',0,1673443869.1090,55,'17rXITgs4fN0CuSetlzGKvkq','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('41.100.81.152',694440344,'',0,1673443873.5336,55,'wYzNfTDLpjoBCl9h7K0cqyRU','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('198.98.54.3',3328325123,'',0,1673443893.7365,55,'nqv6CMco7dLjW2VY4FS0lahN','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('51.15.80.14',856641550,'',0,1673443901.5334,55,'ig98ShYGjWnRlcfqQsXItkH7','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('114.119.143.119',1920438135,'',0,1673445532.8834,55,'E6i5xUPzKqT8bGoM1fpQyLuS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.191',1920434623,'',0,1673446677.0407,55,'qBhz7HMi6L1k49upnvsadIlE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.206',1920437710,'',0,1673446948.4066,55,'prMaqyk3fNgZWTQ1leLsj5cd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.202',1920436170,'',0,1673450620.9702,55,'s30KZxGtShmCo2lEqLXFY8bU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.199',1920436167,'',0,1673450936.1708,55,'izF5Gj1QJPYZMR9NAaxoc34X','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.100',1920436324,'',0,1673451285.7485,55,'qHVezPQG2ZpSCR71muhXxoNK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.207',1920436943,'',0,1673452426.4785,55,'3QlRKH2vMgowjFWUOAbmL58t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.17',1920440081,'',0,1673453141.6259,55,'Zv9y4WYVrFSXLKzBewGf3i0P','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.205.194.50',3587031602,'',0,1673453738.4720,55,'NL5OhomCWYHxQFE2flnjT0JI','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.145.115',1920438643,'',0,1673454758.7424,55,'qm6xW2piYka8Z3ytrwvoGJzE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.214',1920436950,'',0,1673455103.1300,55,'8m5pxVZKWGCF0NndRtOXQaLJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.98',1920438882,'',0,1673455436.4346,55,'IrPH3RX9nUZNtlf5gSvDJxma','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.218',1920441818,'',0,1673455714.9850,55,'FW7XTSRKbyx16CzL9Vg0IeBU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.6',1920435718,'',0,1673456410.8374,55,'ukmOMDZeXvTbfC1g8SKQ7BVP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.42',1920439850,'',0,1673457555.9873,55,'97hbM2IaLdAgBcn3DqxiRYUf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.167',1920442023,'',0,1673457886.4435,55,'ejZsgPLFV4WK1zONat2Q3im5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.124',1920436604,'',0,1673458214.6250,55,'bTaHvU4sDy25FrBlPzImxXoE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.121',1920440697,'',0,1673459239.6002,55,'ScxAEyGKUXiYsdw3BnF41JZa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.137',1920440969,'',0,1673459598.5862,55,'YWm68fXj427xRkrdtauVp3nN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.57',1920441657,'',0,1673459908.3337,55,'BT3upxbvSXOYd4nH6UfFWERj','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('37.169.102.207',631858895,'',0,1673461010.8447,55,'aP2KJbVu5hLfojIk7edNp9Mg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.66.82',1123631698,'',0,1673463267.2760,55,'tvw12WSVyox6E9lAfDMhPQ37','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('66.249.66.34',1123631650,'',0,1673464463.7617,55,'FgSEbXJ7dvwjLuyRPpKt90ex','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('114.119.159.169',1920442281,'',0,1673465225.9179,55,'i8DOq9d5Q7GyXBtwvcYPEUhn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.156',1920440220,'',0,1673465545.9686,55,'DGJzwRVo5IpWCldFe69KxYyL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.66.3',1123631619,'',0,1673465660.2015,55,'EQDRvgiXl7w29T5COpjHfk4B','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('66.249.66.157',1123631773,'',0,1673468587.8169,55,'MCmgynptKDAb4TOJZsE5Gw6F','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('5.45.207.98',86888290,'',0,1673471684.8708,55,'0rAPOdRUt3YQ6goDClqMJ5pv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.94',86888286,'',0,1673471688.7325,55,'vAqmNIsiRPly4G1jehobMVgd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.164',301063076,'',0,1673472416.1071,55,'oE7Bcpg61TtkmLAOQqCnw8bK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.107',301065067,'',0,1673472687.3466,55,'lsZz2OpkJDcCG69I7YmHdiSo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.60',301065020,'',0,1673475844.4398,55,'pg6MjVCc4HSolknXqQ9wbOts','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.98',86888290,'',0,1673475966.2149,55,'y4lgZscXpjxwCd59fYvuFUNk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.94',86888286,'',0,1673475986.8051,55,'83Yfn7qm5IslU6TQhtO29eLC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.98',86888290,'',0,1673479651.6171,55,'UdmfN465HWakvBjR1OZy0ltK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.94',86888286,'',0,1673479675.6181,55,'VdMCanQhlBO8427q9Lcizvm0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('136.243.228.179',2297685171,'',0,1673479811.5240,55,'DZbTYah4IronRA3sLg0OPU76','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('136.243.228.179',2297685171,'',0,1673479815.7431,55,'QwkVJqjebzSPTmu5nKIxrpYF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('136.243.228.179',2297685171,'',0,1673479843.1211,55,'j1frSWy9TgcUhFZdsz0HD5mA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.66.34',1123631650,'',0,1673485771.9706,55,'VGJFKosLE0cOj89ynZga67BU','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('5.45.207.94',86888286,'',0,1673488480.5597,55,'aV5eYXkTAuZgfOQGnBtw6rlI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.205',100657101,'',0,1673488490.8212,55,'wPuBzM5j1EhxFrtS8kWLVcGN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.1.13',921436429,'',0,1673491587.7042,55,'1aeZEdkJR9SPVcwWHusnm6KL','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.236.1.13',921436429,'',0,1673491607.5898,55,'N6Oo5XfSVcu3TlLDk2A7hstU','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.131.52',1920434996,'',0,1673493007.8124,55,'AsUD1w5ncjmupRBa4xFbv3Oo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.109',1920434797,'',0,1673493239.7263,55,'2KmkRDWEt8LalHyhbiIx0JZu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.90',301026138,'',0,1673493311.5783,55,'HEASX47vikK5VnzBRxmpWa0I','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.74',1920440138,'',0,1673493603.1312,55,'YoRxPV624tskdmuEQjwNJGrC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.98',1920436578,'',0,1673493881.0011,55,'QNUrMTtxiFadOZkYIP4VoAn2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.75',1920442443,'',0,1673494228.0005,55,'4lSsfDOqc1Qbn9uYZB8V3z06','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.98',1920436834,'',0,1673494891.4025,55,'4EtcWAO2BbrNv9YJTD1GmS5P','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.158',1920435614,'',0,1673495263.7384,55,'KAGBzemSE1nsXToNvw3hJHDW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.7',301026055,'',0,1673495445.9967,55,'p7fiBbMRsLDtrmlG50WqF1CY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.184',1920436664,'',0,1673495633.9290,55,'Jbup3YB04TySqCeIlG1LdnOr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.15',1920439823,'',0,1673495893.2994,55,'LgNHa1CEI8txlqUKubn65A2v','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.78',1920439374,'',0,1673496300.0306,55,'jYfUwQrotkiVg6uAE0JReBXb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.132',1920441476,'',0,1673496592.0225,55,'obQT7CsjFt4H1cwyfkgieaYm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.202',1920434890,'',0,1673496955.3444,55,'AiC23taB0MFLgSjfKGzqYPmy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.103',1920439399,'',0,1673497278.3347,55,'iNZLzjSKFgVBC7y8c9WmxRE6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.210',1920440018,'',0,1673497636.4711,55,'p36XltG1f0JiELKHrdTneZ7u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.225',1920434657,'',0,1673497894.5944,55,'7ED4bYTZlR6HrqNu5J8Wn3zy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.160',1920436640,'',0,1673498244.5853,55,'hwUNIOA0Eov2smz9a7R1tjPu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.252',301063164,'',0,1673498412.6773,55,'ymgZICHGwkWBbQAcKN9p4P7n','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.248',1920440056,'',0,1673498588.5889,55,'ypM2TC0zugoGVxeN1hjSrZw6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.81',1920440913,'',0,1673498887.2695,55,'BES7kx5tsKMueoibV3JvAfaQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.175',1920440239,'',0,1673499234.2850,55,'A3CHlsjiJ5I2SM9NcGLvezpm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.65',1920436801,'',0,1673499587.7425,55,'U7aPpqegWCZL4sEmzlJwO5oX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.233',1920441577,'',0,1673499892.8539,55,'DHL8tBMz6URCg1cNTuyeqwFI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.98',86888290,'',0,1673500338.2045,55,'NyHBOjv7a1uUXVYtCpZ5Si3x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.94',86888286,'',0,1673500367.1634,55,'UHEPCSq2awM3zWb0fxhXspg1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.187',2637637563,'',0,1673504186.8633,55,'yI7zrXdb1vj5Px3mpfKkqF48','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.166.212',1920444116,'',0,1673504522.1492,55,'Zb3LIc6QXpyOznW50VNYlaoT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.160',301065120,'',0,1673504625.7040,55,'F9Wn4VY01KeaUjMymuAvqH7O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.142',1920440462,'',0,1673504868.5005,55,'QXs8WNFajLoG6zRJEwKx0rub','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.98',86888290,'',0,1673506556.6853,55,'Djuk0s4lUXZbT9iR2dx6tLhF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('205.169.39.63',3450414911,'',0,1673510244.2919,55,'eFQjCPdnlMHKyzsikmuXL5pf','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('5.255.231.122',100657018,'',0,1673510879.5503,55,'xDXCsuJyB8Gdb16rHzvfo9cp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.66.156',1123631772,'',0,1673512516.2208,55,'q0yabkc2S47mehVTG9wNRxiO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.138.16.66',764022850,'',0,1673512761.8905,55,'bUzQ1ueN5cXH2A0faCMpSqFD','','19|0|0|0|sleepingsolutions.co.uk/installer.php',0,19,0),('114.119.152.143',1920440463,'',0,1673521140.9068,55,'yT8X9AsgHmM5uNfOZIJjkvE1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.226',1123634146,'',0,1673521202.4054,55,'4alnOBAEM6vrP0QwJDhHmfzx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.187',1920438203,'',0,1673523149.0473,55,'AwoEY0r2PdhiOZUlyjGBV7xM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.91',1920439131,'',0,1673526033.3128,55,'asgDqum2NYXJr5xGkz1TWeEA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.46',1920434222,'',0,1673526386.1825,55,'ZQzJVWveG8HLcA5aDqk1X0g9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.7',1920437767,'',0,1673526664.0564,55,'ayQ0zZPiRT24fHjECLNMG5Fo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.224',1920436192,'',0,1673527386.5738,55,'y71J4uYc6mEWiGkVg3rNjaOU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.114',1920435314,'',0,1673527693.1049,55,'d7pOyYUlExLmc3oD6aZHsCkT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.123',1920435835,'',0,1673528034.7621,55,'UZVTpdbLDQuREzh93JY2enBy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.217',1920441817,'',0,1673528407.7781,55,'nAZkSif5e6r8d1gs0lqGLvV3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.167.129',1920444289,'',0,1673528729.2327,55,'rv0kMgNLh4KzY6GdwnDcTZHa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.193',1920436673,'',0,1673529489.0111,55,'tlWiAqspyERYb5xTPFZdg8av','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('98.20.176.203',1645523147,'',0,1673530213.2669,55,'SQNhfVAscH4Pd5R1o8wg0MaZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.117',1920438389,'',0,1673530806.1244,55,'1iIEAHGXd4c5KrJ6FNRQnPBW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.67',1920440643,'',0,1673531094.8312,55,'RjX1OkL9fg5dtZCumyrni8WF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.115',1920437363,'',0,1673531429.0090,55,'qBOJ6eUchMySRZwnAdtraW8V','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.37',1920442149,'',0,1673531756.8314,55,'JME0QK2XHuqA6hdiBZf58Dbk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.23',1920434199,'',0,1673532097.7042,55,'zuBFnYxUhiV2y5tvIsbkXwpH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.132',1920441476,'',0,1673532420.4154,55,'2Oi3Z5B1qIJVcY7vKegDbo0r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.126',1920435582,'',0,1673532763.1765,55,'dknVvRU67gclBzaP9WeXiQCp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.7',1920437767,'',0,1673533090.2060,55,'c2UeO9SqQf1wBXRE4Do5tdr8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.217',1920437465,'',0,1673535572.5054,55,'kcFs49hDdI5SBJfux2nRbXiZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.140.236.68',1452076100,'',0,1673536236.8183,55,'5m3QZIB9TujfP7pyYEg6slAa','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.135.207',1920436175,'',0,1673536307.6047,55,'hfz5iu1mcAoVvsNw6CFYjnlZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.53.190.116',523615860,'',0,1673537066.7438,55,'tTJxSjELPqfc10lVsOZ4rDi6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.233',1920438505,'',0,1673539439.2107,55,'93hbZw78Ig2GqxJrzBDM4nod','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.254',1123634174,'',0,1673540217.5130,55,'BbVlXx0hMtKAEuRq9m7OQP6f','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('78.151.242.228',1318580964,'',0,1673542900.6264,55,'WyNlG178qVs6P942Y3Zf0ASC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.37',1920434213,'',0,1673544292.3451,55,'wdv3ELOgMAG2NIkoytir9e6c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551907.6952,55,'KbQstMLeN3ikUnXzqm0IyGWR','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551907.9868,55,'rC1mOP3u6DGZV7EX8zAvInRo','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/wp-admin.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551908.2533,55,'4Jme8bx6HQd0qwLh2WaDMr7X','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551908.4561,55,'RxSu963WNodHlbEaKB7M85qA','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551908.5554,55,'qEbzx4nZyAQuNKpojwsvgaPS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-content.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551908.8185,55,'q6Qtn4uVpfZUXwBlJYd0kOja','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551908.8402,10,'q6Qtn4uVpfZUXwBlJYd0kOja','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes.php',0,707,0),('62.221.194.237',1054720749,'',0,1673551909.0798,100,'4HVuv9XpFYbnMeRJcgOdtr7q','','13|0|0|0|sleepingsolutions.co.uk/123.php',0,13,0),('144.202.42.211',2429168339,'',0,1673551909.0867,55,'1WEBLAoaIgcMTi0e8pC9qPQ2','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/wp-admin.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551909.3606,55,'gxjhnLlDUdQF3OfaM7qsriBW','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/js/widgets/index.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551909.6253,55,'Zqcu0f6wkh8vOS9JQ1nb7CKU','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551909.6255,55,'UDz8QqELJYkOSGlyZhmBCNfP','','19|0|0|0|sleepingsolutions.co.uk/nf_tracking.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551909.8827,55,'4JLNv13KWHehitxrksEmOQRZ','','19|0|0|0|sleepingsolutions.co.uk/nin.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551910.1277,55,'9cxIplPrMTAqmt2W36yOv7sz','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/blue/nin.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551910.2479,55,'DrCnUyFLfERB67SOivj3uNhp','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-content.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551910.7699,55,'Uk5rpoNCO9Ts3bGRDaxwIXPS','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551910.9362,10,'Uk5rpoNCO9Ts3bGRDaxwIXPS','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes.php',0,707,0),('144.202.42.211',2429168339,'',0,1673551911.4810,100,'bi9s1zp6hCnYlMSdU02OGqcK','','13|0|0|0|sleepingsolutions.co.uk/123.php',0,13,0),('62.221.194.237',1054720749,'',0,1673551911.6792,55,'TOGYCgx7Dc1hvu0sQZkiL9K5','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-light/wp-light.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551912.0567,55,'clmwA5jFet37WgqsVBR2L1np','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/networker/networker.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551912.1950,55,'y5Nf2jBnM48emdK0OSlDpZhu','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/js/widgets/index.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551912.8521,55,'zc9KYjf2v70OpTkyV3Amri6X','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/twentythree/inc/index.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551913.0879,55,'xYNOERAX61JthCzVomqvFadS','','19|0|0|0|sleepingsolutions.co.uk/nf_tracking.php',0,19,0),('62.221.194.237',1054720749,'',0,1673551914.0935,55,'uwt0Dk7BsHAUQ9eaoE3KXC5h','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551914.3716,55,'aMm1pToALKtBJQPFus0c36UO','','19|0|0|0|sleepingsolutions.co.uk/nin.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551914.9359,55,'zqkGL7EDWXtbOU9N1nhiIvMo','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/blue/nin.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551917.4342,55,'hj26isMF3ydBIKYgW4eEZLD5','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-light/wp-light.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551917.9697,55,'oSDsN9FeRuVTdBaLJCfhKk3c','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/networker/networker.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551918.5074,55,'lX7LhJw2eQo0A59arOY4Hgq1','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/twentythree/inc/index.php',0,19,0),('144.202.42.211',2429168339,'',0,1673551919.0343,55,'n15WVokINcmXpYr734096dlL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('114.119.156.30',1920441374,'',0,1673552546.3721,55,'mVfKp6tJP4wqFNnUa0bczOBM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.15',1920442127,'',0,1673552910.0366,55,'yfJWM49t0XcgoUiLnm5bvze3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.191.43.83',868166483,'',0,1673553052.3674,55,'QsoNT9pjmBX0qWclivKzkPh1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.191.43.83',868166483,'',0,1673553052.3733,55,'MaQyGTOqR2Hic5mlEPnA6kIN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.191.43.83',868166483,'',0,1673553052.3776,55,'XnNYCiWkLeB4GqK2StAayrJT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.153',1920441241,'',0,1673553278.1036,55,'m6lIjHQoOxfkizXs0ECPJ3nD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.26',1920434714,'',0,1673555634.7950,55,'09cDsI1SZWXa6MCxBAgpOKo5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.146',1920441746,'',0,1673556023.2106,55,'Vmg6tbZEpr7vNhfoAnd9j1q2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556552.4202,55,'YvzF6ym8rDRtZafnCbWqu3d4','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556556.5238,55,'JDawuVz0FQtcgmeiqCGS3y8R','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556560.9096,55,'8z1pBMLshcQrRwGgkbeqPoyF','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556562.0051,55,'ydOFpQPIGwW2vtbn3kE07AJz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556591.0687,55,'Lpgm4W58y2XQaqJPbxzdvHNK','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556591.1017,10,'Lpgm4W58y2XQaqJPbxzdvHNK','','707|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,707,0),('91.191.209.106',1539297642,'',0,1673556595.0392,55,'NcsArYhImqlGe6xQbfvOt3RK','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556600.1457,55,'kAuDF0dhZPRElJsYHq6o5wje','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556600.4107,55,'EsUJp6MYFvzhQ4uHxOrP7XcW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556609.1378,55,'95kwVO0NPZLjdnc8MouahRYF','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556609.8928,55,'AVhEeGoKdDOaHfB6vIJ2Mimw','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556610.1588,55,'b0C7rAqODxFfnQ6YwjXWsM9J','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556612.8293,55,'7OInRje0JBpfyaXAswoclrSx','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556615.2022,55,'4EmPotOy0ABsIgMeN6iQvwb3','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('114.119.146.16',1920438800,'',0,1673556646.9567,55,'FR52zkH8Pu1IEQZjOq0w3TcL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556655.5358,100,'NPShjRcyQglnCZLq57IYdEmJ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('91.191.209.106',1539297642,'',0,1673556667.9632,55,'51TOoGFVCxPMcurJB3lAQ9yX','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('91.191.209.106',1539297642,'',0,1673556700.2428,55,'gY7FRHOIcNClUEJv89QTS5hV','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('114.119.130.57',1920434745,'',0,1673556969.5745,55,'nCGIgFjoDwWQcOxYZ2hrybTe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.254',1123634174,'',0,1673557238.7056,55,'YXe57kaCqnwsWTOgHAQuV492','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.0.5.199',1342178759,'',0,1673558120.0468,55,'rLV5dw38J7Q4S0hWAjsNiZMB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.0.5.199',1342178759,'',0,1673558120.1305,55,'IBKAFPsvCdDTuQ16rRoU39pY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.0.5.199',1342178759,'',0,1673558120.3275,55,'kD2Nvl1f7qmtzxVa8HYAKR6U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.0.5.199',1342178759,'',0,1673558120.4008,55,'LbNnzCPQO473ghdql1uaEjkU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.0.5.199',1342178759,'',0,1673558120.5908,55,'nJFamGHEqdxu0KLZs5zg8pON','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.0.5.199',1342178759,'',0,1673558120.6059,10,'nJFamGHEqdxu0KLZs5zg8pON','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('216.131.104.16',3632490512,'',0,1673558625.7616,55,'140hQflYITGciJ2vPRWmyHzO','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('114.119.152.171',1920440491,'',0,1673559150.3359,55,'8q64XIcKgCxpUbNBLG3kJaZF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.107',1920436075,'',0,1673560579.5543,55,'AsP78Mq6t0afGYNFnEzOm5cy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.217',1920437977,'',0,1673560943.2991,55,'MnHzwIKEpofSqmUtjQs1DvJa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.90.181.149',2639967637,'',0,1673563706.5204,55,'6y2HSXWxwo3e9GclsQRurNkO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.94',86888286,'',0,1673563972.4596,55,'OoReJvDZsSClbYkNHpyfKmiL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.141',86888333,'',0,1673563991.9842,55,'zIJGlsQK07xh61EFPAu2pHat','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576581.0478,55,'oe0w5sxIztBKhu3HbWAm1R9n','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576581.4095,55,'F173CMeA648lGpTydtY5Bo9X','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/wp-admin.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576581.7039,55,'fY8zeG6byJQjgUm10CSlIcNq','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576582.0119,55,'gHvYT5sCcV20yFkJzEQ3PLjA','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-content.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576582.3612,55,'ly8Pifr3cqKHULxBFhG5vWQY','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576582.4022,10,'ly8Pifr3cqKHULxBFhG5vWQY','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes.php',0,707,0),('85.214.141.245',1440124405,'',0,1673576582.6764,100,'LhEPbBFWgoCwvpsS5T4xOArU','','13|0|0|0|sleepingsolutions.co.uk/123.php',0,13,0),('85.214.141.245',1440124405,'',0,1673576583.1290,55,'tiVMUkAypvNPwGd5r7JRL4Yq','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/js/widgets/index.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576583.5990,55,'KNrmMuf1eEOXiTp0cVbFyqYZ','','19|0|0|0|sleepingsolutions.co.uk/nf_tracking.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576583.9599,55,'jpQ3I4fLg79NaX8ivn2w6VUh','','19|0|0|0|sleepingsolutions.co.uk/nin.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576584.4031,55,'vRUelCbd3V6IQJksEo7BP0h1','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/blue/nin.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576586.5047,55,'tDMALfWHBY4lRd872SbvE1ms','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-light/wp-light.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576587.2837,55,'3LKQVM0iITqgCePDkthuEbf1','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/networker/networker.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576588.0031,55,'GfHFwJNzR6ersUqnKI2OXS4k','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/twentythree/inc/index.php',0,19,0),('85.214.141.245',1440124405,'',0,1673576588.7399,55,'TH2p457wUtLMyVlqxufohIDS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('5.45.207.94',86888286,'',0,1673576649.1543,55,'mlpVoArIOdEXS1y7vgehYzTD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.112',100657008,'',0,1673576665.4776,55,'xEoDBKt2wHbLkCsTpr5hjd1u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.79.164.218',760194266,'',0,1673577336.4973,55,'IPjSR3OLgFXs02mdhlDBaf7u','','19|0|0|0|sleepingsolutions.co.uk/php.php',0,19,0),('45.79.164.218',760194266,'',0,1673577336.9500,55,'e76Jl024RP9UAWrVT1GDhbf8','','19|0|0|0|sleepingsolutions.co.uk/phpinfo.php',0,19,0),('45.79.164.218',760194266,'',0,1673577337.4577,55,'SMPtX5LsGqgxh9pVNHcro38I','','19|0|0|0|sleepingsolutions.co.uk/info.php',0,19,0),('45.79.164.218',760194266,'',0,1673577338.0124,55,'szrVFxhiHCu6Uf1eLwPTQkc0','','19|0|0|0|sleepingsolutions.co.uk/infophp.php',0,19,0),('45.79.164.218',760194266,'',0,1673577338.4819,55,'azHJT9Oexc5pf8kDv23UVibq','','19|0|0|0|sleepingsolutions.co.uk/php_info.php',0,19,0),('45.79.164.218',760194266,'',0,1673577338.5300,10,'azHJT9Oexc5pf8kDv23UVibq','','707|0|0|0|sleepingsolutions.co.uk/php_info.php',0,707,0),('45.79.164.218',760194266,'',0,1673577338.9598,55,'B6OwtJgQbfv91sZFXCUemrKy','','19|0|0|0|sleepingsolutions.co.uk/test.php',0,19,0),('45.79.164.218',760194266,'',0,1673577339.3982,55,'Fo0jdleIc4azqNkMHgWn3pXm','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('45.79.164.218',760194266,'',0,1673577339.9902,55,'eACKqvGJpsyEU58XZNmdaVBk','','19|0|0|0|sleepingsolutions.co.uk/asdf.php',0,19,0),('45.79.164.218',760194266,'',0,1673577340.4339,55,'A8MKVdzU1F2vumQNnecorjiP','','19|0|0|0|sleepingsolutions.co.uk/pinfo.php',0,19,0),('45.79.164.218',760194266,'',0,1673577340.8678,55,'tKNWM4weGk1yuAFVC3Jf7vqR','','19|0|0|0|sleepingsolutions.co.uk/phpversion.php',0,19,0),('45.79.164.218',760194266,'',0,1673577341.4824,55,'V1W0O2AFHxJgzQowZbun8cCf','','19|0|0|0|sleepingsolutions.co.uk/time.php',0,19,0),('45.79.164.218',760194266,'',0,1673577341.9908,50,'cxwIeJSoGvPU8yuHMjp3OfbE','','13|0|0|0|sleepingsolutions.co.uk/index.php',0,13,0),('45.79.164.218',760194266,'',0,1673577342.4191,55,'cdHMwBk3uQ7TAbRKr8WVh6tZ','','19|0|0|0|sleepingsolutions.co.uk/temp.php',0,19,0),('45.79.164.218',760194266,'',0,1673577342.9592,55,'8IsQtP7vA51HKWizfLj9O2eJ','','19|0|0|0|sleepingsolutions.co.uk/old_phpinfo.php',0,19,0),('45.79.164.218',760194266,'',0,1673577343.5480,55,'1L2uZWU6X48aKMnsIbopxry7','','19|0|0|0|sleepingsolutions.co.uk/infos.php',0,19,0),('45.79.164.218',760194266,'',0,1673577344.4023,55,'7RBmoTCqPgzk1tjKSGIAx2iu','','19|0|0|0|sleepingsolutions.co.uk/linusadmin-phpinfo.php',0,19,0),('45.79.164.218',760194266,'',0,1673577344.8809,55,'9Y3iF6wDtVfvKpQ0RZHargzA','','19|0|0|0|sleepingsolutions.co.uk/php-info.php',0,19,0),('45.79.164.218',760194266,'',0,1673577345.3807,55,'0bJ6YHqIvW2aGUcFtD9yXiNE','','19|0|0|0|sleepingsolutions.co.uk/dashboard/phpinfo.php',0,19,0),('45.79.164.218',760194266,'',0,1673577345.8431,55,'phEZxios3ruWVUHGf4eT1OQq','','19|0|0|0|sleepingsolutions.co.uk/_profiler/phpinfo.php',0,19,0),('195.191.219.130',3284130690,'',0,1673583753.6216,55,'xEbn7XfyspLH6lYT0jOkuzvc','','19|0|0|0|www.sleepingsolutions.co.uk/home.php/',0,19,0),('5.255.231.134',100657030,'',0,1673584560.5369,55,'IRplsv1uDWqoXJjS6F8wLUKe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.74',1920440138,'',0,1673587744.2595,55,'Wcsr9aVNj0ny5bARHUuZEI8J','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.246',1920440566,'',0,1673589518.7404,55,'NfXY84clMapFGgvCe0mVyiEn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.63',1920440895,'',0,1673589825.4760,55,'0nd2rCvegLMXGTSNDI548yxK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.200',1920435144,'',0,1673590172.2806,55,'e6fT8w0jDQBWMrazq7vox3VY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.125',1920434813,'',0,1673590537.8435,55,'6vx8X2qtmk3NQJjCVZ9wG0ci','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.106',1920441962,'',0,1673590876.5283,55,'COTMI3DouZKrmEl1zaiHJnve','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591046.3089,55,'e4cTloUL9bCP3faWnMpmG0yN','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591051.0938,55,'mxA5eZ8jBnyJkrQLqu24M3sK','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591078.3832,55,'1Hfz6Dxe7N5kXPtclAZ9JRWT','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591099.9883,55,'remNy1H6cJ9qEP5A7RGVCjzu','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591100.4229,55,'jtdW06RgbVNiMZUXrxfPoq4w','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591100.4412,10,'jtdW06RgbVNiMZUXrxfPoq4w','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('216.131.104.15',3632490511,'',0,1673591103.2262,55,'voLYihdT4GJnBbC6l1tfXDmK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591104.5289,55,'vgSDJFxAQURlybGH62ap8M5T','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591105.3432,55,'bHaguvAZTJdRWcG5fq12iXP3','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591107.4578,55,'7JiBO0tzbNYloeCZmgTGWy1v','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591146.2558,55,'qBaxp4HT6EMJWen1kAulGXY5','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('114.119.132.72',1920435272,'',0,1673591198.4131,55,'ryEUAxFPSdQuVcHWTfpzeCJm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591359.8965,100,'RpKnVxhegLufb6IC8Ps1XyJO','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('216.131.104.15',3632490511,'',0,1673591365.5841,55,'9pSMIvTKdrXo5QmVuDYcjiFH','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('216.131.104.15',3632490511,'',0,1673591366.9580,55,'CEalKwmxUgvL1Z0BdRyQfD9q','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('157.55.39.187',2637637563,'',0,1673591908.6034,55,'kCPGRA9QjJDEfroyil7FIHMY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.30',1920441374,'',0,1673592530.8635,55,'Jq1I8gYHQhOnaVBARbDKGd23','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.50',1920441138,'',0,1673592992.0597,55,'2wZA6BpPXhWj5rKqanNDVGOE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.11',1920440843,'',0,1673593431.1865,55,'GauFKARWxY14P7yQiChNlSTI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.67',1920441411,'',0,1673593725.9408,55,'ZQUb6lc5k8hniT41JOWfEPzt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.106',1920435818,'',0,1673593972.3884,55,'UR5b3MGZedWlpxmo4ayCv2tg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.211',1920441043,'',0,1673594210.4369,55,'NYfacw2EJdRLQhlPeA3kCFv6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.237',1920437485,'',0,1673594473.7965,55,'OhUe0ARpHoru9Lm2gI1cEvjJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.49',1920441393,'',0,1673594695.5757,55,'zcgbl5rL7OBmdQaStjyi9UKV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.233',1920442345,'',0,1673594946.2003,55,'3ebujDl8B4ZtyWRE2NYhJLxo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.190',1920436670,'',0,1673595185.7872,55,'pHa3eMdBb9uRGcjTzSC8fO4r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.113',3475901809,'',0,1673595614.3617,55,'5Evh0L8aetQu41BwmqDn6H2x','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.157.221',1920441821,'',0,1673595631.2938,55,'rEWQdnKHFLafwzYOPMNXGgVt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.112',1920437872,'',0,1673595875.6962,55,'3F68rSMZhTHCwYo5ietQs0aW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.149',1920441237,'',0,1673596229.7597,55,'gmRQnVZ2BoXYIxpH9FkvDCsO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.171',1920440747,'',0,1673596569.4093,55,'nPc2YUgJeIZkvDR35ArHfpa0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.219',1920440539,'',0,1673596823.6832,55,'OGyi2ukjTrpow0M9JUBNxlF3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.96',1920436064,'',0,1673597203.7926,55,'dV8ozwuEN0ayqQ2cBCt1rbWA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.75',2637637451,'',0,1673599229.4237,55,'Iezf68tmGMlxaJWpCBZn5VKO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.86',1920436310,'',0,1673600833.2798,55,'0FIx5qnVRYGbpmzijoAHhwNW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.1.11',921436427,'',0,1673602517.3751,55,'ETSkoYvAm18qZfhVFnb06KHd','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.152.8',1920440328,'',0,1673603111.7806,55,'GDyoPOaBN0jchq2U8FQWwuCI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.121.52.32',2591634464,'',0,1673606173.5169,55,'FMI4Z8ToCUOnkYVPpH92sLqc','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('192.42.116.194',3224007874,'',0,1673606242.9585,55,'PNumIR48FzgBlVUDCXdsbyrf','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('199.249.230.166',3355043494,'',0,1673606252.7164,55,'MbyIDzcwolCh5fZ8rJBPFEgv','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('5.45.207.98',86888290,'',0,1673606442.0717,55,'0YGNFVbhXzTtE43Z9pSWcoHA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.94',86888286,'',0,1673606470.0650,55,'DeA8P4Zi7hUvcINLwjtqKRQ2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('89.114.64.64',1500659776,'',0,1673609092.2090,55,'CLTUYR1EwiSxjFQGumAXNVzy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('89.114.64.64',1500659776,'',0,1673609092.2471,55,'cjLkU8mVx52G9eqEaXMzdBSg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.162',1920434338,'',0,1673611832.9957,55,'atPrOysqhvIQV7G1CYecMLS3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.76.95',1123634271,'',0,1673614065.0267,55,'vbU942Pufmp0ltocFCsEkxYQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.29',1920437277,'',0,1673619483.6713,55,'Bt79D4mFqNGpQ5UwSJy2X0xM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.241',1920439025,'',0,1673620453.9892,55,'YTvargt1fiV7nSkP23lwNOoe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.78',1920436046,'',0,1673620849.6018,55,'L8R9u1h3CySDzs6kd2oKiMBG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.154',1920438682,'',0,1673621094.9684,55,'NA8gnr6c3vXGDswdxkq2TFmE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.111.94.39',527392295,'',0,1673621395.5456,55,'3kqjG4mfezEbsHTi9wlSvMLV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.111.94.39',527392295,'',0,1673621395.5705,55,'oO9rKxt2PhHgImwXNUnFZ3L0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.111.94.39',527392295,'',0,1673621395.8700,55,'w2ouBGJLnOZFW5MmlI7CU84A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.111.94.39',527392295,'',0,1673621395.8790,55,'RJn9j4bs0hp7Vl5SoqLzcGfa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.111.94.39',527392295,'',0,1673621396.1313,55,'nOUu185rKQtgTGNZqzw9x7XA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.111.94.39',527392295,'',0,1673621396.1542,10,'nOUu185rKQtgTGNZqzw9x7XA','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('114.119.132.45',1920435245,'',0,1673622294.8140,55,'lVXiHp4T85eCkUxbaKQ3ADMm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.157',1920439709,'',0,1673622632.4361,55,'2y5pUxkjZnHSiXG6udzf9gA3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.230',1920440550,'',0,1673622989.3450,55,'np5qKd3jIFRi7VaEPgwBGzMJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.182',1920442038,'',0,1673624201.4128,55,'b25WxwIQPf4LAemvy3kVHC6o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.208',1920440016,'',0,1673624896.9483,55,'cotnCEiTpNaQvBVKg6Rbu3j4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.218',1920434394,'',0,1673625236.1485,55,'1lwPKGpENv3nqd0gR2oyOxkh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.142',1920440462,'',0,1673625607.8948,55,'8s0zrXyhGIf1qltMdbFYp4E5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.1.13',921436429,'',0,1673626232.7714,55,'5lOWquV8QEzbG9RxMrftTJaN','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.156.72',1920441416,'',0,1673626987.9887,55,'6lCJ3zPDVF9mIXtfAjgcRe7n','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('2.223.41.24',48179480,'',0,1673628731.3730,55,'jYTh8eGM3LnJF5BszrW0XOdk','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('114.119.150.196',1920440004,'',0,1673629202.1351,55,'msayQo6235G1LDTp0gklv74H','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.181.132.26',1454736410,'',0,1673629274.0987,55,'WZlIPngiE76dTbU3OCyQw4eH','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('86.181.132.26',1454736410,'',0,1673629284.7026,55,'RV8GSY1oWhbLmAiJdD6akjl0','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.129.225',1920434657,'',0,1673631924.2770,55,'oIJjSR8FUc1mA3NTe6ValBOC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('74.125.151.32',1249744672,'',0,1673632283.1795,55,'Ld90BYz1rsQmeg3VRMpFyKZj','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('114.119.128.237',1920434413,'',0,1673632651.0724,55,'ZQrWYoX627BTwj9Kc0m5OvnH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.220.101.62',3118228798,'',0,1673635320.0117,70,'8UiNBy6mwDJ4xd3ZT1FcEVWI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/1',0,0,0),('185.243.218.110',3119766126,'',0,1673635321.5625,70,'VcldMraqYG4JvR1FgQHozIyt','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/2',0,0,0),('171.25.193.79',2870591823,'',0,1673635322.4501,70,'YdBzPDaEH3VN7MAX4x60rhjv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/3',0,0,0),('171.25.193.80',2870591824,'',0,1673635323.3879,70,'wHC2r9PNnWaShzTXBKFg4jou','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/4',0,0,0),('192.99.4.116',3227714676,'',0,1673635324.5086,70,'C6OP1uTBKnJIxaAwS7efkZNQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/5',0,0,0),('213.180.203.119',3585395575,'',0,1673637560.9911,55,'J3RoVvkHp8w0dSmrinaGfNPC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.180.203.159',3585395615,'',0,1673637568.0047,55,'YXKZgxFJvpIcNUe3ndB6EVhb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.187',2637637563,'',0,1673639204.3338,55,'hC6xDjPVUvic0dbQerfKWNMB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.75',2637637451,'',0,1673639208.2777,55,'Wj6oPt3d1VrSDsaTxQKUufqb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.75',2637637451,'',0,1673639210.4150,55,'XMginJZjPtH6dzGFS9Kb2w1L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.198',3475901894,'',0,1673639213.8165,55,'XsCrU9bc5MxYu7A8Wf0kRlhw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1673639217.3004,55,'hrVlj9FcSA0gxpK3avzdoXMO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1673639218.3826,55,'UmtWh8ApiIugZB2J4aqL6HEF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.205.53.115',1556952435,'',0,1673643601.2149,55,'LaK1h3Rw4SXo26iYnBbW9Dcm','','19|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,19,0),('114.119.130.97',1920434785,'',0,1673648396.8544,55,'kQdMP4rc6Rv3fDsmqiTlZxJ7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.12',1920436236,'',0,1673648751.0512,55,'suMdEF0zTR23l7UXvNfq5tpc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.133',1920438149,'',0,1673649543.8720,55,'6nGm2QT9EJsMi7up3YdZ84Xf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.79',1920435791,'',0,1673651245.4263,55,'yMXNo1zaTPZDmGRbfpQgHr4J','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.191',1920440767,'',0,1673653031.2823,55,'ztkfEqu3dc50Umlra4sQbSh2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.188',1920436924,'',0,1673653317.5043,55,'4DlFw1jsSg0HTtXRhqKmBYML','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.33',1920434721,'',0,1673653732.0210,55,'4SZKG315b9Y6uL82Vnhdompz','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('109.248.175.147',1845014419,'',0,1673654351.1119,55,'PtnIUA7csKJhVRH5brBljeMu','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/aidreform/include/lang_upload.php',0,19,0),('114.119.129.211',1920434643,'',0,1673655966.3396,55,'BoOy0uUlDXcT5d3kpm649gKJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.155',1920440219,'',0,1673656239.2774,55,'dTYV6iBu0UqJnXEgKeH3jADS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.132',1920441476,'',0,1673656694.0532,55,'tuhX0aslIb846kWSLvVmcwzq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.199',1920434887,'',0,1673656899.3051,55,'asfypHGRji1QnF5KzS7rVMuE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.218',1920434906,'',0,1673657314.9810,55,'nUWtKPoX3IAvBqZ27bD8j5lQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.127',1920438399,'',0,1673657598.9730,55,'CXtzpjZLQr6Ysae2J9Ax87Wq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.121',1920440697,'',0,1673659435.8985,55,'FHfuWyqhg4xmZkVYQSDMsce0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.2',1920439042,'',0,1673659809.9610,55,'muYowrQJUqZcHB1egh0d9zIa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.73',1920440393,'',0,1673660195.3928,55,'2gVOcSqlsRXHv80rapjNLfxu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.108',1920441708,'',0,1673660443.2260,55,'qOD7uQlvE3XdxYsBZGwWgmJ0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.146',1920441746,'',0,1673660773.1875,55,'DqELSYuxe08o3AiJOhBgzPWv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.39',3116346151,'',0,1673662685.3664,55,'xTELZoerIcBl0vtm4nV79YGq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.15',1476059151,'',0,1673667229.7824,55,'vOBGgSZRMDhNbFz5c20A8UJu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.51',1476059187,'',0,1673667245.9408,55,'n7FiYBqRO4pjls1otVdgPcuI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.7',3116346119,'',0,1673667721.1352,55,'46FoHE3peWnDSORz2b8GMAqy','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.1',3116346113,'',0,1673672141.1159,55,'AcNOJYSviez8CLpEQn4wk32x','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('13.56.237.36',221834532,'',0,1673672228.1930,55,'VTwZBGvupqXbYP9d6ERleikn','','19|0|0|0|www.sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('185.191.171.21',3116346133,'',0,1673672773.8632,55,'nT4Gw2CIf0lZKYOcsWM8uxro','','19|0|0|0|sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.187',2637637563,'',0,1673675510.9338,55,'LqrdKT7ygtG2EV01eskYoBAU','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('45.33.69.179',757155251,'',0,1673677654.3245,55,'SpzMOQhTFYKP0wekVEWjt3vR','','19|0|0|0|sleepingsolutions.co.uk/php.php',0,19,0),('45.33.69.179',757155251,'',0,1673677654.7425,55,'wrvtgQ6Bf7jAcyXuPDIUiYL1','','19|0|0|0|sleepingsolutions.co.uk/phpinfo.php',0,19,0),('45.33.69.179',757155251,'',0,1673677655.1786,55,'cS4qPovmBXfV0tOZGU3ejbwY','','19|0|0|0|sleepingsolutions.co.uk/info.php',0,19,0),('45.33.69.179',757155251,'',0,1673677655.6105,55,'cmzqan2ukQ7pTR3x6VeOEHhb','','19|0|0|0|sleepingsolutions.co.uk/infophp.php',0,19,0),('45.33.69.179',757155251,'',0,1673677656.0601,55,'8VuRDLXCtYGTdBKfvsq9H3MU','','19|0|0|0|sleepingsolutions.co.uk/php_info.php',0,19,0),('45.33.69.179',757155251,'',0,1673677656.1237,10,'8VuRDLXCtYGTdBKfvsq9H3MU','','707|0|0|0|sleepingsolutions.co.uk/php_info.php',0,707,0),('45.33.69.179',757155251,'',0,1673677656.5629,55,'1BQTvmFJjM6LCcwGRarnilOP','','19|0|0|0|sleepingsolutions.co.uk/test.php',0,19,0),('45.33.69.179',757155251,'',0,1673677657.0322,55,'r9pCoMRQjuD3snyPBa0Jc7Ox','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('45.33.69.179',757155251,'',0,1673677657.5206,55,'Fe32Lzplg7Z89hbIx1REtnUJ','','19|0|0|0|sleepingsolutions.co.uk/asdf.php',0,19,0),('45.33.69.179',757155251,'',0,1673677657.9482,55,'ypdegmkzQsAX4iPH3TYK1ZlN','','19|0|0|0|sleepingsolutions.co.uk/pinfo.php',0,19,0),('45.33.69.179',757155251,'',0,1673677658.3923,55,'hlWSVKg0qvzQbpT573EGrUAX','','19|0|0|0|sleepingsolutions.co.uk/phpversion.php',0,19,0),('45.33.69.179',757155251,'',0,1673677658.8308,55,'LmSopKqtl5IBj07f62GiOMTr','','19|0|0|0|sleepingsolutions.co.uk/time.php',0,19,0),('45.33.69.179',757155251,'',0,1673677659.2892,50,'A7wLlfqFEUJav4OZc5x3XDR8','','13|0|0|0|sleepingsolutions.co.uk/index.php',0,13,0),('45.33.69.179',757155251,'',0,1673677659.7338,55,'bCsrFDdohUelJq6OBPzLGKQ0','','19|0|0|0|sleepingsolutions.co.uk/temp.php',0,19,0),('45.33.69.179',757155251,'',0,1673677660.1512,55,'RytObwVdIGeYvJsFX7f5c9QP','','19|0|0|0|sleepingsolutions.co.uk/old_phpinfo.php',0,19,0),('45.33.69.179',757155251,'',0,1673677660.5603,55,'GVuAdUiExtzC9myowB1feWsb','','19|0|0|0|sleepingsolutions.co.uk/infos.php',0,19,0),('45.33.69.179',757155251,'',0,1673677660.9922,55,'UbHKZ2xarSgw14omLlh6qOfN','','19|0|0|0|sleepingsolutions.co.uk/linusadmin-phpinfo.php',0,19,0),('45.33.69.179',757155251,'',0,1673677661.4177,55,'zYowZ0W5n6cS2xME4HLVmbjP','','19|0|0|0|sleepingsolutions.co.uk/php-info.php',0,19,0),('45.33.69.179',757155251,'',0,1673677661.8842,55,'ol9B4SmXOZywFIMG1c062YEx','','19|0|0|0|sleepingsolutions.co.uk/dashboard/phpinfo.php',0,19,0),('45.33.69.179',757155251,'',0,1673677662.3310,55,'EecM3dYlWInyFC7imGrsabQg','','19|0|0|0|sleepingsolutions.co.uk/_profiler/phpinfo.php',0,19,0),('185.191.171.39',3116346151,'',0,1673678740.5788,55,'BCcdyqZ0bLnmKx32FrEIDUSR','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.8',3116346120,'',0,1673679364.4832,55,'HV3Nq7S0tEYPZ9A5lps6Ihvn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('74.125.151.62',1249744702,'',0,1673679367.9510,55,'btOEUcHk57W1Xfg8sAp4aKTR','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('185.81.157.203',3109133771,'',0,1673681588.8806,70,'csNoOZyrwq2luknaRTYftiES','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('185.191.171.20',3116346132,'',0,1673682303.8803,55,'GV6wWTBCvQDYISP0kgsxmlrJ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.76.95',1123634271,'',0,1673682601.9891,55,'WzojRHpO7MSTqF3NwKn46dem','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.147',1845014419,'',0,1673682761.4662,55,'u1bNWjZo5aFqV7SxUehD6klH','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php',0,19,0),('185.191.171.22',3116346134,'',0,1673683247.8102,55,'1A7kcC6YSzeEGrfw8TqiMbdN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.19',3116346131,'',0,1673686489.5771,55,'58GUzRCeynqIYaSvk7mi40JX','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.41',3116346153,'',0,1673687237.6214,55,'XG0mguUICFsfpYr3J5d1PbVj','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('66.249.70.37',1123632677,'',0,1673687986.8109,55,'7xl9ctUVLf3JoyQawe8Nz5jm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1673689122.0504,55,'w285virdS9kRAMlYVUEtGT0Q','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.144.37',1920438309,'',0,1673691611.2704,55,'vcG0f6kYNu1aMBCj2zED3LVQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.202',1920436170,'',0,1673691978.4606,55,'sWS9vZmQyJcjx0Un5A6HP31h','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.177',1920434865,'',0,1673692346.2676,55,'BGUcSkfZpY5Qg7uizD01HJtr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.118',1920440950,'',0,1673692636.5765,55,'0oK8xA4ZdbJahzwXpi9uMGSQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.43',1920436523,'',0,1673692975.9250,55,'bT7apC5I1ZJuc0wGd6gz4PiS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.89',1920435801,'',0,1673693336.0759,55,'AmiIoLxV7Hh436yN5ZXdq8Gs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.181',1920441525,'',0,1673693951.4798,55,'IchA9k36Xt8sxT4avHMwjCJK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.197',1920442309,'',0,1673694282.0191,55,'EuWtjZebsBck83hP4aDlVdFC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.252',1920436732,'',0,1673694624.0651,55,'4r219QtGnZ36UxF7ISzDcJfP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.56',1920441400,'',0,1673694979.2488,55,'7m1FsJPiwCkuqSd0A96lhcze','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.28',1920436508,'',0,1673695335.9972,55,'CpwU39nGLJlqdOhAmZFK7ucE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.23',3116346135,'',0,1673695424.5287,55,'bxaYmd9l1TLkuJ4HU5WXFnv8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.74',1920440138,'',0,1673695620.7074,55,'RplyB9osCzbdIAn1YjQTrOMe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.190',1920436670,'',0,1673695981.9613,55,'7DMWcGFwXfENuViZbIx23OQL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.25.137.238',1545177582,'',0,1673696238.5167,55,'8Sh7wrHLpx9ncBmFy63sNMTl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.25.137.238',1545177582,'',0,1673696238.5600,55,'1ajYOgEdDSykcJ9t6r3TKUms','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.25.137.238',1545177582,'',0,1673696238.7560,55,'gOwe0mZcifLhVC1sxKQ4kaqo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.91',1920439643,'',0,1673696282.5283,55,'Gj3WeZ1ayfzXM9hxqVJT46mg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.133',100657029,'',0,1673696662.9640,55,'LpKDje0Z7Na6RlEqYyVBU3F1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673696703.8909,55,'4kaqOAtxmdlcsUHDXgfIGe0j','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.33',3116346145,'',0,1673696810.4911,55,'DkrLJ6MfX7qC0ztWASbVYQhx','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.148.154',1920439450,'',0,1673696971.1388,55,'Haf4pM5IU7bvJi0WnCqxcQmA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.48',1920436784,'',0,1673697323.0395,55,'sIKNkRSO3C1Xtmi05HdUxuqz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.249',1920436985,'',0,1673697661.5728,55,'JUB1EnwODmk8RSqQtlANaYM9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.250',1920441850,'',0,1673697958.1338,55,'bTHDCIzUaOfx4jucJZSltBok','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.7.179.92',2584195932,'',0,1673697996.2019,55,'NY69SvjWEnDMIlprkcQJLsAw','','19|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,19,0),('114.119.128.62',1920434238,'',0,1673698299.1423,55,'AUEZvHwozicV2Bup7y9S3fCY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.183',1920439735,'',0,1673698628.8077,55,'1STE3lHB4vjAIu2dr9UwokZK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.61',1920442173,'',0,1673698963.8355,55,'YbykZ0U3N4dQzcuOTRh8XSBH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.8',1920437000,'',0,1673699300.3033,55,'s0WEa5PF8NgyOwmU3ijrv1IZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.191',1920441791,'',0,1673699604.6481,55,'PVzNbGO8wZop73CySXuRDLg0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.122',1920436602,'',0,1673699939.8462,55,'uVExUTq8Cpr6HBRDkJPO34hY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.228',1920439780,'',0,1673700280.7248,55,'vEHD1TlMUobGwtcPhSazJVAx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.167',1920442023,'',0,1673700625.2110,55,'5a6vlg0rfYJytxmdA1V8PqBC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.38',1920436518,'',0,1673700956.1272,55,'Y9uL7q6mKDVJbynCphsMFWTt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.192',1920435904,'',0,1673701291.2883,55,'7M24hlNfXI0BrygEYuQ9xqPU','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.140.237',1920437485,'',0,1673701621.0664,55,'EJ8Qc6ejTOaFHyGg7s9zCv1L','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('5.45.207.101',86888293,'',0,1673703176.0036,55,'n6sEvuSBtqGg3VHJdFYzeiaR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.253.159',100662687,'',0,1673703203.8378,55,'kI1tG5ea8pN3YOA7uhv4CHmq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.220.101.34',3118228770,'',0,1673703954.5582,70,'q2W7GYNaRPTjFmE1Z8IAtkH0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/1',0,0,0),('23.129.64.217',394346713,'',0,1673703956.8128,70,'SC9aiQ7vyZDBfAXc2nkJwLbr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/2',0,0,0),('104.192.3.74',1757414218,'',0,1673703958.5838,70,'Y03RLq2a6kxgQ7DKpuEMcoFH','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/3',0,0,0),('185.194.142.194',3116535490,'',0,1673703960.5462,70,'bw24EyVHYK36MCluSGB1j7Rg','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/4',0,0,0),('194.32.107.60',3256904508,'',0,1673703962.6075,70,'ushXd19jSi5kb7ezIvaxZNTA','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/5',0,0,0),('185.191.171.34',3116346146,'',0,1673705358.8416,55,'Nk3BTm0U2hpZcleR6nAr1FgJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.128',1920441728,'',0,1673706490.7475,55,'3zwMtb9k5SXhxQZaiV4Tm2jE','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.8',3116346120,'',0,1673706556.2580,55,'iUpF5DS1MQroKGahnlu0E74y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.73.33',1123633441,'',0,1673708085.8763,55,'3IHjiucLoDB5nhFk0SlmtC2w','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.19',3116346131,'',0,1673710277.0837,55,'3gU5OeJ7ca0x2trZ1VzuCRGN','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.90.29',1123637789,'',0,1673710409.8242,55,'rz435kTEyFnu19PhSsxe7tIq','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('5.255.231.133',100657029,'',0,1673711105.9714,55,'CsI4dX9PoL51VHxnTay0vfh2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673711109.6485,55,'Z1npJ8AbeBqmHfDWL7vxSTzg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.58',1476059194,'',0,1673711126.5899,55,'lhBoNzrd9kyZMstL7CnmvDwc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.253.141',100662669,'',0,1673711130.6055,55,'jdoptk5vDbU4ghG8Y1waI2PF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('37.0.48.105',620769385,'',0,1673711518.1476,55,'MoWK9xECvdr4isN2kSP1AR8n','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.25',3116346137,'',0,1673712646.1135,55,'tcRzbpmFe13olriwajuC0A7B','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.73.61',1123633469,'',0,1673713485.1890,55,'mOfiGNdnPbgxc4YhWRtSD8aI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.8',3116346120,'',0,1673713489.6098,55,'GBgE9DLjC8So5073AFbymKWf','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.38',3116346150,'',0,1673714578.2832,55,'Q8Mdvh25m60kIjgoCztsnJ3p','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('17.241.75.52',301026100,'',0,1673715539.5280,55,'sTrymi41qAgNaJKDvLWRVOMl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.11',3116346123,'',0,1673715686.2900,55,'6fV58jKsNSvIrEnLAcXb72ei','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('17.241.227.203',301065163,'',0,1673715950.4159,55,'hdMYDrVcnBfC4vRQNbeEKm6L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.175',1920440239,'',0,1673716272.5953,55,'pxOgK8tFWAaVuMi3QvBNLUrH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.16',3116346128,'',0,1673716316.5896,55,'IQUpcnRm6CNVetj7XOohJ8kf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.146',1920436370,'',0,1673716560.3980,55,'sfJkb4WPvgOLawE0HXi1nhdR','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('87.250.224.15',1476059151,'',0,1673716595.1678,55,'hOWLAKNRIPmnQi7M6vUgX2yz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673716598.8416,55,'2Lwm6TzpiP4gcl17RGXe3Dtk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.58',1476059194,'',0,1673716607.8694,55,'b0FjszVR7OyrJG2XCcdSevIx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.250',100657146,'',0,1673716619.5322,55,'zT4n1YlvoHqEJcksMZXitRgG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.162.128.127',1453490303,'',0,1673717635.2586,55,'LlpGJo5yb97um8Ee2Y1krQ3v','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.162.128.127',1453490303,'',0,1673717635.2648,55,'SDIYv2spF4zQRNbZVUMC3ky9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.162.128.127',1453490303,'',0,1673717635.2660,55,'k7Qz8L4mPfGJnICZchwexTW2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.162.128.127',1453490303,'',0,1673717635.2739,55,'KJjT5xAviL9PS2bVdzcpZ67m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.162.128.127',1453490303,'',0,1673717635.4993,55,'XRk6ePNvTuQEl7UDIxn5yLrZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.162.128.127',1453490303,'',0,1673717635.5531,10,'XRk6ePNvTuQEl7UDIxn5yLrZ','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('86.162.128.127',1453490303,'',0,1673717785.9871,100,'ZSjidaVH7pBK3FvfMGbWztc4','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('86.162.128.127',1453490303,'',0,1673717785.9929,100,'UuMb7tWGdVNeAQ9iDyxKHcsn','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('86.162.128.127',1453490303,'',0,1673717785.9932,100,'pOcMCI5DjB67PahrJEbelKZw','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('86.162.128.127',1453490303,'',0,1673717785.9935,100,'EBmP2ynZl4p1LDhS7uTNqW9j','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('86.162.128.127',1453490303,'',0,1673717785.9942,100,'6pl2wm8N0BxcnOysegq9FCYJ','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('17.241.227.97',301065057,'',0,1673719266.7445,55,'8Wlsn2hROfeEQFJoAjwva5pz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.252',1920436732,'',0,1673719907.9492,55,'BoCrsVJyq8tgi3GzYQc24MbI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.65',301065025,'',0,1673720876.7915,55,'aMmtiXWoS8E1JfFjkCh2wIBr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.161',1920442273,'',0,1673721156.9341,55,'QxfrD4p9Fvcw8Mn6IVbKdLEh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.17',301026065,'',0,1673721430.2086,55,'vyKdD7h5jACpnb2ZJPHN4Tgw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.132',1920439428,'',0,1673721965.0680,55,'3esa7Zv6nF4hjOdfQmxK0qWc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.142',301063054,'',0,1673722361.5888,55,'ha3dUwzSf7sFZoW4IcYxmlDK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.116',301065076,'',0,1673723392.3539,55,'i4XJ7130xLOlcFvfUPdsb8WG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.55',301065015,'',0,1673723939.8658,55,'0p18vSMkLKhqBQCnFr7uTVsR','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.135.83',1920436051,'',0,1673724108.7561,55,'vd4pfiePujkDtMEO3qAHos6I','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.59',1920436795,'',0,1673724440.0750,55,'pL34N7DzMQFb9cdiyrZXBwEC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.100',1920436324,'',0,1673724794.3314,55,'07fSALctZXezKsOmIqHWYEB6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.227',1920435427,'',0,1673725088.8332,55,'1OHewqBT5GCWDYFpUKENoMn6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.143',1920440463,'',0,1673725419.2138,55,'LoDn0mlEUQzxJhG8qMf794W3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.172',1920436140,'',0,1673725766.2850,55,'j4FWGNkd1QORZDPcTyb2etYg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.27',301064987,'',0,1673725857.7115,55,'w5rWDaTCmxFfKLkPV10dNuGY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.144',301026192,'',0,1673725904.5415,55,'dgem5buUD9SCZj8zN0fch1GJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.248',1920442616,'',0,1673727095.5135,55,'GMS7LNzHDi0I1RFonY6VujdO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.115',1920438643,'',0,1673727418.9534,55,'2jveIWJRPLbSFyi4zQ1f3gm5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.104',301063016,'',0,1673727539.4839,55,'6ZDTl0hyUeC25RdEW34xjp7N','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.155',1920435867,'',0,1673727757.5721,55,'IxDsKXF4Z5TeM3iW1EfRpdt7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.0',1920439296,'',0,1673728105.8775,55,'EcTiI6oMfCjgbFnkBAxRw8ts','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.51',1920439603,'',0,1673728448.9687,55,'Cshfb7en9wW3YJpqO6a4Q1BX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.119',301065079,'',0,1673728465.4835,55,'4iPNw1Cq3B6EKcYMugDdexsb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.21',3116346133,'',0,1673729375.1092,55,'U15RocGsJdxnbphIEt2HBDZY','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.150.203',1920440011,'',0,1673730020.3841,55,'uxZVKytlSgv1FWRDeILmzXUB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.206',1920437710,'',0,1673730340.9876,55,'z5T3Eykrdba0D6WnNmU79jSp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.15',1920442127,'',0,1673730680.6426,55,'bGHs7EMVjz0A4xaByLFnfXN6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.165.5',1920443653,'',0,1673731002.6175,55,'gNCVAP7HY95admKL14fkBJvj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.90.29',1123637789,'',0,1673731653.9461,55,'Rs68gmb5MdrEe7l9GoQVWiN4','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('114.119.159.61',1920442173,'',0,1673731686.7059,55,'J56T7VNsleRaSzkF8HgcimKd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.112',1920437616,'',0,1673732013.5670,55,'fyNFeobPD4muad9OkHhw28LB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.180.203.83',3585395539,'',0,1673732276.2795,55,'PvEqaMXFswU3g7QGl9hHRVSc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.62',1920442174,'',0,1673732357.8046,55,'ji2wgIcfOzrJqKo9MslXtS4h','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.233',1920434409,'',0,1673732675.7348,55,'ZqDr2U196oVGbQum7X4Lp8nW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.101',1920439141,'',0,1673733022.4414,55,'OZDdhYHwsJWVIR3Nav7lrnP2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.15',1476059151,'',0,1673733052.8076,55,'Gcut7eJBI3Tl4RjMPbNZrH0i','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.19',1920438803,'',0,1673733354.0162,55,'T6cSv2QOgfKdme8MrWuzpGj3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.82',1920438098,'',0,1673733682.4463,55,'UWoTRvVClP1QxJu8XmachIG2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.71',1920440391,'',0,1673734033.0688,55,'Sq4aVQA36OuvF0WCb1KpcIEw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.154',1920441498,'',0,1673734403.9156,55,'1927tRNqHlhCET8O6JZfbFvQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.15',1476059151,'',0,1673734560.4962,55,'tE6dgkHLKmSDTAcz5RVlijnZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.233',1920440297,'',0,1673734760.6327,55,'neAk69rBXy5DCP1FimOdqj4f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.135',1920437639,'',0,1673735048.9504,55,'g5O7iWGh9TZwNt1FVsSP4blB','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('157.55.39.187',2637637563,'',0,1673735057.4281,55,'36QqDVZEs8x47tka9RGTcJS2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.150',301065110,'',0,1673736527.9872,55,'efsLnKp6WEq1cNj7tHvDmMIR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.36',1920438820,'',0,1673736682.4678,55,'pAmv3hrYZJQbk067untsTd84','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.73.57',1123633465,'',0,1673737741.3477,55,'CecawGsWhQHkDiEy314B5nrq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738730.4940,55,'lrxEQSDz7y3aWHiTNPmXsbfq','','19|0|0|0|sleepingsolutions.co.uk/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738732.8811,55,'GY18fsxXv7cD9UpToNh6Hnae','','19|0|0|0|sleepingsolutions.co.uk/adminer/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738733.9454,55,'vkexdbRlYtu0o86FyQhDn7ap','','19|0|0|0|sleepingsolutions.co.uk/adm.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738734.9136,55,'0t14V3M7xwErzocAj69umlUn','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.7.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738735.8667,55,'E1Uvd9sgP4jLarFpoX3zqtMh','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.8.0.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738735.8995,10,'E1Uvd9sgP4jLarFpoX3zqtMh','','707|0|0|0|sleepingsolutions.co.uk/adminer-4.8.0.php',0,707,0),('205.185.124.139',3451485323,'',0,1673738736.8449,55,'SA3gUXslbTICzNYfaBPy4xQM','','19|0|0|0|sleepingsolutions.co.uk/admin/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738737.9191,55,'CLJsdHlVgUKt8q51zAE4ZTa0','','19|0|0|0|sleepingsolutions.co.uk/tools/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738738.9371,55,'5Que4GHYoNqCdixpKAcSIgPa','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.7-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738739.8907,55,'IYq7T1xZ0VjGNfHAUg6uzktK','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.1.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738740.8959,55,'TaYlghKQJzn58EBNWM7CV4SL','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.6.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738741.9407,55,'l7ScpDWagMZf2mPGhn8RyH1E','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.5.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738742.8224,55,'mLWXhgB85fvnzjVNrADaCk62','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.2.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738743.7854,55,'VlUqPbRZvLp7BxM3r4kHKIJs','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.8.0-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738744.9164,55,'6sEdN3UqbmtaPBLwTrvQ2zfK','','19|0|0|0|sleepingsolutions.co.uk/_adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738745.8105,55,'XDRY7U4M2escuai6pn8HqWIN','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.8.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738746.8530,55,'u25gJFmiBE9rh4DoZcNjUAGV','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.3.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738747.8210,55,'Jhj39wUBRduxivzCVS0ycQPa','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.0.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738748.8211,55,'C8d4IuAEfSBsqHWDXiQlj6h7','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.3.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738749.9408,55,'uILtmZj0okQql5cOrdAbSBV4','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.3-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738750.9116,55,'wGimBXT7FJaAlbzgCyfhrInt','','19|0|0|0|sleepingsolutions.co.uk/sql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738751.8783,55,'2HVAM3c4xn0jB9Ro1DIqvZOX','','19|0|0|0|sleepingsolutions.co.uk/adminer-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738754.0037,55,'vY4MKGWsaNF91ACcjwobI6x5','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.1-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738754.7928,55,'a4lBwAO7Pm1SUpzRGtj8XFLo','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.2-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738755.9894,55,'Q186zF9370WNUsjXDRyPovqw','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.2.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738756.8770,55,'XMf7rdcTgwKxkzeIoDFqml9n','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.8.0-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738757.8695,55,'XWJkDp4Qe2LT6yRqE97vrht0','','19|0|0|0|sleepingsolutions.co.uk/adminer1.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738758.9182,55,'50qzTBGiZ71xFeoPfCj4DlNb','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.8-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738759.9297,55,'6tgPxXeVvEJrAaKDwHGL8Y34','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.8-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738761.9685,55,'mreaJqsD0VuKoY6SUZdvg781','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.4.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738767.9924,55,'vZyXx5kIbUR6soBSzQPrK724','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.6-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738768.7499,55,'EcgFpeiS127NHbZkMVCntXwm','','19|0|0|0|sleepingsolutions.co.uk/adm/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738769.4775,55,'sTQICVqik8YrNt2vXjf3zPG0','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.5-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738770.1457,55,'2IAM67rlwjnWy38RvGVL4baz','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.5-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738770.9658,55,'oYvk9cJadKwyFC1t8ePm70jN','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.7-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738771.9756,55,'t3KcSx6AaunlVef9gWhCHQXq','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.0-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738772.8760,55,'9QU8S6j7iK4eAPZO3lYHTDCF','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.1-mysql-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738773.8945,55,'5toean8NgSzcrX0jIymxvf3G','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.2-mysql-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738774.9181,55,'UI0A2ZyVJK9FTovOGfs8YuSQ','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.8.0-mysql-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738775.9385,55,'qRxMhBDWktV93dLAJKzSgGaH','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.3-mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738776.8378,55,'CTaGwYS2qyxo5lFuH6PWZrL3','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.1.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738778.9310,55,'R2hPpV8loCEixIfBk0HgwNJv','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.7-mysql-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738779.8506,55,'HeEUJNGdO4RK0p17z2vg8AF3','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.2-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738780.9850,55,'FaeBV7kETugqW4QLyD6OtlMj','','19|0|0|0|sleepingsolutions.co.uk/data/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738781.9031,55,'ExVzP4DNC5Gvfa0dtF7IM9eB','','19|0|0|0|sleepingsolutions.co.uk/mysql.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738783.9915,55,'AD2yBgqQ4MHUdwZeGJ3xzlra','','19|0|0|0|sleepingsolutions.co.uk/phpmyadmin.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738793.2463,55,'ylSaPMnovVrUBpCGjx9cdN6f','','19|0|0|0|sleepingsolutions.co.uk/manager/adminer.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738794.0131,55,'4GOzJC3VXFZpegRj0Pv8oEUw','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.6.3-mysql-en.php',0,19,0),('205.185.124.139',3451485323,'',0,1673738795.9819,55,'CFX8QUIuVd2PvDg3Blc7AOhY','','19|0|0|0|sleepingsolutions.co.uk/adminer-4.7.4-mysql.php',0,19,0),('3.239.118.13',66024973,'',0,1673738933.3980,55,'RuLtPySni7MmX1gTwEo6aNr4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673742194.6727,55,'YwF0NjIiO5XdTAZVkmel39sg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.58',1476059194,'',0,1673742221.6843,55,'CDLQ7TXbqV6FB82zfR0Zmtld','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.90.29',1123637789,'',0,1673745751.1180,55,'xo0FYTOaWmwVpJQiLfnu6Pj8','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('185.191.171.38',3116346150,'',0,1673747685.7175,55,'FqnYlNeLuP17IMHVdf0sQ9iS','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.26',3116346138,'',0,1673750049.3990,55,'ncI3SuRxvCA8Qa2YPwMHy1pZ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.234.230.58',65726010,'',0,1673750897.1890,55,'ASeJsN56UqL3aCRkPQjXz8Er','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.236.58',752086074,'',0,1673751419.2745,55,'HgG2EIoVrKPXmj8hf36cORCF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.83.34',1123636002,'',0,1673751484.8413,55,'beosT56p8i2Evwlj3RSUd9kn','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('5.45.207.101',86888293,'',0,1673753230.8042,55,'XT31VjenZOuHovU5sK2afrcg','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.42',3116346154,'',0,1673753576.6782,55,'Sv7xwgq9WMbVl20hCHjsRidz','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.149.137',1920439689,'',0,1673753584.7781,55,'zx78CM26J34lpmYrqZDLURoj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.37',3116346149,'',0,1673753620.1421,55,'EN68Zse5JcM9kPqTW1RgfVzG','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.155.100',1920441188,'',0,1673753894.9288,55,'sCd64KWYJeqXN7cRmTloOVQu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.144.73',65835081,'',0,1673753938.6839,55,'it8xj1mNczQwEJO6h9Ga4Kur','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.157',1920439709,'',0,1673754197.0911,55,'nZB9RWvte3LMcXi2zT54xaVd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.217.20',598530324,'',0,1673754492.5950,55,'W24StfaZdCs9MKuDxIeXckrH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.237.143.166',585994150,'',0,1673754495.9750,55,'sDeTwYQX8Bd13SKZGvUg2Cca','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.32',1920441120,'',0,1673754562.0821,55,'2d7LDaHlWuvKcNU9Sfx0F8pT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.42',1920437034,'',0,1673759109.0399,55,'JYX8GbKFao2EzAchZsxUT6Sj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.35',1920434211,'',0,1673759287.3806,55,'mAjngcq4Rh3bL6Wo0HzrDp9B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.2',1920439042,'',0,1673759669.5764,55,'PrLouRglMihY7VbSz3TZnXUQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.122',1920436602,'',0,1673760035.8766,55,'om7ftInXec2pD6kaHrZWAglS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.194',1920436930,'',0,1673760337.4537,55,'k1iWzsX5ljmxao92neTKtr6E','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.81',1920434513,'',0,1673760727.4998,55,'m6SOdrHKBvNgWDM0xksPoIX7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.171.182.86',598455894,'',0,1673763539.3912,55,'7yFnmQvMs0G9xNCjXVwWuq43','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.26',3116346138,'',0,1673764012.9046,55,'bG7dQoX3VHplBtODs6anh0q5','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.12',3116346124,'',0,1673764677.0886,55,'xqpUjDdfH72abLStgeArNTs4','','19|0|0|0|sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.133',100657029,'',0,1673764980.9877,55,'wj8nhuctZryMPvAYIzpC6UGT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673765006.8919,55,'xEK7UMtGWanOTklZJVzuIqQ8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.21',3116346133,'',0,1673766315.3684,55,'uTXtl9zFZ6SaPNxEJ2MBfoIW','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('80.3.250.154',1342438042,'',0,1673768561.6819,55,'fQnePHhEVajw3TxCZ914lvgD','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.236.250.49',65862193,'',0,1673770359.5209,55,'uaeRSx3drLYqykJ7BflOc2Aw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.5',3116346117,'',0,1673770495.2660,55,'46oRkH2iclJAWnMU7sD13LaP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.149',301065109,'',0,1673771954.6487,55,'dO5YgKcinE23FSVRvo7Mq8zA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.209',301063121,'',0,1673772422.0044,55,'48w1aycM3nVG7SvJUAgofmYC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.56.132',315439236,'',0,1673773379.5341,55,'9DNfMLpyF4Yg2B1IJ0vA83la','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.160.23.76',916461388,'',0,1673773544.9654,55,'ZIfHzs50X3JtRxU8cYCKkVaF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.80.32',751325216,'',0,1673773556.1426,55,'YPO6oZEUGLzyB1pR2x0qmuWD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.96.39',65953831,'',0,1673773709.8371,55,'jRvP1xslQH3EA4ko09NTImyu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.255.205',751632333,'',0,1673774105.3768,55,'vHOy2aWli5duL4xfFRgMCKGe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.215.73.24',64440600,'',0,1673774136.8191,55,'DOC5lI8bgLmdkUtG9vpErYiN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.23',3116346135,'',0,1673774267.8547,55,'qFSR0UhPiZdYOL3VtG1AwncW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.75.2',65817346,'',0,1673774273.5246,55,'H5bI2QzhCNaXZ8FOgqym6Buf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.215.117.232',64452072,'',0,1673774337.7614,55,'lq7pZL9zhbdEarCvJenOtyIc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.199.207.116',751292276,'',0,1673774397.6305,55,'fsLzGJtyCxTIMu12dX0go4Qi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.25',3116346137,'',0,1673774449.1713,55,'hImfWkveXVbU2y3CJYGw1g9D','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.166',301026214,'',0,1673774996.3098,55,'50cldSXLvR2AeKTyFgrGnjMV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.7',301064967,'',0,1673775067.8069,55,'4YLOUx9ri5a7nAJecP6pf2Iw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.27.39.36',1679501092,'',0,1673775285.9131,55,'fgaNriy23AWcYboxVpFBq6LD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.27.39.36',1679501092,'',0,1673775337.8324,55,'Q3k9vHVzcTDxj8LCmJiquhIa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.123.58',751598394,'',0,1673775354.2632,55,'iXNbVWJfPh2Gok5Ty1m6juML','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.254.165',751369893,'',0,1673775502.8287,55,'8qdvkyrjYtSa54b2mIiQnZMg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673775558.9420,55,'tPBqi6NX0z87AT9d3rh5mEF1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.119',301026167,'',0,1673775776.9675,55,'8vsVHI9qyLEFO3mSjbD5nTd4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.203.22.118',751507062,'',0,1673775807.7673,55,'VCaZlt0Wvwuz51Nd73GpeI2b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.27.37.195',1679500739,'',0,1673775885.2063,55,'iLU6xTFHPJuY3hR4yebDvQ8c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.169',752104617,'',0,1673776018.8665,55,'KSjgpmfMDIkba3eQYEx8Vq0P','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673776028.5213,55,'IAoGrTiKw3QeHxNBj02RuWUm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.203.177',65850289,'',0,1673776038.2550,55,'jkQSBfM6cLh95l7PtmYEnG4Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.199.117',751617909,'',0,1673776060.2614,55,'15IjWo8xSyps3Nd4MAgHKfCR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.86.75',65885771,'',0,1673776069.1634,55,'edULVinqF8Y04jISPOuRcrNE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.157.114.51',916288051,'',0,1673776145.3505,55,'PAywMm4NnVUq58dWR3aXSsCF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.43.78',750791502,'',0,1673776153.5660,55,'bR5Xz3JZsgrGaP8NcmH9dQuo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.34.172',921445036,'',0,1673776172.8301,55,'WMC8L4aGBcThRJbZUfSImtnQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.239.70',751365958,'',0,1673776181.2729,55,'p73COd0AvnMhXFDJ1me2Qtzj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.123.25',751598361,'',0,1673776197.0966,55,'noTLuwyM1jKeOtNDgB6HkbEI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.203.177',65850289,'',0,1673776229.7475,55,'5Ne7DjM4GrkmnJYIdE2vaqKF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.222.45',55959085,'',0,1673776316.4168,55,'JQEwIjuYlZFKM5Xk6RSrhOeo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.42.75',65874507,'',0,1673776378.4993,55,'lH4KpNfE1aARObgL5ykUoxQD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673776670.3729,55,'BDqpLU2tb4GF1mwrVyk50KeX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.14.247',65736439,'',0,1673776759.9960,55,'lsnQcGpvTbIuZjR5qtwFYMr2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.198.124.38',918977574,'',0,1673777399.5260,55,'YhH6btVeOWpRMCFsk2yxZjqG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.140',301063052,'',0,1673777430.2435,55,'VfC4tGqPv3J7RLdaAOHpnZ51','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.123.58',751598394,'',0,1673777806.9055,55,'HAm72cgkZbRYLIs8nudlaTwO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.208.89.240',63986160,'',0,1673777852.0373,55,'8KI47gsGE3BDbTiuNYPxvcjQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.69.91',65881435,'',0,1673778013.6048,55,'cfUBzQDATeXLGrpY1R7u8qmy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.42.226',65940194,'',0,1673778076.1722,55,'TM0AZi9kFuLHUtcpXwgRKlny','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.205.54.229',583874277,'',0,1673778157.7376,55,'UThksRdnmH1AJDqIeEO36S5W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.24.124.164',1679326372,'',0,1673778278.2104,55,'SbP7vrLB43JzaR9yUf6sjtqO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.116',301063028,'',0,1673778293.5778,55,'ANMjLPpaVy53XHsQxwD7dtF9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.205.172.7',583904263,'',0,1673778416.7609,55,'4M6Gmz3vwZLauWOdAHnbEBsY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.113.107',751137131,'',0,1673778436.0540,55,'zrcvBpONCgey3719dbmWhYPX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.205.1.110',751632750,'',0,1673778510.7132,55,'G9f6AmgL5Pq8woBXjuEUb0WJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.224.140',65986700,'',0,1673778632.6290,55,'nLUpF9Yb5ARZawXlMOuJC7KS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.181.171',65910187,'',0,1673778638.4298,55,'6FEOuHClBnahrkReKmtUdwL0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673778653.6456,55,'hgw5dayJKT42lr0j6Pb8cnie','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.69.91',65881435,'',0,1673778806.0744,55,'iXjKGqC0Zxm2g4zfLObwHc9v','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.252.202',750845130,'',0,1673778806.3724,55,'ikGDRE8wdmnzoqOxUQNTJlXt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.84',301065044,'',0,1673778927.2801,55,'MbYQ1Cct2eu7Emr3Z0SWNqRX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.36',3116346148,'',0,1673779245.9653,55,'fKz1juIdceNbMgxBRapH2JZT','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.236.75.2',65817346,'',0,1673779252.7743,55,'4eSGdPOLviq6B10EuHWwzZhg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.239.70',751365958,'',0,1673779285.0913,55,'AaPdEoe4mNCt76k8sYhKfz1y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('147.78.47.249',2471374841,'',0,1673779307.2348,55,'kzVqmu3lKoWbScCQ5JaIeL2f','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('34.234.164.168',585802920,'',0,1673779441.6932,55,'gy3CqMfxIFNQ5jW8LkJnloXT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.199.207.116',751292276,'',0,1673779559.7350,55,'TIdCyBRahHv0nKYsPMQVEeOD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.123.25',751598361,'',0,1673779568.2997,55,'YC3FfDhV7XLPNKZH82ESioRq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.199.207.116',751292276,'',0,1673779631.0532,55,'QjnFckm0vLAo9YdeTM43NxXJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.69.91',65881435,'',0,1673779661.5306,55,'P8Kxg2qb7DRQA0kIMJoBCZv5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.203.81.169',751522217,'',0,1673779677.4792,55,'nMZ8jflKQTmL7EbkWGB6Dg3Y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.215.117.232',64452072,'',0,1673779780.1975,55,'9wNWJOIyCaMtpU3HdR5AhD24','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.70.116.6',877032454,'',0,1673779841.3332,55,'78xz3D6XwZOTqkvQbKVEeLlJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.203.22.118',751507062,'',0,1673779985.6039,55,'yFptJQjVSa2oGURBPxz8I43A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.113.107',751137131,'',0,1673780069.6280,55,'DbdInKTfyOUFAuw6JN14qP29','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.184.79',65779791,'',0,1673780083.8986,55,'gYRhu0yw8zeKpds1tTorAVD5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.80.32',751325216,'',0,1673780099.5353,55,'EUkV9dge0lQ5hZBGaTJfCRt2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.38.104',315434600,'',0,1673780110.7167,55,'rWn4XEige7Of2FwjDG9SQIsb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.81.71.147',911296403,'',0,1673780189.8078,55,'P73Ec9oLGjFhqkMQ6SHO8isN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.184.79',65779791,'',0,1673780256.6916,55,'x8oCIeSP5p7bJHwW6LgDNd4l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.38.104',315434600,'',0,1673780285.7694,55,'F2wdJSXKLlt0BDReYO8r17gP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.207.213',751161301,'',0,1673780309.4638,55,'5cT41XMD3dpoAVqbe2t9FN6n','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.203.22.118',751507062,'',0,1673780404.3690,55,'oBFLNUedQfhsZXG5VcvqA2k3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673780425.6128,55,'LxJV8UvCzdQDMwc91XR3mZiS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.157.102.185',916285113,'',0,1673780501.5046,55,'tj3LYRIcVDO0dWfvu2z6e751','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.207.213',751161301,'',0,1673780665.4524,55,'0nuTBQbo7VOyA1CsjmYxWFGa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.103.11',66021131,'',0,1673780729.8167,55,'mokt7C6YbJVUiWKhlf1RzFuG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.24.124.164',1679326372,'',0,1673780742.7828,55,'Ec6Nla1QMnsy28wgtHIG97vh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.64.198',752173254,'',0,1673780797.5828,55,'CJKHU3zjf6eX5MiTENxh8rFR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.236.97',751365217,'',0,1673780957.0546,55,'DbEWrAYPo7kmOQ4ndqfUGXeh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673780975.1858,55,'4Z5maukt3x6hboHQ7ydBzJ9v','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.70.116.6',877032454,'',0,1673781114.6173,55,'Jiuhb01V92smDv3jzcrB67ZH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.230.173',751363757,'',0,1673781161.8161,55,'EP1qCgj3BMvy459adTwrkn0z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.132.246',751600886,'',0,1673781316.9721,55,'Y4T8VKkl3DuczPGMrJWtaQCm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.226',1123634146,'',0,1673781391.1661,55,'tCTPzXpIfq7GRxEJdUmO2jWY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.208.89.240',63986160,'',0,1673781693.3214,55,'fURc1YEnAK5oFzSdOey2ImWT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781740.1599,55,'DPX67NHRmUOlaLdAJbqKw0T5','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781747.2998,55,'NnoHtX78fIreV1q3kyYuaURc','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781752.9696,55,'E5STf9UDsgxcqldmOwWvG7zF','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781761.2035,55,'Bu9HsAPEiaV5IChydfDeM30p','','19|0|0|0|sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781819.8715,55,'VnrJG5uDg6aKfkdXzF4Ievx9','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781819.9309,10,'VnrJG5uDg6aKfkdXzF4Ievx9','','707|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,707,0),('3.236.75.2',65817346,'',0,1673781822.4451,55,'2MR0HP34ITebSwYACZVnBurK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781823.4396,55,'feU1JqKFl3nYzmubycW6R89A','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781842.8173,55,'BCd09hEb6MkUTFXx17q3QO5I','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781844.0423,55,'JrFPBdXvg72eAHjMtInsElY4','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781853.0054,55,'R9ThfqA1OwclC38aHEr5Q4Vi','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781858.8908,55,'TSuADMXjv3pWtyIoEbGVsd7g','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781859.6830,55,'X9MLR80htlsT51ErJyVaj6Kn','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781865.8417,55,'qTafd3NAOCRytcPb5FVgpzK8','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781872.7959,55,'UPKVY83O6vDzZjgSht1u0EeH','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781917.1751,100,'t1EhlSHMmkjIWvBybe7A2dF3','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('78.128.113.142',1317040526,'',0,1673781940.7781,55,'JFXhbcgYuLWINOqZmG2BQSn4','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('78.128.113.142',1317040526,'',0,1673781965.2355,55,'J6V4ftHuDjSiqA31gpornsXe','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('44.200.236.97',751365217,'',0,1673782220.9623,55,'3fLRErZ5NTaK1l6GCnuAiIdp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.199.216.66',751294530,'',0,1673782423.3988,55,'Af4YtbmMhBVjuXFpPw73ynW0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.133',100657029,'',0,1673783206.8409,55,'uDMkZefI8CigmVnRrHaWcsq0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673783229.9966,55,'IzVvepkjTKQDEMSZtag5m4fy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.205.133.73',583894345,'',0,1673783235.4630,55,'HYrhFlIMfukNtzbXwRUV2pmv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.205.172.7',583904263,'',0,1673783316.0079,55,'jzMeU9PR5dmAu4E36sV7wXqB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.155.233',65969129,'',0,1673783657.7284,55,'G1yhBwFLPWSTatpu7M52nxUk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.203',301026251,'',0,1673784020.3907,55,'J7u6x5Kj8EHqSNGcQwvdX9sf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.16',301062928,'',0,1673785003.9228,55,'PU5ZLz9X276qn8KFo3kufMWA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.208',1845014480,'',0,1673785450.3674,55,'uf9w4J82eLvYmaC0AIyTMrPi','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/westand/include/lang_upload.php',0,19,0),('3.237.69.91',65881435,'',0,1673785692.0863,55,'AhSdz3rxVLgZksWM268IYcQR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.214.181',751621813,'',0,1673785791.0317,55,'jybJ6tuQ7AsFwRCaIngXpBH0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.184.79',65779791,'',0,1673785837.2381,55,'HB1XPSmZR0GtCauYl56rK3bM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.203.177',65850289,'',0,1673785844.0751,55,'tYBWNyIsqVgSzweTG1monfJb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.199.117',751617909,'',0,1673785885.3246,55,'1FurSJfacW3sOI7TdHQvDKEl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.203.29.56',751508792,'',0,1673785887.0903,55,'obqhpwv3ms4g6xL0EdeOSCAz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.207.213',751161301,'',0,1673785892.1942,55,'FM0JA3vK7q8DV5jzBINCSXrU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.165.62.171',916799147,'',0,1673786025.7283,55,'WoLcxOtb9N4d0SnlHCvqeIQR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.246.169',751629993,'',0,1673786073.8058,55,'3hyI46ksBZYRxglTUPQdm7vE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.160.23.76',916461388,'',0,1673786136.1313,55,'Nc7ik2faxCdDw9bG5I1ZhpFt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.34.172',921445036,'',0,1673786567.3095,55,'QcTswjXE3ivZdA7N4RKMOuFp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.202.179.64',751481664,'',0,1673786811.2154,55,'zALPJ7alcyXSYe0xrvHgVOmN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.160.23.76',916461388,'',0,1673786885.3436,55,'iQk2d1lTLXbJYRo5h7yGfvZn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.43.78',750791502,'',0,1673787232.2049,55,'TpQA1FjBn6JuxiKIzf3XsLlC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.157.102.185',916285113,'',0,1673787283.1604,55,'vb4msNkZqcxd0TXKpWeaESzI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.234.164.168',585802920,'',0,1673787543.7205,55,'0KhSynYdG6oga3HsNI2TlQbU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.81.245.55',911340855,'',0,1673787662.9387,55,'kzu50HJiVPUQXlTneAq6LwSC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.231.133',100657029,'',0,1673787808.7383,55,'afHySKqtANPGR4Ij1ohEpJcL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.101',86888293,'',0,1673787822.6545,55,'smyvMWZBT2oLAk3cex9X0uUn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673787837.0465,55,'uvHdsjrI1pQl96xbaVn2K7eM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.185',301026233,'',0,1673787931.7849,55,'7KeRBaZ8HlUFcsyidxQADp6n','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.80.254.116',55639668,'',0,1673788850.8180,55,'IXr1Gl6DyzcjbPJinQHL5sRg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.234.70.241',317343473,'',0,1673788925.0799,55,'jscEPf0AytIYnNDaTOmdUhKe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.70.116.6',877032454,'',0,1673789012.6558,55,'3xB10fKbyFPwh4M6R5Sazlop','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.83.168.6',911452166,'',0,1673789246.8039,55,'3GMXnd2B8VTqHAFWgY09vszL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.231.58.88',65485400,'',0,1673789398.0090,55,'TeMOPRCdIDckoZxmih6vqjUE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.80.114.191',911241919,'',0,1673789424.8650,55,'NWikDAvybfQoEdu7eO0C4xLT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.216.216',751622360,'',0,1673789734.2063,55,'OChDQMtEnSP0aLzyuvr3lYgV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.93.241',751328753,'',0,1673790079.8736,55,'IbmU3uHktZn6wocBFOlyV9dL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.165.102.238',916809454,'',0,1673790225.5312,55,'eFTpDCMZ9lL8myn43ocSh7zB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.81.125.44',55672108,'',0,1673790491.3930,55,'8HJyjVg2e6SYcUu047DOBwNI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.198.97.235',918970859,'',0,1673790534.6646,55,'bxzkAJmR0Wt8qIYQ4DZu9lVL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.93.2.32',56427040,'',0,1673790589.5245,55,'7Mm3jUJPROeW2VgN980Eu4Ss','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.101',301065061,'',0,1673790795.5902,55,'FyozkLvOasjHEATJV7WgBPeu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.26',1920434714,'',0,1673790814.7720,55,'7vQcRpWMFrbL8SEfVznI3gdX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.169',752104617,'',0,1673790905.6341,55,'yTLWunBCOE563ighpk1A0Ia7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.26.148.130',1679463554,'',0,1673791658.2748,55,'pWr0li3UROjDHChaIMdNX6QY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.215.248.200',316143816,'',0,1673791718.2388,55,'daDSvi5EZNYhuX1fx9g27pMq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.237',1920434669,'',0,1673791907.9523,55,'TUQtvzZcuDe57OXL4pHPlkIa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.6.160',55903904,'',0,1673791930.9556,55,'WECXr4RpHZix8N6MPqUtwna7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.38.104',315434600,'',0,1673792045.3487,55,'FbLnTEu4AQs7lfejxptv9UIa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.59.243',315440115,'',0,1673792048.9342,55,'Qe5REhBsr3tw9XbHU2gPiDz4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.80.134',66015366,'',0,1673792117.5887,55,'xpdO9IhzBKoUniTacfwZrG5H','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673792219.9217,55,'KYxRuZdk4SVIGrTyLhzHXq2B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.239',1920440047,'',0,1673792252.6256,55,'iLaS49tjbx1HgWCBywFIlpTV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.207',1920436943,'',0,1673792602.2991,55,'uONg2I9roPJGQc8W417ZTeMR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.13',301026061,'',0,1673792609.2387,55,'rfID8Ev4AVChpzeFtb5ZRqOc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.108',1920441708,'',0,1673792927.8540,55,'FKPScqxVn9loDvwu3iMZg8mN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.12',1920437772,'',0,1673793224.1154,55,'Irfni7oBtyMwYKdHW29q4GUC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.182',1920435894,'',0,1673793535.5607,55,'THnjzI7gyZxwmG0EbMCitfdc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.165.102.238',916809454,'',0,1673793711.5643,55,'uV3Y8iCwJ9MQShj5g7Xc0UrK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.6.160',55903904,'',0,1673793749.1453,55,'jrtIPLVHbQwAeB8gNqCa7RsJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.175.232',315600872,'',0,1673793834.2619,55,'12CJx9mYBUi0lNTjQse38PZE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.111',301063023,'',0,1673793837.7597,55,'QuR3E5M9lSa14LTiv6zsZnWx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.217',1920441817,'',0,1673793887.2151,55,'zgv7Q1VO4wPabWJfTAGB0oSI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.227',1920435427,'',0,1673794237.7164,55,'n5htrJQe9Yiuxko3RbXwCj7m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.175.232',315600872,'',0,1673794526.2046,55,'9lby4t3OncPe1X0MxrmvufYT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.21',1920441365,'',0,1673794573.5884,55,'vbNh8MAnpujRwsoBULtKfc9C','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.43',3116346155,'',0,1673794614.9393,55,'2jreQm47ispDN39ghtFbTuyA','','19|0|0|0|www.sleepingsolutions.co.uk/customer/index.php',0,19,0),('3.237.181.171',65910187,'',0,1673794724.1344,55,'vL5cTEbGuejWRV0XyYCN1zsk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.214.181',751621813,'',0,1673794860.8188,55,'ugDRKnVdSt7c4ok23AZHwP9Q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.239',1920440047,'',0,1673794907.1532,55,'lR8vIXfxCwnE2HZJ09KDPQhq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.80.254.116',55639668,'',0,1673794982.4838,55,'vg0p8eBbEK3fdOCZoPlnNrmX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.205.133.73',583894345,'',0,1673795041.2643,55,'8ngAzyUTpakuQWNSqlGowLmB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.92.78.30',56380958,'',0,1673795103.1889,55,'g1nUzb6yXCNl5DjqKt4V73c2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.89.193.124',56213884,'',0,1673795156.3505,55,'34VJaXjMC5uhxKfTEnZqFegP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.205.242.72',3587043912,'',0,1673795219.9626,55,'uM8aRqCxQo1k3FT6Az7OKiNy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.205.242.72',3587043912,'',0,1673795220.0394,55,'YvcDCwRTMOm8l05Pzdr1nNQW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.155',1920442267,'',0,1673795289.1917,55,'7BtCJGc3WYPTdF1pReyujbDv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.3.84',56296276,'',0,1673795379.4766,55,'liEdJbDz1gVNCnG92PhoaU8T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.200.240.234',583594218,'',0,1673795408.7244,55,'UKzvNlaeq1LYOfjE28MCRyc6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.6.160',55903904,'',0,1673795484.2212,55,'FdCQT3lwi7paum9H28yBGcVA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.81.64',64049472,'',0,1673795496.5496,55,'bhd3a9iNSlvZW5EjCReFJzck','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.109',1920436333,'',0,1673795583.2686,55,'3fbds7Dahnx6Mp958rOg1Zok','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.27.39.36',1679501092,'',0,1673795593.9390,55,'6NdMXaJ3QOBr8KCeRxpoh2nD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.199.216.66',751294530,'',0,1673795661.3647,55,'lGZEWCL1t648UKdQOXfma0Tg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.170.197',56339141,'',0,1673795741.4033,55,'GUcAQLRDpBzFuCYsT9rxV5dl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('184.72.188.31',3091774495,'',0,1673795851.5630,55,'6Lnk3WHfUbtdG94eYyqc5uPV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.212.107.187',315911099,'',0,1673795856.1309,55,'atEHj5R3OoMbry7T4VhisZFX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.172',1920442028,'',0,1673795897.1221,55,'hNyw6TVZe4qgs2MFPOSXIBfH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.42.113',921840241,'',0,1673795990.7756,55,'MofiF42QRwzrcp36BKxHeXCE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.93.241',751328753,'',0,1673796022.3531,55,'LvX4uMziUSD9CwYJ1cZAEQyP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.201.22.232',583603944,'',0,1673796107.7903,55,'uxhkQbRm2MjeKvsEqaD9onNy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.148',1920434580,'',0,1673796209.5852,55,'ydUE9z0upNrc56hYIRwXxeAv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.167.239.64',916975424,'',0,1673796243.5190,55,'E8U7meOVhR9aICu32lBXgZ5N','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.81.125.44',55672108,'',0,1673796285.8738,55,'Gzk4ZynLWrQheNjaU9305upJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.193.81.121',750866809,'',0,1673796375.2752,55,'QeLMFJqkyHlvtBUznNXaAZDV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.37',3116346149,'',0,1673796461.9383,55,'gBuZHvS4cTa9bVixAlNpnE5Y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.150',1920438678,'',0,1673796544.7917,55,'N2RnysScbmWv4rHwCOzd9BG1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.227.199',1384440775,'',0,1673796655.1681,55,'pDtsJz1IHXF9jLy2TWd5oU4G','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.227.199',1384440775,'',0,1673796655.2150,55,'xPHt2ikgjnA7QXhelzVC0Ibs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.80.32',751325216,'',0,1673796699.5371,55,'R4uLkwPbs5hWEZqDg7Gmecny','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.22',3116346134,'',0,1673796714.1684,55,'cQtx9JzBNk0Sbrw6YGVvep3g','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.193.81.121',750866809,'',0,1673796718.9594,55,'VRP2ftXd3iBgoc4erzIDvkyl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.172.98.198',917267142,'',0,1673796842.3088,55,'f7NxglKmbyWO2a3ds41P5vVn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.198.97.235',918970859,'',0,1673796888.0240,55,'sDSvoqMLRrxg8Z73chFKwW6U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.42.113',921840241,'',0,1673797007.5017,55,'bRq4ZvX5kiIFoKgetJuNV3Ls','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.81.71.147',911296403,'',0,1673797012.3877,55,'gyRPLONArXolqxE9MQT57YFt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.228.227.231',585425895,'',0,1673797059.5416,55,'TXSJEQ143dpM8fkzO6WVyci7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.219',1920440283,'',0,1673797242.4483,55,'fQJwIBgaAcKby9XSYzq36ZCe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.114.127',921858687,'',0,1673797374.3784,55,'LwzJPURVIXmockNj7tslDbrW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.224.206.150',920702614,'',0,1673797405.5180,55,'7xj2ogzEIJGKTaYFAVBhUbQ0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.56',1920439352,'',0,1673797584.8115,55,'zLq6sExchH7oJFQpwIgK5XmU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.190',1920436670,'',0,1673797884.2648,55,'EIkScfRZh685JCFnVo12TOPx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.93.241',751328753,'',0,1673798094.7770,55,'pyMH2JGgaXntVkFBjOwbR8s9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.15',3116346127,'',0,1673798151.7468,55,'ZrsFCGP1tv4AewN0odRxEJb3','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.159.160',1920442272,'',0,1673798219.9260,55,'X8wrBvkLGaARfOpxm564sibK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.26.148.130',1679463554,'',0,1673798478.4664,55,'Fprk7flgdRD0c2t4EmMIQwvL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.248',1920442616,'',0,1673798554.7250,55,'uG18OAsFQajzyoVSwYg5pP74','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.3.84',56296276,'',0,1673798737.0387,55,'tdxsP6SMbQ8kmp0qO2IzVojR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.203',1920439243,'',0,1673798874.2504,55,'GEAO5xhdolnwWr1qvSfXZiRY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.88.226.95',911794783,'',0,1673799047.6788,55,'rdthwKqJM5epZkv1fVgI7cl3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.170.197',56339141,'',0,1673799078.9895,55,'r9QjaVvNZbgzG5A8kfM1m07d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.114',1920440434,'',0,1673799223.2328,55,'r3FTO28Y1WpzucNm0VvhE5d7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.132',1920441732,'',0,1673799567.2569,55,'mCcVvX4OgS2fZRyhLaQHWF0B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.61',1920437053,'',0,1673799875.3389,55,'QlXRSq7c2hOvIuWrTt91CEj3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.205.2.1',751632897,'',0,1673800082.1278,55,'t9Ersea3uiwAjZLxGp4S07Tf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.217',1920435929,'',0,1673800238.4784,55,'3EBDkpi2467jdvPlV9zXYIJo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.232.177.192',317239744,'',0,1673801228.9063,55,'RpAJ6ZtjF3H8D5Ezv1qyYmxc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.4',3116346116,'',0,1673801305.6502,55,'g64owrVqy0PMms129Ti3DNIa','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('184.72.188.31',3091774495,'',0,1673802135.9149,55,'RAdoCOiuYLwh3SmvX07yfTMU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.89.193.124',56213884,'',0,1673802285.5590,55,'rfQ0Eh6KFgtqjPdSHupesnvw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673802301.9049,55,'r6l7ULM4p05b2sacTF3WYhAB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.3.84',56296276,'',0,1673802318.2599,55,'oSgL8tbK4eQBTM2A0GkWimZu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.10',3116346122,'',0,1673802513.6279,55,'1529uM4jKpykrIXTdJcH0mwQ','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('3.91.170.197',56339141,'',0,1673802527.6624,55,'iKWavpIFQgJ9mNoGw8yzhZ5Y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('41.251.178.115',704361075,'',0,1673802714.1787,55,'Z4xJQbkI1XMwtGzuPaS7YKmi','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('44.205.2.1',751632897,'',0,1673802854.2170,55,'TLhYwmC8zySakBrZbvJfQMWF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.164.254',598516990,'',0,1673803318.7149,55,'kGFwnmPpt8rJRMZzK136H9fa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.185.50',751352114,'',0,1673803577.8816,55,'ipSCLkaQ01tHUnuBgVw6AoXy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.238.185',751169209,'',0,1673803671.4866,55,'wLMDSFqE1x6uYjGe7ypPKmI5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('41.251.178.115',704361075,'',0,1673804345.8009,55,'1v3Xe2nGqZmJ9cwafpTsbiRD','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('44.192.64.143',750796943,'',0,1673804656.5315,55,'IzyAb16iVgxGteLKF5rTwd3f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673805054.1974,55,'oCcSGvTJadIB3D0Ff5zNtuW9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.64.143',750796943,'',0,1673805087.9608,55,'WD2NPM8rmo9KGwtY6yOgHfET','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.184.79',65779791,'',0,1673805159.9683,55,'NFmdgu2IBGL3ElXbAyaJUenT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.241.112',752087408,'',0,1673805405.1874,55,'BplX9Rmrcwz0xnVakTsvSfqu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.94.81.102',56512870,'',0,1673805808.5093,55,'SvVTpZMzGaDONcIjsBbQxn2A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.7',3116346119,'',0,1673806155.3500,55,'EiZMPbsFogQpyazkB1uHATfD','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('44.200.38.103',751314535,'',0,1673806736.9634,55,'rPQU629bflRLdxIZ8Nov5Skn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.89.193.124',56213884,'',0,1673806895.3950,55,'puCe0BHIKs5MdqPkEX18v2bj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.38.117',65807989,'',0,1673807064.0721,55,'zlX8A4bNLsOjQnVDtKeI5f6a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.239.70',751365958,'',0,1673807310.6727,55,'TF6SVq3kXHgfswYmKUzBj2ML','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.64.143',750796943,'',0,1673807378.7081,55,'Uc7TrQSxkPsdb2vjO3nyq0ua','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.234.70.241',317343473,'',0,1673807393.1190,55,'dL4fGWqbTm2XHnKSrjVQON5Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.227.97.23',585326871,'',0,1673807399.2444,55,'MNmOsSn3rGQVLDzZUalYpA1q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.185.50',751352114,'',0,1673807681.3567,55,'75LOMrfvleR9KYXAUQkaJGmT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.215.240.93',316141661,'',0,1673807747.9198,55,'ugjZVRaqtkLWyl13X04YwJxN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.169',752104617,'',0,1673807794.4350,55,'RhdoPAn2tEKWZlb8OeqjcwXp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.196.216',65783000,'',0,1673807844.6463,55,'OgDEuRFGUNvb1cj3CZoAQWJ8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.234.70.241',317343473,'',0,1673808110.0006,55,'FnLkZDAo0Ypv8BSPhXaIU1eq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.81.125.44',55672108,'',0,1673808545.1233,55,'GdzaAhp4RnXQBFMZrfS96HOT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.208.96',66048096,'',0,1673808630.4742,55,'NucfwjmObyFWZH0iedV7n2Ig','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.153.142.90',597266010,'',0,1673808805.7975,55,'UQoIr6xBCaiJw3EMVu7LXvhF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.83.168.6',911452166,'',0,1673808878.0702,55,'eRfGd0vAgquDaN3w721mFblE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.80.134',66015366,'',0,1673809454.7571,55,'mV7rpfiR2gFTGtqByZhXP1KJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.86.101',66016869,'',0,1673809487.6622,55,'ZavlApWnuisBGOdJ96R71hSk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.198.97.235',918970859,'',0,1673809598.7855,55,'XTdBnR5KVLAwZG64soyHqijF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.123.25',751598361,'',0,1673810045.9162,55,'K53Roxn7pXSWcEjuI9JPAmr0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.119.234',66025450,'',0,1673810307.5300,55,'tMvulgUwdjfK1q8GBnszN4AE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.81.125.44',55672108,'',0,1673810445.6764,55,'rdJS51o8w20xIaYByW9smCPi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.88.136.113',56133745,'',0,1673811016.2172,55,'fJvMY8kKRXuUFTqaWDlOrbxP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.241.112',752087408,'',0,1673811053.1062,55,'LHDtnVOafjXKIQF6Bkhvi8gS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.75',2637637451,'',0,1673811065.7282,55,'ywaZrvSdNL1HXhc2VQF0JIgW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.75',2637637451,'',0,1673811068.1112,55,'LS7xe6h3CzubqaKo0IEOVtcH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.187',2637637563,'',0,1673811070.9020,55,'V7BrvbJSZfh1Q6e9IKY8OwnF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.212.107.187',315911099,'',0,1673811347.2899,55,'RVc4tkWZyzNEDCOXamSe1qI5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.94.81.102',56512870,'',0,1673811579.7722,55,'bBngJrvuYiV2QFC3eILkh94K','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.216.216',751622360,'',0,1673811912.4945,55,'ve4kLuliOBCxhA7fSWFw8YMz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.81.125.44',55672108,'',0,1673812030.3073,55,'aTr8ifoZNnHLkl07e3XmRDIF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.81.116',64049524,'',0,1673812065.3709,55,'HL4ZRITrwS6QkYAvV8jyd9cx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.164.254',598516990,'',0,1673812365.4248,55,'uKdazO4HQgmeCEG1vLRkbscZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.200.240.234',583594218,'',0,1673812402.1245,55,'oOpKixXBTnyzmD3c2rMdvG4F','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.97.253',921854461,'',0,1673812908.5637,55,'PEsqNKHzOG7AocCRmSxFyUnM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.119.234',66025450,'',0,1673812951.2814,55,'wUtsl5mPQADC92Fx7pM0vRjK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.3.84',56296276,'',0,1673813181.9089,55,'0JhkWyGSwLvT1Es4NbOjcUo7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673813387.3076,55,'m5q7kFPHOgnzwEdQjl0h93er','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.196.216',65783000,'',0,1673813397.9512,55,'vtOmr5MkwCXb3ZIjixsDzETN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.20.26',751965210,'',0,1673813541.8770,55,'ehKNJwMjbxvc9XW1amVdFGoD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.119.234',66025450,'',0,1673813555.3837,55,'8geyLuzCoXWBrakp93P7UH2F','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.241.112',752087408,'',0,1673813597.6085,55,'2uiKIRcYlJwxPdCzBnXp9E0f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.227.97.23',585326871,'',0,1673813633.0740,55,'WkB4bVRjrq8Za73MfSdz6OtG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.248.151.27',771266331,'',0,1673813717.0775,55,'QFh9oOawKCicHsbg2IMtuvX0','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php',0,19,0),('45.248.151.27',771266331,'',0,1673813718.3594,55,'qLX2yPG8Dl1Y9unxZT0zvkNA','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('45.248.151.27',771266331,'',0,1673813718.8001,55,'1xPdzZWJ0ysBE4Mgu6QCnXvi','','19|0|0|0|sleepingsolutions.co.uk/phalieqt.php',0,19,0),('3.81.56.185',55654585,'',0,1673814026.0955,55,'4amfxeUdzyHT9i8QKXDuVhJn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.228.227.231',585425895,'',0,1673814049.5222,55,'q71XZzEVwpCMJfSePWadoUHv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.144.244',65835252,'',0,1673814335.2295,55,'mhBAJTWMEV0FGLxq15lDOa3S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.170.197',56339141,'',0,1673814431.2652,55,'3PSbwYQM5f7seJzDNmxn6Adj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.80.134',66015366,'',0,1673814510.1105,55,'WBTmIyK2XADR4zvNHwEMthGx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.134',752104582,'',0,1673814600.0738,55,'quHxS3n8vCawO2eWjV0N95Ai','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.29.88.209',1377654993,'',0,1673814712.1908,55,'o0OjnFWkwlMDJHPmgfits1CK','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('82.29.88.209',1377654993,'',0,1673814741.5095,55,'kOiy6FvmSX827ZHY3cLNKTEB','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.157.114.51',916288051,'',0,1673814846.0014,55,'9DqXZhbPUplv20jkcMYuQnzB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.52.169',752104617,'',0,1673814897.7617,55,'UEwdGpeSiJsNaX1ZFHyWxMul','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.112.174',751333550,'',0,1673814925.1253,55,'Lz9nhl8GiaTmqgSKeU4dBMCW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.80.159.148',55615380,'',0,1673815274.0032,55,'CtmH2boDnAR4d8sQjU9vz3IL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.223.21',65986325,'',0,1673815372.7272,55,'sNIl0ZMQK4Y9SFypoj5UHrJe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.113',3475901809,'',0,1673815571.8419,55,'KpQ30DsmjPRTSdlYI14aJ8Fi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1673815574.9257,55,'CtTosyLbuSgfpZGExRwXzjB8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1673815584.8567,55,'4t7BbO9UhEzVyg0Cods8WH3K','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1673815588.3837,55,'UKzErQdsBYROFwVx2HS5iyej','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('107.23.244.171',1796732075,'',0,1673815969.1387,55,'rwadJ9jEiAv0pXtSCYTNyfex','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.91.3.84',56296276,'',0,1673816016.7711,55,'57R63nVEuvofatOXAGBMxTPL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.203.105.167',751528359,'',0,1673816096.0859,55,'TQ4JLSPpiVghWXy3vuzEoAK5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('107.23.244.171',1796732075,'',0,1673816655.6110,55,'zXE9qLiAoHTV1CFdrRvl7DmU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.5.189',65930685,'',0,1673817677.7812,55,'bBxicm8ICaDsXWFkz9ZSpK07','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.51',1920438323,'',0,1673817842.1543,55,'feywTL2pVxMjWSUkX7ZnQHlv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.48.146',750792850,'',0,1673817866.2466,55,'6t2iYq9yOSoUg0WM45nbLh1l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.90.226.62',878371390,'',0,1673817908.5507,55,'lsBNOhkidgQRxmeCA5w916zp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.64.143',750796943,'',0,1673818194.9906,55,'QBLVdGr18EgsWAOPUuRih7vS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.59',1920436795,'',0,1673818514.4661,55,'dHkUxi7ORyaVZYwrcb0qGBv8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.123.58',751598394,'',0,1673818624.2367,55,'KlAfU4OiJI67Bwp3dyajtbrS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.165.102.238',916809454,'',0,1673819809.5224,55,'9Kl4SCfktDi2rYc6Ad3jQ01o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.215.240.93',316141661,'',0,1673819871.1595,55,'v6uNpHwi4UADbFcBxWoGERQK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.228.227.231',585425895,'',0,1673820686.5949,55,'hkIjRWdmBZGHKvUpVnuPw5MO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.205.2.1',751632897,'',0,1673820733.6263,55,'O1ywaW2IsXdPe4t759ZKgBJv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.161.30.122',916528762,'',0,1673820941.3802,55,'ve45dugGCIiMJDxkS6Pf8rU2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.197.52',751355188,'',0,1673821062.2856,55,'6m5nDaIUtgAYMPSCpiLhfTV3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.81.116',64049524,'',0,1673821351.2432,55,'n3wbQHKUYuelcoJhFp1gaE7R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673821452.2596,55,'tkdmUbB1pzVCKW5oynDPLg72','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.199.206',65783758,'',0,1673821676.7341,55,'PwcJKoqsV0jzrkta4DHWZiNB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.153.142.90',597266010,'',0,1673822082.1124,55,'A2GCQWbq6w7rdXl5pDyoxeT8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('23.20.51.162',387199906,'',0,1673822308.4617,55,'sQqkWOvG1YPSpaCK9ITH8jU7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.224.206.150',920702614,'',0,1673822321.0542,55,'ztpoWSAsJEHFuQ8Yq14jBfwK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.214.181',751621813,'',0,1673822444.3023,55,'F7igfeSns4pZHvqNDEOP2QGM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.70',1920439110,'',0,1673822687.6465,55,'mYwc1oTeG8CEsnh7DZW05IPB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.196.124.5',1522826245,'',0,1673822906.9126,55,'GxAB3tf5JN9MHhlYgpczu8ZO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.12',1920438796,'',0,1673823004.4842,55,'vU8lCDikYRcSL9fIGptEogZP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.201.22.232',583603944,'',0,1673823226.4450,55,'19hNVwQp527RsmjeIGHuLJyi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.161.30.122',916528762,'',0,1673823653.0009,55,'wAn9CmDEr7J81WfxF6j4z3ls','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823953.8585,55,'gXGODtFn2ZyWsox8bdLK65Hi','','19|0|0|0|sleepingsolutions.co.uk//shell4.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823957.0125,55,'8pQLB39u6xGkKqmNbJZvVdyH','','19|0|0|0|sleepingsolutions.co.uk//ups.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823960.1943,55,'NnPvtyQFMg0zOkHIXsUADWlL','','19|0|0|0|sleepingsolutions.co.uk//ru.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823963.7148,55,'jpOJm0EKhRPLXoaexikwGunQ','','19|0|0|0|sleepingsolutions.co.uk//if.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823966.8975,55,'yzSKcMekvgiVId0u9o1RlDQ3','','19|0|0|0|sleepingsolutions.co.uk//vuln.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823966.9378,10,'yzSKcMekvgiVId0u9o1RlDQ3','','707|0|0|0|sleepingsolutions.co.uk//vuln.php',0,707,0),('191.96.67.206',3210757070,'',0,1673823970.4404,55,'3q2lJDiRjYnuLBhd1SGtT9XN','','19|0|0|0|sleepingsolutions.co.uk//fw.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823973.8178,55,'Dd0uytCjrnWqcFELB9GHVvXl','','19|0|0|0|sleepingsolutions.co.uk//skipper.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823976.9814,55,'LoSeGdsfg214h0AT8ktv7EOR','','19|0|0|0|sleepingsolutions.co.uk//skippershell.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823980.0374,55,'EvCe1SohfNFZwOk9J8pgHI3Q','','19|0|0|0|sleepingsolutions.co.uk//tttt.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823983.1891,55,'ZOWJACx8ei6tp4qN0hVQH7c1','','19|0|0|0|sleepingsolutions.co.uk//tshop.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823986.9936,55,'EhbBCmAKSTX864ngLy7qPJ3i','','19|0|0|0|sleepingsolutions.co.uk//alfa.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823990.6030,55,'x5BuyXwO2kodWnmpGvPJ6ifE','','19|0|0|0|sleepingsolutions.co.uk//shell.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823994.4926,55,'fOVciZACB4pIUYj85JyKDTbx','','19|0|0|0|sleepingsolutions.co.uk//inje3ctor.php',0,19,0),('191.96.67.206',3210757070,'',0,1673823997.5494,55,'hbMHqXZdSkT1AiIUlBDYPWy9','','19|0|0|0|sleepingsolutions.co.uk//saudi.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824000.8597,55,'IGWYkqQm0pxaXU3e6y81JftO','','19|0|0|0|sleepingsolutions.co.uk//wso.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824003.9753,55,'AOTazE2hbgGVu9e105UwXSxZ','','19|0|0|0|sleepingsolutions.co.uk//alfashell.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824007.9300,55,'CsV5YWAtBvFm0j4GaIToueKQ','','19|0|0|0|sleepingsolutions.co.uk//my_alfa.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824011.6174,55,'XdmaOq7DblcgIno9HfFvxzPL','','19|0|0|0|sleepingsolutions.co.uk//uploader.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824015.3226,55,'bErWkhHt7j5CRfD9woaS6TlY','','19|0|0|0|sleepingsolutions.co.uk//up.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824018.1054,55,'6IkwET4rOyUmKA0RxNFClaqX','','19|0|0|0|sleepingsolutions.co.uk//hacked.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824021.7961,55,'cVFYCkOr1SPHovy79b4zKlGM','','19|0|0|0|sleepingsolutions.co.uk//c99.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824025.4558,55,'zdRK1gD5ScavHi7rZNfIxT0J','','19|0|0|0|sleepingsolutions.co.uk//priv8.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824028.4318,55,'9Xa8zg1ybhtHoj5Wm7Ui2TJl','','19|0|0|0|sleepingsolutions.co.uk//Navir.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824031.4754,55,'ZkGuAgqBoFr10jLW2Qc9b3Ih','','19|0|0|0|sleepingsolutions.co.uk//cmd13.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824034.4877,55,'sQqhyGNE8PodJf9SYpFA4aXT','','19|0|0|0|sleepingsolutions.co.uk//inc20k1.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824037.4165,55,'9YBfGiU42FAL7VseTomEt0Hj','','19|0|0|0|sleepingsolutions.co.uk//1index.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824040.8403,55,'kvMpY8HITXmtQzcSiEPWOlrD','','19|0|0|0|sleepingsolutions.co.uk//404.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824043.8536,55,'QdnSjf209gUs8ykMxmXwOzAP','','19|0|0|0|sleepingsolutions.co.uk//swm.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824047.1026,55,'xgGw08DoJMkqYEvapt4L5C7W','','19|0|0|0|sleepingsolutions.co.uk//wp.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824051.2614,55,'Lpy2jg3JowKAmtDaSUlnZR1E','','19|0|0|0|sleepingsolutions.co.uk//doc.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824054.9691,55,'mLjvBWt0sXu5V1SlYik2UnJP','','19|0|0|0|sleepingsolutions.co.uk//shx.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824058.3682,55,'ZvB4HO5TFoPCUifJuXN6xaye','','19|0|0|0|sleepingsolutions.co.uk//ws.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824061.7854,55,'7j09FYxAXqgR4o5wasKrIMpC','','19|0|0|0|sleepingsolutions.co.uk//m.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824064.9005,55,'VG27sYE9OanbdrNjv4zylxMB','','19|0|0|0|sleepingsolutions.co.uk//edit-form.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824067.9574,55,'80MRW5qtjHOdEBxvyLcVe6GQ','','19|0|0|0|sleepingsolutions.co.uk//LEAF.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824071.2140,55,'jVNrMhoJx3t4XzSKZBEup0WA','','19|0|0|0|sleepingsolutions.co.uk//leafmailer.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824074.6934,55,'FMBtxdwmDku1YcNzWGIQl5o3','','19|0|0|0|sleepingsolutions.co.uk//mailer.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824078.1153,55,'Dsx0htmjoKPc4WJSLHz3AbGr','','19|0|0|0|sleepingsolutions.co.uk//leafmailer2.8.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824081.3260,55,'qtBb7s1FGx58EH4oYRhi6nTe','','19|0|0|0|sleepingsolutions.co.uk//Leaf.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824084.3135,55,'XDFSwrzG1UoWcOAk2Tp3xEu4','','19|0|0|0|sleepingsolutions.co.uk//leaf.php',0,19,0),('191.96.67.206',3210757070,'',0,1673824087.4055,55,'RNPno2piQA8JhV15mlwIEbZf','','19|0|0|0|sleepingsolutions.co.uk//priv8.php',0,19,0),('54.167.239.64',916975424,'',0,1673824190.4025,55,'J06d8YsWcbXCqu97Ie5HwFG2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.5.189',65930685,'',0,1673824308.3773,55,'QVjyYzBrpDXaRUiweSTOPq9Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('184.72.188.31',3091774495,'',0,1673824701.7624,55,'KklDSbOfdWT71EGQp08szwv4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.239.70',751365958,'',0,1673825035.1105,55,'nymFODfh7cNtCaZgxS8K2YUj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.227.88.190',585324734,'',0,1673825511.3461,55,'kDImB8T4eEavVnANYU2MrulH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.199.117',751617909,'',0,1673825633.0102,55,'eZXfiPvbU3umO41yhVRxqc9t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.75',1920438091,'',0,1673825681.5940,55,'ZmHKIMrF6yoDxel9iUhYjfs2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.161.30.122',916528762,'',0,1673825720.2426,55,'jqd9WYhNB7p5zZ8xUlFmPrkG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.24.124.164',1679326372,'',0,1673825974.2895,55,'bMk23HXd1BnsrTjA8v6NpxqG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.242.186.234',1525857002,'',0,1673826418.1048,55,'hifKNcGpgbtIYsw6y7BMRCe4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.242.186.234',1525857002,'',0,1673826418.1089,55,'lqAVW4doYePC1DKcOHmSxB8Q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.242.186.234',1525857002,'',0,1673826421.0740,55,'eIGgnq3ZaPF2KCbY1RlNBQjm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.59',1920436283,'',0,1673826695.5269,55,'9pQvrYUkLKHEschV4yAnSifo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.103.34.98',862397026,'',0,1673826946.3250,55,'FQW9wgPp7z4HKnAXSTmf68Ok','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('114.119.145.216',1920438744,'',0,1673827025.6529,55,'g9ak7nZy1jxhdpSBFCMIbUOq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('107.23.244.171',1796732075,'',0,1673827045.3191,55,'BY6rfDaLvi9QuWFMyx27SUXK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.214',1920440790,'',0,1673827359.2126,55,'KLhxSWnIq9MVYJkctA0oPbfy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.113',3475901809,'',0,1673827459.9719,55,'Qjav4HKnsDuUCtWpgV6ZEBPr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1673827463.8213,55,'l3SOwsi6E25PpehB1mn9CMLZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.75',2637637451,'',0,1673827474.0193,55,'GQkMdmzf827SyYvZ6lxqKHnR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.56',1920435512,'',0,1673827731.9608,55,'mfeEixZ5wqhbFPL3rTJtC2gn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.204',1920437964,'',0,1673828440.7479,55,'npR4mODkXzuacAfTgZ3PCSGV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.22',1920440854,'',0,1673829078.7897,55,'oHgZh261wC8kBnx4KGAdT3uX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.24.66.56',1679311416,'',0,1673830127.2469,55,'15pXA6omd9FP0QTZV4NhUuyJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.69',1920438085,'',0,1673830317.9039,55,'snEZaPCRebkV41hQFS8NTgcf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.193.39.194',750856130,'',0,1673830548.8831,55,'IwEgVmXxNc56dUA0DSzeoyhv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.216.216',751622360,'',0,1673830960.4312,55,'saMgdLQ4OKG6jCby91J8iWVx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.204.125.149',751598997,'',0,1673831072.0109,55,'IjQZfMXg90xBzkay4hFDlTYR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.163.186',1920443322,'',0,1673831167.5171,55,'akg9lIOr1EFYP8BbfWM0U2XL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.76',1920442188,'',0,1673831525.9415,55,'0zk2LwrXDfRUe3ShqWJlMtZ4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.102.173.71',90615111,'',0,1673831609.0364,55,'k2Cx6IKHudOgFXqsN1jzawyJ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.232.96.198',65560774,'',0,1673831675.8206,55,'GKnVXM7P2E0QFUOrdLYzyuaq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.168.59.220',598227932,'',0,1673831971.4857,55,'6kVG7zOvmREYt2uCnciNSBjZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832252.1151,55,'jZzTCKoinWtIUxyENSYMXrw0','','19|0|0|0|sleepingsolutions.co.uk//shell4.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832253.0814,55,'IGpYA8hsrMcOBgun9mUjx5oJ','','19|0|0|0|sleepingsolutions.co.uk//ups.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832253.6181,55,'LFmvQ7SclP5zIRgsw3Mon2qu','','19|0|0|0|sleepingsolutions.co.uk//ru.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832254.1176,55,'Bq4iuk7rNXYDOPWHte9Af6Z5','','19|0|0|0|sleepingsolutions.co.uk//if.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832254.6529,55,'c3F0PVBzTv9uZOs8KLEI2qbD','','19|0|0|0|sleepingsolutions.co.uk//vuln.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832254.6867,10,'c3F0PVBzTv9uZOs8KLEI2qbD','','707|0|0|0|sleepingsolutions.co.uk//vuln.php',0,707,0),('136.144.42.197',2291149509,'',0,1673832255.2027,55,'yD9kgBOzn7b8NiFUjceqLr1J','','19|0|0|0|sleepingsolutions.co.uk//fw.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832255.6767,55,'VTog6Iu9iChrEO2epYcfAdFq','','19|0|0|0|sleepingsolutions.co.uk//skipper.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832256.1711,55,'vEo3SPl6bk9w4pQxA7VHInCm','','19|0|0|0|sleepingsolutions.co.uk//skippershell.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832256.6750,55,'4jNyblzkxmZeP5iJH30VhGqY','','19|0|0|0|sleepingsolutions.co.uk//tttt.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832257.2355,55,'1bzaUEuMKdcALZeBk94IWXSH','','19|0|0|0|sleepingsolutions.co.uk//tshop.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832257.7882,55,'OP7SUtjz3FBr5gH8bAYsunfx','','19|0|0|0|sleepingsolutions.co.uk//alfa.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832258.4098,55,'uzid8lpPx1fWLZbIjTN2SCJF','','19|0|0|0|sleepingsolutions.co.uk//shell.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832258.9560,55,'0wUzkjadv8teEMWfnHFN6b2p','','19|0|0|0|sleepingsolutions.co.uk//inje3ctor.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832259.5346,55,'wjlxacN93SVPXM6QLFWr5JIz','','19|0|0|0|sleepingsolutions.co.uk//saudi.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832260.0481,55,'0IyTKVulLOWpow2zJePdCYrU','','19|0|0|0|sleepingsolutions.co.uk//wso.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832260.5905,55,'FE4HgxzLwfKbGQ26vDMUtX91','','19|0|0|0|sleepingsolutions.co.uk//alfashell.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832261.1230,55,'wcUl3gTaqNmvC5rESP1o4Rp0','','19|0|0|0|sleepingsolutions.co.uk//my_alfa.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832261.6299,55,'tuPyCBLRZU3E187aew2OQIKM','','19|0|0|0|sleepingsolutions.co.uk//uploader.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832262.1706,55,'NCrgxunwTcah7X4sk3QfA1J8','','19|0|0|0|sleepingsolutions.co.uk//up.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832262.6654,55,'yUamvt7rI81bHgAD6CJkXcq4','','19|0|0|0|sleepingsolutions.co.uk//hacked.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832263.2465,55,'0piNMLcuhUeYrG9g4klRsdKW','','19|0|0|0|sleepingsolutions.co.uk//c99.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832263.7400,55,'U2n9pVs7ZEmPIlbCheLkNjd0','','19|0|0|0|sleepingsolutions.co.uk//priv8.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832264.2412,55,'Nai7zlVBQPdhJnC0xpuZ24eI','','19|0|0|0|sleepingsolutions.co.uk//Navir.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832264.7564,55,'r54UXeTtks71IgPjMBL3Fcmi','','19|0|0|0|sleepingsolutions.co.uk//cmd13.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832265.2499,55,'O5fd3VvqbcJ6zEijgQMFtkhP','','19|0|0|0|sleepingsolutions.co.uk//inc20k1.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832265.7676,55,'iu6EzgJjGfWVpLdqsBtlUOT1','','19|0|0|0|sleepingsolutions.co.uk//1index.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832266.2738,55,'FOyEjAL9bqlxGr0Ntz8To14Z','','19|0|0|0|sleepingsolutions.co.uk//404.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832266.8016,55,'4VprvgPzfJ3duMLAIDB5yZbE','','19|0|0|0|sleepingsolutions.co.uk//swm.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832267.3196,55,'OFA0T4Ny3LmMtfqrpXUalYhS','','19|0|0|0|sleepingsolutions.co.uk//wp.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832267.8693,55,'9K1rB6SjspAkYaGDftnM0xEF','','19|0|0|0|sleepingsolutions.co.uk//doc.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832268.3862,55,'Gp8ZOHCq5FPeBEd3AwuYh49N','','19|0|0|0|sleepingsolutions.co.uk//shx.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832268.9231,55,'BwJ20hvHqTkMmPNxVroECyGI','','19|0|0|0|sleepingsolutions.co.uk//ws.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832269.4334,55,'EcPOa9LljYyrAz3tMW1sZNdH','','19|0|0|0|sleepingsolutions.co.uk//m.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832269.9287,55,'xqLY3R9Fg0QyKdjH5ba6UA1P','','19|0|0|0|sleepingsolutions.co.uk//edit-form.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832270.4188,55,'9VHDNKJ0M1hg3rqtw2BXxcWf','','19|0|0|0|sleepingsolutions.co.uk//LEAF.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832270.9428,55,'inWXMr512QGa98JKTwLx4cpC','','19|0|0|0|sleepingsolutions.co.uk//leafmailer.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832271.4263,55,'dx28V5HS34CObisYRzpFTK6v','','19|0|0|0|sleepingsolutions.co.uk//mailer.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832271.9336,55,'wkQhcrRVHg0A37B2e5oF6LZ9','','19|0|0|0|sleepingsolutions.co.uk//leafmailer2.8.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832272.5115,55,'35S7HPml62YWyULuQRVTbIdK','','19|0|0|0|sleepingsolutions.co.uk//Leaf.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832273.0117,55,'P0WXQ3MUEOu5v2n986mBDb1L','','19|0|0|0|sleepingsolutions.co.uk//leaf.php',0,19,0),('136.144.42.197',2291149509,'',0,1673832273.5672,55,'6nwu9q8f3lk5CIaGoXLPJNvH','','19|0|0|0|sleepingsolutions.co.uk//priv8.php',0,19,0),('35.153.142.90',597266010,'',0,1673832360.1881,55,'4t5EjmW1TS6LzkPdiwpbJDQO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.208.91.143',919624591,'',0,1673832371.5819,55,'ToxQ9HmV6DCquUcFL8O57Jyz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.42.113',921840241,'',0,1673832545.0501,55,'UbshNjnxriCMZu9HyfTAIJX8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.47.14',921841422,'',0,1673832559.4254,55,'eiYHZ0EJayGKdMPbBV59sTcq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('208.109.33.169',3496812969,'',0,1673832561.6796,70,'yfbkL5ZW6MPesN7TUJSuBi3w','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.153.171',1920440747,'',0,1673832682.8222,55,'CbBaSHQxdtwqm1onA5M9YJLg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.235.170.222',585870046,'',0,1673833057.9528,55,'REC2L08s5DpiONIaZ6wQeBlr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.80.114.191',911241919,'',0,1673833217.2126,55,'tHcx83WnMrvbjha0sVLukSP2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.215.235.110',316140398,'',0,1673833459.1885,55,'tBwphaEN97qTuec5XbrPkySC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.81.187.56',911326008,'',0,1673833501.6209,55,'nM2ifE3k7CjLDhtHAKFU15RQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673833533.3556,55,'U0Dw28iXyYH1WIALbOtCKc3r','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('207.46.13.113',3475901809,'',0,1673833546.8896,55,'4rMtkh87RCxB9djUE6ysWFL0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.113',3475901809,'',0,1673833549.7211,55,'3f6QUjb0epxEKhkn7qTgNZLS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1673833551.1568,55,'XNd5pyi3xgUL9j7ebrWYozAm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1673833559.2422,55,'0Vsd9yDTgISz3B2nWe65oOCP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1673833564.3543,55,'ma5LWYyziE6n9rGUg7Xce8ZI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673833567.1011,55,'k2ydCB17VFGZ5aX4Ppxr3HKn','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('54.174.72.102',917391462,'',0,1673833568.2145,55,'LFeBdHAE8zIaPTKCGWiOkoUn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.199.249.37',751302949,'',0,1673833614.4491,55,'fCbAqRFl3QjX0ep8JLwxNoyK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.224.63.25',920665881,'',0,1673833644.0261,55,'g4rKVAsDxuL0ObYwpZjfz1CN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673833647.6520,55,'GTCb1rjitw7zfKAxamQU4eyF','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('4.233.59.82',82393938,'',0,1673833659.5562,55,'LjIs38kVW1FNDezaSQPvq0or','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('114.119.147.113',1920439153,'',0,1673833690.5686,55,'U7gWNpKZmsA2OuMQS9vnjH4x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673833694.0251,55,'axN87VqISWwMKToykA6DClUR','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('4.233.59.82',82393938,'',0,1673833694.0709,10,'axN87VqISWwMKToykA6DClUR','','707|0|0|0|sleepingsolutions.co.uk/content.php',0,707,0),('54.224.196.41',920699945,'',0,1673833699.8952,55,'oKcmyake0nRPGfA35vIQEpiH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673833714.1815,55,'CLRfzPlMO7DZJKxEQgyV2oaT','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673833730.2599,55,'L3G69AcbNI2avlBdXOn7M8K5','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673833743.9007,55,'uxS3X1kyILif0oWEtUbHg4ez','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673833766.7906,55,'HM3pDzSgr9LQ8eZCEByTo6v5','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/xm.php',0,19,0),('4.233.59.82',82393938,'',0,1673833781.9574,55,'gOK6bd2oDl3I7vufZzM5SPsY','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('34.238.127.54',586055478,'',0,1673833796.8065,55,'PWUzeqdE5j6Brkoni41HCvl7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673833809.2745,55,'2AkWKnrJXBdqwROyxp59l0Tf','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('4.233.59.82',82393938,'',0,1673833821.9735,55,'EKex85CGmt0BlP9awHWrYfJA','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673833848.0961,55,'2UTRt8ezisaXLyIWOk5PZEcA','','19|0|0|0|sleepingsolutions.co.uk/mt/pekok.php',0,19,0),('4.233.59.82',82393938,'',0,1673833860.3865,55,'3NLxP891vB7CKAuoaEiHMDjZ','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('4.233.59.82',82393938,'',0,1673833885.0281,55,'tPTEdjXcbumGkApJFzwvo1I0','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('4.233.59.82',82393938,'',0,1673833899.5669,55,'0F1m7E5zhuR4cVZq9XlTaQ6o','','19|0|0|0|sleepingsolutions.co.uk/.cgi/cache/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673833912.7768,55,'g7elbSpHX2ndUPrVaksvfNmJ','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673833925.9828,55,'dJKAcx7jbPE6sYri0HyNp1Dl','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673833945.6615,55,'aPqxciTdeFDZUVG34l92ro7y','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673833959.3098,55,'4aLmW7cwSqAstJPTx6ovnd3Z','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673833978.3989,55,'HnVvuAdGctiDSKIxQXZ6jsaY','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('4.233.59.82',82393938,'',0,1673833988.5949,55,'24ZHVnOwR1NBLub0EsGvamXh','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp-atom.php',0,19,0),('4.233.59.82',82393938,'',0,1673834007.6447,55,'LcFPe9N1tpby38f7WrVaQO0o','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('4.233.59.82',82393938,'',0,1673834020.8788,55,'jq4yRNirY0x39snlvGEAkKfL','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/wp-blog.php',0,19,0),('114.119.136.8',1920436232,'',0,1673834029.6996,55,'c6RHlsKutMV52FUmofn4kreN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673834034.6455,55,'rmZzLkXWAneGlPcU4jhfdFwt','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp.php',0,19,0),('4.233.59.82',82393938,'',0,1673834046.1626,55,'HtrZU7ImxzDSRQglP1a26WXE','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('4.233.59.82',82393938,'',0,1673834074.4079,55,'1Ynobl3pPOvQryLXtJmgHEwz','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('4.233.59.82',82393938,'',0,1673834087.8106,55,'K0jtqYlrLcZM4FUfniQmByW5','','19|0|0|0|sleepingsolutions.co.uk/alwso.php',0,19,0),('4.233.59.82',82393938,'',0,1673834098.7541,55,'TXJRdSMex7y8lAmV3Ifrgh6L','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('4.233.59.82',82393938,'',0,1673834163.8966,55,'mvRZspyqkVlOSG68IzUJnih1','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('184.73.106.34',3091819042,'',0,1673834237.6567,55,'S8csrMbvRL6ONUKD50YJEoGT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.224.196.41',920699945,'',0,1673834297.9956,55,'w02JsEdBKzCpZG9goQxmFHAr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673834311.8542,55,'5QNo9sp4flWKRju7Lihk3BMH','','19|0|0|0|sleepingsolutions.co.uk/shell20220621.php',0,19,0),('4.233.59.82',82393938,'',0,1673834324.5644,55,'rmyXiI5A8ZN1cBYMbzj9t6Hx','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('4.233.59.82',82393938,'',0,1673834374.6060,55,'GDM4wgHxcYqXdVumF2WypkIO','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('4.233.59.82',82393938,'',0,1673834383.2773,55,'z9uFqMNaJ54jp0XYwLTOV6ni','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('4.233.59.82',82393938,'',0,1673834391.5085,55,'xokrs75KjPMtgG3cBQaTXUEb','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('4.233.59.82',82393938,'',0,1673834403.5613,55,'QPrLosc03glDnM9UNXyF56aC','','19|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834409.4242,55,'gJTVLDtriA3pC1u0UGjeBm6h','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834411.2368,55,'SwWBjvNTD9LetM2bynQKXZia','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834413.0047,55,'lpWRLMkOeP2btAYwfUSEDdNu','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834414.8236,55,'e2d1JUYpOIr3wQPtM4VxgcGB','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834416.7151,55,'ynEfvBAaMeb0FQu7C3iNGqtX','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834416.8162,10,'ynEfvBAaMeb0FQu7C3iNGqtX','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1673834419.3687,100,'ReOA0HkKpLj3MyPDsZufwgFx','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1673834424.7454,55,'LBFTA6Do0CPslWbE7cR8aeSr','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834427.3715,55,'zy8mHt9BuiVUeRF64ajWMvrA','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('4.233.59.82',82393938,'',0,1673834428.2708,55,'tBg3sOpPbe4QhjD6ilAWrwLm','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834429.6406,55,'jsNXfVdH27WaC1Yq5U9kQGPM','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834433.3010,55,'Hk0rBf6c1nI5LPVWx3z7Gv2a','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834434.8327,55,'9gKTU4qFO5CHvrBVzeNEYnyJ','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834439.9250,55,'RIrYd0TuFC18ftSUzEe5B7g9','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834442.0643,55,'pjTacyVCnM2e1bLZPK5l0kBw','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('4.233.59.82',82393938,'',0,1673834443.8686,55,'DAhb2rGSNHfd9V6XQU0JOgLv','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834444.0388,55,'6Ac2ZGnvRpIbu8oK3yJ7WfXD','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834446.3449,55,'vTd1ryXRgzaeQ5WV0nohmq2C','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('4.233.59.82',82393938,'',0,1673834448.9265,55,'MQnCyU1I58DavVR7dTFjNplk','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834449.1810,55,'MR1mcsGHbJx0EtQUBiIATDyf','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834451.0633,55,'oDvIYSk98sZVjeuitnO1EKQB','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834452.9643,55,'QBghOPazfDpdHnGVWU7owSim','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834455.1380,55,'h1V3JWSmwDZbjgaIp5nAHrdK','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834457.2232,55,'Irzg2Ql5x7FK698pTqUhosAM','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834459.3633,55,'3JgxLaS8PA9UkevEVqmFC7c6','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('4.233.59.82',82393938,'',0,1673834460.7188,55,'Ev40IjYAOsLbt5c2dxZNmpCV','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834461.3474,55,'ZCS0yPgzUT1rnIGHwVk8qh5j','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('4.233.59.82',82393938,'',0,1673834470.0469,55,'iU1v4gE3RXoDeZyuQAsl9aNV','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('4.233.59.82',82393938,'',0,1673834488.0575,55,'o2EQBepFROrXTZglaqumNd5V','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673834523.5873,55,'GhWpYDjBoerKOk1IlfbQwzuL','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('4.233.59.82',82393938,'',0,1673834565.5344,55,'F85Uc3ZmMLXziThOeSRjnANq','','19|0|0|0|sleepingsolutions.co.uk/.tmb/cache/shz.php',0,19,0),('184.73.106.34',3091819042,'',0,1673834581.5097,55,'0aZfFSEniGzIqxTy4RhceX5t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673834611.2339,55,'ZOitg5a0APFWEqrwVNMHm4X1','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('4.233.59.82',82393938,'',0,1673834620.0133,55,'N3fLSXa21gjVywcKtzChrD6O','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('54.224.196.41',920699945,'',0,1673834628.7532,55,'NHcStPgy6zvh9jAXldr3VLYi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673834651.8104,55,'OWHuxr6y1Bh5LbEzAi9IRsZ8','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('4.233.59.82',82393938,'',0,1673834658.8538,55,'iv2Qr4UCncAaVPFZkzEO7ImX','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('54.224.196.41',920699945,'',0,1673834665.1378,55,'eOT0VCPZMn9oYRzbK3EGyNfc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673834667.3058,55,'VB10zaluAQGbhYqvHcDNSdLK','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('4.233.59.82',82393938,'',0,1673834679.1932,55,'apbPwNV4YTzXonIuKAQ0CEh8','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('4.233.59.82',82393938,'',0,1673834692.7040,55,'YR8rIXpVwzPfAbvKmJlxc5yt','','19|0|0|0|sleepingsolutions.co.uk/xmlrpcs.php',0,19,0),('208.109.33.169',3496812969,'',0,1673834700.4191,70,'0FQxSn6aHrYNRw9ZVqycL7v5','','13|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,13,0),('208.109.33.169',3496812969,'',0,1673834701.7072,100,'wucrtmR0QfPklSoONxGLHyCI','','13|0|0|0|sleepingsolutions.co.uk//wp-json/oembed/1.0/embed',0,13,0),('4.233.59.82',82393938,'',0,1673834705.5693,55,'FtwVJezXmnGv5OHU1Trxhiq7','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('4.233.59.82',82393938,'',0,1673834727.4562,100,'zN9aJUcOst2Se1vqWhjLYiDu','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('4.233.59.82',82393938,'',0,1673834737.5374,55,'dArqwym8pcn2sojJILXUf7Dg','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('4.233.59.82',82393938,'',0,1673834936.0938,55,'ClmXP4iBJbxR8AyVovtWdT2u','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('3.87.122.221',56064733,'',0,1673834970.6781,55,'kpIyQhm7BtqDUH8i9ovNe4OT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673834986.2404,55,'ijgJVDYG73QA2tCePpTurkcH','','19|0|0|0|sleepingsolutions.co.uk/indeeex.php',0,19,0),('44.197.201.93',751159645,'',0,1673835020.7317,55,'1kPX8OiVqUDp0t7IdgyEmhMH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673835044.7768,55,'gBnTQsmy6LA9lVpfDN4aoxPj','','19|0|0|0|sleepingsolutions.co.uk/ne.php',0,19,0),('4.233.59.82',82393938,'',0,1673835061.8839,100,'hnbmUDigqwVJF1f6REl0PCIW','','13|0|0|0|sleepingsolutions.co.uk/ff.php',0,13,0),('4.233.59.82',82393938,'',0,1673835074.7410,55,'Zjln0kfv6Ha71CR2AUBq8eFd','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('4.233.59.82',82393938,'',0,1673835082.0227,55,'zXpMmd13TVjchlqNYW2gJEQn','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673835096.5829,55,'z6lU3jhrCMtcmPaYDE15ky8A','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/hunt.php',0,19,0),('4.233.59.82',82393938,'',0,1673835121.0705,55,'ON360kFzTAS7PoY8CMxD1er5','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('4.233.59.82',82393938,'',0,1673835133.2859,55,'PZO3ciWn7SdF0MVzeaE1IKR4','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('4.233.59.82',82393938,'',0,1673835154.9720,55,'UY0GSiwALahHZ39QrdKlMfDB','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('3.82.58.153',55720601,'',0,1673835212.1617,55,'27dS1IcHxWiCXM4KjtZLOAun','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.122',1920436602,'',0,1673835383.9932,55,'oCI56ZjLnW01AuevzMXBJH8N','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('184.72.188.31',3091774495,'',0,1673835409.1571,55,'LjHt4KJIzrDFPmZpcMihGoEB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('208.109.33.169',3496812969,'',0,1673835786.0955,55,'4j3810G6EIdTXFrk2ASlRyxL','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.51.247.40',338949928,'',0,1673835968.3543,55,'zJm1rbh4KleQBRp3ufatsUyD','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('54.196.131.54',918848310,'',0,1673836055.5458,55,'1MGXHOoekVYlR7PjiLqIgsrK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.221.166.44',920495660,'',0,1673836056.3346,55,'cNQ7ox6HYO4bJUFryLCh03ki','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.93.2.32',56427040,'',0,1673836061.8887,55,'AR2gxKe9JVbdz4k1XUpanWsi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673836166.4628,55,'oQFCayewVjYLN84gKPDR1d3O','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('20.51.247.40',338949928,'',0,1673836457.7301,55,'w5WYIxgcdajGb7JsHe2tu9Fm','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('20.51.247.40',338949928,'',0,1673836596.3071,55,'beE2CfPDLwtgYvZM3NlnFWVd','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('20.51.247.40',338949928,'',0,1673836911.6267,55,'F0PRrHDytamOWJ8o7pVwh9zM','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.51.247.40',338949928,'',0,1673836911.8836,10,'F0PRrHDytamOWJ8o7pVwh9zM','','707|0|0|0|sleepingsolutions.co.uk/t.php',0,707,0),('20.51.247.40',338949928,'',0,1673837065.0818,55,'FLQVkYy05O7Cl18djD4hiTEc','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('18.209.105.16',315713808,'',0,1673837107.1625,55,'Xe3G6smhTNM87zbL1QKyBwFA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673837175.1429,55,'ctdh1sTZ7HnwUoiLCOyIm6YM','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('20.51.247.40',338949928,'',0,1673837403.9132,55,'xGsoI5YZJirtUPEeWhzAfF4k','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('20.51.247.40',338949928,'',0,1673837545.7115,55,'LbMN5360KomgpeXSRWtn1Ahz','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('20.51.247.40',338949928,'',0,1673837669.8782,55,'AS7n9pYFRVlTkjsrMyz0mcoN','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('54.196.88.149',918837397,'',0,1673837769.3952,55,'S9yFI3wtnRLX6ebgrMYuT4dc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673837782.4479,55,'3p4J7OY0EuHb6vB1sycDZ5qg','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('20.51.247.40',338949928,'',0,1673838061.8880,55,'LUFqgSAfRphEvTmdu70bC2oV','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('54.81.187.56',911326008,'',0,1673838365.3059,55,'gnoF5dlEJaWBb3stSPwfD6Lk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.238.127.54',586055478,'',0,1673838518.1337,55,'2zC1sLYZdAyPIr0JG4EX9neW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.230.83.128',585520000,'',0,1673838724.2720,55,'esDa3i6VGhxSKnX9QCckOj0I','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('204.236.211.132',3438072708,'',0,1673838837.7414,55,'CTgq9lNGcvwUA16KnRO5Y40X','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.84.170.82',55880274,'',0,1673839979.3581,55,'ydneQcfJmk5aH71BjhTY0VM4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1673840131.4889,55,'h6smQlRMb5WzTVISPc8K01EA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.88.136.113',56133745,'',0,1673841164.4563,55,'BTd7nEFGM1W5zLrcP9y0YeNx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.238.127.54',586055478,'',0,1673841721.3968,55,'1quQHK5yEtYmbLv0w3nhWrdj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.180',301026228,'',0,1673842153.7706,55,'oJQXpLVKIxG9BPRWCufmwkeU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.113',3475901809,'',0,1673842180.4579,55,'7zqGa68n9Xs4NiQTUkrvtSuF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.113',3475901809,'',0,1673842184.2368,55,'TJQF4vGqyA86c9MlxdompzWS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1673842184.8111,55,'4K0PFwUanWVrIQ5qkhjCYTE8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.6',301062918,'',0,1673842436.9964,55,'jJHrKduDpMQ1PnqTIsoUYw9a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.87.115.189',56062909,'',0,1673842488.7877,55,'XZoEFLhfYgGmq1AvcJQbrClK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.87',301026135,'',0,1673842646.0105,55,'Mx8rW6wPSmUFnv9j25O0uQZD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.208.34.116',63971956,'',0,1673843165.7741,55,'kxD5S6Z9mcezN4VKpuIi7ACJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.84.170.82',55880274,'',0,1673843608.2543,55,'RkBDF78izo1Zagq4KJ0we2PE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.196.88.149',918837397,'',0,1673844206.5039,55,'xGZK7DLuPi0EA6qRWQ8SvbFf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.38',1920438822,'',0,1673844389.8242,55,'53b7Wr1mYXKHSteisGplczL0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.49.74',921841994,'',0,1673844843.0441,55,'Knzc1I8h3JxLy6gu7pOU5RAT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.218',301063130,'',0,1673844852.3396,55,'1XpGhegYrqwzWcVjDkys3AH7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.81.168.252',55683324,'',0,1673845226.2697,55,'YbDi5EvWRXlzPQoAd02rgtH3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.49.74',921841994,'',0,1673845431.8423,55,'hUWGHiLMKdYT0bBu6xDZOVv9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.90.181.149',2639967637,'',0,1673846886.2770,55,'7iSAJ89rRhkvsmqn5cf62Wba','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.238.237.122',65990010,'',0,1673846997.0173,55,'yEkVhrmegQX15ntvcf0wLIYq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.173.248.199',598603975,'',0,1673847323.2869,55,'HqOSuKmRy8JsTxoYhPf1D6jB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.223',301063135,'',0,1673848131.0119,55,'L0dMTmqYKOg8sW4bPz9eIvo7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848567.2364,55,'JeKQav5d1yoUb3cW6h2kDimj','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848568.0018,55,'4tcJXKqB1Aei8dFrUPIzlT7G','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848575.6136,55,'u3rp1PlXTqHsxeV50fEcK9LQ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848576.2165,55,'to08kfl4NRPVXvJqn95I1rQs','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848576.8978,55,'FDuQyoOs5mbdj7CX4IVcv0Yq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848576.9241,10,'FDuQyoOs5mbdj7CX4IVcv0Yq','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('154.246.0.207',2599813327,'',0,1673848577.5359,100,'HWojPKu0Eb1y6mzSZFCOdgkN','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('154.246.0.207',2599813327,'',0,1673848581.6428,55,'doKtjuraqiRzFcDEN9HUveYm','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848583.2638,55,'9rl3tRyocpwzNQCbn58HAFkv','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848584.5227,55,'RsP40rWN5FeoUpZhwYMxC9Xz','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848587.3463,55,'BqYDoAKcgF5SazRQujkpMGwH','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848588.6605,55,'GafQ95H4rse3yqFMhpuntkCV','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848592.4236,55,'es5ZHbluDg7t6hOjESd8JfNc','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848593.7458,55,'WVPyFhUQxaes3qEYKgBip1dI','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848595.0377,55,'DImW2TtR45pjOSx9nhwBGNPc','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('17.241.219.237',301063149,'',0,1673848596.2002,55,'rHBpNlkmEWqZP7SwUtTjhM8V','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848597.0980,55,'w9JIXU3kYQvDN4VnfZ0p6gHA','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848598.3328,55,'4CHdzeULRQJnZ6bg2ywMl1OX','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848600.3940,55,'HcnlIqhw6URSubAN3oDTkC8z','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848601.5143,55,'pA1scRv8Nlqah4o2imzbjfW0','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848602.8095,55,'k2UKS745ocBTydw0tzQI3gFu','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848604.9979,55,'6FgnfZcktphqT53rlXxjUiVu','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848607.3661,55,'h4qAU9jCwzMNk0uWLP5E8IHY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848609.5859,55,'b49XjyIzoVT2R758lUBaS3md','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848611.0892,55,'2VHcuIMXlwk0L7OeTSB4JN9h','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848612.1644,55,'ZDfrvXA1bR54OtpwgQ3uikeo','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848613.0005,55,'N5hC2Mt4AEfXiWngasHTrbV1','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848614.1213,55,'r5tkz20cAb6Sv9l8mi7sOjh1','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848615.3807,55,'vzYxQeWdRcNkt6l13oujrqDJ','','19|0|0|0|sleepingsolutions.co.uk/libraries/joomla/css.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848616.0346,100,'U72m50RsbjqwgnMhlQt9rcEG','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('154.246.0.207',2599813327,'',0,1673848616.7767,100,'FszJuvMmPD82t4ZhLBUQwHOa','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('154.246.0.207',2599813327,'',0,1673848617.9491,55,'m8HiBEdofP91wrzGkahD4yOT','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848619.7015,55,'WN7Zk5FzASxRQhT0y4olMOci','','19|0|0|0|sleepingsolutions.co.uk/tmp/vuln.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848621.0353,55,'Hf5Z7Fxr32JUuKYjL8chwRdT','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848622.5384,55,'nvVgWmCzMPHBt6TkFIyba2Ul','','19|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848623.6764,100,'FGcYwBI4iMjuhmxv230t6bfC','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('154.246.0.207',2599813327,'',0,1673848624.6388,55,'YSWJyuxvtXGFrKgjNieEB7MD','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848625.5451,55,'sDRIQ83XhWf7Lav14doM2Cbe','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848629.1832,55,'KTZ1E2zUbSeQwi8XIDoRplr9','','19|0|0|0|sleepingsolutions.co.uk/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848629.7404,55,'spABaLoJnYwHCgbNU6iq0G1D','','19|0|0|0|sleepingsolutions.co.uk/RxR.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848631.3277,55,'owznluaF7tqNrUJ5AfH8xQRW','','19|0|0|0|sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848631.9517,55,'LsPkeEBYb28lvnOX7Fq5GfR9','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848633.5944,55,'oB5wQlC2PG0gmviTru8OFVpH','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848637.8983,55,'ZIdvTngzPVUf6p3oL4qblMXN','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848638.9954,55,'7EGDAWVYXJQziOvSteHq1jT3','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848639.6813,55,'0WUcOPFBK5aSvuRkMNtsbGQI','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848641.3048,55,'qvlZ2mXQu7HVf0TiS8pW4OY6','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848642.4466,55,'JGUvn85CwdrYuEXfLgAsj36k','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848650.1488,55,'bOoxy3sE6Ih8NnmZ9gXrltV1','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848652.3118,55,'vQ8kBUsAdreqY27lK1Tnixyc','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848653.9865,55,'O7KXtfLVb5ydaWHmN9hQDjcg','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848654.9932,55,'Xb0fyqO3AujrzmJoIDeaHkgS','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/error.php',0,19,0),('66.249.75.226',1123634146,'',0,1673848656.7656,55,'pzmAnESUgKF4YZXkerhDwdla','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848656.9574,55,'q4Vk2NgUQeSAFC5yhBJxvPOo','','19|0|0|0|sleepingsolutions.co.uk/templates/beez/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848658.4915,55,'O1idqFsQt6x4gUyvDjcufpM9','','19|0|0|0|sleepingsolutions.co.uk/templates/ja_purity/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848659.8638,55,'Qs6SfIbTrGWMaoALPld5jDYu','','19|0|0|0|sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848661.8813,55,'uBMDRfgJhG28pytk63L7YQ0b','','19|0|0|0|sleepingsolutions.co.uk/templates/system/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848663.3355,55,'X94lbSG2zsMi7fonKHwFYpmI','','19|0|0|0|sleepingsolutions.co.uk/templates/system/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848664.8281,55,'G1kSFN0JhQIDgOALHX7nt9sa','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848666.1144,55,'WzZHS2cgOBPwui5pNe9CoMn3','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848667.2408,55,'yC7w3nteMsG0QPUTqARYmgjZ','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848668.5415,55,'nx7v5GP2LRczHOIqD0VT3U9b','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848669.9493,55,'1TiBnvb7CyPLuzUWSDcRGQro','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848670.8537,55,'SKdlPRotpAT4xELbIO139wmZ','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848671.7726,55,'pNZlPSOKVzsAJeh6yQLwXCqo','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848672.5648,55,'6Lhdq9ZeX1SzaHIwxpEiOQMn','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848675.0578,55,'cnMtGzqF4hwdVP5B0lKbIvH2','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/index.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848676.7821,55,'Fpj3oMrUIzTRBwNysQbv97dn','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/error.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848678.1088,55,'vLiz12jDIkM9FQNm8YwgWRTn','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848680.1281,55,'uePQrYaWlmJnwGRpz2ovkcix','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848681.6357,55,'CfF9rcAhJaOv584YR2BqHgSM','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848682.8771,55,'9A40YNVhmaiG3v6dPpR7CczW','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848700.9825,55,'VM31A9yqf0BiDcsQhO5jZ7CJ','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848702.3380,55,'d4hRwiYvMDxuQBW28EJTeP0Z','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('154.246.0.207',2599813327,'',0,1673848703.7334,55,'I5FheQnPuE1miLrwUTjNS8xW','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('54.224.86.159',920671903,'',0,1673849046.2962,55,'lPvWjMtnZEVUR5d0fmOKScNx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.212.215.250',315938810,'',0,1673849712.3386,55,'BSLiWORuqUYe6jyvof7gztsE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.90.226.12',56287756,'',0,1673849738.8138,55,'2JER3xI4YAzaieK6Uhn9vOtd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('184.72.87.224',3091748832,'',0,1673849778.7773,55,'j4tyuZBFPWHCUOrSRwq6hA92','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.86.120.221',911636701,'',0,1673849876.7062,55,'DBkgLPF1rx4R2yVY0WcZMleE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.84.103',921850983,'',0,1673849964.1129,55,'8mCNKwudBFQisSJTHg3hfVMW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850122.4562,55,'qc7rhjRJt1YdpM4Zmu8DH0Pi','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850126.2091,55,'FzdrUoPpYnSjCqK6wm9ObLsv','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850129.6334,55,'A2Gk0U4rab8LSXqgcJ36Kdoi','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850133.7931,55,'HJX1543IhWpbeDyPMYRUZlxS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850139.5666,55,'1ZDe40idHIUFbB9pAML5l2sv','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850139.6024,10,'1ZDe40idHIUFbB9pAML5l2sv','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1673850143.2298,100,'I26gtdu75hWqX8zKBUmVE4QT','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1673850166.8774,55,'j2JerU6tlsakxfRbHpQCANzG','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850170.3385,55,'nzvJSYhGC58WIPkpeo37ytRi','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850173.6854,55,'zUPHsCJqGR0MdAWLenyNiacg','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850189.4269,55,'C7XRQrodHjE1Mf4Unqup0Oxc','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850210.5265,55,'SqcXbnyR2ul6B0U7kCvrZmKw','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850226.6363,55,'GEPBpLHvXRA23yxMOlwQC9rV','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850240.0335,55,'AnLq2OJr5jRHQb7Bc08mvpGx','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850244.2844,55,'ROdBSmcUjq24GY8nuMhrswiK','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850255.6569,55,'RPYHgF5ovWUI481s0k6fK9XO','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850259.3787,55,'6bMkqIVRyeJXBixZz3LdoruT','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850271.1775,55,'OVsJNiblkEAmYIwUvWcpzBD3','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850274.7134,55,'fNvxtlVcIdmqPKLZQr0C9Xpa','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850277.9577,55,'EBPcFK4I6ZsWnt8JUeiyOCXu','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850291.4374,55,'LV9kYJl7XaovBUhIqFPt403p','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850294.7147,55,'TDBeWYNr9jMCPFSVZv1l63dL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1673850297.7076,55,'th3PdFkJ4oyaTI2D6K907WiS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1673851559.9094,55,'1BJTkCGdy2VxNPF5frpOY3sM','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('34.227.78.164',585322148,'',0,1673851750.9932,55,'GhiVOUoJyL98umKPMn6exqH0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.82.9.178',911346098,'',0,1673852383.0459,55,'iebuWY7QJ6BI0DVAwlmaUCOy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.183',1920434871,'',0,1673852755.1956,55,'9kF6JNIrB4LTw5uM8xjvamUK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.26.145.38',1679462694,'',0,1673853064.9013,55,'fwYXmTkSV7U8PNqzOlD1ocBZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.55',301062967,'',0,1673854624.1457,55,'E1PO7WYTnJ8sUzqC96ZiwmfL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.170',1920436906,'',0,1673854711.9894,55,'rEApxO5DMlk8eBt46LIZNn07','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.236.146.80',585929296,'',0,1673854911.0725,55,'KRa3NJ9iZu6QxwAV2CjschS4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.226.127.53',920813365,'',0,1673855048.5233,55,'BLEg6FisdRYWamGTcDKeX5lo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.248',1920440056,'',0,1673855059.7747,55,'mUghQ0SMXOlToCvLwxAc4Nza','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.72',1920435272,'',0,1673855396.3339,55,'U3IQqFagpn8x0POwGBfRNbL7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.92',1920435036,'',0,1673855716.7164,55,'T6u4h5WBQL0UnkxR8SJPDYE2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.207.146.21',584028693,'',0,1673855967.4565,55,'zcNKnv72jMG0qDa3myPhRIbT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.49.74',921841994,'',0,1673855970.6621,55,'eMb6S1QjmiOPXnKzdUsAR0Gu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.195',1920439747,'',0,1673856057.4608,55,'grWY5a7JPo1cTVMbINhitwOS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.134',1920441478,'',0,1673856343.7878,55,'0jHrCI8BztUOXLRvq7yKQZ2i','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.159',301026207,'',0,1673856422.1708,55,'QbKeR2Uz0VHZmcY437CiSDaL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.144',301063056,'',0,1673856513.2344,55,'vXo3t0nJBbc9dmzayKjeNH2O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('107.23.133.151',1796703639,'',0,1673857482.4387,55,'EmRWL2g3uj4ectrqDZyU7Vkh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1673857543.8622,55,'qA4dCknDmRGpIH59bcQX1Set','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1673857548.1176,55,'hrgP8YS4tlAZvFLeGN3TOz5U','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1673857549.7370,55,'dgwoRDbj796BMLKsF8UNr0la','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1673857555.0737,55,'y40JQ1puVYdORxCbHcm7fSsw','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673857555.5400,55,'jOiMpRQLfaocJwbE5yWvkTD9','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673857555.5731,10,'jOiMpRQLfaocJwbE5yWvkTD9','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1673857565.0047,55,'TrujxfsbJHdya1V5Dt864Opk','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1673857566.0587,55,'Z6a7RbC2hrvAj8QNiWl9zfVq','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673857566.5624,55,'gGCWxPM0pYVqNXETZh5iaIe4','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673857567.6960,55,'pBZxCGeyM7cu4NISanA1tUKz','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1673857568.7357,55,'Lx1TRvtyAsWO0MYo45fa2rXl','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1673857598.5714,100,'XRzuA0ChVkLtYf5JqQbwSagW','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1673857609.0048,55,'G4m7deFvaDLbUK3cwyJZqMRt','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1673857610.1180,55,'yKblOa34geCVzqHmAP5TGsLD','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('100.26.145.38',1679462694,'',0,1673857961.1239,55,'5pxF9bn3sLrMSa2WIU7RcOCk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.219.2',55958274,'',0,1673858296.6512,55,'yGelO4qPDwroHdjMcJKs7WbE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.250',1920436986,'',0,1673858743.2005,55,'lMhdTIScbBaQFmt7pYUR8Eju','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.94.191.199',56541127,'',0,1673859055.9566,55,'qRabkMf9WFEVPvjDXImhp4xu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.139',1920441739,'',0,1673859095.8020,55,'QsLoEUN3IJCXb8x2KczWiRFr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('41.104.92.180',694705332,'',0,1673859403.7164,55,'tx9RYlIs0CdfTFBwDiOJUZv4','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('17.241.75.175',301026223,'',0,1673859433.1146,55,'YujWyh392GEbcfqNPoMK4Ldl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('146.190.84.120',2461947000,'',0,1673859441.6854,70,'1FNy3k8ioqPCeD496pfzvXZw','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.140.84',1920437332,'',0,1673859531.7367,55,'nwFfSZtgz4y76IUGuOxe0AJr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.228',1123634148,'',0,1673859698.6354,55,'kKZ0lpYx4dHgIUN8tDABvwCm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.242.87.56',921851704,'',0,1673859736.3225,55,'2dBEP0ZAMCjniuy5Y7fVOWUX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.213.3.152',315949976,'',0,1673859848.3930,55,'M9d1bxeNPmzlvkiDJ0aXfSyg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.26.145.38',1679462694,'',0,1673859852.2661,55,'SrjeldqaNLUG5BA3iIC4Q9Xc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.7',1920435975,'',0,1673859976.3796,55,'hys15tRMBlfXV468YqjN2AuC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.145',1920439697,'',0,1673860401.6873,55,'VIY5UvES9Qs1TgRdz4bu7Nn2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('184.72.87.224',3091748832,'',0,1673860464.8729,55,'oJajQ1mcx0PYDtEiwfSGdIkN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.171',301026219,'',0,1673860543.7601,55,'GoRP7g4FnWApZ2aHrULmbE5h','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.67',1920436547,'',0,1673860807.1333,55,'T4Us5gxQROe93mbIcawoyZ0W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.209',1920436177,'',0,1673861250.9507,55,'69nGfKYy1tNLwoJzuIOqFk2s','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.250',1920441850,'',0,1673861619.4410,55,'ChGeQDOArBtpVnHizW2RZaEm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.236.146.80',585929296,'',0,1673861724.1785,55,'hcf8oEPwiAYUSuJkKgQN0Xlj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.111',1920434799,'',0,1673861898.6990,55,'FY71liqn9ZGDrdBs4HLAzpx2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.190',1920436670,'',0,1673862160.7682,55,'DTzncgECFtpu598YQUO7b3wr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('107.22.118.36',1796634148,'',0,1673862258.4641,55,'JQiBmx5VazdOgcW6jZMpAHw3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.59',301026107,'',0,1673863419.8901,55,'OFjlRbZsG0hQtp12CXJkdaAf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.171',1920440491,'',0,1673863433.2948,55,'NIVo9pD2KlYHfXiZB8Pv3U7F','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.145.190.176',915521200,'',0,1673864282.9559,55,'k1FfpSVz26C3Mjca7KuBP4ER','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.80.14.9',911216137,'',0,1673864568.8056,55,'OkVw10pEy7m2ZSoKsitGj4Fr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.80.14.9',911216137,'',0,1673864892.3386,55,'8uQ7itlKTBIHMzbhN5gdZJwq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.204.193.19',919388435,'',0,1673865538.7805,55,'KRlaUNdMro4sZiz6hPQwI3nO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.223.44.119',64957559,'',0,1673866572.7447,55,'RLeywGo63Ti8JmP2auxAlcFq','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('20.165.29.249',346365433,'',0,1673868474.1063,55,'UrKfBobDw9471suy3GLRSNOi','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.165.29.249',346365433,'',0,1673868477.8420,55,'fw6aPAmX0ZrpHnSNMEgvbFCk','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.165.29.249',346365433,'',0,1673868479.0994,55,'i98jEfgrW2bPhSIQtpMD5sXA','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.165.29.249',346365433,'',0,1673868484.2869,55,'dpJNmckv0GifXYZyDSLnAwKh','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.165.29.249',346365433,'',0,1673868484.8527,55,'o5eMRUm3OvuN0W8p9BlH7afJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.165.29.249',346365433,'',0,1673868484.9110,10,'o5eMRUm3OvuN0W8p9BlH7afJ','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('20.165.29.249',346365433,'',0,1673868487.7334,55,'fxmL0hR3PVMjsuQFiUba64Jr','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.165.29.249',346365433,'',0,1673868488.9549,55,'spJ6ia9SWvXurDNFBAYnyOgE','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.165.29.249',346365433,'',0,1673868489.4842,55,'tCE5WP9ixUTFyspGLnb4uq3l','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.165.29.249',346365433,'',0,1673868490.7826,55,'WKBfq6JtcbAlu0FZSDswIga1','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.165.29.249',346365433,'',0,1673868491.9362,55,'XIJ7ZzocVHmyMueGUOF3EPTx','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('20.165.29.249',346365433,'',0,1673868501.3512,100,'VYkcsg4LB71dqaFhKR8eErti','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.165.29.249',346365433,'',0,1673868506.3445,55,'eymIq1kMN2BjzORpdsDtx0TW','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.165.29.249',346365433,'',0,1673868507.5575,55,'CfY1zhRMbVv6keLus7yG35iT','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('165.225.199.80',2783037264,'',0,1673870422.8736,55,'ksozanf2PhTiK436tH7JmBjx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('165.225.199.80',2783037264,'',0,1673870423.0961,55,'wI7F2oT8MxfvgD94GUpREXHs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('165.225.199.80',2783037264,'',0,1673871420.7857,55,'MUnYDHZOVdhzrLb0R2ys6Pv7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('165.225.199.80',2783037264,'',0,1673871420.8928,55,'MUFiC2phTPueS5AfBKbm3gRd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673872638.1143,55,'MOysmJw2goiVkDXWS9E17fLC','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.51.247.40',338949928,'',0,1673872892.1121,55,'NAJYeTWqLv0P5olj1OSxia4I','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('20.51.247.40',338949928,'',0,1673873021.4360,55,'UCNIVqucBvi8EaTw3t0ghfJb','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('20.51.247.40',338949928,'',0,1673873145.4315,55,'FP14i5CTuqUkafZg2Js63rd9','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('20.51.247.40',338949928,'',0,1673873268.6224,55,'I4V2x8tCRMickp6NfhOoTjZy','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.51.247.40',338949928,'',0,1673873268.6549,10,'I4V2x8tCRMickp6NfhOoTjZy','','707|0|0|0|sleepingsolutions.co.uk/t.php',0,707,0),('20.51.247.40',338949928,'',0,1673873513.2545,55,'zJbuTEvx0dXDwCS57coQeLUf','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('20.51.247.40',338949928,'',0,1673873642.1453,55,'HRFlGSLmti7cO19dXsa0UJwC','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('20.51.247.40',338949928,'',0,1673873747.1715,55,'JZn4Lc5oP9zCRQm8v6rugiNw','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('20.51.247.40',338949928,'',0,1673873847.0702,55,'M6smqDb3hj1uGRX7OprBSAYC','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('20.51.247.40',338949928,'',0,1673874162.7561,55,'GNBZu4SAv6pXxhQl0dV2qsKR','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('20.51.247.40',338949928,'',0,1673874271.8967,55,'fVoUhSj8wTyJCKxYQDmPWEb6','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('20.51.247.40',338949928,'',0,1673874382.1637,55,'yBz1Wxe0sI6MdEZRYo2GnLPu','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('20.51.247.40',338949928,'',0,1673874603.8674,55,'7GZdUpVCb4YrWMJ6HxSPKeDw','','19|0|0|0|sleepingsolutions.co.uk/d.php',0,19,0),('20.51.247.40',338949928,'',0,1673874770.8206,55,'p4whaECUoMeVWjOTZs91bFyc','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('20.51.247.40',338949928,'',0,1673874903.3498,55,'gVohDsy2ifLMlE1vTYpB7kJC','','19|0|0|0|sleepingsolutions.co.uk/g.php',0,19,0),('20.51.247.40',338949928,'',0,1673875019.8170,55,'jxcrPqDUAYLNXiglvQ0KCEOb','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('20.51.247.40',338949928,'',0,1673875259.2516,55,'Da1Sjf5OdsGV7wUrXuYKQBkP','','19|0|0|0|sleepingsolutions.co.uk/j.php',0,19,0),('20.51.247.40',338949928,'',0,1673875378.1344,55,'5aFBGIA6zcjCLgudspbPHOYl','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.51.247.40',338949928,'',0,1673875507.2164,55,'dgGSa81iTzpUYsXNrOxJt7cP','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('20.51.247.40',338949928,'',0,1673875635.0954,55,'F39kqeoNCpR2jag4dnmV6SLA','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('91.137.147.151',1535742871,'',0,1673875728.7289,55,'s3l2JXQWMC0q5yfODNZTubB7','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('91.137.147.151',1535742871,'',0,1673875740.4272,55,'vkpbIgCBYFD7AU0xWru9VOQH','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('23.128.248.30',394328094,'',0,1673875782.5603,55,'IUbdBHXz2TgohnyQufepCSDJ','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('185.220.102.252',3118229244,'',0,1673875794.4667,55,'clpN43PHTs5G1hxDOwaB6WMX','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('20.51.247.40',338949928,'',0,1673875977.9539,55,'tVxajoKqIQ32D9TspO7UGNic','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('20.51.247.40',338949928,'',0,1673876113.3879,55,'HvKJ0e9S5qWIZtiCROFujaLG','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.51.247.40',338949928,'',0,1673876233.6937,55,'mJXxtsBokyMgh8cjp5Iz3enT','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.51.247.40',338949928,'',0,1673876524.1640,55,'9rGo2Q5wUSLKgOeNz18TysFb','','19|0|0|0|sleepingsolutions.co.uk/v.php',0,19,0),('20.51.247.40',338949928,'',0,1673876652.1450,55,'7LCRfkveD1iSxouVHbQaNgjs','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('20.51.247.40',338949928,'',0,1673876771.3553,55,'GXZvoe8Y905E1kpF4Vf2KyPU','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('4.233.59.82',82393938,'',0,1673876827.6081,55,'pAXaSV3PZI8RWKCmGJc6nBd5','','19|0|0|0|sleepingsolutions.co.uk/.sts.php',0,19,0),('4.233.59.82',82393938,'',0,1673876912.2779,55,'0cDrkyU5ioaCvxTEOlGKs3I6','','19|0|0|0|sleepingsolutions.co.uk/.Wp-back.phP',0,19,0),('4.233.59.82',82393938,'',0,1673876964.9910,55,'cUZowEGiyLr1C4x0aNWTDVef','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('20.51.247.40',338949928,'',0,1673876975.4340,55,'VobcCAlumFOKj1yG0HPgtqTa','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('20.51.247.40',338949928,'',0,1673876975.4630,10,'VobcCAlumFOKj1yG0HPgtqTa','','707|0|0|0|sleepingsolutions.co.uk/new-index.php',0,707,0),('4.233.59.82',82393938,'',0,1673877022.6284,55,'qWLYAj0aCFc7xlRwdUObI2So','','19|0|0|0|sleepingsolutions.co.uk/.ae.php',0,19,0),('4.233.59.82',82393938,'',0,1673877103.8538,55,'vmI36naxU4gzicQDhjET1w0K','','19|0|0|0|sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php',0,19,0),('4.233.59.82',82393938,'',0,1673877103.8853,10,'vmI36naxU4gzicQDhjET1w0K','','707|0|0|0|sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php',0,707,0),('4.233.59.82',82393938,'',0,1673877129.7637,55,'sVMW3rQ4U9Db61ClzkcALeoZ','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('4.233.59.82',82393938,'',0,1673877158.7964,55,'By0npOQJGKXauNt7fCq1bedZ','','19|0|0|0|sleepingsolutions.co.uk/bala.php',0,19,0),('20.51.247.40',338949928,'',0,1673877170.2290,55,'7noDCbV0HGcTxKhz9UFj2YMP','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673877198.2207,55,'uI469hZTgrDcq58J3KQ0ewtx','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673877231.3537,55,'HcJGoXLnAWg36h9k2S1i4wBp','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673877296.4059,55,'DqS4HFJ5wmGefNIXbk2vVy9Y','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('4.233.59.82',82393938,'',0,1673877327.6124,55,'z6eUknMOywldVbPaE3YNpRqc','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('4.233.59.82',82393938,'',0,1673877361.2365,55,'FRHz1Q0mVsEutibBoP23OlwY','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('20.51.247.40',338949928,'',0,1673877367.3862,55,'dBelLG63kRYKcpH7DIwrTf4N','','19|0|0|0|sleepingsolutions.co.uk/Sendemail.php',0,19,0),('4.233.59.82',82393938,'',0,1673877400.3527,55,'nbFwpA5UrTgRGXcSB89I3P06','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('4.233.59.82',82393938,'',0,1673877467.7344,55,'j36JnE1wbrOcApXIUQNdgtY2','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.51.247.40',338949928,'',0,1673877544.0949,55,'HtSPJZRe3cFLoEAv85f92CVi','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('4.233.59.82',82393938,'',0,1673877551.9818,55,'VirwGE2zTeBQo7KdRU1mWjyL','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('4.233.59.82',82393938,'',0,1673877641.7033,55,'oAS1FXLtCWH4dR8bpJiEVuQl','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.51.247.40',338949928,'',0,1673877737.9302,55,'S5KQhJGTCrMjEkzyb9opfcId','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('4.233.59.82',82393938,'',0,1673877812.4265,55,'U4OKvPha7yurApW5gYknbqFd','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('5.45.207.100',86888292,'',0,1673877821.0663,55,'DmnceJuFRXShHbjPkIslC9Tq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.107',86888299,'',0,1673877824.7358,55,'JeBRzjHhqfEoQsN7kPipKcng','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.255.253.177',100662705,'',0,1673877837.6400,55,'4VSKhZqIUOynlm1QYRxGsAB6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.93',86888285,'',0,1673877844.8125,55,'rmSuhwP9LYtaN5ekVE6inXRU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673877858.5949,55,'vCFgjpi1sdhLybDcnzWek39x','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('4.233.59.82',82393938,'',0,1673877963.6697,55,'T1sBiM3vWdDeL2ozUm5RuKFZ','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('20.51.247.40',338949928,'',0,1673877989.6263,55,'B4AxhGlQbYqEF3XnPrgZ6Svo','','19|0|0|0|sleepingsolutions.co.uk/kindex.php',0,19,0),('4.233.59.82',82393938,'',0,1673878119.5398,55,'8r1SpUYsOIuGNVyZQP540kja','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('4.233.59.82',82393938,'',0,1673878172.8886,55,'WYkHxF2d9NVcerOzmSbnD01U','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.51.247.40',338949928,'',0,1673878258.5769,55,'OZzBYbG1eAvDKXanQEHPq8RN','','19|0|0|0|sleepingsolutions.co.uk/cpanel.php',0,19,0),('4.233.59.82',82393938,'',0,1673878306.1764,55,'GQt0VaBWA6odEZCT1JNkIq2z','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('4.233.59.82',82393938,'',0,1673878380.8181,55,'Da4zWwClF1GM7AvbTfn2BsmH','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('4.233.59.82',82393938,'',0,1673878404.5305,55,'5WuzawI79NhfZ8nrvekQdL1y','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.51.247.40',338949928,'',0,1673878412.7800,55,'cdPIgJ7qj8l41OohpMuF0fzb','','19|0|0|0|sleepingsolutions.co.uk/cp.php',0,19,0),('4.233.59.82',82393938,'',0,1673878417.0660,55,'CU75zVc61TdNLYyoguFKaxhD','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('4.233.59.82',82393938,'',0,1673878433.1575,55,'FeEd3OlPBfUYqX7GT42yw8Lb','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('4.233.59.82',82393938,'',0,1673878446.2464,55,'h12d5FMDXHGjKzQRACL39wZg','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673878451.7849,55,'Smx920nfWIveZ76YMrAclyGT','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('4.233.59.82',82393938,'',0,1673878469.2019,55,'PTM8YJgQnEjODIuWalAFRHrS','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673878484.2147,55,'u13VC86HcstwE4ORmplvXWh5','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('4.233.59.82',82393938,'',0,1673878496.1710,55,'ZguYI0CHkBFp8N61rXQfGsjL','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('4.233.59.82',82393938,'',0,1673878521.0415,55,'WmOHl8fNRJ7AV9FhsrdE2pCz','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/xm.php',0,19,0),('20.51.247.40',338949928,'',0,1673878529.4303,55,'729vSxw1DZAt4RYpeu83HqoT','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('4.233.59.82',82393938,'',0,1673878537.7619,55,'QGRbUMKk9z5sygdo8CBXFxAE','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('4.233.59.82',82393938,'',0,1673878569.4718,55,'0FaWptuNvClG1kfinXBRA8ge','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('4.233.59.82',82393938,'',0,1673878615.7644,55,'lpVeO8vcM4y7NAz9h3FSwGZP','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('20.51.247.40',338949928,'',0,1673878635.9051,55,'ZjclvDUErtw5Ou0JszMIHAFp','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('4.233.59.82',82393938,'',0,1673878671.5009,55,'23dvtcDOnRmFC7ZlWLKbxf0Q','','19|0|0|0|sleepingsolutions.co.uk/mt/pekok.php',0,19,0),('4.233.59.82',82393938,'',0,1673878698.6941,55,'QywuYHKNo9sx0XkqFpL8e3mG','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('4.233.59.82',82393938,'',0,1673878718.7350,55,'hBKJ0kwrpuf9ie3mN51o8GIV','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('4.233.59.82',82393938,'',0,1673878738.0896,55,'c3Vft4wlT5PkhOH0RNrBSxWC','','19|0|0|0|sleepingsolutions.co.uk/.cgi/cache/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673878771.7200,55,'PNUKBjMIHC0i16kYTpwcEfV4','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673878796.3368,55,'tF2os8fB1aKVbDldWuJePRLO','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('4.233.59.82',82393938,'',0,1673878815.1518,55,'jZf3GE2mtRDBFhWcaSyvLXYQ','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('4.233.59.82',82393938,'',0,1673878826.8860,55,'WZHdy1R6CVjUumqaS07843sO','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('20.51.247.40',338949928,'',0,1673878861.8569,55,'ryi1d3PzaBWjMLAqte5Gvp7s','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('4.233.59.82',82393938,'',0,1673878885.7034,55,'28ldgV6YBxJWkSfjzuUyDKFO','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('4.233.59.82',82393938,'',0,1673878933.0474,55,'LkPh3qdDOBH2EpKcMleb4X15','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp-atom.php',0,19,0),('4.233.59.82',82393938,'',0,1673878969.7503,55,'X1jAbD4Yu9wfMaiWmdIvVoUr','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.51.247.40',338949928,'',0,1673878975.1050,55,'jC8hsEOIMKP5T7uYVJcrNogv','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('4.233.59.82',82393938,'',0,1673878989.8954,55,'wT0QR6kreaOIxED1NomJtz5j','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/wp-blog.php',0,19,0),('4.233.59.82',82393938,'',0,1673879007.4026,55,'7utYJLIroUqWwDGgszOhCVBQ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp.php',0,19,0),('4.233.59.82',82393938,'',0,1673879045.7555,55,'toN2OXQyZbquSLaglhseGicC','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('4.233.59.82',82393938,'',0,1673879063.0816,55,'czbimaYfv4w52gx8EVtOeFHn','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('4.233.59.82',82393938,'',0,1673879077.3110,55,'n64JKN89VhUoqxRBziHXsTvA','','19|0|0|0|sleepingsolutions.co.uk/alwso.php',0,19,0),('20.51.247.40',338949928,'',0,1673879080.1324,55,'gS03Pm96Ayh5pXoBVOditjqJ','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('4.233.59.82',82393938,'',0,1673879091.7280,55,'zjVxyTa3kmt5So2q96YrbGKF','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('20.51.247.40',338949928,'',0,1673879171.5797,55,'mpgSyrbLvXzWP8ZoYu4e573T','','19|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,19,0),('4.233.59.82',82393938,'',0,1673879175.2526,55,'POXmgzheCjyS8D4wQLvKu3tp','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('189.203.148.93',3184235613,'',0,1673879272.2138,55,'h6LMSFG5CPKV14wxjRXHU72u','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673879299.0615,55,'d3g0bmHOTCcB5Zu2DX1FSQpl','','19|0|0|0|sleepingsolutions.co.uk/shell20220621.php',0,19,0),('4.233.59.82',82393938,'',0,1673879313.8967,55,'ymJ2bGwlpOWLMYCP54RDau7F','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('20.51.247.40',338949928,'',0,1673879361.9759,55,'rY1ak8lZzUg7xfQuqFjJ2idE','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('185.220.101.41',3118228777,'',0,1673879395.0289,55,'t3TJIXZ7dDqv2yp6xCLMl5sS','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673879409.9295,55,'khpjODMXF3tdHgPTZLu4oi7n','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('4.233.59.82',82393938,'',0,1673879425.6526,55,'sDNmvK1H84iQphbSBIEAy23c','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('4.233.59.82',82393938,'',0,1673879440.3187,55,'Eqed8fwO3VFgNjDxuLvo75In','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('4.233.59.82',82393938,'',0,1673879456.1069,55,'nO4d6FYt98ekUzEPA7xDIjhf','','19|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673879476.3949,55,'OIT4BMCQex3N2PHm5bvz8sE0','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673879489.8268,55,'NGjQPyTzrmbiqhYOuL54nVo8','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673879503.6918,55,'FPuXtmLVkhG6vM9TizpJ1bZl','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('4.233.59.82',82393938,'',0,1673879519.8378,55,'FGEduefvLr6aiHQcMwxNAJok','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('4.233.59.82',82393938,'',0,1673879535.5882,55,'AlnouiMmFYt0j5d7TfOV3WUa','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.51.247.40',338949928,'',0,1673879543.3904,55,'Vhe7PvSbsF3gIcqirBuk60OH','','19|0|0|0|sleepingsolutions.co.uk/alf.php',0,19,0),('4.233.59.82',82393938,'',0,1673879550.9227,55,'EpFPyq7sbJv48XnOjehdIaHW','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/autoload_classmap.php',0,19,0),('4.233.59.82',82393938,'',0,1673879580.8884,55,'dXwz6S1NJb97V45av0ukfrC2','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('4.233.59.82',82393938,'',0,1673879612.5119,55,'tNdwMGmT4ziV039bK6kcqDjC','','19|0|0|0|sleepingsolutions.co.uk/.tmb/cache/shz.php',0,19,0),('4.233.59.82',82393938,'',0,1673879626.4043,55,'UYu16GBrjbpAnNWeJfwyt8kS','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('4.233.59.82',82393938,'',0,1673879642.7785,55,'O7dJms4DPfM0QSiTgBctujlk','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('20.51.247.40',338949928,'',0,1673879649.5743,55,'t56dnE4wIyBqglFHYQpvKXD8','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('4.233.59.82',82393938,'',0,1673879656.1978,55,'xSEc6ANWMo1hQ2rLBIUOlyFf','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('4.233.59.82',82393938,'',0,1673879668.0361,55,'8AMSOUixGCXmEJaz4k5NuqB2','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('4.233.59.82',82393938,'',0,1673879684.5346,55,'xViA47SjyIdCfeuh3ZYPWDMw','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('4.233.59.82',82393938,'',0,1673879697.2912,55,'g1iSYmIbP3FABwDQGWT2o0qp','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('4.233.59.82',82393938,'',0,1673879710.1038,55,'dtNm43ioKQZ51I9JxLREsSry','','19|0|0|0|sleepingsolutions.co.uk/xmlrpcs.php',0,19,0),('4.233.59.82',82393938,'',0,1673879734.7750,55,'6JGYZiIRK0j3yqsau9gwD7Nx','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('20.51.247.40',338949928,'',0,1673879741.9517,55,'gDM3mpKolXVRCkJvOftjserY','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('4.233.59.82',82393938,'',0,1673879760.2077,100,'Jvd3yWkVMPBZRYbgFl2LNqI9','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('4.233.59.82',82393938,'',0,1673879776.5223,55,'P2mI6aNwKH7lh4ngYF1fiSML','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('20.51.247.40',338949928,'',0,1673879899.7935,55,'MVqOCtardeYURnDFNiB7QKLk','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('4.233.59.82',82393938,'',0,1673879944.4837,55,'1MbraFT70HKAPGRlLxw8vqU5','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('4.233.59.82',82393938,'',0,1673879957.9596,55,'a3VyG97s6ojH4TPkwvJr8f2Q','','19|0|0|0|sleepingsolutions.co.uk/indeeex.php',0,19,0),('4.233.59.82',82393938,'',0,1673879968.6093,55,'eBC85vPdzhIx62GESKfA9tL1','','19|0|0|0|sleepingsolutions.co.uk/ne.php',0,19,0),('4.233.59.82',82393938,'',0,1673879978.6879,100,'Lvs7hZr1gkpF2IxXWboQlG69','','13|0|0|0|sleepingsolutions.co.uk/ff.php',0,13,0),('4.233.59.82',82393938,'',0,1673879990.8992,55,'hraFiDwbC3T7HUVmxvf4W8LS','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('4.233.59.82',82393938,'',0,1673880006.3870,55,'yKtG3zowjXLOguYVcFE47Zae','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('4.233.59.82',82393938,'',0,1673880032.2287,55,'DjaByHncl9AUmhS6XfMY02Ko','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/hunt.php',0,19,0),('4.233.59.82',82393938,'',0,1673880050.1524,55,'Kr41xQJivySYtwn8s2XC6quO','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('4.233.59.82',82393938,'',0,1673880059.9041,55,'wOH7NZmhe0A34DKVEvGCFoqa','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('4.233.59.82',82393938,'',0,1673880081.5134,55,'XbxEKGqBYu6mRUjoav7Mn4CS','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('20.51.247.40',338949928,'',0,1673880107.8049,55,'ZJ3l1YfPIqsmO5CQRpH4zaoS','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.51.247.40',338949928,'',0,1673880220.3304,55,'SwArO87VavIjkFMQNDXECeqg','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673880334.5772,55,'yI9maVlzfEtTvxg0jckqWR2w','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('20.51.247.40',338949928,'',0,1673880509.6236,55,'39AtsmM6N1IknQKFPYLSCi2j','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673880751.5347,55,'A5X1slkhiEzSMfwRy28tNqdT','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.51.247.40',338949928,'',0,1673880751.5939,10,'A5X1slkhiEzSMfwRy28tNqdT','','707|0|0|0|sleepingsolutions.co.uk/mailer.php',0,707,0),('20.51.247.40',338949928,'',0,1673880871.5333,55,'Rp6vCEHeBhin9jFZDrzW5Nsx','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('20.51.247.40',338949928,'',0,1673881024.4121,55,'x76D8Jv1ZmwSVbf9u5oUBG40','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.51.247.40',338949928,'',0,1673881311.9207,55,'suyUQohtxLideRfCcV9AvTmk','','19|0|0|0|sleepingsolutions.co.uk/xox.php',0,19,0),('20.51.247.40',338949928,'',0,1673881422.7053,55,'Htb80aOAekVL5uzNCFQqTD9X','','19|0|0|0|sleepingsolutions.co.uk/xo.php',0,19,0),('87.250.224.186',1476059322,'',0,1673881506.6939,55,'7SfzdyYG4jrToBHNJx93C6t0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673881527.6013,55,'2AaKDqxYX1p5eLT8PEhNSduM','','19|0|0|0|sleepingsolutions.co.uk/mi.php',0,19,0),('87.250.224.157',1476059293,'',0,1673881528.2261,55,'TU0F8InQCJrkbjiXwyvLPVpM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.51.247.40',338949928,'',0,1673881618.4835,55,'dQGJqTsOAly9nV28L5H6zUIY','','19|0|0|0|sleepingsolutions.co.uk/!.php',0,19,0),('20.51.247.40',338949928,'',0,1673881849.6796,55,'1x8gt4k2TqfKy6vS7LPbCBMu','','19|0|0|0|sleepingsolutions.co.uk/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673881952.2933,55,'RdDkxESNzpO3W8n9gCtwVHaY','','19|0|0|0|sleepingsolutions.co.uk/rss.php',0,19,0),('20.51.247.40',338949928,'',0,1673882062.8244,55,'OgEhKJncef7zaFWouRQwxHpG','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('20.51.247.40',338949928,'',0,1673882162.7276,55,'60snW3OeNorg4kxJ5DpcjQFa','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('20.51.247.40',338949928,'',0,1673882332.8966,55,'W5Uqc9CM4sdN3x6bYHEyu70i','','19|0|0|0|sleepingsolutions.co.uk/alwso.php',0,19,0),('20.51.247.40',338949928,'',0,1673882528.6677,55,'Te7JWlLYfvi89QqVaygtECMI','','19|0|0|0|sleepingsolutions.co.uk/wp-content/includes/uploads/Va.php',0,19,0),('20.51.247.40',338949928,'',0,1673882657.9405,55,'0bF7c9W1LJoe8RKl42XwOmHq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/readindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673882776.6242,55,'GQdbOBFxLIR1pfiUg2tJlHm3','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/small.php',0,19,0),('20.51.247.40',338949928,'',0,1673882948.3535,55,'Ci8hf1Ot0EskGgTDj5u2KdJR','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/mar.php',0,19,0),('20.51.247.40',338949928,'',0,1673883191.3321,55,'7Sbt5jzO2PxmipIeErw4XlGF','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/readindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673883305.9008,55,'j1remubgQV8kEqlo624hK50c','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/maint/wp-readindex.php',0,19,0),('20.51.247.40',338949928,'',0,1673883697.1880,55,'eA6t7gHY3ESRmadJbzpOyZKn','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/maint/wp-cron.php',0,19,0),('20.51.247.40',338949928,'',0,1673883885.7001,55,'JXf6Vuo1wZ3bUGsSeCW8AM0c','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/media-site.php',0,19,0),('38.54.89.235',641096171,'',0,1673883887.3480,55,'FeYi2V7gN89hZTlazqsP1KUy','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('38.54.89.235',641096171,'',0,1673883888.9987,55,'Ob7GIN3jq0c5Wv8naHLJZ6rY','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883890.6083,55,'4z7rlDREtqmBLoQTVYeMsXC8','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883892.0265,55,'b62ocfGQpEikqhlNaXPuCWwS','','19|0|0|0|sleepingsolutions.co.uk/site/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883894.7241,55,'fANrOapSVZ5qbvxmcw3ekgs1','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883894.8561,10,'fANrOapSVZ5qbvxmcw3ekgs1','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,707,0),('38.54.89.235',641096171,'',0,1673883896.4062,55,'gStdIhMlfB0645jcTDw2isHx','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-includes/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883897.9380,55,'oPMV4IaeAfn0HdgyY2WJ3rz8','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-includes/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883899.3795,55,'M5scCO9F4VfgJ0QPm2LuW3hU','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-class.php',0,19,0),('38.54.89.235',641096171,'',0,1673883900.8527,55,'IlWPaG8wzTSEHUO0MAp4Fg53','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('38.54.89.235',641096171,'',0,1673883902.3169,55,'4hUyEJxf58bAdRlmjkSs3zBP','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('38.54.89.235',641096171,'',0,1673883903.7801,55,'Uj3DIsrCvnoVFdHY5kzS1WMw','','19|0|0|0|sleepingsolutions.co.uk/alfa4.php',0,19,0),('38.54.89.235',641096171,'',0,1673883905.2223,55,'Ikiel0aMns8ZvK7muhcqrdXS','','19|0|0|0|sleepingsolutions.co.uk/dz.php',0,19,0),('38.54.89.235',641096171,'',0,1673883906.6243,55,'8Zcuatsxr0pKMq9Y1bwWiR36','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673883908.1474,55,'M5PEvLYeqWtS9igoTGfCbzyr','','19|0|0|0|sleepingsolutions.co.uk/sells.php',0,19,0),('38.54.89.235',641096171,'',0,1673883909.5703,55,'AJthyI4qvP8TLG2fmsUQ13Mz','','19|0|0|0|sleepingsolutions.co.uk/info.php',0,19,0),('38.54.89.235',641096171,'',0,1673883911.5554,55,'luRXs9Y4Z0Q8nfryH3Pi2JgO','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('38.54.89.235',641096171,'',0,1673883912.9511,55,'dFrYyvuHW9asX1p7VwnA5Dl3','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673883914.4238,55,'piQsT1oPRvSaxLIUtBVerCZj','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673883915.9420,55,'GPNd3s8ExoWcu6Bl4FSnCtKj','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,19,0),('38.54.89.235',641096171,'',0,1673883917.3235,55,'obu8eG2jCit4OVMmQw1Ngf0P','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673883918.7905,55,'ycNL5kaEmh0qjvu8QGiAXVrg','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673883920.2995,55,'nt1qBvlzxRfYT0HedjOFh5mW','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673883921.8146,55,'DjxC2si31lnapQ9Jqefv8BIr','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('38.54.89.235',641096171,'',0,1673883923.2554,55,'hJqHT358amfrOQNkYLnKX6Ce','','19|0|0|0|sleepingsolutions.co.uk/Alfa.php',0,19,0),('38.54.89.235',641096171,'',0,1673883924.7706,55,'317ibUXZLFKVgNJu9SlOrPcp','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('38.54.89.235',641096171,'',0,1673883926.2666,55,'s3zvnHthF5DVXCx6jTU0RgQo','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('38.54.89.235',641096171,'',0,1673883927.7622,55,'pKcnCmvyaJxd58NAIbfTPUDQ','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('38.54.89.235',641096171,'',0,1673883929.2605,55,'yJVABNUKOrXDqsi3mp1hTPka','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('38.54.89.235',641096171,'',0,1673883930.7109,55,'xONf68hUVsynmoLZ2k0r4tC1','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('38.54.89.235',641096171,'',0,1673883932.1326,55,'r4UuwfFgLEXpQ63OvN5ceTSx','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('38.54.89.235',641096171,'',0,1673883933.6486,55,'vqM7oyCc8mQubpY9NEOgt12S','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('38.54.89.235',641096171,'',0,1673883935.3191,55,'j9RPEWGCT2QHBtdcSIOrwiVe','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/F0x.php',0,19,0),('38.54.89.235',641096171,'',0,1673883936.8218,55,'Bnlu3S9QM7crtNIWPUsLEpXv','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('38.54.89.235',641096171,'',0,1673883938.2788,55,'C0yOpWgA8hj2vfLsxcu3K6em','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('38.54.89.235',641096171,'',0,1673883939.7993,55,'q2tCMNJiB4lfoHQVF5eabwIx','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673883941.2836,55,'FOcHX68ZoElAGd37ejSbt0zk','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('38.54.89.235',641096171,'',0,1673883942.7673,55,'HQM5b4LhRBSVdYWkKurgi8Z0','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('38.54.89.235',641096171,'',0,1673883944.2085,55,'15KkcqUwvRYJfFsbmHPh8SMG','','19|0|0|0|sleepingsolutions.co.uk/wp-content/admin.php',0,19,0),('38.54.89.235',641096171,'',0,1673883945.6175,55,'GDrohgBXYxbWjesvMHRu6SOK','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('38.54.89.235',641096171,'',0,1673883947.0532,55,'Jc1PLt8IsCDm6RHkhy3BqTbG','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('38.54.89.235',641096171,'',0,1673883948.4981,55,'T68feXQFPbI103xMmCRNgKkh','','19|0|0|0|sleepingsolutions.co.uk/sindex.php',0,19,0),('38.54.89.235',641096171,'',0,1673883949.9185,55,'e9pxgWH1a0utBlDzJY8GXqQK','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('38.54.89.235',641096171,'',0,1673883951.3446,55,'yDgUo6zawHFcZ7n4T5bWJPOV','','19|0|0|0|sleepingsolutions.co.uk/baindex.php',0,19,0),('38.54.89.235',641096171,'',0,1673883952.7975,55,'nLqiJXRkd5O0rEVy2ewCxSNm','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('38.54.89.235',641096171,'',0,1673883954.3013,55,'nbJ8hEA0lmFgVKfr4k2Yu6Q7','','19|0|0|0|sleepingsolutions.co.uk/indo.php',0,19,0),('38.54.89.235',641096171,'',0,1673883955.7282,55,'UuWwx4aX0kbvcLT7yd96Rl5I','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('38.54.89.235',641096171,'',0,1673883957.2873,55,'2DLRq3pTNPUjGZ6BCOznsurw','','19|0|0|0|sleepingsolutions.co.uk/wp-2018.php',0,19,0),('38.54.89.235',641096171,'',0,1673883958.8373,55,'AMJUB8Iosfy23ZheKHP4g5vj','','19|0|0|0|sleepingsolutions.co.uk/wp-2019.php',0,19,0),('38.54.89.235',641096171,'',0,1673883960.2916,55,'7YjT9GDn0QVROtwqPUJdxFH1','','19|0|0|0|sleepingsolutions.co.uk/wp-2020.php',0,19,0),('38.54.89.235',641096171,'',0,1673883961.7336,55,'BsE3Z5CIrq4aQP06ROAh7GyH','','19|0|0|0|sleepingsolutions.co.uk/wp-2021.php',0,19,0),('38.54.89.235',641096171,'',0,1673883963.2253,55,'EIiBQWJwjZYAuDMb1dnFCapl','','19|0|0|0|sleepingsolutions.co.uk/wp-2022.php',0,19,0),('38.54.89.235',641096171,'',0,1673883964.6568,55,'kP9joiT3mMAcKGFrqRaCWVdU','','19|0|0|0|sleepingsolutions.co.uk/wp-2023.php',0,19,0),('38.54.89.235',641096171,'',0,1673883966.1417,55,'I0xOVE8frq9vZSQ2Abdogwla','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('38.54.89.235',641096171,'',0,1673883967.5845,55,'ugqAIyTUpEiX9LQ1s2hfPNoe','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('38.54.89.235',641096171,'',0,1673883969.0512,55,'cBv7humDOXSPfGKq6eEg4pQz','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('38.54.89.235',641096171,'',0,1673883970.5519,100,'frnqhU5SoXK6Gimj9OTgtzYQ','','13|0|0|0|sleepingsolutions.co.uk/upload.php',0,13,0),('38.54.89.235',641096171,'',0,1673883972.2221,55,'2sIvE7ePdCQ0gO9yK1iTuchM','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('38.54.89.235',641096171,'',0,1673883974.1199,55,'ie1STkPLxoEthdAUHNB89uFz','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('38.54.89.235',641096171,'',0,1673883975.5569,55,'TfmjMK4IxszayvNcZO9Wepbn','','19|0|0|0|sleepingsolutions.co.uk/indosec.php',0,19,0),('38.54.89.235',641096171,'',0,1673883976.9823,55,'n6CyYELqQOmsSNGa2rp0fDFI','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('38.54.89.235',641096171,'',0,1673883978.4664,100,'AKZu2g8kTCOEf3YNoDQUi1dx','','13|0|0|0|sleepingsolutions.co.uk/index.php',0,13,0),('38.54.89.235',641096171,'',0,1673883979.9236,100,'YOpItDQG0bzVeW97TEUfFoBS','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('38.54.89.235',641096171,'',0,1673884024.2212,55,'8UIeRp26ntTmZqdWyvBcM17O','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('38.54.89.235',641096171,'',0,1673884025.6262,55,'q1HSCWaA3yGBmgR4Xd6ZE7bx','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/database.php',0,19,0),('38.54.89.235',641096171,'',0,1673884027.0377,55,'bu4DIs3GVfTAj6gMpPSJnvWw','','19|0|0|0|sleepingsolutions.co.uk/cgi-bin/mt/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884028.4295,55,'X8nGby7IQW065cF3sLKt4zqa','','19|0|0|0|sleepingsolutions.co.uk/cgi-bin/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884029.9440,55,'taJN3icTkxpEg6DI97yeXA5W','','19|0|0|0|sleepingsolutions.co.uk/mt/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884031.3862,55,'09BZqz3lspT7XgDOinLHS4QU','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884032.8226,55,'qMcNs8pWHKf5RZS3eO6lQPB4','','19|0|0|0|sleepingsolutions.co.uk/cgi-bin/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884034.2401,55,'9HonOc0v5sGNElU8Taipg4CB','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884035.7281,55,'mTRnAzO4U2IMNVXrtchaopGi','','19|0|0|0|sleepingsolutions.co.uk/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884037.2667,55,'IFSyGlLuTHVEdYpef6mUhgC0','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884038.7296,55,'ZTSlQViN8jgzxFDLnUWBYyM7','','19|0|0|0|sleepingsolutions.co.uk/cgi-bin/MT/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884040.1459,55,'P6YV8xzkoQ5ipCZGHrO9gWy3','','19|0|0|0|sleepingsolutions.co.uk/cgi-bin/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884041.6456,55,'3iFP8ljMbDAJ7XS4QERuac1w','','19|0|0|0|sleepingsolutions.co.uk/MT/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884043.0560,55,'FmIBlb8uyLZVs9deTz1oAk4E','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884045.1470,55,'A6m3Ns4cW2DxIgqjZlB1Gz5L','','19|0|0|0|sleepingsolutions.co.uk/mtos/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884046.5546,55,'hquoDOrdRSjns8axX2QG6IVJ','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884048.0718,55,'1i6BsKg2VraG30bjzRXMLIpT','','19|0|0|0|sleepingsolutions.co.uk/cms/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884049.5524,55,'t2Vwna0JWpyv9zcZ1RkgQeBY','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884050.9312,55,'f4KHS3R58lV2kgtJzhYeLAZd','','19|0|0|0|sleepingsolutions.co.uk/blog/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884052.4393,55,'QtRkAnBuOq3VfEp76GbIeSwW','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884054.8051,55,'UrvbtZEMQWCe5oImqKLiD0Bf','','19|0|0|0|sleepingsolutions.co.uk/cgi/mt-xmlrpc.cgi',0,19,0),('38.54.89.235',641096171,'',0,1673884056.3985,55,'0nwPG78yfIX3jAtZHMvKRps2','','19|0|0|0|sleepingsolutions.co.uk/DeathShop.php',0,19,0),('38.54.89.235',641096171,'',0,1673884058.0332,100,'XYVt5gL2yOJSax7DRITFHwU4','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('38.54.89.235',641096171,'',0,1673884059.5049,55,'46EMsQvzboIct5q8Wu0xGjhd','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673884060.9636,100,'Z3BAmFxWouUdQps8bhkrRCG0','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/pridmag/db.php',0,13,0),('38.54.89.235',641096171,'',0,1673884062.3757,55,'rdkagTjXfW17YKhB9UFPnqHs','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/pridmag/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673884063.8026,55,'iVyJRX2WuHFsGTnMD3NwBe4L','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php',0,19,0),('38.54.89.235',641096171,'',0,1673884065.3392,100,'hJ9pkDQ5fyCrjRtmcSPx3KeT','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php',0,13,0),('38.54.89.235',641096171,'',0,1673884066.7850,55,'hIAeLTucYfPjQBO21boviamn','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('38.54.89.235',641096171,'',0,1673884068.4874,55,'pbqiLSafmUdZkXjnDvQgF67r','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('38.54.89.235',641096171,'',0,1673884069.8844,100,'xkGsbiwFvt6MjXW1mySgeCYZ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('38.54.89.235',641096171,'',0,1673884073.3820,100,'D1PfuN8lVEdhY7y9sScptTJR','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('38.54.89.235',641096171,'',0,1673884077.6003,55,'kIbTnlV382sdwYGK0ux9AQWM','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884079.0113,55,'E74DIG0KjfOUXRqYtFNByorw','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884080.4605,55,'oW7cGgD9HBdCmOU6iXqjeTSx','','19|0|0|0|sleepingsolutions.co.uk/new/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884081.8623,55,'Pu5znsSWjIGHRdE0pBYT31FN','','19|0|0|0|sleepingsolutions.co.uk/new/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884083.3265,55,'A1cqfBwJQLiWk7RmHPeZFsDu','','19|0|0|0|sleepingsolutions.co.uk/old/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884084.7889,55,'yd4mcwiF0Gl6kvNS9qYT2Vjh','','19|0|0|0|sleepingsolutions.co.uk/old/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884086.2302,55,'ujCsVhaytXTxnfrMAzPcR4BS','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884087.6725,55,'UGN05bs3MPaWyISYAqD7BoKu','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884089.1195,55,'zkl43rxN5bHWns8AcvVuKGBR','','19|0|0|0|sleepingsolutions.co.uk/test/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884090.6450,55,'CruVUIEZHmOJdpyYweSsx7M3','','19|0|0|0|sleepingsolutions.co.uk/test/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884092.4358,55,'SxVIzNRvCteU9c2wDE5KHuyW','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884093.8889,55,'So6HRLkhJFKXBV1OeyU0daIu','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884095.3973,55,'hRpJikUwt8nN52ymaSMOPvZq','','19|0|0|0|sleepingsolutions.co.uk/cms/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884096.8560,55,'DkxcytOfqgiAIvz3UnH1FY2T','','19|0|0|0|sleepingsolutions.co.uk/cms/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884098.2780,55,'pekmM2zu96NjrgEChXySbcRA','','19|0|0|0|sleepingsolutions.co.uk/web/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884099.7776,55,'KnGpXC2wq4OTZHR357Eazjei','','19|0|0|0|sleepingsolutions.co.uk/web/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884101.3758,55,'7SCez84bgnZda9GLjtuQMf6Y','','19|0|0|0|sleepingsolutions.co.uk/backup/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884103.2720,55,'0M3Vpqgaot5R48SfJ9YPjG7K','','19|0|0|0|sleepingsolutions.co.uk/backup/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884104.7754,55,'7kBre68NxoYquIE3O2GvZQh5','','19|0|0|0|sleepingsolutions.co.uk/site/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884106.1718,55,'zPyqwjUfNBOdDaxstnFRi60p','','19|0|0|0|sleepingsolutions.co.uk/site/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884107.6249,55,'fJZwMKcALXbnptGzkRDB8qol','','19|0|0|0|sleepingsolutions.co.uk/oldsite/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884109.0855,55,'3zdTrsvp85Mi7jfXCgoenO6h','','19|0|0|0|sleepingsolutions.co.uk/oldsite/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884110.5397,55,'UrP3Kh7a59dRJH6SCjVeTBOF','','19|0|0|0|sleepingsolutions.co.uk/Paiement/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884111.9491,55,'dCTsuIVKhgQkyJ372l0E1pxS','','19|0|0|0|sleepingsolutions.co.uk/Paiement/wp-admin/setup-config.php',0,19,0),('38.54.89.235',641096171,'',0,1673884113.4297,55,'n1KRd6G79PLWb0Qk3VxMvBOX','','19|0|0|0|sleepingsolutions.co.uk/sandbox/wp-admin/install.php',0,19,0),('38.54.89.235',641096171,'',0,1673884115.2770,55,'dBthF6OxyrSLMEWTICA1c5Gp','','19|0|0|0|sleepingsolutions.co.uk/sandbox/wp-admin/setup-config.php',0,19,0),('20.51.247.40',338949928,'',0,1673884147.5982,55,'hRCigvtsj4qwbF73STuJEc5N','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,19,0),('20.51.247.40',338949928,'',0,1673884379.3849,55,'4Zfo3mTcQ5BnVGu8MLFbK9pD','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/maint/repair-bak.php',0,19,0),('20.51.247.40',338949928,'',0,1673884507.1298,55,'OMXcYdKaFn7gtN6VGqE2iL53','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/edit-tag-menu.php',0,19,0),('20.51.247.40',338949928,'',0,1673884627.1912,55,'6Su7Hjs0Dv1VbtYXGPg5RFrf','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/tablepress_controllers.php',0,19,0),('20.51.247.40',338949928,'',0,1673884904.8015,55,'4kCj3UFM96ocpJxQmhRfWiDE','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/block-line.php',0,19,0),('20.51.247.40',338949928,'',0,1673885051.8873,55,'oz6SexWkOK7cj9Bh0fDMNbuw','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/modern/colors.css.php',0,19,0),('20.51.247.40',338949928,'',0,1673885155.8575,55,'AXbTQOy7ZFusG5dpneYDxUm1','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/sys.php',0,19,0),('20.51.247.40',338949928,'',0,1673885275.6322,55,'XpmOyWFK8iZCdtuHIT45NaAS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/includes/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673885540.8992,55,'mR3hxIqb5wsOziNkJoAXuFld','','19|0|0|0|sleepingsolutions.co.uk/wp-content/includes/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673885669.1762,55,'Ucvsqd2zRhAxCZMw03j1bBVI','','19|0|0|0|sleepingsolutions.co.uk/wp-content/includes/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673885767.5413,55,'NgWLtaAY96xmT2heldEUkQ01','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673885897.2782,55,'aHLjNYZ5FgUw7TcPR39rzA2n','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673886138.9840,55,'3HjTulkrop2LeFUDgb1Wn4Nq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673886224.9963,55,'U7V9EvWMiGXOcLDpYrRn1uwe','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/leafmailer2.8.php',0,19,0),('20.51.247.40',338949928,'',0,1673886312.8207,55,'AkQz7fVt4jidwvRnGl3FUDbS','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/leaf.php',0,19,0),('20.51.247.40',338949928,'',0,1673886392.6175,55,'7unFmTHrUbcw4kES9OQpv0iG','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/alexusmailer2.0.php',0,19,0),('20.51.247.40',338949928,'',0,1673886556.6270,55,'LxumcNgnStGFCJ017HwXkA4r','','19|0|0|0|sleepingsolutions.co.uk/xxx.php',0,19,0),('20.51.247.40',338949928,'',0,1673886730.8758,55,'pJQB03jkH6zPa8Fmn1R4hxtW','','19|0|0|0|sleepingsolutions.co.uk/11index.php',0,19,0),('20.51.247.40',338949928,'',0,1673886822.6370,55,'6OlYhMmR8wEsv0WNzgiuFZ9e','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('20.51.247.40',338949928,'',0,1673886899.3121,55,'MrjP1paLTz2v57Bml9dtXZCY','','19|0|0|0|sleepingsolutions.co.uk/fa.php',0,19,0),('20.51.247.40',338949928,'',0,1673886988.9750,55,'sCDaM5rGTI1vRKLtHoAgVmNB','','19|0|0|0|sleepingsolutions.co.uk/alexus-mailer.php',0,19,0),('20.51.247.40',338949928,'',0,1673887129.4921,55,'gJr30izEXahFDwKnOVv57BjP','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('20.51.247.40',338949928,'',0,1673887358.6729,55,'HMgVxC2BT854wcJ0qOlP7QKE','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('20.51.247.40',338949928,'',0,1673887461.8258,55,'87fVtXLUOEkAyGKjaZNwT3Fb','','19|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,19,0),('20.51.247.40',338949928,'',0,1673887544.4019,55,'mPhIsFwAk31EUWcrvNVoX6fg','','19|0|0|0|sleepingsolutions.co.uk/wp-file.php',0,19,0),('20.51.247.40',338949928,'',0,1673887628.9427,55,'mQU4gMwHWzSqPELIFNpd5RnB','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('125.164.18.183',2107904695,'',0,1673887771.5487,70,'Dp7LRHA2Ub6KkVmjsdXo1I9Y','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('20.51.247.40',338949928,'',0,1673887876.8247,55,'L5QBNE7nk0VhvP4wopJ6FXYy','','19|0|0|0|sleepingsolutions.co.uk/wso2.php',0,19,0),('20.51.247.40',338949928,'',0,1673888020.9615,55,'HZzve13g0BymWUlLqkMh4btR','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('20.51.247.40',338949928,'',0,1673888094.0813,55,'uLshwIeT9alj42nXrqP061Cf','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('20.51.247.40',338949928,'',0,1673888179.7978,55,'L7TJyODNHakQslZU5PMcC9mA','','19|0|0|0|sleepingsolutions.co.uk/kk.php',0,19,0),('20.51.247.40',338949928,'',0,1673888276.4274,55,'aNBUjdk3eYFuKGRWLiSlop8t','','19|0|0|0|sleepingsolutions.co.uk/anone.php',0,19,0),('156.146.33.72',2626822472,'',0,1673888317.9657,55,'0fkcZWtn9UTzqFQybMCH54h7','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('156.146.33.72',2626822472,'',0,1673888320.7170,55,'fRA7gYaJhOxtKpWvmuzc42P1','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('156.146.33.72',2626822472,'',0,1673888321.6626,55,'KCZMRX9yYW38u1iGrv4oqITN','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('156.146.33.72',2626822472,'',0,1673888385.6705,55,'8i3WBFDGvc1V9L0YguCKztQ6','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('156.146.33.72',2626822472,'',0,1673888410.2342,55,'vaLS0b7JnHxMB5o8YOm3ZCFt','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('156.146.33.72',2626822472,'',0,1673888410.2729,10,'vaLS0b7JnHxMB5o8YOm3ZCFt','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('20.51.247.40',338949928,'',0,1673888477.7441,55,'6W1TzPNCKvHElyV5sStRUXQq','','19|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888507.9483,55,'uekoqxn9CN2FRpUK5yIf136Q','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.51.247.40',338949928,'',0,1673888555.1512,55,'uVA7zHjJ6SbGw9e8fEhLFnZs','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888558.6055,55,'gQM0sOvy2GxKF8kDYLhHeWfJ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888582.1067,55,'NcRvE16Op02xJf7H58ZqItYG','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888595.8565,55,'MXFcJAErbYgzLBxDIf5ThHGK','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888596.7338,55,'hIbJkQ1AZEj80nSWUDmMOHrv','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888596.7650,10,'hIbJkQ1AZEj80nSWUDmMOHrv','','707|0|0|0|sleepingsolutions.co.uk/moduless.php',0,707,0),('91.239.157.59',1542430011,'',0,1673888615.5424,100,'BS23QTxkqFYzmAoM4IDCuPti','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('91.239.157.59',1542430011,'',0,1673888619.3084,55,'c8KbqyhGBIrxg3iSmntOWXpd','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('91.239.157.59',1542430011,'',0,1673888620.1803,55,'hQxE3m5j6LnowfR7Ct8KyHXb','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('20.51.247.40',338949928,'',0,1673888631.1473,55,'m0yCKn49jZD57cWF21lHEJBQ','','19|0|0|0|sleepingsolutions.co.uk/wp-rss.php',0,19,0),('20.51.247.40',338949928,'',0,1673888698.8337,55,'D2Hljf4umtR5WPio1A60Ksce','','19|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1673888766.7240,55,'ykI0pAJUF1WCYNidauXK2eQO','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1673888770.8055,55,'Pp0oxcHzVR7fwdyCXlMF2vO6','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1673888772.6501,55,'Yod7m8tMxVBAjHDplgQeTG5b','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.51.247.40',338949928,'',0,1673888776.0837,55,'mhqCQU75xFSEPINtHweWbYu2','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1673888778.9688,55,'d7hljREOYxDiSUgGIKwZ6AMa','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673888779.4765,55,'qvH8X9Ugt1K7dWL2c4FbeQlR','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1673888779.4951,10,'qvH8X9Ugt1K7dWL2c4FbeQlR','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1673888791.1512,55,'K4X6WwcL9yeJu1inlO2Qk7PI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1673888792.6048,55,'TA0wF2MBW6bC3fdl7ZoVeGNQ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673888793.0829,55,'tHSuzVFZPWdMecpUviBKln6g','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1673888797.8881,55,'znkJboG3fSQBCuyYqMZ74p0A','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1673888799.4944,55,'rONI4fQB2i7XljEpDgoPzKnJ','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1673888808.9067,100,'bd42WB0i7onQ3EaSgTwKzyqH','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1673888814.7341,55,'7XqhOBlJ2dotE3xIvsSRTUjf','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1673888816.3730,55,'KvnhfR9wIre13cMSkZYOdHJG','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('20.51.247.40',338949928,'',0,1673888848.8701,55,'TwvGdNUcr3fCOzesLxqMy8Bg','','19|0|0|0|sleepingsolutions.co.uk/wp/rahma.php',0,19,0),('20.51.247.40',338949928,'',0,1673889026.9570,55,'aBtexEdG6UMbwqQHsnlWZyog','','19|0|0|0|sleepingsolutions.co.uk/rahma.php',0,19,0),('20.51.247.40',338949928,'',0,1673889088.9451,55,'961BUypJSXTbsvR8jl0uOG4r','','19|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,19,0),('20.51.247.40',338949928,'',0,1673889164.1239,55,'AwZrpb1UEK8cFghmSRJQ7nNH','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('20.51.247.40',338949928,'',0,1673889241.1688,55,'i9RXzymcptH3JNanClrdY4Ps','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('20.51.247.40',338949928,'',0,1673889299.7154,55,'wO9HiSbf8UPrtaZ5NGgTepov','','19|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,19,0),('20.51.247.40',338949928,'',0,1673889367.6628,55,'tcYBOWny1zsSo0EVT7luRXCj','','19|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,19,0),('20.51.247.40',338949928,'',0,1673889426.7867,55,'zHyglvxciSdRVGon1AKr4bWM','','19|0|0|0|sleepingsolutions.co.uk/dr.php',0,19,0),('20.51.247.40',338949928,'',0,1673889636.2723,55,'ZvA8gUjwriC41OcaG9kzBMT2','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('20.51.247.40',338949928,'',0,1673889723.0256,55,'L4FaGYZ5soxUtqhIgAOSnQMH','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('20.51.247.40',338949928,'',0,1673889785.2565,55,'o8tDqsVPMegEuGvF2JnNBkd6','','19|0|0|0|sleepingsolutions.co.uk/data.php',0,19,0),('20.51.247.40',338949928,'',0,1673889847.2019,55,'S6Z8apg3rc94LmAIbotNWTj2','','19|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,19,0),('20.51.247.40',338949928,'',0,1673889898.2466,55,'F312WTcJuBX9l4dbrIn07gej','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('20.51.247.40',338949928,'',0,1673889945.2583,55,'jWHaZmOLUv8V27TxSIYBCDp9','','19|0|0|0|sleepingsolutions.co.uk/edit-form.php',0,19,0),('20.51.247.40',338949928,'',0,1673889993.9040,55,'zeIBt91Y3dUw2qcy4ZpnfgOH','','19|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,19,0),('20.51.247.40',338949928,'',0,1673890049.8726,55,'pfozOkSZ0DyPrj2xEUVHGLCs','','19|0|0|0|sleepingsolutions.co.uk/www.php',0,19,0),('20.51.247.40',338949928,'',0,1673890225.2386,55,'mcbG4HlZv8sQB9gnr2WuNhXE','','19|0|0|0|sleepingsolutions.co.uk/uploads/contexmini.php',0,19,0),('20.51.247.40',338949928,'',0,1673890276.5173,55,'4vMRyDbr3tZoXA6KOxFf5cYV','','19|0|0|0|sleepingsolutions.co.uk/blog.php',0,19,0),('20.51.247.40',338949928,'',0,1673890334.6786,55,'jE5aUckXx7gu90doOhNiGHAL','','19|0|0|0|sleepingsolutions.co.uk/it.php',0,19,0),('20.51.247.40',338949928,'',0,1673890414.2499,55,'PZGemnl61qhdvDcCktbOVxju','','19|0|0|0|sleepingsolutions.co.uk/kiss.php',0,19,0),('20.51.247.40',338949928,'',0,1673890479.2574,55,'d4h9z7s8XIm5yWugONZptF6T','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('20.51.247.40',338949928,'',0,1673890540.7459,55,'Dwvn2BEHloOX35ztKN6Mmxe9','','19|0|0|0|sleepingsolutions.co.uk/wp2.php',0,19,0),('20.51.247.40',338949928,'',0,1673890606.2241,55,'jziPnchLu1WAo7k6U2fR3GtX','','19|0|0|0|sleepingsolutions.co.uk/owl.php',0,19,0),('20.51.247.40',338949928,'',0,1673890755.8434,55,'qg32dTL9u68K7cpGsEQ4Dejm','','19|0|0|0|sleepingsolutions.co.uk/symlink.php',0,19,0),('20.51.247.40',338949928,'',0,1673890859.2166,55,'pxWnifQ1IFDvUbK9ah3Zq68w','','19|0|0|0|sleepingsolutions.co.uk/ohayo.php',0,19,0),('125.164.22.70',2107905606,'',0,1673891864.7974,70,'K6ONAqcX5DIVJGC4YhmUbr0S','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('196.118.14.220',3296071388,'',0,1673891877.2504,55,'hac2XFfIWnrSpdzR8w1TJk9m','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891878.3043,55,'tG7YLy0Xq9ENiVTbh56ewzjZ','','19|0|0|0|sleepingsolutions.co.uk/xxx.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891878.7721,55,'eEubfr0RIXxGTSNwMQ6DlHjA','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891879.2408,55,'hbjAnpNyuZLRor0UaS2xe3t4','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891880.4765,55,'6vwM4qL1lBgO5eyrTDP0h8xX','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891880.5030,10,'6vwM4qL1lBgO5eyrTDP0h8xX','','707|0|0|0|sleepingsolutions.co.uk/shell.php',0,707,0),('196.118.14.220',3296071388,'',0,1673891881.2288,55,'32a5zdVrqiKJZGtb8loc1X6g','','19|0|0|0|sleepingsolutions.co.uk/alpha.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891881.6422,55,'31vyaPhtp2BZ9eEKmQ4CD6WS','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891882.0660,55,'9Vbd3LSK2lnQesqGZgw6AP0k','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891882.4969,55,'b5HIusCeVZiDKzdnfF7YEX4W','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891882.8947,55,'CFmwNYnc3qS0R58HWaQvyEZT','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891883.2330,55,'VERC0UtWADXdnyirfLuqem1I','','19|0|0|0|sleepingsolutions.co.uk/sender.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891883.9726,55,'nIxQLciJ7TPkjwlDWN5h9zvs','','19|0|0|0|sleepingsolutions.co.uk/inbox.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891884.4801,55,'TrtgyHUl8Z0G3Dv4dsEaCi7A','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891885.3309,55,'4LNi596Kxzh3GC1WdOkaSHpF','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891886.3056,55,'mzNtSgY8hJyrWZVu0OqRvBoD','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891886.8504,55,'6ym2GLkDTQcCdjWaH5Nbz9tY','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891887.2435,55,'FeMBwTPskuG86S04Xpv5iylC','','19|0|0|0|sleepingsolutions.co.uk/test.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891887.6530,55,'oA3LbuFQ4HSMGlJD7U8Oday2','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891887.9968,55,'LtdmA6ETcD94QBICvMKrxspP','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891888.4890,55,'h89kESJcYwz75URPBL1Dy2HG','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891889.0542,55,'v0tIWhkqBg8OuSNJLGfHbRcD','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891889.4374,55,'VFIT6dGpMYUZ8oKilEguqCQj','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891889.7851,55,'EUOZyDWmR0xuaM2XV1Ljnw5t','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891890.0475,55,'GTCcVjFxW4bow8QXEzmfhgk0','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891890.4508,55,'J9oPXy1Fxfe2lgDaYZvOCb7B','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891891.0763,55,'jcB5xMsITqZ1uYynNiVgzJRd','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891891.5468,55,'6kNmOGiDCwlph4cPYyE7Ffqv','','19|0|0|0|sleepingsolutions.co.uk/gaza.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891892.0185,55,'NVs5DGw6nduzSX8cTfBtRqeQ','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891892.4894,55,'QNgdREF7KqUji86IsbzSPtXH','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891892.8745,55,'iRVK2MPzTqpyZckj1g4HG9aY','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891893.4844,55,'QWATIbo3vVpOdLxwruk71aqf','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891893.8887,55,'9YU8akgx5v0Mwhj3WnVEFmu7','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891894.3245,55,'0mfOj1sdZ3PhG72b58qQTyAF','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891894.7186,55,'z9fRIQ4WFPCMxnJ2OyYeSjTb','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891895.1868,55,'SYBXFCIGNVJujAQ67TEDbU4x','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891895.6327,55,'3ErXiMUqk7zKmTeafWIsDLRj','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891896.0283,55,'rUMbutm5KLDyJWjlZdR346aI','','19|0|0|0|sleepingsolutions.co.uk/Lux.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891896.4717,55,'TGxq0Qyh5Y2uErebBJaNisFg','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891896.7595,55,'NUhfzY87KDdLa0rGHugq9QJI','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891897.2940,55,'9WmijdUZweRfXlvuVI71yOBQ','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891897.6637,55,'sD8oh5ietBzlJKa3F6uxAVPy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891898.0546,55,'aFlDn8TI9u5z0Jp6KCb1QMdw','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891898.3322,55,'tPkqKcz8rjJYhEbRxVyBml4U','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891898.6820,55,'qUsZHlb3jLTr5BSnYJaA1P84','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891899.0326,55,'DwdsLot30eB4gb2qESvz9CuG','','19|0|0|0|sleepingsolutions.co.uk/symlink.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891899.4075,55,'SH7KNMAsxzOoaZfdgyQkujFC','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891899.7276,55,'pZneDFM9mO15hgabEASkRwNT','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891899.9900,55,'NC7UYJiWKF9e25swBOh3XAIP','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891900.3838,55,'LdsV4CeKHbi29MlGhJomZSzx','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891900.7671,55,'byawIfd8qAZMQ4i0BXS21zW5','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891901.1590,55,'zXlvMtOaSwAjGDbmLQps8hxZ','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891901.4824,55,'BOWZibx0F9E3qz4kQysdcoPU','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891901.7767,55,'Ho0cfJ95WYIeqyu8hZKNbVUM','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891902.1265,55,'pMn3iZoeFmDx09zUQhBkENSr','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891902.4975,55,'ctzZKf9gPCoUXwdHavS4OIbs','','19|0|0|0|sleepingsolutions.co.uk/4.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891902.8531,55,'IK2hHqlZrxMwTW81QAo4auCb','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891903.1358,55,'6o91NMQLBqZiDPwlOsXnYzHj','','19|0|0|0|sleepingsolutions.co.uk/6.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891903.5155,55,'IWsy7vrL2wdxXbAMGB3EJY61','','19|0|0|0|sleepingsolutions.co.uk/7.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891903.8512,55,'we02vJDbFiPAQKWdEqtB8srV','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891904.1753,55,'4hTiNOoU7eRfMgazLsvbk5Pq','','19|0|0|0|sleepingsolutions.co.uk/9.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891904.5119,55,'CujofSWkMzmXlFdUpLQhAqw6','','19|0|0|0|sleepingsolutions.co.uk/10.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891904.8585,55,'kLcZdnEProVzQDlTFRJshGNp','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891905.1717,55,'VqWx74EpRYTmLwi8MPNK3zHO','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891905.4268,55,'pm6HkZQ27ltIyh04co3EaYLv','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891905.7211,55,'pho8XJV09MeUKavD2WkLnyqH','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891906.0297,55,'M0XkJlQBStROEg3N7bTH2ans','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891906.2918,55,'JZL7tigCUkF3bBx5d28vfsSr','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891906.5671,55,'byi3R1Vt4EN8z7mPSFLCpjA0','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891906.8852,55,'5No7H0d68JjekOhFxmRrQv9M','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891907.2455,55,'soPctaGnJyUKSIiM7p10uARD','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891907.6561,55,'CAqWe9jSUEuyM450IQ1HL2Yg','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891908.1755,55,'IOeQWnPU7saobVlh92jBHrk3','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891908.4988,55,'7Iow3qLJ4Y0PAMspdXg2uCnO','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891908.8871,55,'yGrXqHVd9wlsmC4RbtBA2EZc','','19|0|0|0|sleepingsolutions.co.uk/d.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891909.2707,55,'n8xt6csDJ2rGaOPV9ge04HyI','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891909.5930,55,'Qr6NDlI4yk5A2decgL89tqOT','','19|0|0|0|sleepingsolutions.co.uk/g.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891909.9693,55,'SvhdiGWy0rVqUkZwRM4s7TPB','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891910.4027,55,'U9PIrjJx4i1yhgMFnTdoSsYf','','19|0|0|0|sleepingsolutions.co.uk/j.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891910.7430,55,'4cjsA9xBKIoHlwiCQmWRpD5O','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891911.0945,55,'QFmBzOuobl9weIS3qMXEvCPL','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891911.4107,55,'pML36SRykWa1sT9roVPCJcub','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891911.7025,55,'BX24GTiSlxNHyr6sDJfRducq','','19|0|0|0|sleepingsolutions.co.uk/v.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891912.0242,55,'wnORY4xhrbatAoGKsm0Li8Hk','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891912.3183,55,'lwtycmszqKog3TjUYhEH5Mxv','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891912.6402,55,'2pX8xYdgT4VZifEPqQJaGNuI','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891912.9252,55,'BhbscrxEUF9IMmop7WPX0LZQ','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891913.2175,55,'CB2GebRKLqX3HacUS9On4iMy','','19|0|0|0|sleepingsolutions.co.uk/minimo.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891913.5772,55,'hu91lDt4JFnHkBV5ML6AcRSj','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891913.8827,55,'t1k7JAmOcTh6G9vD4LCzbaEV','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891914.2019,55,'YshKvF5Sci0aQOn1Utjzmy6L','','19|0|0|0|sleepingsolutions.co.uk/www.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891914.6082,55,'IEO4ioPngRByavpTkh6XSl8b','','19|0|0|0|sleepingsolutions.co.uk/100.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891914.9785,55,'UFg7XYDqcbIWVJxe6Ndhl8vQ','','19|0|0|0|sleepingsolutions.co.uk/777.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891915.3154,55,'EtMn6l8PGK3CcAVIxwLrvbW7','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891915.5910,55,'MekK7QxTJ4OXjl8IprDmLNcY','','19|0|0|0|sleepingsolutions.co.uk/xox.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891915.9097,55,'6eVWUa95lufkov8Yq0KRzSCP','','19|0|0|0|sleepingsolutions.co.uk/wi.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891916.2156,55,'jGi5PFgmSvJZDQAlNxLhfwKV','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891916.5712,55,'PGSI6Yaq9XKLUFNZkQBTn2iv','','19|0|0|0|sleepingsolutions.co.uk/root.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891916.8512,55,'x6zAmtMIBfhwuJY39yX2loQq','','19|0|0|0|sleepingsolutions.co.uk/nee.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891917.1805,55,'ZcTJFaMP1Bd6p7mfLbhWKkEC','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891917.4562,55,'DYT34r2ZdnuLVPfUeotWOmNb','','19|0|0|0|sleepingsolutions.co.uk/lol.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891917.7101,55,'xeoM6uRBTAEv8W1UapYnsq2G','','19|0|0|0|sleepingsolutions.co.uk/87.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891918.1993,55,'FZCPcJjnTas5XqIRkE7LyxS1','','19|0|0|0|sleepingsolutions.co.uk/7yn.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891918.4766,55,'C1IOzflMXPFyGoxmAVeKRch0','','19|0|0|0|sleepingsolutions.co.uk/13.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891918.7433,55,'IOhMwNnamQuAjJ6eotCTGWlU','','19|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891919.0076,55,'GVvRcyDaLZpT2e4MNshjCUH8','','19|0|0|0|sleepingsolutions.co.uk/alf.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891919.3325,55,'7JdoZnRtB3pDEA5TIamL1bUS','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891919.6301,55,'G6rdEMVifCx94sI1FZmlPw32','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891919.9629,55,'w1PTjNrovQ6sdBCXGZk0JLiI','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891920.2216,55,'kdoCBigXNRpEJMfSwz7K9Vrt','','19|0|0|0|sleepingsolutions.co.uk/kk.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891920.4881,55,'emZIiEshjzqpAdn03bUNKMo2','','19|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891920.7844,55,'ua5OGXB2ZnxIEfKTzH6opkYQ','','19|0|0|0|sleepingsolutions.co.uk/kn.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891921.1370,55,'y9MxFzObJES82HlNi0cADt5R','','19|0|0|0|sleepingsolutions.co.uk/3301.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891921.4943,55,'jqsZaVp2o1vim5CKuyzgfYlB','','19|0|0|0|sleepingsolutions.co.uk/anone.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891921.8155,55,'JD37KewmcHydhUji68SVbIPl','','19|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891922.1845,55,'4OdQ37u0JfiabgATw82LrtMz','','19|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891922.5468,55,'Ylg6ZNqeAWbD40orRpfaPujF','','19|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891922.8030,55,'ikpUC92PNRKDcMmnOq48ATfW','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891923.0943,55,'hLyj6sd1WAe47vzMnqJSZRBE','','19|0|0|0|sleepingsolutions.co.uk/rahma.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891923.4083,55,'ELQY93rkSwy8Uxj5eNbPOGdl','','19|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891923.7049,55,'dZ7T0NpkOVUJbCzSA4X5oYDc','','19|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891923.9902,55,'WFmGx2f8CaQTAseMOpXiNjy6','','19|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891924.2494,55,'sJOECMWPoux2aLD3dzBlb7Tn','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891924.5429,55,'6VQskY9SgGfOpinMyuZbKL0E','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891924.8233,55,'jKIeWCXJi2Yy3RBFzLqA90mh','','19|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891925.0718,55,'BZiMvyoun0GmQxXlJODKjbkS','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('196.118.14.220',3296071388,'',0,1673891925.3562,55,'i89TPoyJ6dXDH7hQnGue3VlA','','19|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,19,0),('114.119.146.206',1920438990,'',0,1673892982.2138,55,'5hzVLpGq38RQsdikJBcWTwO0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.24',1920441624,'',0,1673893988.2275,55,'SpY5gU8AVBhR1XsFiNTk7c60','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.248.151.27',771266331,'',0,1673894007.8855,55,'ZUHaR1ucWBNMG4jf2sJDAorb','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('45.248.151.27',771266331,'',0,1673894008.4985,55,'sCVfJLkSlKg5UI6c4FuWmTZa','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('45.248.151.27',771266331,'',0,1673894009.1690,55,'VyUsfzgClamR85ZwhEx6ie9B','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('45.248.151.27',771266331,'',0,1673894012.6629,55,'OsDkqlcoQjzrbUHF6y5tZnSx','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('45.248.151.27',771266331,'',0,1673894013.8585,55,'qIjT2156fhymwiMFs3o8dplQ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('45.248.151.27',771266331,'',0,1673894013.8903,10,'qIjT2156fhymwiMFs3o8dplQ','','707|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,707,0),('45.248.151.27',771266331,'',0,1673894014.7905,100,'fsOVrkbQl3jPw8uFCAgvX9Ix','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673894015.5273,100,'aKXxor0H9nCgMOPdDhvENckJ','','13|0|0|0|sleepingsolutions.co.uk/wp/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673894016.6056,100,'rA3qhz6sEK0nmyYo5cGfluk8','','13|0|0|0|sleepingsolutions.co.uk/wordpress/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673894017.3497,100,'cb4s7MjBGAPU8oO3CSzTJYDv','','13|0|0|0|sleepingsolutions.co.uk/blog/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673894018.1131,100,'L0ZqN3MIuEvyoFBJDWc7kVxd','','13|0|0|0|sleepingsolutions.co.uk/site/wp-commentin.php',0,13,0),('114.119.134.89',1920435801,'',0,1673894240.6014,55,'LHh6r38kXNtD1FqYcOIJAQTS','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.140.237',1920437485,'',0,1673894578.1992,55,'pknbiLKD9dzV2S7jmOB8gGxJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.31',1920438303,'',0,1673895612.0482,55,'xsEwnFTGIleyQdACgpaH1mJr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.204',1920442060,'',0,1673895948.2847,55,'MhO34mjNI1naFiegvRs7AtKo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.206',1920437454,'',0,1673896281.8333,55,'L3tTsAFeQb9Z6cGdo2J0fXUr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.103',1920439399,'',0,1673896627.0102,55,'zktyGapblh3qJZIKC4X9mj68','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.33',1920442145,'',0,1673896968.1561,55,'1wHTibDFXgtKr4JLAWIp9cEx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.26',1920441626,'',0,1673897265.8442,55,'CQsEwGZFTg6VKOdMD9qH7WLb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.131',1920437891,'',0,1673897613.3109,55,'d4tkeK9y5PMpnJ8W7wSLb3Il','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.245',1920435957,'',0,1673898273.1355,55,'5ahZxDOvHfYg6LEGpizT0slF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.248.151.27',771266331,'',0,1673898294.9193,55,'bTciaxdprQZ5RD1eFhWqMwt2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('45.248.151.27',771266331,'',0,1673898297.6950,55,'4aBzZ29qwijYSbeIo30OW8vT','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('45.248.151.27',771266331,'',0,1673898298.3188,55,'vErbGHf7BIWNMF9R83kzJe2U','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('45.248.151.27',771266331,'',0,1673898301.7140,55,'z0u9m6hbN2HYGcZxkEnT481j','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('45.248.151.27',771266331,'',0,1673898302.4003,55,'jH54GlCuniV0bcvLfzPQUyrN','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('45.248.151.27',771266331,'',0,1673898302.4270,10,'jH54GlCuniV0bcvLfzPQUyrN','','707|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,707,0),('45.248.151.27',771266331,'',0,1673898303.0770,100,'m3VCSsy4foT9AdqEwbJQ8ugc','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673898303.7434,100,'GlqmJpNBPyYMEAxUv5kCz4Zu','','13|0|0|0|sleepingsolutions.co.uk/wp/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673898304.5051,100,'FBXwGIjsoJzrOS46anAKU0vC','','13|0|0|0|sleepingsolutions.co.uk/wordpress/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673898305.1136,100,'oBC1jUrpX5DuTkVd7JEa8wLt','','13|0|0|0|sleepingsolutions.co.uk/blog/wp-commentin.php',0,13,0),('45.248.151.27',771266331,'',0,1673898306.1577,100,'N4vD9kQ2x1M3dcIBUEFeH0sP','','13|0|0|0|sleepingsolutions.co.uk/site/wp-commentin.php',0,13,0),('54.236.1.11',921436427,'',0,1673898310.2421,55,'71S0ksMfDqCjmidBhbPGRINA','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.143.209',1920438225,'',0,1673898599.7298,55,'8xzyYlsXutZ9rpDw6bo3ONhT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.35',1920435491,'',0,1673898944.8775,55,'ZTO75dyIC1mFqbHQDMj6vpYi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.32',1920436256,'',0,1673899282.9721,55,'PG2Cl9pT7miqhyjYdzfno6rO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.49',1920440625,'',0,1673899624.6798,55,'0ov1uq3ZwVAFLEhRdr6t4OYI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.205',1920441293,'',0,1673900430.7181,55,'JA6kvLor52ZtPNmTlx8wGdjp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.0.202',65208522,'',0,1673901591.6254,55,'Zn2p3XQSrikYBsjwOh8RUMa1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.113.236',65958380,'',0,1673902067.2796,55,'lgEcXqHUnAGdtayhW4ZKC5Ms','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.233.122',752019834,'',0,1673902397.7062,55,'vcUzdyrpQY32WiqfF0NAKket','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.239.130.203',1542423243,'',0,1673902528.5853,55,'n9MLRbEgTDrHYPys3IlWtC7F','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('3.227.10.8',65210888,'',0,1673902532.1168,55,'xE09lM8dGquy2Oa3pRUhcoLe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.239.130.203',1542423243,'',0,1673902554.6059,55,'9P4xB7Jh13jgaEkrIfqKDYCo','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('91.239.130.203',1542423243,'',0,1673902555.8389,55,'rVJeymNjZXxAbMvE7plC4ULB','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902563.9507,55,'RtQ0BgY4U6xXA3I2wv7WNin9','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902564.4885,55,'AIv3UHi58Tfjd4DXsEtZVKam','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902566.6030,55,'oSB5v3kjYEU2RIqsALXxZ70D','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902593.0028,55,'zRuLFrb7N3fUOXme1d4lDPqt','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902634.8515,55,'lCt2rXdB0xGzYoSmAI4PFqRT','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902634.9220,10,'lCt2rXdB0xGzYoSmAI4PFqRT','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,707,0),('169.150.201.134',2845231494,'',0,1673902639.1004,55,'1rFOT5RVvAcUdMWSGt2yomu0','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902640.2434,55,'i0Avd5fso7WP9Gbjgx4tCpRu','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902735.0422,100,'HxVOMykNjb0IDKq2tg4eGUCJ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('169.150.201.134',2845231494,'',0,1673902762.1947,55,'z2Jd7efqoKkn8SNMQiVIlvLw','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('169.150.201.134',2845231494,'',0,1673902786.1240,55,'XjQbk2VCOL5G7vNBow6rseZ9','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('66.249.75.226',1123634146,'',0,1673902903.6699,55,'OTJzUE5RCsPrFIHghYGKQdA8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.225.124',65790332,'',0,1673903009.4834,55,'StgNiYUwGOMbFxJa89721BnX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.232.171.177',317238193,'',0,1673903079.9177,55,'XLsciSVuwKdaREpJDvkog10T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.197.23',65783063,'',0,1673903160.4099,55,'2NoLBXv9d4QFnjqlGxPWUMTh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.246.240',65992432,'',0,1673903203.0561,55,'ifsK435aluRbUIoCnOG16vqJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.21.24',65803544,'',0,1673903345.2512,55,'82GcFLzej1nEqPOM3ilUZ7sY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.231.21.164',585569700,'',0,1673903512.2553,55,'kRlfHu05P2axQ9Eqh3dMv6WZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.21.140',750785932,'',0,1673903663.6458,55,'iak0mrt1xP7CGHpUR4V9SI2g','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.199.151',583845783,'',0,1673903943.0282,55,'pFQPVrSDyOW4t6zle5vMk3EI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.191.167',583843751,'',0,1673904006.5327,55,'2PaVWEGyxj6dfhHJ1ZUbYsCv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.112.16',65826832,'',0,1673904178.3933,55,'hdNte1QuiBZsSvRpKkCXTmDr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.232.15',751167503,'',0,1673904203.3256,55,'p9remOLaDjsCgQZlFhuMXKvb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.23.140',65935244,'',0,1673904254.8748,55,'AeiC6R71SnJzQqL0TtF8ZDOr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.226.74.13',65161741,'',0,1673904382.1375,55,'rVKzWjZxBcgmnaSdpRqCyTEv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.7.66',65800002,'',0,1673904424.5482,55,'ehq2u5JdSFnRtKGsNPHcz0LI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.185.80',65780048,'',0,1673904702.6276,55,'MBrF69go1ltYEAGDLdwkcmIn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.192.19',583843859,'',0,1673904738.2076,55,'RtGf637gxAdZKHJejBlUTPbz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.232.15',751167503,'',0,1673904842.2289,55,'W0YCZAc8dolJ9eaHUfxMGt2P','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.213.8',65852680,'',0,1673904846.1627,55,'GD70CwHlefgpbazW6rhEdSIY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.82.51',750801459,'',0,1673904978.3462,55,'QMml30L6PDyRd29oCz1NHsZI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.26.196.221',1679475933,'',0,1673905082.5867,55,'NyLBqFSfOkZg6J5UHEcIGpWQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.26.172',65936044,'',0,1673905199.6233,55,'JFHfhQgV0jr1dbPW5xKBNwIX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.120.123',65763451,'',0,1673905342.2784,55,'VzO0xNdXpUsnIrh4gctYJ7yF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.226.115',65987187,'',0,1673905367.3273,55,'yzbDHJ0mjGKBQW5vg9ZsiCun','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.22.11',65738251,'',0,1673905581.2071,55,'nKmTpCSOVdyWArqiDFRMs3jt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.107.168',751332264,'',0,1673905698.6232,55,'8x4mNDntj1RQ6keWb39TwqCX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.21.140',750785932,'',0,1673905800.2891,55,'nwE4T9dJ87CYLsQq3AlWgzHr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.213.8',65852680,'',0,1673905853.4118,55,'RPMe3nuAtJZiEf8g0qcVTQGm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.67.63',752173887,'',0,1673906153.1890,55,'cDoz38Pq6ZBKbA7CUnQIhSOs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.239.147.29',586126109,'',0,1673906949.2121,55,'o6WFIhi1xum02UDSvEBjfLZM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.204.119',65981559,'',0,1673906966.0241,55,'MsTXuKUhtJ21rHpPifyYgnRA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.225.247',65855991,'',0,1673907001.8774,55,'BRAGs5eFJzMZLtvq8PxlUd9N','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.101.31',65824031,'',0,1673907041.6668,55,'zhoyk08AUcMEVeaiTrfDNvmd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673907095.2923,55,'zphWV6A9JnCeqH8BlOgEdt7G','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('4.233.59.82',82393938,'',0,1673907095.9000,55,'XMtQapZYwnqkVEu4CP61Gzdy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('4.233.59.82',82393938,'',0,1673907103.1021,55,'eZYvVXJKizkaI9l0rAS67ydf','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('4.233.59.82',82393938,'',0,1673907107.8093,55,'VXOjq6UNBpfbnCZTJF18DezK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('3.236.112.16',65826832,'',0,1673907620.4125,55,'XIVQ3RwCADsc8rzl7knY4o5O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('4.233.59.82',82393938,'',0,1673908717.2918,70,'36rGT9Fe4Kpnf58tjmSwVci2','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('4.233.59.82',82393938,'',0,1673909026.0207,55,'JyHbmliG0O9AgznRuSfjQLTc','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php',0,19,0),('4.233.59.82',82393938,'',0,1673909050.2910,55,'urt1Oz483PlWGgKhSaX6F5LZ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php',0,19,0),('4.233.59.82',82393938,'',0,1673909079.3667,55,'wJOh6X3MHFIPSc9gUouva5GR','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/content.php',0,19,0),('4.233.59.82',82393938,'',0,1673909090.2695,55,'Efi8VJcghmeB6G2rx3AML5RF','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/css.php',0,19,0),('17.241.219.202',301063114,'',0,1673911202.3323,55,'4EMcsrlIPxVO8Y2QfuF3kibj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.252',301026300,'',0,1673911414.6905,55,'RGClUVy7BTIh4HumMwibjQdN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.242.186.234',1525857002,'',0,1673913513.8472,55,'1T5j2ZXhUw4spVIkGO8gKv0b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.242.186.234',1525857002,'',0,1673913513.8740,55,'tg3ymf0FopHIj81JdiL5zWqe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.108.213.18',1600967954,'',0,1673917073.9040,55,'7Eq1BOdrxHhvzW0Int5iegfD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.16',301064976,'',0,1673917637.2227,55,'8C6RmAtJHFdULY4Kzo7sguSV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.161.41.233',94448105,'',0,1673917688.1682,55,'Uqy78cpfL5Qndr3j2T4ARwl1','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('5.161.41.233',94448105,'',0,1673917692.7804,55,'vUPop9g5HCm3JbEhAczeQlXK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/css.php',0,19,0),('5.161.41.233',94448105,'',0,1673918466.7897,55,'Oi74Ex8NGU5W2QH0mKLtMnRs','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('17.241.227.7',301064967,'',0,1673919848.2247,55,'JLl8mbc05snzMtF3yCTSYkK1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.33.94.74',757161546,'',0,1673920987.8505,55,'TOUNarK7iEwXtHY4BlpZkAfW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('45.33.94.74',757161546,'',0,1673920992.3918,55,'6GNZUvs2iqrA48WbpxPaMmOw','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/versions.php',0,19,0),('71.185.70.37',1203324453,'',0,1673920993.9636,55,'VBbjWe9s5w6SXoMyxvULFD7m','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('45.33.94.74',757161546,'',0,1673920994.9106,55,'ZMEBqxX52tIeQ7Rycg9VAGKb','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/assets/load.php',0,19,0),('45.33.94.74',757161546,'',0,1673920996.5804,55,'ngof6xeKtSVmcrGq281kwh3Z','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('71.185.70.37',1203324453,'',0,1673920998.1230,55,'5cbxqLwdgo3eMCnsfXk92r1i','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/versions.php',0,19,0),('45.33.94.74',757161546,'',0,1673920998.7763,55,'diBpIomxkCzn7gRGOqU9cvAJ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/load.php',0,19,0),('45.33.94.74',757161546,'',0,1673920998.8585,10,'diBpIomxkCzn7gRGOqU9cvAJ','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/load.php',0,707,0),('71.185.70.37',1203324453,'',0,1673920999.7962,55,'wa248BzSjbYPQuIGJClktDd9','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/assets/load.php',0,19,0),('45.33.94.74',757161546,'',0,1673921000.3872,55,'8vzo10XurA7ibkeEOLGgCFyH','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('71.185.70.37',1203324453,'',0,1673921016.7909,55,'9nQc2XmifWuyYBjedIKRxvFD','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('71.185.70.37',1203324453,'',0,1673921023.3174,55,'pIzZirxtJBXDqd6M97jKRNyb','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/load.php',0,19,0),('71.185.70.37',1203324453,'',0,1673921023.3736,10,'pIzZirxtJBXDqd6M97jKRNyb','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/load.php',0,707,0),('71.185.70.37',1203324453,'',0,1673921024.5475,55,'fyZXjYMamri4RpSU6cq8CVoP','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('114.119.155.64',1920441152,'',0,1673922384.5837,55,'pljJbKG4YmPovW2fHEVwXtUM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.207',1920435151,'',0,1673922704.5099,55,'wnBQ2dolDOUpLiaKI3jf8Jex','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.67',1920437571,'',0,1673923112.1154,55,'KJiHEAqMz8lmDQ7TFaWZI6PC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.57',1920441657,'',0,1673923874.0081,55,'WEoijhNrUFCDKG65q9HAyaMk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.66',1920437058,'',0,1673924163.6605,55,'4u61sfCdiIczSYKO9yPgXwUG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.99',1920434787,'',0,1673925042.2957,55,'Dbk62H3ZpS48a7xq9XVOCERe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.249',1920438777,'',0,1673927214.3883,55,'REL9aDY1iQspW8ZNjBKdoFqw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.85',1920439893,'',0,1673927585.8846,55,'QWGtVwh5I2gujnaTp6rElSo1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.146.153.24',865245464,'',0,1673927888.1343,55,'MUNJwulinfxys6goGZqFp2EW','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('51.146.153.24',865245464,'',0,1673927894.4641,55,'r3RFld1B5DmEf4u7vPax80Hi','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('114.119.139.43',1920437035,'',0,1673927897.4469,55,'ZFe0DKsWU3oJX7gcSiNVmHA4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.77',1920434253,'',0,1673928243.7523,55,'StfumUblv1Yw46gzT3jKC0GR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.100',1920436324,'',0,1673928877.8685,55,'9dsz3TxNfWD2UoHp4tRGy1Iu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.215',1920438231,'',0,1673929208.5283,55,'WHCUB60FYQ7oukVRAgEd85Mx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.188',1920437948,'',0,1673929525.2038,55,'HR8KTnDJ9I1c3ZSLvz5UiOBP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.130',1920438146,'',0,1673929900.3124,55,'hy1jdX8GMZQeN7HT4VcFPIw2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.206',1920435150,'',0,1673930201.1893,55,'Q8yAzHTf12twjIcsWrV7p4lF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.51',1920438323,'',0,1673930555.1085,55,'oMh4zecB6AgF2qDfajxGrIYH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.137',1920438665,'',0,1673930892.1570,55,'aWVEh6dliSBxn9ZHgvDQ5jKC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.206',1920438990,'',0,1673931251.0253,55,'wvh8xcbseilA4g73r5mKoGQq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.61',1920434749,'',0,1673931531.8359,55,'ke0YT2aDg98byuCQXUmSVHqo','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('207.46.13.102',3475901798,'',0,1673931663.1322,55,'auWrUJSzhN0mylbtHMojGYdX','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.135.172',1920436140,'',0,1673931873.6764,55,'xjf14FoVkKewnCWv9a3O2Mr8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1673932044.0831,55,'Ohw8LlM906F2ePEmBuXRa5nZ','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('207.46.13.102',3475901798,'',0,1673932884.9983,55,'qOcvTBJVnKYZg3o4FMCLRiUp','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.141.18',1920437522,'',0,1673932912.9318,55,'E7B0MG9ZzuaIrH5YX34ehTvP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.92',1920439644,'',0,1673933240.5269,55,'9eU80CWBs1RA6yw2nTv5hOmb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.75',1920438091,'',0,1673933576.8682,55,'PZijYTr2nHACSKwvXsRbFxhN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.225',1920436193,'',0,1673933914.6520,55,'hPtXpE5J1nIQ3NOm9C0BRxca','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.221',1920434909,'',0,1673934230.4310,55,'5W0eGnyBFfk81bPD4aEuRHc3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.91',1920439131,'',0,1673934567.5841,55,'MZEO4kyu508fe7xBLaGS9UCh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.93',1920437597,'',0,1673934894.9817,55,'iSf3IegwHM2Bo6aqd0bPc8UR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.36',1920438564,'',0,1673935274.9922,55,'b0Fzlw3qgI8urtJWOSU5cdRB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.143',1920441999,'',0,1673935585.5965,55,'gcaQdT8zhPRKWSmw2YMrutOb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.30',1920435998,'',0,1673935889.6978,55,'IkFonPtRSDhGsuw3qV6CUlWN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.29.242',751312370,'',0,1673936344.0132,55,'iP1aRMz0VrZUvHdYGNk6EmIC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.242.203',65794763,'',0,1673936492.3614,55,'T4xrbui9IvHUotlwgjL1QZkC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.227.75',65856331,'',0,1673936560.6473,55,'AecvnC9QHyVpl6xZSW3IuDrG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.118.68',66025028,'',0,1673936836.3689,55,'tPDQpxmdfIiLsTqFyz8nuRh2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.172.244.167',346879143,'',0,1673937179.5250,55,'KZ3EM6s5kqdJaCYWFxuvUSy9','','19|0|0|0|sleepingsolutions.co.uk/wp-content/admin.php',0,19,0),('20.172.244.167',346879143,'',0,1673937180.5822,55,'mxENHcCVeUPJ6Fp1kOrGRgdL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('3.235.242.203',65794763,'',0,1673937191.6995,55,'q6Qd1YnNkaOjCt8rmXhALU7u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.60.142',752172174,'',0,1673937391.2196,55,'nCj7g6yXYlb8UpQSV0I1AfEP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.56.14',64043022,'',0,1673937473.5358,55,'S153eohPrwqaVG0C7YjzNpmt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.135.81',751994705,'',0,1673937906.1191,55,'WzEoV8lTiSyspKUfaB091m7Q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.228.151',752084119,'',0,1673937945.3853,55,'URS9BTKNqOo8XVd5xIYfkZPH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.231.212.186',65524922,'',0,1673938114.3310,55,'usfdZY8GEnoy2Lt46V9MWekr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.139.79',751340367,'',0,1673938292.4953,55,'yGwZOadispjnFYoSXDRNzmgC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.239.153.89',586127705,'',0,1673938336.8319,55,'41CG8IKb52v3hBuYAsDRmMnE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.233.232.165',65661093,'',0,1673938592.1046,55,'JqarkMoyfF6AZIviDe8j45Eh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.56.14',64043022,'',0,1673938819.5916,55,'eJTo91ZAQGwRX4cdn2lYySuE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.38.216',750790360,'',0,1673938848.3532,55,'e9rfTtHKpa5RckObzPY3uWE6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.231.190',751167422,'',0,1673938957.8011,55,'qW0lvBZXDJCk3xSy9j4ePfaN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.31.133',750788485,'',0,1673939008.6794,55,'dZGIwxhvsTVYjqBUgu16PRtc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.25.254',65739262,'',0,1673939049.7543,55,'4rAGTzH6mvRIW72ltSEL19DP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.253.220',315620828,'',0,1673939288.1897,55,'zyh2fZiIr90duwYME3ksjtCe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.215.133.205',64456141,'',0,1673939296.2600,55,'APV4EX2N7OLjhF3kSGvnz1Df','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.80.4.121',55575673,'',0,1673939347.3294,55,'uWA9DEIC5QO28PGpVJcXmFZT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.244.14',65860622,'',0,1673939801.7090,55,'KcgpV1lCXToaLEqeOsDbYA7x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.175.136.183',598706359,'',0,1673940255.4602,55,'CsgowHreAkT3PRVzKJ0d8tNL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.161.177',1920442801,'',0,1673940499.7537,55,'J7Pm0GsxdequNQVAhXSLOpkw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.230',1920435942,'',0,1673940762.7136,55,'GuNypLt0EJafYK2QPTDVSZ46','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('34.204.194.152',583844504,'',0,1673941677.3834,55,'ed6TMAqDiZ490rUYSvJG1KX2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.128',1920442240,'',0,1673942356.4357,55,'D5ept9zFGhin6AWvK2Tr8qM4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.56.14',64043022,'',0,1673942369.3872,55,'ZYpvoDHPjUVfX0dztLGF243l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.227.75',65856331,'',0,1673942434.3994,55,'TduQi8qow3rUb170HYVl52sO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.98',1920438882,'',0,1673942674.4987,55,'n3CFJwVBIbza90pr6qHdfDLu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.238.193.143',586072463,'',0,1673942737.0887,55,'RhlId36ZTM5aFfVEbNQvtPDJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.226.242.169',65204905,'',0,1673943079.7291,55,'v5DNH1UY0MVwp3Oh4daZX9r6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.70.214',752174806,'',0,1673943199.2057,55,'SsH0mvFIpZReAi8xoY3cnD2L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.29.242',751312370,'',0,1673943869.9059,55,'IDjUXiNJTCzgGhOyvS47tFfP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.175.136.183',598706359,'',0,1673944046.6517,55,'m4CfTYdHuscbp3XOrlVMPwxR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.25.254',65739262,'',0,1673944091.7253,55,'GY0BTbCEjHMUJIgPqr3R6LKV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.184.137',65779849,'',0,1673944198.5489,55,'pOniHRN48G9mAcJLUFElbCyZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.228.151',752084119,'',0,1673945571.8428,55,'a6cOKTYsGzj9lXEfiqytwCkV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('180.149.211.247',3029718007,'',0,1673946310.8445,55,'g6QKvwOl1MrVPnY0h3ATFt87','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('180.149.211.247',3029718007,'',0,1673946315.6957,55,'unG6kaw3IT2pYvHiFXxQWM84','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('103.214.7.251',1742079995,'',0,1673946333.2609,55,'XSYVEu8vWQwFjAiz9g0OGcP3','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('185.220.100.242',3118228722,'',0,1673946347.4776,55,'kSWrL0oDa9Pj2gFnVAtbzdEv','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('34.231.180.241',585610481,'',0,1673946658.9123,55,'rqluVWemN0tF5s2EUgK3zBiw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.255',1920439551,'',0,1673946701.5696,55,'UoxXzsVNHc5SmkrYnZvO0GEj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.70.214',752174806,'',0,1673946909.3591,55,'0xg7CRDsHknJZqIEe8iKltpm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.70.167.47',54961967,'',0,1673948166.1017,55,'iG9rNd0UwWlOV6jE5PozpnJA','','19|0|0|0|sleepingsolutions.co.uk/stindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948166.1005,55,'cMetsCmvXkf7BjgqP5pA6i1O','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948166.1379,55,'Np5AHrelqwVotX8iLTfQCW9j','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('3.70.167.47',54961967,'',0,1673948168.5231,55,'0H75AGeFo1aYRQVbNlhy9nMD','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('3.70.167.47',54961967,'',0,1673948168.7857,55,'61ywGRXYjL29rVgvlpkQUot8','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948168.8005,10,'61ywGRXYjL29rVgvlpkQUot8','','707|0|0|0|sleepingsolutions.co.uk/mar.php',0,707,0),('3.70.167.47',54961967,'',0,1673948168.8260,55,'uxCGqhV9Bg6TFdEcUKjOfw1v','','19|0|0|0|sleepingsolutions.co.uk/stindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948180.9511,55,'gCEA3SizFBn14L6KlHftDdO8','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('3.70.167.47',54961967,'',0,1673948181.3222,55,'NxViuQDyc8YZlwMXWA2pmseK','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('3.70.167.47',54961967,'',0,1673948181.3763,55,'LDT35or6GpCePt7lHO9mAWaQ','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948181.5355,55,'t7f4FiCcbQrZ9BwsOJhzvg2m','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('3.70.167.47',54961967,'',0,1673948182.0766,55,'D8rvPUkj1lBE405JRMwXxZKQ','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('3.70.167.47',54961967,'',0,1673948182.3321,55,'t3rXNpWxFk0OUYZgQzvEPi5S','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948192.2373,55,'ZqfeuMPKSpQDATthYkUd7OwH','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673948192.2857,55,'NH9KWbQr2S1cRCvwXjdiJhg5','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('3.70.167.47',54961967,'',0,1673948192.3732,55,'yI5kLRpl8nFhHSMqcGB9Drbm','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673948192.6720,55,'TkGyoAShaZFbl1eXNDxUO03g','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673948192.7223,55,'9HCPytUJeIhk20pfgYWKQdTL','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('3.70.167.47',54961967,'',0,1673948192.8124,55,'SlseVtE7jov9LZ3XMJyOk5A1','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673948249.5330,55,'C41iJXk8EAzKL27qPxjd9RnU','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('3.70.167.47',54961967,'',0,1673948250.8921,55,'thbQuxNUq4SLPf6HWgJ7AnGl','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('3.70.167.47',54961967,'',0,1673948284.0374,55,'R2SL1w7CeqnvOQtiFd3ogHZD','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('3.70.167.47',54961967,'',0,1673948284.5847,55,'BUVScR635hgrZ7bFiGDOey1n','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('20.172.244.167',346879143,'',0,1673948329.5760,55,'P9D0JVdk4taERwi1AHN8lcrM','','19|0|0|0|sleepingsolutions.co.uk/theme.php',0,19,0),('3.70.167.47',54961967,'',0,1673948357.3827,55,'XlVRc0xDINYq3gjhdy72C5ae','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('3.70.167.47',54961967,'',0,1673948358.1372,55,'OJdIcps4CD6fa5R1Ao9rSEWH','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('20.172.244.167',346879143,'',0,1673948364.3884,55,'QjMNykzeOulTwrHascV079im','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948388.6603,55,'D56BowFvxViPTsEaJLg04C7Q','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('3.70.167.47',54961967,'',0,1673948389.3990,55,'3WBuT0SRkh4tXfUgC1ZONQHn','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('20.172.244.167',346879143,'',0,1673948391.8310,55,'Hur6CDiY57g8M0ctBIZXzG3w','','19|0|0|0|sleepingsolutions.co.uk/Chitoge.php',0,19,0),('20.172.244.167',346879143,'',0,1673948412.2547,55,'R6vIFcZmSargJ2C08Luqd1WO','','19|0|0|0|sleepingsolutions.co.uk/mod_config.php',0,19,0),('3.70.167.47',54961967,'',0,1673948427.3412,55,'nxzVyRNZYKj7OvIXp5A1rtaL','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('3.70.167.47',54961967,'',0,1673948427.3876,55,'nOg96SkiTJ7wAYDGlZyFmtx4','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673948427.4319,55,'CSWXZIRcKJpf7xNBGzOk6hbQ','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('3.70.167.47',54961967,'',0,1673948429.3789,55,'7Ce2H4vnD6tSrUOskGyZNAR9','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('3.70.167.47',54961967,'',0,1673948429.6411,55,'wf79y0ZEFuj6vDQrCGc3KdSm','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673948429.7137,55,'JcAvZVKq8tY4XHeiLx3FySM1','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('3.70.167.47',54961967,'',0,1673948429.8160,55,'jLXwJRfg2QBteoupkVDCzysK','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673948429.8566,55,'7Pfdx9clwEmetZgWIRB4OAD6','','19|0|0|0|sleepingsolutions.co.uk/ne.php',0,19,0),('3.70.167.47',54961967,'',0,1673948429.8662,55,'XjOB0pTLNm5HgniR7JwP4rsG','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('3.70.167.47',54961967,'',0,1673948430.7727,55,'mEs0gBWnToHMXY4du2lqIZbi','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('3.70.167.47',54961967,'',0,1673948430.7966,55,'qRjYdszrGv8NLuToVKfBU6h1','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673948430.8324,55,'XcjFhMr6R4vN8e95nL0GAIpu','','19|0|0|0|sleepingsolutions.co.uk/ne.php',0,19,0),('3.70.167.47',54961967,'',0,1673948435.9858,55,'VQGa0fWHN9n78ZpB1eIzOkF6','','19|0|0|0|sleepingsolutions.co.uk/Uploader.php',0,19,0),('3.70.167.47',54961967,'',0,1673948437.3362,55,'u1iBDYKRjwtGe6m7nSsI4N0Q','','19|0|0|0|sleepingsolutions.co.uk/Uploader.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.0444,55,'oFrWIh9eSg4B2aXbGyL13cMT','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.1206,55,'L1oqYNOWRj0imQDlU9Ztb7Hu','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.2600,55,'Yc4sOSq8IhfDavnF9MCpd2RZ','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.2974,55,'O3Vz0SJYMpbNU2PFxwcGqrku','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.3658,55,'8wT5jDo4CgFQvKJeNWHqb3Ax','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/config.bak.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.4135,55,'1zOan6GZjt408vplRck9MEPW','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.4205,55,'eTWbsMop2XU3O0gIQE7h4fYA','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/hunt.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.4667,55,'XOHh0IfyBwpRrUao3n2Pt9gA','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.4735,55,'UmjfeaTNP8EL4nZGslbxpD6R','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.4898,55,'BCmDxEiSFvgeMuGtNq0s3jp8','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.4925,50,'mMq9TuYURFnPcGNKH47t2D6h','','13|0|0|0|sleepingsolutions.co.uk/wp-load.php',0,13,0),('3.70.167.47',54961967,'',0,1673948439.5342,55,'l7Q63HACtGESYVKN1nj8IZ9B','','19|0|0|0|sleepingsolutions.co.uk/blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.5973,100,'ouzti6BWlaDNe3FU7CYKm2Rc','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('3.70.167.47',54961967,'',0,1673948439.6203,55,'3it54lUMIzCy7hFHEwosDNRT','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.6413,55,'BJvGVa256IHF083Soeryjkzs','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.7065,55,'nucDJIC7OGoUys0vZYFA6Lmh','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948439.9375,55,'wgh8t4LKUqBRXxCMIy7c1vbz','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('3.70.167.47',54961967,'',0,1673948440.0600,55,'Uq4lPGQCx069e53sWKREkLoJ','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948440.1292,55,'Gsw12oySzdOWbU3jk7RFVaMY','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/991176.php',0,19,0),('3.70.167.47',54961967,'',0,1673948440.7519,55,'BwSn2lpGu5YKZLvPkqtsU6JD','','19|0|0|0|sleepingsolutions.co.uk/blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.0001,55,'ngcpPBWlNs7rCT04mQO1JEFG','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.0894,55,'nJC2bvlGtDpZ4kiA56EOmRys','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/config.bak.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.1121,55,'Iqwh71B9kOdYzNVoMsugvAKj','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.1389,55,'gGsTSbzVPuYlLxJc2qEKvaO6','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.1716,55,'GvYTZg80WAmdceLaUH5Ctwri','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/hunt.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.3387,55,'X7eMvo9NDaqyB3E58k4Zj6Hu','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.3616,55,'OClQSgia4K32sobGmL1nJcXk','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.5473,55,'y6JNcUMhZ5fbSB2GzVW8Dtrs','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.5507,55,'2QpCuq0VMLGF38HBKbTtA7ho','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.5973,55,'6XxJajfdgCVuoOLADF1rYUIq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.6144,55,'ZxDQFW3okzTMBKXIHy72icCu','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/991176.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.6173,55,'SX8MroZ5nRhOJjQC2z9G3giW','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.6898,50,'NZxP5yTbRjFlqS7idYaV91GQ','','13|0|0|0|sleepingsolutions.co.uk/wp-load.php',0,13,0),('3.70.167.47',54961967,'',0,1673948441.7241,55,'PxZl2TSWg3hbkqErtC6avJwj','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.7533,100,'Ll5SipbEMgcGBZsTuQ97KDmv','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673948441.7675,55,'BUlfcArDTpE7t5eLOoFKnIwj','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.7792,100,'kVMA4FJf6GoPKQi1N7TjgrEe','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('3.70.167.47',54961967,'',0,1673948441.7930,55,'9KT2mOIgN1kAnsVv6Z3SCclx','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('3.70.167.47',54961967,'',0,1673948441.8213,55,'SC7gPYf8edFjyRpiAKrOxtVG','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948442.4458,100,'0gjdrFAGSvi2aMQ9VhYqBbz3','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673948444.2647,55,'fSKhwIx0a76tm3PLGOgon8uW','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948444.3722,55,'RvbVjWFNJ8zlXZxELqYwQ25k','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('3.70.167.47',54961967,'',0,1673948444.6944,55,'xcM8VPRGS1gvlN5eHr2mDsOX','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948444.8802,55,'zOX4JvFmklLbuQTjgdw1BpZU','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('20.172.244.167',346879143,'',0,1673948447.6555,55,'89ZHDXCJMyosNnKmxtg4hQLv','','19|0|0|0|sleepingsolutions.co.uk/wp-content/haccess.php',0,19,0),('20.172.244.167',346879143,'',0,1673948447.6891,10,'89ZHDXCJMyosNnKmxtg4hQLv','','707|0|0|0|sleepingsolutions.co.uk/wp-content/haccess.php',0,707,0),('3.70.167.47',54961967,'',0,1673948472.9175,55,'zmABHvhDupFYfcOXUx6Irg9R','','19|0|0|0|sleepingsolutions.co.uk/gank.php.PhP',0,19,0),('3.70.167.47',54961967,'',0,1673948472.9176,55,'JqpSYo0BM6hKveNmHzxFCtQO','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673948472.9277,55,'7HGrY3puzlLijhdRkTVcEFgX','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('3.70.167.47',54961967,'',0,1673948472.9728,55,'RhlNBjaZTgq28IF7k5AEVsUM','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948472.9788,55,'zY28K03tVCFGim6A5xfcgEb7','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948472.9923,55,'jPfNMTepVLqm9YWK4JvDQs7b','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.0702,55,'WEMNUaz6fG80JtnYRV2X95vp','','19|0|0|0|sleepingsolutions.co.uk/.cgi/cache/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.1471,55,'S41Qt8cUwxbNYIdP0vRk7G2C','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.1486,55,'wjGQH2IRqChmaFUbTBiY9zSo','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.4442,55,'EXvmPoHTBh76d1W0RZpQC5Lq','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.5338,55,'vSa3ijxsCwtELuIFP7HdVb4m','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.5517,55,'7ROohJ94ViNms3SuytzqPrQU','','19|0|0|0|sleepingsolutions.co.uk/gank.php.PhP',0,19,0),('3.70.167.47',54961967,'',0,1673948473.5548,55,'Lx9MAIycnTsHfmFSqO3wZEuR','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.5843,55,'dgpj1t5MSqTx7Xi3rEUnNPzw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.7571,55,'VNeKEHbu4OCPDF12Udkinqaf','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.7571,55,'i6gj1Puxm4qWB0cUMhCZpXDO','','19|0|0|0|sleepingsolutions.co.uk/.cgi/cache/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948473.7801,55,'TnkiODFpPZcRe6s8SMAhG9J0','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('3.70.167.47',54961967,'',0,1673948474.0862,55,'LXyJb7s3SWqFTexUOujRlzKi','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('3.70.167.47',54961967,'',0,1673948474.6110,55,'em8kT0CVfWsPvyuQJSj9bG5c','','19|0|0|0|sleepingsolutions.co.uk/xltavrat.php',0,19,0),('3.70.167.47',54961967,'',0,1673948475.2883,55,'OSk3IPAC7M0h8uTJq5vNrYsU','','19|0|0|0|sleepingsolutions.co.uk/xltavrat.php',0,19,0),('20.172.244.167',346879143,'',0,1673948477.0592,100,'vrKNFf9UkY7sCRSg6bTyxLQl','','13|0|0|0|sleepingsolutions.co.uk/haccess.php',0,13,0),('3.70.167.47',54961967,'',0,1673948478.8383,55,'0XNRq4HLIMEuWSjs9bkfGU3Y','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('3.70.167.47',54961967,'',0,1673948479.3554,55,'DmR5tZ63PjbW802LuE9NnVQl','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('3.70.167.47',54961967,'',0,1673948493.6204,55,'2zlbrULkMBn4eYGimvKCgH8Q','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('3.70.167.47',54961967,'',0,1673948493.6485,55,'RB3x146XzcwH5QkJqYVvCiTt','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673948493.6747,55,'G9QovaJpqWn7dY2zCsxk1hDF','','19|0|0|0|sleepingsolutions.co.uk/xindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.1188,55,'5AMNwXWqBLOUF4JnycSDVGvl','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.2063,55,'SjBvqZfeNdxVRUMoOJgiYrEQ','','19|0|0|0|sleepingsolutions.co.uk/.tmb/cache/shz.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.2493,55,'L3nJRMSbw1Cp06uOEVfhoFQy','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.2848,55,'5K784hUriwLYoHF1XaOIedRE','','19|0|0|0|sleepingsolutions.co.uk/xindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.2849,55,'Dw3AniBrfg2Scxkb0oPHlvez','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.4508,55,'NdaU5PGiJ1vCELWYlnTF0yjq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.5789,100,'pB9Tmec4z0P8C1UAlYH57k3v','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('3.70.167.47',54961967,'',0,1673948494.6170,55,'6KiNYZFk0mlQ7brhJ1ogxpzR','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.6435,55,'0a7kuzfRjKxAhXnd8O62Z5QM','','19|0|0|0|sleepingsolutions.co.uk/.tmb/cache/shz.php',0,19,0),('3.70.167.47',54961967,'',0,1673948494.7291,55,'vBgHKnNXVOdICp32Pl1Gce6Y','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948495.4249,100,'bSPZQcjFCEGo1JIuyKfqa9Bh','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('20.172.244.167',346879143,'',0,1673948513.4666,55,'gripIqWORoU8YKCnGkFPZ4xX','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('20.172.244.167',346879143,'',0,1673948542.7573,55,'Ntn8dj2PzoS03yI6FfmTBM5s','','19|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,19,0),('20.172.244.167',346879143,'',0,1673948570.9975,55,'rGq1gLnjhdbHaXi6CuU7YBsF','','19|0|0|0|sleepingsolutions.co.uk/Legion.php',0,19,0),('3.70.167.47',54961967,'',0,1673948591.3612,55,'deTQxEy894a7FoXnMiZl1sNC','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('3.70.167.47',54961967,'',0,1673948594.1102,55,'NnXjJ9TF4O1SGaqHpxPv5QCo','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('3.70.167.47',54961967,'',0,1673948598.9788,55,'5M3PmyEtIjiFcCR04eWQ71zN','','19|0|0|0|sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948600.1697,55,'0OExN1WGuSt8l6od43YjhHJp','','19|0|0|0|sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948600.6883,55,'glbx5iT3L71SYrKzFA4uNnGV','','19|0|0|0|sleepingsolutions.co.uk/mari.php',0,19,0),('3.70.167.47',54961967,'',0,1673948602.4741,55,'4lNmIuC9iL8PHUzsTAXkfg1W','','19|0|0|0|sleepingsolutions.co.uk/mari.php',0,19,0),('3.70.167.47',54961967,'',0,1673948680.7128,55,'HV1wcQ6IRN5USXjMYgKAJpy2','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('3.70.167.47',54961967,'',0,1673948680.7720,55,'kC9scH201n3emIUdfNjAuSQT','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('3.70.167.47',54961967,'',0,1673948681.3366,55,'eE8aH6LqKBfF0C9zJmn7SgPj','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673948681.4768,55,'JnHRUGp4lSyZCKtWX5xzN31T','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673948681.4828,55,'ylgAVuN8m1cvkGW6Fe0bYjR5','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.1159,55,'dOEyYme9RivqsLJjZSaI3GXp','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.1592,55,'8i6hQgmvAxRnS5WPcVZot7GO','','19|0|0|0|sleepingsolutions.co.uk/jindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.4036,55,'0qEJOPrLTMt5zZgkeYpibC4V','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.4213,100,'HoGcOCE5NbF3uW6I9mrRlQjn','','13|0|0|0|sleepingsolutions.co.uk/ff.php',0,13,0),('3.70.167.47',54961967,'',0,1673948682.6298,55,'JSypPeYd4f6OvUFL8I7wMXQ3','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.6474,55,'ajfTPuZ04gIADNwVHUyqd61E','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.7977,55,'hTVu6EFSHYI2AOsqxR0mzZpr','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.8725,55,'36dFjaDs1Plo2ZheGtOH9g8K','','19|0|0|0|sleepingsolutions.co.uk/jindex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.9418,55,'ML321gW7tKObzYA8rkSTJu4I','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948682.9911,55,'xzQsK6rwecUS4R05b8Pd3LN2','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673948683.1985,55,'QSf0HnB6u95xLghzyXwDVF3k','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('3.70.167.47',54961967,'',0,1673948683.4653,55,'OsBp2CzFKEHbAPWjetv6NRdm','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('3.70.167.47',54961967,'',0,1673948683.6204,55,'PqSeLf3OU1rsatiWAXGwdMV5','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('3.70.167.47',54961967,'',0,1673948683.7883,100,'J9HawPL613blkpyuxnSz2RAI','','13|0|0|0|sleepingsolutions.co.uk/ff.php',0,13,0),('3.70.167.47',54961967,'',0,1673948684.3541,55,'uiwYt1jA5eIsgNrSdfOvWZ7K','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673948684.5923,55,'W7lS4rwbpn9eJXatzPvGmVfs','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('3.70.167.47',54961967,'',0,1673948684.6529,55,'s097IFEcWMtljqxLyB2G45zY','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('3.70.167.47',54961967,'',0,1673948684.7051,55,'fLYb1mdtVc0Iz6pKTBkgUxsP','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('3.70.167.47',54961967,'',0,1673948684.7781,55,'EZCx5PgbwytXpAfR62VMHYWe','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('3.70.167.47',54961967,'',0,1673948685.6734,55,'MSZdgcntjaK61RmXWIVpEyB8','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('3.70.167.47',54961967,'',0,1673948685.7208,55,'I1TcbKyqROMp82DoGeVHgBSF','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('3.70.167.47',54961967,'',0,1673948686.1789,55,'xB1gG0WolpArt8dRuifUT7C2','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('3.70.167.47',54961967,'',0,1673948687.2805,55,'PF9Z3yH7CXhVKwbonx1eA2Rr','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.1777,55,'5HJg3eVnBdoNqwhtUs2IZzWy','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.3788,55,'g6ia2dbPsFZhzQHAT8Im1jKL','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.3953,55,'WdExQYAMgeU6hs0XSNHumGJ3','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.4187,55,'CVsFpkcRz016K7PA9Thjbqdf','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.5574,55,'luF9tvwTxU0hd1jmRMgOepGD','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.6317,55,'uTEf1wys3ZYAptXWg2KIvlPb','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.8843,55,'JTwzI360himoBG7QFdHuDPvg','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673948708.9398,55,'IZRKMcGl9VUrnm3ypw58t0zg','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673948709.0327,55,'AJvXFiKuIsmzgt40j2bOw6cY','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673948709.0399,55,'fHyuRKF0ex8iQoljgLr49AnW','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948709.0450,55,'YNUnXScfMC5tjemzgqIPpWGh','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673948709.0493,55,'hCkqifxtbK6RTmO2IrzuYlLc','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('3.70.167.47',54961967,'',0,1673948709.2202,55,'XUmbdiZ2z0JgABtLl6VFv3IY','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/x.php',0,19,0),('3.70.167.47',54961967,'',0,1673948713.3765,55,'J3pXt95fi8LDboRmkjqFgMhW','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('3.70.167.47',54961967,'',0,1673948714.8635,55,'kOlGm6XJMsoahjv74Ig5S9iC','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948721.1735,55,'wd2B8MugZno3Hh7tRTDfKjSp','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948730.6683,55,'WCmcxojps8vLNABIYyuazlSZ','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673948731.4308,55,'QBJi3wxmgCnS7uf1PhZEUbcl','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.2748,55,'soHlAxG7ZNmYwPXtnD1JEh3j','','19|0|0|0|sleepingsolutions.co.uk/4price.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.3262,55,'mj2ar4qfZwYKSdMDbnQz3ihT','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.3533,55,'By1fALidTwXF605stkpjV8c9','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.3909,55,'RmdIwzgoJxhHeK6c5jSZPqrv','','19|0|0|0|sleepingsolutions.co.uk/license.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.6658,55,'9FPWd0eRiQa24OmtDBucyLh8','','19|0|0|0|sleepingsolutions.co.uk/4price.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.7497,55,'DzaoC4NQWAfbEei72ZnLH5V6','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.8591,55,'bImxzCkj85ZPG7Yc9tOQnaMU','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.9042,55,'z1MEwqFNYxj34rDtLeBlAfvp','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('3.70.167.47',54961967,'',0,1673948745.9520,55,'icqornaeBuwHyJCYIxX1FdTl','','19|0|0|0|sleepingsolutions.co.uk/license.php',0,19,0),('3.70.167.47',54961967,'',0,1673948746.3079,55,'eqYS36L7t2ywh9QVRfPna4MG','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('3.70.167.47',54961967,'',0,1673948753.8046,55,'0Vvqikgz5dSebUBwfALh6caK','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('3.70.167.47',54961967,'',0,1673948753.9893,55,'gpslbqoyrISkTtxALdYKMzEZ','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.0846,55,'T0JtaZHzuovXnICNcebDA6Md','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.1056,55,'Ho03G51Lpvz8axTliwjEushg','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.1853,55,'TSXVgM17nWq8mL0iH5xFyBJk','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.2988,55,'Y0E2qGlgwtSXJ7ODj5NQWKcM','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.3654,55,'WvJ6PxBjaYtAIrRKTp1kucME','','19|0|0|0|sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.4902,55,'NI8jwFaDLGrZ6gT2JkpBEiHo','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.5305,55,'fY8v0VrGBwJU3lnAdWXhixID','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.5873,55,'kdTobGAqMcrvHWJF1ZlxCau2','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.6301,55,'YgjfUNCSoRI6dyViaBDm9AEH','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('3.70.167.47',54961967,'',0,1673948754.6381,55,'nZ3bci8SVsYCXOJuTfQ1z0xL','','19|0|0|0|sleepingsolutions.co.uk/xmlrpcs.php',0,19,0),('3.70.167.47',54961967,'',0,1673948755.6074,55,'jUfrQJIWdMv1cFxbO6g9nAu3','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('3.70.167.47',54961967,'',0,1673948755.6300,55,'ZQ9XYy4AWqP7Tz6Ucea5LrMJ','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948755.8125,55,'Qql4oxW5dSZBmpwhCUa7FDGy','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('3.70.167.47',54961967,'',0,1673948756.1751,55,'oXJKNQA3ebSmcRs4091LgZfq','','19|0|0|0|sleepingsolutions.co.uk/xmlrpcs.php',0,19,0),('3.70.167.47',54961967,'',0,1673948756.3660,55,'pOSsyIXBWU0ZjLNYf8xRmAG1','','19|0|0|0|sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948756.3768,55,'DaQTysGk2VcmPAt469IieExd','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('3.70.167.47',54961967,'',0,1673948756.4149,55,'tXdIbRa3h2mlGfzxWDeQYcF9','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('3.70.167.47',54961967,'',0,1673948756.4456,55,'Dp1zbcVmvL04o2IHF6KkrEhd','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('3.70.167.47',54961967,'',0,1673948759.6998,55,'asWd8cTXC9K5vM3QyEV4UplN','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('3.70.167.47',54961967,'',0,1673948759.9982,55,'z9dGOMaU2ZxhJAg8jBSkrPsy','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.0247,55,'tByzOrCN17IEMK5GdqDsH2mL','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.1226,55,'jk8xSXBZMLbAPs4OmF3TYgKU','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.2074,55,'zQvf03XT1CuJpFlHcUMP5nim','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.2640,55,'RCf4X7jt2AUHoJSnsgx30wlW','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.2672,55,'CZtSAOkjQ158RBKlD3WdGPmU','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.3681,55,'PhvXd0bGtlsLBZYxUKwRHemD','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.4649,55,'7IR8fcrMOVF43oHZxgYdEsvJ','','19|0|0|0|sleepingsolutions.co.uk/mt/pekok.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.6247,55,'04enT9WvoECNVsKbDkdQGROl','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.8941,55,'k56nKvTOhIlgzNMmtEfRxo7u','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673948760.8986,55,'zZadBmulkrPGqFA7VJLWYUQN','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.0127,55,'rOKg9Pw2z0Xo6GY5At7WRVnU','','19|0|0|0|sleepingsolutions.co.uk/mt/pekok.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.1167,55,'Nx4H9ucdEXDh2nOkYrWVP0BQ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/wp-blog.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.3147,55,'TWBu04bEmA9kLZhPtnMGU6Yg','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.3285,55,'yS3qVksBCRPlWf029hinzHjt','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.3541,55,'dIQObxC2GR4ViUP5tlr0ejMo','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.3560,55,'1mfnjB0oUiMWy9RqdFk8HPQT','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/xm.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.4265,55,'SXO9auw3H4jex1Gsl5TY7tqQ','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673948761.8875,55,'G90nC3aKAN6O2meWsRrVjo8l','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/xm.php',0,19,0),('3.70.167.47',54961967,'',0,1673948767.6872,55,'fw3TnPFCAcIdjZegXx7mOatL','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('3.70.167.47',54961967,'',0,1673948767.7332,55,'W0v5YQUI7mfuiLNtCBVZ9wRq','','19|0|0|0|sleepingsolutions.co.uk/shell20220621.php',0,19,0),('3.70.167.47',54961967,'',0,1673948768.3095,55,'FYAoKRn2qskGc50hVwmbu6ix','','19|0|0|0|sleepingsolutions.co.uk/shell20220621.php',0,19,0),('3.70.167.47',54961967,'',0,1673948768.4718,55,'YSd867mjRhXrGceIWl5MTLQ2','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('3.70.167.47',54961967,'',0,1673948786.7873,55,'6xUDutnJpj2FvsR9ycHIrmNg','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948787.4900,55,'wSJTgcKLa2ABmXDFfEUhO07b','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948792.1982,55,'dePZfyGQ2nW4wOJ5uIisztM3','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('3.70.167.47',54961967,'',0,1673948792.2363,55,'ZtSPXTLV8vYfkA4w5Fi6xNJ2','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948792.9174,55,'csEhJaZ7lQ4yopNnkjxiYSIU','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948792.9263,55,'dSRkyinuKpgYO6tz9oXCArsJ','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('3.70.167.47',54961967,'',0,1673948818.5279,55,'mkIV2EGq4aur93fyQMlxOFSR','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('3.70.167.47',54961967,'',0,1673948822.1613,55,'f1ns5hQlWd7prY8SHuCvqbUK','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.0573,55,'f9VvYuwFbslQToqcxOBtn6LX','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.1101,55,'rxBf0yJc3ReqhYgMKpWPI51t','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.1297,55,'jg2nNeqRiO4857F9Ay3QprMC','','19|0|0|0|sleepingsolutions.co.uk/indeeex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.2441,55,'t8eM4vaWfE0gYGUXTPjV3lmr','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.3515,100,'2KHIM5ohEFt73GZuq4VdXiSW','','13|0|0|0|sleepingsolutions.co.uk/error.php',0,13,0),('3.70.167.47',54961967,'',0,1673948862.6115,55,'xOzWhwrt9APZu5YbmNivcR6H','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.6894,55,'yDXCEKrLSfHFT28VtOujsqkx','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.8224,100,'ESm4DVnzWXUOLBGfkHFluMJ2','','13|0|0|0|sleepingsolutions.co.uk/error.php',0,13,0),('3.70.167.47',54961967,'',0,1673948862.8478,55,'HKy713QEPIcdGYDwpRu6ZAkS','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp.php',0,19,0),('3.70.167.47',54961967,'',0,1673948862.9006,55,'sF63xWQHpjnXTLUKSelhPEqv','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('3.70.167.47',54961967,'',0,1673948863.0601,55,'f20cAEVMUXsjqYWpNyGFRk8O','','19|0|0|0|sleepingsolutions.co.uk/indeeex.php',0,19,0),('3.70.167.47',54961967,'',0,1673948863.0739,55,'B5lTefW7RZFx0VDQrIhnoGsL','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp-atom.php',0,19,0),('3.70.167.47',54961967,'',0,1673948863.1398,55,'GvWOqISfamMKECUHVY4z8RNJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673948863.1655,55,'zsoB3gCR2yZNaHS1iQmUlDI0','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('3.70.167.47',54961967,'',0,1673948863.3230,55,'yjiLVNc5p9moUkhv1wH0RdTI','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('3.70.167.47',54961967,'',0,1673948863.9232,55,'nMZC1K5DfwuLABIEWrjczi8O','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('3.70.167.47',54961967,'',0,1673948874.8956,55,'JhHTC15n2d7PUSKaX6bEy9VN','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673948877.9690,55,'X8ob7BOgLA0eln5xNmVFth4D','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('3.70.167.47',54961967,'',0,1673948891.5866,55,'hmTU4fQJYHCEc1eSA9s6WlqR','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('3.70.167.47',54961967,'',0,1673948895.7481,55,'Hi75EkDFw8UX6vurtlpKYGdg','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673948897.9690,55,'BbjO8gLWCur9wazt75qGMEo6','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('3.70.167.47',54961967,'',0,1673948898.2042,55,'QBkqceMSWUN1ni6wzZ7vDIEa','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('3.70.167.47',54961967,'',0,1673949030.0703,55,'XEwNDsuj259HfQl1Y7KOeqhy','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673949030.6691,55,'fZgiyVY9B4rJaHOzpqvtdLe8','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('3.70.167.47',54961967,'',0,1673949033.6239,55,'Zc5eRHPYxqdSrQgAmIw1Jfh8','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673949033.6559,55,'hPzt4mUbfS2HekZ1VTOyncKG','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('3.70.167.47',54961967,'',0,1673949033.7638,55,'Cg2NRYd87ET0OXskIachDiZF','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('3.70.167.47',54961967,'',0,1673949033.7711,100,'uUeLcaSYyAjWP6dso23DqiCF','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('3.70.167.47',54961967,'',0,1673949033.7866,55,'vApZlt9mJNqWdUSCwPHyBFYa','','19|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673949033.7970,55,'hYkqBZNJ40e2oAGglbHmX1Vn','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('3.70.167.47',54961967,'',0,1673949033.8226,55,'i3QzCpX8l2wsOqFKeHD4rA6o','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.0443,55,'ctv5hGgHR7LMwaFlXurYo6Ti','','19|0|0|0|sleepingsolutions.co.uk/wp-content/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.1860,55,'LHvBIhw0d9FVmSq2KPyMjgZ3','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.3356,100,'pQv7MU0lVwzen2ZfycHAbxTd','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('3.70.167.47',54961967,'',0,1673949034.3682,55,'ZviFO0nWd2E4orIaAjUXqyl3','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.3762,55,'jAY0bZ29Hni8QPVfMrSUDgWN','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.4137,55,'JnmozSWQhty3CskK6cfeMR5x','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.4147,55,'AUowSzQdaL1i3rDJlPG9OpCW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.4305,55,'yx1C7zJpuNwRkma0GrQd2KUh','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('3.70.167.47',54961967,'',0,1673949034.5721,55,'v2cUTuKWXwyAibjzCRxV3g7M','','19|0|0|0|sleepingsolutions.co.uk/wp-content/about.php',0,19,0),('3.70.167.47',54961967,'',0,1673949043.0221,55,'xkWRhFz39bf50oLcqsNQ6aJG','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('3.70.167.47',54961967,'',0,1673949043.7096,55,'Vv9W8G0TMHZEKnkDhoxwurs2','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('3.70.167.47',54961967,'',0,1673949079.4316,55,'1YxUEN48I0hVwJn9zsROcvda','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,19,0),('3.70.167.47',54961967,'',0,1673949080.1716,55,'9RPBcgh6sEW81VAzJI7xkUNa','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,19,0),('137.184.1.49',2310537521,'',0,1673950305.3466,55,'gBsE1LaXvn4tpMyfldFkiA7J','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('137.184.1.49',2310537521,'',0,1673950307.5004,55,'tkU3F0SpiRhOm54Q8n1BvlHE','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/versions.php',0,19,0),('137.184.1.49',2310537521,'',0,1673950308.1610,55,'nmr92QTOHCRKwu1pSMP68YIG','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/assets/load.php',0,19,0),('137.184.1.49',2310537521,'',0,1673950308.8296,55,'lgqmW1pdJPA4feV90LInUcSM','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/walfs/index.php',0,19,0),('137.184.1.49',2310537521,'',0,1673950310.0657,55,'elw0C7rfRVzcBAHNLtoEJd8n','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/load.php',0,19,0),('137.184.1.49',2310537521,'',0,1673950310.0745,10,'elw0C7rfRVzcBAHNLtoEJd8n','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/load.php',0,707,0),('137.184.1.49',2310537521,'',0,1673950310.7694,55,'XJmTvRn416LHlq2OAdFWIuSc','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/thickbox/themes.php',0,19,0),('114.119.148.47',1920439343,'',0,1673950949.3073,55,'b7ShLK2nUapTwzCAVBYu8qOZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.195.139.228',96701412,'',0,1673951141.7607,55,'suflPzU6DFpWIaBg5TrkLHAx','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('5.195.139.228',96701412,'',0,1673951171.1839,55,'WvGZ31dY0wJHoSmn8EjzxC6f','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('192.42.116.27',3224007707,'',0,1673951205.4214,55,'GWLSwtx5Cf4P7nlH36uvY82K','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('23.128.248.211',394328275,'',0,1673951219.4746,55,'2WNVqLj03chBgAyz5M9fY1Fs','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('20.244.36.78',351544398,'',0,1673954582.1385,55,'8CgAMuB5Wk2tIn3HNKRcVjw4','','19|0|0|0|sleepingsolutions.co.uk/shell4.php',0,19,0),('20.244.36.78',351544398,'',0,1673954583.3036,55,'pj2Rq5IZtCuMTQg3w1GbiAzF','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('20.244.36.78',351544398,'',0,1673954584.4565,55,'OU26rehVITMsnSt78CHaiBpm','','19|0|0|0|sleepingsolutions.co.uk/ru.php',0,19,0),('20.244.36.78',351544398,'',0,1673954585.6082,55,'NUcLREkHKi9FsW8Qmh3o6ITJ','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1673954587.1252,55,'o7VjwQUv6ZlsJazF9KkNP3tp','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('20.244.36.78',351544398,'',0,1673954587.2180,10,'o7VjwQUv6ZlsJazF9KkNP3tp','','707|0|0|0|sleepingsolutions.co.uk/vuln.php',0,707,0),('20.244.36.78',351544398,'',0,1673954588.3439,55,'AxIg5CUbmqd0Kswy6LD4YQaS','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1673954589.7124,55,'0n3OswJ2LUMT7V4EXmkWSoY9','','19|0|0|0|sleepingsolutions.co.uk/skipper.php',0,19,0),('20.244.36.78',351544398,'',0,1673954590.9377,55,'bchNoAOilKXm7L0JfvBjrI2n','','19|0|0|0|sleepingsolutions.co.uk/skippershell.php',0,19,0),('20.244.36.78',351544398,'',0,1673954592.1100,55,'GaWr7o0lVQsHEJhUu2Lwb3BM','','19|0|0|0|sleepingsolutions.co.uk/tttt.php',0,19,0),('20.244.36.78',351544398,'',0,1673954593.2914,55,'T3ydF2wvkC719e0VMuxDzAo5','','19|0|0|0|sleepingsolutions.co.uk/tshop.php',0,19,0),('20.244.36.78',351544398,'',0,1673954594.4539,55,'Er1LQJ7vMh9abGASZNlHwOFp','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1673954595.5975,55,'uFbq6wWHIv9JYAraXSPopfzl','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('20.244.36.78',351544398,'',0,1673954596.7233,55,'QMpoUHw4vdDRS7WiyLBu9g0J','','19|0|0|0|sleepingsolutions.co.uk/inje3ctor.php',0,19,0),('20.244.36.78',351544398,'',0,1673954597.8631,55,'sLrzi4WGqXSc5mRTFnBd2M8w','','19|0|0|0|sleepingsolutions.co.uk/saudi.php',0,19,0),('20.244.36.78',351544398,'',0,1673954599.0306,55,'OvexjbMfGwWLHSK2uETDA8IJ','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('20.244.36.78',351544398,'',0,1673954600.2242,55,'fHYexcoOWlQAbJw4rgsMuGym','','19|0|0|0|sleepingsolutions.co.uk/alfashell.php',0,19,0),('20.244.36.78',351544398,'',0,1673954601.4239,55,'Lwh7pIB25cdOAG4VFouUqMlK','','19|0|0|0|sleepingsolutions.co.uk/my_alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1673954602.5753,55,'30U5MDvt9pjgJ4uPfFHAB7Vb','','19|0|0|0|sleepingsolutions.co.uk/uploader.php',0,19,0),('20.244.36.78',351544398,'',0,1673954603.7212,55,'CevJ71qSDZOtEVMuAF5kpQRG','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1673954604.8813,55,'64kY5iV3L1oXjqFnrspyfNOP','','19|0|0|0|sleepingsolutions.co.uk/hacked.php',0,19,0),('20.244.36.78',351544398,'',0,1673954606.0161,55,'tKwfuI7NkO9DRYAQmqepord4','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1673954607.1881,55,'CtdjoY67mpI8zAyhiSw3rO5n','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1673954608.3267,55,'Osgrp30kIfVxWDbBzC9ZU51S','','19|0|0|0|sleepingsolutions.co.uk/Navir.php',0,19,0),('20.244.36.78',351544398,'',0,1673954609.4775,55,'UQeXCBFpNjGoRDlVxyE1HJrz','','19|0|0|0|sleepingsolutions.co.uk/cmd13.php',0,19,0),('20.244.36.78',351544398,'',0,1673954610.6559,55,'JoYlGwfZz89t0AIMiSLnr1Tu','','19|0|0|0|sleepingsolutions.co.uk/inc20k1.php',0,19,0),('20.244.36.78',351544398,'',0,1673954611.8320,55,'wS9JtKkjfM4qeN07nV3I5LCh','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1673954613.0531,55,'7Mt0mpTSIrbqdHZNwcFKBgGE','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1673954614.1841,55,'RNb3JfSQ1VhiFXIrMzLtjnT6','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('20.244.36.78',351544398,'',0,1673954615.2928,55,'es7ZSH9cKil8UPAJVak6M1Y5','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1673954616.4202,55,'KlSPLOtiUIwJo8WBdyTzZ130','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('20.244.36.78',351544398,'',0,1673954617.5254,55,'yscADPEhTfGM8qp2YNLHtxQj','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('20.244.36.78',351544398,'',0,1673954618.6913,55,'wQ8VJINFlf1bjn5SHxiZYL6W','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1673954619.8785,55,'JL2tcFuGYEAba1ol98HO5VDN','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1673954621.0224,55,'nKNecZwD9trB3q0TmfaglPuM','','19|0|0|0|sleepingsolutions.co.uk/edit-form.php',0,19,0),('20.244.36.78',351544398,'',0,1673954622.2143,55,'9M1F4Nge2wszkdXKDA3yviam','','19|0|0|0|sleepingsolutions.co.uk/LEAF.php',0,19,0),('20.244.36.78',351544398,'',0,1673954623.3501,55,'8BQLai0Iu3WGHno74kcvfAgP','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('20.244.36.78',351544398,'',0,1673954624.5106,55,'cpMDrWPHiysAOk8a6GUuTm3d','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1673954625.7336,55,'7PGuSpoxZiW4HBy5k60wjc1K','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.244.36.78',351544398,'',0,1673954626.9690,55,'aJtGnrW3Sk8DRxz7Oiwed4E6','','19|0|0|0|sleepingsolutions.co.uk/Leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1673954628.1364,55,'03hD5qGUmgxBsieQv2AoEXcR','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1673954629.2673,55,'BTW1EFZUPsovACxqVejig28r','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1673954630.3943,55,'cq6gWmXI48DzVy7lJjrsLebZ','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('20.244.36.78',351544398,'',0,1673954631.5904,55,'yBYSucWxeTts5qn628CJjQoH','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('20.244.36.78',351544398,'',0,1673954632.7638,55,'P1zDAhkdRBjsE8cebq7J5ZGI','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1673954634.0012,55,'zLta9CdMXEyuvVkRGnJFBK1j','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('20.244.36.78',351544398,'',0,1673954635.1257,55,'T8cndywh493k1VJlf2UE0KmH','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1673954636.2648,55,'qgS3HcU4Z6DuYjaWoz8rFv7y','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1673954637.6160,55,'LztgSeWsdvRJD6C1EpxbIVZM','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1673954638.7659,55,'3atPsqAUND2I6cewSufpbiBv','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('20.244.36.78',351544398,'',0,1673954639.9063,55,'F13EPGV9M7YzpRHW4kCSjxUA','','19|0|0|0|sleepingsolutions.co.uk/gaza.php',0,19,0),('20.244.36.78',351544398,'',0,1673954641.0364,55,'0qAghMVzbHtKCmElFkQr2WGn','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('20.244.36.78',351544398,'',0,1673954642.3387,55,'q1rlaZ3SAmpLu6isNOPUyVhj','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('20.244.36.78',351544398,'',0,1673954643.4860,55,'iYKf3FtaW4MjeBEUqT5bOgNV','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('20.244.36.78',351544398,'',0,1673954644.6588,55,'NAFqIg9cp5LWQS76HhDzJrRs','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('20.244.36.78',351544398,'',0,1673954645.8260,55,'bincMpLCA14RVYrxQgF2fPKD','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1673954646.9931,55,'OLfEJSqC2NpkPWG1h6AjagUl','','19|0|0|0|sleepingsolutions.co.uk/Lux.php',0,19,0),('20.244.36.78',351544398,'',0,1673954648.2463,55,'8QArgysckH6hu5dUMtzLbpin','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('66.249.68.81',1123632209,'',0,1673954923.8952,55,'0Mvus8Qdzh1Oo4giltFGxZNj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.208',1920440784,'',0,1673955857.0930,55,'IVnJ6Qr5BDmwboyAp80MeK2t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.134',1920441478,'',0,1673956235.3207,55,'bmzKftYrUacRnG9jF83sd7WQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.86',1920436310,'',0,1673956619.3095,55,'ayFHfJSuNZb7qDlp5VE1oOKj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.152',1920436120,'',0,1673956893.5970,55,'AWiVJzL58jlXhm1QtKFpcMEn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.14',3116346126,'',0,1673958544.0416,55,'TNukZeq4caEWO8Gbv1rp5jyd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.75',1920435787,'',0,1673958750.1462,55,'9RwzuJcArG3Co5sBIODyQ2H0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.156',1920435868,'',0,1673959040.7284,55,'E4j9VyOrsWIgaw6P5iJzSHuM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.49',1920440625,'',0,1673959386.1727,55,'cMS9JTsojfxIzD0nC7uVtk8W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.74',1920440138,'',0,1673959736.1791,55,'sL0Wimkq98aOP6DSIFdcpYAe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.119',1845014391,'',0,1673959996.0408,55,'VkXHQ7oCuWEaJlKbYO4yRiTL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php',0,19,0),('114.119.131.43',1920434987,'',0,1673960079.2648,55,'c94SHPCh5BuVJnrovIlx71qG','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.138.111',1920436847,'',0,1673960419.2461,55,'S0NDckwWCduFz4nptxmQLRgl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.35',1920434211,'',0,1673962104.2296,55,'RBJzGknYWI0VDCXcepAi657b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.71',1920440391,'',0,1673962424.3881,55,'tfq9XxQNSTyuJC2WDGLIadEA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.224',1920436448,'',0,1673963109.2165,55,'SZ2o7PLNHzRglGChTx4nc5ai','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.160',1920442272,'',0,1673964067.7888,55,'KwsIcoRvGBkaTlb2SuOLg0A3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.249.187.95',1845082975,'',0,1673964251.2451,55,'C1L78ADVo69zNr4WiahutHZI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.249.187.95',1845082975,'',0,1673964251.2761,55,'5t1EaqU9c6iQmDClOsTuVPhB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.129.149.2',1317115138,'',0,1673966879.1151,55,'5ryECwNqlbmUMfp2PVsD3jZv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.129.149.2',1317115138,'',0,1673966879.4098,55,'m7pxaoPjukqYONTKwlSCIV9U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.180',301026228,'',0,1673970120.1336,55,'4Hy2hKu5s7P0d1xrkVqC6ETR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.108.213.18',1600967954,'',0,1673970989.1815,55,'QHSgc4jLBu6nTzayoYJsv3dF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.247.241.195',2599940547,'',0,1673972622.3921,55,'c01HRX6A84dlxFOrE9oZ5V2S','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/priv8.php',0,19,0),('17.241.219.151',301063063,'',0,1673973161.1578,55,'JGCd9qvbD1w2yNBus8REFSnA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.107',86888299,'',0,1673974315.8522,55,'WH31TPkAhbulGM8pcQgVjzyU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.102',301065062,'',0,1673974360.6434,55,'De3tqmpGnViyXFS2dWBHjIgk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.90',301063002,'',0,1673974981.8868,55,'ZXGcvyVzLktsq46TbASW9rho','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.41',301062953,'',0,1673976678.2212,55,'nm2SXjG63hHJFWuT1K0RvwCx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977663.4859,55,'XjeUVsHT4802tPqnpi7LrcIu','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977664.6320,55,'pMfOT7yVoqgEkF8aLJhjx3Bu','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977665.7129,55,'XStmx8nHKio71bW3EVReZrMY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977666.8377,55,'FGwLHcjD93Is5gTCVZXvfJ8Q','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977667.6495,55,'PgyHVRQmwacN9vk4Lzo5D0dY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977667.6660,10,'PgyHVRQmwacN9vk4Lzo5D0dY','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('217.160.238.12',3651202572,'',0,1673977668.3766,100,'dk1KjNXSq8hPEu5iveo3fLFM','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('217.160.238.12',3651202572,'',0,1673977670.4689,55,'2UyGcZQC9R0A1bSDkExlWXI3','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977671.2696,55,'QYXwWKI63SOsvLBMkTdj2lub','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977672.0633,55,'lrsAzGiuB2yMvXEnohmwdDHO','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977673.8382,55,'q17pIBEt98YMwhcxAaX6feJF','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977674.6443,55,'4LQUsw9fYy2entAgTN5z86Cp','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977676.9247,55,'vEfqNxaLmkz801KOIutrjoyl','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977677.6401,55,'NXOr6Ucaxu9028sFDZEbToBQ','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977678.4293,55,'RtHi1KlsQDXFLEMJ9oNzcwgU','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977679.2687,55,'TzpcHQELysa9f7YVPZtX1vbJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977681.4622,55,'x4WuOdaIegLYZwkMS8GBtJTv','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977682.1344,55,'O9sJ10M6hUH2XjLcdDpQPKxz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977682.9504,55,'5XqAgs6Oijwf08yauZ2VpCUM','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977683.9173,55,'iaeqHCWwLAQoENT7rYI6RmV4','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977684.8128,55,'jpBcXg5kSH9atLeMUATy4oE1','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977685.7664,55,'9RNpJFI8LAsMTQkdrwqcBXl2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977686.6744,55,'iohm6XUOaDQtWHw74BECK8uq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977687.3915,55,'9DnLf5oEe3idRIxgk0qB2mFb','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977688.3978,55,'ZCnH5KytA23qLoFwVRIDlcsx','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977689.2664,55,'6Ie4ZB5q1Yw3uVOMmfr8nXdW','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977690.1449,55,'mEhoq9Qfr83YOdxjR4blKycC','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977691.1265,55,'ZFQsvBNuRhGqTldrgzLkapKS','','19|0|0|0|sleepingsolutions.co.uk/libraries/joomla/css.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977692.1434,100,'SD5lcmRXr63JZKqGMW4QtB2L','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('217.160.238.12',3651202572,'',0,1673977693.1647,100,'yMqBpnYxHjhE86cD0lkmsWzu','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('217.160.238.12',3651202572,'',0,1673977694.4799,55,'73BECL8QVTH0uzUiWepPnhZs','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977695.3646,55,'nXkt78zyKugoBRiTESHDfsLl','','19|0|0|0|sleepingsolutions.co.uk/tmp/vuln.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977696.3044,55,'ZYx4LoN8cy7VbAqt0CHOdJQu','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977697.5371,55,'50hpQeG43R9uVHi2nOf6PZyg','','19|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977698.1311,100,'5DA2mOd8P70qnRZocT6wMJxr','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('217.160.238.12',3651202572,'',0,1673977699.3589,55,'T46iJerLukft9Cclyh3XGDvp','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977700.4154,55,'iF9TYN1Cvk3tWB2jG0IcJZ6R','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977701.3066,55,'bNAz6VTF2RZdvi98jpyrJaoQ','','19|0|0|0|sleepingsolutions.co.uk/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977703.4983,55,'6prsMag3VFL2KHhWRTXIGtyk','','19|0|0|0|sleepingsolutions.co.uk/RxR.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977704.5964,55,'fjMAeNd7V8oOPJS4TYDG31qc','','19|0|0|0|sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977705.4283,55,'My067BveWgAK2pdNtTSQFoPO','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977706.6289,55,'rhZIiDQxmzBMdwfcXCo4YaU6','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977709.1294,55,'0aIdvOTH5uSfG9rWw4qibp6c','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977709.9860,55,'ilVsB8P3Zxn7r5qJfQm2MeK0','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977710.7695,55,'PUlxJ8IVMzHYd7REFNA2Kiwu','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977711.8136,55,'pGrS8vABjUbMxCemV3g5EQdK','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977712.7125,55,'w0uf1CtZ4VgRFBTH5AmkDlrd','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977713.6567,55,'zLUP25vTjN0gbtQqAICG9pms','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977714.3362,55,'utqfh9nwDpSkAMr8bK50WYCE','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977715.5421,55,'20mwFVkLWvyz9oRXTID6Qlix','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977716.9463,55,'jXbpCO4e5YSWv1EAwq8n9fNZ','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977717.4330,55,'YgT7B3xuLDJH2Msc6SZmtprI','','19|0|0|0|sleepingsolutions.co.uk/templates/beez/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977718.1528,55,'4lhFfkMXtI98eixdEO0wYKgs','','19|0|0|0|sleepingsolutions.co.uk/templates/ja_purity/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977719.1153,55,'CbU0D623SfOmvL5dnoTWRBA4','','19|0|0|0|sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977720.0106,55,'bT0rL9FlhK6YDcRNtyp12MVG','','19|0|0|0|sleepingsolutions.co.uk/templates/system/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977721.3601,55,'4sbhHS2qu65AnVyxpieRgcNt','','19|0|0|0|sleepingsolutions.co.uk/templates/system/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977721.8537,55,'XwErTByIsJFvL2NDCuOzpbM6','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977722.6208,55,'Kau91yDTLQ5rvd3sBAelSUFf','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977723.7598,55,'3vriAfZPYqlBpmzKV2dJF4uL','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977724.6742,55,'hJSGlZL3eY2dsA14PWFzqNBa','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977725.2201,55,'e2VnYohzv9IQaUtOdwH18yf5','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977726.3336,55,'Gm12RLVUEiCFbOozScQW7K04','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977728.3357,55,'0DtypJ7miChYrGKkLVIeQgMq','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977729.3182,55,'cgIDmlMxXqjSU6GwsCWEBZf3','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977730.0347,55,'oifpaXdBSqwlW42c3zFLk9AJ','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/index.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977731.0439,55,'GYlUm0WADqQzS6cthjsH785o','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/error.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977733.0928,55,'04p5sIdSjGF2c3EAgKrW1QBi','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977733.9412,55,'VSBQ7xo1JHtg6hsWkAzTOI5D','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977734.5733,55,'vDNuJybIRlX8inTe1FZ9H6m5','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977735.8974,55,'nI8FEUl0KbMQ1kaBjhYPrLDN','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977751.8440,55,'s9PW4Naint5o7eElT3GUO1gF','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977752.9238,55,'awIAClXVNTrGKobvFJB5EYqi','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('217.160.238.12',3651202572,'',0,1673977754.0800,55,'LvZAjNF9GgBQMpS0hokHuRtX','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('3.238.201.10',65980682,'',0,1673980685.0026,55,'Lq5HimtfR4n8Igw79WAroDXV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.156',301026204,'',0,1673981991.1693,55,'biq2yhSxwDZB3cmYe9EstV0A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.182',301065142,'',0,1673983424.2188,55,'zmDF0lLfHaWKNjqgGX3ChP89','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.225.113',1384440177,'',0,1673983511.1441,55,'1pgybcWuUYh8fZeLix7PHBws','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('172.174.224.29',2897141789,'',0,1673984692.4540,55,'ebdhl03z2jpYaF1coILPHsxE','','19|0|0|0|sleepingsolutions.co.uk/installation/index.php',0,19,0),('17.241.227.203',301065163,'',0,1673985015.5855,55,'tfI7xDEhCiukga2sUdl5ycVJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985047.9794,55,'T3AclQZK2tpYEjhN4VmUiXgG','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985052.1997,55,'2O5bNu6Yi1eIWAm07kalXDKt','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985053.1733,55,'jmgFCipnLb53EH6RlOaAXfku','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985062.5208,55,'OWyHxmZTb2VU50KjGptPI7Ck','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985062.5384,10,'OWyHxmZTb2VU50KjGptPI7Ck','','707|0|0|0|sleepingsolutions.co.uk/export.php',0,707,0),('172.174.224.29',2897141789,'',0,1673985062.9151,55,'wCFbVxETscvOJYzSiAZlhX7D','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985065.1974,55,'G5hUlQOzuKaRHFYJ7VTrkAD2','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985066.1836,55,'ocz8ZsaF9VPtXh6brO51JTD4','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985066.5830,55,'VFTsfniaeRhvo8tQYXLU7OqK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985067.7067,55,'AqNvm50XkFxQwcLjWV9zDto1','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985068.6543,55,'JSuQgCEMr45jWTY30Bam7AvG','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985078.4328,100,'PeIK6OVAmZfnyXtYLGbk9TaD','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('172.174.224.29',2897141789,'',0,1673985087.9847,55,'Dfce15rFNWUvHGE62VJ8AbY9','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('172.174.224.29',2897141789,'',0,1673985089.8917,55,'npLCqOMHNfrS6iVQKmE19yxl','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('17.241.219.109',301063021,'',0,1673985849.0379,55,'vFNbVUoSnGZERjTt15COrKLk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.10',3116346122,'',0,1673987635.2496,55,'ucKxkhtiQp9lYGgHFETwjBqI','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('17.241.227.34',301064994,'',0,1673988067.5508,55,'97x3MNzS1ClveTjXRAgqnKaG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.68.79',1123632207,'',0,1673990208.8228,55,'SIZtgH1rGklTiLoP8p43XFw7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.49.176.25',1345433625,'',0,1673990321.0720,55,'JVz82faQeTX94jIsmukgBpwi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.171',1920440491,'',0,1673991660.9017,55,'z5lbqCeYOoENxkULm7IA8utF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.31',1920438303,'',0,1673991940.2498,55,'MApr68jsFLt39wou45hXvNmE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.8',3116346120,'',0,1673992393.6041,55,'clOb94KiZP2aYFt0D3N7r8Lf','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('17.241.219.177',301063089,'',0,1673993626.9931,55,'almBPQ0SRf5gUOVKuYs9IGxr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.150',1920438678,'',0,1673993714.1954,55,'j5u9FZQqA3XtcdxmWGUikaHr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.160',1920436384,'',0,1673995661.6697,55,'mCqVzsSn7Njv4JwFBMxbAo8d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.195',1920436163,'',0,1673996335.2163,55,'OkCRshMmPU9w6Gn8q34EYeDK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.77',1920434253,'',0,1673996662.8779,55,'Tldrg2zy6LFCtnwofMWkQA8a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.203',1920439243,'',0,1673997004.4983,55,'DQPy1iS4J3FEH9dNO8jVuUXp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.135',1920442247,'',0,1673997341.5705,55,'jO2J5XUhmIyeG1B6QKF3Voiq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.148',1920434580,'',0,1673997703.8071,55,'95nmZuErRQDgSeNciBPAFVyO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.209',1920436177,'',0,1673998003.4656,55,'IBT5HXAmDoElG2hJpr4Lxy0k','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.64',1920436544,'',0,1673998340.3147,55,'8grQbZ9wHaA037OMBSVifWkh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.244',1920434676,'',0,1673998705.4111,55,'AwU6X8nYExF7cK4ufNzDI5k3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('146.190.84.120',2461947000,'',0,1673998877.1775,55,'x4MTsY6Eu9iSPF2hv1nH3JzC','','19|0|0|0|sleepingsolutions.co.uk//wp-content/admin.php',0,19,0),('114.119.155.236',1920441324,'',0,1673999014.4716,55,'RorntaCBpyI9zs4hXZ0uVev5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('146.190.84.120',2461947000,'',0,1673999181.4048,55,'518vDjSJBkx43EOWlzHscQYZ','','19|0|0|0|sleepingsolutions.co.uk//wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('114.119.148.70',1920439366,'',0,1673999357.0641,55,'UmLeCojME7HakpNgsqRx8YDA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.166',1920436134,'',0,1673999719.7013,55,'wD9o2OVHXup8ITcKalSQjNvr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.68.77',1123632205,'',0,1674000051.5306,55,'8dhmiPoz4ajRWpLQJNyvIGcD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.179',1920438963,'',0,1674000115.4490,55,'SmvZ82JBhjxWA1PdXniu970F','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.137',1920440969,'',0,1674000431.2996,55,'TsVf9uFE4RrcOji67oX0zxl3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.78',1920439374,'',0,1674000784.2261,55,'TOKeFQsIvZcMCzEgRjm03uDy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.212',1920437204,'',0,1674001025.7055,55,'4LqIDWexkSzyn32Vp1maiFAM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.149',1920442005,'',0,1674001403.9394,55,'HMqwuaLp7KZeTIWBCnN8Jjiz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.232',1920441320,'',0,1674001743.0750,55,'stZITQBHDV8NfPmRn470oLqS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.228',1920435684,'',0,1674002041.2429,55,'jd1YNhsLbpHQJtgq35Z7P8G2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1674003351.0229,55,'Om3rzicwQMs0FvyLKPDRGjZf','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.244.36.78',351544398,'',0,1674003385.7369,55,'qzm6fRFQIgvrAatCYSoKETD9','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php',0,19,0),('66.249.68.81',1123632209,'',0,1674004101.1117,55,'YaM2DteiRTsSyoV4gFpE8wmL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.3',3116346115,'',0,1674004329.6507,55,'BCb2kzAiv7MGopa9QtrNKeZg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.232.64.191',317210815,'',0,1674005206.8869,55,'DPx9l6iIhHj8UAbVOSLnve1M','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.5',3116346117,'',0,1674006275.0807,55,'O3anzECcY1SmNrw9giM74elD','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.81.129.105',911311209,'',0,1674006481.2866,55,'fhbHZG5Y7z0IF2vBA3MPOyWk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674008079.4029,55,'cT6dlzBKyUJOmpEfnhACsVj8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1674008173.9995,55,'A5W7zyOahMpiXf2s64bUrPqn','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('54.159.34.160',916398752,'',0,1674008512.8397,55,'wZ8NOz4pP2BQatgqR0rTcsEL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.17.220',315429340,'',0,1674009139.7759,55,'vZckXbxYMrupOwgFBWGEVy1d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.92.27.71',56367943,'',0,1674009160.7008,55,'evyfd3i1uDr24o6BWJFCaPAk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.229.134.225',585467617,'',0,1674009271.9250,55,'UOxA64zcaQ5Y7rKn8IiqkLlf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.226.68.5',920798213,'',0,1674009328.6901,55,'lWKV6S9Z5bz8X4DvsfETn2te','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.226.68.5',920798213,'',0,1674009406.3923,55,'74qVXuKMNYgcFjZIJlprB8kb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.119',1845014391,'',0,1674010942.5821,55,'xHrldBTu7SWmOgqLFXeY2Cjp','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('52.201.240.43',885649451,'',0,1674010996.3118,55,'n26SwYxcl578uqQVkEPerAzM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.92.27.71',56367943,'',0,1674011721.5767,55,'RaZp7oEJPNAcYzwOesQlbytV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1674012556.9829,55,'8OQ19AjDUPmeEs5FI0WTaMzH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1674012561.6319,55,'oWlxDg3NMVfS4cs89F2LuAyr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1674012570.0049,55,'E9J8yfl23XHU7kQrzasNZFbp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.32',676177696,'',0,1674012570.7165,55,'YazkfdG3CE9RgOVAy08D1hNq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.68.77',1123632205,'',0,1674013608.5385,55,'psINg2HBmfMuJ8S6Ot5WTcnP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016218.8096,55,'xjy1KzVlt3L54uiOJaZPWQgs','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016219.8268,55,'SdVlFbXgMjGJTwAqYopP4780','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016220.8609,55,'9angEi16TuwVUzIM2sxKhSe4','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016221.8758,55,'VoW34bvNukM1e9jDntLml6UT','','19|0|0|0|sleepingsolutions.co.uk/C.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016222.9521,55,'vUXiZ7ngyhYTbSwOpkjVq6sG','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016223.0323,10,'vUXiZ7ngyhYTbSwOpkjVq6sG','','707|0|0|0|sleepingsolutions.co.uk/c.php',0,707,0),('173.255.223.188',2919227324,'',0,1674016224.0550,55,'Rk8vdlAubV2WCto6FGjLPpci','','19|0|0|0|sleepingsolutions.co.uk/01.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016225.0756,55,'jtSpRr5vCHlfzQ8gG1ki3U24','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016226.0801,55,'bH9O5YjAw04E2QXMUfLZsaPr','','19|0|0|0|sleepingsolutions.co.uk/02.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016227.2317,55,'QrKGHpyZB8DXn2FcweTzCiS9','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016228.2628,55,'BIDpAZyCiPnO8tklU649xz5S','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016229.3886,55,'JnKLqbyIwWk2xRts6gGHZMcv','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016230.3851,55,'KTGPmDCYVkbvU6RoeytWc5Ix','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016231.3942,55,'ESrJAKjeOIik6cMBZRUx2FuL','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016232.5598,55,'NboBLHXid3Ep612fvcOSUhM9','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016233.5507,55,'T6ZnDgBoYVkpjdwlc235PAEb','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016234.5327,55,'XbtVYBZ9zHOLxAsulPITJf4g','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016235.5282,55,'CPdWmTs8DEhwLeonGNJaS5tb','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016236.5251,55,'xEQTWukcvRDFNbVhnqMiworf','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016237.5742,55,'knhS9tv6uVoBLzJD3sOMd71q','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016238.9218,55,'yNHrLPz4BpsRdMTog9EqlAJj','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016239.9654,55,'6qJnod1hBusWmjETHrZAxNYP','','19|0|0|0|sleepingsolutions.co.uk/good.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016241.0507,55,'vCnhIty9F1AWNSHuoKXl5mQs','','19|0|0|0|sleepingsolutions.co.uk/classes.php',0,19,0),('173.255.223.188',2919227324,'',0,1674016242.0934,55,'x6klIFLa4D0nNUXPE3Yu82Bo','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('20.244.36.78',351544398,'',0,1674018959.9771,55,'hyXvdleMam14nBx8oTU0WPEt','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('20.244.36.78',351544398,'',0,1674019956.5620,55,'91iTQlSvPOLxda4KUw6pYV5F','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('20.244.36.78',351544398,'',0,1674019978.7658,55,'iuP4Ow5GL7XJCEqYrH38FaKB','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php',0,19,0),('185.191.171.15',3116346127,'',0,1674021487.5038,55,'mlgzYpkAyKL5ZJxqcDOGB84V','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.191.171.20',3116346132,'',0,1674022789.6726,55,'6Ldt8HJWigenf57Ip1SmwCE2','','19|0|0|0|sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.218',1920434906,'',0,1674024393.0081,55,'RlU8D07VaX4EeS5C3JOo91Bb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.42',1920437034,'',0,1674025115.4562,55,'a5QzD9yPrBSjdIKXcOAxLh03','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.186',1920437690,'',0,1674025475.3360,55,'G6D8Un0eVy7lvEuThptfA4qC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.89',1920439641,'',0,1674025791.2321,55,'aGC57Wo1kHLmiY6bUw2q4NcB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.247',301026295,'',0,1674026029.7237,55,'3AejFZhByougYWvR1xw6EbSC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.233',1920440297,'',0,1674026171.5264,55,'nZYUloNhVtabg7ByQeqLFrOD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.78',1920439374,'',0,1674026478.9973,55,'IFfnmDw1NguStkxrRdZCPL0l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.142',1920441486,'',0,1674026815.0937,55,'CSUzvkmJA5unrhNI4eso2qEH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.121',1920440697,'',0,1674027174.9217,55,'jK3vq2pFMfwDYZrg0dxOJXB6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.37.225.62',220586302,'',0,1674028230.1052,71,'NKH2zrnm4XMLEYSZsfTC0AxU','','0|0|0|0|sleepingsolutions.co.uk/wp/xmlrpc.php',0,0,0),('13.37.225.62',220586302,'',0,1674028267.8923,71,'DeY8z13RM7kfUb0aGmJqiw6n','','0|0|0|0|sleepingsolutions.co.uk/wordpress/xmlrpc.php',0,0,0),('13.37.225.62',220586302,'',0,1674028312.0787,71,'vdEq5eZMjt1HYhscbLS8PxFw','','0|0|0|0|sleepingsolutions.co.uk/old/xmlrpc.php',0,0,0),('13.37.225.62',220586302,'',0,1674028365.8375,71,'mqN3sucoDZMzp6UFfRS7C2Ax','','0|0|0|0|sleepingsolutions.co.uk/new/xmlrpc.php',0,0,0),('54.236.1.13',921436429,'',0,1674028380.9587,55,'d9b6LTYNRM4gGjPqHJwXUoOV','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('13.37.225.62',220586302,'',0,1674028411.7364,71,'LbnXDiFdmHBpVKgZEWz5Nlxa','','0|0|0|0|sleepingsolutions.co.uk/blog/xmlrpc.php',0,0,0),('114.119.157.143',1920441743,'',0,1674029699.3572,55,'lBZLG09AwrNxFJKUEVyIQSbO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.76',1920435276,'',0,1674030027.1782,55,'Zxp7An56UhiElDP9FJsBu0Ok','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.190',1920436414,'',0,1674030362.4520,55,'7JRIkDcTSZ92GNgMOHFdsQzC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.152',1920438168,'',0,1674030748.6097,55,'a8VFP0hUODcZq1JirXodGnbt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.59',1920441403,'',0,1674031065.9485,55,'lAnmRGdIr6oJ2ZckQyYOEzN1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.14',1920435470,'',0,1674031386.7598,55,'G4RjAVmPCHoJYSki9TrWwM5b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.119',1845014391,'',0,1674031763.1232,55,'nLsQy6HRfC03TjDJVpGWzcw2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/shell.php',0,19,0),('114.119.129.237',1920434669,'',0,1674031770.9063,55,'1KfXz6vl5epGIbLTxjdQo8Pc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.179',1920438963,'',0,1674032106.5946,55,'Rz8j60KJQdgLrbYaTCv4mnFG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.208',1920436432,'',0,1674032371.3557,55,'klSJFNwTfvu2daEiXe31gWq5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.118',1920441974,'',0,1674032714.0158,55,'2VuRNwajExk9MfdcHpPzyt4W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.8',1920442120,'',0,1674033401.4194,55,'KO0PxB8Q4z7iobYypfU19sdL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.132',1920436100,'',0,1674033717.6631,55,'aV4EAG3yxQ7t2Lh56JXBsW8l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.195',1920438979,'',0,1674034029.1727,55,'nX2RzrQ19vVDaoMZFJL8ybhE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.71',1920440391,'',0,1674034393.2718,55,'PRVYjh2BfI7q9ZmpQlsJHOrD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.174',1920440238,'',0,1674034705.3877,55,'X7ecJBdixR6ykSKQLWV5TnEv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.5',3116346117,'',0,1674035459.3684,55,'Im8uQA0cv9F2jYSG1dlfxCPV','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('17.241.219.43',301062955,'',0,1674036700.9394,55,'wWzuDcSO0JZRdBxClpbgnm67','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1674036916.3833,55,'PbWVy1RAEtupk4QsOJYvir35','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1674036920.2318,55,'duz7UpCgD4PBV1JSmeacLZbo','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1674036921.5102,55,'apXIhGrVfz752EA69sdPtQT0','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1674036925.9691,55,'zCDo2Qb1NxSt8Rpd5nWyLKPh','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674036926.4922,55,'vfD0OMar6mSQxoWBcqJA5hbk','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674036926.5531,10,'vfD0OMar6mSQxoWBcqJA5hbk','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('20.244.36.78',351544398,'',0,1674036930.5568,55,'cgfa59OV0uW7nPTrpUhejJzI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1674036933.3294,55,'mMRreo536dg0sBT7EANckfxK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674036933.8452,55,'Q7yUzFbTK8jlhS0wOg1rD5VC','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674036936.2862,55,'4G05uYDcV2AmfsBhNnpH8Ita','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674036937.6731,55,'FmzlxP0f6uK4iYN8LDoOetXy','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1674036946.6382,100,'hgaK7ei2IcDl605Zm1GzBtpd','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1674036956.5552,55,'Kz5xWXGMNl96j1PFIaBpeE7h','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1674036957.6768,55,'i0Xzr8QGhsC2Zgvp457ndE1y','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('82.132.236.57',1384442937,'',0,1674037275.7570,55,'jOusfzSvox8mLy2ErKHp9WDb','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.75.254',1123634174,'',0,1674039951.5935,55,'0TPfIrn8S2L7BOypGs94jA5m','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.136.109',1920436333,'',0,1674040244.8512,55,'knN1HdOJol3VUAsgpBaTvtqu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.5',3116346117,'',0,1674041813.2928,55,'FGKSDJLh3bCmuRarN0BOw4dv','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('128.199.80.52',2160545844,'',0,1674043221.4118,70,'CRnzijoNMVUftTJL7P3Kws5a','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('17.241.219.196',301063108,'',0,1674044948.6799,55,'cBXfhnZkSabxtMLyVIWGFJlY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('128.199.80.52',2160545844,'',0,1674045838.4896,70,'612iTzQAsRXblnpwGCJg3VY8','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.149.5',1920439557,'',0,1674046019.9662,55,'kdw6SV4rq7MaHejRc3BChLm8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.191',301063103,'',0,1674046272.3296,55,'WRSUGkziA25cMoy8eLgYdBmn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.123',301063035,'',0,1674047432.0418,55,'pLuWDyq3S67Y894JkHb1gfXx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.214',1920438230,'',0,1674047786.3768,55,'VywvJFexaT2EGMq4LgzoAuI7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('27.34.50.160',455226016,'',0,1674048098.1104,55,'f3U9R1cTFstw6AjPxJMVGna4','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('27.34.50.160',455226016,'',0,1674048103.9806,55,'yfd3wsu6M5TBbzEc2gLSCJxo','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('185.243.218.110',3119766126,'',0,1674048121.9942,55,'WOgIuvyPcVJeikUDHo4nXt2j','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('193.189.100.201',3250414793,'',0,1674048139.3538,55,'RLOPcdgVUY42i5xp8qK7Gmyj','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('20.244.36.78',351544398,'',0,1674049389.4574,70,'2iyxYr6hLE1K7UmZFDlTAWbf','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('20.10.11.51',336202547,'',0,1674051339.5273,55,'Tg8XsweoF5H9pImi7Ga01JNq','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('20.10.11.51',336202547,'',0,1674051340.0764,55,'berCtZEgJLp0uiX2KGdTMqsS','','19|0|0|0|sleepingsolutions.co.uk/bgsenedy.php',0,19,0),('20.244.36.78',351544398,'',0,1674051410.3670,70,'KsJz9P67ejwVxFvq0IbaGoRg','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('208.109.33.169',3496812969,'',0,1674053192.1423,70,'IsuylqANCGv0fcStXwQYKpOR','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('208.109.33.169',3496812969,'',0,1674054250.7159,70,'mA3JhTaxMwdVyviWenZ5GItc','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.128.237',1920434413,'',0,1674054933.1370,55,'i7aG1De6zQV9vL8COxYuIykb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055807.5209,55,'DLEv1tiNFounMK0syBY7R6q4','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055808.9167,55,'0aBb3qdJr9cDY6A2sF1VzimC','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055810.2417,55,'tSMF2vX3UiKpEea4ZmozNJkD','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055811.4599,55,'idCpnaQLyeYKS4WJsImu3Aqh','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055812.9284,55,'wdl2meErQ8jVOFgGW5yhoZsp','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055812.9944,10,'wdl2meErQ8jVOFgGW5yhoZsp','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1674055814.7167,100,'v5wJMKlEpNV8nAUObWicf6R2','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1674055819.2144,55,'UXPNsqRdtzbBD2lTvYuWMiwF','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055820.6792,55,'oDdmJpfj0S9GvRlVxQ4u6PZF','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055822.1876,55,'ospzBgG8VCQ06mv15UZXH7EP','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055825.4022,55,'VqxTE1klBy4vMNLQ6nuGUbfI','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055837.5871,55,'G7xOLbqWA5UJkIu9pcMl6tDV','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055846.8647,55,'3kM0PR6dz2oTgNIr9w7KFJsE','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055848.0328,55,'sk7WEmU0TPy9hFBnaxVuHqCj','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055849.2335,55,'GU9IWgON63XfuTpV2PoSDhZl','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055850.7359,55,'k41xfTHtKmQ5BqgdW7cz8C3b','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055852.0927,55,'tyBGlzC1LDdR5vM2SAZNb9uj','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055853.4153,55,'QoBEyLmDJlRC3YNt4b5qIuVP','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055855.7958,55,'vVUNxRfr6WgM8ZsP4iHwa9I2','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055857.2625,55,'eSaBvdVqurYKgMHITWfFm8Ot','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055859.0902,55,'bUAcQY0jFlLfkoKwCBvuq3Nm','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055860.4456,55,'PLR6HTOIfJ24gAws9qBuXomK','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1674055861.9415,55,'Ja6NrpWIsASRG970mkEivjo8','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('114.119.162.251',1920443131,'',0,1674056516.6852,55,'oyG9XeNSDJb6Wgk5B3EZxMUu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.67',1920436547,'',0,1674056881.2717,55,'6CE81tqzSWa2hiKXGg9OAD0m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.196',1920442052,'',0,1674057241.8909,55,'EZqpMRiwjzAHfekSx3Oo6KWc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('208.109.33.169',3496812969,'',0,1674057339.8538,55,'QmYRtBaJ42lixwPbd53szu7C','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('114.119.141.69',1920437573,'',0,1674058439.6267,55,'BcVltMCnfqQdJhjryIeaPUwb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.10.11.51',336202547,'',0,1674058733.9228,55,'60qI5rMcCuyi8OkpQvVdJ7gF','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('20.10.11.51',336202547,'',0,1674058734.3456,55,'iw6gMK3HlavZBOxbDCUARGsP','','19|0|0|0|sleepingsolutions.co.uk/fxsmfdkf.php',0,19,0),('114.119.133.26',1920435482,'',0,1674058799.8246,55,'P2ATnyCHx9OYiQrhm6ueJfwo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1674059022.9936,55,'zN9derJMTU5DEikAIhbyujWY','','19|0|0|0|sleepingsolutions.co.uk/shell4.php',0,19,0),('20.244.36.78',351544398,'',0,1674059024.2620,55,'cvaWXjAYqJG0ZQKtDV5dhMLg','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('20.244.36.78',351544398,'',0,1674059025.4537,55,'nGhazF5oCpYNmP8lEcyVfrBW','','19|0|0|0|sleepingsolutions.co.uk/ru.php',0,19,0),('20.244.36.78',351544398,'',0,1674059027.1208,55,'bUzJrVkG3CYijQWPf5DLqySo','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674059028.4083,55,'SueElZQwdFP6iAk8hJYWsrRz','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('20.244.36.78',351544398,'',0,1674059028.4551,10,'SueElZQwdFP6iAk8hJYWsrRz','','707|0|0|0|sleepingsolutions.co.uk/vuln.php',0,707,0),('20.244.36.78',351544398,'',0,1674059029.8305,55,'eJPqEwUGDXp8ogC9jfOaHrL3','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674059031.1818,55,'CgPQEf0MyDBnJ1i6FxlX4YNR','','19|0|0|0|sleepingsolutions.co.uk/skipper.php',0,19,0),('20.244.36.78',351544398,'',0,1674059032.4274,55,'QMK2WBuLRprObAk4685zXgdT','','19|0|0|0|sleepingsolutions.co.uk/skippershell.php',0,19,0),('20.244.36.78',351544398,'',0,1674059033.8763,55,'qFPeHOdDcspxbZkhCtSN14v8','','19|0|0|0|sleepingsolutions.co.uk/tttt.php',0,19,0),('20.244.36.78',351544398,'',0,1674059035.1203,55,'YrOw51secSkAzi9y8qZmvKUQ','','19|0|0|0|sleepingsolutions.co.uk/tshop.php',0,19,0),('20.244.36.78',351544398,'',0,1674059036.3115,55,'4wEBUxMo3dDb0AJeZ2KLFt8j','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1674059037.5199,55,'cEjxKNVPDS406iCXYTvkl1AL','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('20.244.36.78',351544398,'',0,1674059038.7558,55,'qQ3AHjGfpiYLuMeoIaXWVdhB','','19|0|0|0|sleepingsolutions.co.uk/inje3ctor.php',0,19,0),('20.244.36.78',351544398,'',0,1674059039.9788,55,'IkTUsgXF8PexiSw5ubhz6E3n','','19|0|0|0|sleepingsolutions.co.uk/saudi.php',0,19,0),('20.244.36.78',351544398,'',0,1674059041.2365,55,'ZCNg3TxSrEDFIVk7u06RlWqM','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674059042.6659,55,'rq2XPMD6QxYG4SdnklTF3JRO','','19|0|0|0|sleepingsolutions.co.uk/alfashell.php',0,19,0),('20.244.36.78',351544398,'',0,1674059044.0837,55,'PTAoz8lMRv20Bcip6IjHbJEq','','19|0|0|0|sleepingsolutions.co.uk/my_alfa.php',0,19,0),('20.244.36.78',351544398,'',0,1674059045.4044,55,'DM4uAn6kHPEjgOcm1X7R2hT9','','19|0|0|0|sleepingsolutions.co.uk/uploader.php',0,19,0),('20.244.36.78',351544398,'',0,1674059046.9676,55,'ew0Gun2YPAd3yFjstDJITvgf','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674059048.4573,55,'m0PgAoBFxr6qpw2Zs9VaNk8R','','19|0|0|0|sleepingsolutions.co.uk/hacked.php',0,19,0),('20.244.36.78',351544398,'',0,1674059049.8142,55,'nRQBdzYspOEu2je65g0VakKr','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674059051.2721,55,'0l1HpKSPLG2qryEX4cJk9fWi','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674059052.5460,55,'cYA3mNqVj8Is5vXUEgP9odTw','','19|0|0|0|sleepingsolutions.co.uk/Navir.php',0,19,0),('20.244.36.78',351544398,'',0,1674059053.8082,55,'tJHipPzd45hq7gDu0B6NGw13','','19|0|0|0|sleepingsolutions.co.uk/cmd13.php',0,19,0),('20.244.36.78',351544398,'',0,1674059055.0802,55,'8nKkJFWcpP5ozH1CYgbSxsUR','','19|0|0|0|sleepingsolutions.co.uk/inc20k1.php',0,19,0),('20.244.36.78',351544398,'',0,1674059056.3276,55,'Tf0sBp9k1rIHAhFiX2NU5ZR3','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.244.36.78',351544398,'',0,1674059057.5795,55,'XbEhsqzLlJC6iPKQASFNROnx','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674059058.8339,55,'lr1uq6zDbsxJPVjCmBFogyZ3','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('20.244.36.78',351544398,'',0,1674059060.0570,55,'ZwSpXuYxthOrUcWHflFQMdvB','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674059061.2037,55,'7FZshAoe1mDCTj5aSBlcrX4O','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('20.244.36.78',351544398,'',0,1674059062.3460,55,'HS3oer8KJEiPq6bQfCDGantF','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('20.244.36.78',351544398,'',0,1674059063.4676,55,'4eAapbqTCcs3iLghKRY7jt69','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674059064.6630,55,'adqiOBnuYvCfhIl4c01yLAUm','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674059066.0661,55,'gEKlJHNjDshG7CdiVk9SAWmn','','19|0|0|0|sleepingsolutions.co.uk/edit-form.php',0,19,0),('20.244.36.78',351544398,'',0,1674059067.3679,55,'bAFjo3fg96ZuK2xGWykvOzLD','','19|0|0|0|sleepingsolutions.co.uk/LEAF.php',0,19,0),('20.244.36.78',351544398,'',0,1674059068.6094,55,'NACG7t4sHk6xmfzba1RWS3rK','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674059069.8123,55,'D50IdlAWfZOk7mjJ34hUiczt','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674059071.0144,55,'PSfHm5CL9IzwTWJptRAGxDsr','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.244.36.78',351544398,'',0,1674059072.2833,55,'7chlFkZavf63QNXHSonAgudM','','19|0|0|0|sleepingsolutions.co.uk/Leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674059073.5271,55,'BSYxEd6Rt4OawmyUqc350lTp','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674059074.7237,55,'NcanSCk0Y4FIv6U7zO9rwTWt','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674059075.9798,55,'ihadUMp7reTcO10Gn4PAN9W5','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('20.244.36.78',351544398,'',0,1674059077.5111,55,'DIyXNO9ajhYU8QpBsW0qtCGk','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('20.244.36.78',351544398,'',0,1674059078.7606,55,'YqnXZh8yB3IjvFC4kzbuVROL','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674059080.0017,55,'8PdJ2slcbtrE9DnSiRvmVjQy','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('20.244.36.78',351544398,'',0,1674059081.2033,55,'PESa2sTz1mw7IGcg8dUZQi09','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674059082.4870,55,'8WObFS5zAriMwvC1f7REoDZm','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674059083.7941,55,'t6Z1KSbGnNg03FXhRDIOo4BP','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674059085.1801,55,'LBIQnU79N8F1sO3yMJrHktPm','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('20.244.36.78',351544398,'',0,1674059086.4152,55,'VRz7E25HfjZL4n8hrbtwS0mJ','','19|0|0|0|sleepingsolutions.co.uk/gaza.php',0,19,0),('20.244.36.78',351544398,'',0,1674059087.6289,55,'BNGtdL2u6xvnMbaZYTckophm','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('20.244.36.78',351544398,'',0,1674059088.8646,55,'X20itFMmUhOp97nWT4lrsoIY','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('20.244.36.78',351544398,'',0,1674059089.9844,55,'A1qLt0RhfnWSHOvbkYFGBoed','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('20.244.36.78',351544398,'',0,1674059091.1820,55,'s2omP5EtbvLK0CGBiT7VkgQ8','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('20.244.36.78',351544398,'',0,1674059092.3773,55,'UNhR0M7Lcwz86ErtIsoj4KZf','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674059093.5169,55,'v5PfXIhegb1yxOskd6YGmrnF','','19|0|0|0|sleepingsolutions.co.uk/Lux.php',0,19,0),('20.244.36.78',351544398,'',0,1674059094.6728,55,'frQqTstHa6O9uZJ0YGUnp4vR','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('66.249.75.226',1123634146,'',0,1674060833.7749,55,'N9FXIpwegj84YbsGqOMHQBVt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.217',1920435929,'',0,1674060892.3301,55,'IR5qBLlNpX19zJHku2KVrTbO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.255.223.188',2919227324,'',0,1674061007.6593,55,'Yoz3OgGsPZ45KNQLc2Ddptw1','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('20.244.36.78',351544398,'',0,1674061225.7087,55,'lyaPodMQkBfK0Ywx3URc8Nes','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('114.119.137.51',1920436531,'',0,1674061225.7376,55,'pi02DBA8qQsSMIKYgvdcoxua','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1674061230.0689,55,'edPKWCJx5EimBtG3Anbs9Ozv','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.244.36.78',351544398,'',0,1674061233.1095,55,'3cWJmgs7EovUyb45IX8jOPAh','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.244.36.78',351544398,'',0,1674061240.6481,55,'gRxzeUTvPS0Ol2FQ9kE8rA4Z','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674061241.1671,55,'Ptap9shxE7GXy1bwKFdCgqM4','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.244.36.78',351544398,'',0,1674061244.8272,55,'fjJthLxNRlVS8PQO391U6usa','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.244.36.78',351544398,'',0,1674061245.9120,55,'aH2MLk6nJRIX4EuPdoqFriwO','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674061246.4123,55,'hVCmavN30PxdSToJD6LU271H','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.244.36.78',351544398,'',0,1674061247.7200,55,'EKolGZYPSCIwDWi9527Adb0v','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674061248.8992,55,'IuC9gdDmJYxyks42KTwGfLBz','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('20.244.36.78',351544398,'',0,1674061261.4388,100,'znAMCdpIl6EyJST9tQmagw4F','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.244.36.78',351544398,'',0,1674061266.3983,55,'hg7oBavQHrE3wksI2eRilKyx','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.244.36.78',351544398,'',0,1674061267.5157,55,'bMjCd5TuzYxGcsBfm6NZ9Eea','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('114.119.157.143',1920441743,'',0,1674061601.6315,55,'YduUD0vMoaJG548Iz7XmKRbh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.67',1920437571,'',0,1674061903.3569,55,'ylnH96jSwra3pVI2sFtGxDOZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('155.133.84.253',2609206525,'',0,1674062058.5887,70,'7RZkWtViGdOymClDx2LYBHPQ','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.158.172',1920442028,'',0,1674062692.9966,55,'OXwhtz0IpJkSCoPqrvWn9Q8l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.195',1920438979,'',0,1674062944.3978,55,'z8QnrJeEP4w9BNdAliUyLXct','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.203',1920442059,'',0,1674063307.6525,55,'qG0I9lj7FJQDp6hOTBUSbML4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.91',1920439131,'',0,1674064317.7617,55,'ocNFM235SLwz6Dd4aTRuOvi9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.165.136',1920443784,'',0,1674064626.7562,55,'2rpJYzQIwoSGmjDnOK3NWyFC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.87.244.160',223868064,'',0,1674066734.4334,70,'YlQUoN06j5mfG7TExc8VXuA9','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('13.87.244.160',223868064,'',0,1674066756.3893,70,'gMYxEzaqebIiU9yoh1sNGHw0','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.156.102',1920441446,'',0,1674070105.4376,55,'3db8hymvlHQwiFAe4YtXW0fZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.149',1920441237,'',0,1674070430.9627,55,'Gi70YaJxlheASgHcrUPnBTN8','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072046.7466,55,'P1k6fclBmIqzJOVFr3Q8vSKa','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072048.6335,55,'aRVhgT84F1q396ZuOkUjBEdY','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072050.3056,55,'sTUHaiANkt9u2wQfcJ75bPBg','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072052.3530,55,'xBCTA9n3IaEXvycKHYF2MqRJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072053.5844,55,'z6eJimv4IEghHT1q9yfYWkZQ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072053.6000,10,'z6eJimv4IEghHT1q9yfYWkZQ','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('208.109.33.169',3496812969,'',0,1674072054.8099,100,'upmw5BKsTEaMYIJWXqDVLdPn','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('208.109.33.169',3496812969,'',0,1674072057.9309,55,'pTvtXgPbYKxHSC9k1jzl5dce','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072059.1297,55,'BxzNnWoLySgH6abiJVfljPrC','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072060.7208,55,'Zg1oiDHEaRu6GeIsFN3BWJM4','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072063.4666,55,'ke1cdZfJlXbzy78mB3sQ6h4F','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072064.6164,55,'84nxUEjHu1DNKi9XQvdItZrV','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072070.3063,55,'43Qqsbkl79GBRpozSUCxEain','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072071.6121,55,'cThfixIwQlm8dMKp0z4JW7DS','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072072.8893,55,'ANYVDaygQq3wicOPmdRhXxTZ','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072074.2157,55,'H3zaxudGfYX0P6m49OsvyiWK','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072075.7344,55,'woxAB5QYTRuv1f9PJcymFN80','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072077.4656,55,'cBHIW7qJA68Mhx9NfbCldi0v','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072078.6505,55,'pBaRN6qTusnZ9Sm0hAQJFfrL','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072080.0515,55,'OLCEPfGYTuoNJtexkyQ0H5WD','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072081.7019,55,'aVYKnFv23dIpgrHqWMyPNAQu','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072083.5036,55,'R1NoFmU5k6hvsVGO2p84uyEW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1674072085.0937,55,'Bw9jK2SUxQrhYuOR5AWcgkJP','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('208.109.33.169',3496812969,'',0,1674073490.8329,55,'tLwjBClTNu3FXari4ZfY9D1E','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('66.249.75.226',1123634146,'',0,1674075115.9437,55,'Mh86RrEnLPwJYHp17uGKlaTk','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('66.249.75.254',1123634174,'',0,1674077096.4952,55,'tfIa4x0XVEol2dQZGzL5iwvr','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('3.237.81.123',65884539,'',0,1674077805.8835,55,'wMocmlxsnrJdAOCKYQIaHy43','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.209.213.231',315741671,'',0,1674078703.9973,55,'QlnAbXGZTdxekqh5Dtciw6SE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.51.140',752104332,'',0,1674079071.5857,55,'Jra3cv7NnwLGmHYKgfMSW8de','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.228',1123634148,'',0,1674079077.0811,55,'NCprmuf1nizMa7IHdtgLJWyU','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('54.173.205.31',917359903,'',0,1674079101.0230,55,'K5tgJ9LCnGDQ80MqZzPlaicF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.7.36',315426596,'',0,1674079101.4141,55,'JcGK4g8if1BzkqjbvH3EYNS9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.81.155.197',911317957,'',0,1674079111.1315,55,'4dUC7AvSoY5Bhn6euLQbjPNV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.175.205.181',598724021,'',0,1674079118.0140,55,'KuxABZqT3p48m6IYCFLkl2Eg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.192.138',65781898,'',0,1674079942.4180,55,'fLsKZ82WAtdXBJnkN65mIETC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.191.169',66043817,'',0,1674080389.3375,55,'28NntovBTp3AUS1KRJH5OuYW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.159.56.71',916404295,'',0,1674080760.2142,55,'qBz4uIswnbPvkOYoKryVtMUi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.197.77.67',918900035,'',0,1674081633.0564,55,'R3BVqc62XnTDs7Yh0mHL4IOb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.206.85.76',315512140,'',0,1674081641.0615,55,'kf6pFaMDV8IRjBJy7ZEcgHGS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.228',1123634148,'',0,1674083758.0842,55,'V7YZPNEo1LhRbQUnwBpOMWKk','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085245.0433,55,'vg2yV43Rf9Ow1omYhD0txuA5','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085246.9135,55,'NJZpl8mFgy6DcHz7SVOwoXid','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085249.0882,55,'zO6MWvF3jcLVxXTwR84Kmb01','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085250.7215,55,'sFkN6Jea7uxHlTZGXdqQCYnw','','19|0|0|0|sleepingsolutions.co.uk/C.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085252.1106,55,'aWGNpRt0XYVPk48IhMSZDqxK','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085252.1441,10,'aWGNpRt0XYVPk48IhMSZDqxK','','707|0|0|0|sleepingsolutions.co.uk/c.php',0,707,0),('173.255.223.188',2919227324,'',0,1674085254.0336,55,'fW5BmPvL30aq2TVcZ6kSHgXY','','19|0|0|0|sleepingsolutions.co.uk/01.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085255.6054,55,'drBVz1vyRS2NQbAj5TIfkEKt','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085257.4360,55,'u1kxqArDsFU8p2wfMOc4zylK','','19|0|0|0|sleepingsolutions.co.uk/02.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085259.3530,55,'FOBoEt7IzZUHAPgRMy8aXr6V','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085260.8850,55,'IwFOodbN7JycMqZYjQxeVzsB','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085262.3693,55,'Ld2UcbO7P5hZ9GusMkJgFXBe','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085263.8389,55,'zJNgbXAjr7nqLEc6P1oipsYk','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085265.6504,55,'cmfB5ekZbudP47F9pNrHMnwt','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085267.3703,55,'xEMn4ybHc2LoR9ZphTJkBvQm','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085269.1631,55,'ZJwln2p5odxtLH9BKTES6hrY','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085271.1025,55,'URlt6D3mYX4PqSICpcLrJvie','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085272.9801,55,'vlaDcTs81EoOyexgGHANJ2FP','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085275.1974,55,'yPozZ6dvh3JuMXGNF4jxq8B2','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085277.5910,55,'DIVWqgNF4uv9wnAdCobyfaEt','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085280.1247,55,'yhcCOgPFBk4fN87E1Vrl5npZ','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085282.2312,55,'kDiZJw6BVfdNvajXYq04Ecl7','','19|0|0|0|sleepingsolutions.co.uk/good.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085284.2094,55,'UG6vRxBIM4iyJS2fu3oPg1lw','','19|0|0|0|sleepingsolutions.co.uk/classes.php',0,19,0),('173.255.223.188',2919227324,'',0,1674085285.8039,55,'Ed4j2wRBMFm6DekPWa89lNv5','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('20.14.84.163',336483491,'',0,1674088988.8020,55,'2kuDHmNPaVGLWKFS5AsTicZY','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674089003.9820,55,'CVhD40gJdB9mAvlSQR2bTaku','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089020.8246,55,'eukybgG5BCDOPS092zK6ld4I','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089039.9644,55,'pR73ACx4EKI2qWihG56ZOnyB','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674089052.4186,55,'lCoGT7BMIDVi6Y1u5m3wp2EK','','19|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089052.4943,10,'lCoGT7BMIDVi6Y1u5m3wp2EK','','707|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,707,0),('20.14.84.163',336483491,'',0,1674089085.0989,55,'IRjQ2CYg30quhMGwxil9aX6c','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089124.9062,55,'JRByKzen6Mpj85b2N3xFauIm','','19|0|0|0|sleepingsolutions.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674089152.1968,55,'lvDTFx5tehpSz0Lwj9IaOgok','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674089173.2296,55,'rDdqlsPuNpzmn0Z2IfA64LQv','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674089182.1199,55,'joLm1IY2bVfncBi0AZktF38N','','19|0|0|0|sleepingsolutions.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674089190.6713,55,'gBwd6CroKmY9aSU4n3jE7RMh','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674089219.0041,55,'01uewgmKCVRxdk4hEvpq5PiT','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674089236.2710,55,'WX5LpaGxjICYdOl6E0PiHzr1','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089252.2080,55,'pmFcWkXuZ4orb9ePJNEKn706','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089273.2548,55,'9Ks8R06qGXteC3iVlPTZjImU','','19|0|0|0|sleepingsolutions.co.uk/.tmb/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674089333.7402,55,'EQUvzKoX4wnq5INFLAY8StT1','','19|0|0|0|sleepingsolutions.co.uk/mailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674089349.9852,55,'Pe8RnAg7C0ruZ4JDhwiVT9dM','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.14.84.163',336483491,'',0,1674089364.0454,55,'eR4YC2sW1u80HrqAUPwV9kXN','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.14.84.163',336483491,'',0,1674089389.6181,55,'uca6wrVvRBWCYjpDlGZ97FSL','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.14.84.163',336483491,'',0,1674089402.2131,55,'SudHpyIqajUKDV32R6g8fkTY','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674089429.5427,55,'hzIVxJR9iglwdqOYCcZoELBS','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674089487.5392,55,'rUYW1LAnOSE2KIJHT6hxdcsv','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.14.84.163',336483491,'',0,1674089507.2198,55,'ZJPc4vNpfr6wdt92HX3AEKjo','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674089542.0937,55,'LyEz92eDxrqAQ6fjvSm3KbsF','','19|0|0|0|sleepingsolutions.co.uk/28.php',0,19,0),('20.14.84.163',336483491,'',0,1674089569.6048,55,'07axOuty6fqDlk21RcChGE9Z','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674089599.5541,55,'cMO8QvGxTeLZVzJSgpP2yKnU','','19|0|0|0|sleepingsolutions.co.uk/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674089630.9389,55,'hB9Rf3K4yXJCqQYtHzEwmGax','','19|0|0|0|sleepingsolutions.co.uk/wp-content/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674089649.7927,55,'NcyJbjqESBmu90s54pWRHUIv','','19|0|0|0|sleepingsolutions.co.uk/wp-maiiler.php',0,19,0),('20.14.84.163',336483491,'',0,1674089668.9025,55,'tXVwP68qs4LuBj1Km5CzTOEp','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('20.14.84.163',336483491,'',0,1674089688.8356,55,'doY16vrfN3mgRHa472ySTZJD','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674089709.8940,55,'fxpHM9j2Zs7Dc4tFdKJlmrYG','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('66.249.75.254',1123634174,'',0,1674089936.7944,55,'JygnshSDp2Pxo8mRCAYHbNGV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674092818.3204,55,'w2tI0p5rCQXqTmBY39Edsgy4','','19|0|0|0|sleepingsolutions.co.uk/.sts.php',0,19,0),('20.14.84.163',336483491,'',0,1674092963.5509,55,'g8KtPQSyJ0lEFCBI3YDoxZRn','','19|0|0|0|sleepingsolutions.co.uk/.Wp-back.phP',0,19,0),('20.14.84.163',336483491,'',0,1674093073.8933,55,'IC5BaymhA3ciKzTq8lE0JNpt','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('20.14.84.163',336483491,'',0,1674093162.0137,55,'LuOdZTfUNMCEJyq0gn9bl1h5','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('20.14.84.163',336483491,'',0,1674093299.0403,55,'afJsUCouZxckdW4wTV8p6H7y','','19|0|0|0|sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php',0,19,0),('20.14.84.163',336483491,'',0,1674093299.0832,10,'afJsUCouZxckdW4wTV8p6H7y','','707|0|0|0|sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php',0,707,0),('20.14.84.163',336483491,'',0,1674093419.5036,55,'WoI9jc1SnsfZipYhRMG28uPy','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('20.14.84.163',336483491,'',0,1674093549.2891,55,'9gkETSqG8fNKejMdUp0IVLHt','','19|0|0|0|sleepingsolutions.co.uk/bala.php',0,19,0),('20.14.84.163',336483491,'',0,1674093679.6962,55,'G5PknLXJvYDte3Bcol7s4RAd','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('20.14.84.163',336483491,'',0,1674093763.1820,55,'5QO6V3lbWjASkog0mcvq4Jex','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('20.14.84.163',336483491,'',0,1674093867.2399,55,'DAnrxR0fT6eBXqd952QgukGP','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674093951.0588,55,'qUh1PSjncGeapRMOrw8HC67v','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.14.84.163',336483491,'',0,1674094034.4781,55,'4q7GA5mzRVN9JDtuWP16Fwer','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674094144.0406,55,'x9Xg6ePR2YKVldtjrhkJFsz0','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674094214.1826,55,'UkYA21jgHWMxd5JfOentzGRX','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674094282.7899,55,'KMghDsf65Y3FrB8SiI0mbZkL','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('20.14.84.163',336483491,'',0,1674094347.2669,55,'jJfYchyvlU7wKtPQxM20LHXb','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674094408.7294,55,'yD0Rh9XzoQIb5kAcfvprwl8H','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.14.84.163',336483491,'',0,1674094485.2176,55,'CHwUcMdgW5EKmlGVpNfh4xFP','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('188.241.82.13',3169931789,'',0,1674094486.1856,55,'TA1NKylaWsiSxJEGInZkcVUw','','19|0|0|0|sleepingsolutions.co.uk/admin/login.php',0,19,0),('20.14.84.163',336483491,'',0,1674094586.6497,55,'ePposGDFAI3gClb0ftTH45yB','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('20.14.84.163',336483491,'',0,1674094667.2923,55,'uQoClVNjKw3m4AS0b1tdPTa8','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.14.84.163',336483491,'',0,1674094799.1578,55,'dbnZMIhza3XBSJmHAe97Qk18','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('20.14.84.163',336483491,'',0,1674094919.0049,55,'ewfCj6kBhO1bacqNU4Dz2MV5','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('20.14.84.163',336483491,'',0,1674095021.8747,55,'jdeI2nGz8wLTEYMa3UhP5t4k','','19|0|0|0|sleepingsolutions.co.uk/confiig.php',0,19,0),('3.236.16.113',65802353,'',0,1674095050.3106,55,'RoKtHMjG0TmZ9vFcEAuOSNed','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.26.179.208',1679471568,'',0,1674095126.9111,55,'kTeg7yBDJEQzn1XOoHLCWt2d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.119',1845014391,'',0,1674097099.7231,55,'sXQLnouMrdGwj8lUYEmJ5eSI','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('114.119.156.251',1920441595,'',0,1674097742.3165,55,'f3XCaHMy4xhLjcPkwGJKYgQF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.96',1920441696,'',0,1674098062.9382,55,'Orcez6S9pVqL5QTv2ZMiuYyW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.198',1920439494,'',0,1674098333.5308,55,'1ldMcPo0KDA7rNqFXZ2gLJC6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.84',1920436052,'',0,1674098683.5082,55,'UsyTnZ7tB8XbxcOF94lIqmpW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.241.82.13',3169931789,'',0,1674098940.7189,55,'Wb8Eg4eM2THAkwNhyQncDZxj','','19|0|0|0|sleepingsolutions.co.uk/wp-content/_input_3_raiz0.php5',0,19,0),('188.241.82.13',3169931789,'',0,1674098998.4755,55,'u6BVlYnJGUKPIaHqjFSEX71L','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/revslider/temp/update_extract/Raiz0__wsydj.php',0,19,0),('114.119.159.161',1920442273,'',0,1674099024.3340,55,'uNnAD4TbrIOXfh2j07e6Zwil','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099064.2479,55,'Ksz9Wdr4vua36LoRT5C08QPn','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/showbiz/temp/update_extract/Raiz0__wsydj.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099169.6075,55,'txEkRXy1OHrzD2UfZSah6ldo','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099212.2240,55,'ijcaslk5mZ20tuNOK978qgHA','','19|0|0|0|sleepingsolutions.co.uk/components/Raiz0WorM_1674092839.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099212.2636,10,'ijcaslk5mZ20tuNOK978qgHA','','707|0|0|0|sleepingsolutions.co.uk/components/Raiz0WorM_1674092839.php',0,707,0),('188.241.82.13',3169931789,'',0,1674099229.3212,55,'bT38Qk1dhmFWSlw0NPJax4uH','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/assignments/Raiz0_1674092839.php.',0,19,0),('188.241.82.13',3169931789,'',0,1674099254.4421,55,'2MkaErNQIucpdxGC8tBqDHs3','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099257.4494,55,'bRs7UpPMjcul1qKOnGEBChF4','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/Raiz0__wsydj.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099294.8148,100,'pH14alBRyiOL5eu2sEYPGNUF','','13|0|0|0|sleepingsolutions.co.uk/index.php',0,13,0),('188.241.82.13',3169931789,'',0,1674099310.8084,100,'WXYrxh6SikHemnIwNyFDZRs3','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php',0,13,0),('188.241.82.13',3169931789,'',0,1674099314.5725,55,'o2305YXWICgZ6tsveukJLGmy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2018/01/Raiz0__wsydj.php',0,19,0),('114.119.151.155',1920440219,'',0,1674099319.2801,55,'BozcYO162TvrxXRiSjdpLn4l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099320.5538,55,'73amXu602SfEGcv4DwrBd1yP','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/wysija/themes/Master/un.php',0,19,0),('188.241.82.13',3169931789,'',0,1674099343.8380,100,'UlsgCnibHTwdy4Y7VoOvAPXB','','13|0|0|0|sleepingsolutions.co.uk/index.php',0,13,0),('188.241.82.13',3169931789,'',0,1674099367.2360,55,'2psFHwqekJdR4g6Nur08SAiX','','19|0|0|0|sleepingsolutions.co.uk/root.php',0,19,0),('114.119.141.18',1920437522,'',0,1674099673.2286,55,'AZLsWVXJP1Yrnx5IBjMzgyoD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.162',1920434338,'',0,1674099985.8470,55,'i4g51p2NfUoFMr8mYylsjXq3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.60',1920437308,'',0,1674100336.8688,55,'woa8EmlerWKgvPSjt7TRcIDb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674100663.2130,55,'urOTo0HP3KSsat187YegyXEw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('114.119.133.253',1920435709,'',0,1674100669.7884,55,'U4J7QfTqriaIgjF6E8KnBhsd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674100684.8404,55,'2Qm7aU136jTgGecWSFVw95LC','','19|0|0|0|sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674100742.1051,55,'mP2BwXUTzDblNyC9HGxndi0A','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('20.14.84.163',336483491,'',0,1674100775.1107,55,'owf3IUWl7k8dxNQT6MrRisu9','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674100793.0930,55,'Y8V1FiQlRAcfZU7orXqeav49','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674100793.1781,10,'Y8V1FiQlRAcfZU7orXqeav49','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,707,0),('114.119.134.6',1920435718,'',0,1674101009.6968,55,'pBYtKINPuvgnMf6aDA0F39LV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.249.148',315619732,'',0,1674101084.4008,55,'jP5LYsVHGdIa9E7ivBpuKJ6W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.175',1920440239,'',0,1674101363.4207,55,'MCdPRpNA70KF5LErm8QstqjW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.249.148',315619732,'',0,1674101411.4806,55,'hlNELQSbjBfIJsPk70Wv9eVp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.79',1920442191,'',0,1674101641.4240,55,'lxvinFJ40rz2t7EwAZBVTcSk','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('68.183.239.123',1152905083,'',0,1674101743.6522,70,'XEO0QIT5Vrb7FyjlWszueSPt','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('18.207.137.199',315591111,'',0,1674101834.7431,55,'rVdAp8MzFcENau9RShLJtDmg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.102',3475901798,'',0,1674101909.0694,55,'wT5WZR9cIqa8bLMeP2hfSu0X','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.146.7',1920438791,'',0,1674102004.9696,55,'yoAFYGxqEvOZ3MBwpc9is8Rz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.208.214',65261782,'',0,1674102140.3345,55,'3APtQxL08IB5rV2MlZU94Gzo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.126',1920438654,'',0,1674102338.9080,55,'SdGHKIsBlnw9URZbV5v0zYaj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.75',1920442443,'',0,1674102671.1384,55,'xnd1L5m7BfQXlzRFZ0MkSYHi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.233',1920434409,'',0,1674102991.9943,55,'5ISQLdzFkb7ZX96UvYDifngr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.1.208',65929680,'',0,1674102993.0436,55,'EaczFCDiQU9o570tL4Ofdwvn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674103275.6582,70,'sCJOAUwvQk7TrFchGREz0ZeD','','13|0|0|0|sleepingsolutions.co.uk/wp-json/',0,13,0),('44.210.81.247',751981047,'',0,1674103388.7261,55,'KwR8ASQtJbnrgsX51C2DHj9f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.137.199',315591111,'',0,1674103587.9002,55,'Hh7TMevNrqUydjafm85SQxOg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.137.83',751339859,'',0,1674103953.2764,55,'9xRGwq8kb0JI4oBQE6FCv3Uj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.63',1920443967,'',0,1674104189.3576,55,'LtXqKxVc31UWeAEIYZB0bMpC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.224.240.54',920711222,'',0,1674104313.9783,55,'pImaHrLkxio4h8QgwTu7SRZU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.224.121.42',920680746,'',0,1674104796.8880,55,'MN7rhxqa6tVsec0TfRlmoCA2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.224.243',55959795,'',0,1674104928.2564,55,'1SnrHELMXqhiCeRQtWmPDaOY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('205.169.39.63',3450414911,'',0,1674105077.4068,55,'7ynXD1Qh2EV0fkBFqLZHYjmv','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('20.14.84.163',336483491,'',0,1674105534.6210,70,'SGKeLfl0JCREwavWci42BmXk','','13|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,13,0),('114.119.142.181',1920437941,'',0,1674105535.2664,55,'l5fYFPxG6k1HE0QtJ9zS2dwb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674106006.6191,100,'g8SDNBJjkZi6HcymeCnfEtqT','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php',0,13,0),('20.14.84.163',336483491,'',0,1674106063.7785,55,'7pWzwVdFslknrRvIfC03gSxT','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php',0,19,0),('66.249.75.254',1123634174,'',0,1674106136.8196,55,'gdY2BsiqQ8C7cN9Xh5PJ4frH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674106162.0927,55,'Den9dPoLrG4SbZtC5XHA7wNF','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674106222.8211,55,'hPCKfcHR2kVpLzqlnN9m5oQs','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674106612.8985,55,'ZFeYkpPjHrfv9wUtXQ473Lu5','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674106651.5947,55,'6CI2u47ves1UVJNrjLYfF3nA','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674106653.0224,55,'LERx9Ydv2HUpag0XeOPhfwSl','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106705.5800,55,'Cp47asmwhc1M5KlP8eTIYf2L','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106757.7336,55,'Nr4E9HutQWKMn2ZlpveCcUFo','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674106757.9414,55,'rYq5Q1sgAWR9xopCcb0H7NPI','','19|0|0|0|sleepingsolutions.co.uk/wp-content/admin.php',0,19,0),('20.14.84.163',336483491,'',0,1674106768.3483,55,'eKNS1UD9Po7dHriAVCxQbwG2','','19|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106779.3906,55,'fHQKEo07vLhSmzJ3CPTqc9Ae','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106802.9115,55,'GPpiWeIQNztaO2HEJu0D4y13','','19|0|0|0|sleepingsolutions.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674106818.1577,55,'g5HSXrcPhztEZyDU4paLiVWx','','19|0|0|0|sleepingsolutions.co.uk/wp-content/utchiha-SGI.php',0,19,0),('20.14.84.163',336483491,'',0,1674106826.3843,55,'Da6E1pRkw7mXBgy3b5HqWjnz','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674106843.0206,55,'8WZr4NuFzfonPyKQaAjYEwcT','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674106847.3749,100,'LKC0GX2yZvhHNYAamkSrqRbB','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('20.14.84.163',336483491,'',0,1674106853.5315,55,'hiSFwfPJTk16Lpu9Uo2tGKbd','','19|0|0|0|sleepingsolutions.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674106878.4033,55,'XiWpNCDcUPyZsm2uJaHG9Ig0','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674106892.5990,55,'14q5OoyseuJ93PRDrfWaLgwC','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('20.14.84.163',336483491,'',0,1674106896.0997,55,'ih45KU1atmEdcQoAl9eNfygw','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674106906.7631,55,'653OsovPWrlbxugyNV49pA7m','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106916.7283,55,'kXiyntVU5K346PGpx9Lo8SFB','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106929.1737,55,'YZWPqRExziVlC1d9OQ07tDBT','','19|0|0|0|sleepingsolutions.co.uk/upl.php',0,19,0),('20.14.84.163',336483491,'',0,1674106935.8289,18,'EUN3ufW1R2DAylFdSq5Jwo4B','','13|0|0|0|sleepingsolutions.co.uk/upl.php',0,13,0),('20.14.84.163',336483491,'',0,1674106937.2580,55,'vX1rRdVjkz4ZN5xcy3IQE7on','','19|0|0|0|sleepingsolutions.co.uk/.tmb/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674106947.8697,55,'mlcWUaQ9fIR2PYBhjLFqNHdT','','19|0|0|0|sleepingsolutions.co.uk/mailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674106958.5570,55,'Z8pCeMGtTlbh65RUfAcI7QKX','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.14.84.163',336483491,'',0,1674106968.6206,55,'NU1m4GvXehOu9IEtJZLz7fbF','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.14.84.163',336483491,'',0,1674106977.4070,55,'l3y8aodOKG7ngLXYWpwfIbiz','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.14.84.163',336483491,'',0,1674106988.4806,55,'o0e8i4jULEVNfpK7cQm5WdJC','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674106997.0336,55,'IbXHUxK7sgSOM0rqinB6TNP1','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674107006.7773,55,'eWaipMqU1KTP6B73Cu5O2ydv','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.14.84.163',336483491,'',0,1674107018.1497,55,'atSCdPy4KoQNJe2VncRuqhMr','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674107027.2743,55,'Oe2tNbMLmri94B3kJYcpVhKq','','19|0|0|0|sleepingsolutions.co.uk/28.php',0,19,0),('20.14.84.163',336483491,'',0,1674107036.0472,55,'gPf6WKoEkyR0SpYGiCwXI3Jv','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674107056.5162,55,'ucSyKGvb1NWkPp7xOYos2a4q','','19|0|0|0|sleepingsolutions.co.uk/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674107065.7495,55,'oLclgDtwjzUkN1Q89erinpAd','','19|0|0|0|sleepingsolutions.co.uk/wp-content/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674107090.8219,55,'WqLxkKeVEBYrfcJMidFuHlvZ','','19|0|0|0|sleepingsolutions.co.uk/wp-maiiler.php',0,19,0),('20.14.84.163',336483491,'',0,1674107129.1165,55,'EP0Xaqgrv73sVY8GhJclQfmk','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('20.14.84.163',336483491,'',0,1674107159.4846,55,'PGeNfh0Bivbsuzcxyq3Q8VaL','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674107198.3154,55,'oNH34KeMa58OuhQ0lbZR6sBm','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('114.119.156.59',1920441403,'',0,1674108476.2075,55,'t5qxkYbhH6pwoWUrS0QgcvZB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.45',1920435245,'',0,1674108818.0492,55,'JtpUgNBie7lCoa9y5uLZqjmb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.75.226',1123634146,'',0,1674111536.6682,55,'KSZ3CVlWjgu5b1vIFGs60fMc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.247',1920435703,'',0,1674113103.5797,55,'tBfkICOrQ0ZpYF6UWc7XLx3y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.119',1845014391,'',0,1674113965.5572,55,'GjgTrfv5UWxzVyZYhIkuCsmt','','19|0|0|0|sleepingsolutions.co.uk/zet.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.1610,55,'MLyAhsbXDUvp5em9qYt8o0Wg','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.2563,55,'v5H73eqafdkUziTMVBPp2KQb','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.2643,55,'p8Cxf4ez9T316OvXaqiystbl','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.4209,55,'uCTFkSwUN7BdsLyMvjVWobXE','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.4619,55,'eSI5Fm6tjYoQGWTwk81ZaPuU','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.4989,10,'eSI5Fm6tjYoQGWTwk81ZaPuU','','707|0|0|0|sleepingsolutions.co.uk/small.php',0,707,0),('35.183.107.9',599223049,'',0,1674120701.4964,100,'K9tMXSxaPHYf0NnzDOGTAB18','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674120701.5836,55,'PAgbXCJ8ZV6W9hD0wHesN4O5','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.6341,55,'hzm7wV8FeCucRrtLOB9oNx6p','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.6346,55,'gJitbSNyPC1OA0dD6zncRQ2T','','19|0|0|0|sleepingsolutions.co.uk/ne.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.6727,55,'5zSRA7eFXi6w2NpPYmgGUtdk','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.7364,55,'Qubp1d8shIorG0vZfm4kjJ9x','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.7369,55,'tYnszqkEGSVW7ymN3i5cKgIh','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('35.183.107.9',599223049,'',0,1674120701.8581,55,'XZ6NmcIeBxgUjYwVOs9MpSod','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('35.183.107.9',599223049,'',0,1674120702.0777,55,'go7eK8uYny02hQMApFslrLBW','','19|0|0|0|sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674120702.0865,55,'MvbNUxLfkdQj9T8iw5HtgXSD','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('35.183.107.9',599223049,'',0,1674120702.1786,55,'UNmL4sJQjX1cgYT35CS72iR8','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674120702.2729,55,'gLWzk7o48IPCSD5wHv6KTVQi','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('35.183.107.9',599223049,'',0,1674120703.2160,55,'1uITyDCHinxGlZmjfveRM52a','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674120703.3476,55,'CXpifFABeDNK5LUHzOVdlhPm','','19|0|0|0|sleepingsolutions.co.uk/ne.php',0,19,0),('35.183.107.9',599223049,'',0,1674120703.8643,55,'7uxViAKB2wbjRyUva6zdoIcO','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674120703.9074,55,'u4aOexQpqf5VJ06tCM7AHdhm','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('35.183.107.9',599223049,'',0,1674120703.9789,55,'UmcTDo8a9Ww4u5SKHLQOAzJv','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674120704.0202,100,'Vzv628SYkKtLelHyIqF5wMUB','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674120704.4322,55,'XyN3CHJcdP0AfLbQqGzMWluY','','19|0|0|0|sleepingsolutions.co.uk/fox.php',0,19,0),('35.183.107.9',599223049,'',0,1674120704.6583,55,'m5gbolUFfnpN831skGcaeRdK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674120704.8873,55,'Oby2ZighWq1tKJ0dvPfjArnu','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/x.php',0,19,0),('35.183.107.9',599223049,'',0,1674120705.0252,55,'cWAeHP0xfEpYZUNkGK2F8Idv','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('35.183.107.9',599223049,'',0,1674120705.1245,55,'71Fh48Z6pcfwdRCKePaAbqJH','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('35.183.107.9',599223049,'',0,1674120705.1866,55,'7uEjqSceFCBdJ3o1A8W6K2HG','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('35.183.107.9',599223049,'',0,1674120705.2457,55,'PtsZpTUNC1v4n9XRV7FbySdo','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('35.183.107.9',599223049,'',0,1674120705.8274,55,'xbQehVOT4GJR1WctXIHyDL9C','','19|0|0|0|sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674120706.1413,55,'JFj9NDWKSqyaIAMVb28re410','','19|0|0|0|sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674120706.4009,55,'O5dbc6g1FAjQTZvp9NzLm3xS','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('35.183.107.9',599223049,'',0,1674120706.6268,55,'IPDi6K8c5Omuer2EzZlqxFnM','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('35.183.107.9',599223049,'',0,1674120707.4053,55,'yB5AWDf8o6Cmue1SKnc27EFV','','19|0|0|0|sleepingsolutions.co.uk/blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674120707.5142,55,'yzLf5Ob1TDc8eu9g7xQH4ojU','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674120707.5221,100,'ANl5ScTawUF0QyqodHRe1g38','','13|0|0|0|sleepingsolutions.co.uk/ff.php',0,13,0),('35.183.107.9',599223049,'',0,1674120707.5901,55,'TXd8z4oLnBsGyVh7kR2ENWi0','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/991176.php',0,19,0),('35.183.107.9',599223049,'',0,1674120707.8669,100,'xd27uUDYS9lVvCZypeRqmkzg','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('35.183.107.9',599223049,'',0,1674120709.2375,55,'2Z1pCfY7z5ILlEWTHVdnoRFk','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674120709.4581,55,'8oCGyXZFxqvRKeinVwDS70Lb','','19|0|0|0|sleepingsolutions.co.uk/blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674120709.5867,100,'puf74VhJzN0BEcnvQUx6qYWD','','13|0|0|0|sleepingsolutions.co.uk/ff.php',0,13,0),('35.183.107.9',599223049,'',0,1674120709.6774,100,'GCpJ3TOzKvSIPjoanLqti0re','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('35.183.107.9',599223049,'',0,1674120709.6856,55,'NQMP4x61OqZwYCdvemJrspjc','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/991176.php',0,19,0),('35.183.107.9',599223049,'',0,1674120840.7481,55,'yrotE5ZcBQGnAsTLmigj8b1K','','19|0|0|0|sleepingsolutions.co.uk/indeeex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120840.9260,55,'QZMS5p9af0PDXOVU4zJ8blsL','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.1697,55,'qbiyXwZVALOom2UskB96NxgR','','19|0|0|0|sleepingsolutions.co.uk/.cgi/cache/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.4217,55,'4am50EJxZI2krvquoT9seM7B','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.5245,55,'qnv09IJAN7RUPeZ5Q8jiadHm','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.6085,55,'dy62rTCuNkG0FL1UMitEhjAs','','19|0|0|0|sleepingsolutions.co.uk/xindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.7349,55,'njRMK154TgkyQBvqpFN8EUw3','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.8122,55,'J2cw6aQkxdv5BX9rH4iqVnC1','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('35.183.107.9',599223049,'',0,1674120841.9236,55,'b30xEBnNWIoOiTJSVY6HPDjl','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.0401,55,'3wz1T69WjSuRKNZDbvQYshMF','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.1161,55,'bmTyxGE5eMrjw6hfFLIlZKq1','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.1347,55,'xJjH89BDRtc62fWYsEGAdVLi','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.1432,55,'RNStlBko7uEnrPVYbmMCXHDy','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.4956,55,'60uZAT3r1swECnjpxH2dOKSX','','19|0|0|0|sleepingsolutions.co.uk/indeeex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.5385,55,'y0Wai863elxYBFvIX9bPpGwd','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/hunt.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.5776,55,'Eze06XJQDbSsiwc9ZtV1Nqrk','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.5854,100,'1FhlbDi2AjeXW5uoHz7vcxJ4','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674120842.8386,55,'JYrQFuPC4hzW9UenHqjE60dA','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.8757,55,'0cWPskG9pyqLFNxwTQhgE5uo','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.9233,55,'glE6hBsVbvRaFyiSG4NxYkpZ','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.9507,55,'cWor4YaLT8IMEmqDHxstz7FZ','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('35.183.107.9',599223049,'',0,1674120842.9518,55,'jv05mEYbpRNBksLc8UPDxdqo','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.0046,55,'CntAvK2OkSYQ9IGXbg64HyWJ','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.0593,55,'k7uBT2Mw8GfZviPr1sKHJdoU','','19|0|0|0|sleepingsolutions.co.uk/xindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.1919,55,'AB2WO8iYu5QnpCKtZ9rJcHfN','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.2990,55,'sB1eLlFoq6iJRM7OfaQ0ZXzI','','19|0|0|0|sleepingsolutions.co.uk/.cgi/cache/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.3422,55,'dQ86y9WipLY7XvEtzO45R2g0','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.3593,55,'dRP4e6fjQ5FHorLBz02UmZVJ','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.4199,55,'uIh3DlJ7fGYQ5CBg0yAnzo8t','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.4729,55,'pDFdKLrVySc2IkOAJ5hMGlZ4','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.5005,55,'6GcJ4h2MyAosmkvUIO0eP9YC','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.5163,55,'1HrPoEdhvkmFBxZDlpK93gct','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.7912,55,'ayIL1O7SFJiCbAoBXKe4vf6u','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.8774,55,'La0JeSNTvdOtV4YiWlDuPRIE','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('35.183.107.9',599223049,'',0,1674120843.9507,55,'bAnau1PTqlJ0OSQmN2eVd7xp','','19|0|0|0|sleepingsolutions.co.uk/jindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.1761,55,'CjtPunrZLmYGKQz8HR9I4vUk','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/hunt.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.1794,55,'uJ5Avf2gkZoBYt4SN1n9D80c','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.1926,100,'jlcfvrQZdeHB7F4Xt5igIozu','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('35.183.107.9',599223049,'',0,1674120844.2175,55,'1LmIElzSX3NArd5vFbgOBfCQ','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.2260,55,'5ftWljdwYTAyX6zOIMVB3Q87','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.2416,55,'RjHWbsGS9PJvTDc6q1gO0BuQ','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.2694,55,'o9h2wZJipLmrYe6RE3yn1U5D','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.4256,55,'7uvSxFw8NX2tHQYfGqOVaB6c','','19|0|0|0|sleepingsolutions.co.uk/stindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120844.4305,55,'Z7BQhaSwmHupPG0tvnD8MFbC','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('35.183.107.9',599223049,'',0,1674120845.8388,55,'p0G6fRv3XWQSMUxtEKl1dhLZ','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674120846.1639,55,'OJKCxvh7RrVBYUcuPqnIXzkZ','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('35.183.107.9',599223049,'',0,1674120846.1909,55,'xd3Q5c9JF6ZATbYo7qvByGai','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674120846.9212,55,'GLyPsvOgJN75FpRfqVkzialZ','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674120846.9543,55,'RDPhyVEvTdmLwJNWlA4kg2ni','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('35.183.107.9',599223049,'',0,1674120847.1000,55,'rukQJE1OGgLmWiy25ljVSZeX','','19|0|0|0|sleepingsolutions.co.uk/jindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120847.1184,55,'TbKuJ2DQOxRNEl5HM1LZcoz6','','19|0|0|0|sleepingsolutions.co.uk/stindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674120847.2422,55,'V1LnRCXcZsqIlwTQ4e6Mbyjt','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('35.183.107.9',599223049,'',0,1674120884.4333,55,'C87PTrfiSUlMZt1sVvbwJF6o','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('35.183.107.9',599223049,'',0,1674120890.7416,55,'41CP6qoKcrS0dt8AEeliauGw','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121011.5930,55,'B76ApOoEYTwGaWvRMbi2Q34u','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('35.183.107.9',599223049,'',0,1674121019.0309,55,'4spO2dk0rQZoPgzLjnmCxYXU','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('35.183.107.9',599223049,'',0,1674121038.6818,55,'36YE0xXufS5Uqtv8sjR2awnH','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121042.4505,55,'5SEz2D9vr8WlJQLtqXca4RNY','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121059.0200,55,'DulvzURbP6fsTGaQiIXh8L1K','','19|0|0|0|sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121061.7331,55,'U8VjCfushLZ3IReKc94DmkxQ','','19|0|0|0|sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121088.6961,55,'zopX81UqJfgnRyYLKP9dQ7ZS','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('35.183.107.9',599223049,'',0,1674121090.7351,55,'AwxSIam7slJefcg3Mo8zKHXu','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('35.183.107.9',599223049,'',0,1674121094.2156,55,'XLt0bZjKsfgTd8437kiyHJAM','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('35.183.107.9',599223049,'',0,1674121094.8296,55,'rn5VelC4EIozYWAf9adTiGHP','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.1279,55,'SLH9KcPwCnFrWGum3fZOgjQM','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.2379,55,'Hq2o6ISKW0LER7uOcdGBmnX8','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.3933,55,'VMowqbcSv43UHJyngNir5e1s','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.5445,55,'1pviZh4uWOfo9sBHGgINbk7J','','19|0|0|0|sleepingsolutions.co.uk/xmlrpcs.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.5445,55,'Atsl2q8ILD9C0wdWhT4cENYf','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.6182,55,'SDsLuJGkUbvdoB43ZmjcitwN','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('35.183.107.9',599223049,'',0,1674121095.8408,55,'AJRPIZahu8Veq4LbzjHo0dcx','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.0694,55,'bxItKeJ59lMVE3vByCo6Gh1f','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.0700,55,'DAwkrzLHoNTVEqcQ106Stual','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.0762,55,'rqfLm1yIzFjplCkQ5D6XcsPa','','19|0|0|0|sleepingsolutions.co.uk/xltavrat.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.2004,55,'4m1PbLsOfVqMzeryBJEvkxZX','','19|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.3232,55,'73YPExwJvnUBVqsCQ1yTLklH','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.7346,55,'L0n7WRATxo5zKdGSObgJU9HE','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.7478,55,'gEVYI2aPCKnoS68wOpheurAd','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('35.183.107.9',599223049,'',0,1674121096.8203,55,'RUjIrcG0H8XVu37aOegQBAP4','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121097.1848,55,'H1643WRAILpoaZhkFuxNwbzg','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121097.8901,55,'hP9nNTmpeOYtjkoqMlGsE13Q','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674121098.0656,55,'bKRZ3gPG0VqSY9p47vjTENxD','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('35.183.107.9',599223049,'',0,1674121098.7165,55,'ntsBviIFPh5aT1jAVxzc7CyK','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121098.8691,55,'mauKjpAvyXUx9l4ei3SzoTsf','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.2175,55,'G5KT0xMr9bFPQmh1uwgVHyqe','','19|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.2759,55,'uhVoLgRxtWw0Ac5FyfvZYm4M','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.7978,55,'q3IWfb7n4hZBsXpvOorx0SD5','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.8493,55,'eq1RDQ8byigdBKalujs7VvPw','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.8573,55,'lWj5iRwcq6xYasA0L3k1XGb9','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.9223,55,'QTDPZaItgzmhUVy9nc0b8LFl','','19|0|0|0|sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121099.9246,55,'jxR9eYiX1arGsPhwvpmy7SFq','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.0325,55,'LzXGsQ41DN5EdKxYojBVAWrZ','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.0579,55,'w1NzRteWbxCHQnM6q8XyEVro','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.0734,55,'vtZb5rglDce39xmRjIBk2nzC','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.1342,55,'IMWgBlEbsJhcjzUfxHGKduLT','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.1503,55,'rVct9exEKJoUfpZN2WsS8In7','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.1684,55,'gcLo4sM7D5Yid1TObkuSaUlw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.2667,55,'YPqO7zHCxNGV0QdSkpRDa2Zw','','19|0|0|0|sleepingsolutions.co.uk/content.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.3869,55,'9dMOtUvu1n7QL6zIRkSfYZGe','','19|0|0|0|sleepingsolutions.co.uk/xmlrpcs.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.4445,55,'8YaGuSsPm274IVEdjFi3c0Kk','','19|0|0|0|sleepingsolutions.co.uk/xltavrat.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.4482,55,'bsen4WPz5IAc7uTivdgYH1FG','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.6162,55,'FLyw0KVHObX9YChtT4GlmzrJ','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.7498,55,'9CESmBU4FfAhYv5Mbi8GLJkQ','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121100.9854,55,'NX5vjzxHQr9gBKncwtud6bJM','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121101.0677,55,'S3n8dcQ7hyK0OEsCFNG2tbkA','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('35.183.107.9',599223049,'',0,1674121102.2879,55,'sGU0iOlZVk6FrbL1fCjx7gwH','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121116.6430,55,'sfSn7e2wBvZxr16RM0bHVUXQ','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674121116.7424,55,'YvV8j9DcSFHtUwIG3NgkCQAs','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('35.183.107.9',599223049,'',0,1674121116.7891,55,'wPa1C8MY9fvGUzpNDAX4LQWB','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121117.0443,55,'A5NVmfZ6ezFjO8khixLPgvI0','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121117.0967,55,'3pxry5ev67IdOmoLskGjJXSB','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('35.183.107.9',599223049,'',0,1674121125.5859,55,'Q0h8tNnVDUfGjwBSAzemqu9p','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('35.183.107.9',599223049,'',0,1674121125.7053,55,'1TEynbq0HcROv7hIBm4fGgNr','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('35.183.107.9',599223049,'',0,1674121125.8423,55,'dmwCu3gPhXyYV2ZIKU6b4fks','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('35.183.107.9',599223049,'',0,1674121125.9145,55,'25tozKHhLbp3dDE4xZNA6iV0','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121126.0199,55,'CtmZOhLHs30IA7eqGwW6DRNx','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121187.4652,55,'idqgHAI5XsjU2uJ619wvVGEN','','19|0|0|0|sleepingsolutions.co.uk/mt/pekok.php',0,19,0),('35.183.107.9',599223049,'',0,1674121202.8765,55,'u76Xd3PBRvW1ayb8zKrUpSme','','19|0|0|0|sleepingsolutions.co.uk/mt/pekok.php',0,19,0),('35.183.107.9',599223049,'',0,1674121206.4343,55,'RzqKOEp3W75gJNvdQMeAbV4F','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('35.183.107.9',599223049,'',0,1674121223.1292,55,'4NA9sYuZywXf1IUva2eCiH0Q','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('35.183.107.9',599223049,'',0,1674121223.7468,55,'HNRBCIQuyFqwnYPXsLjWS35e','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('35.183.107.9',599223049,'',0,1674121226.0339,55,'XtDKjLY2i04BxEq5PFhfm1or','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('35.183.107.9',599223049,'',0,1674121226.2311,55,'IrA6Yv8FNsoXiMctpkV9qDfP','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('35.183.107.9',599223049,'',0,1674121226.4540,100,'gyQMC2mlv5bGuXUdzwYhHKoq','','13|0|0|0|sleepingsolutions.co.uk/error.php',0,13,0),('35.183.107.9',599223049,'',0,1674121226.7226,55,'NOrxYGZo9BmIKTzcRCLMi8kX','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121226.7268,55,'QzC78pSra6bOmK9VxHB251fR','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121226.8795,100,'yA7VFtdxDEncPaNlmX9SIz1h','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('35.183.107.9',599223049,'',0,1674121226.9543,55,'UBc9z8ZfEPpLOxDKa5NYCGMu','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('35.183.107.9',599223049,'',0,1674121227.1903,55,'FoKa17bn0uEsViSexXLQYDWp','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121227.3453,55,'psqirE5zGdeUfVY6jQ9lvDFg','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('35.183.107.9',599223049,'',0,1674121227.3609,55,'VQCHwT10DdpzZiLaGlX87EOt','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('35.183.107.9',599223049,'',0,1674121227.4397,55,'8YtWbhFC1EDNBA2L6arPVSZH','','19|0|0|0|sleepingsolutions.co.uk/mari.php',0,19,0),('35.183.107.9',599223049,'',0,1674121227.7453,55,'8eBfEdaQOG7PCb0Dnk94Shgm','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121227.9552,55,'Xf7vg05cS8ZA2y1MWpbmNrEU','','19|0|0|0|sleepingsolutions.co.uk/4price.php',0,19,0),('35.183.107.9',599223049,'',0,1674121228.2181,55,'UBpTaDlICehkibw9vmcZYRVj','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('35.183.107.9',599223049,'',0,1674121228.3575,50,'P1RpeFv24YtsiyLrDVHKO7Xq','','13|0|0|0|sleepingsolutions.co.uk/wp-load.php',0,13,0),('35.183.107.9',599223049,'',0,1674121228.4098,55,'QjB8DwF9Xsy4kIvLzg1cA2xh','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674121228.6113,55,'YjokT39VtHXaQ5DAhEKMrs6W','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('35.183.107.9',599223049,'',0,1674121228.7856,55,'fgjKL8csk5ZD0PQtH39GqYE1','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('35.183.107.9',599223049,'',0,1674121231.7545,55,'Cxe4bpXFcrA7g2atWDI8vBN3','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121232.0096,55,'vMQBKgubwERktXV8FDNO0de5','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('35.183.107.9',599223049,'',0,1674121235.4198,55,'f2NZeTnsrwA0KLqhkJguEcS6','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/wp-atom.php',0,19,0),('35.183.107.9',599223049,'',0,1674121239.9863,55,'vrdJVb2M50zI8DmuT3YXRLZW','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('35.183.107.9',599223049,'',0,1674121240.4889,55,'y9MgKAkhQCUpNmSfilrw4FHW','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('35.183.107.9',599223049,'',0,1674121240.7181,55,'HhfxbtG19OimPTN3qeuWD7lz','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121240.8369,55,'UGgDZXWpuqYFmtN0yPEwen9Q','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/xm.php',0,19,0),('35.183.107.9',599223049,'',0,1674121241.0205,55,'Pnj0qtk2dDEQIYLmNFeM5u7Z','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('35.183.107.9',599223049,'',0,1674121241.4743,55,'H98xfCoiFkWAcPqrRVZJKeEv','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('35.183.107.9',599223049,'',0,1674121241.4982,55,'8Wi73tCfJ4KqFVHunwacmdL2','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121241.5765,55,'pq0T6s3w1glyNMA5Q2ODtRhd','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('35.183.107.9',599223049,'',0,1674121241.6593,55,'kJ18hmU9giWrYujoNyA2edOn','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('35.183.107.9',599223049,'',0,1674121242.2180,55,'FfyISAEMC7HR4bDxdQwBPacN','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('35.183.107.9',599223049,'',0,1674121242.3212,55,'iSfjFmVLBprq62REW853tJve','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121242.7512,55,'ALEHBnN6Y2XtMWZhklzOoFeU','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('35.183.107.9',599223049,'',0,1674121242.8259,55,'snqi7ADx8JpobmM49ClfEBT5','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121242.8508,55,'FVUMGY7bSpjR8zq4kHTsQKi1','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('35.183.107.9',599223049,'',0,1674121243.0743,100,'NnwlJiFCGW7cY2IAeH8qdmBh','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,13,0),('35.183.107.9',599223049,'',0,1674121245.1157,55,'MWX4xvTVi1EFLRul53tYmO9I','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('35.183.107.9',599223049,'',0,1674121245.8864,55,'zVfKZ3JP6LAT8ayXCB7WODG4','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('35.183.107.9',599223049,'',0,1674121247.8120,55,'tKxqSzAa07CpjLMVFwTJZIun','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('35.183.107.9',599223049,'',0,1674121248.0661,55,'Wh3xnruzQcoH87RKsTPV0ABj','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('35.183.107.9',599223049,'',0,1674121249.3667,55,'FEapKlrbiWGY08uSQfqBHCZz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121249.9723,50,'bvW7VBYE4qIgzG8otxUwnNMa','','13|0|0|0|sleepingsolutions.co.uk/wp-load.php',0,13,0),('35.183.107.9',599223049,'',0,1674121249.9847,55,'ZB3D6ELIdqMkN1572fQwJHpP','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121250.0326,55,'Nz1PpUKZQuwTj0LqCRaylIJv','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('35.183.107.9',599223049,'',0,1674121250.9141,55,'GDgMJNuS9EpwrZUF2xImkzLl','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('35.183.107.9',599223049,'',0,1674121252.8036,55,'EDxTUZIds4LW8wiJGSBzXlyC','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('35.183.107.9',599223049,'',0,1674121252.9926,100,'OcWarDlvCIHB1Ph5yM83EntZ','','13|0|0|0|sleepingsolutions.co.uk/error.php',0,13,0),('35.183.107.9',599223049,'',0,1674121253.2582,55,'NJOtyv5nqe3RCfg9UbMExsk1','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/css/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674121253.3719,55,'1shq7pmQA9U3zLwSoNFXBjlZ','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('35.183.107.9',599223049,'',0,1674121253.8614,55,'H1RiAIcfbDWrBSgzLYC8Taxp','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('35.183.107.9',599223049,'',0,1674121254.2528,55,'yj4fD0LrZgmCUHQYF19ovOPa','','19|0|0|0|sleepingsolutions.co.uk/mari.php',0,19,0),('35.183.107.9',599223049,'',0,1674121261.7922,55,'DiUndVzpSTFr6WbLPHcvQkZu','','19|0|0|0|sleepingsolutions.co.uk/Uploader.php',0,19,0),('35.183.107.9',599223049,'',0,1674121262.9209,55,'WRE4gKmJt0lwIjB2QkYxALDp','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('35.183.107.9',599223049,'',0,1674121263.2320,55,'D61fe9mVSJkzcLPKCrbanpu3','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('35.183.107.9',599223049,'',0,1674121263.3825,55,'dvey803HXRuAMtP6cDLNGUSg','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('35.183.107.9',599223049,'',0,1674121264.2230,55,'xHMDcbVLwBzUE9erZm6a3Ks4','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121264.5831,55,'g59yXU7whnfki4FVzu2jcJLs','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('35.183.107.9',599223049,'',0,1674121264.6666,55,'CMP2VJEHDjXeYpAGmrvaF3w1','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('35.183.107.9',599223049,'',0,1674121265.0090,55,'qMJG076WNaxXOUIHvE1mnuFS','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('35.183.107.9',599223049,'',0,1674121266.0220,55,'XHxzeKRJa2fycSI9brko1LVQ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121275.8463,55,'qGOx2LEjUQ1JpRgiTlV0DByw','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('35.183.107.9',599223049,'',0,1674121275.9370,55,'v8QnAOHixgTFGIolRdq3Nzbe','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('35.183.107.9',599223049,'',0,1674121276.0118,55,'SE8lh67Hy40QwTxteLnakDoC','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('35.183.107.9',599223049,'',0,1674121279.9696,55,'Yorigzjs02G5N8BRuFwDW9qe','','19|0|0|0|sleepingsolutions.co.uk/Uploader.php',0,19,0),('35.183.107.9',599223049,'',0,1674121285.9988,55,'GXH743DCPLa8JNc25MBvyf6z','','19|0|0|0|sleepingsolutions.co.uk/gank.php.PhP',0,19,0),('35.183.107.9',599223049,'',0,1674121289.6209,55,'AU19cz8plJkgsDwxvuKnroEG','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('35.183.107.9',599223049,'',0,1674121308.2090,55,'j4LJOpRK0hrXiMfIwU7gQxbl','','19|0|0|0|sleepingsolutions.co.uk/gank.php.PhP',0,19,0),('35.183.107.9',599223049,'',0,1674121377.2825,55,'rmyVbd6DqZS1s8enz0aRJtjY','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('35.183.107.9',599223049,'',0,1674121378.5631,55,'1UrEK0ZDS7IBT24ewFzYkQRl','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('35.183.107.9',599223049,'',0,1674121379.7694,55,'s3hxCWY4P1rtSiuDVRyXF6Eq','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('35.183.107.9',599223049,'',0,1674121379.9743,55,'aBNqAOUFX8HwJ0fGzVhc1S7r','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/config.bak.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.1538,55,'br5med20toXjcqWzDPKMgRu3','','19|0|0|0|sleepingsolutions.co.uk/license.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.2469,55,'62cB0dOg7qhRitSGmEAjnQbf','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.5024,55,'Eh2y4baDlkYF9pSiKutdBPsW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.5167,55,'2AswNjyxLH1vaISumlrkRMPb','','19|0|0|0|sleepingsolutions.co.uk/shell20220621.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.7099,55,'eC29SsBvHfXTdAMVbOWDn7Ug','','19|0|0|0|sleepingsolutions.co.uk/wp-content/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.9001,55,'JPD9Q5FcAhN8dKrlT3X4YZfE','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121380.9015,55,'vDGd1huBbEz97Cx8HjIQ6NUw','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121381.0920,55,'qVa1FbxIfpWdLUklJn5Q8MEO','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121381.1882,55,'H1udw35fRmNVgLWPYz2lsSk0','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('35.183.107.9',599223049,'',0,1674121381.2761,55,'3f0ig1rTtWQZRdAjwczUobhE','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121381.8664,55,'qWoc90eAzlBagUILXnNxJtr7','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('35.183.107.9',599223049,'',0,1674121381.9514,55,'H2hUToqLQEpkJWCZj470vtcd','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121382.0457,55,'UN94ikwzM1Ssugc3qyI6Ve28','','19|0|0|0|sleepingsolutions.co.uk/.tmb/cache/shz.php',0,19,0),('35.183.107.9',599223049,'',0,1674121382.6942,55,'3RqOQ5JCEYF0oG7ZLitIkUfB','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121382.7319,55,'z87ykZioQ5trXYHjgNMV1xev','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121382.9481,55,'vQi6VSW7q2bwsNY3AEtd98mL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121382.9501,55,'wIh4EMvf6CGTnZyKsajP5ite','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.1880,55,'a6uzlPontE0DW7f5qpFS3Gmc','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/config.bak.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.2997,55,'FZqJOPSGHc9LarejQhUB2kus','','19|0|0|0|sleepingsolutions.co.uk/license.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.3280,55,'OT3pDw0mWafJL6ISK8esno2z','','19|0|0|0|sleepingsolutions.co.uk/shell20220621.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.5293,55,'co3LydtT58D6z0G91lPFupkr','','19|0|0|0|sleepingsolutions.co.uk/wp-content/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.6008,55,'BZ5hy8L7mxu0EQJtT3WPRjvF','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/about.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.6175,55,'8ZJ4poRFudymsVgXH21LOQjY','','19|0|0|0|sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.7887,55,'1WDfhKmOxkryQc9HNC5V3loX','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121383.9504,55,'HDhQ18Y7Gwmedx4K3ygtVEvf','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('35.183.107.9',599223049,'',0,1674121385.2855,55,'60hgPbUTOXosVzxA7ncmIY9L','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('35.183.107.9',599223049,'',0,1674121388.3856,55,'miaB0AQOeSw47uzZRpDGVUFJ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/wp-blog.php',0,19,0),('35.183.107.9',599223049,'',0,1674121388.9339,55,'FDAshKjfcxi2YNTCer8X7RVd','','19|0|0|0|sleepingsolutions.co.uk/.tmb/cache/shz.php',0,19,0),('35.183.107.9',599223049,'',0,1674121391.7813,55,'mwolHrgE4duvcUPZGtqk6TjF','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('35.183.107.9',599223049,'',0,1674121394.0370,55,'CenWtc10iazURPXv3NQoMyfd','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('114.119.143.68',1920438084,'',0,1674125677.0647,55,'9xKX6Pr1gfjNIdkhsAYvQBnM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.224',1920436192,'',0,1674126059.3375,55,'sUrN2G1FWSHTlh5apKgBnomI','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.148.154',1920439450,'',0,1674126759.9247,55,'TOa702BA4SXPZiuKI15Cxq8o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.96',1920441696,'',0,1674129100.4567,55,'mxFyXHJthwaB17iCd2jTPfz6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.88.9.137',1297615241,'',0,1674129506.8068,55,'a0C3dbnh49Vpyv1uioc2YxwR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.205',1920441293,'',0,1674129792.0690,55,'UvFqEwubycnXidOg4m0jIo6a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.37',1920439845,'',0,1674130074.0277,55,'wk1EndseY5bGgJRHhmqUZzOp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.84',1920437588,'',0,1674130415.2159,55,'ZqcP6bkpi7l3M2IxoWjK1Aud','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.126',1920438910,'',0,1674130783.8047,55,'8QWAIK6tPNfve3p7Y2S9iHxD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.38',1920436518,'',0,1674132889.0537,55,'1GeRJOChjq7wpPnL4xB0rclQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.210',1920440018,'',0,1674133222.1050,55,'CLwBkvy2SOnmaectrDKXYWg9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.192',1920440256,'',0,1674133550.9222,55,'TaLFWDU9qXO0ARN7ESswmlro','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.15.151.63',3624900415,'',0,1674133644.2774,55,'mwd1Z5euIr0TNkHDFLsj6AKJ','','19|0|0|0|www.sleepingsolutions.co.uk/Telerik.Web.UI.WebResource.axd',0,19,0),('114.119.133.126',1920435582,'',0,1674133857.1364,55,'bniWejKow12FfkG6JVpA09Uh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.112',1920437872,'',0,1674134199.9621,55,'wX6eiJzPjtGY9I32BsWRbo10','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.203',1920436427,'',0,1674134524.0906,55,'oRYu2yPQIm47Nfqhre61GS5A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.134',1920435590,'',0,1674134851.5589,55,'2akupJzXFsdT0lLV78eg3vir','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('109.248.175.119',1845014391,'',0,1674136820.3559,55,'ovG1YxkZXPDsI0QKTVumB3Md','','19|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,19,0),('114.119.147.129',1920439169,'',0,1674137115.2266,55,'Gou301DsTUzR5mLAqHIfZvap','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.76.69',1123634245,'',0,1674137374.5449,55,'pKe8BFGHb1tyOanTD5Ux6Egv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.202',1920436170,'',0,1674137438.2961,55,'g0sdUCMVejlt8zarThfNLbY3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.2',1920439810,'',0,1674139963.1223,55,'dhjnXQDIzuOqxKEBlrSRsN2L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.175.113.72',3115282760,'sssssssjklkoiu8',1,1674141177.7961,5,'7fUnJF2W8xydY4OZVeEQ9XmC','','500|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,500,1),('114.119.130.213',1920434901,'',0,1674141269.6570,55,'Uw9PAlrdSfROXKJC1jqnMbzI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.248.235.45',1526262573,'',0,1674141427.8066,55,'ghEpNMx5063eU9OoH7sR4mPB','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.151.237',1920440301,'',0,1674142224.8354,55,'fnRzKTGou8DHx3tkOVaM5Agy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.37',1920441637,'',0,1674150307.1999,55,'lVWjoaJxZsG1SYmdqFHTgzvN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.249',1920440057,'',0,1674150749.6729,55,'VMjFJv71TKZWA5ROtQ6lSIDp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.196',1920440004,'',0,1674151019.5439,55,'NF5x0LZzOh1P8i2e4mRgQoJl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.79',1920435791,'',0,1674152126.2354,55,'T4kQWUlqHaI1YO6GfD7znupX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.74',1920440138,'',0,1674154182.2614,55,'UIuybkfngRWm3lYThPXB1qKD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.154',1920440730,'',0,1674156789.7967,55,'4WyY8zxEjiwXmrKdsTlp6QOS','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.145.183',1920438711,'',0,1674158829.2915,55,'WcApfmzMtnZ7kvh482ybe5dU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.49',1920441393,'',0,1674160184.8013,55,'C8tpE2wAiDvXGxq0OYhoBKsb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.26.99.148',1729782676,'',0,1674160200.1254,70,'YwFiSQhEqpy5BAH3Kv7WaoJ6','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('114.119.130.30',1920434718,'',0,1674160501.6702,55,'ilQJfZ4Yt1O5pBeVabDA7mvo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.96',1920441696,'',0,1674161566.8737,55,'Y6ldFDNwkLyJuHMX0bzqRgeA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.226',1920438242,'',0,1674161908.7466,55,'Z7bm6Mcx2jyRi8aNPu05Yknz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.13',1920434701,'',0,1674162241.2727,55,'yS4rUXYsp0LVkFcvRTg8CH7M','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.228',1920441316,'',0,1674162527.0214,55,'rn8JEkzg3b4KFeU2PTh9pYta','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.88.9.137',1297615241,'',0,1674162633.5955,55,'70rR1LOFXUjYsgnwBzA46StZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.200',1920434632,'',0,1674162873.9786,55,'TFNqiOuDPUdBt8nvSArLGo49','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.88.9.140',1297615244,'',0,1674163125.9747,55,'DxYCoayjGR7NOKlTuqi4Ep8S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.190',1920436414,'',0,1674163212.4524,55,'lAY6mq2jneio8haRwDPEZrdG','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.133.190',1920435646,'',0,1674165196.1768,55,'keCUEPrYsxz0qTRGhHA6bM4I','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.237',1920437485,'',0,1674165530.5390,55,'K3P218UkYDv0gb7wf49ymiGz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.143',1920436367,'',0,1674165867.0237,55,'UHDvjCW0YmdBJx97S1VyFsAK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.36',1920438564,'',0,1674166206.3570,55,'Uc3n5vYEIqGu2bFWw6CKm7gh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.139',1920436619,'',0,1674166500.4988,55,'6FRycuGWPbaK4spBlV1f2AeD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.1.11',921436427,'',0,1674167381.3822,55,'Xa8E2seTQPgfukGxWbZylSoL','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.236.1.11',921436427,'',0,1674167410.8022,55,'Lt9UkhWeCGZaAxy8J3Ppo2fM','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('78.190.146.5',1321112069,'admin',0,1674167664.5790,51,'Gbc4vR3B0steAqLQaPMxfwur','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('188.190.221.181',3166625205,'admin',0,1674167666.9703,51,'3eU6DYao97OM8XwrludVB2G0','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('136.169.16.237',2292781293,'admin',0,1674167669.3210,51,'7VTeCbIhFa3HjDsKAmXci95y','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('49.37.91.140',824531852,'admin',0,1674167672.9271,51,'VShgf6JwxEj7yT1en0ZoXCiN','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('171.7.227.73',2869420873,'admin',0,1674167677.5478,51,'qNGXV9QDEHgM8arRUSysni1j','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('78.190.146.5',1321112069,'louise',0,1674167679.7917,51,'DZPyFKJ6eWHUOpC5jBl82SgL','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('37.215.10.8',634849800,'louise',0,1674167682.0588,51,'gY9C3KFkdxTVSpzeOBrfsJtj','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('73.73.177.241',1229566449,'louise',0,1674167688.4555,51,'2UKWabY3kQ5LjnyTzM6poIEX','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('61.92.85.238',1029461486,'louise',0,1674167692.0107,51,'FmTfjKq4xPIQu6MNrA9BcnwH','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('186.235.128.158',3135996062,'louise',0,1674167694.9173,51,'npFvTV3KWOxGq4iz50QMhwR1','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.136.138',1920436362,'',0,1674168793.1104,55,'Dyio2pvAQzTWHqhFbS6UtRle','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.97',1546174305,'',0,1674170260.0914,55,'USeRKD7faVQYLHJt1FlI0Pv6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.97',1546174305,'',0,1674170260.0947,55,'lTQERGBDbZNzw1UvAm7t2CVc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.95',1546174303,'',0,1674170260.1239,55,'k2nTtxoYf14FVN0p5qA69BRe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.97',1546174305,'',0,1674170260.1324,55,'cuTGhLPAvYwBfVde0FURO59E','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.97',1546174305,'',0,1674170260.2188,55,'wlE6OdaxU7D1Y9cFyW8emtkB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.97',1546174305,'',0,1674170260.3244,55,'z3Ux1wrvDgqemXnLfRKskECj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.40.191.97',1546174305,'',0,1674170260.3591,10,'z3Ux1wrvDgqemXnLfRKskECj','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('54.236.1.11',921436427,'',0,1674175308.8656,55,'NLo2OrqYl8f4VnRysTUQHXtB','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('77.88.9.137',1297615241,'',0,1674178242.2163,55,'go2DEI9Xc6UWeu4hkilsvz3B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('159.69.71.60',2672117564,'',0,1674178753.0423,70,'vhKVfNtMSOFjQLewnpJra6lx','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('104.244.74.248',1760840440,'',0,1674179029.7897,70,'VterTxDK2lfLGFjBQN05hAsm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('18.235.155.88',317430616,'',0,1674179370.0785,70,'5TklGQyBDzWcbaVrfu3Ut0XY','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('69.16.228.42',1158734890,'',0,1674180710.0149,70,'OqXybUSKMAexs95ZCkt2fdLl','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.155',301026203,'',0,1674181869.1702,55,'LAH94WpYG6noZ2RIQETxh5mV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.70.148.40',1833341992,'',0,1674182416.9460,70,'CQfOFwzupbMHD46k0U7JSxoI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.129',301065089,'',0,1674182739.9372,55,'KGfe0EmshRNIoDp4BLWPrw71','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.55',301062967,'',0,1674182869.3194,55,'kEepXFbl9NfP6njCK0WcAaMu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.144',301065104,'',0,1674183639.4004,55,'G3EBqgN07684RmUOD9erJjdx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.198.220.157',751230109,'',0,1674184680.1181,70,'FJCefDY3BsMK8UPpzub2IqNZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.250',301065210,'',0,1674184746.7933,55,'jasDmKbZLYwMzyBWFdgXn5V2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.255.84.63',922702911,'',0,1674186537.0205,70,'26mp5aAiZgeTzVrbvJ7FYPEh','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.219.93',301063005,'',0,1674186599.6416,55,'1wpuRPDaVcsGLYvSCj7eJU24','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.145.233.155',3583109531,'',0,1674186990.4931,70,'pqremEQFSxyVOtHB75dzY2NL','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('213.145.233.155',3583109531,'admin',0,1674186994.8112,51,'aDRyk501qCpLtA6PWYNhnGHl','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.119.81.100',3111604580,'sleeping',0,1674188967.7019,51,'cZKgl07YOwdsaSoyGLnECfeM','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('150.107.74.24',2523613720,'',0,1674189887.3018,70,'i3Y5nj1qaQDpsPEIt2gXruMA','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('150.107.74.24',2523613720,'admin',0,1674189891.9493,51,'u2H9TMdSC6rRphgNZlkGYz5x','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('103.74.123.3',1732934403,'',0,1674192673.2047,70,'ZpEFdzBDua9ePn6YVif7qSw0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.74.123.3',1732934403,'admin',0,1674192677.6896,51,'eQwOhr1Gjo0sM5VINTaCvJEi','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('162.19.86.132',2719176324,'',0,1674192934.2982,70,'zbSl2tA6OenjHrRC9TsYPJQv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('162.19.86.132',2719176324,'admin',0,1674192937.8570,51,'mL8IXqxGRa7nQFSDzEWNf4pJ','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('34.77.238.198',575532742,'',0,1674192996.9368,55,'vjAd85JFgMziKYyNsSLDcUGa','','19|0|0|0|sleepingsolutions.co.uk/util/login.aspx',0,19,0),('17.241.219.161',301063073,'',0,1674193080.7677,55,'I3vynGl1cL0isdrDCzw8UFEm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('162.241.120.53',2733733941,'',0,1674193728.4062,70,'W01dbwQGCXEKxjgLBzDfqF4A','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.46.8.7',3106801671,'',0,1674195022.3743,70,'c6eSzgKi9O4PELvoZUG2fFNs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('109.70.148.39',1833341991,'',0,1674196121.7412,70,'HPxb2C4dXlg7pcBG0ZV6LjyE','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.143.130',1920438146,'',0,1674196562.9459,55,'CehirsDt5Wu9KMTcQF3UGXpH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.230.178.254',2649142014,'',0,1674196822.2889,70,'Ko4RBVWaiwHSFztAG6rJhYCv','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.243.77.110',3119730030,'',0,1674197498.3312,70,'9hAnCVfDZKjRFke5Yz01UMGu','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.149.134',1920439686,'',0,1674197811.9720,55,'6nqNSfjPU9tp7aLhHBde0yig','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.225',1920436193,'',0,1674198204.3573,55,'voEd2ph1FN4nJc9yiuPAr0fe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.208',1920440016,'',0,1674198454.3687,55,'5gT2Dwd0E7aXGSfpCN3yAbr4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.47',1920439343,'',0,1674199170.5902,55,'SiycQXY60xaG3BLRgrdq8TOU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.47',301062959,'',0,1674199522.3772,55,'IOKNm1BUQnpTDqkdxE82S9WM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.247',1920435703,'',0,1674199620.1204,55,'qeuAQJp27Pt4yVOMmasxU1io','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.65',1920436801,'',0,1674200085.8509,55,'NTuadEC23RisYDz7IgPKbU1x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.84',1920441684,'',0,1674200532.9580,55,'c5IAJaSbmY7rPVCFxoBhlgMj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.117.83.110',678777710,'',0,1674201164.9981,55,'tzayI1jRcoQpvVs0EwXD4L2O','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('40.117.83.110',678777710,'',0,1674201165.3832,55,'8Ci5texmyKYg2bVacDw1zfuG','','19|0|0|0|sleepingsolutions.co.uk/rkitggqf.php',0,19,0),('40.117.83.110',678777710,'',0,1674201165.5666,55,'IKOviuNxTWfCwBon51aqd6cG','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php',0,19,0),('114.119.156.152',1920441496,'',0,1674201437.5262,55,'YfjW3CnVMz7lBDaEZyR64hcK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.130.218.42',1736628778,'',0,1674201565.2026,70,'QYN7SdK2AMiO31h9beV5yDRf','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.157.143',1920441743,'',0,1674201713.7029,55,'jgVXdz9kLZrToGlhb4x2HymS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.40',1920442152,'',0,1674201953.2939,55,'QLZpSB7oe48WrNYajTMAgC1O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.25',1920436761,'',0,1674202203.5520,55,'ZxW8jCkfQXrLvUqPDJiIHbK3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.92',1920442204,'',0,1674202414.3697,55,'sIVFxWkEeLMrAq0UByQ1CwOZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.41',1920438313,'',0,1674202664.1066,55,'hPFvek5SUowOlBJKytImzVE9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.14',1920440078,'',0,1674202888.9851,55,'2vlW3Y8ROhQPa5xzogfT0cjX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.119.81.96',3111604576,'pings',0,1674203128.8762,51,'CUPtdhW4zYev0rONoHjmIRQV','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.147.229',1920439269,'',0,1674203144.1168,55,'P2gz8b3wpRqH9FKVJrLO5y4T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.87',1920440919,'',0,1674203547.4499,55,'aBZ8bsDlojMEAvFnXg7JcY0T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.200',1920435144,'',0,1674203779.9327,55,'mvCFD3yIogVdiZGWf0B5ut6S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.250',1920441594,'',0,1674204136.7946,55,'MnFTriD9I2NzgR57VSL1HBka','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.159.192.103',1453310055,'',0,1674204456.7017,55,'xYTEBmW9lZdUbCwoe3aGcyi7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.159.192.103',1453310055,'',0,1674204456.7279,55,'AsqO82YPthiw1Lcb03ey7XRZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.159.192.103',1453310055,'',0,1674204463.3801,55,'3n56ZacukrMjEAeNlXzthR27','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.159.192.103',1453310055,'',0,1674204463.3912,55,'v9PG5W6nujSdFOyf2pDLIwHA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.95',1920438879,'',0,1674204475.6633,55,'m5aPuHKiT3gpIokWlDJVRNrv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.17',1920440081,'',0,1674204842.6401,55,'vhQl7LRrwHdyCIoNZ8upxmAi','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('51.210.150.127',869439103,'',0,1674204906.0627,70,'H2SyVb37sB9LRdth1MAxIfD4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('193.107.36.123',3245024379,'',0,1674205066.4444,70,'7OGgA04w9DBTzaRv8nMdVeCN','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.140.115',1920437363,'',0,1674205173.9167,55,'weZ6mKhuks34lRPFj1zXprtv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.18.6.65',1729234497,'',0,1674205310.5973,70,'hOzsftw5R3YGDH81XPMQb6xv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('180.199.121.84',3032971604,'admin',0,1674205415.0949,51,'fGVUeMlKYOP32DZ49jzFcI7y','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('180.199.121.84',3032971604,'sue',0,1674205424.3015,51,'hoWUTNBgx04fne62jAGHdOC7','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('177.130.169.49',2978130225,'user',0,1674205444.1887,51,'nTWx3kz4KjLC8AMP0IZm6RUE','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('177.130.169.49',2978130225,'root',0,1674205452.6708,51,'l4ZDCOf1BzMh5HrpK62NqXTU','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.138.170',1920436906,'',0,1674205461.8225,55,'RV5wjmBtsYJz7FoX0hI2MWg6','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('47.25.176.13',790212621,'sue@sleepingsolutions.co.uk',0,1674205470.3873,51,'0ENPSr21z3IBaQZiFnpJxTye','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('47.25.176.13',790212621,'sleepingsolutions.co.uk',0,1674205478.3448,51,'BxfR1FtEZ2QmVIyLgMpu4GNJ','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('219.79.5.188',3679389116,'administrator',0,1674205491.2942,51,'fIq7HGAxNMBYoXUKdgbn30ky','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('219.120.188.101',3682122853,'administrator',0,1674205506.0591,51,'9cPaEqtr0WybYFOU3XxSKMQh','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('35.222.218.27',601807387,'',0,1674206537.1758,70,'mGywxeIotj4blERL1VDNaAKp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.222.218.27',601807387,'admin',0,1674206540.3730,51,'z2iC5GRYSsIy30jNaTVugFO1','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('82.132.218.6',1384438278,'',0,1674206844.9128,55,'FWtJvI4p1PMz07qrR8aufNe3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.218.6',1384438278,'',0,1674206845.7023,55,'rKyb8lmOupcjxgdQNF2qJ5V9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.218.6',1384438278,'',0,1674206848.6048,55,'MVI7UWOHeoSGCYylwFZcTgtk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.127',301026175,'',0,1674207002.0321,55,'gldQkZ3IwDXe9ncHS70qsVya','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.63.153.189',3107953085,'',0,1674207340.4011,70,'dwql0a9k4m6WrjXUZzNs1CDo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('167.235.48.159',2817208479,'',0,1674207341.9376,70,'D7dUXjh82sCHPLJB61uvnGbc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('40.117.83.110',678777710,'',0,1674207864.8962,55,'X4h1DIYNecMqisndROFmGZUW','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('40.117.83.110',678777710,'',0,1674207865.3017,55,'0qOFcN13UsM6T8KCWAQJE2gr','','19|0|0|0|sleepingsolutions.co.uk/hrjraauq.php',0,19,0),('82.132.218.6',1384438278,'',0,1674207972.5825,55,'0OYZLATHjeItyPaFWg6muvn3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.218.6',1384438278,'',0,1674207972.6243,55,'t9AYxdXULRr7wDMaTPH1qfly','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.218.6',1384438278,'',0,1674207972.6636,10,'t9AYxdXULRr7wDMaTPH1qfly','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('45.137.66.252',763970300,'',0,1674208045.6011,70,'DKFIf6L0vzGwiBOPHN8CYAZx','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.152.246',1920440566,'',0,1674209368.6506,55,'xsPGRvhkU08bY4E96qCAo5QK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.15',301026063,'',0,1674209751.2436,55,'iC4kzwq9RQUY13AMrHDVbg5d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.60.170.226',3107760866,'',0,1674210130.8832,70,'YhekPUH4AGI7b1cgql6pu82O','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('47.88.61.91',794312027,'',0,1674211123.3993,70,'7VTnCz05ow9FylXG3e2MJpBU','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('139.180.147.178',2343867314,'',0,1674211910.0238,70,'eNlCwRaMQqFs2fExbknyIK6Y','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('49.50.249.34',825424162,'',0,1674212274.9886,70,'m6PjyxVpCu83KX4z29wMYodn','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.124.10.186',3111914170,'',0,1674213705.3326,70,'6s3rHNPutgnARplZUGzCJ5db','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674213935.3743,55,'k2H3ARMy9iIfG5CrUcLuPYw0','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674213940.0629,55,'H0S4WXmuGYK5LzpeJ7cIbdND','','19|0|0|0|sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674213945.4056,55,'Rdi1bcSgXj5H0nUZaEtmCT2e','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('20.14.84.163',336483491,'',0,1674213956.5928,55,'1NrJqYyjBH6dfbclwM0Zp9S7','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674213964.3996,55,'Zs2TKB5Xh4Y37lAg9rv61p8S','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674213964.4508,10,'Zs2TKB5Xh4Y37lAg9rv61p8S','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,707,0),('178.208.67.7',2999993095,'',0,1674214514.5150,70,'b13i9MgThatGfuEwl62D7Ukr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.90.181.149',2639967637,'',0,1674215131.8712,55,'Mn0f2UcQNKV3CbyrsHLdTzvm','','19|0|0|0|www.sleepingsolutions.co.uk/customer/index.php',0,19,0),('157.55.39.40',2637637416,'',0,1674215153.0222,55,'yUoGIi6fwCmZlYke1q9SPWs8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.108.135.52',57444148,'',0,1674215299.1338,70,'SCMeIZNg2Dior1X5VPqBz9lG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674215421.1012,50,'XJ94QUuHS1Ro3YZ8bMipCfEL','','10|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,10,0),('20.14.84.163',336483491,'',0,1674215800.3803,70,'oYWNCQ5eKhzRImOay4uTc09B','','13|0|0|0|sleepingsolutions.co.uk/wp-json/',0,13,0),('20.14.84.163',336483491,'',0,1674215931.7650,50,'kF5q7YIgutwLESOUD0VrcbJK','','10|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,10,0),('20.14.84.163',336483491,'',0,1674217132.9749,50,'2mjzGEwBkvih1Q7cVWs0N6Mr','','10|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,10,0),('20.14.84.163',336483491,'',0,1674218140.8688,70,'W4uv6fTL7QzrnaJODP2pVA9k','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('20.14.84.163',336483491,'',0,1674218628.9157,55,'ewYg1kmyTzMhtjFLr3OK28nl','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php',0,19,0),('20.14.84.163',336483491,'',0,1674218632.8690,55,'pfXkio5wLQ9TDn0hMbFzqsvG','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php',0,19,0),('20.14.84.163',336483491,'',0,1674218638.3953,55,'uGXyBAjvT4s3kYFmg1e2znUi','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674218641.9788,55,'oNGV41DSWUQXOPbi6mRrLsB9','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/css.php',0,19,0),('20.14.84.163',336483491,'',0,1674218642.0400,10,'oNGV41DSWUQXOPbi6mRrLsB9','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/css.php',0,707,0),('20.14.84.163',336483491,'',0,1674218685.2269,55,'2qvgYJXTecRfCZa0smPbIDod','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('20.14.84.163',336483491,'',0,1674218691.8034,55,'Tue5hZFqdIjDPxpXB74WcQGy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/admin.php',0,19,0),('20.14.84.163',336483491,'',0,1674218693.7990,55,'gMVrLtQ3TBRhG5KYaU98pwlj','','19|0|0|0|sleepingsolutions.co.uk/wp-content/utchiha-BLP.php',0,19,0),('20.14.84.163',336483491,'',0,1674218708.7904,100,'0MnVJuQhDG9BwCUf7b1AITpl','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('20.14.84.163',336483491,'',0,1674218713.6895,55,'3W2D0PsuFoQg7IcknfNKVHrj','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('20.14.84.163',336483491,'',0,1674218717.6341,55,'vcM0ZFVystoNGxR8gAH7U3W5','','19|0|0|0|sleepingsolutions.co.uk/upl.php',0,19,0),('20.14.84.163',336483491,'',0,1674218718.7975,18,'2ZNz0JFDxiXueU4tYALOEBa8','','13|0|0|0|sleepingsolutions.co.uk/upl.php',0,13,0),('203.86.239.175',3411472303,'',0,1674218725.8320,70,'b2zQS89F4fhRokZPtVrEegdj','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.20.234.2',1729423874,'',0,1674219463.5270,70,'XBOi2L5G17rwgeoQP4Na0DER','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('77.88.9.137',1297615241,'',0,1674220982.0967,55,'EsgiIABhMqTz6lwNCuFfK52j','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.129.222.7',1736564231,'',0,1674223159.1361,70,'NSc610EKYasAwtJgOel5yhQu','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.146.203.73',1737673545,'',0,1674224715.2707,70,'yCHmui4NUJ3rGVKPvh7pMOox','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('162.0.234.170',2717969066,'',0,1674224962.3238,55,'opXgUfaQYP5k6JsRw9WjhE4u','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/style.php',0,19,0),('162.0.234.170',2717969066,'',0,1674224962.3484,55,'7aEFvgOnARidmJ6e4KDV3rXT','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('66.249.87.224',1123637216,'',0,1674225780.1037,55,'lMnVfsoFRXhJZaqkEIDtwG0p','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('114.119.133.53',1920435509,'',0,1674225894.0782,55,'f64aZBh3NUoQIWLGuwzHnixS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.77',1920434253,'',0,1674226252.6973,55,'Yt2jixqdCoOpHuUSwReJhvQl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.227',1920435427,'',0,1674226563.5502,55,'hcWJLrD20PjaqZ5imHygbIOs','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.155.228',1920441316,'',0,1674227823.7198,55,'YhvbLKgsTB6ynP4Uwj2krJNo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.142.50.97',1317941857,'',0,1674227972.6318,70,'sP2e96F1wnOJZHSBYITf7pax','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('94.250.203.17',1593494289,'',0,1674228438.0245,70,'uoLlmZ9fY8N0TMXIBtCAj1yQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.108.140.207',1097632975,'',0,1674228532.5280,70,'5IgiNrdy02JxAeWkQwYstu6V','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('87.236.20.252',1475089660,'',0,1674228986.8054,70,'BORTlqEK8ebvgaWQAypF2dVP','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('139.196.207.33',2344931105,'',0,1674229806.6825,70,'THkVDCY3M5qtchilREexv4ub','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('47.88.61.91',794312027,'',0,1674229858.2443,70,'DzlI9hrRmYpK2F3LMxEZW68V','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.160.138',1920442506,'',0,1674230013.4710,55,'acUvFDkObIiJqEGANYBeZpdm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.33.234.111',3106007663,'',0,1674230305.0675,70,'vg0aDp6wdCNnc5tRB7UeumOo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('159.89.90.205',2673433293,'',0,1674230503.6234,70,'z2T3ZaHReljxq07BNtVYkXgi','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('47.88.61.91',794312027,'',0,1674230638.4836,70,'4UB6ryjk20qDh53uOtbT97FQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.197',301065157,'',0,1674230878.8758,55,'fMkDXOJorI8ASnLdEHG4weqg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.75',1920435787,'',0,1674231985.7770,55,'3zbquVUhjMYnGTOZdlDgAC8k','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.220.174.115',3118247539,'',0,1674232339.6937,70,'cARg4QjT25oL1D9COXZWvNSq','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.151.63',1920440127,'',0,1674232628.4263,55,'uUtzk0TIBO7vAdVwSCyiXsW8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.232',1920441320,'',0,1674232975.9717,55,'LRcfK451ZbgNojiOYEQp3GTr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.188',1920437948,'',0,1674233291.6834,55,'G97EwtXQl5V4SiHy2pmuDfB1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.1',1920439809,'',0,1674233641.0894,55,'s5xLCFvfmkjtY2euBcyEzPdZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('217.13.219.167',3641564071,'',0,1674233937.0189,70,'jQtKoT5iShlvpJDNAgO6YmBZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.143.209',1920438225,'',0,1674233950.8381,55,'tDlsROMKXobfjnA0ZH9gkIz1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.116',1920437620,'',0,1674234325.5609,55,'rt5iQaTIqpxdWXEk1nS4y3CA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('93.125.99.98',1568498530,'',0,1674234526.9574,70,'ijOcqh8QdgFvufHyrP0kDw1m','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.148.165',1920439461,'',0,1674234677.8245,55,'8dhCM1VRFrGNjY7bnXWSoeZH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.156',1920442012,'',0,1674234964.7406,55,'AVxHQreG6TY1svEcWmzqD4fX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('128.199.131.42',2160558890,'sleepingsolutions',0,1674235269.1870,51,'Oavije0mN1k3lDLr2yJxwRB7','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.139.70',1920437062,'',0,1674235315.0520,55,'TiR0OBJzwbN2oPMD7cLvEUQe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.217',1920436441,'',0,1674235629.1981,55,'C4K9UyiToHPXYAfDbFxL23tn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.166.149.6',3165033734,'',0,1674237555.9464,70,'mM9grhNoBjfCV7HQia50yFe1','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('90.207.57.242',1523530226,'',0,1674237650.7351,55,'ZwKkYs6Wb5eaU8PX4NzSJyRr','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('199.223.115.226',3353310178,'',0,1674237913.2895,70,'0fZocs3WOygUPun9x2HCLFkX','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.149.137',1920439689,'',0,1674238546.7580,55,'W0CIbPF8uQGLMcKSfwevhVUH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.68',1920438084,'',0,1674238913.8017,55,'tV0dz2g3TErhiIG6wyO4n9BZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.249',1920438777,'',0,1674239248.8602,55,'uY8RHZTjpDitMX7vcNSk5hda','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.85.146.176',760582832,'',0,1674239249.5281,70,'3k9Jr0Db2o5dlxmGSc4n6Vvg','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.147.113',1920439153,'',0,1674239524.1541,55,'KunVMOGeWzDdA8L1kHEoBtXv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.211',1920441043,'',0,1674239919.1376,55,'8KD6Y2p9d04mhzcHQtZseyrE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.194',1920436930,'',0,1674240536.9307,55,'YbfaPNpqwy2Hinsr0k35IJc7','','19|0|0|0|www.sleepingsolutions.co.uk/customer/index.php',0,19,0),('196.119.141.99',3296169315,'',0,1674242594.0423,70,'6scVJY5qQGiA4UPEBfealWRu','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('95.111.236.68',1601170500,'',0,1674242779.9139,70,'Lt8kPC6I0pUDRv1msAQ3OlNn','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.150.4',1920439812,'',0,1674242805.9918,55,'erln0cgOoXZuI8h795piU1zD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.170',1920436906,'',0,1674243864.9951,55,'BxqHREoYQUCuZGLnJThl2dbv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.146.61.110',1385315694,'',0,1674244961.6333,70,'FZ4ufOi6LnyQB9WlH03V8kTC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.146.203.123',1737673595,'',0,1674245116.4578,70,'p2F1s6G9cSbJWIETXgAvYNOH','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.8.60.193',3104324801,'',0,1674245743.2677,70,'S0AszRD2J6mpKL5gGVWTfbPI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.202',301026250,'',0,1674246214.0764,55,'zIckxQf20lApZMw4gqKR1th6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.132',1920436100,'',0,1674246960.5127,55,'zlA2L1EqGCrskwgSxeZ6yo7t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('37.143.13.34',630132002,'',0,1674247475.2501,70,'O3AeIz9TCDUkiVrJBgpnFtwc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('172.225.10.44',2900429356,'',0,1674247768.5044,55,'urXaN9MJfxw1hHjGUDLOZzKF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.225.10.44',2900429356,'',0,1674247768.5051,55,'S2GIio8zw0VayglpNDfjMq6W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.225.10.44',2900429356,'',0,1674247769.1973,55,'jFmapdY4cI8XBC5R6xVUoKhk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.101.156.210',90545362,'',0,1674248134.2408,70,'nPyeNKUBGidYauH2OErtx1wW','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.131.92',1920435036,'',0,1674248460.1117,55,'Iwy7NDS0RFbdJXZi25W86rPE','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.225.33.47',3118539055,'',0,1674248491.1146,70,'YefG398J1O4QBnMpA7zshukR','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674250982.7232,55,'ig6zM9n8ZA2xLOweHUvGuBWY','','19|0|0|0|sleepingsolutions.co.uk/.sts.php',0,19,0),('20.14.84.163',336483491,'',0,1674251033.2940,55,'WMielG5pwDVQcJjL8qyUT1uk','','19|0|0|0|sleepingsolutions.co.uk/.Wp-back.phP',0,19,0),('20.14.84.163',336483491,'',0,1674251114.3284,55,'9GTEuXVcJ0Rw6xYqUpsfd3vM','','19|0|0|0|sleepingsolutions.co.uk/fx.php',0,19,0),('20.14.84.163',336483491,'',0,1674251209.3196,55,'plr0YE1VyOzNXtGmiQUwWH5R','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('20.14.84.163',336483491,'',0,1674251313.8727,55,'Wup1vD4VHmRwArazj2ki3K0s','','19|0|0|0|sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php',0,19,0),('20.14.84.163',336483491,'',0,1674251313.9058,10,'Wup1vD4VHmRwArazj2ki3K0s','','707|0|0|0|sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php',0,707,0),('20.14.84.163',336483491,'',0,1674251471.8649,55,'uT3ywB2URjzH16SJ5IOnfLQa','','19|0|0|0|sleepingsolutions.co.uk/wso112233.php',0,19,0),('20.14.84.163',336483491,'',0,1674251574.4633,55,'nxdqbFTUZ5zijhD4GvEopALJ','','19|0|0|0|sleepingsolutions.co.uk/bala.php',0,19,0),('20.14.84.163',336483491,'',0,1674251698.1482,55,'lpYue3Comh4GSI7EraAfdLsR','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('20.14.84.163',336483491,'',0,1674251840.8306,55,'v9bdInefw1oQW3rP5EARY6cy','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('66.45.229.42',1110304042,'',0,1674251910.4737,70,'UZn79qlcbw8ypONdKgRHXrmo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674251999.4782,55,'h5RmJC0aDqrH6QP78BW4nFsu','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('20.14.84.163',336483491,'',0,1674252188.5135,55,'tHM0bZjviL9PDsc5yXhVeaqY','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.14.84.163',336483491,'',0,1674252329.2018,55,'9Oi0ad2JXeWo8yPnKxCrNhFu','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('66.249.69.246',1123632630,'',0,1674252333.1890,55,'YOnLNSPwAueKxDjJWmlR7iZc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.101.157.45',90545453,'',0,1674252423.8467,70,'Bf4DhJniwVO75gXLpcCM0srY','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674252424.2458,55,'5OdHE7DLknJs49jRheCK3U0V','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674252506.6928,55,'qdDG9V8gL7rJs4FBtTIlYEXo','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674252635.5368,55,'Mcr7nSjDG3wJBkhTtsaHib6p','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('103.92.235.55',1734142775,'',0,1674252667.1527,70,'NpXUCA16RHJdaQDVZeMumnIx','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674252724.5263,55,'C8T3l6FaeImkfG9jP5xzMgJp','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674252813.4768,55,'N6g3oJD9iRvbnzVwZucI2GTF','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.14.84.163',336483491,'',0,1674252848.8327,55,'I5jo1KkgZNUTcR3OEfPs0zrY','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('20.14.84.163',336483491,'',0,1674252896.3143,55,'T32aQH4GegbmBA8siOJyhlIZ','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('20.14.84.163',336483491,'',0,1674252927.3482,55,'dtlR0DkTnB3SeGVIp8FOciJW','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.14.84.163',336483491,'',0,1674252984.1758,55,'mXjMp4wyke3HTixO8UYbF0NV','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('20.14.84.163',336483491,'',0,1674253059.4548,55,'F2fAxITZ4MzGtiqPScVmE3hL','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('20.14.84.163',336483491,'',0,1674253161.5735,55,'DT2GwlcpitvE3UdPSB7bjMuZ','','19|0|0|0|sleepingsolutions.co.uk/confiig.php',0,19,0),('13.57.153.111',221878639,'',0,1674253632.2855,70,'kS6Ml0ZfOoeLphrvbgDQ3z1x','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.133.247',1920435703,'',0,1674253853.3257,55,'aHMljOQvBdJwyzU9mqNAGg75','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('81.69.253.128',1363541376,'',0,1674254062.3004,70,'1pSnxb8VC2fvwjFQJgLU3r5X','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.252.248.7',771553287,'',0,1674255189.7055,70,'FPgzjcsWbtqUirShAGyCJM7K','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.252.248.7',771553287,'admin',0,1674255192.1677,51,'a5cFYBWm80XOweqxyg3u2VD1','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.145.89',1920438617,'',0,1674255947.6319,55,'pwQh3zgrUdGDCXKW2lSct9Ho','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.101.115.109',90534765,'',0,1674256068.7070,70,'5L3zT0uZUCrsgYocynxOEftm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.179',301065139,'',0,1674257436.2094,55,'ol6KJsQ4CFe2Pf1qOwDhTSnz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.121.143.142',1534693262,'',0,1674258134.2517,70,'yCsfcXOLn59PQw0T48EpYlgK','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.140.70',1920437318,'',0,1674258536.2690,55,'u8PMowAZDiUaceb3sVCfEyGj','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('17.241.75.243',301026291,'',0,1674258703.0175,55,'I3SGwdUf4MYaDlkcXg9CJxRZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.130.83.15',763515663,'',0,1674258853.3530,70,'fPAeTLzMY0rWgSwpdN2EJaBc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('114.119.159.197',1920442309,'',0,1674261078.9282,55,'AadzvCychkpwo1Os2MiSPW5X','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.67',1920436547,'',0,1674261442.9874,55,'LjFH2yJqe7YOdvZK6IRtE03B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.25',1920438041,'',0,1674261737.6730,55,'oFPMUKHOG4lmZthET5uYsNnA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.204',1920440524,'',0,1674262106.0112,55,'XLMnDYtlZCuzpJPeSOKm78hQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.68',301062980,'',0,1674262319.1600,55,'t8VCbmDvQunRcAIFoyhMspdx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.181',1920441525,'',0,1674262465.8887,55,'HRlbaredf5VsPJiSzKUQCg9p','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.67',1920441411,'',0,1674262768.0075,55,'jf3U9KgA0dqyNewCpOhXoDsP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('113.208.115.100',1909486436,'',0,1674263843.5708,70,'8fwmi7lErdtcAg2UJHCnxPsX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('77.88.9.130',1297615234,'',0,1674263994.8975,55,'b4ePI2Yd1RUwQMloVCShWrFt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.105.56.46',2892576814,'',0,1674264038.7756,70,'W6OqmkEl5zMCFh2uLK9Do7yG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.154.87',1920440919,'',0,1674264052.5104,55,'a7GxwnWt2qkzfAVeKoigcTYO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.105.90.92',2892585564,'',0,1674265206.5161,70,'7isyCxX91JpHFNdchRuIeWr0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.146.126',1920438910,'',0,1674265223.7258,55,'WB1ChS6VIleHET7NaRmqLy4c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.255',1920439551,'',0,1674265549.8601,55,'EDyfhIZp9nNo4JTz03mYB5we','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.59',1920438075,'',0,1674265854.2299,55,'IX1xK2e3RdyNlgSLfm9M5YuF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.30',1920434718,'',0,1674266196.7395,55,'OoefrRGZYkEn8LhIqU06FaT2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.110.72.238',795756782,'admin',0,1674266200.2676,51,'AVab4gWxGM53J1l7uUE0KsHX','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.160.138',1920442506,'',0,1674266524.0710,55,'C0kHnc2OGDaAKWBjR4I3Epet','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.70',301026118,'',0,1674267262.0147,55,'Fmzq4u5HYPs3ktpxa1gW2TGS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674268211.2649,55,'79F0K5BxvMi3C1RAgneJSpaQ','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('17.241.75.129',301026177,'',0,1674268498.4033,55,'oSVQDpHLsO71bP5xYAFtjnl9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('203.205.52.183',3419223223,'',0,1674268706.5542,70,'4MVBEXZc3TveSYa1ou9h0k8m','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.74.123.3',1732934403,'',0,1674268711.5759,70,'npY8au4xZGvz5UIC2XwfVo6E','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('147.78.47.230',2471374822,'',0,1674269839.5127,55,'oxVajChRz0KGLpsiXEJ3ywem','','19|0|0|0|sleepingsolutions.co.uk/wp-comments.php',0,19,0),('88.99.119.166',1482913702,'',0,1674270755.8817,70,'YUGMRselKtQZ4dEnaW12Ii98','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.188.31.216',96215000,'',0,1674270868.4133,70,'FKI9teyG7ACDhHq32s0Yw1O5','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.63.153.189',3107953085,'',0,1674271632.9214,70,'nOjARyVodbFMXZmg6Qf4IiHc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.75.221.29',575397149,'',0,1674271869.6774,70,'1xrQkfGAJOSRBCb6uKyU5WhL','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('69.162.95.26',1168269082,'',0,1674272133.5984,70,'VmGxjMRCK8aOgnXe67ryINbz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.72.163.9',1732813577,'',0,1674273506.4656,70,'Qdf3yz5gpN8ROt9Gu4CJcKlY','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.173.78.7',1739410951,'sleepingsolutions',0,1674274192.4837,51,'4IzLh9RHJnoiVTjyBpwgrOda','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('172.105.230.70',2892621382,'',0,1674274964.9776,55,'6ByYWhb0DjgIrmtl2UZzpVdT','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('175.103.41.108',2942773612,'',0,1674274966.5071,55,'jh4b6GyNvJarw85Y1xlBAOXU','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('172.105.90.92',2892585564,'',0,1674275875.3997,70,'wUneRsZP4vSYq3otDjxITafi','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.236.1.11',921436427,'',0,1674275902.5115,55,'deIzNQnXikMJZuhgrfaU1AlK','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.236.1.13',921436429,'',0,1674275932.2258,55,'SJANTQveUpcbaI9ERFO2gohx','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.60.170.226',3107760866,'',0,1674276417.2116,70,'McTKoB6PJWOR7Hp9EVQZA3h8','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.183.107.9',599223049,'',0,1674277083.5568,55,'sCv6z9Qpk0APHDycn4ohuR1J','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674277083.9521,55,'VMiXkLynC5vuOjeJTfQBAd7m','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674277084.3438,55,'jX8VypOWKZ7ESRwDqC1oPkN0','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/404.php',0,19,0),('35.183.107.9',599223049,'',0,1674277088.3745,55,'xEGp0TUIfltQDRsPoH93zeFk','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674277088.7647,55,'zHPMsOjGcCQh6l739BLqwgd5','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674277088.8041,10,'zHPMsOjGcCQh6l739BLqwgd5','','707|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,707,0),('35.183.107.9',599223049,'',0,1674277089.1557,100,'4bLnVymeqSJ7kfpYGKHZDiw9','','13|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277093.2281,100,'Wgj8UXLfrRaPzGZQOvnDwINd','','13|0|0|0|sleepingsolutions.co.uk/assets/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277093.6333,100,'6W5seSDE7yGkvpM4w3FJTKgY','','13|0|0|0|sleepingsolutions.co.uk/assets/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277094.0169,100,'q2R4NEJKVuATS6yM3spr8vim','','13|0|0|0|sleepingsolutions.co.uk/assets/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277098.0927,100,'QmVXGg7aeNkSCPEf326sOhMy','','13|0|0|0|sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277098.7043,100,'Zs7HmNOFbBDKLVwUhXEPjGci','','13|0|0|0|sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277099.1037,100,'oVR9L0xgXB7yaK3PwImJ5TeE','','13|0|0|0|sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277103.0083,100,'aE5QvBYbPz49ehptCmfAiwWl','','13|0|0|0|sleepingsolutions.co.uk/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277103.4292,100,'fpbotJSrxY25NaAjhRVuqTEw','','13|0|0|0|sleepingsolutions.co.uk/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277103.8682,100,'tZwh3AFHsmlUfcL1ePGWoOzx','','13|0|0|0|sleepingsolutions.co.uk/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277108.1487,100,'Eb75G1fXRi2wLU8n9jMDyB3W','','13|0|0|0|sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277108.5266,100,'vjbMNY46uSOX9tUWfQ5FElx7','','13|0|0|0|sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277108.9192,100,'udMhRlGInxFzfrySoJNCHKZe','','13|0|0|0|sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277113.0043,100,'faPoHrG7IscvbFwQh3m8tg9k','','13|0|0|0|sleepingsolutions.co.uk/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277113.4124,100,'GC6pOsvTUwflFQ2zMNJyS9D7','','13|0|0|0|sleepingsolutions.co.uk/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277113.7978,100,'Ik8c6V1toUhrFdwq9yEfZT2G','','13|0|0|0|sleepingsolutions.co.uk/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277118.6456,100,'x3rk24tloaIYmbsKFwRZBvOC','','13|0|0|0|sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277119.0585,100,'9AKbDVckqHdN0z37EtxWvG8Y','','13|0|0|0|sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277119.4356,100,'L90ABaU7mQXywlucpxRbreqK','','13|0|0|0|sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277123.7151,100,'GtTodPxJ950fZOazCWAwqgFy','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277124.1281,100,'SfypR9monUPTriBYV27OFghj','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277124.5705,100,'yfFMq8Vh5IAPisQnaOrlRgbC','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277128.6779,100,'sIVLeWoaJzwZmYfXSr9384yB','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277129.0566,100,'BDMVtr6TSgbKXvGCl0aNuE43','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277129.5397,100,'CIgc4TlkHdKLrSjYsRuPQ58E','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277133.5928,100,'1zFByD604QeC38MoZANUTwWR','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277134.1676,100,'jmHKrEaJD3p0WxSMchnLPlvw','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277134.5576,100,'qkmgSdNsEtUyApQRCnLGhuDP','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277138.9090,100,'AuMyROYlKn6JiFC4LmgVSdTk','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277139.4180,100,'52jXzJw6eS4EMIgK7u9kTsmL','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277139.8117,100,'23VXz8wpQt1JgoF4lU6qRG5M','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277144.1151,100,'JVlQXM1Ey5P6DsBN8TZHgYeh','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277144.4859,100,'zm7LlCyFvo0fb1Djg9uTd2Kr','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277144.8759,100,'CIi3kodyL0J1M5eYZHfqptrO','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277148.8776,100,'WM0GzeHLmKpbh3I2UA4ucZdC','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277149.4012,100,'LIEcHUKAlfi8JeXsgBhujCOS','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277149.7923,100,'cUrDsxmYKgXFGIhNlRnbt0Cy','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277154.0070,100,'0UeJx68pRAu1HVb7lLOMjDmP','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277154.4183,100,'ugT2CSFDwYKiQkVar6p8GqL3','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277154.8059,100,'aKW47pLZ3kFOXgwD50cSrbsN','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277158.7860,100,'gCisy9NZfMIL1DKezE4h5oGT','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277159.3360,100,'mhF2a1EX9G6oLzpuKxAS5Nkv','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277159.7167,100,'j2isT37SDRoQlrV6t1hW5aLM','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277163.9440,100,'KzxQWkm3RiSr1e6bOdhqgBo7','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277164.3483,100,'w7LE0jsknxXqIvB1mQyA5fdJ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277164.7467,100,'KmgeDjWJ1tldfVOZGHTN5Lx4','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277169.1058,100,'xwkRaAvhPIofzHqNKF8mc4Xl','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277169.5032,100,'WATI0bVBakGU9ijS2J8nOmMQ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277169.8903,100,'ErYZFUD7acnstuGBxHIq5yWL','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277173.9717,100,'yI4AgEsGdKaZC1HRw23fTj9e','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277174.3487,100,'h1YRk7J5OcpsLWQltEngbVMT','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277174.7293,100,'NUFzE8jJfXoWtvD6sAQbHcyM','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277178.8542,100,'ijU7nFaz5ZM4ukILfyND3TY8','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277179.2687,100,'QEUVBzkF4dIsAPljguicKXwe','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277179.6283,100,'cWLMzsy0T1fQJaA3l9keqZjb','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277183.9910,100,'wY45W9bk0AfPeIFoKxtGdD2q','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277184.4376,100,'cSph7gVnEX258yLFYHABuKzM','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277184.8106,100,'yoaiMdKUkT8NVz9WmQZSqe05','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277192.2813,100,'PJYvhwMW3nQ1ESxOeCjNdz6Z','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277192.6973,100,'MFnxSG4hzAPqfBKVD0C9cu1a','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277193.0537,100,'slzcjuI3Po8aCbM0wOdUAtKE','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277197.2516,100,'vTgG1HDmFjzJxN6OVbIX5scU','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277197.6370,100,'ibHM085E2VTNdY3InKrZhgaR','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277198.0019,100,'B7EY3fUA6OPMKDvnGI5jZFQC','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277202.0594,100,'Xx8VtUp5PA4gMDOhLrdn3EGv','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277202.4244,100,'TOIoBdUVYJfiFMr2KSjGQH0P','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277202.7668,100,'WZkuoKpBjSar6CfsVgzG2Qx0','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277207.0064,100,'QeWLw3fjVF8Ey9Oa5PdITtqJ','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277207.4284,100,'nOuHgfWNAkLDt3KIiE5ax12Z','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277207.8033,100,'a4JH6PQTwhdVyL7rFWqtKnuZ','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277211.7892,100,'3vJ1adkx9MymOX2gAcnHLVwW','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277212.1686,100,'5VqKbW4PDM2Yd1TRwyOQi7rE','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277212.5329,100,'Cegsl7ABbFcfRZhO0kP2vXYN','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277216.5101,100,'C84blpOovQcNzJuYSATrXVR1','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277216.8729,100,'blzH1uZFB5UwM0qyVTrIYdcK','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277217.2268,100,'9it2Om5yfvcpAKErLGHsa4nC','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277221.1809,100,'4HEfk3wl9ubnINqdOatPLimj','','13|0|0|0|sleepingsolutions.co.uk/.well-known/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277221.5508,100,'81ctnVX253QuzSlsmGJTBFKU','','13|0|0|0|sleepingsolutions.co.uk/.well-known/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277221.9261,100,'wvX3PkogSl0izdtqRFNTMOCK','','13|0|0|0|sleepingsolutions.co.uk/.well-known/alfacgiapi/404.php',0,13,0),('40.77.167.69',676177733,'',0,1674277222.2736,55,'RlimT6GzD02jngKBb5ZdVfuH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.183.107.9',599223049,'',0,1674277225.8856,100,'BHsEtV8xaDr0IjmMh7iCqXLR','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277226.9386,100,'coxQ8vNJr5A6FySDIKbiwp1h','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277227.3757,100,'23QFCJnA9pHf0oquejtzLTW5','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277231.8970,100,'yB9C5Kr36s0HOqYWVdXpu2Rw','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277232.2735,100,'lQU0mHJY821Oncvis3KXpz4G','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277232.6453,100,'76JatdEDGKnsjcIZ5NQxYSMg','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277236.5928,100,'XDvbFmiAl4wx8hJfdI3B2EYN','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277236.9881,100,'q0MRDBGfTh1jP8KyY6SskUQe','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277237.3385,100,'1Nrdw9ULauqzQEsJh6Smkfog','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277241.5475,100,'PnojGFyiDdx8ETZNhwlSc6s3','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277241.9350,100,'VBkCFLe439nQp7irm5EMdWoY','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277242.2929,100,'ZwFKMomsNabzqGC1phtv2EJd','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277246.3190,100,'aXos6LgGxZQfcWze2jBu4E93','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277246.7711,100,'7dFLUsOJEw3tq5nDH0PklT24','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277247.1304,100,'JTxbmMZ2YuXF04odS9Ks5nkU','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277251.1815,100,'uX8acwtWbGMvsRT4LqN6lHki','','13|0|0|0|sleepingsolutions.co.uk/.tmb/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277251.5984,100,'v7Twh30PpVagolSUK5fHCqR1','','13|0|0|0|sleepingsolutions.co.uk/.tmb/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277251.9678,100,'pfxs6EywnmQta9oKuY3Wl8rS','','13|0|0|0|sleepingsolutions.co.uk/.tmb/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277255.9284,100,'Nkq1DrhEdWYiURcaPFuA3Gly','','13|0|0|0|sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277256.3440,100,'9PQFyA4XkvVWelB0R8o3c56Z','','13|0|0|0|sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277256.6991,100,'ho3HlOQRwfStqaLn4ZXcFNgJ','','13|0|0|0|sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277260.6974,100,'eoI8rxSmzNAcqwGv76nYiVCk','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277261.0617,100,'xo6W4PnBSA5DmqygLFN1Y9is','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277261.4427,100,'J3MYQ12lejDoFCha470P6WNk','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277265.6916,100,'RaZ1W0nv46XeEub8scItzwKY','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277266.0599,100,'BC8nKkqFXVdAgo0UJl9em4as','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277266.4460,100,'vwig4rDbAaG5sTWfemyEYZHS','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277270.4927,100,'8VrSdf0Bh5ia7LmzXIRpyC3D','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277270.8665,100,'NSoI3csXmbqiAGBvl61neV7u','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277271.2238,100,'rZUHL0xPhJjk4TWAfI7GvY53','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277275.3146,100,'PuV2iYgA7B3nm5e89zpEdx0O','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277275.6733,100,'EpguAfIYUeRjdkZx8qPb4LMG','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277276.0359,100,'tg0dxGfnAZvCB1ow9OqFWN8l','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277280.0429,100,'K7dY6jhso8UB5ixcarbpAWXT','','13|0|0|0|sleepingsolutions.co.uk/images/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277280.4497,100,'N1siKfCahHU4jv2DRxcOMF7g','','13|0|0|0|sleepingsolutions.co.uk/images/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277280.8260,100,'kO5ClnuoxFW1h07EeGJdZfiz','','13|0|0|0|sleepingsolutions.co.uk/images/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277284.8400,100,'ePBDRucCQAqm0rWwIjLOK6TN','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277285.2643,100,'sHgrWBEAZlifRtpaY2DyqSnX','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277285.6177,100,'2iXugG50KFos8wq4cTkBemAZ','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277289.5209,100,'Jfti49ajK0rU67wnX3yGR5oD','','13|0|0|0|sleepingsolutions.co.uk/components/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277289.8818,100,'uGfhnJCKpoxmXsyR8jdgPr51','','13|0|0|0|sleepingsolutions.co.uk/components/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277290.2565,100,'kxmfe1Ol0DM8cYCbUnh2SKj9','','13|0|0|0|sleepingsolutions.co.uk/components/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277294.1880,100,'vBJjVWM9GiPy5TpxaskF3qAY','','13|0|0|0|sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277294.5682,100,'xGMwZBfPYLcosTqSRatz37j2','','13|0|0|0|sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277295.1952,100,'awEimhLTKreycg3H1d6FDlY7','','13|0|0|0|sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277299.0572,100,'x5Plqbm1zMDN7HgLXouJihvE','','13|0|0|0|sleepingsolutions.co.uk/wordpress/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277299.4315,100,'uPc96RSLTMoCWZlG251bN8hX','','13|0|0|0|sleepingsolutions.co.uk/wordpress/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277299.8034,100,'xafYM2u86U3LSh4ADEF7zeJ0','','13|0|0|0|sleepingsolutions.co.uk/wordpress/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277303.6660,100,'ZWX15v2T0HdbjOnsxa84fIoy','','13|0|0|0|sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277304.0646,100,'z8K6tJbwDe5TdW9srUOZvqLB','','13|0|0|0|sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277304.5410,100,'C2be1jaH6GMYKF84Ethcmrgw','','13|0|0|0|sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277308.4579,100,'aoGCXE4xFIh7Hnv5zm8BRuqj','','13|0|0|0|sleepingsolutions.co.uk/wp/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277308.8779,100,'DfC0RdolIKMz92NwYFpJ5qhm','','13|0|0|0|sleepingsolutions.co.uk/wp/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277309.2286,100,'tgbXjixrLCJF384qTlO2VUMH','','13|0|0|0|sleepingsolutions.co.uk/wp/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277313.1691,100,'buv5ZgY04wyD8nqAE69CeIXo','','13|0|0|0|sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277313.5708,100,'UNlF6u8jdYxCg5Ltcy3ZHRwI','','13|0|0|0|sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277313.9198,100,'yYaHTmeMk9jz4Ku7tJ0LARPv','','13|0|0|0|sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277317.7821,100,'qNTJepw5vMb916FZhgzRsnSK','','13|0|0|0|sleepingsolutions.co.uk/blog/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277318.1329,100,'fGy6r4qXdvNVFbtHjPA2M9kn','','13|0|0|0|sleepingsolutions.co.uk/blog/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277318.4881,100,'FuYhHg0cvIa7TDexKXo6QRsP','','13|0|0|0|sleepingsolutions.co.uk/blog/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277322.2834,100,'rOexwVQpYH2vCcJ53WXdbKik','','13|0|0|0|sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277322.6471,100,'RyMdiIkSHreOUWtGqw7hXZ3a','','13|0|0|0|sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277323.0486,100,'vKh5F617r8DUxfkpJsgamnQe','','13|0|0|0|sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277327.0058,100,'GnBvPaILdwgDV79yuUhFtMW0','','13|0|0|0|sleepingsolutions.co.uk/new/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277327.3794,100,'zYsk6ItWOh0u5Zgba1pFPyKM','','13|0|0|0|sleepingsolutions.co.uk/new/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277327.7371,100,'Wy7b6tRlfG9DSTkAIxJq2iCP','','13|0|0|0|sleepingsolutions.co.uk/new/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277333.3895,100,'DzRejYmoaS0OLVUrAkQ1tdPN','','13|0|0|0|sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277333.7457,100,'XtMUdlzZ0DhE1g9O2LnRVFGb','','13|0|0|0|sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277334.1165,100,'Kjxgyaftr13iVTLRUbMWlOdH','','13|0|0|0|sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277338.2957,100,'8xY9dF3Sgu5LwZorUvXpjeW0','','13|0|0|0|sleepingsolutions.co.uk/old/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277338.6569,100,'cNZn0TVPqYeu8jwHBLXaSM1v','','13|0|0|0|sleepingsolutions.co.uk/old/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277339.0600,100,'7N1nZrsecmXvHlpwPbgEK95A','','13|0|0|0|sleepingsolutions.co.uk/old/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277343.1618,100,'YgZ8TdvrSOwthM9scfP7VqWl','','13|0|0|0|sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277343.5184,100,'VQvjTdEhkebHSu9q0B8YaJOF','','13|0|0|0|sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277343.8726,100,'84DdMC0ne73XOqhIbw2aBt1s','','13|0|0|0|sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277348.7180,100,'eAMtGCS7VFihU4I0WrK6xf9Z','','13|0|0|0|sleepingsolutions.co.uk/backup/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277349.1292,100,'u3e0EZqJ1Ut2Hrz4NkyjdWiC','','13|0|0|0|sleepingsolutions.co.uk/backup/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277349.5158,100,'kCLphyG2RuIDoEJwciKnzNTs','','13|0|0|0|sleepingsolutions.co.uk/backup/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674277354.7397,100,'UBDoI5N19T2iLEvPSK7xfyGz','','13|0|0|0|sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674277355.1453,100,'fUb3SvyTeNKIJC5azht0LOrw','','13|0|0|0|sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674277355.5499,100,'oGH7jgsSEbVBCa9uDw2zlJp3','','13|0|0|0|sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/404.php',0,13,0),('103.130.218.42',1736628778,'',0,1674279830.7606,70,'5snuSwlbTyWqUjZh82DKFg7N','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.193',301065153,'',0,1674280819.0867,55,'J0oS6sqcneiQTCMmaVUbNk7j','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.238.181.239',3589191151,'',0,1674281474.7012,70,'k76mv1xsEyQW5U8RlhjSFrcN','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('78.129.149.2',1317115138,'',0,1674282261.3663,55,'tX9Qm5gICUp1RMznyDsVlaON','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.129.149.2',1317115138,'',0,1674282261.5984,55,'Iv6gUK1zdZVtCbJqDx4ErsH9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.208.67.40',2999993128,'',0,1674284227.7470,70,'oELY5AJVaNzdgHtW7U9esDy4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('216.250.127.227',3640295395,'',0,1674284230.4775,70,'4VK9FWy0CqcfY2uIAieDnOEb','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('91.134.248.192',1535572160,'',0,1674284283.6763,70,'ZV5934Htwk2zCT8cBJ6uAPQi','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.129.222.7',1736564231,'',0,1674284476.5129,70,'XcefN5BoQFrY3p0wREDlmaq7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('198.136.59.20',3330816788,'',0,1674285019.9839,70,'gFQjiZtGTXuAmvwzOSedk2yb','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('77.88.9.139',1297615243,'',0,1674287126.3274,55,'y8R7umhp9KcVCMNztBGrUoEI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.192.249.133',1589705093,'',0,1674287422.6061,55,'8sov6wG1CuyleJAVmETW2OSk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.69.247',1123632631,'',0,1674289054.3701,55,'e3BWlKFRuM4kbsT9t8HQPqx0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.84.1.94',760480094,'',0,1674291625.6832,70,'rjYS9hGpcRfT17qWPHLuEZvD','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.8.22.134',755504774,'',0,1674292188.6174,55,'eL1tUVoEdXW0iv3pjON5f8Qw','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('172.105.56.46',2892576814,'',0,1674292556.0311,70,'pBXxqzbCfvrJ4o0LyATM6uGd','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('51.79.180.244',860861684,'',0,1674293036.3783,70,'DQfcZ7nx1NvHkwyAdPaJgKrS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('150.109.60.184',2523741368,'',0,1674293527.8870,70,'C5WSnaM1OEPNsiR4vA8XoVJQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('165.22.55.196',2769696708,'',0,1674294735.1180,55,'baOSXzmUZEYfLJ43PTlM2wR8','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('206.72.203.35',3460877091,'',0,1674294978.9614,70,'yq7VZfD4pMrd8NFXOEnh1tob','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('67.205.132.31',1137542175,'',0,1674296655.6824,70,'OGBSirv7W8IKmwaetF9AHjys','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.252.251.22',771554070,'',0,1674296687.2390,70,'wU1VYv7PnD0SfEJaimhbZ5dq','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('178.208.67.32',2999993120,'',0,1674296762.2723,70,'zZvul1OyXHNCRYMo6qFr7Ifm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.254.23.40',100538152,'',0,1674297297.3649,55,'mwMitq3Hvyo5P8cSLVI7ngJ2','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.236.1.11',921436427,'',0,1674297341.4680,55,'1Uyw9K5Pg4ZxesAQEfvJMkOn','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('146.190.84.120',2461947000,'',0,1674297700.9008,55,'uTljaYJGBLOvDmity0o6hkNX','','19|0|0|0|sleepingsolutions.co.uk/wp-content/admin.php',0,19,0),('146.190.84.120',2461947000,'',0,1674297890.7341,55,'1ZkpeBQbYR3acso7mOVT6JWP','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('114.119.138.170',1920436906,'',0,1674298843.4785,55,'5dwPvDmVAerXW0Un2NtSbQE9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.228',1920439780,'',0,1674299157.1389,55,'IE8bF4DwS90eLn5mJtyr2YaW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.63',1920440895,'',0,1674299887.3904,55,'orjg21cAFQmSt9n5MsXDZax6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.130',1920436098,'',0,1674300159.8066,55,'1ifO7EtsYeZAydqvnu8gS3oF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.148.119.250',764704762,'',0,1674300500.4100,70,'XUDFNHSxr0iuoYcBy4IPOnkd','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.151.117',1920440181,'',0,1674300512.6453,55,'MiKfVAWRy0ch5S8CbUvosqJX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.71',2637637447,'',0,1674300550.1694,55,'NLyC5bKTgJzwEMOkjdo1rB7t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.40',2637637416,'',0,1674300553.0423,55,'TM6tmCAqOz1DcJihKF8WUadg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674300556.5444,55,'P4RCm1HJ0Neza7chjGu5oAQM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.148.119.250',764704762,'',0,1674300563.5419,70,'0fawrNxS5841IOGtQLymCkzR','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('157.55.39.207',2637637583,'',0,1674300579.9781,55,'0SFBGA5PiqE1fTYVIcOpeuH3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.150',1920438678,'',0,1674301163.6874,55,'Vfva2xcuZmbChMg54dPwNHes','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.1.13',921436429,'',0,1674301425.9775,55,'QG6fXpZc3qld8zuK25sY9hFW','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.136.143',1920436367,'',0,1674301515.5296,55,'kC9YydhA0MtQwjXFI32BWbsG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.100',1920436324,'',0,1674301846.7737,55,'i4ftErVUxbD1z6dPaBON7J3H','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.218',1920435162,'',0,1674302169.1934,55,'hsL5zc9gBlObmvJZjCdDf1x8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('112.18.252.222',1880292574,'',0,1674302431.8258,70,'ameMRkyDAr0JYdgLXb5ExtiN','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.156.67',1920441411,'',0,1674302488.9705,55,'C69nWYAx7PQS0dktDfcabBHv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('198.136.59.20',3330816788,'',0,1674302563.4336,70,'tHMv5NUc0aZFOgJ1wPRrYV9C','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.144.233',1920438505,'',0,1674302832.6583,55,'wkcZaAzD76RqSrfuLbnTvdCi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.174',1920441774,'',0,1674303155.3938,55,'keAnc1qZChO7P2BaWzEmytSx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.142',1920438670,'',0,1674303505.5061,55,'2fwKWLxen5NHzsmEQCtduc4g','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.101.157.14',90545422,'',0,1674304029.6775,70,'GEYZ0sFj6uopdKcaUxzN3OR2','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.101.157.14',90545422,'admin',0,1674304035.3827,51,'WFPr187njJB9esTVatYy3fqI','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('45.148.119.250',764704762,'',0,1674304114.0221,70,'zTodWjaBFEiqCUne8IsvX2l3','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('45.148.119.250',764704762,'',0,1674304120.0735,70,'TRdJAhqe09giCQ8DYW5Kxbr1','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.156.134',1920441478,'',0,1674304173.9543,55,'qUQw6o02rzlZWHMOcSGLCjtY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.113',1920436337,'',0,1674304490.5817,55,'3sk129zSyNLwmaPXFBfRQ0GW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.17',1920440081,'',0,1674304838.0345,55,'4CcGnFsodTpOMj7hrl965yiq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.131',1920437891,'',0,1674305160.6530,55,'A26p5wqTeh8BSXoY7lVGFDuj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.250',1920436986,'',0,1674305512.8850,55,'xUIlb0GcCLAYT5EsvyqaQfMR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.218',1920434906,'',0,1674305832.8580,55,'jZasponAr831z6QckiLywIMU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('36.91.100.149',609969301,'',0,1674305910.6068,70,'9ASaC15snqIyOumojLWMNX8E','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.132.202',1920435402,'',0,1674306166.9901,55,'fuy13gbLPKBMt9NiYRUSqe4A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('199.223.115.226',3353310178,'',0,1674306179.6334,70,'WpnMKJEr7tb83e9ZvHqfxGu0','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.167.18',1920444178,'',0,1674306518.1847,55,'dHwlimR0D8ACKbjrJZOgYnfu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.146',1920435346,'',0,1674306848.4262,55,'DijIES1n7qxdfpY5FaG2m0CH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.14',1920435470,'',0,1674307171.3541,55,'mch7wrA0zs5RSgpPXokInOaT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.14',1920440846,'',0,1674307499.6002,55,'bY72SIyGH9X4exnfaQiN8tw0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.76',1920435276,'',0,1674307818.6286,55,'M1mi2UWFzoEpeGgYQcRlrfws','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('69.16.228.42',1158734890,'',0,1674307855.1789,70,'stCNo3D7gfRcKMTdkSGJF456','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('68.66.200.210',1145227474,'',0,1674308132.1883,70,'gjEbG80WTODnpmYP1zsxelXI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.153.11',1920440587,'',0,1674308196.9101,55,'198pCBRoXMkHE3YhfwcSD0N5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.199',1920434631,'',0,1674308518.8440,55,'GIUQf2xnCHomqyEAgJz7l9jL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.190',1920435646,'',0,1674308858.5895,55,'uinTQjFbLfZzIcMvK6qYCeA2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.153.102.135',1838769799,'',0,1674309096.3261,55,'vF3Bwui9jREC7UKb6r4oQqnW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.153.102.135',1838769799,'',0,1674309096.3359,55,'mQtERdP4aTN7OBZo6wpF2iV1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.153.102.135',1838769799,'',0,1674309096.5582,55,'HYRqNhksnIpTGwvfF73rWA4b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.153.102.135',1838769799,'',0,1674309096.9450,55,'ESFHgRzyjJm4NbeDTKdOu0cV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.153.102.135',1838769799,'',0,1674309142.2567,55,'OYJsVUnykQIzjE51TrNBd3uK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.153.102.135',1838769799,'',0,1674309142.3488,10,'OYJsVUnykQIzjE51TrNBd3uK','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('103.55.39.107',1731667819,'',0,1674309165.2779,70,'wpq5G6oIumrUc8NF0xOjlMAE','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.146.77',1920438861,'',0,1674309200.4288,55,'6yhdGDB9rleSC7PvWwQjXapx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('137.116.141.77',2306116941,'',0,1674309375.2106,70,'pFPDT1qUalORhJ3dwsGeEBfQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('216.250.127.227',3640295395,'',0,1674309837.0430,70,'6AvxiE0sfDd9KMB2Wwpek1ct','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.222.218.27',601807387,'',0,1674310129.0866,70,'oLbzKI1SZiv5Na9lACOhjTYn','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('196.119.27.174',3296140206,'',0,1674310319.2757,70,'UMKI49GQlnpahmsuixqZWjEV','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('103.74.121.5',1732933893,'',0,1674312394.0492,70,'lRogZ9S0hwWBXDteVYOxLp3P','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('177.228.69.244',2984527348,'sue@sleepingsolutions.co.uk',0,1674312711.6004,51,'EohcBDW2nqO3rVlLAP1XKM5a','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('177.228.69.244',2984527348,'admin',0,1674312718.5685,51,'6iBKqbFeTEwnxgmhy8lXPt7N','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.220.101.36',3118228772,'sue',0,1674312794.4692,51,'Dy2RELIJVmvkPlaCNwe9AsHb','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('146.59.233.33',2453399841,'sue@sleepingsolutions.co.uk',0,1674312805.3630,51,'C2f4USKGzYVynD0Z9xFOmBpW','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('89.58.30.164',1496981156,'admin',0,1674312826.4175,51,'6ufr4dZGCogvsjtwKMyl9XSz','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.220.101.83',3118228819,'administrator',0,1674312840.4204,51,'VsO1qAkaiHNgXjUvRtKC57B4','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.220.101.3',3118228739,'sleepingsolutions',0,1674312856.8454,51,'x3GSw2Y4XtzhsyPEIKdVnHkm','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.244.194.139',3119825547,'LOLA1979*',0,1674312869.4879,51,'UHmKpqja7QwEXZI6b5t3PN4R','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.150.85',1920439893,'',0,1674313778.1789,55,'FhPmjbKRlxY9Gn3oIkc0pQO1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('23.106.37.15',392832271,'',0,1674315177.3140,55,'nMlv1JDeArm6Ho5hK90pgbRC','','19|0|0|0|www.sleepingsolutions.co.uk/include/version.php',0,19,0),('23.106.37.15',392832271,'',0,1674315177.6255,55,'eUuNaRcq0rPOMpbQEHTXS98s','','19|0|0|0|www.sleepingsolutions.co.uk/include/version.php',0,19,0),('31.50.149.125',523408765,'',0,1674315216.5050,55,'1wVchRDJdO9EnIp62xYHWB8k','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.50.149.125',523408765,'',0,1674315216.5145,55,'0yQoVqFIDivUBwf4meP6N3WC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.50.149.125',523408765,'',0,1674315216.5407,55,'fk302TL7qRnpPjFv14H6OM5u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.50.149.125',523408765,'',0,1674315220.3307,55,'c8WUm0hJqV3zbO6CHIudilw5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.50.149.125',523408765,'',0,1674315220.3307,55,'rBJkNl9y4dxQT5smhHpGnCq2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('31.50.149.125',523408765,'',0,1674315220.5108,10,'rBJkNl9y4dxQT5smhHpGnCq2','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('23.106.37.15',392832271,'',0,1674315396.9688,55,'7hd9b2zqVpJ0QjGD54vnkZci','','19|0|0|0|www.sleepingsolutions.co.uk/include/version.php',0,19,0),('23.106.37.15',392832271,'',0,1674315397.2240,55,'KmOhHxnklV6cF81PA0CTwXYI','','19|0|0|0|www.sleepingsolutions.co.uk/include/version.php',0,19,0),('31.50.149.125',523408765,'',0,1674315778.4098,100,'OoWzpMIqDv07rij4Shdy2fa5','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('31.50.149.125',523408765,'',0,1674315778.4251,100,'TukHdXAm3irVbZIRLnvBJ8oK','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('31.50.149.125',523408765,'',0,1674315778.6139,100,'RAlsHy03FhXgaCtqKi4oQczu','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('54.39.49.42',908538154,'',0,1674316625.3167,70,'Sab7OnEI38iYCr5R10QFD6JU','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('216.226.146.228',3638727396,'',0,1674317937.4939,55,'2vKFqwOWbozuTCdVG5y8BmSa','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674317939.2523,55,'rIknEFbxHp5w8Ri4cXjlaJsz','','19|0|0|0|sleepingsolutions.co.uk/11index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674317942.4673,55,'M0XxoABd2iheVfEHGjQbkzyc','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674317947.7236,55,'VpuqyGz0UNfs4mLe2Qrjdi98','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674317951.0391,55,'AtfcimDekuqgJrEKnpaNxsMS','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('216.226.146.228',3638727396,'',0,1674317951.0893,10,'AtfcimDekuqgJrEKnpaNxsMS','','707|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,707,0),('216.226.146.228',3638727396,'',0,1674317954.8845,100,'tHkNAoJebwIz5EsWG20unUmX','','13|0|0|0|sleepingsolutions.co.uk/wp-adminincludesclass-wp-media-list-data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317959.0042,100,'aofMVICjychSdFzY4D6ePRxp','','13|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317961.3231,100,'tVnaWGbZf8XFo6ySgkOI4PUx','','13|0|0|0|sleepingsolutions.co.uk/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317965.0889,100,'pmE4102sVjGHQ5Ly9uXqxK8T','','13|0|0|0|sleepingsolutions.co.uk/doc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317968.7059,100,'0kUdcMHfvIriD2VlKL4X67R5','','13|0|0|0|sleepingsolutions.co.uk/stindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317971.4624,100,'0PKSAtNYcrZsIGW82Bfdlpn3','','13|0|0|0|sleepingsolutions.co.uk/alwso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317974.7594,100,'VAXlEKN4UsuTmiYZcer5S9Gf','','13|0|0|0|sleepingsolutions.co.uk/ups.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317977.9830,100,'CjrFYiBZO8PNJew1SE57UzoV','','13|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317983.1963,100,'GkeNTcEzXwChj5F6gHKP0WJt','','13|0|0|0|sleepingsolutions.co.uk/sym.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317984.3207,100,'UI2SbkVfJZLE3BojR6DaCwQp','','13|0|0|0|sleepingsolutions.co.uk/sym403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317987.6064,100,'DIq0kcZR45V3StaG2sA1lyxn','','13|0|0|0|sleepingsolutions.co.uk/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317991.4200,100,'8RJzZo6gUGiLS4nv7ONfFqcH','','13|0|0|0|sleepingsolutions.co.uk/symlink.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317992.6984,100,'Y7MrFi851oJQ0vGgbXNjydVA','','13|0|0|0|sleepingsolutions.co.uk/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317995.2050,100,'vet4mMwIRlunQxJsqaBPFXLk','','13|0|0|0|sleepingsolutions.co.uk/1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317996.5869,100,'15w7StUbkLZCJMWAEKHrBe8z','','13|0|0|0|sleepingsolutions.co.uk/data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674317999.7225,100,'maPcgVGIKwyLHpOQDiM7hdfY','','13|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318003.1220,100,'NcMe1sXgjrHtO5fbaJpwTFYo','','13|0|0|0|sleepingsolutions.co.uk/b.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318005.5632,100,'zcokCNTeJBfqKAMRl8VF42Iw','','13|0|0|0|sleepingsolutions.co.uk/c.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318007.9258,100,'crZIK6o7jpz8Bi4fb5hS13vR','','13|0|0|0|sleepingsolutions.co.uk/shx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318009.5791,100,'mBpxLCzUyPbgRc7YriAhd14F','','13|0|0|0|sleepingsolutions.co.uk/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318012.6822,100,'N5E9CP1rz2L8nl34qQ7OkjaY','','13|0|0|0|sleepingsolutions.co.uk/a.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318017.2090,100,'A9KdHm0GECYlfaj2DBM61VrI','','13|0|0|0|sleepingsolutions.co.uk/old-index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318020.8321,100,'mngx5P3l4Sde6k81c2GNWKjY','','13|0|0|0|sleepingsolutions.co.uk/FoxWSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318024.2371,100,'I64xrfLho0ZETNK2mYCaJUqM','','13|0|0|0|sleepingsolutions.co.uk/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318029.1130,100,'gTAwZtENsSlBqXuU0OfJxCYr','','13|0|0|0|sleepingsolutions.co.uk/403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318031.0766,100,'Pok58h4zFDr7CpSfO9WZxs2q','','13|0|0|0|sleepingsolutions.co.uk/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318033.0392,100,'5AmSnwq0iBzdPDuLEx7Yb6t4','','13|0|0|0|sleepingsolutions.co.uk/imagesvuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318034.5996,100,'RKsoOLFcnC7vS2bliJxjD9Ew','','13|0|0|0|sleepingsolutions.co.uk/edit-form.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318036.4490,100,'p5r6JcNHhB9EP0svknulmqWV','','13|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318038.4194,100,'cBiHfrEtqn3YWTl40IpmsK8d','','13|0|0|0|sleepingsolutions.co.uk/m.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318040.3045,100,'Wang9zpYH26i1ZoXeV0BcDPA','','13|0|0|0|sleepingsolutions.co.uk/0byte.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318043.2387,100,'8SEN9cLV46mJBWdCYFOa0K3j','','13|0|0|0|sleepingsolutions.co.uk/xx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318046.4380,100,'mpdU8N6yAM3S2X9bGYWwvCIh','','13|0|0|0|sleepingsolutions.co.uk/new-index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318048.4268,100,'8eLdn45NaKQcTxol2pvzXC9h','','13|0|0|0|sleepingsolutions.co.uk/wp.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318051.5245,100,'gKRzMUcy7Za96E1Tu4qtdNen','','13|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318054.8622,100,'gcJKu7l2dQYmqSTLEG4XA5xz','','13|0|0|0|sleepingsolutions.co.uk/qindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318058.1943,100,'NiB7dHlAxrROGvhL3fqE0aWF','','13|0|0|0|sleepingsolutions.co.uk/priv8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318063.2377,100,'IwPSoHJefiLmn3KExulphqkr','','13|0|0|0|sleepingsolutions.co.uk/minimo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318067.1898,100,'mXYLBbZQRH9DGuVIOAzt80Cg','','13|0|0|0|sleepingsolutions.co.uk/xleet.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318069.5673,100,'x50ILdhOGC6MAp9m1tcJoF4T','','13|0|0|0|sleepingsolutions.co.uk/V3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318071.6026,100,'owXGjlPOxrWd3CmNA0UzsnRM','','13|0|0|0|sleepingsolutions.co.uk/V5.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318073.5364,100,'IJrCORdluxTD9S8GYijLoakw','','13|0|0|0|sleepingsolutions.co.uk/404.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318076.4621,100,'UpiPKB5371S9HR8mZan6bGFN','','13|0|0|0|sleepingsolutions.co.uk/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318078.6783,100,'dCs5ql708AYBzHbNuDQ4fjoM','','13|0|0|0|sleepingsolutions.co.uk/www.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318083.9598,100,'3M1nudU7AyKLTPkpwrbNGYS6','','13|0|0|0|sleepingsolutions.co.uk/100.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318087.9424,100,'vHXgM1OFDakpETUbolWi89d6','','13|0|0|0|sleepingsolutions.co.uk/777.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318093.1560,100,'PRynVvU92QBlx7CfioNpIZ80','','13|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318098.0707,100,'n0cUR5IluXVBwEQiJh1eKmLM','','13|0|0|0|sleepingsolutions.co.uk/f.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318100.6589,100,'KNZXdl1i2ynQU0GsREqYOjMW','','13|0|0|0|sleepingsolutions.co.uk/xox.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318104.4759,100,'Fi0dpKamyzNSnGZvTqxc4RjW','','13|0|0|0|sleepingsolutions.co.uk/o.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318106.5855,100,'U8GwlWuj5JtvcnTVmZrAkiF9','','13|0|0|0|sleepingsolutions.co.uk/new.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318110.6100,100,'f8eiO7GpWcVgZ2a0ok4R5A3T','','13|0|0|0|sleepingsolutions.co.uk/sindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318113.0858,100,'sOhdaiQmnNTtBeF5gSAkvwjY','','13|0|0|0|sleepingsolutions.co.uk/baindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318116.4790,100,'g5yKs197dPxFJNHAjlSDfLtT','','13|0|0|0|sleepingsolutions.co.uk/wi.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318121.6630,100,'t3W2mqTpHBvSaCYrGlDU9Pjb','','13|0|0|0|sleepingsolutions.co.uk/mar.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318129.0810,100,'V27CY1GBMvjfNL3aRh4qcKFy','','13|0|0|0|sleepingsolutions.co.uk/root.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318132.8796,100,'sZRl1nrBpoKVeJSkN2cTX7ad','','13|0|0|0|sleepingsolutions.co.uk/nee.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318135.4864,100,'bteOwBT56VWCcAsznjDS9kQq','','13|0|0|0|sleepingsolutions.co.uk/v.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318136.9310,100,'FH2p5049JGhlTbVfWcvdBAQx','','13|0|0|0|sleepingsolutions.co.uk/z.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318144.2428,100,'hubUorpRJ0ITKzlVHw7jy1B6','','13|0|0|0|sleepingsolutions.co.uk/g.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318146.2689,100,'XZqzjWDx9EJN7AbLoSV4UuyO','','13|0|0|0|sleepingsolutions.co.uk/c99.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318149.8658,100,'SZOHP92erhtMsyalwU5K4zNY','','13|0|0|0|sleepingsolutions.co.uk/w.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318153.5644,100,'Upn9PSoBxAO50YZJL6N8dsFv','','13|0|0|0|sleepingsolutions.co.uk/ws.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318158.1081,100,'t6glYvazesROfcdXJLx1EjHG','','13|0|0|0|sleepingsolutions.co.uk/2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318160.7171,100,'OVltdaWLTsPfDJSnjXx9byQ5','','13|0|0|0|sleepingsolutions.co.uk/lol.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318165.2202,100,'o1aQJlqxUnzFN92XRHjOuGEh','','13|0|0|0|sleepingsolutions.co.uk/87.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318171.0885,100,'qxmoCSys5gDpeXNnYu108G4B','','13|0|0|0|sleepingsolutions.co.uk/7yn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318172.9782,100,'mUswVn751RbTixkf8lHvzyeh','','13|0|0|0|sleepingsolutions.co.uk/haxor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318176.8443,100,'ktsNoi4ALbMupgVceBflUPRQ','','13|0|0|0|sleepingsolutions.co.uk/13.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318181.3083,100,'frTU0Fxe4czSAIDwmXLtloBn','','13|0|0|0|sleepingsolutions.co.uk/e.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318184.1314,100,'IKJS3gf9ieGXqz470ROh2yun','','13|0|0|0|sleepingsolutions.co.uk/r.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318186.7171,100,'nQbzThJ9R7oHYGfAkvwIPy0l','','13|0|0|0|sleepingsolutions.co.uk/t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318194.6745,100,'rLWU7a9fJVkTl83RStuXdp1O','','13|0|0|0|sleepingsolutions.co.uk/y.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318199.3197,100,'iV9CjtvGS8KLqwX4pUdo62PQ','','13|0|0|0|sleepingsolutions.co.uk/u.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318204.8007,100,'8pDHLUXcZh9y6TMBQiWgRPvs','','13|0|0|0|sleepingsolutions.co.uk/i.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318206.4881,100,'HXz7gnTS30m6coky4NqiOUft','','13|0|0|0|sleepingsolutions.co.uk/p.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318210.3192,100,'A3JK2cYyUCHWbqdhizlG7Rp1','','13|0|0|0|sleepingsolutions.co.uk/q.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318212.6419,100,'2COdvmjYJi7WoV1kwqTQ3ShM','','13|0|0|0|sleepingsolutions.co.uk/s.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318214.3934,100,'lgJdi52XNVKaE9vFtSRbD6rU','','13|0|0|0|sleepingsolutions.co.uk/d.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318216.1032,100,'JwyEs3Xq2DVCl6OYLKbkh798','','13|0|0|0|sleepingsolutions.co.uk/h.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318222.2323,100,'eIWY7RnCjSp895uAN4s3XMDf','','13|0|0|0|sleepingsolutions.co.uk/j.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318229.1163,100,'g1MxsmfTVyiGHw9bcB5QODzC','','13|0|0|0|sleepingsolutions.co.uk/k.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318230.5217,100,'f6oCSbtDqcOI2ev1VB9Fzr3L','','13|0|0|0|sleepingsolutions.co.uk/l.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318236.3274,100,'pGi1ZAsgyNEQoTMaRtXem0b4','','13|0|0|0|sleepingsolutions.co.uk/n.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318240.2547,100,'qmadwSUDOXsnARipjfYgEHQ0','','13|0|0|0|sleepingsolutions.co.uk/xindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318244.0022,100,'lFRJpd1qtbHMs2DQIkSej6g3','','13|0|0|0|sleepingsolutions.co.uk/kindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318248.1000,100,'sc98tEBknqjoLNeHOZ4gP2bd','','13|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318252.2245,100,'HLaXteDvVRFMyAlk17uK4Nzq','','13|0|0|0|sleepingsolutions.co.uk/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318255.1098,100,'MgH5ch1yuEAbqIDQTrWm0olJ','','13|0|0|0|sleepingsolutions.co.uk/bb.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318257.7361,100,'oAnUGSd57Ix93WzJhQ2RlqEM','','13|0|0|0|sleepingsolutions.co.uk/lf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318261.3947,100,'BUO5ESeojqhFu8AHnLg3Tx9t','','13|0|0|0|sleepingsolutions.co.uk/WSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318264.1037,100,'wWyken3Qj1foqt6PvdCrg54R','','13|0|0|0|sleepingsolutions.co.uk/xxx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318267.3635,100,'FzD5unib21JVpZv0UkwYq6WS','','13|0|0|0|sleepingsolutions.co.uk/hello.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318271.5503,100,'rcqZ5aTSAGpOlFj1uHzDwfvI','','13|0|0|0|sleepingsolutions.co.uk/ok.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318274.5553,100,'Jm1nqNpYvyea6L4d8Q39kEGw','','13|0|0|0|sleepingsolutions.co.uk/if.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318277.2550,100,'e6IflWVvOnQEzkm7PGyZrFct','','13|0|0|0|sleepingsolutions.co.uk/kk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318278.7457,100,'Re4b17QGqOw0WLCVyAcpdIDE','','13|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318281.7031,100,'nGywx13jlVSWp9K5AgIRUBFP','','13|0|0|0|sleepingsolutions.co.uk/kn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318286.8264,100,'o3beG0kgZcDCV85rlRAYMKnf','','13|0|0|0|sleepingsolutions.co.uk/3301.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318289.6414,100,'gljhpfQ2mx0IGDE8a7ZrCtoX','','13|0|0|0|sleepingsolutions.co.uk/leaf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318291.5430,100,'RetoSPyWBg0Du5kpqFUQah3x','','13|0|0|0|sleepingsolutions.co.uk/alex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318296.0215,100,'jdbLAncD6KHaThOVgBkxW9Ii','','13|0|0|0|sleepingsolutions.co.uk/mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318299.7368,100,'Z7VspnLB0WO8eavI5xymXAod','','13|0|0|0|sleepingsolutions.co.uk/anone.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318305.1042,100,'KtoG9QcAVH1B7eIW2RU0nizk','','13|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318307.0861,100,'21IQdsyex3bowkVZrl7F9g5G','','13|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318308.4300,100,'Iz2gQuVDmGY3qa7lbTNB04OM','','13|0|0|0|sleepingsolutions.co.uk/send.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318310.2296,100,'lqoGgaXfm8dByLxrtJQ0751S','','13|0|0|0|sleepingsolutions.co.uk/3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318312.2008,100,'w6RaOSyUKBcrx0I2FPMDk5ms','','13|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318315.6021,100,'m2PB7vRhQSXyDEK8jAfnTl9a','','13|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318319.3669,100,'nb4i208Xha7WvAtTrlcsj951','','13|0|0|0|sleepingsolutions.co.uk/rahma.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318321.7684,100,'OyqjTQES2dz6ri0vKIHpUn8t','','13|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318324.6172,100,'MpqQWgNSKVbJxi3mCwLH4UEY','','13|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318326.6903,100,'c28zX06b3PKdl9JNOepWksRi','','13|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318329.5913,100,'7xUrVEPIJOw4ZNyj9A8HdSiR','','13|0|0|0|sleepingsolutions.co.uk/upload.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318335.8005,100,'CDd0n78fjKHWyMbOGSTzrtPN','','13|0|0|0|sleepingsolutions.co.uk/bypass.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318337.6423,100,'rG0Kbf8zECMWR5ZsPnOQFlAY','','13|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318341.8668,100,'z8VnLBF6Oh2gx3rsAm9tRQa1','','13|0|0|0|sleepingsolutions.co.uk/alexus.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318343.6780,100,'VCYtT8SipUmfhLOcvyKD5oRP','','13|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318349.3484,100,'lKJXiIpF8UMgyW1jO7kZrvBq','','13|0|0|0|sleepingsolutions.co.uk/1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318351.3834,100,'ErsJz6xgU97XFMWil2SnI54c','','13|0|0|0|sleepingsolutions.co.uk/blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318359.5118,100,'DMw8sjPTBVt0nSFGUX52KJNY','','13|0|0|0|sleepingsolutions.co.uk/it.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318363.3166,100,'pQzLgVG96TIfeH0sWkbS4o1c','','13|0|0|0|sleepingsolutions.co.uk/kiss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318367.3633,100,'jYqAFCTzlax3Uw1spGtJeE9c','','13|0|0|0|sleepingsolutions.co.uk/0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318371.7146,100,'GwRnCcofX3eB6D5JVMtmK24d','','13|0|0|0|sleepingsolutions.co.uk/wp2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318376.3767,100,'uhZ7FqCxQcByLKOp9eg6k5Go','','13|0|0|0|sleepingsolutions.co.uk/owl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318380.5228,100,'qoS8cXsRtmNk9ipFHIPr5lvf','','13|0|0|0|sleepingsolutions.co.uk/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318385.3506,100,'J4ojsynSY90Lbc7CWAhXZOEV','','13|0|0|0|sleepingsolutions.co.uk/ohayo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318387.3689,100,'kGaFgdtMoeKxhplbO8jRm03A','','13|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318390.7521,100,'OwVYn8bkxAqZ1DQILgueoNR3','','13|0|0|0|sleepingsolutions.co.uk/cms.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318394.7816,100,'r51zAL2tfslxwbXVSEMCZ8Jd','','13|0|0|0|sleepingsolutions.co.uk/wp-uploads.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318401.8226,100,'jbE6eYNorOkQ9thvJZaxwVTF','','13|0|0|0|sleepingsolutions.co.uk/Gel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318403.2122,100,'ynHUl2Ttum8R19OCpQsXjv5d','','13|0|0|0|sleepingsolutions.co.uk/41.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318404.6169,100,'fAVOGpIP0Wum3KLJR1zjHvwQ','','13|0|0|0|sleepingsolutions.co.uk/4price.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318409.1780,100,'cp3wJmLU8TIlF1oZGBRfkYvP','','13|0|0|0|sleepingsolutions.co.uk/MARIJUANA.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318412.8468,100,'OyCJ51KzPZrdobcUusq6gjRS','','13|0|0|0|sleepingsolutions.co.uk/.fk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318415.0358,100,'RmwuSU9v1LBZWKjq6dkzgGrf','','13|0|0|0|sleepingsolutions.co.uk/XxX.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318416.9570,100,'iMRy7LApt6KnxuSzhYC5gJIr','','13|0|0|0|sleepingsolutions.co.uk/alexuse.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318421.2482,100,'cIa1m2rSKzLNH6DFfBGtybj7','','13|0|0|0|sleepingsolutions.co.uk/Sendemail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318423.8244,100,'eDd3zMxFmwv9gZrjh58UHTSp','','13|0|0|0|sleepingsolutions.co.uk/content.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318425.5345,100,'md47CQrugRWUabei1PBjvp6O','','13|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318428.0851,100,'uScMBJlCwmgbpeHFyhr7NX9t','','13|0|0|0|sleepingsolutions.co.uk/olu.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318429.3727,100,'YcUufLhxGN0RXZDOl3oEV54S','','13|0|0|0|sleepingsolutions.co.uk/alexusmailer%202.0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318432.3202,100,'MRB6T93PDhHYzViNGOKLlS5J','','13|0|0|0|sleepingsolutions.co.uk/rss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318434.0294,100,'rygAVh8Onc6CR1MH7Sf9ovFe','','13|0|0|0|sleepingsolutions.co.uk/alexus-mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318436.0942,100,'gwVe7Uj89zfEDh16cIlWGTSY','','13|0|0|0|sleepingsolutions.co.uk/wp-file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318438.5447,100,'xVk41uidpGICaqgwWfLHKy23','','13|0|0|0|sleepingsolutions.co.uk/wso2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318442.6518,100,'WiyjAf7JpME8HzBPqe3d0ghV','','13|0|0|0|sleepingsolutions.co.uk/wso1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318444.2706,100,'Mcp2rQ4YXwve1WySlhauVRCZ','','13|0|0|0|sleepingsolutions.co.uk/olux.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318447.3499,100,'lunhvYQST8rHJaZcmbUjyM0R','','13|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318452.4673,100,'0R3VZmErzFtIfd5Ti6WXwvnN','','13|0|0|0|sleepingsolutions.co.uk/xl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318454.4381,100,'k4buvJBO0FdRfYmja2UKQE69','','13|0|0|0|sleepingsolutions.co.uk/wp-confiig.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318456.5798,100,'CRSWAja7bnvPXZodfVwKQNrG','','13|0|0|0|sleepingsolutions.co.uk/file-manager.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318458.7514,100,'0Vtg6NEdho4BY1DafR3jFnmb','','13|0|0|0|sleepingsolutions.co.uk/uploader.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318461.1935,100,'95jKs6zOSbklDAfgeVoyX23J','','13|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318463.8995,100,'vCSKlkJjGh8zT0muNfQ4RVPZ','','13|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318466.4075,100,'QUd2chnaqvWPKV0mC8oSg5eA','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318469.3335,100,'vfJy3SOaHhd01kIKYFxW6Mit','','13|0|0|0|sleepingsolutions.co.uk/tmp_images/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318474.1811,100,'guxDcZqeSBPmJRt6yWXCfhAn','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318477.1673,100,'OyldhzLk35i6JREUP4v7TNFb','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318482.8037,100,'fT214vDHdEtCkuBgKZPbXOoG','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318486.6438,100,'NAUizr7keng3EZOFTxYMoVcQ','','13|0|0|0|sleepingsolutions.co.uk/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318491.9292,100,'95eWdMPvAUn0Q1DqJ8cpaoOS','','13|0|0|0|sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318498.3846,100,'MCmIiUBFrTj4Rn5eLbpWf8ou','','13|0|0|0|sleepingsolutions.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318500.2367,100,'hAIFCW5eft4ibjpGJZ8rPnsv','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318502.4108,100,'yjfi0bY3HSUhXP4ar8ADevn2','','13|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22',0,13,0),('216.226.146.228',3638727396,'',0,1674318504.8128,100,'ybAiYQs1kOV4TZLWujvNh3qR','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318506.6020,100,'vld7PVFmnOc0KHR4MWpyZ9JN','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318510.3817,100,'azhPI27ylsxw5MWJNpDnB3AG','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674318512.9090,100,'qiSYtFX0vgoC4zyjDk1V2Jan','','13|0|0|0|sleepingsolutions.co.uk/date.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318516.3166,100,'ROTiteZnPIr1Dah7VpWUoLB8','','13|0|0|0|sleepingsolutions.co.uk/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318518.4144,100,'HPzVWnU6mMoXrtY9yfDCsbwI','','13|0|0|0|sleepingsolutions.co.uk/alfaindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318521.8285,100,'2Trm137lLntYj9FBGPAHXpwq','','13|0|0|0|sleepingsolutions.co.uk/.alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318525.1283,100,'cKgkhFAzRseniX8j4WPofUvO','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/cekidot/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318527.7580,100,'OHNXPfYojQTaD7twxkRsi2GB','','13|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php%22',0,13,0),('216.226.146.228',3638727396,'',0,1674318529.7538,100,'a3xHUPcknIVRDAryXf8sGwL4','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318534.8406,100,'nWltXHaw13ROE6deI9fZVBhp','','13|0|0|0|sleepingsolutions.co.uk/snd.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318536.4698,100,'zKikF1N3pn06qvXPQOjt5mDa','','13|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318539.2865,100,'oM38A2n6NpBErfSuvTYlyVFs','','13|0|0|0|sleepingsolutions.co.uk/small.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318542.3835,100,'lT1SwbxUM2tuVjfsZeB8XGHK','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318544.8642,100,'KhUCdlNPX720GIejsxL9gFQo','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318549.7213,100,'nVFQoZL5lzgGX6Ymb9wpuaq7','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318554.1449,100,'1Nl8ZCmGwanRKSs0Y6yuObWe','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318556.2169,100,'YZ2Rc0PfQjMASg7Wt3oKxwDa','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/three-column-screen-layout/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318561.6691,100,'QqiGfh1MzpdCR73I4B2xksrD','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318564.8960,100,'6l8jkv0K2aGJtLyIiuCrBXNZ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/index.html',0,13,0),('216.226.146.228',3638727396,'',0,1674318568.6318,100,'M1bOixXg4ha6Dwm30J8QleKZ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318573.0937,100,'7PrEf0QuFXC8UWBowivJl4eO','','13|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318575.4761,100,'9r1GPkeUzfMAnHOYcBy4mjt7','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318579.2775,100,'O5LmeINxBui6obTH4Ctq9jvY','','13|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318583.0198,100,'RzgAkSGYabTL3uDM5PH7wyEJ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/css-ready-sel/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318584.6557,100,'TyMRjozfL7tEwQraPXehKm15','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/css-ready/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318587.3704,100,'JXza0KtcxNlhue4psCj5rk7W','','13|0|0|0|sleepingsolutions.co.uk/wp-content/think.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318589.5814,100,'26yCh5LcPz8OKnJADbUtWvlG','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/xccc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318591.6144,100,'i7IFTGkQnNgCuyfWUPAs0zOo','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/cry.php.pjpeg',0,13,0),('216.226.146.228',3638727396,'',0,1674318593.1923,100,'1hka34xbVN7LMu2QpjEFvOWs','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/wso25.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318595.5125,100,'F1ZnSokgxfE7pPvAWC49G3qd','','13|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318597.4981,100,'2eT3M8G6pOHWczdQn4uDqZr0','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318601.7380,100,'blIOohtABEZNLdqM27fCRSQW','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318604.7508,100,'AVdtSxqvOf0U5L3DpiQNaICB','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318607.4446,100,'erbwqxM6QyPWu43zcXdKtAsa','','13|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318612.9986,100,'Hy4QkZn0DwJotuVMgOv7SB6h','','13|0|0|0|sleepingsolutions.co.uk/tmp/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318615.7729,100,'p8ExMJFiUYjKbyAdC0NHtwoO','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318617.6327,100,'EtIzLAF63rfGhnv7eCcP0Tj9','','13|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318619.5263,100,'zHGhq5N48xKd3FQkSvPuoOUE','','13|0|0|0|sleepingsolutions.co.uk/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318623.5404,100,'ECyun20bAO8c6XaIrMoB4Yxm','','13|0|0|0|sleepingsolutions.co.uk/RxR.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318626.5265,100,'jtiFuSqCbLUQkBVwlvy5Ta8n','','13|0|0|0|sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318629.5435,100,'1ohnG9z6KeEBkZHY7MFR8xtA','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318631.6003,100,'zmA6pFXGNuLZytIEj90oKvfk','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318635.0176,100,'4YNGK1QdT50Xj3UtImzpJ8kF','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318636.3744,100,'q3X7YP2Hw0L4bW8TvRBFieEg','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318639.2799,100,'jJs5tLwlCk9AY18VzMfDgE43','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318641.0976,100,'gFJbVlxuNWiZo0eB4wE3OaU2','','13|0|0|0|sleepingsolutions.co.uk/templates/beez/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318643.7089,100,'v2RFbfKOEWJBZsS8ptmP9iLd','','13|0|0|0|sleepingsolutions.co.uk/templates/ja_purity/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318647.6170,100,'A3yuBINwzpmPsJO5dVtiDE8b','','13|0|0|0|sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318649.4016,100,'wWF1HqGJuB4g8kzyL7SxACs5','','13|0|0|0|sleepingsolutions.co.uk/templates/+theme+/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318652.3499,100,'i6hFv3ta4Cz9BSsLD7WZupg5','','13|0|0|0|sleepingsolutions.co.uk/templates/+theme+/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318653.7899,100,'q2CIJwoSVFOzKtLQgij4M37b','','13|0|0|0|sleepingsolutions.co.uk/templates/beez3/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318657.3537,100,'MUQlPym2fXcST7uHgGZdJkW5','','13|0|0|0|sleepingsolutions.co.uk/templates/beez3/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318660.8533,100,'j6wJ0YFWoP9f1Olqbe8Za3Ii','','13|0|0|0|sleepingsolutions.co.uk/templates/beez5/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318662.9335,100,'F573KY4bsTWd2eROrwJfqGUg','','13|0|0|0|sleepingsolutions.co.uk/templates/beez5/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318664.9264,100,'R6M5JqNt8QZ2Uc9wEShOx07T','','13|0|0|0|sleepingsolutions.co.uk/templates/beez_20/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318667.1597,100,'aONkUlJR1vbdm8ZXs0HMDjSY','','13|0|0|0|sleepingsolutions.co.uk/templates/beez_20/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318669.7246,100,'ZnwtC4gXDOFdJoksAbj01PNT','','13|0|0|0|sleepingsolutions.co.uk/templates/protostar/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318671.4671,100,'qybZ4AvBIpONGTxWCYkUfzDS','','13|0|0|0|sleepingsolutions.co.uk/templates/protostar/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318673.3506,100,'7MgyVah59YbFsGvCwqTAKpLR','','13|0|0|0|sleepingsolutions.co.uk/templates/atomic/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318675.8703,100,'5ISkNhgnjpPuxKYJER7DU09A','','13|0|0|0|sleepingsolutions.co.uk/templates/atomic/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318679.0419,100,'oXkAqUNy9m37RaVOizZvQuh8','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318682.0686,100,'Dz7F5t4HiSZqW2odxvUyTRpO','','13|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318686.3804,100,'WjscKq61YOfQBRCuU5t8Db7v','','13|0|0|0|sleepingsolutions.co.uk/upel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318691.8181,100,'JpR2ZvGaCmzSxhONeMr5fTbd','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/+year+/+month+/',0,13,0),('216.226.146.228',3638727396,'',0,1674318695.1715,100,'bisYhQj2PaD0FdI6LpwUkgyH','','13|0|0|0|sleepingsolutions.co.uk/license.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318698.1634,100,'1ZXS6pE4Vu93h2UvNwQDxGI0','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318701.6865,100,'hSuP3NA1nacl5Lwog9dry0T8','','13|0|0|0|sleepingsolutions.co.uk/098.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318703.5069,100,'uYMOWHazUB29ZebL8CRSXmGw','','13|0|0|0|sleepingsolutions.co.uk/new_license.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318706.1828,100,'9EBugKGvpejVrMq01U6t3dhc','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318711.4263,100,'pCPB2MbSxLAoKswh6IQaq9T3','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318713.8171,100,'3gm41ZELaOVDTbn6IFUYwqhl','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/css/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318717.0478,100,'zX3YwGS09qlfnTZ7DiLpWj4y','','13|0|0|0|sleepingsolutions.co.uk/1975.phP',0,13,0),('216.226.146.228',3638727396,'',0,1674318719.2572,100,'9d5L8Met21p3uyTjwoHmrBDN','','13|0|0|0|sleepingsolutions.co.uk/1975.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318722.2162,100,'BXl1sTZjMdtFuyzPRINAWkEc','','13|0|0|0|sleepingsolutions.co.uk/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318723.6083,100,'8R2MaKOLS5sjp0CEvuyqTYkJ','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318727.2082,100,'8gdzXOJqDL6mSHla139vsABj','','13|0|0|0|sleepingsolutions.co.uk/xleet-shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318730.6169,100,'xTduDziJFNBAGy5KlQvmwVpe','','13|0|0|0|sleepingsolutions.co.uk/wp-content/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318734.9736,100,'wXoe6TuR7P3UCFBnI41xt0ki','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318737.5876,100,'WJmtOVF4IsRzLrCYhnN0ep5c','','13|0|0|0|sleepingsolutions.co.uk/fx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318742.7785,100,'xdKXbJgDVWnks8TirmAeL4MO','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('216.226.146.228',3638727396,'',0,1674318745.8462,100,'RK6PjiNsOAQLgSvZGF3UnbEr','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('216.226.146.228',3638727396,'',0,1674318747.2012,100,'oGijYyVR1zTu37UsQZdBtqD2','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/images/atomlib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318749.6154,100,'oJ3WM4DUAG57rRHBaunE6Nt1','','13|0|0|0|sleepingsolutions.co.uk/gel4y.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318752.9624,100,'fNX8L3yQBDO1eEGHFRgJsVCi','','13|0|0|0|sleepingsolutions.co.uk/jindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318755.8620,100,'PEI2JQKdy5ULDpYSnrsWcuTx','','13|0|0|0|sleepingsolutions.co.uk/wp-content/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318757.6259,100,'eBvJuNFijpfC8YXksrDcQ04x','','13|0|0|0|sleepingsolutions.co.uk/sh.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318762.6189,100,'W9LxFNrdec6YutGDiU8PISbh','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/991176.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318764.1865,100,'lStMsnTE1X2gJCrGPVzd5vmK','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318765.7548,100,'Ys1iN8jvKQnGZVhUdJR9H7BX','','13|0|0|0|sleepingsolutions.co.uk/fox.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318767.6385,100,'VYAtLPu52DoSFWmeCgdwyxN3','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318770.2581,100,'vjP91XfbipLd3DxRGwSkTNzs','','13|0|0|0|sleepingsolutions.co.uk/fw.ph',0,13,0),('216.226.146.228',3638727396,'',0,1674318772.9472,100,'2FfJ7xUtOrLPZvARmzTobp1I','','13|0|0|0|sleepingsolutions.co.uk/server.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318776.4615,100,'Ne6IQcv7ViTJr82mDZxRPYnd','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318778.0477,100,'odLPuCAjJ9EOt0Ygh623yWal','','13|0|0|0|sleepingsolutions.co.uk/4.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318783.7978,100,'q1IMB3fiNu2UswgphEGJST9Q','','13|0|0|0|sleepingsolutions.co.uk/5.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318786.4412,100,'ako3NBgXEmpjLtW2uiF8PZbQ','','13|0|0|0|sleepingsolutions.co.uk/images/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318792.5606,100,'vepwLkBcglzJasQY7ImKZtqu','','13|0|0|0|sleepingsolutions.co.uk/wp-load.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318801.1394,50,'3nYETijDVqbvpAwoI1PRMZNx','','10|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,10,0),('216.226.146.228',3638727396,'',0,1674318804.2239,100,'gGlu9Mj7bUL4E36V2mRzIKSo','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318809.9008,100,'3HPGTrcDYZvAtBOn0kMQywdF','','13|0|0|0|sleepingsolutions.co.uk/mari.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318813.0397,100,'FiEDyTJY5Rpd2AZeQVv4smLn','','13|0|0|0|sleepingsolutions.co.uk/swm.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318816.1594,100,'GETspAS8XhL9vVgq0m3ifOPd','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318821.8986,100,'kc1MWrNbiqBRSzpjPUanmox3','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318826.4173,100,'rKYU7qPDHcpBovs6tRNXdiag','','13|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318831.5406,100,'HXFwgqnb04hiBdz8lVsEAS1v','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318836.2273,100,'rZ1CVjuLfFqUMOePN5TopzAk','','13|0|0|0|sleepingsolutions.co.uk/w3llstore.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318840.7035,100,'uKTR76EDUxNWbV842tvJrFpG','','13|0|0|0|sleepingsolutions.co.uk/wp-content/fx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318843.9700,100,'lXqZMzTD10BU4VPjpQ38nKYt','','13|0|0|0|sleepingsolutions.co.uk/wp-content/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318846.4905,100,'Devm49BZb7SIqs8Llz3n5NWf','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318849.3284,100,'GHJwOI6bYM4uA8DVofEkLcj1','','13|0|0|0|sleepingsolutions.co.uk/gank.php.PhP',0,13,0),('216.226.146.228',3638727396,'',0,1674318853.6227,100,'rMnhIj6abRTCtlo2G7UFSW5i','','13|0|0|0|sleepingsolutions.co.uk/style.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318857.3796,100,'dH8gKp42karc9S7YGb6TtvCV','','13|0|0|0|sleepingsolutions.co.uk/s_e.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318860.9573,100,'nOqMw3CyU4LJXKZFkEBPxzg0','','13|0|0|0|sleepingsolutions.co.uk/s_ne.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318865.5916,100,'E3luiOZ2zrfUmTRGeFWIpxBH','','13|0|0|0|sleepingsolutions.co.uk/beence.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318868.3318,100,'GqXNPuRi8JtWHpEvVAlzmnb5','','13|0|0|0|sleepingsolutions.co.uk/wp-signin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318871.5612,100,'fGQBjDgWtwTnUqM1NA2zOZrS','','13|0|0|0|sleepingsolutions.co.uk/moduless.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318875.6028,100,'dMEexSbPDUJspAH4wCB9n8q2','','13|0|0|0|sleepingsolutions.co.uk/export.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318882.5406,100,'TPxjKptV2E9OmFMCNg0vHi78','','13|0|0|0|sleepingsolutions.co.uk/legion.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318888.0120,100,'FB9RdaV2hqnosM40rEctAJL3','','13|0|0|0|sleepingsolutions.co.uk/system_log.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318889.5726,100,'sPy3p2oY4ODFnGh70SBjIR5E','','13|0|0|0|sleepingsolutions.co.uk/shells.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318893.2934,100,'fCDSwP7BU2IV3yO6lYcoNiez','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318897.7549,100,'klKfLPIbcBTNm16MaF23Y5Si','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318905.0243,100,'EPVC93s6J704KeTRSahF5ZqW','','13|0|0|0|sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318908.5307,100,'el3n1V8c0imAZwuOD2RJy7Mt','','13|0|0|0|sleepingsolutions.co.uk/wp-content/db-cache.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318910.6222,100,'bTXRWcNdDZ5Igmjo92lqvSux','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/backup_index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318915.6500,100,'zsujkUZYOiImJQ5RE6KSbC1v','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/config.bak.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318917.6481,100,'3NcbCpdlks2X5oWQmiBtHeVx','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318920.1433,100,'NKucb7naiehDtX51V83lR0zw','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318923.8074,100,'NAhuL6cpoHSYJ7MVT2nXjE41','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/wp-stream.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318932.1658,100,'4LYDbqU2mkQvFhCpa5xP0zTi','','13|0|0|0|sleepingsolutions.co.uk/wp-beckup.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318937.1598,100,'XpLDK0Wz48HjIBG31PvlZQmd','','13|0|0|0|sleepingsolutions.co.uk/wp-blog-post.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318941.5048,100,'btX6YBUprJPvkmOMSlZ172zC','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/wp-blockdown.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318944.5920,100,'vEaM39lhQtyZnfrCqLdSsOIw','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318949.4663,100,'AwGQOTmoNFge9J1Dr4lik08v','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/style.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318954.0670,100,'ishSZ1ljJGkENVa5DPpxQoTY','','13|0|0|0|sleepingsolutions.co.uk/6.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318958.8629,100,'Js9fD6zL32F0Xiyj5gCESxkG','','13|0|0|0|sleepingsolutions.co.uk/7.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318961.6486,100,'2ZhKgi9r7tAxfj06VamJP3nD','','13|0|0|0|sleepingsolutions.co.uk/8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318964.7818,100,'QM1PJkIDRWzeCcqGNo5KSZ4h','','13|0|0|0|sleepingsolutions.co.uk/9.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318968.9058,100,'E52Rjvg1kaBzdriINYAOXPbD','','13|0|0|0|sleepingsolutions.co.uk/10.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318970.4831,100,'Dt8B1A3lSr6nxgWoP9VjCyFK','','13|0|0|0|sleepingsolutions.co.uk/wp_class_datalib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318974.1870,100,'cVYui76TtXBs4bnpRrCE1zjO','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/wp_class_datlib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318977.2877,100,'3NYUmwPTQhpC57JLxerzifFR','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/wp_class_datalib.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318978.8925,100,'hbpJcMCfiFQDx9zA74mVO0KX','','13|0|0|0|sleepingsolutions.co.uk/01.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318980.6984,100,'qYWfUXgPAZrGNsdzc4eyk8Sm','','13|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318982.6064,100,'vulc4MoGepTFLNqxmQVAJPHW','','13|0|0|0|sleepingsolutions.co.uk/1xleet.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318984.6021,100,'t2RDJVisFeUhfmdNP4Yoybpk','','13|0|0|0|sleepingsolutions.co.uk/wp-content/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318986.8585,100,'4vtYpmeyTLGA1Z7ofxsCzcNg','','13|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318988.5465,100,'yfsaboUHX382ITSeimzpBRAl','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318991.7862,100,'umbDcHLJsvEogwirW2dFnGKO','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/wp.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318995.0714,100,'vWjgT9JBenSPAsrybq6xDVai','','13|0|0|0|sleepingsolutions.co.uk/4index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674318997.3208,100,'xvDiVkSlgXPjI8do21cZsa6A','','13|0|0|0|sleepingsolutions.co.uk/5index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319000.3585,100,'kZs9zlq43eubh07FH8Eg5jtn','','13|0|0|0|sleepingsolutions.co.uk/6index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319003.9705,100,'DBi46Y5VUkSNTKaC7nFhPosW','','13|0|0|0|sleepingsolutions.co.uk/7index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319005.7931,100,'mQYirgoGzD8XsAU1LdvJ3ufZ','','13|0|0|0|sleepingsolutions.co.uk/8index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319008.0160,100,'6Y4BA9yNGdiJQ3eFvq1fMpPw','','13|0|0|0|sleepingsolutions.co.uk/9index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319010.6154,100,'Jy2eQLf34wpEA5GmuOFbWZRU','','13|0|0|0|sleepingsolutions.co.uk/Leaf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319013.8661,100,'s7ZVj9rQui0SyKFefmd6EXIB','','13|0|0|0|sleepingsolutions.co.uk/Uploader.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319015.6279,100,'anI2R0LFDh1cNojexGbCBgJ5','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-red.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319018.8697,100,'Q0eDqvLuBh7jXnymGtbU5zro','','13|0|0|0|sleepingsolutions.co.uk/.well-known/radio.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319023.9151,100,'dwERxOg7stykTLrGb0PKY2iM','','13|0|0|0|sleepingsolutions.co.uk/alfashell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319027.1484,100,'FGKH82oPtlCzyXMQiOYkd5xv','','13|0|0|0|sleepingsolutions.co.uk/am.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319030.4200,100,'8KarmvO9GRkT4Jcujdhqy7sf','','13|0|0|0|sleepingsolutions.co.uk/blog/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319035.0974,100,'CtoFI5r0BZpgYiNWxEn4qJVL','','13|0|0|0|sleepingsolutions.co.uk/contacts.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319037.2061,100,'wGZHSsLo1gdN6CxBtPMhTIAk','','13|0|0|0|sleepingsolutions.co.uk/demo328/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319038.9088,100,'kMWjI81YR6zfx0gToqLZPD3X','','13|0|0|0|sleepingsolutions.co.uk/gif.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319041.0146,100,'6mtp9VeRhlBZdXw4yGNiM5nJ','','13|0|0|0|sleepingsolutions.co.uk/goods.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319043.8814,100,'R2F0Uj71Kaq4rAm5MhpV8wJZ','','13|0|0|0|sleepingsolutions.co.uk/images/sym.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319046.5871,100,'hkYgJE0U1Gy5v64dfwZbs872','','13|0|0|0|sleepingsolutions.co.uk/lab.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319050.3807,100,'Xr9UiB4jZGtkbv8q1ndWfw5I','','13|0|0|0|sleepingsolutions.co.uk/leaf_mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319052.6611,100,'i3Q6UR5YXzAVM0urvt1ZqK7O','','13|0|0|0|sleepingsolutions.co.uk/leaf_php.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319054.9094,100,'KZuC7FeHbGtX2iJMBqA81TzL','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319058.0895,100,'Gbnrx6Q1FV0PEvUC73YSsfyN','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319060.9338,100,'j3twhJGNLrvQl26kMHI8XTgP','','13|0|0|0|sleepingsolutions.co.uk/mailer1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319065.6317,100,'QgOeamRd0WjIZqMLAEk7FrhK','','13|0|0|0|sleepingsolutions.co.uk/ms.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319070.1846,100,'WnsdAKU96jqc0pxQT78uvlPk','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319075.5283,100,'ofwYX91t4aPlgv0JzVrUKpmM','','13|0|0|0|sleepingsolutions.co.uk/srx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319088.4724,100,'pEmcMg81xKzLTVwi3DBQjqWI','','13|0|0|0|sleepingsolutions.co.uk/tuco.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319094.9954,100,'jCp14b5DeXGR8LSm9Q2ZzysF','','13|0|0|0|sleepingsolutions.co.uk/unix.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319097.1740,100,'m5rq1ylZ9TAaDLKNhdfIX0GW','','13|0|0|0|sleepingsolutions.co.uk/uploads/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319099.1493,100,'LeZhFUVPrNkBa32iGoMIcC6O','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319101.6823,100,'jJ4Ka3QLqRvybuWFwEpSm6Th','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/css/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319106.1919,100,'sXf3nA2zjH1Modx76TYvUlO0','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/includes/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674319109.3369,100,'VY52uWxBhLg8O4vI7baTRF0e','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/fw.php',0,13,0),('185.46.8.7',3106801671,'',0,1674320276.7683,70,'MjADo5OuH3hqrKL1xVZRb9Nc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.240.234.98',602991202,'',0,1674320747.8491,70,'5AOR0CqnsHT4NVhWpm682jdZ','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('178.208.67.57',2999993145,'',0,1674324382.9988,70,'73ZYsFGBTbQERVtPHdyMjvSe','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('94.2.207.154',1577242522,'',0,1674325194.7166,55,'YnXc8OorlqugBAFk36Gj1wCH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.2.207.154',1577242522,'',0,1674325194.7321,55,'Gwf70PUj5DqMukASe9EZyioQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.2.207.154',1577242522,'',0,1674325194.9727,55,'hKnulmJYoeLj4EzGtVar3q8Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.2.207.154',1577242522,'',0,1674325196.4207,55,'vpYnQG3yHfJZme6WioVKRC4U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.2.207.154',1577242522,'',0,1674325196.4237,55,'74lGV5T9an6yfgoLMRZ3rOKw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.2.207.154',1577242522,'',0,1674325196.4569,10,'vpYnQG3yHfJZme6WioVKRC4U','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('216.226.146.228',3638727396,'',0,1674325492.3552,55,'1xNhnWeRiL3Gc2XovUfPKIwM','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('216.226.146.228',3638727396,'',0,1674325493.3073,55,'yRTYzAEOFaIVkuZjcLohd7Kb','','19|0|0|0|sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('216.226.146.228',3638727396,'',0,1674325502.8934,55,'2CfcFKaDJQLetsyqnYui8mWw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('216.226.146.228',3638727396,'',0,1674325508.9671,55,'4Hg6iqVxYPAyhtfzlEXb0j1r','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('77.88.9.137',1297615241,'',0,1674325773.9506,55,'2tVCEY6ysbmBWLkxSpnzJ091','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.100',1920441188,'',0,1674325796.5094,55,'9ZaDIpt7iunRSxPo8KAOmqjJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.172',1920437164,'',0,1674326098.0494,55,'cxWBzUyQtwZGlHLXdb5Ni62o','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.70.34',1123632674,'',0,1674326258.8546,55,'fChBbxczTqRsXrFJA37Vy1vg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.226.146.228',3638727396,'',0,1674326309.1634,70,'yY4tnuLCbSxpGqzhFBOaJ5K2','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('216.226.146.228',3638727396,'',0,1674326439.6144,55,'Px31ybJN8Dqm7tsUjvIpag4X','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php',0,19,0),('216.226.146.228',3638727396,'',0,1674326439.6305,10,'Px31ybJN8Dqm7tsUjvIpag4X','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php',0,707,0),('216.226.146.228',3638727396,'',0,1674326444.7561,55,'GtBFpg309oSJR4vmqdDMzlke','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/a57bze8931.php',0,19,0),('114.119.151.192',1920440256,'',0,1674327966.0705,55,'VjxIhrY71Uqvtp0XyiKQOo5W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.86',1920438614,'',0,1674328292.4109,55,'q6pIEDkumVPJcTrn24XvUej9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('161.97.88.147',2707511443,'',0,1674328666.7228,70,'RDk0AOJl4csdfBE1yq5jXnt7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('114.119.135.207',1920436175,'',0,1674328691.5043,55,'QXYJTRpqE4SM2ABbaj9Gokcn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('104.243.43.10',1760766730,'',0,1674328897.9811,55,'Y6vLRsE74t5wezDckBZO0uor','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('104.243.43.10',1760766730,'',0,1674328898.2546,55,'LSb6FWqorBl5imZc7auOIeNA','','19|0|0|0|sleepingsolutions.co.uk/nwwxnave.php',0,19,0),('66.249.70.63',1123632703,'',0,1674328958.7980,55,'RTqO5Wv9rIYcuFC7MesfnSLZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.86.100.73',2807456841,'',0,1674329530.1567,70,'D5SFVOliwqGtCopc9UPnbRmY','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('213.238.180.143',3589190799,'',0,1674329895.7349,70,'x0Lby3p6hcOusjFUrt5lBiq1','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.37',1123632677,'',0,1674330280.5292,55,'zVZrXQWUc5IqMPtsgEpH2dNh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674330580.4200,55,'6GCOYw0v3sryfkJA7PR1bSUm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.88.61.91',794312027,'',0,1674330636.3264,70,'CFi8TMV2QqgPhGD3pnA1b7wB','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.34',1123632674,'',0,1674330880.4163,55,'GQTf6nPa231rMOg57UVvF0Hx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.171',1920435371,'',0,1674330884.4314,55,'MBClT3yFeE2kUAVOxLcgWZ74','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.237',1920437485,'',0,1674331227.7408,55,'70epyJ6BoLMHqd2K1lYTkabz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.78.220.17',3108953105,'',0,1674331320.4877,70,'PnNwzU6Wb4uT35RJDdmsBOyX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.34',1123632674,'',0,1674331358.6744,55,'6HnSrXKZ05QGTBOdeumazELk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.61',1920434749,'',0,1674331548.5935,55,'xsdSQuEz5Dy3YhviP6T0ACaJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.207',1920436175,'',0,1674331896.5354,55,'WgN2KXDM6n8hZGVkezoO0FmJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.34',1123632674,'',0,1674331958.7478,55,'gWG3FI4pCblkRXNeiVto6JLY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.37',1123632677,'',0,1674332558.7336,55,'qypSDhngGY7sxobmlC03c52V','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.62.60.116',2990423156,'',0,1674332859.2214,70,'H1LnmwaPtK4s9J7C8pIAkUbe','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.34',1123632674,'',0,1674333158.7022,55,'A12tPh5NDwxLUy8f9GbXkCQr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.207',1920435151,'',0,1674333582.2271,55,'NdxkMK8culQjoVYFEe1T0O3R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674333758.7249,55,'P1fiVaGJxKce2XYldHo3Mkby','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.55',1920438839,'',0,1674333907.2912,55,'uRgNC86ZyKnqbI0wiM9X3LJA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.165',1920439461,'',0,1674334243.9981,55,'dLUoa3MScp2OqCZEi0AJYQKI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.34',1123632674,'',0,1674334358.7006,55,'wIApoPe2FaT5l6JgCHRbZGhx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.162.251',1920443131,'',0,1674334582.1710,55,'KvplfJh0cEdVTN7x2FjmQYrW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.76',1920436300,'',0,1674334926.8958,55,'DMQgC086keO3TycGqmZPIwoJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.34',1123632674,'',0,1674334958.0881,55,'2UPNvWhAVrZOtdjkGsXyw3J1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.74',1920440138,'',0,1674335276.2934,55,'m504NkRVxUG1vnbM3cZyOz2h','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.217.178.185',1608102585,'',0,1674336029.4959,70,'yGKaQr9nDOft021umPvBVMTj','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('102.219.176.27',1725673499,'',0,1674336206.2923,70,'OxDsGRiwjXAQtzCpPZVFf5Mn','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.37',1123632677,'',0,1674336315.2678,55,'UETKsucphvMDtNCaGl97FQXi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.123',1920438139,'',0,1674337279.5843,55,'wPzepMu5irc6n1SvW7lN4CaY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.210.237.151',349367703,'',0,1674337404.3823,55,'Te8dcZSM52CsXBgDz1QPRl0N','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('20.210.237.151',349367703,'',0,1674337404.8889,55,'JXOU10kTIFaYR9epgWEz7oPc','','19|0|0|0|sleepingsolutions.co.uk/tzrhttft.php',0,19,0),('114.119.141.9',1920437513,'',0,1674337629.6334,55,'WzBl7KsypvJk9crVaLdDbf6q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.37',1123632677,'',0,1674337658.6818,55,'9PKh0M1Opqi5DmA7aRxtEnJS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.195',1920435907,'',0,1674337951.7281,55,'07Evr6C1cyf2KbOawLpUknYg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.167',1920442023,'',0,1674338273.8705,55,'KHW9UhXBCZk6S8oudcw1LTNq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674338501.6873,55,'PnAc8wxNQHuCfUMgL2X9y7Rj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.71',2637637447,'',0,1674338506.1128,55,'6YJ3NAh0Qkq7FTcpIgtWrbn4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674338512.8346,55,'f6DiCL4oRjy0VZdI8aFYzUs5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674339008.7312,55,'sT71pWjC85i4YDELrlZUFg0M','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.127.41',86867753,'',0,1674339280.1934,70,'RLThnDc65Fup9jG3KJAzeYQv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.217',301026265,'',0,1674339726.8097,55,'CIV4axwybniZKBS5PqtJNgDm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.34',1123632674,'',0,1674340360.0362,55,'E9IQs6C1OSnTqPvfpa2FBo7Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.55.39.107',1731667819,'',0,1674340443.0082,70,'YEgsPvdkfSKolyaiIe6xbDR9','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.140.74',1920437322,'',0,1674340611.5329,55,'bneaDr8uGT2tcvPCOMlU3EFQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.140',1920439692,'',0,1674340964.3416,55,'9SebmsTviMzcOHhLQqFyPU3A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.193',1920436673,'',0,1674341321.1707,55,'OUBRYpVtd3XhCfQuHIyM8wAF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674341709.7436,55,'EGKCwyq1HYuWV3knLOPz7ld6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341752.5040,55,'3oyQ5YrbTfxGZatpJUi9dPwA','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341752.8417,55,'8MNJfUpscxe6Yd1RV4r7Zg0n','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341753.1951,55,'3OY4i8KM0VILPRWTpcGX2eEt','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341754.8908,55,'x2qu3vbTS0gA7f9IVt6FwGlY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341755.3504,55,'H9ql4i8w3sk0r2A5xdJvSaPg','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('104.243.43.10',1760766730,'',0,1674341755.3664,10,'H9ql4i8w3sk0r2A5xdJvSaPg','','707|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,707,0),('104.243.43.10',1760766730,'',0,1674341755.8435,100,'GRNnxLDjBXH4WPyslOuAgtQz','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341756.3021,100,'fsEImwhC08BDbXYWqg2QpGLH','','13|0|0|0|sleepingsolutions.co.uk/wp/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341756.6473,100,'SJbj39A6OYrCwXtoNBxusFg4','','13|0|0|0|sleepingsolutions.co.uk/wordpress/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341757.0727,100,'SiLvQs2e7P83NYOawBol9zg5','','13|0|0|0|sleepingsolutions.co.uk/blog/wp-commentin.php',0,13,0),('104.243.43.10',1760766730,'',0,1674341757.5032,100,'oday6CUSZ7gKx4Oquep5n2FE','','13|0|0|0|sleepingsolutions.co.uk/site/wp-commentin.php',0,13,0),('114.119.132.114',1920435314,'',0,1674343011.4177,55,'P61N5GYotA8qHVEhTCOSrsDL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.37',1123632677,'',0,1674343251.5519,55,'9nHQTzFmX6L3VRK0lD2iUNhy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.58',1920439098,'',0,1674343383.1010,55,'p6rjvwKY8LlP0QTAbXq7se3u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.32.254.131',757137027,'',0,1674343715.6086,70,'j4or5WlKHe6x1sJpXEVFam07','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.130.111',1920434799,'',0,1674343717.6338,55,'U28vihpGXbmwdEukreZD4oMx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.140',301065100,'',0,1674343944.1362,55,'V34NZECXDx5Y96qKytd7kcuO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.37',1123632677,'',0,1674344022.9726,55,'MJtTovDFPnEl80mwNg4auSBY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.11',1920440331,'',0,1674344041.6398,55,'Mahm6lsrIJzOjpdtRxA0kYXZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.46.116.220',1378776284,'',0,1674344785.3487,55,'TdFomUkgcw89xtb4AevnY1Vr','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.70.37',1123632677,'',0,1674344794.3757,55,'u9dSrT2eIXVROZLqt7kmvoE1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345217.6317,55,'DFV2sCK4dGqjkQpHTJrA8cbE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345217.6328,55,'R52FPgptcDVwya8OWvosi3HQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345217.6334,55,'PVhEYkWClLweandU5Ri8bXvs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345217.9471,55,'XLp3H6NaMUtZVq0wOY4rDvFC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345219.1173,55,'72WAsvkw6U5naJH09yzlhrfe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345219.1370,55,'grzFPdZAJKW6oNObwuTQCnE7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.2.177.8',1375908104,'',0,1674345219.1582,10,'72WAsvkw6U5naJH09yzlhrfe','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('82.2.177.8',1375908104,'',0,1674345220.5563,100,'EN1SBqc9jfH0vJWP6RTnsaxy','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('82.2.177.8',1375908104,'',0,1674345220.5563,100,'QNACvfWPnwTXGtUzuxmO0Kcq','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('66.249.70.34',1123632674,'',0,1674345565.8449,55,'iFp9PD0UbxuJ4r7yhOG8WfwM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.37',1123632677,'',0,1674346338.5242,55,'QysI237u8AhJ0Xm4vdczlotH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1674346590.2827,55,'gdy4YEIGM75wWHJqrijAC8XO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674346601.8923,55,'FGrnE9MV3KNj6p4IYqTXe05g','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674346603.4946,55,'PcrBAb8Yi0oLCZtQNkFgGqe2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.34',1123632674,'',0,1674347117.3228,55,'3AjI7Z5fmQziphu9F2UwqJEc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.59.44.34',3107662882,'',0,1674347208.6312,70,'s0QcCUuj9L6owbFhrapJlVyf','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('174.138.177.173',2928325037,'',0,1674347761.6096,70,'ZmYC4q7tgWQ1eL5VFSscRp0u','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('167.86.100.73',2807456841,'',0,1674348254.6870,70,'JcEQvxq4dRk2SMYgsBC8Vt9U','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.39.49.42',908538154,'',0,1674348292.5069,70,'mX59ZMQx3OotBRpsKD0zWcwT','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('13.38.84.61',220615741,'',0,1674348639.1783,70,'dZUObS3oXyqL1BAWn8GQiCtP','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.34',1123632674,'',0,1674348653.9555,55,'vZIB7SAry1RgXPq65tk3u0cH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.67',301065027,'',0,1674348952.5851,55,'rptm7JC95uWOLgyzswMboAlD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674349425.1700,55,'jDCr01MwsBk2pNd4aKQcAimz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('164.90.170.66',2757405250,'',0,1674350368.7450,70,'WDfzPcVhp263qlRvZXHrCFm0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.34',1123632674,'',0,1674351224.6657,55,'x4vCfm5aEdlnPsg1r8YT3VO6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674351683.5081,55,'BY3QrumnIkEifMjGLcDSb9UR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1674351688.5613,55,'4D0hSfbu9A3OJdZPlCiyvmTx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674351689.3093,55,'8TS2patALm1ieQfJ0zjy6DY9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1674351692.0708,55,'jYW1ofhMucI9Eg2bs60tAPiF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674351696.6954,55,'P6GQK2VaWIc53JqgHSbmAxMd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674351699.4989,55,'aOWmu0dwZ81UFY4G3eLqhD56','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674351706.9709,55,'AhPdXZMGcKl10Rga2FQSt9B3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674351710.0520,55,'KlMrYyHGcI92hpB5QwkXUuNO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674353025.1405,55,'6JteCiTLD7FXO1apVMsgxnyZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.218.228.26',1541071898,'',0,1674353326.3945,70,'soOkDSgBf3YNF6ywlcid0Irn','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.156.33',1920441377,'',0,1674353636.0774,55,'KVroCS5k8tRceZY3MEjUD2d1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.127.41',86867753,'',0,1674354321.8495,70,'OSxmocs27NrCfY3XFUWBvwji','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('143.244.132.153',2415166617,'',0,1674354437.3052,70,'EqwnPocCUeLxuvWNzlV5HRFt','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('198.136.59.20',3330816788,'',0,1674355060.8214,70,'J0sFIDbaXzxn8TlP2hAMfrNC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('49.50.249.34',825424162,'',0,1674357675.0453,70,'1t7RZspAKPgMxLrzqH3eVBhT','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('109.207.76.32',1842301984,'',0,1674358627.8577,70,'I49KAmajUnsE7HwvgxLOifpM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.130.219.238',1736629230,'',0,1674359380.1931,70,'mEZGoQlbkRdn8JOs0UtDKgTC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.235',301026283,'',0,1674359655.6077,55,'oJQ0eEjmBTkh5WMIpSdC4YXD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.214.63.240',1607876592,'',0,1674360077.6103,70,'7onPG3Nx1Or9X8lQSyqzK5ZW','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('192.241.135.47',3237054255,'',0,1674360135.1930,70,'f2RrEioATsWB16wOdqQnyGtp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.148.138',1920439434,'',0,1674360151.4809,55,'Aa6LE47wSYZqkOy8CxtfiWlg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674360780.2189,55,'aVc8b7QIt1Jk6hZvKWn2BYHO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.2',1920436738,'',0,1674361172.8198,55,'0gAQMq7vwyrSpduiP4XYNI9B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.217.159.126',3554254718,'',0,1674361331.8424,70,'rZPieyTfpKBSs1IoAgxVcQlX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.146.77',1920438861,'',0,1674361539.3998,55,'h3aM8PEwu2LBG5gkJNOVs6r0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.42',1920437034,'',0,1674361836.9647,55,'tHoLmfbWAeFa8l9nPGSIJyUD','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.158.182',1920442038,'',0,1674363047.7987,55,'EpgWtw2PKZ6clOGeU0RNn4zk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.88.9.130',1297615234,'',0,1674363157.7757,55,'AOuCmihceQZHNx0vId3bSF9W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.137',1920436361,'',0,1674363379.5165,55,'hk51y4vWINQZ7BnFSbjEpxDm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364031.9353,55,'QaEWr9IkdR1AfvFhuN40mewx','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/error-protection-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364032.3545,55,'0MVA9IdiQ2oZXHq7W4zlretm','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/feed-rss2-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364032.7020,55,'dsICFp9kVgc12lxz8KoBJQmE','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/flickr.class.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364033.0865,55,'K7CeAwknlRZ3b2VmUhusxqYy','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/gindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364033.4424,55,'C21sxlPJXEKumULY3HDzi0rM','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/GOj9m.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364033.4828,10,'C21sxlPJXEKumULY3HDzi0rM','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/GOj9m.php',0,707,0),('167.172.248.229',2813130981,'',0,1674364033.8200,55,'bGMpOeX2KFBkuvgSryVDQRcE','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/Hk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364034.1494,55,'bLshFAPCnqKi8m9ZTD7cMe1l','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/includes.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364034.5241,55,'g9Wpk5ucxeArV2yGLfCBvKIE','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/json.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364034.8707,55,'8jHEzcP4oIfWOS03q17JLhdD','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/jvc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364035.2580,55,'wXrNSRMbd0yFTcDkVn4o1pKu','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/kab.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364035.6058,55,'27cygLTo0aSB8CHm5tFpwjMb','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ms_config.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364035.9772,55,'ZxiPINGYM2o8LvmDhcXbFHV5','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/nav-menu-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364036.3328,55,'flur4qjaCLPYi8bMh9dyJpBI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/notice.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364036.7102,55,'wJCFt5VvM6frGHjYqEioyKcg','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/options-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364037.0602,55,'qhrDlJ2iAjpeN413duBxPQ5Y','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/PR1eg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364037.3927,55,'tlQPvC8biuyp39NUE0msKjcB','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/programa_apoyo_editoriales.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364037.7232,55,'7qxgmXWiv4NrdO2950ChTYlD','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/revision-meta.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364038.0753,55,'aBF60IQCtG8W43bvpXzSx7Ar','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/revo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364038.5114,55,'5IsD4hyK9dGiXRnTNU0fmuW2','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/RxR_iblkjmoy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364038.8418,55,'YqbUBrNjtMXpCVIvFf5Wzcm0','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/safeparam-doctype.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364039.1728,55,'TKcHRIWDX4oJEews9FuSkyzG','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/seo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364039.5194,55,'HnmbGCRfdcEAshxiu71IZO98','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/settings.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364039.8694,55,'JwCjfvshVzoqZmFcTApIYELd','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/shell20211028.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674364040.1927,55,'4vzQ9a3VOhFB0jfpdxKoWYwM','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/sidwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364040.5668,55,'EAxfj3GHKCQ7cdNgMo8uUVib','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/sk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364040.9236,55,'QNPIrZnRkB2KvFbcmx01aqCJ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/system.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364041.3314,55,'WqMcUJAkNK91FvL3xQjRgdH6','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/tax2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364041.7372,55,'SJKdfAnVhg3uOpWvikUNQYXs','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/trio-kece.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364042.1047,55,'Q7oC8e6ljuFGL3qTNBgnS5by','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/uplaod.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364042.4512,55,'yigv0QHBKcrOwDJE4x7aGbTW','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/uploadzip.php',0,19,0),('66.249.70.34',1123632674,'',0,1674364042.7234,55,'EBGThJkV8R0vm9itj32UbMD6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364042.8272,55,'6BSOwJreotVyTAnuULbxfhsK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/user-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364043.2022,55,'lAQUbgBjFDLatyw6f3NrPiRW','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/users.php.suspected',0,19,0),('167.172.248.229',2813130981,'',0,1674364043.5403,55,'4QXMDiVIASqEo9d7CwBuJk8Z','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/vjgtd8LW.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364043.8950,55,'tQSHFGB1JzZ7qIlUaxyhMYXp','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364044.2626,55,'x9NVSYjyvIHLblD5qgnU4euz','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-class.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364044.6010,55,'rwWQ3BiqIgxLRJZVDpXSHalM','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-gypqic.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364044.9689,55,'6P2lLFtx14aYVTb8HNDfszdA','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes/admin-bar.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364045.3229,55,'rLESpy0vuwWqDH2BAGotMxn8','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-log.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364045.6729,55,'R19A0nT34WdLoXfKjMe2OEvF','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-logs.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364046.0178,55,'iOlo3dWnwZTtLC42US1zaQbj','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364046.3744,55,'e5icnsQJ3goWA7jkHYbvrM9a','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-type.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364046.7078,55,'umXj2O8e9vZWDNYigBcHQdkA','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wpspl-load-compat.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364047.0440,55,'L6XYZeErdFHKTgxk2RBIC7Pj','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364047.3794,55,'IXYfA8F5Eq2yibNU6eLRwu9n','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/assets/alfa4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364047.7128,55,'8deOh9aqjiykVmcIRSgCDW1Q','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/block-supports/layout-ajax-response.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364048.0432,55,'NUxDGvpV0JRadr1s7QIgX9Ti','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/certificates/comments-popup.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364048.3873,55,'CMsaJOxbrI7BmUeYtWjnSH65','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/certificates/image_type_to_mime_type.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364048.7429,55,'iHbZazhUg1M5w2TPJcFe9ru6','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/certificates/submenu-pspell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364049.0841,55,'UDOK5E10PXhp3tTY2kVWqj7I','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/certificates/wp-conflg.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364049.4369,50,'kpSflzrmHiaqxPIdOMQRbLVW','','10|0|0|0|sleepingsolutions.co.uk/wp-includes/certificates/wp-signup.php',0,10,0),('167.172.248.229',2813130981,'',0,1674364049.8050,55,'ABFwNQXJE2eqhmRadSsfKiWD','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/01%20copy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364050.1886,55,'dEhyF2SqxlTW9sY5z6U1mDbQ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/01589a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364050.5236,55,'8XgpPk4mEYjH2LORJKa3dweM','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/88981.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364050.8447,55,'gkY0B7tyRMoFqXJn2IOcswDA','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/bimowdoodk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364051.2044,55,'QxWzH2qFjUua5vLVYfRioEPy','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364051.5424,55,'e8rnCSwMXqFaYj4ski0ybl7G','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/mpv2.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364051.8690,55,'yY8hUKANP0Fwx14igapvRfLq','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/str_replace.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364052.2371,55,'sjfRNWbODcqC98apn4eMFUGu','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/elbjewpi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364052.5882,55,'iAHoMXzePc19dqnR4ufjNkVI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/inpf8747384.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364052.9499,55,'Re07pXzDALjH3xImkUavWqwf','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/setcookie.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364053.3000,55,'pzuPQKGVoXDhWFx4wYfIbOS5','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364053.6321,55,'PvmjDsOfgh9CM0Ibnxcpo1Vz','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/l.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364053.9966,55,'tz3wKYSAUZR47msPF1lWyDc6','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/license.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364054.3255,55,'HSMrfDAkh31jdK6CtuWw9XnU','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/module.audio-video.riff-wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364054.6535,55,'kxaG0gtpfBLl7h4VT8N3eFJo','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364055.0077,55,'lbB2W0hyAfC1vcFwM8DYHg3R','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/unzipper.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364055.3522,55,'Wdux7yieFl60cApC8vHNZKf4','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/vp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364055.7054,55,'A6osvkuweiKadg5pcMNTO0rH','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/wp-plugins.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364056.0409,55,'PjOSqB2p5KHLdAFRovcymulI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/acces.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364056.3836,55,'WfP0KIr86HxCTvuGmoEUQljR','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/configure.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364056.7258,55,'2ScZhzy5HoRtIdpK9T7O8bLN','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/img911.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364057.0666,55,'P6ougrlSGD0yBTdcWOUpjC72','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/opt.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364057.4484,55,'rGiKxotVfzsPeC2jdbk4g5Z0','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/IXR/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364057.7738,55,'fSgajuQDVC1MHyTeGsF96JBh','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/auto.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364058.1076,55,'RoLjp2EvFCa5H1UAMgW6fbmY','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/old.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364058.4888,55,'1IO37yWcgAG9emuMVQPhZFRn','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/system.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364058.8228,55,'MtUoj3dezwL7cvsS2TE0kqb5','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/247@abu.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364059.1648,55,'FCOAhoiGb70yLxjvH15kfrmX','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/bak.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364059.5739,55,'7ISutOUg123Ev4YfHRGmhqPy','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/css_.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364059.9037,55,'tfN65hKi8bUgAv4JSdcVXHew','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/Oilmoney.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364060.2526,55,'Q1xKo0rRaOuTgeXpd8IZEli5','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/tablepress_controllers.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364060.5837,55,'rv6LhysoGpzeW0dEbNJ7UHfi','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/treame.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364060.9327,55,'06B9Wr4GzltnRYSkLDcevmJp','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/user-new.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364061.2947,55,'emrMxCYA9zDPvRTQ85k4n23u','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/wp-y4y54.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364061.6904,55,'vZQoM7uVy65U9dKhcqBweIGf','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/yellow.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364062.4428,55,'06wGhFO8nzCVkHaRDxTZ7uqf','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/zlib.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364062.8568,55,'sIeov3p0F7U4ODgKyTXmawxR','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/random_compat/random_bytes_cyclone.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364063.2460,55,'7IQn4GlAYjToBJVHtK6umF38','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/SimplePie/acces.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364063.5814,55,'koShcGXFuMQWB8qgrPOjAxp9','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/theme-compat/back-up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364063.9338,55,'TwPXWDixSj14NGuICc65JAh7','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/theme-compat/border.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364064.2752,55,'WxqfJMeAaSzcYiTRI3GskB5Z','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/theme-compat/ok.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364064.6002,55,'q2TPzdEkxuN04OebiKSjr6sC','','19|0|0|0|sleepingsolutions.co.uk/.well-known/leafmailer2.8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364064.9328,55,'13ThOvzMbSnYfDouCqWGH80A','','19|0|0|0|sleepingsolutions.co.uk/.well-known/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364065.2648,55,'m4IHWdq3J0no8BjsFgLzhxKY','','19|0|0|0|sleepingsolutions.co.uk/files/x3dleaf.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364065.6103,55,'jKGkrMdnZit7XTExQ0B1hbAa','','19|0|0|0|sleepingsolutions.co.uk/files/mailer.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364065.9376,55,'R4dG8oJVcD0Kr1YXTt7veFHl','','19|0|0|0|sleepingsolutions.co.uk/.well-known/js.php/.well-known/mail.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364066.2823,55,'VImTwYjxCo7SaidgQGE6cbAD','','19|0|0|0|sleepingsolutions.co.uk/.well-known/dze.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364066.6220,55,'rUcfvBI9naWGyzOCq81NuM7b','','19|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/%20.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364066.9938,55,'gLys7Y40tZ5hiXunGRlv1QOj','','19|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/dx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364067.3294,55,'wbNzOm0apDZu1AQHf74Cs2FT','','19|0|0|0|sleepingsolutions.co.uk/.well-known/utchiha505.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364067.7001,55,'QNZL9h5ATb7dftCwUgsoiDRu','','19|0|0|0|sleepingsolutions.co.uk/01.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364068.2021,55,'0LjvWyYidzoNcV3OAsmebIxU','','19|0|0|0|sleepingsolutions.co.uk/02.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364068.5506,55,'mrOtXBywFdHeZ2xQSVWfjhqM','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364068.8877,55,'cK9p1RLhHvTrX2nbkZQM4Dt5','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364069.2439,55,'5FBUytLqhc41HVZDdkTNXgES','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364069.5811,55,'v9DqJmHs1fV7nKaMTeyPAwXj','','19|0|0|0|sleepingsolutions.co.uk/1h6j5.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364069.9525,55,'oMzbIvEecw9R0TiXOPnp6FSK','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364070.3271,100,'KwWeZANuCz71RGpaJ6OQ2Vfh','','13|0|0|0|sleepingsolutions.co.uk/1index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364070.6839,55,'IXPFuDMn9EcgKLtC1YmrABqz','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364071.0237,100,'ivTM52cZGw4YWIV7oPdOfpRz','','13|0|0|0|sleepingsolutions.co.uk/2index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364071.3620,55,'ZAdumG2lzibQ5OxrHnMtK9N1','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364071.7334,100,'mdHx853plDAtB9FMv6K1P0UG','','13|0|0|0|sleepingsolutions.co.uk/3x.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364072.0867,55,'9WuIwldxVoc63kFa1ivBOb8N','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364072.4580,55,'2DeVKzlTWdEAuxwPMBCh9R5y','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364072.8166,55,'AP5m3X1OwyTkWdjUpH4aDBlJ','','19|0|0|0|sleepingsolutions.co.uk/4price.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364073.1872,55,'iWeMgBR6oV1y2tnsL4pG59KJ','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364073.5800,55,'jzCfL7KcWnek45xtDq6Vdlo9','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364073.9145,55,'6TGQx3tbOIFzYvK9RliyWsSg','','19|0|0|0|sleepingsolutions.co.uk/admin/controller/extension/wpm.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364074.2831,55,'saJ2X1lMAYzdhGcPv8LetuSU','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364074.6495,55,'wYn7zS4DRrKvMJahmFlsfOp2','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/ups.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364075.1396,55,'tkhq95nj8FXRwDIrpWf1l7ge','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364075.5038,55,'UfYv9bSa4Cc2m30RNrdBIpne','','19|0|0|0|sleepingsolutions.co.uk/baindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364075.8543,55,'VZ8rk9iTQfKz0q1eG5pmYcEU','','19|0|0|0|sleepingsolutions.co.uk/C.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364076.1913,55,'7iBKohuYSJ921zCfelxOksbW','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364076.5754,55,'J3PSCWMmEO0Z54YNbwhgukQB','','19|0|0|0|sleepingsolutions.co.uk/crypted.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364076.9199,55,'Ek3hmJVFdA0TZsRMjbN42Ln6','','19|0|0|0|sleepingsolutions.co.uk/css/4O4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364077.3113,55,'JErVdTebvtSxlqAWhY9um8zU','','19|0|0|0|sleepingsolutions.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364077.6435,100,'Lql1ewfrEzA3vsM9m7idpWHG','','13|0|0|0|sleepingsolutions.co.uk/DKIZ.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364077.9825,55,'fxAXl4eUygNKpJiqwuW8s2Dk','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364078.3354,55,'SglGYbsZ590KXyQ4pM3vD1tf','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364078.6788,55,'ouht4WPTj5xY6aEbcXzV8KlL','','19|0|0|0|sleepingsolutions.co.uk/good.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364079.0481,55,'x5nas8GvobwAJh6q3pCZyUSO','','19|0|0|0|sleepingsolutions.co.uk/google.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364079.3988,55,'JBDRdeAbSZtoUyzqumF2Oh3Q','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364079.7452,55,'rvzEUwDGZ1ganMuV46K7jRsp','','19|0|0|0|sleepingsolutions.co.uk/hehe.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364080.0998,55,'cZP0R1BSjbN5tM3k8IgnsAvo','','19|0|0|0|sleepingsolutions.co.uk/image/screenshot_1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364080.4755,55,'lnvzMuX15io4HSEZk0Gj6Ofm','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364080.8031,55,'35UI9kCAZGE70J2cFWbphign','','19|0|0|0|sleepingsolutions.co.uk/images/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364081.1323,55,'jCcXHLQhyulgWM4sNqRBKYTG','','19|0|0|0|sleepingsolutions.co.uk/ini.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364081.5165,55,'hHXcrCY0AZUw94itNMPf521e','','19|0|0|0|sleepingsolutions.co.uk/lock360.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364081.8838,55,'roeYkJWZ4T0Q5K1hUXDEujwA','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364082.2495,55,'6VM3CxEmwWGkSic8nKtuZlO9','','19|0|0|0|sleepingsolutions.co.uk/mad.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364082.5781,55,'zdw3ZvMHxAyYlDkWh7t1uIFc','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364082.9202,55,'ZF3Wn7auRKOtwhxkEvXL0bfN','','19|0|0|0|sleepingsolutions.co.uk/mass.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364083.2557,55,'ej41Bg8YhJ7XKyrvz05conIm','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364083.5993,55,'dPvpHn5CFVsfiN8t9JBwWu20','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364083.9490,55,'a4lRVOyQnAKL90HFB7ozTI6M','','19|0|0|0|sleepingsolutions.co.uk/mininew.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364084.2984,55,'eLGNVsMKbtmQuzaZpSxCHlEi','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364084.6491,55,'kX68xNFSmDKChyRqiEVp9z0e','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364084.9940,55,'3ev0tua7IgqG6LxQST5BkMYJ','','19|0|0|0|sleepingsolutions.co.uk/payout.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364085.3620,55,'ngb6pGxJZqh0WQXPi8v9mazD','','19|0|0|0|sleepingsolutions.co.uk/pi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364085.6965,55,'Ct5e3f296XmJDQFnuysqkBzW','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364086.0475,55,'q01uxTtpr98aNIFnbgVLcEkd','','19|0|0|0|sleepingsolutions.co.uk/R00T.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364086.3910,55,'A6mps2LK7vV9kWSOHbBjZyXf','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364086.7305,55,'BP0ZWsUVdTnoAmbLqYJrFvwO','','19|0|0|0|sleepingsolutions.co.uk/reminder.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364087.0545,55,'sgPbwWYj7rcGFKxzEoNSHI6J','','19|0|0|0|sleepingsolutions.co.uk/screenshot_1.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364087.3903,55,'56DFHV7YR2SAlO0WwsdBg8e3','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364087.7714,55,'LlnG4iazh87AFpZt0yqYCNjP','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364088.1009,55,'oEGpy1kA4SuBncwx8m2fvlXH','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364088.4740,55,'dvCVMgs4oDyh2HIKcuERaAi0','','19|0|0|0|sleepingsolutions.co.uk/up-kon.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364088.8106,55,'QoSVMnIsJ0bCKlAaZOwG78rF','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364089.1359,55,'rIi3bvf9dV7ZS1atjk6pqBAX','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364089.4793,100,'l2e8qxArZ7TDgVzp4EtaGMJS','','13|0|0|0|sleepingsolutions.co.uk/upload.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364089.8164,55,'6Pgw2IFzs07GHbKkdt9DJMq5','','19|0|0|0|sleepingsolutions.co.uk/uploads/up.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364090.1975,55,'WOsC7btdBUfmrivS5qLRYM6G','','19|0|0|0|sleepingsolutions.co.uk/uploads/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364090.5582,55,'g19QD34pndrVhNeaYfEzZv7w','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364090.9441,55,'Jzjy7e6EfBDG4mTsbakhqcvQ','','19|0|0|0|sleepingsolutions.co.uk/utchiha.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364091.3393,55,'JyHpPMvzUQ58l0WaDZtLFuos','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364091.6720,55,'DPmWeLCaiuczM23JGprf4w7F','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364092.0525,55,'uv9XZeTibtM2LBl5xWYqhowm','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/images/module.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364092.5782,55,'0V7Qr2yxlfviq6puRe5CwSnP','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/ms-db.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364092.9256,55,'TpktZJqiPMSVD3sf2ecEKRd8','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/maint/sidwso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364093.3221,55,'yUEnm9JfOzrbVuHPTcNtxe2v','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/priv8.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364093.6476,55,'hbOs1nmApyLq5eJ9QljroTWt','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/rss.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364094.4739,55,'76kAZhgjq1mO0ifwWYMIt2RP','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364094.8124,55,'d8MewIKZb9OGxAmTDuL7cNRv','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364095.1920,55,'gQYk9TCn218rOeB3cHM4AsKV','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-activate.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364095.5233,55,'CLzHwNvqpk6x0I8jSTcgR4Ms','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364095.9416,55,'a19djRA86FCYpgybsZUTWkuq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/masterx/wpx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364096.3157,55,'Fr3xXp0aSI7LczBbGY9oD4OU','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/easybusy/wp-blog.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364096.6561,55,'74fMRjTk5QBSG2hLtapiOlrJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364097.0010,55,'wcm46RxI2FoJeN3CtgBAUQab','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364097.3396,55,'35Pv8FjGT4o1l276WEzQMbIt','','19|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/utchiha505.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364097.6855,55,'ZDBPNUFkVnyspwGrWT3u0QJc','','19|0|0|0|sleepingsolutions.co.uk/wp-content/upload.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364098.0553,55,'9oUFltsXKPARDO08ugpdI6n2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/wp-content/uploads/code-execution.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364098.4155,55,'1FvgKcn8it9TVR6IbUfOosMY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/404.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364098.7640,55,'go4tAJGXyzOF57R6Wj8INLwD','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/4O4.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364099.0993,55,'SDIEj3AGnJzVt6vogWwMkYCa','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/elementor/about.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364099.4361,55,'wy2SPQB7vbtCfDYU3qkOuFe8','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/external_feed.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364099.8148,55,'5MDxSagU2VZur3zocClJnQOH','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/indoex.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364100.2155,55,'AcxskavGO7jFmBSptMzVZ5rJ','','19|0|0|0|sleepingsolutions.co.uk/wp-easy.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364100.6005,55,'NnVaSHeml6CMcGKF2ikXdLEb','','19|0|0|0|sleepingsolutions.co.uk/wp-god.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364100.9653,55,'SgA6JoZreTpUwFvYGQkinX0D','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/24.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364101.3352,55,'nqBFd0c7Op9VyzAwiPbSfJtK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/indeh.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364101.6710,55,'f4Uj13gwKJLDCuEmaHc2YxT8','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ms-pie.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364102.0524,55,'bpIqe2gGj1Pl6nCLSuXdWE3c','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/radio.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364102.3881,55,'hxupodQEA3ylKV6HG28ncStC','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/theme-templates-private.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364102.7352,55,'LehEJuaTkAmcCQR5dqYvDSry','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/uplaod.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364103.0725,55,'GXYVyF5pbiR48PfrTKqUwteL','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/v22.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364103.4314,55,'YMNl08n1EXTDygVtfLHeO9CB','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364103.7825,55,'yYJ8XcUIuLk5ZSrBhVA4f3RO','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-includes/admin-bar.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364104.2763,55,'DoEyqbiSF8WQBR26LtNhAZCc','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-site.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364104.6307,55,'hSVxMFt3H89mAnuobZcEejDz','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/xmrlpc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364105.0404,55,'5MCY7vd1boXzPUh8ymLDuIRZ','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/xx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364105.3773,100,'YqeycGafvJTBjuk4pWVsFwXo','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/1index.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364105.8880,55,'HwD1CT4K5B7irZQGcEJdVYtN','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/assets/pi.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364106.2146,55,'KRLmJrgO1YhX7GFp2cSBP5Vt','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/block-supports/generated-classname-cron.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364106.5507,55,'1yfE078Y4vOkMUZgrGFoIswp','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/ty.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364106.9311,100,'4TCcojqHgVwOWGUJu2t9ZBvI','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364107.2560,55,'GFejMzT8Q9RXSticdvsw0nPC','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/js/a.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364107.8147,55,'5VOXWuq7HJvTF8brCgxZnk6S','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/alfa.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364108.1912,55,'iJQT8Z1xO2HM4DamguIc6NYL','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/pomo/css_.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364108.5296,55,'ONUbFiMPZzKG0eXtDoBYv3Cp','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364108.8987,55,'SrIcb68wJx2E59OGhgLlisZd','','19|0|0|0|sleepingsolutions.co.uk/wp-x.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364109.2441,55,'xBl8dPoc79zYhwIV5U6HZFDa','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364109.5962,55,'UskuXzCh5tPNDaioB4mA9Jl6','','19|0|0|0|sleepingsolutions.co.uk/wp_logx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364109.9268,100,'qgO27FSTdpsHaU5VvCQKzBPW','','13|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,13,0),('167.172.248.229',2813130981,'',0,1674364110.2760,55,'V06aJeOMl5vkrSH2d1oFWgjI','','19|0|0|0|sleepingsolutions.co.uk/wpx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364110.6863,55,'6zBFiq70PX8mdUHNbAvOGVD1','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364111.0377,55,'pTfBW2VexcDFXHJMntoSd8GC','','19|0|0|0|sleepingsolutions.co.uk/wxo.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364111.3841,55,'Ntd8RDr5SBoVc0W6IZf2X7MO','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364111.7232,55,'Y2Bcwz38MXAqjaHygIheUk4L','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364112.0987,55,'hGVqRbdTe0jmCZa3oHtlNJ4X','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364112.4380,55,'QAbqLOnEz6KFMmixrjpJDyvs','','19|0|0|0|sleepingsolutions.co.uk/xlt.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364112.7655,55,'6JCq9bH0xIN1F5e23STpRVtM','','19|0|0|0|sleepingsolutions.co.uk/xml.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364113.1239,55,'dCNUVRB3jmnFlkeL1gqGXt8u','','19|0|0|0|sleepingsolutions.co.uk/xmlrqc.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364113.4535,55,'gJITOq1MF2vwBzVasUXZGSpP','','19|0|0|0|sleepingsolutions.co.uk/xwxx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364113.8597,55,'MKscARnZPQXrGI6lF3HJ0ThC','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364114.2004,55,'ezmfUW0nXNSp8wZr47IsLDb1','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364114.5447,55,'nS8fka2ib4vuG0crx65CEgPl','','19|0|0|0|sleepingsolutions.co.uk/wp-2018.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364114.8759,55,'AdZHrMo23lmufGXRWJiczQ8x','','19|0|0|0|sleepingsolutions.co.uk/wp-2019.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364115.2412,55,'tvpfJKeZbulPB3Y7wASUNkXQ','','19|0|0|0|sleepingsolutions.co.uk/wp-2020.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364115.5840,55,'cLmWTp08Rk9wOFbat2v1lV7o','','19|0|0|0|sleepingsolutions.co.uk/wp-2021.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364115.9417,55,'HZFCgz4NAhO57BemYdxojfbv','','19|0|0|0|sleepingsolutions.co.uk/wp-2022.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364116.3228,55,'5mYnCDLA1kyM3tp0QqURIXWd','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('167.172.248.229',2813130981,'',0,1674364116.6788,55,'NleMtPyZhfSium89sxFOwRQz','','19|0|0|0|sleepingsolutions.co.uk/hax.php',0,19,0),('114.119.155.111',1920441199,'',0,1674364297.0396,55,'XfPS5M7utK9YFzh3mdkpeAQ1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.200.23.160',1741166496,'',0,1674364315.8671,70,'lCnEbROcQtIkVG6zNYuh4Hw7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.77',1920434253,'',0,1674364660.1282,55,'RitIzbjGLVOac8l6ofnBCHmu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.72',1920435272,'',0,1674364922.6474,55,'2yjSdla0DQe76uYNEfMVLW4z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.112',1920437616,'',0,1674365688.0971,55,'1aJImAkdi36ELvMFtxjpQV4B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674365843.4782,55,'atVd04ziUQ8Ngv7Eqh53cACs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.72',1920441416,'',0,1674366070.6642,55,'ewoK9HbGVaB82fJkcIvx7hmX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.137.147.151',1535742871,'',0,1674366281.1373,55,'NlHXpDS21gUrOKk03uGF7veo','','19|0|0|0|sleepingsolutions.co.uk/administrator/index.php',0,19,0),('91.137.147.151',1535742871,'sue',0,1674366284.2282,51,'VLNMl2qipFGSCf5zDeOxjPJK','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('91.137.147.151',1535742871,'sue@sleepingsolutions.co.uk',0,1674366285.5709,51,'mUqa1WhIPFCiyDVZNB2KucpM','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('89.234.157.254',1508548094,'sue',0,1674366298.6205,51,'Lfo2KSpensvqAY7DNOdH4U90','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.220.102.252',3118229244,'sue@sleepingsolutions.co.uk',0,1674366303.1197,51,'zOjYCTx7sklVaUSIGm965JQK','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.220.102.252',3118229244,'admin',0,1674366305.7625,51,'tHeAJ8bcdPYjlZf5XSL1nTR3','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('107.189.5.241',1807549937,'administrator',0,1674366310.7888,51,'oMGvSOnNwslAYHjXdZk6FB4u','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.220.101.4',3118228740,'sleepingsolutions',0,1674366315.5401,51,'DdlfVJKGAbXpFOCItyZnP67g','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.243.218.153',3119766169,'armstronG',0,1674366319.1970,51,'RYnHd59QWzFjwa3UJ4IqhMXv','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.149.232',1920439784,'',0,1674366386.1501,55,'G7upIlEjJXkY92ZoCVQywF8R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.213.142.178',315985586,'',0,1674366577.7998,70,'DnrvQNXhyM41UsoeHRZWuJzG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('77.88.9.137',1297615241,'',0,1674367237.4921,55,'64QsJhKzYHuNM51dCbeVZklx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.144.238.41',865136169,'',0,1674367736.4758,70,'RfPz68M7GDKWVbg9cqJ4CmXj','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.8',1920436232,'',0,1674368134.4336,55,'ExRp86mhqsY0BJeGIf4oVKub','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.230',1920435942,'',0,1674368465.1944,55,'2hG3FPdog8SR6VxXYIQ9tuJ7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.67',1920441411,'',0,1674368828.8165,55,'NwlGRPz5vmnLYrkdIBUVfoje','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.79.166.165',911189669,'',0,1674369884.9456,70,'lYbZcm0n1pEhKA94wxrLtiQj','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('203.205.52.183',3419223223,'',0,1674369897.3232,70,'KIgzRfnL6iTAv0buXptUa13M','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.28.53.179',1729902003,'',0,1674371684.4693,70,'DKdnhkNPIa2q0jVB4L7Qp6FA','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('167.86.100.73',2807456841,'',0,1674373804.9301,70,'04uFPzYLAWhCKyRTBrw3p61f','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.37',1123632677,'',0,1674375465.7110,55,'LAXNtMiRT9WJkucV1QIbF0OP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.210.237.151',349367703,'',0,1674375977.0359,55,'LIl64uUvOTQWpocnmeMBzYZF','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.210.237.151',349367703,'',0,1674375977.9367,55,'nrq6AfFWKo3QJiCeXOVYhdwb','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('20.210.237.151',349367703,'',0,1674375978.6066,55,'T5WufzJwoIEscyXN0epgkmCZ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('20.210.237.151',349367703,'',0,1674375981.5333,55,'ENgaQGi7FMJub8R4z95eXSwd','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('20.210.237.151',349367703,'',0,1674375982.7933,55,'CgEF2JS9KskomWMNxpZe35zU','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,19,0),('20.210.237.151',349367703,'',0,1674375983.0196,10,'CgEF2JS9KskomWMNxpZe35zU','','707|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php',0,707,0),('20.210.237.151',349367703,'',0,1674375983.9389,100,'N1QBYsIwDzAmtiaSk5yxW72V','','13|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674375985.1413,100,'DiKcSTra74QxfGFMECsoh1y2','','13|0|0|0|sleepingsolutions.co.uk/wp/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674375985.9015,100,'IdNaDkxs0P8eLCSJKQObt5oT','','13|0|0|0|sleepingsolutions.co.uk/wordpress/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674375986.8691,100,'eSQyRdT5olnmBNcVLrZqIHaD','','13|0|0|0|sleepingsolutions.co.uk/blog/wp-commentin.php',0,13,0),('20.210.237.151',349367703,'',0,1674375987.6080,100,'S8Z7HCIRDJYrjuUiOXh9cdaG','','13|0|0|0|sleepingsolutions.co.uk/site/wp-commentin.php',0,13,0),('77.88.9.137',1297615241,'',0,1674376325.6126,55,'BdRnZGk5qTceYA9USFiCg1h0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('79.70.12.201',1329990857,'',0,1674376797.4768,55,'TNIKEvOhXMLzg1QxsteRmbkG','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('102.219.176.27',1725673499,'',0,1674377668.2590,70,'pYmx9KiUIe4WkVlhNJz6XybB','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.63.24.139',1732188299,'',0,1674377909.5088,70,'LsTWNoXUJdKizwGYHBlpZ8xA','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.55.39.116',2637637492,'',0,1674378835.1363,55,'YMJzgj7LiRFHnGqItoBp31cr','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('95.214.63.240',1607876592,'',0,1674379394.6867,70,'Oq3xwjrDBUodR78Fp2WylzZ6','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('79.70.12.201',1329990857,'',0,1674381012.6841,55,'Leyo2KTWBvaknS68ji9s4Xlb','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('178.208.67.32',2999993120,'',0,1674382450.8263,70,'qxKywI4HgEth0SAromFQ8nMa','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('198.136.59.20',3330816788,'',0,1674383396.4738,70,'5hJQBFbvDOL632tUcCwoNYiZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.55.39.200',2637637576,'',0,1674383812.9414,55,'iPeqhTwC5BzLb2SV6mdsalF9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.238.165.67',1542366531,'',0,1674385546.5891,70,'DBSzXo0y6pWi8qvGsdr1UOeR','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.74.121.5',1732933893,'',0,1674385611.2045,70,'W2Jynazi1DTfLMoFNZteRC5A','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('18.133.60.229',310721765,'',0,1674385932.6539,70,'zA6nbDYujaqorx0G3sdTHXWJ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.200.23.139',1741166475,'',0,1674386389.0891,70,'bPu9JgY6Sde0yGCHWmXivTA8','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.255.84.63',922702911,'',0,1674386426.5058,70,'sT2R8zKFNlwmGnYUD7JtSQuh','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('150.107.74.24',2523613720,'',0,1674387859.0761,70,'nyWw1xSX9K26oJc3HjTkgvdO','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.143.151.59',579835707,'',0,1674387866.2981,70,'r5SVkgTpaDUL3nRsoQwG029e','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('216.250.127.227',3640295395,'',0,1674388322.8455,70,'J0HX5A1sCO3Q8KuTwIPazRir','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('15.235.142.129',267095681,'',0,1674390392.5962,70,'R3jbL9JdaWEk8TPuDNUlQVrF','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.28.53.179',1729902003,'',0,1674391718.5851,70,'aRWwi4bo5fzNA9BnTSulpv6m','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.75.221.29',575397149,'',0,1674393284.4900,70,'qnY4My3tS6ACvDBJ71rRsFHh','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('173.236.208.143',2917978255,'',0,1674393972.1634,70,'8Jz3jpNBFfHSECiaX2LdObQ4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('104.244.75.243',1760840691,'',0,1674397465.8206,70,'deRCxMYnsoTB6X5Jg9UmzNrF','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users',0,0,0),('114.119.158.204',1920442060,'',0,1674398491.4753,55,'ROrtl746iKpEPjFVLzsvBGWU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.98.209.168',1298321832,'',0,1674398612.4077,55,'SoJLQ1OR640FxtjYUk8M5BAI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.98.209.168',1298321832,'',0,1674398612.4136,55,'cibQYHMFIzq3xKarj7tuBvXA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.212',1920436180,'',0,1674399270.8421,55,'m7Q8FbJ4EAZvpMR9HW2a1SYX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.232',1920439784,'',0,1674399551.9064,55,'QC7oYsHJMbF36RO1WlVf4txe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.11',1920440331,'',0,1674400002.9920,55,'CZm1S4wV0nX76zgpBsPYQL5W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.159.35.70',866067270,'',0,1674400104.1421,70,'Xp1zA6RJbrliMc4BK7Sq8LYC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.142.8',1920437768,'',0,1674400237.2628,55,'vADPxQhF894Tl7bsJrqoUc51','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.165.226',1920443874,'',0,1674400562.7191,55,'di6t1GFJh0sfeo5cRNlVmPZD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('148.72.244.186',2487809210,'',0,1674400642.0631,70,'UBDSFK0g4JtyXhz7bjdNvlW3','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.215',1920437719,'',0,1674401476.0463,55,'JwTAR7Hg1MlfSXntu0EavzQi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('137.184.105.54',2310564150,'',0,1674401539.7109,70,'hRiUxzIuOKdmclvDFHAJQT4k','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.157.210',1920441810,'',0,1674401795.1371,55,'SI50nTVZxD74sveMdfPhlQup','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.159.35.70',866067270,'',0,1674402020.0678,70,'A4jwCQYdpVlZOrvT3gG26HJD','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.137',1920436361,'',0,1674402157.4104,55,'FX9jiSt1wx4sC6ryAO3LQfEu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.196',1920437444,'',0,1674402463.0389,55,'2xWaeqPdmbKjYU6zwlsfrhEN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.204',1920436172,'',0,1674402850.4017,55,'p0vYTld4ynqwFgfWM86Ei2oV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.8',1920442120,'',0,1674403123.4055,55,'XqlFWoAZDa5YMB76yQUnOVLK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.233.9.73',1743325513,'',0,1674403351.5374,70,'6yau2fh31FLPRB5WGO9dwgjC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.159.160',1920442272,'',0,1674403480.7825,55,'nI5Nzaj4s2B8xCrtD1LXvEh7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.55.39.107',1731667819,'',0,1674403553.1358,70,'wtoNg5dhaXJPWf08iUrM9cKs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.140.236',1920437484,'',0,1674403791.6534,55,'2iFYLAo5sUzybXj9dnTeRKOp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.2',1920434946,'',0,1674404125.0665,55,'vRupaewGrlsCnUdc8YXNgOLi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.236',1920441324,'',0,1674404480.6646,55,'yIXqr3kB910fC2mu4U6hpGJM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.105',1920435305,'',0,1674404867.9570,55,'UBYDJTyPLeli2hqZHWsNKrdx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.165.29.249',346365433,'',0,1674405088.0161,70,'Dd8ZhE0lMgCStysBkUfej41Y','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.159.92',1920442204,'',0,1674405139.5796,55,'6NT9VEWyOhuZeoqjnPAF8XfU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674405362.0645,55,'EyDwPUXlpgAoCTaWJG8VhitS','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674405380.3132,55,'Y64LGI7AuersynSaR9oF1JU3','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674405398.4064,55,'u8W3xFGNcsgjlSP2HiAUKn7Q','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674405433.1789,55,'wZDFLP82HitvqGbSXcQz3oMK','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674405455.5980,55,'019dD4OkStFHKvWQB27TChMy','','19|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674405455.6488,10,'019dD4OkStFHKvWQB27TChMy','','707|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,707,0),('114.119.145.89',1920438617,'',0,1674405462.7676,55,'hAgr6ROzdPwfp5MExCBNU4GF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674405466.1814,55,'89qlCM7py4WuEiITv5acrADV','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674405484.9205,55,'JHu7N92CZtTlOVbML8B1FAIz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674405495.9492,55,'vmhsexPNjWZYV2SFCz3gyHJ0','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674405526.0054,55,'rIm954XVgfbxSunEwQUGt0KH','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674405569.4545,55,'xKZ9AfX5a36bWDuQdk2Bl1vH','','19|0|0|0|sleepingsolutions.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674405605.6190,55,'OAkjeyaFS7m9ViTlhJR0G2d1','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674405649.1058,55,'toJKPigyNMWfqukj5EAb9DLI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer.php',0,19,0),('42.200.109.156',717778332,'',0,1674405677.1741,70,'xGRDKqHZOJazASr87QTWUyw1','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('20.14.84.163',336483491,'',0,1674405749.7896,55,'ez07nvjau95iflXZNGHgIQmT','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674405787.2934,55,'OQZP7oCXWcld9Hx2T5K0LyGD','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/lf.php',0,19,0),('114.119.132.153',1920435353,'',0,1674405794.0155,55,'pq8WjPc0CLnX67JwEBfxhGVe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674405817.8210,55,'zFZaY9pHLGgDCBmOjsqd3KPx','','19|0|0|0|sleepingsolutions.co.uk/.tmb/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674405833.5054,55,'aLAGurwUBkJdnivDjW12Yxp3','','19|0|0|0|sleepingsolutions.co.uk/mailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674405860.8574,55,'i1ST3zq8hWldtmJP04IkpGUv','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.14.84.163',336483491,'',0,1674405889.3052,55,'dTiM7otO6CzaYZn9fILRl1BD','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.14.84.163',336483491,'',0,1674405901.2965,55,'HfuRXPvoQe81cSUZIJd9MCN3','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.14.84.163',336483491,'',0,1674405913.3338,55,'CFrdyXaRmotiweIxuHg8k6bE','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674405924.6855,55,'YiWFfxHQe8dzZrqEPnBVCO6J','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674405952.4413,55,'nVC8Y9u4FZaNzmyqrE7lDcUB','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.14.84.163',336483491,'',0,1674405967.7335,55,'842V3Nak6iYdGMOB1RL5gUSm','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674405979.0461,55,'rpB8EJHAyae1W9SPU53ZCwlK','','19|0|0|0|sleepingsolutions.co.uk/28.php',0,19,0),('20.14.84.163',336483491,'',0,1674405993.0886,55,'4u2BE7AoqF9SgORwCYxf05pG','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674406008.1934,55,'zHgG0mdNj5P8QhYZBfy2qx16','','19|0|0|0|sleepingsolutions.co.uk/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674406041.8478,55,'WDBYetMH5jwiOm0TqKRXoczy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674406071.8065,55,'0z59oBXmDydRwjgJGeshiapP','','19|0|0|0|sleepingsolutions.co.uk/wp-maiiler.php',0,19,0),('20.14.84.163',336483491,'',0,1674406114.8248,55,'A74Lzv92oyBkQPGlKITguS8x','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('20.14.84.163',336483491,'',0,1674406143.6097,55,'gPbpkrX19yRefAa0xZn6EhUC','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('114.119.158.125',1920441981,'',0,1674406153.5733,55,'wclzLoqeX96ynHGPdbANUSfC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.14.84.163',336483491,'',0,1674406163.7257,55,'ZlNxyEFGk5utaXznVeq3KARw','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('114.119.142.12',1920437772,'',0,1674406500.4824,55,'aLpm2ASwFiRO4GPMyQTJdItk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.87.73.151',576145815,'',0,1674406738.8437,70,'Ssecg5GdLRfK18qzkijMXrpQ','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('34.87.73.151',576145815,'',0,1674406755.5173,70,'f8DuVSPXFIr5k9dHCJwbEep3','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.153.121',1920440697,'',0,1674406801.7302,55,'FrjGqTHzaBZLR3oOYbViJXNh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.19',1920434195,'',0,1674407128.8293,55,'cZgufBwnESIHz0JXNDj94Uvd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.233',1920439785,'',0,1674407473.7502,55,'YBChog0EtkvpS18JqXlQNuHi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.87.73.151',576145815,'',0,1674408069.1854,70,'luyw7epEKhdrHqZTGaBkDxvS','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('103.146.203.123',1737673595,'',0,1674408277.0781,70,'e5DfSxgEHol4yCnj6uF7vZsG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.70.37',1123632677,'',0,1674409498.3838,55,'jlRFMUVAPLx0cHImJbByoue6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.109.168.130',1097705602,'',0,1674409638.2233,70,'va4uL8hZS7CUQlOygjtpo3K9','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.168.130',1097705602,'',0,1674409641.7081,70,'Q6H2tYarXiDjh9lKdnv3S5Tx','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('54.165.84.9',916804617,'',0,1674409753.3862,70,'gDxqI4Hw8LGXkMvENcP5nYT2','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('178.128.31.204',2994741196,'',0,1674409912.0542,70,'goqc2mMlAvGeK9rjRXCDPQBU','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.197.34.121',600121977,'',0,1674410021.8291,70,'7opkVywhMsf3tvBPX2ucerWH','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('103.127.41.4',1736386820,'',0,1674411544.4444,70,'s4vdEGSiVwjJparmCuYAoT7n','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('216.226.146.228',3638727396,'',0,1674411563.3191,55,'ZFXdEy6tWAsfHQ8bVwaMqkCB','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674411577.5724,55,'OAng0x6L7wzMEUfCmarJeByH','','19|0|0|0|sleepingsolutions.co.uk/11index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674411589.0693,55,'WcxyXGgi6OAtEUj0Q7zRPBk4','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674411598.4902,55,'koBPSqZTlybQx4FJfzDv67YW','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('216.226.146.228',3638727396,'',0,1674411606.5133,55,'M6K7y4owiVe85pvgJUuqWO1R','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('216.226.146.228',3638727396,'',0,1674411606.5553,10,'M6K7y4owiVe85pvgJUuqWO1R','','707|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,707,0),('216.226.146.228',3638727396,'',0,1674411616.4815,100,'Jwpu7ZorEvIB0nRPbajez2ND','','13|0|0|0|sleepingsolutions.co.uk/wp-adminincludesclass-wp-media-list-data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411626.9189,100,'i9Q4cv5Akn0FZRTJoYdLlCVP','','13|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411638.3001,100,'m6geNBH9rwJivSXEhqRp8YZA','','13|0|0|0|sleepingsolutions.co.uk/wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411648.4046,100,'vlLrWdDVNEa5sigj1uhRJQ3f','','13|0|0|0|sleepingsolutions.co.uk/doc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411659.3375,100,'yPuQk0zNeVBfLmMo5jilXhgp','','13|0|0|0|sleepingsolutions.co.uk/stindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411668.9272,100,'xqe7amV3KFlEctvhR5zJr64X','','13|0|0|0|sleepingsolutions.co.uk/alwso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411677.5884,100,'SWA529XyJj68kHN1TCLPgEVF','','13|0|0|0|sleepingsolutions.co.uk/ups.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411683.0285,100,'q3CgSNFkjU6WveGzbZPi4T79','','13|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411691.0132,100,'L0MmeucEVW9PTtSIFia6OdDr','','13|0|0|0|sleepingsolutions.co.uk/sym.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411696.4711,100,'t4lVzXCO2m68ykriHguBoG39','','13|0|0|0|sleepingsolutions.co.uk/sym403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411704.9451,100,'NZXKkoYu80PmD1vh2c3RVl4q','','13|0|0|0|sleepingsolutions.co.uk/fw.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411714.4097,100,'9xW8uDtEarPVHN6kGcA5IYn3','','13|0|0|0|sleepingsolutions.co.uk/symlink.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411726.9966,100,'XQfxbqz7kLdV0UsO3iMDS4Ie','','13|0|0|0|sleepingsolutions.co.uk/shell.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411737.2939,100,'QF5n69A1p78v2ZNRyM4WSkhX','','13|0|0|0|sleepingsolutions.co.uk/1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411750.3107,100,'goWpa50YmkfSbwcvZOV3x7QD','','13|0|0|0|sleepingsolutions.co.uk/data.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411761.5873,100,'zVqTAtnKXdjYr7ZLomU8O3iI','','13|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411772.3195,100,'NyYRKVmF58kBQUjWq074T2Xr','','13|0|0|0|sleepingsolutions.co.uk/b.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411784.4819,100,'fmaWeIvu3XCOoMBi59h6VKYq','','13|0|0|0|sleepingsolutions.co.uk/c.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411796.0628,100,'dV6wKOl2zFYhIygj4RPq0anJ','','13|0|0|0|sleepingsolutions.co.uk/shx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411804.1371,100,'tZMSy5AY6BcxfHhakq7Xlb4R','','13|0|0|0|sleepingsolutions.co.uk/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411819.0069,100,'z06dWRUJcxa8NHv9LsyIDnkb','','13|0|0|0|sleepingsolutions.co.uk/a.php',0,13,0),('52.91.188.220',878427356,'',0,1674411828.6412,70,'x67RT194ZukX3SrUHI5WOjF2','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('216.226.146.228',3638727396,'',0,1674411830.0689,100,'ClTNQcWX8qG2sKJEFda1Sgpx','','13|0|0|0|sleepingsolutions.co.uk/old-index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411837.5628,100,'nasqPImkX6xKUH197gzLB3ZY','','13|0|0|0|sleepingsolutions.co.uk/FoxWSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411850.4135,100,'FWjOhiNYeBSuozx5sEd68ma1','','13|0|0|0|sleepingsolutions.co.uk/x.php',0,13,0),('77.88.9.130',1297615234,'',0,1674411851.8894,55,'WLP7pZrqAlUQ6DJ9sng2NC0V','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.226.146.228',3638727396,'',0,1674411859.5501,100,'yGr0e5NhcOPZumSCnUWsV8Fd','','13|0|0|0|sleepingsolutions.co.uk/403.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411867.7651,100,'4trni3TadU97cKzv1efVhwLj','','13|0|0|0|sleepingsolutions.co.uk/mini.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411880.5193,100,'rPDjpAJgiLlsQZax2wC1e0o7','','13|0|0|0|sleepingsolutions.co.uk/imagesvuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411892.0993,100,'8WbH7LaNoGBuFXDpE0rTsYzv','','13|0|0|0|sleepingsolutions.co.uk/edit-form.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411903.6869,100,'aDU5uRMitgyYOwcbpE2KP6on','','13|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411915.6619,100,'3lS4aQv97rUs0xZbzWFgunRM','','13|0|0|0|sleepingsolutions.co.uk/m.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411923.6922,100,'GLX6jWsHocnZwFBTdUuP7m0Q','','13|0|0|0|sleepingsolutions.co.uk/0byte.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411930.1833,100,'46DChqtuVHKbjXirkZEzJFGn','','13|0|0|0|sleepingsolutions.co.uk/xx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411937.3748,100,'h9xXL4IkPVZswMSFbAN06mya','','13|0|0|0|sleepingsolutions.co.uk/new-index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411952.0154,100,'W2clpAVCrj1uZyX6IqS4madB','','13|0|0|0|sleepingsolutions.co.uk/wp.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411962.2236,100,'WMKnjiYEvmCu023Jr89zISwF','','13|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411973.5506,100,'YxeKtHlcIi6PF9w1s5gRJn3Z','','13|0|0|0|sleepingsolutions.co.uk/qindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411981.9290,100,'e1ECBuH9kPj7Ln4WcF0286Jy','','13|0|0|0|sleepingsolutions.co.uk/priv8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674411989.8844,100,'3KMPBZmEaVc56sLlOo8tWjFu','','13|0|0|0|sleepingsolutions.co.uk/minimo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412002.1533,100,'2KTigBpqHj8EhMn3cPAyGxmf','','13|0|0|0|sleepingsolutions.co.uk/xleet.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412013.7082,100,'vNVQD9JUns45L8CljahPuXHg','','13|0|0|0|sleepingsolutions.co.uk/V3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412022.6569,100,'RL59GXhNVfyJKaec0Fljz6qs','','13|0|0|0|sleepingsolutions.co.uk/V5.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412033.1097,100,'uBVOUEHhPZbeMSCKN5nfAyJ4','','13|0|0|0|sleepingsolutions.co.uk/404.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412044.0454,100,'BX2aKGVoUkvMWwPdLgEZAH5z','','13|0|0|0|sleepingsolutions.co.uk/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412050.5093,100,'SYGW4KxnJT7vjXNCH0gmhqyI','','13|0|0|0|sleepingsolutions.co.uk/www.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412059.6771,100,'4ZKDQHEXb2nxO9mCsLMVl3ih','','13|0|0|0|sleepingsolutions.co.uk/100.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412066.2072,100,'tVPslH0incCAhf1yRzOa8qSr','','13|0|0|0|sleepingsolutions.co.uk/777.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412076.6508,100,'aWQt2P46InqcSRiL9FolKuBp','','13|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412085.5930,100,'TuyKDdMparnCOqB6weoF7Xcx','','13|0|0|0|sleepingsolutions.co.uk/f.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412092.7950,100,'PcnKlFaqZsjV06pL18iWhJe3','','13|0|0|0|sleepingsolutions.co.uk/xox.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412100.9566,100,'NbfKycW0lAq6gExTGJV9Yk8M','','13|0|0|0|sleepingsolutions.co.uk/o.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412107.9353,100,'PDylhc7zIxvEdZSQ4AbgY3Rj','','13|0|0|0|sleepingsolutions.co.uk/new.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412117.4808,100,'ykVS5vc8XbPr0uJfgmEHCost','','13|0|0|0|sleepingsolutions.co.uk/sindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412126.2766,100,'1DI6aeWATMbPHqn0smO4hcvE','','13|0|0|0|sleepingsolutions.co.uk/baindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412132.1114,100,'qHfZhV6XrBezc92mbYQJuPdi','','13|0|0|0|sleepingsolutions.co.uk/wi.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412139.4516,100,'dtgR7NEH15JOImP9X2Z3aCiV','','13|0|0|0|sleepingsolutions.co.uk/mar.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412152.8819,100,'CJN5dmqKI8TjnoRhpgLbaiy2','','13|0|0|0|sleepingsolutions.co.uk/root.php',0,13,0),('114.119.148.78',1920439374,'',0,1674412153.2646,55,'W2B1O4jD7AYzHRCErTKNI6kn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.226.146.228',3638727396,'',0,1674412160.1439,100,'QcxJtmqWrKPhjeCI178Go536','','13|0|0|0|sleepingsolutions.co.uk/nee.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412166.1707,100,'bZVCKBqkGTjtiIn9glLJopDO','','13|0|0|0|sleepingsolutions.co.uk/v.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412175.1437,100,'1P3NaE2mix0CbTzt7LKJkVyZ','','13|0|0|0|sleepingsolutions.co.uk/z.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412182.0074,100,'eHXZFGyqhNbIo8p65dEAw3Pl','','13|0|0|0|sleepingsolutions.co.uk/g.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412188.5750,100,'D3TqLMnIfQ8Gd0r9cE7WAXh5','','13|0|0|0|sleepingsolutions.co.uk/c99.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412199.2177,100,'sbOZ3GDF6iYNShzkuv0nwdfl','','13|0|0|0|sleepingsolutions.co.uk/w.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412208.8942,100,'8Q5nJCNSIlUsyKFPAgZ9zY6o','','13|0|0|0|sleepingsolutions.co.uk/ws.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412217.0633,100,'hXz0QZTiFwOrUMD6yRPt9c4B','','13|0|0|0|sleepingsolutions.co.uk/2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412225.0180,100,'uTxL5Vmqod0QhgS7lFBk4IcX','','13|0|0|0|sleepingsolutions.co.uk/lol.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412233.7615,100,'8dZ7I6EhnUrL1bJgWkSPejaF','','13|0|0|0|sleepingsolutions.co.uk/87.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412242.2182,100,'y35mVqZnplEkH6buQDaB2O9g','','13|0|0|0|sleepingsolutions.co.uk/7yn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412251.7903,100,'w5lW8yD3RQjcaMizOSUKvs0d','','13|0|0|0|sleepingsolutions.co.uk/haxor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412265.3962,100,'0gX8H36taGFIxYSspQl7OPrN','','13|0|0|0|sleepingsolutions.co.uk/13.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412270.1459,100,'AlXD2VPOLJd8RuQCiGsjcBzm','','13|0|0|0|sleepingsolutions.co.uk/e.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412279.6843,100,'huPelU0dT3xRZVgICoOzwsnj','','13|0|0|0|sleepingsolutions.co.uk/r.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412288.4710,100,'2iCXoU5Ex8fsSP7dODgWR4t9','','13|0|0|0|sleepingsolutions.co.uk/t.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412299.3631,100,'6Kxn5UuhXYIsSkzPDLWlJvio','','13|0|0|0|sleepingsolutions.co.uk/y.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412310.3801,100,'IZ7Yc6bzNWqP3yiftQmAs4gK','','13|0|0|0|sleepingsolutions.co.uk/u.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412317.8996,100,'UbWiY4JuOt7TZ96LlxaywPV5','','13|0|0|0|sleepingsolutions.co.uk/i.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412325.2464,100,'dXl9Zhs6DnF1P0tH54v8KoNy','','13|0|0|0|sleepingsolutions.co.uk/p.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412335.0542,100,'kdeg6M4PYZJEpaxGSQt0I7XW','','13|0|0|0|sleepingsolutions.co.uk/q.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412344.7713,100,'a7qFyBufib4vReDCst8kxINP','','13|0|0|0|sleepingsolutions.co.uk/s.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412351.0115,100,'BcxE75XSumFfGPoCWIesh9w8','','13|0|0|0|sleepingsolutions.co.uk/d.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412361.7078,100,'PKU18CNrnIebOVcjlvTM9W4p','','13|0|0|0|sleepingsolutions.co.uk/h.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412368.1606,100,'snumGkTFiBo75SHqpx9JU638','','13|0|0|0|sleepingsolutions.co.uk/j.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412376.7161,100,'CStNOKs7uH1zrk48GVFRYwJg','','13|0|0|0|sleepingsolutions.co.uk/k.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412385.2237,100,'KdoFljQsWJexVgbSuBm3iwqr','','13|0|0|0|sleepingsolutions.co.uk/l.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412393.8895,100,'Ujl5CqoKOfvF4NwI3ec1EMQk','','13|0|0|0|sleepingsolutions.co.uk/n.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412399.3370,100,'is1f70D6nmyvJe2Gga9QrVC3','','13|0|0|0|sleepingsolutions.co.uk/xindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412405.0306,100,'9nXlFTEWHZ2tswzjCRODPGuv','','13|0|0|0|sleepingsolutions.co.uk/kindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412409.9505,100,'ut68ZsHcvfePGgzXTanMOrDm','','13|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412418.4448,100,'oLy3qRaHCWvg69KF7dErIGVS','','13|0|0|0|sleepingsolutions.co.uk/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412424.0618,100,'MGZILAm0i4qeaD1BFC2VfTsQ','','13|0|0|0|sleepingsolutions.co.uk/bb.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412433.4421,100,'v861Qqjwyb4KH7rS0WNagBom','','13|0|0|0|sleepingsolutions.co.uk/lf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412439.8408,100,'FYGrHDKMRB7QSU1x3ACuvgPi','','13|0|0|0|sleepingsolutions.co.uk/WSO.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412446.6883,100,'ODUlPwg3rRyJpxVmcFSNI2vd','','13|0|0|0|sleepingsolutions.co.uk/xxx.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412451.2313,100,'DJxQdgZ5UsqAiu7YFkO9vnr8','','13|0|0|0|sleepingsolutions.co.uk/hello.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412461.6468,100,'otSWmgP0NHrdvVZ5Tn6qKYGh','','13|0|0|0|sleepingsolutions.co.uk/ok.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412470.1621,100,'it5yw1GTMSv3qIX0zdceAnRP','','13|0|0|0|sleepingsolutions.co.uk/if.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412474.0736,100,'Z5aVuhNfjPxcF8bSMgeCsr7o','','13|0|0|0|sleepingsolutions.co.uk/kk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412483.2559,100,'6ePid7AmYhBwEOU5TKVjS2bN','','13|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412494.8249,100,'ALisKjSGyreaVtOpf4uRnoFx','','13|0|0|0|sleepingsolutions.co.uk/kn.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412505.6612,100,'WLmQr98aFcM7gdnw6xtqVobH','','13|0|0|0|sleepingsolutions.co.uk/3301.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412510.9892,100,'FZHwInUyhXNdtv2JxD74iWkP','','13|0|0|0|sleepingsolutions.co.uk/leaf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412517.2859,100,'APj2iIXtz8NMxVhvG0qrKw4o','','13|0|0|0|sleepingsolutions.co.uk/alex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412524.3780,100,'Zxr4LuaentGdPX3fhDvmVYzR','','13|0|0|0|sleepingsolutions.co.uk/mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412534.9889,100,'ZYpPcTyw9zigAWOF63tRVkCl','','13|0|0|0|sleepingsolutions.co.uk/anone.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412540.6842,100,'7t1qjRIVxUJEuGaYprCFc2ls','','13|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412548.0532,100,'AgrZsPYX67Npjc4DGHVBdUMe','','13|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412555.0106,100,'G8b6MYzCyPmo1aIgAvZQ2cXh','','13|0|0|0|sleepingsolutions.co.uk/send.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412563.2862,100,'WR914FHpUVeqlrSw0AuisIGf','','13|0|0|0|sleepingsolutions.co.uk/3.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412573.3103,100,'gxwI2Mp1y7bJt8du5K0NBAlS','','13|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412580.0317,100,'YfrhZl136Sty7oQBIJGpP2zO','','13|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412588.7012,100,'akls26iZoRNDwdVQzm4rCO9P','','13|0|0|0|sleepingsolutions.co.uk/rahma.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412596.3436,100,'KZ4RvGhMSAszreC39X7ji2HN','','13|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412605.3149,100,'jO3obUNVFutyYXvT0DiWHwSm','','13|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412610.6747,100,'sVkH0dTebFGqMgPt5iN9xnzf','','13|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412615.3054,100,'4Cn1peySNgJR5QvMjaotUlV9','','13|0|0|0|sleepingsolutions.co.uk/upload.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412620.1648,100,'LCmN7AkXuE8xvJ5eIcHg3Ytl','','13|0|0|0|sleepingsolutions.co.uk/bypass.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412628.5009,100,'8C1vJuNP6gmDxrkTWfOeiVUy','','13|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412633.6242,100,'X5LWldVqT7oBPMgk6DxApvaH','','13|0|0|0|sleepingsolutions.co.uk/alexus.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412640.5410,100,'MzRbiBKm7vGdn2ojgrT950VH','','13|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412647.9990,100,'ydF59KBWoNm6GljAawPvSnks','','13|0|0|0|sleepingsolutions.co.uk/1337.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412658.0282,100,'nxHlM2rB3zqhEIY8PaFgCpmb','','13|0|0|0|sleepingsolutions.co.uk/blog.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412665.8825,100,'txTwBPFvSmnEdzOQAVsXgf31','','13|0|0|0|sleepingsolutions.co.uk/it.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412673.5047,100,'bTBPrCln1pAVhwyD3XIcKJtR','','13|0|0|0|sleepingsolutions.co.uk/kiss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412678.5924,100,'6hAgR1G0VzZkMNX9fbw5Tjys','','13|0|0|0|sleepingsolutions.co.uk/0.php',0,13,0),('166.62.103.104',2789107560,'admin',0,1674412680.6565,51,'W7KlUnDcQ1pdRvm4FCLwbYer','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('216.226.146.228',3638727396,'',0,1674412686.9525,100,'ZsbfLxpydFA92NI4OgKJTUvP','','13|0|0|0|sleepingsolutions.co.uk/wp2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412696.6737,100,'OI1ykjLoSvA3Th6pQ9UE8FRl','','13|0|0|0|sleepingsolutions.co.uk/owl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412702.3436,100,'x1tOdyEpc0RnrK2hHDsuvzAo','','13|0|0|0|sleepingsolutions.co.uk/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412716.3633,100,'Nz4uvdQ5Wp6FGBOCAiRHDrkq','','13|0|0|0|sleepingsolutions.co.uk/ohayo.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412720.4383,100,'K2LivB0k6FOGYdfuPJb5ACNZ','','13|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,13,0),('185.25.117.82',3105453394,'',0,1674412724.2146,70,'LNnIt6a27BSD5J4TwE0ju8ly','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('216.226.146.228',3638727396,'',0,1674412728.4926,100,'WnkU541lYxJAhqNPcbQLsEC9','','13|0|0|0|sleepingsolutions.co.uk/cms.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412734.2376,100,'3jqa10VuEz7y5hZPQtC9NWcf','','13|0|0|0|sleepingsolutions.co.uk/wp-uploads.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412739.6800,100,'aty6YmIoZC5PWGz9FqpfKbsN','','13|0|0|0|sleepingsolutions.co.uk/Gel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412748.1922,100,'L75l81mnWGM0qwDTyPBuQog4','','13|0|0|0|sleepingsolutions.co.uk/41.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412753.6363,100,'RgNBXJvHsSQ8MlIFtmE0qK1y','','13|0|0|0|sleepingsolutions.co.uk/4price.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412764.3774,100,'vGANdYKa7isR6FV5eLrc2zIb','','13|0|0|0|sleepingsolutions.co.uk/MARIJUANA.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412771.0714,100,'pvNjYIyz0l4XAocVMHOWEZgR','','13|0|0|0|sleepingsolutions.co.uk/.fk.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412778.5322,100,'72uQflbxEmOIr1Cdth3yLZTK','','13|0|0|0|sleepingsolutions.co.uk/XxX.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412785.4662,100,'fmIBJvkxlsMyD7Tu3EhAPeFU','','13|0|0|0|sleepingsolutions.co.uk/alexuse.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412790.5549,100,'GhfDunT8csmbg4BAet3EqSUO','','13|0|0|0|sleepingsolutions.co.uk/Sendemail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412796.7420,100,'DRQMVoWXE0Y8JZfdz9LGSsTA','','13|0|0|0|sleepingsolutions.co.uk/content.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412806.6407,100,'RnM2F9gTZwECir1PDf3GY48V','','13|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412809.6060,100,'dnRZsN8aj4XJBHG0pmhqW7YM','','13|0|0|0|sleepingsolutions.co.uk/olu.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412817.0161,100,'gV3CRJzDsvupN28FXd7ofZ5M','','13|0|0|0|sleepingsolutions.co.uk/alexusmailer%202.0.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412824.2090,100,'G6NMb1n3mIDwpLcKd0yZqUOW','','13|0|0|0|sleepingsolutions.co.uk/rss.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412828.9048,100,'b6HOMmV9UNxlcKgR5TwujsAr','','13|0|0|0|sleepingsolutions.co.uk/alexus-mailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412835.0531,100,'5SkORMr4lwHaiEPgUfJyotqK','','13|0|0|0|sleepingsolutions.co.uk/wp-file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412839.9944,100,'X3CkZeds4T6Aqnmf8EVyrMB7','','13|0|0|0|sleepingsolutions.co.uk/wso2.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412844.5280,100,'WxYLFkgzRsou59XNPqtI7Zml','','13|0|0|0|sleepingsolutions.co.uk/wso1.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412848.0972,100,'3lP0nHtbAwIRG2TBfFousJ1r','','13|0|0|0|sleepingsolutions.co.uk/olux.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412856.0687,100,'SjhqfXyrc8t0HTivzDARFx5N','','13|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412862.7684,100,'5VG3gW072qXRidAmyYvtOsCQ','','13|0|0|0|sleepingsolutions.co.uk/xl.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412872.5248,100,'tTcZYvO8hXJkrMj26abGzKpF','','13|0|0|0|sleepingsolutions.co.uk/wp-confiig.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412875.7767,100,'e0QU9dkSoE8uIqj1GWCcTghJ','','13|0|0|0|sleepingsolutions.co.uk/file-manager.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412883.8129,100,'o2z7ZJvLsMTYja5Wpd396S04','','13|0|0|0|sleepingsolutions.co.uk/uploader.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412889.4318,100,'glePiUMbItQhcZWokAx0Gu1R','','13|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674412896.3575,100,'rUo5hdM0JvcSVb4EwLZ6fKiB','','13|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412903.2527,100,'HGn3YAd8quWlNUEv7SK0sf6o','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412912.1646,100,'fat4bB2KzjWGLsFUVqrdvCZu','','13|0|0|0|sleepingsolutions.co.uk/tmp_images/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412921.8853,100,'nDoRIb6hykAgZS7iOtlHrEFq','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412929.5042,100,'ErePljStyMH5LDOKUhWZcFux','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412937.3015,100,'DRn3IqBxVsWgGi4uEaAzO97h','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412944.1628,100,'rvsn3IzfGBA28mL70RVHbEq5','','13|0|0|0|sleepingsolutions.co.uk/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412949.4396,100,'VBRXl1GqSmMKvjwc5sDOPAkW','','13|0|0|0|sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412954.5844,100,'Td3P7smhYbzx0KQUuD2NjSVB','','13|0|0|0|sleepingsolutions.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412962.2371,100,'uAEHaR3ce1T4D9xlYmydZoPj','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412969.4358,100,'YQ70DZaVuxEgbUpv4dk3INnL','','13|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22',0,13,0),('216.226.146.228',3638727396,'',0,1674412977.9881,100,'rnFpgNIKCtjWOLVGHf9sEoAJ','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412986.2004,100,'8KUecyF4vutHRXJ1l2roMw0T','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412993.3087,100,'QP3GSKYXhspUIjCkc9nyHr7T','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa',0,13,0),('216.226.146.228',3638727396,'',0,1674412998.4021,100,'yJNjwz29rGI6AoQKCHxEBSOk','','13|0|0|0|sleepingsolutions.co.uk/date.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413007.0471,100,'MwEJVmL8Te9jXCGDk7QzIyfP','','13|0|0|0|sleepingsolutions.co.uk/about.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413012.5315,100,'nJHw3O4KuxMBXSfeRDWyP6Qd','','13|0|0|0|sleepingsolutions.co.uk/alfaindex.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413021.6768,100,'XnRfKjsUyZgaTL58u19GNIzC','','13|0|0|0|sleepingsolutions.co.uk/.alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413028.0272,100,'OBJUEdMH62rXFv1Nz8nbADk0','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/cekidot/alf.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413038.7495,100,'k9LKOdDCG4aEPYpzRe08Hq5W','','13|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php%22',0,13,0),('216.226.146.228',3638727396,'',0,1674413043.8791,100,'itxEuZcng9jpGLb02aUR57MX','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfa.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413048.7582,100,'qGR7BdCW2pxub13fzy84kgDP','','13|0|0|0|sleepingsolutions.co.uk/snd.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413055.2111,100,'WzCVbLJEX3jr0ialox1dTgfp','','13|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413059.0089,100,'qy8SKZDncOe6kNzbJwgmfuiL','','13|0|0|0|sleepingsolutions.co.uk/small.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413068.5125,100,'qtypUY1M69gjC8VZXQmW7wd5','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413075.8540,100,'5cF0ZfUTBerDszH6IMiA1CSw','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413079.5207,100,'P9MJFYNj374UHCqzyt5blxhK','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413086.3644,100,'CAiQNEgcf8M0tFzTusDkXl6I','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413096.1263,100,'WSTmNC3Zw6Ph70RjploOFtix','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/three-column-screen-layout/db.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413103.0128,100,'YNEAM1ZziDseUkq9FL2vmPGj','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413110.8380,100,'XOU0snBJ5SxiV7QPNAbFtrvc','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/index.html',0,13,0),('216.226.146.228',3638727396,'',0,1674413114.4307,100,'xjM5H1FkzK4B0YSqyQgL7NbI','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413122.2715,100,'HmgUYp78slN9ORfoMzc6Lvja','','13|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413129.7941,100,'34e2jPXfAQtlTMahBrmvLyIE','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413137.4167,100,'qVBYrNtFTsbEMzKhik50ngP6','','13|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413146.5306,100,'Fiw3eVSOXtnRlpjEH1UIh6yC','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/css-ready-sel/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413152.6002,100,'mBD0IGxKc9ySLqelVfA5TFuX','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/css-ready/file.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413160.5316,100,'dNZOvWeT61sxXRifhStzIo7P','','13|0|0|0|sleepingsolutions.co.uk/wp-content/think.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413168.6180,100,'znb7HTRkFeWKwO9oGrYJQt3l','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/xccc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413178.1304,100,'QDi2KGxaOoYJPr0LHCczRpkh','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/cry.php.pjpeg',0,13,0),('216.226.146.228',3638727396,'',0,1674413187.1411,100,'iphdaFLPuXznoICg7MRq2l9w','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/html404/wso25.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413195.2843,100,'hHZ9GXMPck1TIumSFjLxg826','','13|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413201.1378,100,'I7jS1xMdpwGcu8znOVJvmUKB','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/css.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413208.8018,100,'IZ0Q8cDr2A6MJTdXEHktLONV','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413215.6353,100,'3H9yu8PaOovgSmnWzJE7CGVM','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413218.7132,100,'WwEdxXKARN1qPTQYJB4DG3ha','','13|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413222.6801,100,'dmYz4qMiTwlr95uyb1VW3evF','','13|0|0|0|sleepingsolutions.co.uk/tmp/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413228.9814,100,'pG8MA31D0WURBqKZuwvsTjcV','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413235.1612,100,'eXmYhCno6iuf48VkPxEjQUHg','','13|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413246.0242,100,'UhWNFToOdiRD6e4VAgmQH0by','','13|0|0|0|sleepingsolutions.co.uk/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413253.2650,100,'1q58NTA6FvZKi3bzgeQHuY0U','','13|0|0|0|sleepingsolutions.co.uk/RxR.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413261.4974,100,'uUhEegfmPcva5DYR3O0wki8W','','13|0|0|0|sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413268.0101,100,'X7AqHyiYP0Ssc3UW8LTdZjIw','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413273.7474,100,'RzPhVnfZaxUpkXgu5W02N6Bl','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413282.0734,100,'w2XiN8CRPGZ64EsDKlkYdV0p','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413290.2516,100,'iwsprgnbd5uv8HOVqlLjeG7o','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413295.6689,100,'aGKCcYLby8EM2nz1o4i0ejWD','','13|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413302.3699,100,'ePoqNC3V4t7MRLDaIHw5hgrf','','13|0|0|0|sleepingsolutions.co.uk/templates/beez/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413309.1221,100,'EKFNU9mYXSJjW0pDR4rohaTk','','13|0|0|0|sleepingsolutions.co.uk/templates/ja_purity/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413318.9679,100,'gKcOIVHwzFM9NZL12UhjWv5i','','13|0|0|0|sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413326.2391,100,'IeZd6NwmlVFEuAtbGOR79fp8','','13|0|0|0|sleepingsolutions.co.uk/templates/+theme+/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413330.6067,100,'h0i14pnjOZsABYkEg52VIlqK','','13|0|0|0|sleepingsolutions.co.uk/templates/+theme+/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413335.0223,100,'eYF7UoMmN4QL19H5gspvkTJE','','13|0|0|0|sleepingsolutions.co.uk/templates/beez3/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413340.9759,100,'kG0DAVF3YMI91mCtby8w2qoL','','13|0|0|0|sleepingsolutions.co.uk/templates/beez3/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413344.7427,100,'j4oLFsWGOz8eYrBvVHpiu3PT','','13|0|0|0|sleepingsolutions.co.uk/templates/beez5/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413350.1499,100,'wldsEproWqXanuYm6HVUGjLC','','13|0|0|0|sleepingsolutions.co.uk/templates/beez5/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413356.2991,100,'XJEgvjL2hs7UrSF5WzxKYoRi','','13|0|0|0|sleepingsolutions.co.uk/templates/beez_20/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413363.3142,100,'ZQMxkET9hfyJbqB6aNvmPsX7','','13|0|0|0|sleepingsolutions.co.uk/templates/beez_20/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413369.4773,100,'C4WJSfdjEtLgHaKz0Qn7l56k','','13|0|0|0|sleepingsolutions.co.uk/templates/protostar/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413376.8006,100,'GL2t9F84QT3RsoiCdf6IUShw','','13|0|0|0|sleepingsolutions.co.uk/templates/protostar/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413385.6052,100,'658jbfayFGUDJBshoVAk1ltX','','13|0|0|0|sleepingsolutions.co.uk/templates/atomic/index.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413393.9917,100,'wWbB0QRckJ3CmX6ArP8DjYiz','','13|0|0|0|sleepingsolutions.co.uk/templates/atomic/error.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413402.5792,100,'CATxUPYiy26HlpRrJKz5vnDM','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413407.3805,100,'b2o897rAxSEkIeF4jytvm3Oq','','13|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413411.5322,100,'y09xV3AvO2WGs4HYBZiq8boI','','13|0|0|0|sleepingsolutions.co.uk/upel.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413420.8288,100,'EM7dkoe1TY04XShK2CrxgIuF','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/+year+/+month+/',0,13,0),('216.226.146.228',3638727396,'',0,1674413426.1944,100,'Lmsyb1YGeANXMk9QzrlvTpCx','','13|0|0|0|sleepingsolutions.co.uk/license.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413431.9997,100,'cjXeIK9wDHUfnvNTZWOtY1aG','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413438.7940,100,'aSRniq4g9clzdXQw7k28ZLxv','','13|0|0|0|sleepingsolutions.co.uk/098.php',0,13,0),('216.226.146.228',3638727396,'',0,1674413448.0408,100,'gd0NkOTi2F7qbaDCwrfRQZVx','','13|0|0|0|sleepingsolutions.co.uk/new_license.php',0,13,0),('69.16.228.42',1158734890,'',0,1674413485.4987,70,'iDPNU2xX3gLbdvc75rHFmuKp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.87.73.151',576145815,'',0,1674413953.6973,70,'FdcHzwrlA10N39kY4XnEoeZB','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('167.172.248.229',2813130981,'',0,1674416272.4973,55,'PgVmzhxe3BlpHZ0ojAtT46b9','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php',0,19,0),('167.172.248.229',2813130981,'',0,1674416287.2336,55,'sTjVZI2lAmanhFgQ1YfXwiox','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/1vMzV.php',0,19,0),('167.172.248.229',2813130981,'',0,1674416287.5934,55,'4AJC8pHOm1DoSquLcQ0aXEsv','','19|0|0|0|sleepingsolutions.co.uk/cyz.php',0,19,0),('167.172.248.229',2813130981,'',0,1674416287.8077,55,'bsgGEBocQ4MXafkrJxj75ude','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/Q5YUi4kA.php',0,19,0),('167.172.248.229',2813130981,'',0,1674416288.1925,55,'es359NlAzrMi7UJ4hR2FPQnG','','19|0|0|0|sleepingsolutions.co.uk/b4YJ6.php',0,19,0),('167.172.248.229',2813130981,'',0,1674416288.2045,10,'es359NlAzrMi7UJ4hR2FPQnG','','707|0|0|0|sleepingsolutions.co.uk/b4YJ6.php',0,707,0),('167.172.248.229',2813130981,'',0,1674416294.9420,55,'WluyjQiH4MTe2P70IKrmO6g8','','19|0|0|0|sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/1vMzV.php',0,19,0),('167.172.248.229',2813130981,'',0,1674416295.0230,100,'Y3DbfOFpPvC7xRoXnGZN1ute','','13|0|0|0|sleepingsolutions.co.uk/cyz.php',0,13,0),('167.172.248.229',2813130981,'',0,1674416307.7884,100,'mPgHJxrQaMzsXEyqcNi51ukG','','13|0|0|0|sleepingsolutions.co.uk/cyz.php',0,13,0),('167.172.248.229',2813130981,'',0,1674416308.2346,55,'Jr19taMilz6UsfCqLuwjYkvN','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/1vMzV.php',0,19,0),('36.90.129.38',609911078,'admin',0,1674418093.6737,51,'eFhI6jvyfctqRJzMSEgXs93u','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('36.90.129.38',609911078,'zaac',0,1674418101.8739,51,'wLxMH8iX9bd64eZnJ0gAIqDU','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('27.2.254.120',453181048,'user',0,1674418120.1157,51,'gtNE9XC8ls2P3m7VJqzuOp5W','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('27.2.254.120',453181048,'root',0,1674418127.1151,51,'ULqr9pNnzVfdbxyGj7cg8IZS','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('34.200.254.202',583597770,'root',0,1674418134.7093,51,'C1NRzskdUTmDXEYV0PbO7Kr4','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('34.200.254.202',583597770,'zaac@sleepingsolutions.co.uk',0,1674418141.4425,51,'2DMSVqN9rRobl3IpwcUsYeFa','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('46.36.146.6',774148614,'sleepingsolutions.co.uk',0,1674418158.9591,51,'UzekqotZPh9WSNldJrGjnvA2','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('46.36.146.6',774148614,'administrator',0,1674418165.3611,51,'gxLSmkFoyJHPYwubNZKCV8zl','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('185.18.133.184',3104998840,'administrator',0,1674418235.6510,51,'Iq9HPOeWx5SQztyiG3EBmlFw','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('20.14.84.163',336483491,'',0,1674419592.6928,55,'BjqsNh9E4JYOybz1387rAtQX','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674419605.0687,55,'OTHPdm6IFgYGakL4bcuNViRw','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419622.9668,55,'JtfhwqK3DvOmbkGQuP7Uyxln','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419633.9031,55,'O4jagFhGL8kApIfYuxKet6TH','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674419644.6660,55,'OulhbNBc5WP46UeH17IsnrpS','','19|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419644.6837,10,'OulhbNBc5WP46UeH17IsnrpS','','707|0|0|0|sleepingsolutions.co.uk/wp-conetnt/leaf.php',0,707,0),('20.14.84.163',336483491,'',0,1674419668.4948,55,'HjCv7QgTANM5qxbE08Sac3rn','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419688.0197,55,'wDWEvd18ux6cHyGFLh305gzI','','19|0|0|0|sleepingsolutions.co.uk/wp-content/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674419732.1857,55,'yupj0N4bw63qCDmeFSMcXaiR','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674419742.2652,55,'LgIYUuhysw9cxDd7HVoX3pkG','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674419757.3298,55,'FDYWA3tL12qEXuxhCokSg8UV','','19|0|0|0|sleepingsolutions.co.uk/leaf-mailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674419770.0936,55,'QyVzmSO3Aups6hndoHl4GC8Z','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php',0,19,0),('45.32.254.131',757137027,'',0,1674419780.4272,70,'z2bg1MQaEWUdVeKFZ3rJRmxh','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.14.84.163',336483491,'',0,1674419798.6016,55,'niHR4yDPpmWwU9h7AxlN1VFs','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leafmailer.php',0,19,0),('20.14.84.163',336483491,'',0,1674419808.9155,55,'tscFrvCHd14fGhMnkx06DPeO','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419820.2346,55,'9uCS5wlgXVAYpqTy60Fb3UMI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/lf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419827.8744,55,'c3w6SplTaMWvJhtD8KroAbi7','','19|0|0|0|sleepingsolutions.co.uk/.tmb/leaf.php',0,19,0),('20.14.84.163',336483491,'',0,1674419833.4721,55,'XlOI5WRfVA8FqP91cw63Cn7t','','19|0|0|0|sleepingsolutions.co.uk/mailer2.8.php',0,19,0),('20.14.84.163',336483491,'',0,1674419852.2343,55,'T1JDcRY5VFb2yEW4OhSHdU6j','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.14.84.163',336483491,'',0,1674419866.4542,55,'HitVQD5Uw0fFb8hSLdoZvqGP','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.14.84.163',336483491,'',0,1674419876.2835,55,'DzUwt4mVPvQbk2MThLWKJGjS','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.14.84.163',336483491,'',0,1674419900.5941,55,'BqfOyC1pNx6PkWo2R3wJglzb','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.14.84.163',336483491,'',0,1674419913.6656,55,'ezRZ14n3VwWg6JGkCTY5vBSj','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.14.84.163',336483491,'',0,1674419926.7788,55,'dzUYx13bqw2yrtDjmEuk7iaF','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.14.84.163',336483491,'',0,1674419936.8944,55,'6wrCWdQl9iDb3Jz7gUsXGZRO','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.14.84.163',336483491,'',0,1674419957.1009,55,'mH67TU4zglL1FKSNiGeJas8Q','','19|0|0|0|sleepingsolutions.co.uk/28.php',0,19,0),('95.217.179.159',1608102815,'',0,1674419959.2999,70,'bZ1oUJA3qyDfd7XlWBRGeHK5','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('95.217.179.159',1608102815,'',0,1674419961.2932,70,'uDmI6ya4Foq3CtTk7dgpBe9P','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('20.14.84.163',336483491,'',0,1674419984.9804,55,'zVBn8QZH9MxAmpfehC1twRNu','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674419995.3651,55,'JmGNdA7CsfQbM2oxaXwWtZpn','','19|0|0|0|sleepingsolutions.co.uk/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674420009.8942,55,'MYBCj9m4Zyc5Fp1H3dQA6IvR','','19|0|0|0|sleepingsolutions.co.uk/wp-content/owl.php',0,19,0),('20.14.84.163',336483491,'',0,1674420018.1955,55,'VJfyRu93KsBkQN74tdAOSZYD','','19|0|0|0|sleepingsolutions.co.uk/wp-maiiler.php',0,19,0),('20.14.84.163',336483491,'',0,1674420115.7547,55,'UE0Qtwa9Cc5orbRsdkj3yF7v','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('20.14.84.163',336483491,'',0,1674420137.3186,55,'skP6Ba81uo5R9Hgh0LjQxT7M','','19|0|0|0|sleepingsolutions.co.uk/.Wp-maiiler.phP',0,19,0),('20.14.84.163',336483491,'',0,1674420145.6760,55,'w2aZq6bvB3K7Xo9iAgHzp1T5','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('103.127.41.4',1736386820,'',0,1674420179.0279,70,'oSXFhH9El7vbNZfTs2AkJeUQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('125.164.20.80',2107905104,'',0,1674421688.3218,70,'49PCAcodBqh06eStHfIijMVl','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('17.241.227.109',301065069,'',0,1674421925.3005,55,'v1zg0x72kYCJm8AOl9FN5Db6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.79',301065039,'',0,1674421996.5217,55,'TXiI4KJfQ3HyBz0cGbwDhx8Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.218',301026266,'',0,1674422084.3789,55,'CoJpRAhnmX420vcTbrxkOPal','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.60.170.226',3107760866,'',0,1674422473.3617,70,'kZO3aXT9Dr7mIfoFx24WsbYQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('1.15.139.122',17795962,'',0,1674422693.6882,70,'6IEr2p8f3lLhkyX7nw5bJdTz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.203.135.203',348882891,'',0,1674424013.7711,55,'UXZiSI0Y4gt1bBOPsH3ALvoD','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.203.135.203',348882891,'',0,1674424081.9913,55,'TPM4hDfUuRzrK2ybWpEO9SBm','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.203.135.203',348882891,'',0,1674424091.1633,55,'yRMg1efVmB5dLO2CPvGwIZnq','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.203.135.203',348882891,'',0,1674424226.2070,55,'91ykChcUYbf4GP5MKTXQLVEp','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.203.135.203',348882891,'',0,1674424226.4854,55,'MS5HA01tXbI8ar2UjC4fn3yY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.203.135.203',348882891,'',0,1674424226.5444,10,'MS5HA01tXbI8ar2UjC4fn3yY','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('20.203.135.203',348882891,'',0,1674424255.6306,55,'aRzXMNO0A3YLPm8dCv2WrngI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.203.135.203',348882891,'',0,1674424277.8025,55,'KYn7jNIkAXRrgPzebL6FZx95','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.203.135.203',348882891,'',0,1674424278.1434,55,'swGlhg5Byj3aF2UpmE04qYVR','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.203.135.203',348882891,'',0,1674424289.4180,55,'zRCqBtl9xOnESgyLup7MHJfQ','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.203.135.203',348882891,'',0,1674424297.6358,55,'Q9CabrTOgF68msufUHySAMId','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('167.71.229.255',2806507007,'',0,1674424303.7070,70,'IDAXtyExF4HO3ur1szWmRQN7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('148.72.244.186',2487809210,'admin',0,1674424521.9246,51,'veFiqpY8wOcWEZKxnM3XLGdC','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('34.143.149.238',579835374,'',0,1674424573.8121,70,'0MXfAHYSnpmNj5krRG7UcZEz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.203.135.203',348882891,'',0,1674424850.7082,100,'zrqvDHVcPR0Z49yWJYpuUBIS','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.203.135.203',348882891,'',0,1674425511.3702,55,'Jox4fF9Gq8geSpt1rmcwjD0W','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.203.135.203',348882891,'',0,1674425550.9482,55,'zFd9xrwEXYbJnART4iMZDNCf','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('125.164.16.89',2107904089,'',0,1674426280.9256,70,'1ErD6Y7k0uZRQM4s5C2OzdiL','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('69.55.54.119',1161246327,'',0,1674427184.9818,70,'J2p8SYlAsk0htbIDQjBPFEc7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.100',1920436324,'',0,1674427290.7584,55,'KI1QLFk4xHCPVfiXuvEUMrBs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.88.9.137',1297615241,'',0,1674427432.1295,55,'mxnZcOEus47Ywtoj5yKkvMf1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.208.67.32',2999993120,'',0,1674428376.6682,70,'WCgEfm6r2y3iTZ0etaFIcL5R','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.151.117',1920440181,'',0,1674428576.7021,55,'fO6bnSPpyzT0lI3V5124wh9d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.86.100.73',2807456841,'',0,1674428738.8261,70,'ElXp5JjF8gW3neQUH6cAxdqK','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.146.179',1920438963,'',0,1674429379.7149,55,'hTPbYNpGt5QlHOnrcXyzMqkD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.70.63',1123632703,'',0,1674429410.4797,55,'YGbn4OE1lKBoTLSIzRp3UNCm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.190',301065150,'',0,1674429934.2489,55,'r3CGVo6bdilPYFyspEBM9ZtN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.149',1920435349,'',0,1674430172.6062,55,'4DkApIrOUyE7Le2TPxtsRCzm','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('65.109.173.30',1097706782,'',0,1674430454.2538,70,'JB9FUfPIQMShpD28lTjxO4ru','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.173.30',1097706782,'',0,1674430456.5932,70,'4cCwuXaG3bj79evILMnlzJSV','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('17.241.227.103',301065063,'',0,1674430617.2778,55,'EFPGBcWxysjzK5X27w1JLOC3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.243',301026291,'',0,1674431087.9128,55,'IrY3NzOxeuv6sUS1fCQJ890W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.166.149.6',3165033734,'',0,1674431812.9633,70,'Ot1Gy5xfwhTukeXj4lbCD9Ns','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.35',1920434211,'',0,1674432301.9496,55,'zb405C7cgMN1qEBrDpKeOUFT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.160',1920442272,'',0,1674432630.1784,55,'z3nZa5PuWgktNBlC4692D7cX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.253',1920435709,'',0,1674432948.9615,55,'Vrme9n7YypZzkRAoPbNc5MGL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.203',1920439755,'',0,1674433320.5262,55,'3FA5kMCc0ZS7tzqRlQKVNmOB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.121',1920438649,'',0,1674433676.2328,55,'MPej5QnZwGlVSmUIfzHYrupF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.156',1920435868,'',0,1674434293.9700,55,'jdNEqUxcVkvoIu8WDyQpAtBX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.229',1920439269,'',0,1674434611.8108,55,'nzZiJjKtBdPhS7kbCUIqmHpa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.102',1920441446,'',0,1674434941.9011,55,'XKndGhEijgA86WCRU35T7qOx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.11',301062923,'',0,1674435267.6887,55,'Uzy2C3Yuc7qJAMWR9QOodZrv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.69',676177733,'',0,1674435763.9283,55,'yAz63iMvwXFPqSKLmke9xalp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674435770.4683,55,'VcMmBb3iSYHOAK0UugXjatlL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.71',2637637447,'',0,1674435774.4427,55,'SrM8BiTF2o9jQJv6WdcPL4qf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.183',1920439735,'',0,1674436444.3243,55,'k1Vs7053XM64drhlefJGWAwj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.46.82.123',1311658619,'',0,1674436620.9508,70,'n1GmJqv35LA7bkopYzV2Q89H','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.42',1920437546,'',0,1674436831.9184,55,'wP04QJbRrY9hIciyUTL1zeO7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.249',1920440057,'',0,1674437141.2119,55,'x2vwAEXm40KMui8StG5eBDVf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('125.164.18.84',2107904596,'',0,1674437227.1441,70,'S6lCgMUvRrNch4T8teOB7KiZ','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.132.149',1920435349,'',0,1674437468.3464,55,'cUfHLXPaGRO8i67xzkWQCYhN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.195',301063107,'',0,1674437847.4301,55,'Fh1PjUOoQGdrYmHKNwV5DBte','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('175.178.160.253',2947719421,'',0,1674438419.6860,70,'EIRF1vxXjm5TZsUQfCnPK3V2','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.145',301026193,'',0,1674438975.9045,55,'d9C2EbTUI4QhPStmfZw85kO1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.60.170.226',3107760866,'',0,1674439477.8305,70,'0VPuwX5EYSC324DRZF1Wgtja','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.75.221.29',575397149,'',0,1674439868.8260,70,'E8HlqjbDY1UXAFRiV4m9kwex','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.183.107.9',599223049,'',0,1674439887.3100,55,'iK9GlSF0Yf6wxtQa3EJUrB8m','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674439887.7785,55,'TjE361nXRbLtdmlfh0qsH2CA','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674439888.3743,55,'WPFLqhS7O9Ibvi1gVr50Rdpc','','19|0|0|0|sleepingsolutions.co.uk/alfacgiapi/404.php',0,19,0),('35.183.107.9',599223049,'',0,1674439892.4520,55,'qc5OTHwtRfUzJ7pkBDjl2AsK','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/index.php',0,19,0),('35.183.107.9',599223049,'',0,1674439892.8742,55,'dNTeg80shOGuXqE3oZD5cmzl','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,19,0),('35.183.107.9',599223049,'',0,1674439892.9040,10,'dNTeg80shOGuXqE3oZD5cmzl','','707|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/radio.php',0,707,0),('35.183.107.9',599223049,'',0,1674439893.2581,100,'WnFLS1y9ivZOlACpmGT72jMY','','13|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439897.2607,100,'GN5692va8F0yYsLlr4fhDcAZ','','13|0|0|0|sleepingsolutions.co.uk/assets/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439897.6714,100,'4nbkwef5CxoTHsGKuh73zUmd','','13|0|0|0|sleepingsolutions.co.uk/assets/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439898.0544,100,'LGkiEj7548hP320bZd6YavJS','','13|0|0|0|sleepingsolutions.co.uk/assets/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439902.3833,100,'V4OSd9GzxPykUf06raYvCDbK','','13|0|0|0|sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439902.7917,100,'cOuviJjmHLqW6wr5TVF1DtEX','','13|0|0|0|sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439903.3928,100,'Qkn4MSYicJsEzG3uF6emLhwH','','13|0|0|0|sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439909.0378,100,'FGSIU5qzPMbw26vlunaoBDA3','','13|0|0|0|sleepingsolutions.co.uk/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439909.5093,100,'HmyKnqlPos9L4xgJfYN7Mb5a','','13|0|0|0|sleepingsolutions.co.uk/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439909.8995,100,'EjKA875ce3dYmpCiM4SsJTNl','','13|0|0|0|sleepingsolutions.co.uk/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439915.7800,100,'3KbOAtvxTkQYRh8uVDyIJSW7','','13|0|0|0|sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439916.1550,100,'A21qphyWRdtsxvMV3njIewcQ','','13|0|0|0|sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439916.6184,100,'iu6o0ljOydVWrJ4AEZm9BUQF','','13|0|0|0|sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439921.7476,100,'VlsorqIL8tPmc9XpvkZni3be','','13|0|0|0|sleepingsolutions.co.uk/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439922.2429,100,'XKmC4Gk93fOd67RbcNzMuJQW','','13|0|0|0|sleepingsolutions.co.uk/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439922.6437,100,'a2VDlLGEzvHAS8TxoFbUkfId','','13|0|0|0|sleepingsolutions.co.uk/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439927.9583,100,'Nm7nvDIeiXqSx1y4WMdlCsQt','','13|0|0|0|sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439928.3883,100,'qTvLzxX2D9R3OIrhJ0UmuYoA','','13|0|0|0|sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439928.8409,100,'eSNdEbjgvcqzWJ2nYMQu5X8G','','13|0|0|0|sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439933.9441,100,'fmiGZ74MslVdJoUwLKqSR2Xb','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439934.3339,100,'ZmPdWGJh6DkF05xoVuUYTCjw','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439934.7875,100,'HOZK8FyhaTXvuVNodDmLMgjw','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439940.3456,100,'oFI6xO4znD2gldEfHkyhNwmA','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439940.8276,100,'2keCWGolZPdj7UNFEbDcmgH4','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439941.3954,100,'VALRGIt9WdU3Slr4QYkZHvxf','','13|0|0|0|sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439947.2237,100,'20tniEIUdbNVzp8CmyowJ3Lk','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439947.7363,100,'rUbL4SncYDCPfOkpAIM085my','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439948.1818,100,'JeIfMay2cn1jxz9OwGD7LsHu','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439955.0463,100,'BkLe2aUP6Vg8wAd3ncxbfpEI','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439955.5074,100,'u1snN2A7RrX5pbIMBjCHq63m','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439956.2454,100,'ym5vfipPXbU0j8Qg1sqckB2S','','13|0|0|0|sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439961.5459,100,'fTCv9FXUqcmWpert5ADoJ3PG','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439962.0347,100,'Q6eO1kYUApNmwMRzSdjf2Xli','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439962.4576,100,'AMt2EHR8wW1hjn5opsqv9mDu','','13|0|0|0|sleepingsolutions.co.uk/wp-content/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439967.7119,100,'nKMPkmFjuWBlV1HzOI7ve4sL','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439968.1299,100,'7UAtZKok5h0WxHzsXlSMIJ4R','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439968.5613,100,'qUr9mLNGM6d8c12loYZDyw5P','','13|0|0|0|sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439974.9634,100,'0qmBOQIwvz8LdgGSEpAKVW2D','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439975.3594,100,'qTkWYcg07zmrHbs84fJCQvoE','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439975.7907,100,'UtTl6kZreRjxmCPoDIMEVgL9','','13|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php',0,13,0),('157.55.39.200',2637637576,'',0,1674439979.1225,55,'pk5BK62nLaTNfWtFDhuR8ZSd','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('35.183.107.9',599223049,'',0,1674439980.4163,100,'GnCzPFTBekdg7D9ltEZUop1b','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439980.8241,100,'ZvdF9a47xClTB2yVORcXgtLq','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439981.2771,100,'4Aq6iCTGuUSHkLWyDEfpvsow','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439988.3851,100,'aZcJoMAFszfDtBdO8VEqX29U','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439988.8479,100,'FQuceSgNTV8HOJ7RYK3W1mfP','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439989.2970,100,'40lMPKRqvQ2eVA9w6XS8iYkB','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674439995.9547,100,'CoWPfS7Er6GyV2lm50KiXAJM','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674439996.3636,100,'ZfcG31WyISdBU75qm24uKviH','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674439996.8130,100,'aHI8As5NjlqD2FcupQEJmRxX','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440002.6244,100,'9zfcUpSP7WCxi08GswEV5NJH','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440003.0728,100,'Nxbro3Y7wPAOUTisBqj1QD02','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440003.5602,100,'LvT8ohPSCNpmjfEDkH0FW7xy','','13|0|0|0|sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440009.1762,100,'3ozTqisWbSV27P1GER8vhJCr','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440009.5681,100,'h3LOu5lYnI9oGBkCPe6p1TX7','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440010.1591,100,'3j1QCUKWHTtL0RAsVwvBnDyz','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440014.9782,100,'8HP5v6gjN4SamFVLKebBO0uQ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440015.3978,100,'1w3FRlA7c5meVbZILBu9rYH6','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440015.8448,100,'tmPs95qAX46aSyMLGkBIuCQe','','13|0|0|0|sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440027.1327,100,'gXbwO5pUkK79AG2Cjhd8LSDc','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440027.5803,100,'NGK5uJFbk2ElvhpqdxBYL4c7','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440028.0038,100,'Ltz8d7cTb4gN6kmsIK1SYPZ5','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440034.4500,100,'ABVr7LTCthEMYW8gQfHn0UJG','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440035.3053,100,'zNhUwr6tHqSM8sgOeiYj4v3R','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440035.7368,100,'wRpMe9v6JhZqoiGHOBQ4n3Da','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440042.6230,100,'lju31v4Rd9axkLHPUnmEWSrX','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440043.0368,100,'62QnJzLls5HKNkG8Oria4M1Y','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440043.5123,100,'VJXLmu0iHEBvDYKSsM8FdZkN','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440050.4383,100,'RO5CtLoYjank06mIBq7NUEGu','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440050.9129,100,'YXaGeL86nQBwprbRUFNyv1Zc','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440051.8122,100,'E0XS2AI1QqB3NmpxeK8JL9iC','','13|0|0|0|sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440057.9017,100,'abMRFgXvc8Ulw23rGNjAyZi1','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440058.3288,100,'uG80YMcOlibRVrCmky1ZBH9z','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440058.7249,100,'OndIZXmjQM8UuHFq4wGShokl','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440065.1318,100,'RCWh0xweTkbULiFNQPfaHl6V','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440065.5834,100,'WXi2RbPqQhvdxUGeZ9Mkol68','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440065.9873,100,'Ws0HrxvQ1KewyRfbq7d8gCMh','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440071.6048,100,'2dt6p8giTencboQZ0jKIVwqs','','13|0|0|0|sleepingsolutions.co.uk/.well-known/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440071.9906,100,'vnQjgAFiW2VtezDHPkRCIT8d','','13|0|0|0|sleepingsolutions.co.uk/.well-known/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440072.3581,100,'VwEATLb5fKPevacn2pIkUN1C','','13|0|0|0|sleepingsolutions.co.uk/.well-known/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440078.2711,100,'FHY2xlW8QXG3Z6UgTPMLRtdw','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440078.9254,100,'dB9rDvqUjw7mXcGE6HsgONnP','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440079.3382,100,'5eObYzgApyuFjHtG8wakC4MW','','13|0|0|0|sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440083.8875,100,'ajosTlY5SInv68RkDQNdZwVK','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440084.4136,100,'HNhVopFabs9Kvey8gPQ1WdE5','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440084.8139,100,'IZHNCbQo1gDsRcq6u9K7aX50','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440090.6768,100,'nrMtGVKug4EUPlDaHT1cCmA0','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440091.1940,100,'M8ZmGkaHP7yEFR0sgCeTzUbj','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440091.6077,100,'4NMTmqPCrl12bKzZgHaUkfit','','13|0|0|0|sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440098.5361,100,'rqh1gMsCyUtA2zFEDImupbcZ','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440099.0157,100,'YwzH9580qbs2yZnWGAmgt4ci','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440099.4394,100,'7hmw1zURPaiWMLY0y4xdD8HI','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440105.1639,100,'xilcKN2rmpedaZ1zF8wRfCH4','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440105.6227,100,'PkNDUq1GY3OAi5t4ZHMTonyL','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440106.0051,100,'TMZi2ryBzcXFQhnuU3vskIpG','','13|0|0|0|sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440109.9818,100,'8RxTN6lWiw5FA0JeKqz1I3dj','','13|0|0|0|sleepingsolutions.co.uk/.tmb/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440110.3457,100,'AYlpk5JHv3Mb1PrdDnagT0y2','','13|0|0|0|sleepingsolutions.co.uk/.tmb/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440110.7489,100,'zjXqRnL2otNE0hCiKOeAIYB4','','13|0|0|0|sleepingsolutions.co.uk/.tmb/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440114.9027,100,'q3NHGWkdeaYlUTiOLFfDpIcu','','13|0|0|0|sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440115.2917,100,'2QpXMwENmcbRrJCKy0ul9T8z','','13|0|0|0|sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440115.6780,100,'CbFvoieTqVclxr1hnHwgpSGN','','13|0|0|0|sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440119.7847,100,'Qbo6qYaGOKBLCvctVSZukUW1','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440120.1535,100,'APBeTRlj0IhwVxp9zK5ya83u','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440120.5444,100,'Cn3Ul1IHP5gWomkfR2XD0Ytx','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440124.7257,100,'i8P5yGATp2fI0dEFZheXR1xD','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440125.1107,100,'Mmhk3znSLbpKgXdlBN1T2yiV','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440125.5287,100,'hWSnCd2GZc3XNLzlgTkuj5Mt','','13|0|0|0|sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440129.8965,100,'DFmPrAqbaJXgL0Tcs7ok183B','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440130.3196,100,'BeaNd2H9qC3O1R6Xm4lJw0oE','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440130.7070,100,'HIRDi81XMLGhvqa5dy9ZAxYg','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440135.0354,100,'fUHrY6btNZMK9xjRnXGwpAB0','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440135.5103,100,'sj146qe79Kc20pXHWIJazTQd','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440135.8790,100,'GchIVHEKa95ulSstWTine2Df','','13|0|0|0|sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440140.0722,100,'B4ZsSefl9KDoRtAvxUChgiNT','','13|0|0|0|sleepingsolutions.co.uk/images/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440140.4446,100,'C8f1a7FyzUgrKXe6jZbQOi9l','','13|0|0|0|sleepingsolutions.co.uk/images/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440140.9229,100,'fLbVDcA04t8mJwjKNhTe6xdI','','13|0|0|0|sleepingsolutions.co.uk/images/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440145.2328,100,'q9oheG8AFc5aPIYMQzHWdbDi','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440145.5966,100,'edCQwtNnXrvDUxuLHP12SgfG','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440145.9866,100,'qxE7IbOGngzV1JkDMA5Wor93','','13|0|0|0|sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440150.0581,100,'jeOsXPMUKxigcDL4R0ftJpor','','13|0|0|0|sleepingsolutions.co.uk/components/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440150.4761,100,'ReGhUKExqSA7czFZHfdbn23j','','13|0|0|0|sleepingsolutions.co.uk/components/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440150.8320,100,'xYlGWAtkvF62zIQDeMKcpiLO','','13|0|0|0|sleepingsolutions.co.uk/components/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440155.7602,100,'7UWrlgeoVv68ai0CuycDMKkZ','','13|0|0|0|sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440156.1859,100,'o5nvSQhf8UX10DOVtIJERNKj','','13|0|0|0|sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440156.8647,100,'yMcj8V1m4tgdpuH3Jr7REUPh','','13|0|0|0|sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440161.0909,100,'PQKxj7aIiuZqWGXoRfEpV3bm','','13|0|0|0|sleepingsolutions.co.uk/wordpress/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440161.5340,100,'meRWJDvytiZwBaTlVKPMhExz','','13|0|0|0|sleepingsolutions.co.uk/wordpress/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440161.9945,100,'Pg7RMpZXVEmtql21fkizs08D','','13|0|0|0|sleepingsolutions.co.uk/wordpress/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440166.2445,100,'5hfHzWv0q93gkCT4nlGxKa2S','','13|0|0|0|sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440166.6303,100,'9h7UcbD6QI5RBWGpOzgudLC1','','13|0|0|0|sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440167.0654,100,'eG2XJ9ilZ73NLtA5R8adWjyY','','13|0|0|0|sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440171.2865,100,'Mv2fzQ3RGa8XOrtTHhuKBSkI','','13|0|0|0|sleepingsolutions.co.uk/wp/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440171.7571,100,'XN64rx8wSsA2RknZ15yJquDl','','13|0|0|0|sleepingsolutions.co.uk/wp/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440172.1141,100,'vPDrKjn5TbiLdARqEBOJX8ck','','13|0|0|0|sleepingsolutions.co.uk/wp/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440176.6444,100,'NMSV6OZ8fcDHRrqob4Pxsjvu','','13|0|0|0|sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440177.0482,100,'K9k3jsDx0BF1yu52fJQpNYZT','','13|0|0|0|sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440177.4460,100,'nuG2U0pHr4f5yhQVvz9xs1eq','','13|0|0|0|sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440181.9209,100,'5NzcsbRFjW43kdytXrMZKpDL','','13|0|0|0|sleepingsolutions.co.uk/blog/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440182.3296,100,'RoT0CrZm4a5gjlizf3DSGhbY','','13|0|0|0|sleepingsolutions.co.uk/blog/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440182.7342,100,'hmGIFJvxrT9352lZjUfiVebK','','13|0|0|0|sleepingsolutions.co.uk/blog/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440186.9081,100,'Ij1VPTedniJG8gvB0w6DhcrY','','13|0|0|0|sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440187.2807,100,'hHUwTqXYzeZaQGKvF7Ndr0I4','','13|0|0|0|sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440187.6908,100,'ntGwb20AYzCr895Sg4OimvXq','','13|0|0|0|sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440192.2747,100,'lqhgivHtxwaOnYd1AzCeJ0G7','','13|0|0|0|sleepingsolutions.co.uk/new/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440192.6849,100,'Xq0Vc4fCMo6SWJpidul52rgG','','13|0|0|0|sleepingsolutions.co.uk/new/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440193.2084,100,'AealkVf2m6zh9FZ3C5UP4bdw','','13|0|0|0|sleepingsolutions.co.uk/new/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440197.4023,100,'FWq0KS26jXQEx1bcDNTApVz7','','13|0|0|0|sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440197.7779,100,'nNbr2ohBudXDq7zE8UTsQHk3','','13|0|0|0|sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440198.1658,100,'GnsX6NTaHiIwcZS0fePrzE2p','','13|0|0|0|sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440202.4540,100,'OIZNYXaJ9gukvnWi7MD3PtpV','','13|0|0|0|sleepingsolutions.co.uk/old/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440202.8645,100,'DINmOxw0fbZuiQUjVsloYM9J','','13|0|0|0|sleepingsolutions.co.uk/old/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440203.3501,100,'Q9bxmU0KlIjiA2RfhX1yMEZ8','','13|0|0|0|sleepingsolutions.co.uk/old/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440207.7353,100,'4AalmIiwk1fb2RoEWqVZ3GTc','','13|0|0|0|sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440208.1678,100,'oBORFs2SiMP7YLpbrGtWzw30','','13|0|0|0|sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440208.6422,100,'JeP25qRVhuc7wGSYFNyBUd38','','13|0|0|0|sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440217.4250,100,'069XHyd2TngYPjosmEIaMZNC','','13|0|0|0|sleepingsolutions.co.uk/backup/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440218.0131,100,'fGHQDhvdel4Zo6Sbai3xMRLF','','13|0|0|0|sleepingsolutions.co.uk/backup/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440218.5490,100,'wymUed9MNPasbFWz5vlnYOTc','','13|0|0|0|sleepingsolutions.co.uk/backup/alfacgiapi/404.php',0,13,0),('35.183.107.9',599223049,'',0,1674440224.1283,100,'4BhwFsn9xMY8poqryctHQNKW','','13|0|0|0|sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/index.php',0,13,0),('35.183.107.9',599223049,'',0,1674440224.7779,100,'4MA9UF8lZxLfmSjrDikb3nqX','','13|0|0|0|sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php',0,13,0),('35.183.107.9',599223049,'',0,1674440225.1971,100,'pvJQUsKh7GfMcnEjN1OB6IFk','','13|0|0|0|sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/404.php',0,13,0),('66.249.70.37',1123632677,'',0,1674440271.6937,55,'VMa9cTAZBLkegyPWKojvwCDh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.212',1920444116,'',0,1674440337.4226,55,'HY6n7c4APWMpwSsFmvaTu3lf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440602.2060,55,'1gfr64JpAYSeMlV9nZEkxtQO','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440604.6138,55,'Uyj1pY9QVJeL6zRGlquKDI07','','19|0|0|0|sleepingsolutions.co.uk/xxx.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440606.4121,55,'IefUEywDaN19prhKjkHxTMBm','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440608.0256,55,'09Yg1E3CDRkPzsbB2e8OfHuw','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440608.9103,55,'ao1d7LPv8wnKr09t6kqpgciC','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440608.9933,10,'ao1d7LPv8wnKr09t6kqpgciC','','707|0|0|0|sleepingsolutions.co.uk/shell.php',0,707,0),('160.176.20.205',2695894221,'',0,1674440610.2928,55,'LWgSwuDi5J6Cnx4KPeoX82cr','','19|0|0|0|sleepingsolutions.co.uk/alpha.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440611.9618,55,'aClk8Ti7rR4yOqPoGvFe92Sz','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440614.3485,55,'qIoNOCDG8vp9r5yZV3WmiJtg','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440616.3121,55,'z59hjX4sWYBHnS2uAgiDOd8w','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440618.2028,55,'Vy8kMTtcfKA2QvxbuEHZaJeW','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440619.6643,55,'QgkiNvTC3VuPfqrt0bYsJ19R','','19|0|0|0|sleepingsolutions.co.uk/sender.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440620.5776,55,'9FV3BJZluxIHrchoOd1GgCab','','19|0|0|0|sleepingsolutions.co.uk/inbox.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440621.3865,55,'eHk41Rfph2FcE7PAOYBrXi8Q','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440621.7737,55,'vpnr7xUROjuJBQlmXK1VS5W0','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440623.0260,55,'p7POukfSXNGVJwLD2xWy3AdR','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440623.5273,55,'I9XSamiqGkBpjYAJyDu3gvhw','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440624.3053,55,'SvJDZ1fjA8ELqo2kdx6KcQiX','','19|0|0|0|sleepingsolutions.co.uk/test.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440625.2119,55,'8ebkJBAjyMWEKDivn7fF2XPY','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440625.8881,55,'9db62DTxXeuUvOFiwLmShBQn','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440626.3819,55,'UHlYceAFqysJ2f7BrQCLg1jX','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440626.9632,55,'mNrRFGxwSlV4nqUBD8Ifa0eX','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440627.5636,55,'Lr6RqB3zvhbH0jXZ8NGgE5nM','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440628.2015,55,'HwTKG3q9pP1tkrYybBjSVNnW','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440628.8206,55,'wGv6VId0QTc8aFkMOL7liCgr','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440629.5453,55,'on0B5mJZEex1XDcsNIaQyGLr','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440630.5997,55,'4Fi2Z9AeXHsTC8owzS0DKxa7','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440631.7847,55,'o2wLdnGhkE8NDbe9KYORQxsU','','19|0|0|0|sleepingsolutions.co.uk/gaza.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440632.3158,55,'tqVSOjUd9Rop6c4rhsmi1lF0','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440632.9373,55,'hQzCPUy0qfVX9WJNnbOFL7i3','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440633.5789,55,'z6HvN9dAfFJQwPT4jOcUKriG','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440634.5420,55,'gJ9iEGQFwhvHVa6cB08jWbmI','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440635.5465,55,'lfVtPkRidrmjbHE86cGJhK23','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440637.2308,55,'Igx0zRmWuGLBFAs9NZYfTCpo','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440638.5964,55,'0kA4rfvLdMp8GmwZOKTgotQ6','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440639.1928,55,'mf1tIJuX2waOEnPpqHzFN653','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440639.6064,55,'qsCgOtRu4TplZIEVhaA8Grjn','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440639.9465,55,'jXmKYSJqZynW6sHbuila94fx','','19|0|0|0|sleepingsolutions.co.uk/Lux.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440640.5431,55,'49GfI5bQ7TnmsWBY8tgCejOJ','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440641.2714,55,'OUn3jr0eICWywvs9PK8T5JYt','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440642.2588,55,'CN9HdiWMLUt0De3FwrV71pvm','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440642.9826,55,'1UmlvestCYwqjL8TxGh3bK6A','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440643.3507,55,'geEapIPX3s41LVnB8DWSARc6','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440643.9131,55,'Gxi3tgI5Nqy8jMH6reAh9bCF','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440644.3634,55,'NcxZVfLw1O7sQgayKtj80eBH','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440644.9967,55,'3a05LkCGE7tpKl1Moxhj8sBg','','19|0|0|0|sleepingsolutions.co.uk/symlink.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440645.4604,55,'5Q3WCrIuJeYFfdnTiV1jGgHK','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440646.7340,55,'whv8XEzZ0bJ5u39d4jTUsaBW','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440647.3754,55,'crMzpt6DOUBRKivju5bf2F0o','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440648.1086,55,'AT4u81GpJWoEq9063fZRnsNP','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440649.4027,55,'kWZpRNHzta5wAiblCTVLGFrJ','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440650.1701,55,'sBIuziYepvALOrExdqkgN6C8','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440651.0312,55,'bIBJqzNlhk9nH8eOpDXFcCQs','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440651.7960,55,'mR40JUMKfyThGetHcw2s5dBP','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440652.2206,55,'QzoU510OemxV4tXYFWncLdfR','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440652.6128,55,'ZaJtAzrMuHf3B91jq2LcXbVo','','19|0|0|0|sleepingsolutions.co.uk/4.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440653.3999,55,'riMdubN30KRwc467QSoFWZ8B','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440653.8137,55,'G0jkzwKF5YOoeCNS8JXqZtvA','','19|0|0|0|sleepingsolutions.co.uk/6.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440654.9560,55,'t6BcRIvyXaUdQFM0E2z9rTWZ','','19|0|0|0|sleepingsolutions.co.uk/7.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440655.4941,55,'TurcB7DmnCNshkjS5HlGybEM','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440655.9171,55,'5CA7WOKcn2jR3gl0t86YHBQq','','19|0|0|0|sleepingsolutions.co.uk/9.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440656.4314,55,'L0DkRBEPHCZAjzgdGUQfsW8h','','19|0|0|0|sleepingsolutions.co.uk/10.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440656.7943,55,'GEUy1cC6VIZDKnwaQNJx2HWq','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440657.2449,55,'YhcdL0SAtCwHRpeUKEM6Jgy8','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440657.6484,55,'jAveWLnPwIpBiNu0EY2qoxFT','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440658.6692,55,'tKXcn0SGgvWL2pCJDFfR8jbO','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440659.8121,55,'XvABf0ekSbdKHJzWVI9qx2ph','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440660.4634,55,'V4TFO1HRfqSPcB0MvGCoAQhk','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440660.9128,55,'spIoN6LM3w1ixCSHA0yEBPDt','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440661.7036,55,'YrpNb6XBlaPFM1UVedL0Sm4s','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440663.0004,55,'Y3glUrkBIiu4h97ExwzGJ1pD','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440663.3905,55,'9t186VychiNJLPR0gGHjfbzD','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440663.8126,55,'tWCE1M5Lfm7BcOrAGk8g3Tda','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440664.2200,55,'c8rbtQvuK0RlTVUyxmDJBCYP','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440664.9209,55,'hQjrVGLnyUI6120MZ5E4bOgi','','19|0|0|0|sleepingsolutions.co.uk/d.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440666.9350,55,'34RfdlZQoCweGPsKBcFnzAj2','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440668.9293,55,'FB8Pu2n1Jt4wxMQqLHUVeygj','','19|0|0|0|sleepingsolutions.co.uk/g.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440669.7599,55,'ZW3QVkFzgO4ityuodfv18K9l','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440671.7285,55,'9uWjTcgXxHo0dRAza7nE86VQ','','19|0|0|0|sleepingsolutions.co.uk/j.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440673.6147,55,'K3TxM2uhnbVEmdUopw4levFz','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440675.9024,55,'FDKVL8likjWMAn5Jfd3vy1Yq','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440676.6103,55,'InaJgs5yVpfuqDb2mNRAwzjo','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440677.7538,55,'XRup0NoxndDTWG9P4KBH5fVi','','19|0|0|0|sleepingsolutions.co.uk/v.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440679.5017,55,'5CneNF8JzW4x60UwIqSsEToa','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440681.2748,55,'NsgMGIbF4OfRe1iykn9Z0mVJ','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440683.5087,55,'4N08AFjnWKRZYIOBsbSgGE3u','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440684.5076,55,'ziaK5LBm2GD1TREpWt43UCPy','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440685.0730,55,'H8Cjy43BuiwONR0DVhfUEaGd','','19|0|0|0|sleepingsolutions.co.uk/minimo.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440685.6726,55,'skihALnr5RCVUfGXWSpevN60','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440686.3649,55,'YN0WTEZJ8BLgchxDGFdvn9SH','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440686.8454,55,'FJPxR0p7BktdhHIU63OmGu21','','19|0|0|0|sleepingsolutions.co.uk/www.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440687.6502,55,'h47wfsCu5rdXtDFq0JIvZcmP','','19|0|0|0|sleepingsolutions.co.uk/100.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440688.2118,55,'O4ekrXCN3j6uA7mPyTtLfgnW','','19|0|0|0|sleepingsolutions.co.uk/777.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440688.6785,55,'qtTkgjinKAE7CMBFsW9bDSNR','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440689.1846,55,'wVbTiYQHSqpf3D0tPWXaAGv4','','19|0|0|0|sleepingsolutions.co.uk/xox.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440689.6173,55,'CALs2HM3vxzRpwfEFYIPgkeV','','19|0|0|0|sleepingsolutions.co.uk/wi.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440691.2710,55,'EB8eNMD4LPUWtRdoGzhnFuSK','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440692.0308,55,'HfXSt4QyWC0kv2qPRl9s7Zzo','','19|0|0|0|sleepingsolutions.co.uk/root.php',0,19,0),('114.119.148.13',1920439309,'',0,1674440692.0949,55,'d32ykKUrswVDfBjpzEtlhv1C','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440692.7229,55,'lVKtek4v5NprMmfG1XCH0wPO','','19|0|0|0|sleepingsolutions.co.uk/nee.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440693.3593,55,'INwUcuHV0rtvlxe7i3mCFL4K','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440694.3783,55,'6elRwEoczM1OLSUFDtT07BY4','','19|0|0|0|sleepingsolutions.co.uk/lol.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440695.1177,55,'OlV3uHe7PZzg0armib4LspXk','','19|0|0|0|sleepingsolutions.co.uk/87.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440696.0407,55,'uky6z7UxEd9Yrf1XmMR2QcNw','','19|0|0|0|sleepingsolutions.co.uk/7yn.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440696.6272,55,'E8fl2oSb0GRziAahZM57mcPC','','19|0|0|0|sleepingsolutions.co.uk/13.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440697.0428,55,'CIN1bRydcJu35znpUVWSwfP0','','19|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440697.4117,55,'nX3Kadx15oQ6bhMWAvNEOfrl','','19|0|0|0|sleepingsolutions.co.uk/alf.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440697.9762,55,'Yklb73v0Ar8mDFGI1E2cVPwL','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440698.5284,55,'UDiTXraLNHyB60Wv8pxzc7l3','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440699.3117,55,'e60ILEQoFdaGNMgYfJ9sqx2Z','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440699.9191,55,'V03odObsgfQKC5ArkG28Z9Xv','','19|0|0|0|sleepingsolutions.co.uk/kk.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440700.8393,55,'UHhQ5uIi17gaFsAmkKvCqEPS','','19|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440701.4131,55,'yxiSaoVDPJw2m0n6jROhLMks','','19|0|0|0|sleepingsolutions.co.uk/kn.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440701.8634,55,'wiF975Lg2r3PHXAl6ftYusbI','','19|0|0|0|sleepingsolutions.co.uk/3301.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440702.5726,55,'VqczGBy29l31jLdnoKWXpush','','19|0|0|0|sleepingsolutions.co.uk/anone.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440703.2826,55,'J9oafbO8nEiUuYGFKgAdwTLl','','19|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440703.7354,55,'jJNznm2WFeCroXpkhif6lUBa','','19|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440704.2047,55,'8JOnNWCBrLUAPbD3XZv5FYGR','','19|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440704.9614,55,'BO29xXIwfuMivsDJh35oeHNZ','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440705.8513,55,'aEfAU8DkGQ6xzS7ZK4MpR3oX','','19|0|0|0|sleepingsolutions.co.uk/rahma.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440706.2961,55,'KI1gF5JkXCPwLvNs42RuAbiq','','19|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440706.7764,55,'d8JS5WEc6bOAlVNQRsmvPG2f','','19|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440707.3714,55,'8UTCDyphxjMWJBXeRPcAidan','','19|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440707.8223,55,'eu2NfFZAaQiEMtIqd9rG36Vm','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440708.6008,55,'UgKuEfBp8h64y7kVjW1twPdL','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440709.3986,55,'omINWsljDpMx4d9fEGi2wyXP','','19|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440709.8873,55,'jeRHfJULED9xsSqoFymngI8K','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('160.176.20.205',2695894221,'',0,1674440710.3248,55,'S2OCfwY98Xju5pxJcsB0bqHK','','19|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,19,0),('125.164.23.133',2107905925,'',0,1674440806.8981,70,'QGz0ZavsMTc1yHEkrVBNSXFI','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('95.217.179.159',1608102815,'',0,1674440898.4826,70,'dK7gtaVHBUM2fGSjkTFh0Y34','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('95.217.179.159',1608102815,'',0,1674440900.0153,70,'lNcokLI2EbTKA4JVYmvutOFP','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('114.119.156.175',1920441519,'',0,1674441017.2458,55,'RQnyMoHhYTCwqW6Vautpjm1E','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.172',1920442028,'',0,1674441326.3003,55,'u1kn5rdKcmJDeXjLhbUpsg9O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.175',1920440239,'',0,1674441685.8854,55,'zSuQold89Rghr4EWMxtkbU1A','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.128.31.204',2994741196,'',0,1674441944.9847,70,'4abVj7FqecrALUpN6KsS5Did','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('209.188.7.148',3518760852,'',0,1674442726.0609,70,'6SmwaV5sjQ01pk8AnbKiycLN','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.236.1.13',921436429,'',0,1674443858.2312,55,'w6QeYgRqrvp3PUHboSlsTOmE','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('5.102.173.71',90615111,'',0,1674444286.8638,55,'s3rlEmUb2TYjPozuqichegZv','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.157.26',1920441626,'',0,1674444916.8818,55,'eifBH9KgN0dahTE2MrpbFQlP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.106',1920435818,'',0,1674445261.8620,55,'Byd2SxL06NYVqhKmpDWzvXfo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.248.237.69',1123609925,'',0,1674445378.4983,70,'nOs84pTuj9ILreqJHiy1PaCM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.159.92',1920442204,'',0,1674445641.2602,55,'XOAEjBqSsCbLdzymoVK5ruHi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.167.239',1920444399,'',0,1674445980.2926,55,'oCkF2IU0emLWatzyfsQK5Xbd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.210',1920441298,'',0,1674446339.3374,55,'fwEPlzL15OmxWvgHcedCi9VA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.167',1920437159,'',0,1674446661.7105,55,'4GdM2lE8WRPNqJC0mcUYkxVs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.244.36.78',351544398,'',0,1674448416.2576,55,'iY095cSatDWyVdTjGAMnFOkC','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('20.244.36.78',351544398,'',0,1674448417.3190,55,'iMzB2A15voeXLslEc3Sm9rdn','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('20.244.36.78',351544398,'',0,1674448418.2326,55,'upyRHLBCzImViZ47D9df6TXk','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674448419.1444,55,'Mv7przOlk28mdZ4Etg9cPAax','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('20.244.36.78',351544398,'',0,1674448420.0440,55,'kysIHvZjPgUElGRq64JcnSbO','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('20.244.36.78',351544398,'',0,1674448420.1101,10,'kysIHvZjPgUElGRq64JcnSbO','','707|0|0|0|sleepingsolutions.co.uk/sym403.php',0,707,0),('20.244.36.78',351544398,'',0,1674448421.0518,55,'AKOSfktyM3BYGDgLZrvVsij1','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('20.244.36.78',351544398,'',0,1674448421.9890,55,'aWvEAXTBPnfGH8Yy4tg2bclU','','19|0|0|0|sleepingsolutions.co.uk/symlink.php',0,19,0),('20.244.36.78',351544398,'',0,1674448422.9494,55,'sWV2pRUAFgoCNHrn3iOTtvKS','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674448423.9038,55,'sXweQOEVGpq2ZFoM6lfPuiY3','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674448424.8287,55,'z5p9rEudaOishfjQ2F1YJb6o','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('20.244.36.78',351544398,'',0,1674448425.7040,55,'NAVW0RQK3219Gam8YEBU4fzC','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674448426.6341,55,'Bn2J0vurSxUbctLPkgC8w1Gd','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674448427.5230,55,'lEDrsZVdwCjtO0WveGoTPy13','','19|0|0|0|sleepingsolutions.co.uk/xxx.php',0,19,0),('20.244.36.78',351544398,'',0,1674448428.4438,55,'D3F8xSV4YC5RLHUulIKkPOQd','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('20.244.36.78',351544398,'',0,1674448429.3162,55,'436wSerpBQiV8CFEhOZtglNR','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('20.244.36.78',351544398,'',0,1674448430.2777,55,'EXqLZhifwFWQcImKyMbUSaNp','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674448431.2058,55,'B9hTGsLegxUbcvKAZNyMjIt6','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674448432.0692,55,'SKB1YpAETHVyiJkZOWUqxd2F','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.244.36.78',351544398,'',0,1674448432.9606,55,'hzQqIp6xKZSw1uFLErmfAyWb','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.244.36.78',351544398,'',0,1674448433.8977,55,'vOuJWFj6SMk3tUoeG40xhPig','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.244.36.78',351544398,'',0,1674448434.7780,55,'XfhaN9GInP7uE5rpsbUqWdCl','','19|0|0|0|sleepingsolutions.co.uk/4.php',0,19,0),('20.244.36.78',351544398,'',0,1674448436.0483,55,'RkzyS2lJxgUW9dZKpsBom4tn','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('20.244.36.78',351544398,'',0,1674448437.0027,55,'0Bt2mEUoipdr8xuHClqnRWzQ','','19|0|0|0|sleepingsolutions.co.uk/6.php',0,19,0),('20.244.36.78',351544398,'',0,1674448437.9255,55,'mgb2QHXD7185ycW6pOJYACzI','','19|0|0|0|sleepingsolutions.co.uk/7.php',0,19,0),('20.244.36.78',351544398,'',0,1674448438.9017,55,'N6zwXtQgkm3p9CdHveacIOR8','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('20.244.36.78',351544398,'',0,1674448439.8204,55,'UG5xibprYa3tZnA7zVu6vEPM','','19|0|0|0|sleepingsolutions.co.uk/9.php',0,19,0),('20.244.36.78',351544398,'',0,1674448440.7273,55,'cv6mK27qhe10lAOz9XEIQd8Y','','19|0|0|0|sleepingsolutions.co.uk/10.php',0,19,0),('20.244.36.78',351544398,'',0,1674448441.7321,55,'VMphZu08lmU1bYq6gEzKfDR5','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.244.36.78',351544398,'',0,1674448442.6707,55,'UlpTybHktEF54vRcBLMJKagX','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('20.244.36.78',351544398,'',0,1674448443.5629,55,'szl3neQq40jykmwiZOhGU6Lf','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('20.244.36.78',351544398,'',0,1674448444.4711,55,'OdZEaPWbl5734n6gikDGhHpx','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('20.244.36.78',351544398,'',0,1674448445.4002,55,'Se8qxpA4fKVJXYINrHliMU0D','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.244.36.78',351544398,'',0,1674448446.3375,55,'Jt6UWFcAkzrfSRinwT3eClZH','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('20.244.36.78',351544398,'',0,1674448447.2399,55,'u689FPNofidL15GBUmzenvDt','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('20.244.36.78',351544398,'',0,1674448448.1325,55,'Iv5jai8ZukUNP7zODcmdQe6T','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('20.244.36.78',351544398,'',0,1674448449.0516,55,'jAhbTJSZudm0DtWI89nNUiLy','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('20.244.36.78',351544398,'',0,1674448449.9675,55,'cDgM32i9exphSvPB1wZuodNl','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('20.244.36.78',351544398,'',0,1674448450.9921,55,'EXyz5iKf2310FsYMPQDhpd6j','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('20.244.36.78',351544398,'',0,1674448451.9050,55,'o9WrVqfJE68dzwB0bxuYgFtU','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('20.244.36.78',351544398,'',0,1674448452.8204,55,'SLOoda9QAfJDr7cNExzun4lG','','19|0|0|0|sleepingsolutions.co.uk/d.php',0,19,0),('20.244.36.78',351544398,'',0,1674448453.7890,55,'ZXcFou7ELWxU51I9PmbKCBls','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('20.244.36.78',351544398,'',0,1674448454.6934,55,'c1FDVd8eg9ElNPkyGBHOUrLs','','19|0|0|0|sleepingsolutions.co.uk/g.php',0,19,0),('20.244.36.78',351544398,'',0,1674448455.5984,55,'Ln5Eq9IKH8pO0u2QW7jbSTdi','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('20.244.36.78',351544398,'',0,1674448456.5255,55,'gXZPe94YQyGmAJIc0l532LwT','','19|0|0|0|sleepingsolutions.co.uk/j.php',0,19,0),('20.244.36.78',351544398,'',0,1674448457.5121,55,'3CxopA9U4qbKeWIfmZLRukJN','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.244.36.78',351544398,'',0,1674448458.4393,55,'KoIj5LSQ1H6Jh2NRA4FsZ7Pr','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('20.244.36.78',351544398,'',0,1674448459.3312,55,'2NDP0jE3sV8iwu5SyGbgCvcn','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674448460.2145,55,'4bG31lcBI2iLWmTVOn7jXvZC','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('20.244.36.78',351544398,'',0,1674448461.1232,55,'3Ol1t5onxGjkqyCVcSB7drgF','','19|0|0|0|sleepingsolutions.co.uk/v.php',0,19,0),('20.244.36.78',351544398,'',0,1674448462.0053,55,'r39lnYZF6JdgjO7XciI0NpHL','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('20.244.36.78',351544398,'',0,1674448462.8999,55,'1aiBG684ZTncsE9JjbpMm0yW','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('20.244.36.78',351544398,'',0,1674448463.7960,55,'r7904yHbDJARFvOcoV51YsZu','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.244.36.78',351544398,'',0,1674448464.7150,55,'MSYop7xf2DRTXB1yV6nhl3qv','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674448465.6334,55,'zqw7nAC9U4QPFb6oKs3JXmyW','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674448466.7165,55,'QhU43luKqM1SvbT9Jdjf8aB7','','19|0|0|0|sleepingsolutions.co.uk/minimo.php',0,19,0),('20.244.36.78',351544398,'',0,1674448467.7314,55,'jK5O2zV0s1bPJNAvS6mn8cHC','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('20.244.36.78',351544398,'',0,1674448468.6641,55,'1YhHDFX3olEtCaQAGMKTZn8R','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('20.244.36.78',351544398,'',0,1674448469.6634,55,'IDNhe4BJZRdPtEY7ry9VsolG','','19|0|0|0|sleepingsolutions.co.uk/www.php',0,19,0),('20.244.36.78',351544398,'',0,1674448470.5961,55,'S0IYdEWg9ybwqCK82sRTcok7','','19|0|0|0|sleepingsolutions.co.uk/100.php',0,19,0),('20.244.36.78',351544398,'',0,1674448471.5447,55,'zFyKsoc5vetjJ4hZG82b0faS','','19|0|0|0|sleepingsolutions.co.uk/777.php',0,19,0),('20.244.36.78',351544398,'',0,1674448472.5695,55,'OSDF1NGmZvowHWU2AznkdaIi','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674448473.5373,55,'mxtE3RKU6N0aDJHVASLi1GMP','','19|0|0|0|sleepingsolutions.co.uk/xox.php',0,19,0),('20.244.36.78',351544398,'',0,1674448474.5133,55,'PHzIZonjUqK4bcNugmAdTsCw','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674448475.4523,55,'NoYWyPpq1z5O2MlCKr74gD6B','','19|0|0|0|sleepingsolutions.co.uk/wi.php',0,19,0),('20.244.36.78',351544398,'',0,1674448476.5318,55,'oyGzmUp4ZWSTf85rDlecnOQ6','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('20.244.36.78',351544398,'',0,1674448477.4369,55,'VCxYSebAypGq7nNXE9OmBwr6','','19|0|0|0|sleepingsolutions.co.uk/root.php',0,19,0),('20.244.36.78',351544398,'',0,1674448478.3364,55,'eIPnC5gdaoGtKTyj14lwpqU7','','19|0|0|0|sleepingsolutions.co.uk/nee.php',0,19,0),('20.244.36.78',351544398,'',0,1674448479.2382,55,'kXK1L3OA2oYbQWsmGrxDJed5','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674448480.1432,55,'V1vKJx8YfbOtHnsAiowcTXWa','','19|0|0|0|sleepingsolutions.co.uk/lol.php',0,19,0),('20.244.36.78',351544398,'',0,1674448481.0652,55,'F3IDP5MW4waiTOVyCm6lbRSk','','19|0|0|0|sleepingsolutions.co.uk/87.php',0,19,0),('20.244.36.78',351544398,'',0,1674448481.9520,55,'MCrJ8VmLjuNP1ZFUSRn5sG4h','','19|0|0|0|sleepingsolutions.co.uk/7yn.php',0,19,0),('20.244.36.78',351544398,'',0,1674448482.8668,55,'b3mIx68zkhLHGS4M50OyWvqa','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('20.244.36.78',351544398,'',0,1674448483.7890,55,'vrWRPxUMh6mO9Tn2ZGJbysfK','','19|0|0|0|sleepingsolutions.co.uk/13.php',0,19,0),('20.244.36.78',351544398,'',0,1674448484.7270,55,'cyesjAW8F92kIdiV3RJPD6MH','','19|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,19,0),('20.244.36.78',351544398,'',0,1674448485.6381,55,'zeavEJCS17ijZndT4rKUXByO','','19|0|0|0|sleepingsolutions.co.uk/alf.php',0,19,0),('20.244.36.78',351544398,'',0,1674448486.5591,55,'G6swWzpBqh42CyulR9Im53vf','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674448487.4843,55,'9xMYFcrSUdsAiDvyBbTNoh87','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674448488.3895,55,'nT8vAIyuJR59Qdt3kD7GEfiC','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('20.244.36.78',351544398,'',0,1674448489.3033,55,'bRIBpYU19XAhmdQwzqKo5T7r','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('20.244.36.78',351544398,'',0,1674448490.1939,55,'HK73EkupxZ69rwtgLvMqGYPX','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674448491.1080,55,'94Nad1uLi8mGEhA7K6tgqM03','','19|0|0|0|sleepingsolutions.co.uk/kk.php',0,19,0),('20.244.36.78',351544398,'',0,1674448492.0494,55,'U1r0HfNxRdMiVkwbeLa2pByP','','19|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,19,0),('20.244.36.78',351544398,'',0,1674448492.9341,55,'TtF2SM78bv6LEi3zuDCdmkJN','','19|0|0|0|sleepingsolutions.co.uk/kn.php',0,19,0),('20.244.36.78',351544398,'',0,1674448493.8413,55,'naDNRZ2T9KLgElGP8iz14pQb','','19|0|0|0|sleepingsolutions.co.uk/3301.php',0,19,0),('20.244.36.78',351544398,'',0,1674448494.8616,55,'Zf6PEwI58SO1dxNlM2qczsYL','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674448495.8756,55,'zApqlmjEWsoKIt7Sc6v3R5DY','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674448496.8077,55,'Mapox1Ct5DscB42eV9w8SLKF','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674448497.7044,55,'dwuaEFIPY1zJWhkqtHnG4SB0','','19|0|0|0|sleepingsolutions.co.uk/anone.php',0,19,0),('20.244.36.78',351544398,'',0,1674448498.6042,55,'VrngPhJZASoQuYTOmq57iay6','','19|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,19,0),('20.244.36.78',351544398,'',0,1674448499.5071,55,'9KbdXYegJoOscz0FSLBU8vpH','','19|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,19,0),('20.244.36.78',351544398,'',0,1674448500.4110,55,'SZPe9vcqwdC014aoTQRKXYnF','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('20.244.36.78',351544398,'',0,1674448501.3029,55,'EuQjytMbHr543qSosKLChVJB','','19|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1674448502.2505,55,'nEaOgLvJsNwjSc1qMFfD3U86','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1674448503.1335,55,'rvFYo69DzN4d8M1mcW7XhGTU','','19|0|0|0|sleepingsolutions.co.uk/rahma.php',0,19,0),('20.244.36.78',351544398,'',0,1674448504.0159,55,'M7iz5gPuYDUpnArHXcKjZewG','','19|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,19,0),('20.244.36.78',351544398,'',0,1674448504.9530,55,'3AaBk67GIP1HT0pemS5ZFhcQ','','19|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,19,0),('43.206.242.93',734982749,'',0,1674448505.3977,55,'jpwTOdXHkDKZyPCWuBJe0Yrq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('20.244.36.78',351544398,'',0,1674448505.8453,55,'FdILQyXAsSP3CDBgJxvlKwO2','','19|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,19,0),('20.244.36.78',351544398,'',0,1674448506.7760,55,'4yvrDcdkXZfYLh3UqN61bOCo','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('43.206.242.93',734982749,'',0,1674448507.0129,55,'GCEqvfR7iBnzF30sZuMg5tOS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php',0,19,0),('20.244.36.78',351544398,'',0,1674448507.6837,55,'kgVMzDxTyiWBIL9ewGs6AcoC','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('20.244.36.78',351544398,'',0,1674448508.5911,55,'JVbQYjzky7MGDhBs2tc89RAN','','19|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,19,0),('20.244.36.78',351544398,'',0,1674448509.4616,55,'CLvf2ikedRlIJpQgc7At8YDK','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('20.244.36.78',351544398,'',0,1674448510.4011,55,'Ti8PJwaeSNC3U0cGhtYHBLqI','','19|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,19,0),('43.206.242.93',734982749,'',0,1674448514.8723,55,'KJgVTinj42kvc67IrSBlpRth','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('125.164.21.125',2107905405,'',0,1674448519.1748,70,'M3I0s8SypeUAbmkQivHYtZwn','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('43.206.242.93',734982749,'',0,1674448520.1849,55,'dVQTrcb1uz4gJBR0S6iYn8oP','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('43.206.242.93',734982749,'',0,1674450030.3309,70,'dX3oWI7tgyhQKYcAEf2kFqMp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('43.206.242.93',734982749,'',0,1674450310.9088,55,'qM8v4DGtun7LBicpSbV193h2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php',0,19,0),('43.206.242.93',734982749,'',0,1674450312.8280,55,'DS9bdnvJAc8rEOFwUHWjYXNZ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php',0,19,0),('43.206.242.93',734982749,'',0,1674450317.0677,55,'x8yuqoidwLaGB6ZpAtS2hsWD','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/ID3/content.php',0,19,0),('43.206.242.93',734982749,'',0,1674450323.4884,55,'kMAbK8QSxLBlEf4mcgv2qCRG','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fonts/css.php',0,19,0),('52.58.176.105',876261481,'',0,1674450365.6110,70,'kNMnJ6xEF1ldo7qzB3rHtZ2X','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.205.28',1097714972,'',0,1674451815.8264,70,'3c9xM45hRPbosDgWqjFGY1HZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.205.28',1097714972,'',0,1674451816.3157,70,'MpLGtO6lYDiWJzIHmnsE7kdP','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('66.249.70.37',1123632677,'',0,1674451974.9963,55,'FYCOzy9lW4j8AZaNVnfxP31L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.84',1920437588,'',0,1674453311.5028,55,'BLy8HPvSzneJN95lRfGkdZM1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.39.49.42',908538154,'',0,1674453380.1257,70,'q7KCZ9zf6vSEWJIHmVjb3FMO','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.139.212',1920437204,'',0,1674453589.1946,55,'zQLmWvSlKMDkTNE1pjVOUnX2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('137.116.141.77',2306116941,'',0,1674453842.5282,70,'Psoh2OC6FepiXR7raQc34W1J','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('94.250.250.48',1593506352,'',0,1674454620.4856,70,'eI2CzOLXRjcg5F0yNfx3mZhM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('125.164.21.125',2107905405,'',0,1674454829.7087,70,'Hjzma4iBtN6T5xpbV9Mn31e2','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.143.123',1920438139,'',0,1674454961.8516,55,'63atuDUYFBxqO5XrhELlcJN0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.15',1920439055,'',0,1674455606.1134,55,'7iQmLWe8FuXfBarH3M5DRGS2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.252.248.7',771553287,'',0,1674455756.4184,70,'PB9w3blWO1z64ZXVneH0fJkg','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.230.178.254',2649142014,'',0,1674457287.9860,70,'f6KHTqGDQa3RpO12eiIJgBPN','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.2',1920437506,'',0,1674460503.8210,55,'3mXkw2Gv5uQ6y8ECcxpaWhsT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.19.74.218',856902362,'',0,1674461480.3154,55,'UpNId1GliSqt4CBmgQu0KO2E','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('125.164.22.210',2107905746,'',0,1674461562.6441,70,'gZUhj28dr9lzM5fpY0OQaBRy','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('66.249.70.63',1123632703,'',0,1674461875.3699,55,'OQbdcJ5yjosR8knlMr3x0T7G','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.109.168.130',1097705602,'',0,1674461914.8797,70,'FSx5rtdfveUY9W3Zq2KJGmhy','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.168.130',1097705602,'',0,1674461916.8750,70,'nG9Z7dkmuVjAJhUcRwBsPSv0','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('172.106.0.111',2892628079,'',0,1674463802.0836,70,'w2NYRvUB7168opEQxDmZlKay','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('112.18.252.222',1880292574,'',0,1674463918.8685,70,'0rFoswQDyWBNa3pU1CYIS4e7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('88.99.119.166',1482913702,'',0,1674464342.0915,70,'0nOTI8yV6X2W5tYvJwp7EPzC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.150.210',1920440018,'',0,1674465584.5545,55,'z9RHdZO2ilrKDN0w3gmuSoWA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.124',1920441468,'',0,1674465860.7354,55,'edp5FDcJuVj204ivaS7s9ICq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.130',1920438146,'',0,1674466117.2425,55,'hliR7Y1Fxa6sKBQCD0TptmeA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.38',1920436518,'',0,1674466392.4690,55,'POME7uRvsNo2AXdJVnwtmp1K','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.201',1920438729,'',0,1674466703.0282,55,'PiHMDCgTXtUwx1nYJFp7RASj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.210.150.127',869439103,'',0,1674466820.0838,70,'RJxa489qdkn3t5s6cZzwOShM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.37',1920434213,'',0,1674466996.7709,55,'8VH1oRabK3xACr625TFgO47t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.2',1920434946,'',0,1674467445.5766,55,'oq21chtXxfS6uPD4zgYsBrL3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674467854.1855,55,'unRN9ibCpaTGYBjM3zEd4V02','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.155.236',1920441324,'',0,1674468010.6152,55,'EnFQOLgqar0ucPxjzob2974Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.78',1920441166,'',0,1674468388.8194,55,'g5osL4le07E2QTkYOdWGUt6j','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.92.235.55',1734142775,'',0,1674468766.4565,70,'bkm1fVogd0BvwHCOtzlTLJ4F','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.205.28',1097714972,'',0,1674472491.1198,70,'SdQZ3FPYXq26VgyAr50UEaOT','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.205.28',1097714972,'',0,1674472493.0639,70,'JjiGNoxLO4ZEY3IbrPkWvhwH','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('34.75.221.29',575397149,'',0,1674473998.5802,70,'4MG1zDO3fXKBWRSg7HwaZcUp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('174.138.177.173',2928325037,'',0,1674474043.4218,70,'13KYDy2eHxV94ltjGBWFUgkv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('86.156.103.87',1453090647,'',0,1674475900.8504,55,'GAVkNBmrKP1vHoweDOfpbUyi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.156.103.87',1453090647,'',0,1674475900.8602,55,'fUoZ4Ss3EWvtGTCc2B9bIFxm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('206.84.102.6',3461637638,'',0,1674478056.6653,70,'nZ17MyPsIFiR3gGuoA8NV45W','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('90.196.175.218',1522839514,'',0,1674478100.0915,55,'XUPB1Rg8h0EyMvr5sNe2GmOH','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('20.244.36.78',351544398,'',0,1674480173.3690,55,'l62hNXFaMxKwd90WzBtZj4bI','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('20.244.36.78',351544398,'',0,1674480175.1141,55,'YcO9FgroxDsnVkXN5aMuPZLe','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('20.244.36.78',351544398,'',0,1674480176.5066,55,'e3MbKxzCPjv9FL1QEOgdAkhS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('20.244.36.78',351544398,'',0,1674480178.3894,55,'DLdeMZvCIROiHtWjJ1Gy0sqo','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('20.244.36.78',351544398,'',0,1674480180.4728,55,'SEOx4yJMzbt8fGAjBrHLV3Zi','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('20.244.36.78',351544398,'',0,1674480180.4955,10,'SEOx4yJMzbt8fGAjBrHLV3Zi','','707|0|0|0|sleepingsolutions.co.uk/sym403.php',0,707,0),('20.244.36.78',351544398,'',0,1674480182.0756,55,'DspyKSiUE3tm8Fw1r0IqCaJj','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('20.244.36.78',351544398,'',0,1674480183.8038,55,'y4xIEdAjut6BnOQ8DwHLPVez','','19|0|0|0|sleepingsolutions.co.uk/symlink.php',0,19,0),('20.244.36.78',351544398,'',0,1674480185.5892,55,'tlBUXVJvgkrIYqahKNeQFW8T','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.244.36.78',351544398,'',0,1674480186.7419,55,'PBmgILJdk31z2t5bpuAGS94l','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('20.244.36.78',351544398,'',0,1674480188.4697,55,'3nCodujtsXKI2ZhQOPvrB97w','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('20.244.36.78',351544398,'',0,1674480190.3252,55,'RwfyS0PiJAh3KNaz7FsH2Ycd','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('20.244.36.78',351544398,'',0,1674480191.6965,55,'Bp95xRQmdol3VEGPknK0aCTi','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('20.244.36.78',351544398,'',0,1674480193.1219,55,'xJQM0jyHmD1SOvPNzb7Yt2Zp','','19|0|0|0|sleepingsolutions.co.uk/xxx.php',0,19,0),('20.244.36.78',351544398,'',0,1674480195.0572,55,'rWSm7N1PBjA6ocEg3pkKbTGD','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('20.244.36.78',351544398,'',0,1674480196.6190,55,'waj32FBTzHmQA9LhpcS8kfgn','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('20.244.36.78',351544398,'',0,1674480197.9834,55,'NxuShVflLmdQ6cHFMvwUKnW7','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.244.36.78',351544398,'',0,1674480199.7331,55,'OzGm01CW8IgyFUaeSBwqdJVM','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('20.244.36.78',351544398,'',0,1674480201.6886,55,'ovDeVPxdrcWSsmZwnt5JGu2T','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.244.36.78',351544398,'',0,1674480203.4020,55,'AcQYICVyTMgj4eiJL8uXvrnB','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.244.36.78',351544398,'',0,1674480204.9435,55,'Xt2k4hRZYb71Eip6yAaDLrqU','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('20.244.36.78',351544398,'',0,1674480206.7409,55,'H6WjuQcadzftYLxKCNsiEyOM','','19|0|0|0|sleepingsolutions.co.uk/4.php',0,19,0),('20.244.36.78',351544398,'',0,1674480208.4215,55,'iPLyTRVuYz1nH2WOm5MKaCZD','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('20.244.36.78',351544398,'',0,1674480209.9486,55,'B1PKhHl76qCorJxiaR9wMsjd','','19|0|0|0|sleepingsolutions.co.uk/6.php',0,19,0),('20.244.36.78',351544398,'',0,1674480211.8044,55,'DGWzCkxeaPLiqJKFI6AEZ9lp','','19|0|0|0|sleepingsolutions.co.uk/7.php',0,19,0),('20.244.36.78',351544398,'',0,1674480213.1527,55,'8iqg6PA1bDO37MICuW4LRYt9','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('20.244.36.78',351544398,'',0,1674480215.1674,55,'posLwnmN2XiRUjbkAKMQVuSl','','19|0|0|0|sleepingsolutions.co.uk/9.php',0,19,0),('20.244.36.78',351544398,'',0,1674480216.3637,55,'XaLM5RgH8UbVTGuqod6AiY73','','19|0|0|0|sleepingsolutions.co.uk/10.php',0,19,0),('20.244.36.78',351544398,'',0,1674480218.0926,55,'iITUh6YJmK8wyeZ5jEM4ldRW','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.244.36.78',351544398,'',0,1674480219.4876,55,'d7ZOEX4JFpcLwt3lmv5CGx8s','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('20.244.36.78',351544398,'',0,1674480220.9911,55,'fxjUesWwN7PyDTZKYa6Ev9O8','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('20.244.36.78',351544398,'',0,1674480222.5663,55,'rD4gAURsqyk0TKQ6flcdwGZb','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('20.244.36.78',351544398,'',0,1674480224.3697,55,'1eNmDrSkQEytCq39Pb2LiZsM','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('20.244.36.78',351544398,'',0,1674480225.6396,55,'BhC3wjzU06vmnZi58Y4KrDyF','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('20.244.36.78',351544398,'',0,1674480226.8713,55,'NOkoY0Z6Rvhe9MAICyTqd87U','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('20.244.36.78',351544398,'',0,1674480228.6871,55,'BNSMlfDJvV3wW8ctHsRZ1iAj','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('20.244.36.78',351544398,'',0,1674480229.9361,55,'LNhZ3RUCs4OzI1XjA9Mbfpvq','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('20.244.36.78',351544398,'',0,1674480231.8302,55,'RVGOM3aBN7K4TWiAbvCUdSQP','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('20.244.36.78',351544398,'',0,1674480233.3341,55,'wkROlvC5Jfs0IHL1SV8rMxna','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('20.244.36.78',351544398,'',0,1674480234.7916,55,'1nUuCqLANSrzMj5ERl8HZvB7','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('20.244.36.78',351544398,'',0,1674480236.8598,55,'EYlqMu24kdf0gZG8T7Oc36rp','','19|0|0|0|sleepingsolutions.co.uk/d.php',0,19,0),('20.244.36.78',351544398,'',0,1674480238.2412,55,'3XWU42I1oJHwqD8YiTRlrNd6','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('20.244.36.78',351544398,'',0,1674480239.4387,55,'V3Y9XqzSZO4rB07bkJ5Q8MnK','','19|0|0|0|sleepingsolutions.co.uk/g.php',0,19,0),('20.244.36.78',351544398,'',0,1674480241.2966,55,'cEZo1CBjYKqSRfNuXlAdUmhr','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('20.244.36.78',351544398,'',0,1674480242.9012,55,'ZXJn0uVz5OQ3E9HxRMT1mkcp','','19|0|0|0|sleepingsolutions.co.uk/j.php',0,19,0),('20.244.36.78',351544398,'',0,1674480244.5026,55,'UfchQpkBaCvMu9FoWgSPVOrR','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('20.244.36.78',351544398,'',0,1674480246.4155,55,'urhUv86QaDRySZlX0eHB2VWO','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('20.244.36.78',351544398,'',0,1674480247.7754,55,'AW6GC7YTxgoLRaVQBfXM1lHi','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('20.244.36.78',351544398,'',0,1674480249.4785,55,'zhKjlVmTvGRHBQyNS8rZpYU9','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('20.244.36.78',351544398,'',0,1674480251.1956,55,'749ZwiYdqPIboCcEeB3U5vFJ','','19|0|0|0|sleepingsolutions.co.uk/v.php',0,19,0),('20.244.36.78',351544398,'',0,1674480253.3122,55,'F3QovupnYwLrWUPaHI75iEG6','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('20.244.36.78',351544398,'',0,1674480255.1795,55,'FMOYtvNW47r3kVHeiXSl2196','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('20.244.36.78',351544398,'',0,1674480256.6287,55,'zw1KOWsbFfR4ar5xgVt3iL9p','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('20.244.36.78',351544398,'',0,1674480258.1839,55,'RlvY8OiWUGupmxCFQwMZqgcE','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('20.244.36.78',351544398,'',0,1674480260.1369,55,'woE3ljcxY2z59HiBhX8mnWsv','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('20.244.36.78',351544398,'',0,1674480261.7211,55,'QqatdAj9Pf5ZVi4vlUTyMIFp','','19|0|0|0|sleepingsolutions.co.uk/minimo.php',0,19,0),('20.244.36.78',351544398,'',0,1674480263.2608,55,'TFenbOsjZoMhXH7u9lpKB58S','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('20.244.36.78',351544398,'',0,1674480265.0750,55,'Mejwm4r93lBLiEhYTCdOoZSF','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('20.244.36.78',351544398,'',0,1674480266.1570,55,'Zs1AN6zhrpBP9oyMcETw0xkK','','19|0|0|0|sleepingsolutions.co.uk/www.php',0,19,0),('20.244.36.78',351544398,'',0,1674480267.9363,55,'uq5LRvaJWkTCV40KsbMZ3jlf','','19|0|0|0|sleepingsolutions.co.uk/100.php',0,19,0),('20.244.36.78',351544398,'',0,1674480269.8689,55,'t4vN7swHPUK5GLDBXflxdVJ3','','19|0|0|0|sleepingsolutions.co.uk/777.php',0,19,0),('20.244.36.78',351544398,'',0,1674480271.6568,55,'QN0BcPvhEw8gxOCV34mt7AyY','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.244.36.78',351544398,'',0,1674480273.2222,55,'BNyTxsuObXenPwzG9cKgr120','','19|0|0|0|sleepingsolutions.co.uk/xox.php',0,19,0),('20.244.36.78',351544398,'',0,1674480274.8318,55,'WOowrJBibfcR8VXU6ESTYuzp','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('20.244.36.78',351544398,'',0,1674480276.2003,55,'XmjZNqcGRVi1BO2ET4IvgJbS','','19|0|0|0|sleepingsolutions.co.uk/wi.php',0,19,0),('20.244.36.78',351544398,'',0,1674480278.0545,55,'YzjI8CmpiZKsxatOGhlF4cdX','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('20.244.36.78',351544398,'',0,1674480279.7577,55,'pPvogax5fmdLI0FQUsiODA4l','','19|0|0|0|sleepingsolutions.co.uk/root.php',0,19,0),('20.244.36.78',351544398,'',0,1674480281.7173,55,'zh35U2MgLf6OeouAaRP807Vk','','19|0|0|0|sleepingsolutions.co.uk/nee.php',0,19,0),('20.244.36.78',351544398,'',0,1674480284.3009,55,'GJwOI8g3FURqWt1cDjsbAr9p','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('20.244.36.78',351544398,'',0,1674480286.0529,55,'iwIlBDKmoVYxqU0HNdcy4bWs','','19|0|0|0|sleepingsolutions.co.uk/lol.php',0,19,0),('20.244.36.78',351544398,'',0,1674480288.1266,55,'cMJ7nqgrPedjYvNUyWxh06BS','','19|0|0|0|sleepingsolutions.co.uk/87.php',0,19,0),('20.244.36.78',351544398,'',0,1674480289.9648,55,'Uz4iqK8TtQ16uFAP9570mnOY','','19|0|0|0|sleepingsolutions.co.uk/7yn.php',0,19,0),('20.244.36.78',351544398,'',0,1674480292.5048,55,'rPBR5DdLXIn7KUJZ4pMm0SGN','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('20.244.36.78',351544398,'',0,1674480295.1622,55,'YEgU0JdnRDwtWFoh4r7sMVbO','','19|0|0|0|sleepingsolutions.co.uk/13.php',0,19,0),('20.244.36.78',351544398,'',0,1674480296.7155,55,'cSv09QXzR5FhyJOjstMIVYZm','','19|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,19,0),('20.244.36.78',351544398,'',0,1674480298.6684,55,'0BKZRgDovyq1P4MOi98m632S','','19|0|0|0|sleepingsolutions.co.uk/alf.php',0,19,0),('20.244.36.78',351544398,'',0,1674480300.4156,55,'dEvga6zAGQX3CmUxrY4nws8i','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('20.244.36.78',351544398,'',0,1674480302.4065,55,'tV7U8E1X3hfQye5bvmOcB4LT','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('20.244.36.78',351544398,'',0,1674480303.7268,55,'AVWKro1UskMJuIiDhvZfn4CH','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('20.244.36.78',351544398,'',0,1674480305.6246,55,'zRP6pYvlAXsxUTWGugVB79b5','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('20.244.36.78',351544398,'',0,1674480307.3192,55,'j7GqN86u1hKxbOdZ3DUT5yMa','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('20.244.36.78',351544398,'',0,1674480309.0817,55,'b8Jcdat3zfnMsymvS1UxVWjN','','19|0|0|0|sleepingsolutions.co.uk/kk.php',0,19,0),('20.244.36.78',351544398,'',0,1674480310.9137,55,'jsbzVMCmQwDqSZLJUP03Yv7f','','19|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,19,0),('20.244.36.78',351544398,'',0,1674480312.7478,55,'7FXlD60TdhQeBJcwsikL9baj','','19|0|0|0|sleepingsolutions.co.uk/kn.php',0,19,0),('20.244.36.78',351544398,'',0,1674480314.7274,55,'sD3t8WIwukv2cXCMRNj1gTJq','','19|0|0|0|sleepingsolutions.co.uk/3301.php',0,19,0),('20.244.36.78',351544398,'',0,1674480316.4782,55,'nP7rh13pIcXNsBFv5SHKDoO0','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('20.244.36.78',351544398,'',0,1674480318.3032,55,'l3GsIDEmaMTuzpNSWeqJZQRY','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('20.244.36.78',351544398,'',0,1674480320.1963,55,'2bdZf6HMjOzcBxn5sWl0VPpi','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('20.244.36.78',351544398,'',0,1674480322.2995,55,'ZiDsAEL4Ntdlv1pbqywum3zY','','19|0|0|0|sleepingsolutions.co.uk/anone.php',0,19,0),('20.244.36.78',351544398,'',0,1674480324.0609,55,'hyNOXzEkr3LUtiJSalf8sMFe','','19|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,19,0),('20.244.36.78',351544398,'',0,1674480325.5835,55,'eFYQSsi2Dfy5PlbhC8JB9Rmo','','19|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,19,0),('20.244.36.78',351544398,'',0,1674480327.0013,55,'LHh89vukieKj6DaFo4NInWUC','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('20.244.36.78',351544398,'',0,1674480328.6380,55,'q7NWDUoHrpbGxTOLQdyXz05A','','19|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,19,0),('20.244.36.78',351544398,'',0,1674480330.8256,55,'SH5YK1ZApQruhdNzMkL0TeOU','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('20.244.36.78',351544398,'',0,1674480332.6529,55,'92TtnlaP6Wp7NOw5J3CXvbKB','','19|0|0|0|sleepingsolutions.co.uk/rahma.php',0,19,0),('20.244.36.78',351544398,'',0,1674480334.5459,55,'AdXzsPkQIxBqSiKHMrCFE72t','','19|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,19,0),('20.244.36.78',351544398,'',0,1674480336.7098,55,'8GiTxlOFqENe7jIQLSw3bp9s','','19|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,19,0),('20.244.36.78',351544398,'',0,1674480339.1181,55,'PS1HGfoJZKAaOgi4WCn8cwvB','','19|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,19,0),('20.244.36.78',351544398,'',0,1674480341.1904,55,'h75k9nB6AtIpbPXaNqoszHlY','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('20.244.36.78',351544398,'',0,1674480343.8514,55,'vydxZL1UVJB53On8PhfQ0zNC','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('20.244.36.78',351544398,'',0,1674480345.8681,55,'M2tLbsK4wnWT6cgoFj98ezhR','','19|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,19,0),('20.244.36.78',351544398,'',0,1674480347.4905,55,'SvDUsVJ9hEjI81Tb5tZk6Biq','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('20.244.36.78',351544398,'',0,1674480349.9729,55,'uaHIoYdg0zlenTf85sqDPV1L','','19|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,19,0),('103.74.121.5',1732933893,'',0,1674480861.3297,70,'nvsRpWZz3HoxLU8dyw9E5ADi','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.188.62.76',96222796,'',0,1674482786.4714,55,'J5NZykHnwtxX9zfOhigY2bVa','','19|0|0|0|sleepingsolutions.co.uk/admin/login.php',0,19,0),('95.217.179.159',1608102815,'',0,1674482848.9261,70,'WgLCjtvl3mYw24u057IqcpH6','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('95.217.179.159',1608102815,'',0,1674482851.1260,70,'3OwlYnqeRoQfkEiVJDPU5xZS','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('154.26.138.129',2585430657,'',0,1674482871.3773,70,'YvVmy2QNLpAlDW5SGI4cs06Z','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('68.66.200.210',1145227474,'',0,1674487620.7225,70,'iW4XFGc5hl93xMeRJBHzZo2K','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('174.138.177.173',2928325037,'',0,1674490529.1590,70,'EvrQC047ZoVcNk2YflnHmOSz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.205.28',1097714972,'',0,1674493284.5709,70,'Fh6aiq4AINOrY83wB1Ucx7Cm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.109.205.28',1097714972,'',0,1674493285.6838,70,'CVXz30aoZ4stF8M5mhvPdIUj','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('199.182.169.138',3350636938,'admin',0,1674497710.1588,51,'9Umg5zAOoRxlIcQnyi1Gaqh3','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('157.55.39.41',2637637417,'',0,1674498652.8329,55,'VpAnblZxRjzSTa5E0yoDOv9f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.41',2637637417,'',0,1674498655.5190,55,'FCDNTl42o81KrRLEveSzqWtg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.207',2637637583,'',0,1674498658.0437,55,'4kW5SFugrxRaPJzt3A1OKvBe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674498662.1522,55,'RQSJNWxipUlCgYo6uekvLdaT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674498664.9560,55,'THaY6gUoSW5mOMPli7XZQnxw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.71',2637637447,'',0,1674498667.1296,55,'pI53YEjAoBnQFCquJVi0R4Hh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.71',2637637447,'',0,1674498668.0764,55,'pMRi3J2XWBCxU9oK05vIZSPc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('164.90.170.66',2757405250,'',0,1674500303.5652,70,'G0AMwzO1NcvF7Hg9o3fDdi6u','','0|0|0|0|www.sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('195.211.44.210',3285396690,'',0,1674500573.2005,70,'biGNDxM4PYpkz7CgOEeXAjUd','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('47.88.22.184',794302136,'',0,1674501908.9797,70,'xpN05tMuZRVh3KnHaSXYCgqF','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('159.203.80.245',2680901877,'',0,1674502683.7929,70,'qjtb923aSsnP6WA0RZ1YFQu4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('95.217.179.159',1608102815,'',0,1674503630.4591,70,'H8UicudVvNofnqbxZD0CX5MG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('95.217.179.159',1608102815,'',0,1674503631.4544,70,'mzeWvtdo08PuH3fCIyLqr9xE','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('89.163.153.16',1503893776,'',0,1674505868.7038,55,'7qt1sQKPx3oLrO4Zhy0i6XAD','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('89.163.153.16',1503893776,'',0,1674505868.9300,55,'ZisjCBdDUSn8FK4Jer3qamIR','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('66.249.77.69',1123634501,'',0,1674506446.8216,55,'E5WxBaI8XfvRKbd9LkVQHP7m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.245.149.38',1307940134,'',0,1674506564.2526,70,'9iFkA3VPYm2LXD8NKloq0Chz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.210',301026258,'',0,1674507901.5609,55,'75IU1G3ykVPEDcdQ8vews9RO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.180.203.76',3585395532,'',0,1674508366.5689,55,'SrTRI7An4kdEyev2qxFZBbaC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.84',301062996,'',0,1674508604.3715,55,'hmiNEJ9RnwXzlBLcTdSyt4ej','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.45.207.143',86888335,'',0,1674509199.9363,55,'4C0paO1hwNdTJPlzkUune5sB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.115',301063027,'',0,1674510409.8007,55,'SVt0398ejEmJPunNKasHkizC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.26',1920435482,'',0,1674510706.7841,55,'mgAitp4xUF8fkGLI695hoYab','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.62',1920434238,'',0,1674512019.0848,55,'4Nic1HDpRV0UMCrwhaXxeuYB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.202',1920435146,'',0,1674512429.6730,55,'ZowAtJr2ID06OH7NLenQSdGM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.63.24.139',1732188299,'',0,1674512552.5934,70,'enGKoftPBZ7XQ1jCJgphu4OV','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.23.50.61',85406269,'',0,1674512732.3835,70,'uF9dawx75Qs4GVHYzZXDvtL8','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.155.236',1920441324,'',0,1674512758.5043,55,'zqN9jVyZMpndeamLuQwr6chf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.14',1920440078,'',0,1674513147.2034,55,'VzAsv3lItxEWC0dJ1owOa6yG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.202',301026250,'',0,1674513242.4792,55,'CeJSsphPBFKmDx7kR08tovn2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('107.161.23.203',1805719499,'',0,1674513261.9507,70,'7rD3PWlf8HI6FYQ915aSMXdZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.131.52',1920434996,'',0,1674513499.5266,55,'OshDI0m3Y16wQGjT5n2ClaW7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.77.69',1123634501,'',0,1674513646.4911,55,'vbeSnz89B2RV3oCipMPLAkwT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.226',1920438242,'',0,1674513751.9439,55,'UDJSdLk9GzgPTWAaNpO1wMBY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.252.107.9',2919000841,'',0,1674513993.2643,55,'mwI9HVdJls1EFcB5aAbyu3oW','','19|0|0|0|www.sleepingsolutions.co.uk/img_popup.php',0,19,0),('31.13.127.15',520978191,'',0,1674513996.1857,55,'TnNhP9yzYiZkUaHgmcx2K4sC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.246',301026294,'',0,1674514438.6857,55,'McaxhLXQK7sY28NTEZlJABrz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.8',1920436232,'',0,1674514587.8217,55,'6dkhqHJ7plwWX5OBafNgEZrL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.204.128.97',1556906081,'',0,1674514606.2718,70,'gFkvM0UcY9XOGxL65mHyrw13','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.139.212',1920437204,'',0,1674514798.7993,55,'E8m6w0zdBPfXiTY3qnFJUHGa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.188',1920436924,'',0,1674515124.1496,55,'KweNAq7oSIURmCZnD1u5XLHM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.32',301026080,'',0,1674515210.5048,55,'0nTuOp7J2ZYoXMNa9mDvPkce','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.92',1920435036,'',0,1674515416.2211,55,'173GsSQZmzXMRp9FVbeci8rE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.101',1920439141,'',0,1674515813.9566,55,'iRTbcYxIUXCyGqf9oMdHQJNm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.79',1920442191,'',0,1674516132.7342,55,'g83dWMioBqVEUYulk0aCKXND','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.162.170',1920443050,'',0,1674516459.9574,55,'3wPa7ynKgETWet9vSYGsflIF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.70',1920437062,'',0,1674516743.8654,55,'YmirpOhT5EDKBGvQSLey2Xot','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.250',1920436986,'',0,1674517123.6854,55,'8xj7wA9eflFXBTvMtIOD0H16','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.32',1920439840,'',0,1674517402.2290,55,'NMXbuRecvCD3YLFmhId04jsW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.5',1920440837,'',0,1674517732.3084,55,'yv74sAC8ukeZMFrDaJo9qtzw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.15',1920439055,'',0,1674518047.3818,55,'TXpDsN5njgYLP9UeAGxZF4rE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.210',1920441298,'',0,1674518373.0276,55,'NTBOQYDxu2zc45rnqwPEythZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.195',1920436163,'',0,1674518699.7895,55,'w5BFoidY2bI0ARxhW8uG1QpN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.250',1920436986,'',0,1674519042.7079,55,'CV75y1edIfvZ3g8tXrL4hGDl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.161',1920440481,'',0,1674519408.0116,55,'o9DzZGaHK5UxM7pwhd6Q0yCX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.83',1920441939,'',0,1674519705.5546,55,'UQ9wV0P7ziYgB2Se5JFp64Dy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.46',1920434222,'',0,1674520104.5454,55,'dbn1u8Y9VJEOsf6Bmv3teGWL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.33',1920442145,'',0,1674520422.7271,55,'unlcjOCAMVaNP2eg96WbdG0H','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.154',1920440730,'',0,1674520774.1046,55,'d9oyWCGuLeIspxz256kXBvOw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.67',301065027,'',0,1674521094.9648,55,'JPyDABgtqok79TjMiZQ1EIsN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.221',301065181,'',0,1674522154.0117,55,'EX0BuIf2Nex7Ts8mntYdCAFp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.71',2637637447,'',0,1674522645.6724,55,'20z4UMZGfkLhIseta9VHlrBo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('206.72.203.35',3460877091,'',0,1674523047.1378,70,'2sziYJwFUAuyveOTkPNc65EV','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('213.144.128.149',3583017109,'',0,1674525597.6720,70,'KlDI2hQnT68iELRXfoCbe4jJ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('47.88.22.184',794302136,'',0,1674525692.4591,70,'Y1QoxWjtLcpeXBlzaRmEsHSG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('190.83.75.85',3193129813,'admin',0,1674527212.2961,51,'l8cweGOqYz1MmXLap6WodkZN','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('190.83.75.85',3193129813,'sue',0,1674527222.1613,51,'581ZBgKCSIdNGPrJ20YXciFh','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('1.251.233.150',33286550,'user',0,1674527242.4307,51,'XmkqiPAIfcs5bjnu2agUWTed','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('1.251.233.150',33286550,'root',0,1674527251.9113,51,'FWZslvBz7RItpCX2boJegySm','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('210.194.249.254',3535993342,'sue@sleepingsolutions.co.uk',0,1674527276.2162,51,'QwGfxsiXykEaR4Dep5g6JBVP','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('210.194.249.254',3535993342,'sleepingsolutions.co.uk',0,1674527286.8942,51,'LsqGxINhYASR0JkaymWn32UX','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('24.113.101.75',410084683,'administrator',0,1674527305.3387,51,'aAvqeZcYWVJd2M1uErO9Fjnm','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('46.71.77.148',776424852,'administrator',0,1674527314.2586,51,'IAkQKbxh5oVdrYJMELmlvinp','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('188.166.149.6',3165033734,'',0,1674527359.3503,70,'uPOlsr4a8GV3w7d2xyZADc5Q','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.191.171.8',3116346120,'',0,1674529301.7502,55,'QCzoH0kt9WIAgiE7b1RfldZY','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('49.50.249.34',825424162,'',0,1674531491.0443,70,'TFZVcs256083RnuWAS4xalPX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.96.143.131',576753539,'',0,1674531708.4022,70,'Ug0es4BtwvYuOX7jVkCrQ3Sm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.45.207.129',86888321,'',0,1674532516.0015,55,'QkADlm2n0NrTybiOLXoZgCVJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.153.3.21',1738081045,'',0,1674537141.7275,70,'eP3xt5i1luMNGFSp7zWKR6oc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.161.132.8',1738638344,'',0,1674538027.3943,70,'iXgN216789ETI4hyarAjBo0k','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.158.137',1920441993,'',0,1674540982.3285,55,'FB9GDypmSQiJId523C7RHNT8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.37.208.205',1294323917,'',0,1674541022.5416,70,'EuidIstalQxVZe3JjNR7fS0n','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('77.245.149.38',1307940134,'',0,1674541305.6751,70,'MSxf7DB8AoePCzVaK9QdFIXr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.153.152',1920440728,'',0,1674541456.0595,55,'0bLMD2rRys51mqfZVUYKNOtu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.38',1920438310,'',0,1674542741.6513,55,'xzE7CK4RiFgbBhZrp56AMl9S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('177.55.125.120',2973203832,'',0,1674542808.8889,70,'7s8Uqe3ipfyVzTDc2NxKwrgX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.152.104',1920440424,'',0,1674543496.9470,55,'DuptsLVC8nfwIbcqzT9Q0yhY','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('211.217.159.126',3554254718,'',0,1674544489.2674,70,'ANBXDhSiyQOEKt8PJebZCvlp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.154.156',1920440988,'',0,1674544807.4482,55,'FwL3DTuNZo2sHCRhSArP7Kzg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.163',1920438691,'',0,1674544990.8127,55,'5k3rO78NETgAZCIMvQnGyHc1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.77.69',1123634501,'',0,1674545045.3955,55,'qDybT8LOGgZoMN1scnpkxvVC','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.132.202',1920435402,'',0,1674545246.1480,55,'mgyD7vGIiesOjhEJ3KYWnLk6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.48.26.198',1445993158,'',0,1674546232.3180,70,'6AOPZ0pNw4xvSJCLF8GybBEU','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.18',1920437522,'',0,1674546255.8799,55,'2wITs5aoD7zOytBhGvQSU0iL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('199.182.169.131',3350636931,'admin',0,1674546479.3465,51,'JfL6srjZcldgEVyCMSKw79Ym','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.146.159',1920438943,'',0,1674546635.8515,55,'RaGBqP1MpDJ9sb3lcZjUzQNw','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('185.204.0.204',3117154508,'',0,1674546795.1420,70,'JbLqAMlnXFfPTgrU5Kju3wzS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.9',1920437513,'',0,1674546927.2103,55,'sGtnmeryUO6fuHJbCidBVSF8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.202',1920436170,'',0,1674548124.6482,55,'OC0sPrzZLUeptoD1WJuawB46','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.207',1920436175,'',0,1674548423.9973,55,'izgKSbT5QlnWMsUOJdv2jBY4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('36.91.100.149',609969301,'',0,1674548927.1498,70,'jnZeVUX8zJtgsa1qfxm2C3yl','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('37.187.55.231',633026535,'',0,1674549947.9850,70,'GfWFcX9Mdz3maVAo4gUsOPrR','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.229.92.180',585456820,'',0,1674552651.8140,55,'ixuGOLnc0X7rI6m9ey4FSdT8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.90.148.47',878351407,'',0,1674552723.7473,55,'zcJlMdwkSPB1nYqsTjxtCXD9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.161.132.8',1738638344,'',0,1674553052.5166,70,'GEfSe104luARdCvpJ68ac5Ih','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('52.90.166.80',878356048,'',0,1674553652.8704,55,'KDcVPQ8lFTqoJxmkEjaRz2hL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.140.114',65965170,'',0,1674553836.2725,55,'QuCXPbOfNEKAHtFw7ZiMrDq9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.237.240.63',921563199,'',0,1674554642.1914,55,'Y4cPzmwEHjp9s3BfF8D7NRAq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('180.183.97.209',3031917009,'admin',0,1674554750.6415,51,'TJSgFDyt5K0NRGfM1kjnZ69l','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('180.183.97.209',3031917009,'sue',0,1674554758.9474,51,'af6hBdQ204NMcmoW39ztxjXF','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('186.236.4.16',3136029712,'user',0,1674554777.7147,51,'PwdO4UG8CVT3v65lyZ2FQXpk','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('186.236.4.16',3136029712,'root',0,1674554786.3856,51,'NHZayWiCdKEwqlBTvuDYIsgz','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('61.75.104.29',1028352029,'sue@sleepingsolutions.co.uk',0,1674554804.2956,51,'pYvW1exzPCBaUG4onHiI3TZb','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('173.207.105.143',2916051343,'sue@sleepingsolutions.co.uk',0,1674554813.2703,51,'3HMsrDBGTqnlceRVu5ztK6jU','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('173.207.105.143',2916051343,'sleepingsolutions.co.uk',0,1674554822.2158,51,'MwjDfxZXLeRrvQzlaokAnV3y','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('219.104.3.213',3681027029,'administrator',0,1674554849.3136,51,'oqiFH35su6mD0rKw4zXb9B1R','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.153.191',1920440767,'',0,1674555243.2347,55,'j5wOxCDcBsPHq1yLZGk6MYWT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.115',1920438643,'',0,1674555566.1667,55,'SM05nLePXf9IkKoYZ6hxU4T7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.192.212',751354068,'',0,1674555654.0462,55,'KQkLb8H15PVy02ZlNuTx3nqg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.159',1920438943,'',0,1674555896.2656,55,'aBPErRLsc5C8qlpMAfDYSQU7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.245.149.38',1307940134,'',0,1674556038.5781,70,'Ma7jTIgG5HXAd1fFYqzm4hSl','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('18.212.230.235',315942635,'',0,1674556139.3458,55,'6MPcWCKisZDq5o9x1RbQhrIu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.77',1920441421,'',0,1674556217.2657,55,'LbYcuCR8pNw2UzVHiFgIBol0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.90.166.80',878356048,'',0,1674556457.5265,55,'vQxFYTteSqEiRgOPIJX3pmkG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.225.74.248',3118549752,'',0,1674556485.7709,55,'EI28eXyNLiDYqUG95jR7uoSJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('185.225.74.248',3118549752,'',0,1674556486.7926,55,'aKnXGe6j0yEqxJbw1YR53sMQ','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',0,19,0),('185.225.74.248',3118549752,'',0,1674556487.7969,55,'9c0lUQTZzH3MohFCewRrm5YP','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_araticlws/mod_araticlws.php',0,19,0),('86.134.163.3',1451664131,'',0,1674556568.3724,55,'quMY3m0flC9VwDzxHyb7v5IK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.134.163.3',1451664131,'',0,1674556568.6992,55,'oEHqQSpgUJFXwG087NsTaLRI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.134.163.3',1451664131,'',0,1674556568.7568,55,'QSgnofxYa6zqdTNitF4r8lZC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.134.163.3',1451664131,'',0,1674556569.0446,55,'dtJyXOGBwD2sg9rchRbvU0uL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.134.163.3',1451664131,'',0,1674556569.0938,55,'RL358nVrJgCWbafuDpcZHBOS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.134.163.3',1451664131,'',0,1674556569.1574,10,'RL358nVrJgCWbafuDpcZHBOS','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('50.17.35.100',839983972,'',0,1674556582.7908,55,'eyPjZxihWTrtaFYQDL19UpBM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('50.17.35.100',839983972,'',0,1674556958.4876,55,'oMP81qpXVDYCfZgmvG5sxdFA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('90.213.219.68',1523964740,'',0,1674558496.4273,55,'lJcKNZbo5zqhystf1YCnTPe9','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('80.42.76.2',1344949250,'',0,1674559164.4847,55,'Koj7IdCiBG5VXAmw8Hc902qy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.221.19.33',920458017,'',0,1674559975.4941,55,'bhqvFRd2aZg5jmus40iBTwt9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.215',1920437719,'',0,1674562247.3247,55,'P6aAf2RjtkuNW40IhKyxszwe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.191.171.16',3116346128,'',0,1674562337.3108,55,'5YTfQ2UPBRKNdI3ZmsrXeOql','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('120.132.99.49',2021942065,'',0,1674565518.1268,70,'MWDljLuSawR4xTZyi9fdc7Er','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('83.69.230.5',1397089797,'',0,1674567824.7408,70,'GzLP8oMKq7kEdNTnmc5BRD3U','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('143.198.226.137',2412176009,'',0,1674568488.0654,70,'pKzkDsU7ahMTwV93YICtBHSP','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('86.154.33.37',1452941605,'',0,1674568507.1767,55,'jHZQpuw8GN4B5cz2CLsKiUng','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.77.95',1123634527,'',0,1674568634.2384,55,'B4xOgiQWTsAoce3CFrptLHEG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.140',1920439692,'',0,1674568737.7172,55,'46Yc0k1Kl2gPHs5pidSWMBat','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.128',1920436608,'',0,1674569022.3443,55,'E096RzpvukgiKA2o3PVnrfFM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.206',1920435150,'',0,1674569354.2009,55,'zuho2T9ldaxFt7NbYZ4PGAWO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.137',1920439689,'',0,1674569771.6099,55,'B5M7PCwUrDpxbOIcWjK9qzl3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.74',1476059210,'',0,1674570304.3487,55,'sUzxeiH3v0Y9y5WLjbhu842o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('78.147.187.32',1318304544,'',0,1674571368.8641,55,'Re2hCHVIsvdkKFni0ycPNwLp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.228',1920435684,'',0,1674571384.8005,55,'zEMHS2n4YpKvulybc9RGWNeX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.127',1920439935,'',0,1674571650.2747,55,'76hDynkGuBqHmgIsEM4wo1Q0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('79.73.67.157',1330201501,'',0,1674571866.5303,55,'zelMi1oBArvJqHbGQ9fTKRd2','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('79.73.67.157',1330201501,'',0,1674571867.0240,55,'DeYmXQzMGyv0FlsKrH24ub3W','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('79.73.67.157',1330201501,'',0,1674571869.6676,55,'pNdCahnqebVOrsEx7T4Ju5i9','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('79.73.67.157',1330201501,'',0,1674571881.6101,55,'CgtM8vNcG5KZDJiBdmxYuwVn','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.132.135',1920435335,'',0,1674572014.7784,55,'C5NmFHPjcdy1SXVItRTl4Jug','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.242',1920439538,'',0,1674572324.3533,55,'BRsXT4pvmrP7jzZJ9Wd56ifV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572947.7752,55,'4bRKuZ03SxXYWDEOetJfACB9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572947.7825,55,'dkDV9mGx6pteZo4qHKhFXgNu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572948.2835,55,'0FKs1zAZmQrXIYf4G96heHpc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572948.3328,55,'azJrEFiRxKWYkfHUTZ14qVGC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572978.7242,55,'vFd3k9YcsVGE4Cfj6LBeRZtK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572978.7245,55,'majvQp1w8cLtqXsrUVPKFINR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('209.93.50.79',3512545871,'',0,1674572978.7789,10,'vFd3k9YcsVGE4Cfj6LBeRZtK','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('209.93.50.79',3512545871,'',0,1674572979.2273,100,'Zt0HvjGuc7YRzsInedCqFX3T','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('209.93.50.79',3512545871,'',0,1674572979.2275,100,'quK6o0GmTalFDnrHOU352Adt','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('209.93.50.79',3512545871,'',0,1674572996.1363,100,'JBoIntg6SuPX9CcDzjLqdQVF','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('209.93.50.79',3512545871,'',0,1674572996.1386,100,'UYMPzZOvCTI7WtxHgn36A1dS','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('209.93.50.79',3512545871,'',0,1674573025.7986,100,'KJvko5j6iQSze1L9wRZAHDxE','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('209.93.50.79',3512545871,'',0,1674573025.8587,100,'SVeAmk1yOFx53d8iP7wv9rI2','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('114.119.130.202',1920434890,'',0,1674573510.7265,55,'3pRxBYLD8r9v7IAX0eGVHaqw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.2',1920436482,'',0,1674574443.5100,55,'Q5XWIVla30qdkYxjCRGAi7vS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.199',1920434631,'',0,1674574771.7518,55,'67qS0ZGPW4efJKwjrz1gpAF3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.32',1920436256,'',0,1674575106.0726,55,'5fCvKUXQSVIasA0OTY6xu8JN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.126',1920441470,'',0,1674575432.3166,55,'lokbaVrXfYNmF7xqtzUpS1j9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.229',1920439269,'',0,1674576118.2602,55,'OSQRJM5zKhFdyjvkbN4tsw8D','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.84',1920442452,'',0,1674576446.6799,55,'EvVe5yd2SuPxoUrb4YQcLgF1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.236.208.143',2917978255,'',0,1674576739.8585,70,'YGCFOgVUzEcyXexsNS26rhQZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.134.230',1920435942,'',0,1674576784.1843,55,'rueiLInxS6vwOam7Mc5A0jN3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.130.219.238',1736629230,'',0,1674577446.5217,70,'BWifF7aLN36hTcvY5EuVHDMQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.126',1920434302,'',0,1674577971.0382,55,'rlMW5auspZ4XtN3BkeImHd0h','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.173',1920437677,'',0,1674578285.0110,55,'8aCKVcoPS1xp2F9f5HqUEwhM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.15',1920439055,'',0,1674578638.2556,55,'nMvNDK40S8dRHawLyt1ocUlZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.148',1920436372,'',0,1674578970.1960,55,'4ZFWnkwH76Yx0lzpPNXBcReh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.37.140.3',858098691,'',0,1674579300.2204,55,'3I20r67q8bvlYutfjJOKTdCp','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.69.245',1123632629,'',0,1674579434.2506,55,'P1DW4VuJTgNF80cvzQqybXnS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('14.225.255.250',249692154,'',0,1674579544.0058,70,'IqxRfmcVowlh1SEO8etDykWb','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.158.118',1920441974,'',0,1674579997.1143,55,'v4SVRwqmd2ZBtITW1uF6DlMi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.192.212',751354068,'',0,1674580058.8015,55,'se13aRjLfT06YinJAK5dBZWS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.175',1920440239,'',0,1674580348.9021,55,'WrGYnDiVqC9bQ5EUklhXxNJA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.21.171.101',51751781,'',0,1674580603.1472,70,'Ip2lFyKYEesx3ZtQg1PwDuhL','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.138.32',1920436768,'',0,1674580655.5482,55,'fqEhD93PvJ1nWHQc0udtywUr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.91.188.220',878427356,'',0,1674581153.4728,70,'GkjWydN35hTR8oBSXzwcLlnA','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('103.18.6.65',1729234497,'',0,1674581161.3810,70,'gqEG0Zab9yLNv65jCdnM1F2u','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.197.34.121',600121977,'',0,1674581670.7969,70,'olFNiL7DYVsj2b3XCxWfAwUr','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('14.225.255.250',249692154,'',0,1674582102.6202,70,'SJEYUHIPxo82gVNL5qmRGXsK','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('83.69.230.5',1397089797,'',0,1674582364.9360,70,'285IpqkVbR9UdKj1SosEaHAO','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('90.213.219.68',1523964740,'',0,1674583296.7063,55,'fUN28AjDSJlswFQRch9a3VBK','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('95.108.213.43',1600967979,'',0,1674583487.2525,55,'XRbSONQZrGEVLDBd9Yjt5WqI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.201.133.185',751404473,'',0,1674583788.6431,70,'FCj5EgVXxm9iBQKloYRnU4sT','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('203.205.52.183',3419223223,'',0,1674584501.7609,70,'mna6cduJ5qTvIzrZW8O3Lk0C','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.69.247',1123632631,'',0,1674584834.3704,55,'t8pn4bdUvmiDHYegsTGylV1O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.236.20.130',1475089538,'',0,1674586792.0382,70,'v7OBtmYpFH3Cxy1ZLjAqE2lS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.255.253.141',100662669,'',0,1674587585.5249,55,'LKcopfxiuDqG8yESes0Ygw6j','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.71.229.255',2806507007,'',0,1674588116.8090,70,'yxYFs6zg9LRrtCBHbjZaVdWI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('167.71.229.255',2806507007,'admin',0,1674588118.7031,51,'vZbJsd9MuRXftokrmQnC23UL','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('157.230.178.254',2649142014,'',0,1674588373.3885,70,'SPmzCj5WwgXuM3A1hQeorJHG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('150.107.74.24',2523613720,'',0,1674590463.6381,70,'3MxA7bKLcPhgQF4Vrw6JTzlt','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.107.237.201',3110858185,'',0,1674592914.4151,55,'bUec5mgWtn8MRsCYhwGExPN7','','19|0|0|0|sleepingsolutions.co.uk/sitemap.php',0,19,0),('17.241.219.229',301063141,'',0,1674592993.8900,55,'wltv8n3g7ZCM9SDBGWY41zjx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.245.200.155',2650130587,'',0,1674596613.7722,70,'Y5VX69trGuNapSWKw8RLxjeZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.7',301064967,'',0,1674597223.2914,55,'q8joMxCLcgFw9Qs1zXku3Gr2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.69.168.230',3628443878,'',0,1674598075.8084,55,'J8PVQyNhz9K3qUv4IgLtROfM','','19|0|0|0|sleepingsolutions.co.uk/wp-commentin.php',0,19,0),('216.69.168.230',3628443878,'',0,1674598075.8305,55,'oZgRf5XFnPebzSIUV6wcsAHt','','19|0|0|0|sleepingsolutions.co.uk/wp-cc.php',0,19,0),('139.196.207.33',2344931105,'',0,1674599127.3144,70,'K9ZbPqnJSIdvfyjYVOLasQ0B','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.219.106',301063018,'',0,1674601227.7422,55,'DU6R4pJauYnt0ZTdWQei5XB7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('67.205.132.31',1137542175,'',0,1674603588.9739,70,'pR4tuahzHEGdTBxjDvcS2ZNm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.217',301065177,'',0,1674604910.9073,55,'dWE7PlgrYvR3nupU1J6Mjzxa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.133.39.32',763701024,'',0,1674605074.4750,70,'u4HZBSToE2tOw13lbRyQ7mhr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('95.217.178.185',1608102585,'',0,1674605679.1765,70,'agJ39ipLkb5OtoDVKSnxTv2m','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.156',301026204,'',0,1674605702.4313,55,'IjFqlbVXOyxUPKWSG4ZMeHAt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.64.98',752042082,'',0,1674606062.1518,70,'WPYx4f0k6HBwblvN7IDpgnOX','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('17.241.227.30',301064990,'',0,1674606536.5876,55,'ZM3dlNKRm4hJuWtP6EUBoGvs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.37.208.205',1294323917,'',0,1674608631.1449,70,'BQkMORfZYUucSJDiW9sg4p7I','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('87.250.224.42',1476059178,'',0,1674610156.6628,55,'YL54UMWtlTim9NVFzb3D0sO7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.111.230.235',1601169131,'',0,1674611889.5840,55,'kZKytEdJ7xsmrw3GQBMeUqRa','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('185.27.135.217',3105589209,'',0,1674611889.6030,55,'6JICwuWi2Dn7KAlUhfPxjdtz','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('95.111.230.235',1601169131,'',0,1674611889.8859,55,'4Qbh8zpRiOqyJn76vAfxDstG','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('185.27.135.217',3105589209,'',0,1674611889.8868,55,'rDR1jo32hCpXwd7ZVnkGU8Hx','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('185.27.135.217',3105589209,'',0,1674611890.1716,55,'5BQczvbAL7HVW9Oa4mGr38ZD','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('95.111.230.235',1601169131,'',0,1674611890.2111,55,'N0zr7ILAdxB2qKhOayWXEFgu','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('185.27.135.217',3105589209,'',0,1674611890.4233,55,'smhbD5i8dNyRVckp4ZQCwPlg','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-content.php',0,19,0),('95.111.230.235',1601169131,'',0,1674611890.4977,55,'hxCpRk3l24r0SbPFocJUI9aN','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-content.php',0,19,0),('185.27.135.217',3105589209,'',0,1674611890.6690,55,'kjc1aEyoLI9Me0pKBUrv3VSA','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('185.27.135.217',3105589209,'',0,1674611890.7025,10,'kjc1aEyoLI9Me0pKBUrv3VSA','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,707,0),('95.111.230.235',1601169131,'',0,1674611890.7749,55,'Pjzrsboqd03wc5FvEkTyfGa7','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('95.111.230.235',1601169131,'',0,1674611890.8178,10,'Pjzrsboqd03wc5FvEkTyfGa7','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,707,0),('171.244.17.89',2884899161,'',0,1674612612.3210,70,'aEzg0qy92tnmJC78MrQFP5v6','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('81.69.253.128',1363541376,'',0,1674613000.2421,70,'oWPM4V7tegFq5faHAdpXhKyG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.150',1920436374,'',0,1674613647.8830,55,'I53pifvjmtQq9KZ80EwCxRWX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.103',1920439399,'',0,1674613930.6830,55,'78cp3QPOn0qBdZ1z9xoHIaWj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.74.116.69',1732932677,'',0,1674613987.1979,70,'3EvBG6e4K8dsNaiczRVuIHP7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.137.180',1920436660,'',0,1674614280.8187,55,'Mcf9ViXtOWpgymG47JnHh2ar','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.143',1920441999,'',0,1674614632.2835,55,'UKqNeLAP2D3fuXF4VO96ojb8','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.145.142',1920438670,'',0,1674614950.6745,55,'6pQ0M8aXtzNmFVRI3EbP2TJU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.93',1920438621,'',0,1674615313.3120,55,'EJUj8yOlIxp0AHm71LSh3Yuk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.208.67.57',2999993145,'',0,1674615565.1584,70,'rL7zJcUSwAIV3MdgCKOqbmfB','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.153.208',1920440784,'',0,1674616079.6923,55,'KSEgsFfiIAnUJk4zlOt0NRyh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.171',1920440747,'',0,1674616281.9728,55,'3T6W1O0esRtcMx7pFBwkEGDd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.213',1920438229,'',0,1674617597.8204,55,'RTkG8hHaoXEKUZnBWpzC0534','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.110',1920441454,'',0,1674617859.3035,55,'9JolgYqVZwXxOyG8Uhau0Q4c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.139',1920441739,'',0,1674618229.8040,55,'GerwU3AqabHXkfoOjxsP0hDc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.160',1920436640,'',0,1674618508.4392,55,'sR2XTNapo7tbm4k3Fjc8qBJL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.195',1920436675,'',0,1674618864.7594,55,'CPaITBYqNruKQLe6cSMofy7w','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.36',1920441124,'',0,1674619180.7771,55,'XlGQfoPML64crShwH8mxIeub','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.92',1920439644,'',0,1674619878.7269,55,'Vob4UZ5DIuOPgxwAGhcXl8pN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.163.186',1920443322,'',0,1674620173.1711,55,'XuKHAD0ZkE2jcI3tJzLVTmNs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.46.8.7',3106801671,'',0,1674620494.7469,70,'woXrgHKm1BljThNRf6svV2nI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.116',1920437620,'',0,1674620509.4272,55,'a4vhBfDGXWlFez9rLpwERdTk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('81.69.253.128',1363541376,'',0,1674621345.0089,70,'kgyJIeWX5vTP87KMEhuw2SZo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('87.249.43.21',1475947285,'',0,1674622122.1621,70,'Rw8vBYyLsp2FG7mgMlQCWtc0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('46.101.179.205',778417101,'',0,1674623728.6772,70,'UkzJ7XmM6fjrCGP1StLswhFH','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.69.245',1123632629,'',0,1674624292.0999,55,'BQfiDZFjVoMLlnHKhYaU5R4P','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('103.146.203.123',1737673595,'',0,1674625313.8076,70,'CgUIBzYOncRKo2H0D7es6kLX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.63.24.139',1732188299,'',0,1674626659.0918,70,'2jwWTtPAapNmr3qiZbIocQxS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.25.117.82',3105453394,'',0,1674626839.9513,70,'yVWTBfCsPiDFOzbo4Uwdrteq','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.55.39.207',2637637583,'',0,1674627147.0065,55,'ib3KSjYRI0FZV6Exzprhtuym','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674627151.2294,55,'iwYb6NO1eEaSn7I09McflAzu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.186',2637637562,'',0,1674627157.6952,55,'SRmqjAyEZ2walTi0OeoJ31Xs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.200',2637637576,'',0,1674627469.0869,55,'TpkQJ6KNVCfqSD3uG9FaO1iZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.101.115.109',90534765,'',0,1674638967.2638,70,'smwLZ3T6MntkRv0PqrHDKVih','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.69.245',1123632629,'',0,1674640060.5488,55,'upbKRZV9xYjFnArvcQ2O5TyX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.206',1920436174,'',0,1674640768.3976,55,'6AB1s8hRnjHtD0GVFpWbzS9L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('175.178.160.253',2947719421,'',0,1674641296.1202,70,'bkq4QdLHga8tIzpP91fo5K7n','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('102.129.40.35',1719740451,'',0,1674641698.5739,70,'7Lq3DngOKhPw2k4MAvBajVW9','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('114.119.154.77',1920440909,'',0,1674643212.6093,55,'lNDpf26Cns1ygkbraYecRmd5','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.141.206',1920437710,'',0,1674643941.3742,55,'gd1KOVoPFeAxJMu5nk8LHWmt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.236',1920437996,'',0,1674644256.1294,55,'WKasLGQMhSPur1vTVUq9bcOy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.218',1920435162,'',0,1674644614.7295,55,'S0o3xUynmgzN5sfc2bZl1TFX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.175',1920441519,'',0,1674644899.1889,55,'pYe2MQfbxWt071gTGBCmZvAy','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.142.37',1920437797,'',0,1674645856.2318,55,'e3wRAQ42E0hIlHzLOnkWpvaf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.163.186',1920443322,'',0,1674646630.2238,55,'G0EHsMN1khAiDj6rQKTVc8Xy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('74.125.210.37',1249759781,'',0,1674647016.6033,55,'tq3ADQFEnBTsdvWpVmjeJNRX','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.158.203',1920442059,'',0,1674647275.3756,55,'QWCP40gwtGdSrMkDjaXhZbme','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.156.14.96',1838943840,'',0,1674648183.8199,55,'R1ifNOMSdT72Cy6AEJ5oman8','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('109.156.14.96',1838943840,'',0,1674648186.3459,55,'Z5Od9wBYpg6TqjtGrQLPnR2W','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.157.190',1920441790,'',0,1674648235.2985,55,'vscIXxbow1OzrpumEH2YA7tl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.14',1920440078,'',0,1674648539.5061,55,'VeOZS7gN5Cv38slWDIToQEjP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.196',1920442052,'',0,1674648844.6448,55,'9nQwNEsk7ul3SKd4RyaMxJGz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.1',1920439809,'',0,1674649605.9369,55,'a1kHQofq5VbjsZ8puvyzLlYw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.42',1476059178,'',0,1674649974.6652,55,'ZPbNIMp1nyoS7YUQi9qLKGcX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.13',1920441101,'',0,1674650145.8745,55,'ExmXs4diPaVHNkOKY8ZnI95u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.118',1920441718,'',0,1674650494.2544,55,'J7BHFvd4OSexamj8ZMUT1bWC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('85.215.165.83',1440195923,'',0,1674650939.6009,70,'EUpVrzdvloDjWPOw6It5Kb04','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('177.55.125.120',2973203832,'',0,1674651479.1890,70,'BRWdHEwzTVSZeXY6pnAqvh3x','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.155.228',1920441316,'',0,1674651918.4241,55,'5tp8Q9jMvlYkrUXy3SaTEi0K','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.236.20.180',1475089588,'',0,1674652454.2780,70,'6i8xgqV0TuWBALzJ9wNrFRtv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.143.149.238',579835374,'',0,1674653345.6474,70,'xq5eymgCG01BTtJWiZYbu8aL','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('211.140.23.130',3549173634,'',0,1674653848.2832,55,'lY3JmQKp9gMD6b2fEI4iAcho','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674653913.6258,55,'qYiFNLKcTkwA8Qhobu09Vte5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674653915.5575,55,'N8wOoiHzc2l4mQEAZ0W7CXqT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674653987.3879,55,'5owPtqpQ8Llr1mSA3IYHVeTk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674653987.8305,55,'Kj3gQORTa1Nkh5ICXMryuBY2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674653987.8463,10,'Kj3gQORTa1Nkh5ICXMryuBY2','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('20.231.18.49',350687793,'',0,1674654133.8415,55,'GyOcP51EDxnS0gB3j6lNV4Tw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2022/05/.cpt_lvwbf.php',0,19,0),('20.231.18.49',350687793,'',0,1674654135.5009,55,'IAVS7JbtH1YraFhGoUf3Qw5n','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/typehub/custom/taijv/.cpt.php',0,19,0),('114.119.154.113',1920440945,'',0,1674654170.9388,55,'HdmSuzLevI1MYsaQDThoC4tK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.63',1920443967,'',0,1674654467.1159,55,'5Te8sh7uCZafkoj1bXYQAx9O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('131.251.32.95',2214273119,'',0,1674654467.9381,55,'3Q0GSwbWIYNcLJjUualdrsfm','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('131.251.32.95',2214273119,'',0,1674654470.2420,55,'BhfSTPLoORI82HyAjQ4dGcmD','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.135.32',1920436000,'',0,1674654747.5806,55,'ThtpuF1rKqEDdBvbRQUAOLzj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.99',1920434787,'',0,1674655351.6936,55,'GDyMhFcC7P6I5VOziYrBALdW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.82.24.124',1733433468,'',0,1674655981.7920,55,'HjUCuGXnYIDg7Ba5yw61NMe8','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('103.82.24.124',1733433468,'',0,1674655983.3953,55,'EpFs6nOlHvkJrPyYBAtW8jei','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('103.82.24.124',1733433468,'',0,1674655985.0141,55,'rYSCvdUk2AO79f63boFl4H5T','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('103.82.24.124',1733433468,'',0,1674655991.5326,55,'CX6xQfW9gsvKh2ma4lrT30uI','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wp-content.php',0,19,0),('103.82.24.124',1733433468,'',0,1674655993.0973,55,'F7GkY6ymcd9lb3QLCrD5evwS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('103.82.24.124',1733433468,'',0,1674655993.1507,10,'F7GkY6ymcd9lb3QLCrD5evwS','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,707,0),('85.215.165.83',1440195923,'',0,1674656516.1706,70,'CIRnK6UleZoxmujfwBWSkGb5','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('143.198.201.85',2412169557,'',0,1674658798.4707,55,'W5kPdch4KlmTGFuYRD8UVesp','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php',0,19,0),('92.204.134.137',1556907657,'',0,1674658829.5519,70,'rxT0YSGX8s7HmMFDfwa69lOy','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('185.33.234.111',3106007663,'',0,1674658836.0486,70,'lkPDd7nG9gp8wFbOyz6Qruis','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.84',1920437588,'',0,1674660060.9493,55,'mHv7ektfg5oZLcGY98ylhOWz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('182.2.36.24',3053593624,'',0,1674661934.0300,55,'WfIGmOMxjLVsrFzTcgyt35BJ','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('182.2.36.24',3053593624,'',0,1674661940.4877,55,'hTWrcJylIXmOg3ab1jkeRENf','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('182.2.36.0',3053593600,'',0,1674661947.9039,55,'ZVv0Q93qbJU4d1KyeuhAtpFf','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('182.2.37.8',3053593864,'',0,1674661955.4116,55,'PKG1qsjcxRz2SFe7NoLWkgiV','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('182.2.37.8',3053593864,'',0,1674662048.2980,55,'a6SDrMRke0Q9Kyc58zBjqIF1','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('182.2.37.20',3053593876,'',0,1674662055.3359,55,'M7w1KodsjJm6IrQRSN0U839e','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('182.2.37.8',3053593864,'',0,1674662061.9821,55,'RPCcgZ7e14jGLYu5fWdqBv0S','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('172.106.0.111',2892628079,'',0,1674663215.8049,70,'Zf1wj5JPzlCuDBdb7xI2aeTi','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.155.149',1920441237,'',0,1674663406.4521,55,'WorKi3xuImfpQHBa291N7JTS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.106.0.111',2892628079,'',0,1674668486.6260,70,'ASQM7KHOUsxe8wYbJEitW9FG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.132.202',1920435402,'',0,1674668798.1494,55,'chHa8joW4KZFt9qriOUE1bv3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.210',1920440018,'',0,1674669044.3811,55,'EfTJtKl8IAVrQmUdDkaRswzS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('198.54.114.86',3325456982,'',0,1674669389.7726,71,'YzITLWQ2j5gkKq0NnEwZUS4H','','0|0|0|0|sleepingsolutions.co.uk/wordpress/xmlrpc.php',0,0,0),('198.54.114.86',3325456982,'',0,1674669390.7992,71,'GUKCali8bjmo6tk7Tpqsg31Z','','0|0|0|0|sleepingsolutions.co.uk/wp/xmlrpc.php',0,0,0),('114.119.157.221',1920441821,'',0,1674670011.0987,55,'qiePcwL7A9oQzmfsxT0rKCdR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.166.149.6',3165033734,'',0,1674670423.8729,70,'vCN52VJAGzdQTPwhSieypKgL','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('1.15.139.122',17795962,'',0,1674670436.3749,70,'tP89j0BnTpCcHEW6Dhviay5u','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.174.19.215',598610903,'',0,1674670567.1715,55,'PGnT2DUEfMw5X41ujFsImhxQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.74.116.69',1732932677,'',0,1674670964.1846,70,'uwaLlXf5qjSY23PyDrME1CG7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.90.181.149',2639967637,'',0,1674671476.9748,55,'NhkvetLrzjnDRgdlVSGTQ7Ay','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.73.130',752175490,'',0,1674671945.1856,55,'J6QK7baB4wsqemYMW1RdP5Tp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.30',1920438302,'',0,1674672225.3678,55,'MpIqDVNQxhbkOAJ3ZTKlYSGE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.102.68',751134276,'',0,1674672320.9950,55,'gqJaAOtkIyUT0XFrQPZlef1D','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.102.68',751134276,'',0,1674673000.1175,55,'Np9msvKUkPy3cYVjOfHT8lLD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.26.169.116',52078964,'',0,1674673692.4439,55,'w6rjgn9FxDUV8PcAJ7eHqTti','','19|0|0|0|sleepingsolutions.co.uk/shell4.php',0,19,0),('3.26.169.116',52078964,'',0,1674673694.5968,55,'CMlUc71obIgpLuqSJnOmWQ0B','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('3.26.169.116',52078964,'',0,1674673696.8058,55,'UtTFdjKzkxAa8hRLMHZ5eqgb','','19|0|0|0|sleepingsolutions.co.uk/ru.php',0,19,0),('3.26.169.116',52078964,'',0,1674673699.1022,55,'qTO6M1hYkPVILr7vmSNfH3DF','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('3.26.169.116',52078964,'',0,1674673701.2674,55,'6YOatHyKJc4wX2ZBkmP3DsQM','','19|0|0|0|sleepingsolutions.co.uk/vuln.php',0,19,0),('3.26.169.116',52078964,'',0,1674673701.2999,10,'6YOatHyKJc4wX2ZBkmP3DsQM','','707|0|0|0|sleepingsolutions.co.uk/vuln.php',0,707,0),('3.26.169.116',52078964,'',0,1674673703.4667,55,'1YZ9Rri3G2oQ4VHDCOsIq0E8','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('3.26.169.116',52078964,'',0,1674673705.6461,55,'sczZryOJ8H1al5T2YDLhjtIQ','','19|0|0|0|sleepingsolutions.co.uk/skipper.php',0,19,0),('3.26.169.116',52078964,'',0,1674673707.9993,55,'1cDaZst0vX6SAKPeOCFV3p9W','','19|0|0|0|sleepingsolutions.co.uk/skippershell.php',0,19,0),('3.26.169.116',52078964,'',0,1674673710.1694,55,'tYx3fBCd8mNOnhFS064T1GEq','','19|0|0|0|sleepingsolutions.co.uk/tttt.php',0,19,0),('3.26.169.116',52078964,'',0,1674673712.3191,55,'K8P9ZztFwQYf05aSLsOHhVIU','','19|0|0|0|sleepingsolutions.co.uk/tshop.php',0,19,0),('3.26.169.116',52078964,'',0,1674673714.4945,55,'dtkSrj90icRpTIHAV6ZgvnaG','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('3.26.169.116',52078964,'',0,1674673716.6823,55,'XFkMaUmscE2hTbIKWBNiqdYy','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('3.26.169.116',52078964,'',0,1674673718.9642,55,'MkmBRCbduYt5nQfTc0vG1sUo','','19|0|0|0|sleepingsolutions.co.uk/inje3ctor.php',0,19,0),('3.26.169.116',52078964,'',0,1674673721.1285,55,'u9PAOM7Lo3Eme1WFKXw8kCtQ','','19|0|0|0|sleepingsolutions.co.uk/saudi.php',0,19,0),('3.26.169.116',52078964,'',0,1674673723.3049,55,'yp9B1C5xLri2wlQeGTsn6FMq','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('3.26.169.116',52078964,'',0,1674673725.5527,55,'QOwd4HAR1hap6rn8S5o9XeD2','','19|0|0|0|sleepingsolutions.co.uk/alfashell.php',0,19,0),('3.26.169.116',52078964,'',0,1674673727.7073,55,'jFTlfNMvB4PApzSWwcKmJrt7','','19|0|0|0|sleepingsolutions.co.uk/my_alfa.php',0,19,0),('3.26.169.116',52078964,'',0,1674673729.9369,55,'k2hn7ByEut8ePT1DHgUiS4I9','','19|0|0|0|sleepingsolutions.co.uk/uploader.php',0,19,0),('3.26.169.116',52078964,'',0,1674673732.1329,55,'KhYwfZVrU8g5McBJmz13A7Xl','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('3.26.169.116',52078964,'',0,1674673734.3426,55,'hNem9qQdcDKa7nZlfpAzOYT8','','19|0|0|0|sleepingsolutions.co.uk/hacked.php',0,19,0),('3.26.169.116',52078964,'',0,1674673736.5083,55,'4et1ikWuQ5vVET9wXbUJYy0m','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('3.26.169.116',52078964,'',0,1674673738.6420,55,'faXEkxT4F8cOQRzSCoPWbq5H','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('3.26.169.116',52078964,'',0,1674673740.9103,55,'uwGC9j7XbEUeo6xJ4saWN2yv','','19|0|0|0|sleepingsolutions.co.uk/Navir.php',0,19,0),('3.26.169.116',52078964,'',0,1674673743.1117,55,'em9brq16SPoRuaxAhFstdz7l','','19|0|0|0|sleepingsolutions.co.uk/cmd13.php',0,19,0),('3.26.169.116',52078964,'',0,1674673745.3271,55,'SHqc6P5QReOmIbLnDhoWtEF2','','19|0|0|0|sleepingsolutions.co.uk/inc20k1.php',0,19,0),('3.26.169.116',52078964,'',0,1674673747.4728,55,'oewdp4cCBrPOIJiWUVq1gam3','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('3.26.169.116',52078964,'',0,1674673749.6684,55,'GWU6IvPDfC19nbRx3dEBzHqc','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('114.119.138.37',1920436773,'',0,1674673751.2247,55,'kofaEy3HtLSnXwDFgi8RGc9s','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.26.169.116',52078964,'',0,1674673751.8294,55,'Njr0yGL2EkRh3KmpagitleOI','','19|0|0|0|sleepingsolutions.co.uk/swm.php',0,19,0),('3.26.169.116',52078964,'',0,1674673754.0070,55,'gAcDa4RSMpjBOqwv8Qn5LG2o','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('3.26.169.116',52078964,'',0,1674673756.1793,55,'hF9x16qW3AnajwbIv42XSdK7','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('3.26.169.116',52078964,'',0,1674673758.3752,55,'vFoiEHWwGxcrSkd6leVnOZ3B','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('3.26.169.116',52078964,'',0,1674673760.5903,55,'CZnW7E54iD3MLkUmwvYsdBXl','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('3.26.169.116',52078964,'',0,1674673762.7598,55,'vr7UYAVRjIo0uCghZ6c5xiwe','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('3.26.169.116',52078964,'',0,1674673765.0018,55,'6YyDJXatPrH8Wx2Nj1wKvSp5','','19|0|0|0|sleepingsolutions.co.uk/edit-form.php',0,19,0),('3.26.169.116',52078964,'',0,1674673767.2019,55,'iEkUTyZ3pBwXHnvbN47JRAlt','','19|0|0|0|sleepingsolutions.co.uk/LEAF.php',0,19,0),('3.26.169.116',52078964,'',0,1674673769.3873,55,'JdXas6hbItEuqrQL17YvFzig','','19|0|0|0|sleepingsolutions.co.uk/leafmailer.php',0,19,0),('3.26.169.116',52078964,'',0,1674673771.5299,55,'FAJURWtSV8izLHg07NGkE2xX','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('3.26.169.116',52078964,'',0,1674673773.7960,55,'eHXNKLYvn2FjTCEc5tb8sp6P','','19|0|0|0|sleepingsolutions.co.uk/leafmailer2.8.php',0,19,0),('3.26.169.116',52078964,'',0,1674673776.3557,55,'MWKSIjLmxktbrCV0OyzaZ65l','','19|0|0|0|sleepingsolutions.co.uk/Leaf.php',0,19,0),('3.26.169.116',52078964,'',0,1674673778.5329,55,'ZbY8OefxJQ9dmKpizEN3atG0','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('3.26.169.116',52078964,'',0,1674673780.7901,55,'quFiUN8BnSlgX67HsA3TVJwO','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('3.26.169.116',52078964,'',0,1674673782.9785,55,'keGh8jVJITYXziqUx9wBrm3y','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('3.26.169.116',52078964,'',0,1674673785.1293,55,'AuDmZIaYRCVbcU4eWi8hXlF9','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('3.26.169.116',52078964,'',0,1674673787.3777,55,'qFyLuYA5wXiZkQn4CGa71cSe','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('3.26.169.116',52078964,'',0,1674673789.5758,55,'l5ho2GcSa87JXIRC91eMEQOb','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('3.26.169.116',52078964,'',0,1674673791.7559,55,'ItxDTkng6rfVWd2yiQ5PaGcm','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('3.26.169.116',52078964,'',0,1674673794.3142,55,'0esT5qko1iX6YxPpMzDR9b8Q','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('3.26.169.116',52078964,'',0,1674673796.5379,55,'3Sp5euC2OdzgtEcVn0bq4ja8','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('3.26.169.116',52078964,'',0,1674673798.7523,55,'ySR8IqLY6lw7udzWTj3OoQ2k','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('3.26.169.116',52078964,'',0,1674673800.9719,55,'JUr4SiDxkTbaKzqdZjAvnMtV','','19|0|0|0|sleepingsolutions.co.uk/gaza.php',0,19,0),('3.26.169.116',52078964,'',0,1674673803.2299,55,'EpyHtJoqM4leih0XSZ7Iv5Gx','','19|0|0|0|sleepingsolutions.co.uk/wp-admin.php',0,19,0),('3.26.169.116',52078964,'',0,1674673805.4243,55,'N5rwGFEmA0P26ZQUL3jau1W8','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('3.26.169.116',52078964,'',0,1674673807.6862,55,'FbrORNWgU6EV2QYqv9mCu3hA','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('3.26.169.116',52078964,'',0,1674673809.8697,55,'Z7JTK48P6dh1csV5O0uazR3t','','19|0|0|0|sleepingsolutions.co.uk/wso1.php',0,19,0),('3.26.169.116',52078964,'',0,1674673812.0108,55,'2JxLTnUuoSfbdr0pyaCv6Kjc','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('3.26.169.116',52078964,'',0,1674673814.1678,55,'RqH8ZK6aWOIejnQwVSUgrfGs','','19|0|0|0|sleepingsolutions.co.uk/Lux.php',0,19,0),('3.26.169.116',52078964,'',0,1674673816.3185,55,'lpY3qVDXcAt7xTeSoBhEMnGg','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('114.119.131.182',1920435126,'',0,1674675302.9839,55,'VxnasUEgSKGX23DNZwuCcdhQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.14',301026062,'',0,1674676791.7849,55,'QmHVPguRpvs9Y6krnSdGqiaJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.119',1920438135,'',0,1674676803.6404,55,'hTVNXzL2ycBF60jJZSDqfiGn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.217',1920435929,'',0,1674677549.8256,55,'WTpnv6IGtEyJLaQBOCVDk19u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.196',1920442052,'',0,1674677881.0265,55,'CdnIr3m17q9pByRMDYJs52Fz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.250.250.48',1593506352,'',0,1674678269.6960,70,'Mny72iTwNtOPIjs1CaVKcvUF','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.46',1920434222,'',0,1674678568.8638,55,'jNEbMqf7mgnsz2lkYUxiHtK9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.31',1920438303,'',0,1674678859.5786,55,'EM0YGZxcSup7JLXnePBRDsAo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.89',1920438617,'',0,1674679134.2665,55,'B6mujqy0tZL7UcobX5sEVp9w','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('54.236.1.13',921436429,'',0,1674679189.5798,55,'WYhnwiGIFURJTmoCkXZK7xOQ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('152.37.73.195',2552580547,'',0,1674679411.8423,55,'DSzKRHY971Nt42vGEsaBxhrZ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('152.37.73.195',2552580547,'',0,1674679414.4765,55,'6hGU7w4CmVIBcq3obstQDWyi','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.145.163',1920438691,'',0,1674680188.6250,55,'YCdsbO1Ii6qEmVBWrhA83FNT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.124',1920441468,'',0,1674681068.9181,55,'5JvyzkTpES1LZmFMlhweH4NC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.144',1920441488,'',0,1674681371.8672,55,'douQmk08iRGXHgOTWtl9xJpf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.245.200.155',2650130587,'',0,1674681722.2864,70,'G9xiQsze0Zlrh4j6puJyBHfI','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.134.182',1920435894,'',0,1674681969.1561,55,'1LhFersg5fJUopXcIxGq7Hda','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.75.221.29',575397149,'',0,1674682352.1685,70,'RQKw8ylm2FdpLWvVEManbOTB','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.156.134',1920441478,'',0,1674682812.3716,55,'l8bJUq7PzrVI3p9LDocm5gY2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.70',1920437062,'',0,1674683100.7085,55,'7aqZ6QrXF4GMwvcIPgUE8TDs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.5',1920440837,'',0,1674683434.5860,55,'PTM4Lvwsqb7fRdAQKxOY1U5u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.206',1920440270,'',0,1674683593.0127,55,'CSVr8Fs2YyxOlKmE6ti3Ip0J','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.142',301063054,'',0,1674683878.3663,55,'72RxSLyrWO8sa9g6tNw0Tmol','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.3',1123631363,'',0,1674684353.0252,55,'k9UphJ7D3YLdIRmA6Mq8XCso','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('5.255.253.141',100662669,'',0,1674684553.3202,55,'iKuXCbg3F59v6PBkfAs0DcOj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.178',1476059314,'',0,1674684556.9963,55,'8g1bOfWEJdTDiHjkKLnoUGz4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('68.66.200.210',1145227474,'',0,1674684585.4915,70,'dHajv42wncWXUVbthgYkKLm0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.222.218.27',601807387,'',0,1674685561.8121,70,'2dUZ3BnxzYN1b7VIH8e6haAs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.129.222.7',1736564231,'',0,1674686434.6716,70,'gSJkeyWhTB26mu3ZxLC1Aiwz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('104.243.43.65',1760766785,'',0,1674686895.0734,55,'DBbpvjSou0rkL7dEnsQFtg15','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.65',1760766785,'',0,1674686895.4301,55,'DU2gHEY6aeylsQdfAvu7nS0X','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.65',1760766785,'',0,1674686895.7627,55,'7FYngtNz9CT1Sf0s4QPxWqkL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('17.241.227.241',301065201,'',0,1674687264.7590,55,'7NFaJycKh48WRAidtQj9zxZT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('192.241.135.47',3237054255,'',0,1674687431.5890,70,'fGZmj6DVgwIkhytuplPqrxR3','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.65.31',1123631391,'',0,1674688239.3208,55,'ozWIrsBM9lywpAPUnvtV2HqK','','19|0|0|0|www.sleepingsolutions.co.uk/cart.php',0,19,0),('17.241.227.199',301065159,'',0,1674688342.6401,55,'HdARfx03T2Iboen7KDuGwSWj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.45.229.42',1110304042,'',0,1674688948.9918,70,'dXtvOYgKCUQSiLklF8mZwVr1','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.84.1.94',760480094,'',0,1674689512.7696,70,'6EkUHRZSOdivIFYfXA29Qbmo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.236.1.11',921436427,'',0,1674690315.0907,55,'EnShGpWRyZO73wic049YvFUa','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.65.3',1123631363,'',0,1674691498.5695,55,'KsoFROa5P6MDI7idzXuvgUtp','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('66.249.65.5',1123631365,'',0,1674693091.9967,55,'lbpwzCMa7K54LEIQVHc6ojng','','19|0|0|0|www.sleepingsolutions.co.uk/search.php',0,19,0),('185.25.117.82',3105453394,'',0,1674694721.1285,70,'Y5q12dnVhjar48GzM0KL7lRe','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.36.82.134',908350086,'',0,1674697133.7888,70,'JRFtMXnsEIYH4loG90upTgac','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('154.16.116.41',2584769577,'',0,1674697906.6022,70,'6lAxFseydLWVIGvacpn84S0J','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.65.3',1123631363,'',0,1674698102.5192,55,'rhvEjg0pO62St1f8yPemY9Zl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.217.159.126',3554254718,'',0,1674700697.2419,70,'zFHb7104MBCusU2rlPon5pjk','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('87.250.224.42',1476059178,'',0,1674701838.6142,55,'jkYUbuq0sGyO4ACXcvQngT5I','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.96.143.131',576753539,'',0,1674703116.2435,70,'2nDMIB1VePXsNlmzOZ0Ak5LH','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.65.34',1123631394,'',0,1674703504.1546,55,'SGLFzQeY3D9UHP6CK5otx1hA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('94.250.250.48',1593506352,'',0,1674704428.4846,70,'Xgj76fo0iOKnZTdVYHJxCq53','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('196.74.207.174',3293237166,'',0,1674704636.0421,55,'ZoSmYR16pGr7hvDl08A4tuNa','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704637.8184,55,'o59zQKDbvV3cEl4Oy0YAi2aJ','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704644.4515,55,'9iRPq0rh63TfApeFNVvajkM2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704645.8654,55,'PRhbHGAsTYzDFdEcvm3VgetS','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704647.4037,55,'QXnGdV9PfzaIYJpws5SEN12R','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704647.4203,10,'QXnGdV9PfzaIYJpws5SEN12R','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('196.74.207.174',3293237166,'',0,1674704649.2787,100,'DNMCL0kJYUs1hzIeiOqFw7vQ','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('196.74.207.174',3293237166,'',0,1674704653.5266,55,'ZS7HKVmQky41GDgspveLO8fz','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704655.2281,55,'xBMlALVhNPUfY4K2n5p1ijQa','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704659.5861,55,'8uwfKcMWdzyos4BJrD7e2OSl','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704667.3799,55,'XtpsQf5VU0jKgBrWxiJd7AY2','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704668.6491,55,'6i8NShTCVIOoZ1uBmwlAyQeY','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704674.5425,55,'BQm5OaojGkn1gwuTitbrhfcE','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704679.4611,55,'wSgpDOxM763rnoGkfZ5yPN0U','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704681.4033,55,'juA2P4VEF5J1CsOaKedW7lB9','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704682.6363,55,'hYgsO7xJoSbELtN95vVKdzuy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704685.2347,55,'Hina8W3OB5KksSdI7hRpPmN6','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704686.8314,55,'kezsma3yjN6XHic8ovRSWAGf','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704689.6664,55,'akGyANrF3wfnKQBuzjcoTesv','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704691.3893,55,'xqN8vyibgIFjCG92Xlsw7Thn','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704692.2928,55,'5XY9RnxmZVEitPaJ4h7DzSfK','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704697.6492,55,'qczxTNwd1GDiEAKhsa40Zn38','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704699.2676,55,'Ythxm97ql4J8DFasUZoz5V3b','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704700.7079,55,'0tzNmc4MkrbnpdoSYUq8aTly','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704702.5484,55,'dIwunHZYptyiSA5BsT4zXgjh','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704704.1399,55,'39SuAh4zInw0bdcemxtO6jkp','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704708.0424,55,'4UvbMqtjO6w2BliKkZ3fsxYu','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704714.8794,55,'9ORzl5D6CFrEB78MUJphIjbV','','19|0|0|0|sleepingsolutions.co.uk/libraries/joomla/css.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704715.8645,100,'JanegorINquDf3QZvCXpEwWt','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('196.74.207.174',3293237166,'',0,1674704718.5393,100,'J4iFfcg3v5pBdzbhZwY09GWe','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('196.74.207.174',3293237166,'',0,1674704720.4857,55,'ETljnikosRNaV09qS4uMgcf6','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704724.0333,55,'JHtmBn0jGU6KW8wY7ui1XLCd','','19|0|0|0|sleepingsolutions.co.uk/tmp/vuln.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704725.5050,55,'yqaCr1iOltgIsb6mBJNMzKXk','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704727.7033,55,'EgeyjA8XdQ5pG6kJTl9CF2uq','','19|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704729.1485,100,'Xq39LZdiFhCjaxYyzQ4T5tKH','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('196.74.207.174',3293237166,'',0,1674704735.3082,55,'1SPQurK08ni7RyjzXetfkBqD','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704737.4729,55,'w5aNmQ1bfCecvB7kSq2G3WyX','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704739.9722,55,'FZ6Q3YsIHEMUG4geb0SVhANr','','19|0|0|0|sleepingsolutions.co.uk/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704740.9073,55,'gfwkOXEtdcVizBJNnRapKATI','','19|0|0|0|sleepingsolutions.co.uk/RxR.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704742.1287,55,'a94ES7xyIzw3KCcLDXAs0Fun','','19|0|0|0|sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704745.7671,55,'5vN2bVzBesTgCMZtu1HAL7xI','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704747.0180,55,'uCLzTqvH1tPiW2EgFYD53S0K','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704751.4625,55,'RnZTo4dVe27SQyvIKkahX3gl','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704753.3369,55,'axCo9pE43iqnU1RBgf0kFey2','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704755.0292,55,'J3MI6vGgY9it0p2k7maeHfsz','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704756.1809,55,'8usZA6BdkvLiKO4e7lTX3xFf','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704761.0329,55,'Yf2DHMN5qGZ0nowWpujFe7Xl','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704762.0265,55,'nDirsvS0wgHmOIoq6MhEeRKa','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704764.8665,55,'AtGesUrKz9NdZVbQ2kMhWnac','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704766.2995,55,'ivCV9GqQOxab6f7DWE5zkIjR','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704768.7503,55,'JRiXjKao8fxPw2n1gTv6OcHu','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704771.6032,55,'bxpmyNQMlHiw2aXcI4T9s7fE','','19|0|0|0|sleepingsolutions.co.uk/templates/beez/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704775.8057,55,'TAUSElW1mPcrFD5QNzRhVMHq','','19|0|0|0|sleepingsolutions.co.uk/templates/ja_purity/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704776.7222,55,'5pVOU6dMbPE1qs3BFRNL8cnx','','19|0|0|0|sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704778.1445,55,'rWGLHUcEb0atZfC1kiXze64V','','19|0|0|0|sleepingsolutions.co.uk/templates/system/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704779.6580,55,'5yZXwa2ct6pV0lij3d9JxDOu','','19|0|0|0|sleepingsolutions.co.uk/templates/system/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704780.8275,55,'vnrqT9P1sHSY0N7fwXjRIC4M','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704781.7111,55,'nQq0HgD8t3ZvcreKYjXVlzRP','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704782.6235,55,'N8vxgMVq1Fc9Izs4HPL2QRBt','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704784.0608,55,'ysqvbWhAgKfG163Je59icoL8','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704786.5727,55,'vs9ICJpXtbqTZeRauyYw6SDU','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704789.4370,55,'wIiNfu7rBdpsyxFJG65mvlEA','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704791.3685,55,'OCqikLU05eborn1GHgFpvQdS','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704792.3764,55,'BYZ5gPyrHFa3Ou06Ac49xtpG','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704796.2566,55,'XHRwu6q4kPUcpStNxGDZr7ej','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/index.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704797.1496,55,'8zsQFKUnARBTjlyNScgGOdJt','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/error.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704799.5185,55,'QFzYs9uLdr1NCWq8yPHJoMAO','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704800.4207,55,'FIDVJ9l7Efz35ygXjbodHGPq','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704805.0285,55,'4A05Qn7GEztBTKirpYfNFRlC','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704806.5429,55,'0evujPS4rBab62g3wfQxtomd','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704829.9645,55,'MyIxpH9sT8vz3f7aNqPOX2AS','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704832.6471,55,'8Nw9KYgZHeitSG7VTnoXDFCB','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('196.74.207.174',3293237166,'',0,1674704845.6446,55,'yF8NGb0cTB4juZAlWPox5eSY','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('45.252.248.7',771553287,'',0,1674705202.9066,70,'vsm4fMZPxjRlXiqYwO5UNV3d','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.101.115.109',90534765,'',0,1674707113.5886,70,'3Ya8KtLTWPwdMyGuVEmlziJp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('112.18.252.222',1880292574,'',0,1674708244.8755,70,'jHcwn0yMtiu6mN8Uq7XIAxRz','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.65.63',1123631423,'',0,1674708922.9983,55,'ROu7AoZszeX5D4BiHxIjUbN0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('15.235.142.129',267095681,'',0,1674709049.5961,70,'DTKO8scNeJE9rhmlMxR1z6H4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('47.95.7.118',794756982,'',0,1674709821.4856,70,'3SP92fbWcNvpmeMDuBUXRxLQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.65.63',1123631423,'',0,1674712463.4408,55,'VUiclfu8pmzTE42DJdnjoFt7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713079.1929,55,'vxwcUd0bTqD2aOf4Jl6yVsLh','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713079.9462,55,'ojiVtAnzbFE0DTC9l8KyHrgZ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713084.7371,55,'iCrNkz5DLhXoslWyO6Qqjgfx','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713086.1100,55,'VpwKCxLG7RczfuXoijsTWFaE','','19|0|0|0|sleepingsolutions.co.uk/shells.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713087.2015,55,'aom6cQ9LU8xz1wKGHuNBZn72','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713087.2379,10,'aom6cQ9LU8xz1wKGHuNBZn72','','707|0|0|0|sleepingsolutions.co.uk/about.php',0,707,0),('196.74.207.174',3293237166,'',0,1674713087.9903,55,'YsIVFkRGo5TpH2t6CnhmbN0v','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/alfa.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713089.4896,55,'E9pfgi1dYqWmFUxszcTCAGb8','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713090.2178,55,'sBrncwS4aN5zHTU96K8fVFDb','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713091.3082,55,'fOxnAgbG5k3qT0oSZL4CzNv6','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713092.0178,55,'xyXqtYv4Ds3rkKaeQRISpzf1','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713093.0460,55,'oCWQU1dTZFRMxasc6PwqkiSV','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713095.4870,55,'qo93aZwWnNs16YjQXiETglVh','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713096.2230,55,'IQylVd20wA367xBXLDHWznvq','','19|0|0|0|sleepingsolutions.co.uk/wp-content/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713096.9331,55,'gdOz8Tb2CLsJXYp0uGN3yRtZ','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/wso.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713097.6710,55,'8hKtOXFp2ATgQkrEYew9o4z0','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713101.7524,55,'X0rVc489P3FMhxKB5nkqilUo','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713102.5837,55,'M4md1ZIrnAvuVygeaqkP87bQ','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713104.3160,55,'KUwQXl0aACsRrJv6hxjS4Dqk','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('196.74.207.174',3293237166,'',0,1674713105.5518,55,'oYzIkUuSLyvdVH3Cmj8bJhpK','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('66.249.65.63',1123631423,'',0,1674713543.4490,55,'VSRdx1EDyC9vwcu0oKWLMqFk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('68.183.85.239',1152865775,'',0,1674713650.2753,70,'n97vNsW8owHGzTO4yRKQItDr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.137.80',1920436560,'',0,1674713767.6258,55,'nL385EufU4CAPqbHQcx127iO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.34',1123631394,'',0,1674714082.8542,55,'KScV8DynMragEY0CBkXjzdHw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.34',1123631394,'',0,1674714623.4475,55,'jr7FXpt9Uv1o56bNiE8xgBRy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.252.251.45',771554093,'',0,1674714873.6820,70,'NdIcDvAaGhtTK6be8X5wUglJ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('77.222.54.217',1306408665,'',0,1674714968.4528,70,'TeGst9f1FhaUmBo34xRdVC5N','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.65.63',1123631423,'',0,1674715382.8725,55,'7cg3YbnK2IxVWU4wulH1EPLQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.108.213.43',1600967979,'',0,1674715608.0273,55,'2Orh5YglbT9ZWctEzvoAadLq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('206.84.102.6',3461637638,'',0,1674715780.0133,70,'kFsmQ0wqDCzOiy8EVlx43bX2','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('104.236.194.159',1760346783,'',0,1674715916.6605,55,'V1nkDOrleLWINs53G0T6vHpE','','19|0|0|0|sleepingsolutions.co.uk/wp-2018.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715917.0785,55,'8qAIsJnXOuMK7CbWQjSylep0','','19|0|0|0|sleepingsolutions.co.uk/wp-2020.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715917.4400,55,'BrcSO1NAn4gXHvDxL0lR6bsC','','19|0|0|0|sleepingsolutions.co.uk/wp-2021.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715917.7934,55,'x95TJlBDn8p3WyUMbmYIQHGX','','19|0|0|0|sleepingsolutions.co.uk/wp-2022.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715918.1582,55,'jJXSV2rvRQf4N3aBPCe8YKqg','','19|0|0|0|sleepingsolutions.co.uk/0z.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715918.1916,10,'jJXSV2rvRQf4N3aBPCe8YKqg','','707|0|0|0|sleepingsolutions.co.uk/0z.php',0,707,0),('104.236.194.159',1760346783,'',0,1674715918.5717,55,'WGmNvElrs87cBqbQfD2PtInp','','19|0|0|0|sleepingsolutions.co.uk/lock360.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715918.9449,55,'r7veEDuIJ2VAbsW0G6FqH14l','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715919.3153,55,'9lGqhku3cUjPAb4FCKM56yX0','','19|0|0|0|sleepingsolutions.co.uk/wp-2019.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715919.6833,55,'Rp17n6swJrL4a0GibjIDudTC','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715920.0239,55,'6vzULsAfG8NYlkcgibQPynte','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715920.4381,55,'7VC3NUivO5aZBhbePEGkcJdw','','19|0|0|0|sleepingsolutions.co.uk/C.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715920.8185,55,'xMyzpsiJ6gTtVqScQeud5wWb','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715921.1693,55,'YQxUkMElh2qAyCjfOXNmuibc','','19|0|0|0|sleepingsolutions.co.uk/01.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715921.5272,55,'xq5yRfuaJN2D6OdzkSjGtUeI','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715921.9221,55,'x7th4PYRLezgCNU9wbrOvalK','','19|0|0|0|sleepingsolutions.co.uk/02.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715922.2641,55,'FQWiqPgNJfjmbAC3Gxw9ndRS','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715922.6263,55,'hU8cMVIQRtz3eDTgvaBOypHZ','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715922.9995,55,'bFsfLgCZ8aMmRlonKwAuqSeH','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715923.3577,55,'yHDCtKENiOAQ50TbJWqVwGng','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715923.7213,55,'BPEs6N0vmzor7ShYZkK4yIu1','','19|0|0|0|sleepingsolutions.co.uk/good.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715924.0603,55,'QLPu38sdlX2zBNvSE4MxfbKY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715924.4693,55,'1lVbiM5UFG0XYhLurwJ8o7gz','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715924.8360,100,'bXTAhZRQL6J3tIcugpoSexvO','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/1index.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715925.2139,100,'fRtVMr0ICQEHiX7GjOqJZUkn','','13|0|0|0|sleepingsolutions.co.uk/1index.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715925.5817,100,'l2O0IAK8xPYRV7FnEhp4W5mz','','13|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715925.9251,100,'BlX7fNk0jLsGpiFyhcOStRru','','13|0|0|0|sleepingsolutions.co.uk/2index.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715926.3062,55,'GseFd20xQOzJl3pcUZPDanik','','19|0|0|0|sleepingsolutions.co.uk/autoload_classmap.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715926.7144,55,'2amLGOeBM4p5wYuiyAtVlQNX','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715927.0647,55,'HDfJT3AmobIw9tNr0Sul2BEQ','','19|0|0|0|sleepingsolutions.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715927.4508,55,'VRN4kcn5H2zDeOvL1lg9Ayw3','','19|0|0|0|sleepingsolutions.co.uk/1h6j5.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715928.1526,55,'GNubqYA94PxdVs0mpOK5yoDW','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/xleet.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715928.5497,55,'JqgUM2aC1Hutl6kj8PeDBiKo','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715929.0101,55,'0YHIGNe8pmgXqkriu7DW6xlt','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/fx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715929.3580,55,'cl01BK8kSzxFIroy2XhpuiPq','','19|0|0|0|sleepingsolutions.co.uk/4price.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715929.6921,55,'WO4aIvTo2bkMp6ClDsFmfiJ8','','19|0|0|0|sleepingsolutions.co.uk/utchiha.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715930.1363,55,'AF7uPjQ4t1iLdNvGEIMCsJrR','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/priv8.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715930.5416,55,'gOSwmrG5VXu7T6qz3HWFPN4x','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/rss.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715930.9294,55,'pT0GZKghNIY6u2OWkiCvjBc5','','19|0|0|0|sleepingsolutions.co.uk/uploads/xleet.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715931.2731,100,'LhciwESeDrn4QHIBogbqNYjX','','13|0|0|0|sleepingsolutions.co.uk/upload.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715931.6196,55,'rj0sWGtbfumpF94ehMQRELDU','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715931.9585,100,'rscj8yRgGPo2U1qhnVx6v9mS','','13|0|0|0|sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715932.2850,55,'IZdP2yb15LBlQXADTwJe8f4u','','19|0|0|0|sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/ups.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715932.6346,55,'TMrUjzPBCiQF0c4b28o7Ryxn','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715932.9951,55,'f0hvPukTtZoBSwOX2lpdGMa7','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715933.3640,55,'yXQuqT82ZhIVt0bEFJMB3NHO','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715933.7249,55,'0v6G3aXilPzeYdxyCBMmjh5w','','19|0|0|0|sleepingsolutions.co.uk/baindex.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715934.1811,55,'BLfcRd6ACFqmEapw83GJIis4','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715934.5250,55,'zvkxy07DnOZ3GfEYMQeBWaFu','','19|0|0|0|sleepingsolutions.co.uk/doc.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715934.8723,55,'kqBQrLOwsdzhT187npADf6Zv','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715935.2190,55,'yu7MnLesCQ8US6IiYvJckETm','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715935.5842,55,'CBZV8MKHkNRtnhED4s6cGmI3','','19|0|0|0|sleepingsolutions.co.uk/mass.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715935.9401,55,'4tfPSOLqkpvD8c9gj3BHdzZ7','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715936.4097,55,'tI5DlOBWS9fKzkaHxmTPQ6r1','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715936.8679,55,'NwzZfyCHcbQWKFuem8V90nir','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715937.2513,55,'9YUzVAGs8ptDH4KFPIXxidqW','','19|0|0|0|sleepingsolutions.co.uk/small.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715937.5973,55,'lZ2ym9pOV0sBGNHd4gvhK635','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715937.9522,55,'zdyR3gOrl94Gvf05tIn7p2TL','','19|0|0|0|sleepingsolutions.co.uk/mininew.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715938.2893,55,'I6xqdnYHTJzyahZbKR4oiSAF','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715938.6761,55,'h4RmAfPyltwaB7kXIi2M05u3','','19|0|0|0|sleepingsolutions.co.uk/1337.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715939.0355,55,'4l1ghLx7WZjEBqIUNTwmKyJ5','','19|0|0|0|sleepingsolutions.co.uk/wxo.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715939.3741,55,'enfT4dHkWC9pimoOI6qY0xEj','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715939.8672,55,'QxeAIYHDUdsp3hLJE7OWRoCw','','19|0|0|0|sleepingsolutions.co.uk/up-kon.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715940.2557,55,'ZdFuCcvf1s7UB3zJiWPbhjn5','','19|0|0|0|sleepingsolutions.co.uk/hehe.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715940.6001,100,'UlxNjDAsoYMzQd9bveLXFnW4','','13|0|0|0|sleepingsolutions.co.uk/3x.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715941.0098,55,'N0OXuRibp8ktrgIf6QmEvA1L','','19|0|0|0|sleepingsolutions.co.uk/xmlrqc.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715941.3570,55,'SYg26WD7EcBR9fNsCHXoLA0G','','19|0|0|0|sleepingsolutions.co.uk/wp-blog.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715941.6949,55,'OVwArThcpkYnLi7S6UvbE5HG','','19|0|0|0|sleepingsolutions.co.uk/xwxx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715942.0378,55,'68bfzlkZcioaIA3QryVPwDd2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715942.4210,55,'6P9e2xoOKGLvTlgIprmaD5SW','','19|0|0|0|sleepingsolutions.co.uk/wp-x.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715942.7600,55,'5uzjLedQ20nfrFKXqYJaxZhG','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715943.0973,55,'c9SnHzkDQVBNpPl3EyvZjfdu','','19|0|0|0|sleepingsolutions.co.uk/wp-god.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715943.4520,55,'fIkS8Bo5y734NJzMwvghTOWG','','19|0|0|0|sleepingsolutions.co.uk/wp-easy.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715943.7916,55,'1yW74NPFqoljdhCr2Vw9Sepu','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/easybusy/wp-blog.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715944.1233,100,'JyzDs0wMSaYIrcVfBRG6giuF','','13|0|0|0|sleepingsolutions.co.uk/DKIZ.php',0,13,0),('104.236.194.159',1760346783,'',0,1674715944.4587,55,'90HraGB4uZdvE3R5Uw8QnTK2','','19|0|0|0|sleepingsolutions.co.uk/pi.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715944.8172,55,'PzobkxfyUImNwRS8aFMldGhV','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/assets/pi.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715945.1664,55,'i1Dlu6TUtCgAnV5OQwkFW3E9','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715945.5163,55,'suZOMFKX7fei6pt5mgW2UGI4','','19|0|0|0|sleepingsolutions.co.uk/new-index.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715945.8833,55,'sdxTh4Bk2MJcUi5frLKCjSly','','19|0|0|0|sleepingsolutions.co.uk/xml.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715946.2341,55,'vLxGQOMEa2rUepB5Du0bdzg7','','19|0|0|0|sleepingsolutions.co.uk/wp_logx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715946.6034,55,'AoXu3p42VgQNTLJtn7EBHeWl','','19|0|0|0|sleepingsolutions.co.uk/wp-content/upload.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715947.0059,55,'4YckzUKxROhwu2rLZE0leJPM','','19|0|0|0|sleepingsolutions.co.uk/crypted.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715947.3778,55,'WKj1hd8C0ZkluF7AbYc3GV6f','','19|0|0|0|sleepingsolutions.co.uk/wpx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715947.7180,55,'ZX9FuxKLzdnO1iVhCGbrw084','','19|0|0|0|sleepingsolutions.co.uk/ini.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715948.0495,55,'fiyoSahjQIGzXUFJp0793RKm','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715948.4209,55,'pyjfFwUezHqVQoLn4GAKrJta','','19|0|0|0|sleepingsolutions.co.uk/reminder.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715948.7919,55,'laSfiJQ4kAEu2Fz7yOrWVbmG','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/masterx/wpx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715949.1786,55,'VcBYvC9qSy0Kgz36iODxaed8','','19|0|0|0|sleepingsolutions.co.uk/image/screenshot_1.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715949.5592,55,'mxVEGYljaIObgrhXDtQZc9AL','','19|0|0|0|sleepingsolutions.co.uk/screenshot_1.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715949.9177,55,'PNKTJUV4abjeDgRw2fnBWoMZ','','19|0|0|0|sleepingsolutions.co.uk/mad.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715950.2572,55,'96VKwNHUeZzIxPXFaqW2rmk0','','19|0|0|0|sleepingsolutions.co.uk/admin/controller/extension/wpm.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715950.6434,55,'nyANZQais6g1rCSblGzmHhFL','','19|0|0|0|sleepingsolutions.co.uk/xlt.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715950.9873,55,'9DMSmHQ20A143zci5oeZtKxV','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715951.3316,55,'VhIP9CJMbBuZt2oDWmqd1esx','','19|0|0|0|sleepingsolutions.co.uk/lufix.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715951.6661,55,'Ivxg6kDmWXrlj7qLG5Nb9op8','','19|0|0|0|sleepingsolutions.co.uk/uploads/up.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715952.0585,55,'4xJcv6ogYCsLI2plNEFZyd8T','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715952.3870,55,'Qz7frqxwLa8152hC4OvRuAKV','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715952.7257,55,'qiOHeQtTmBVYMpj85LZlgh1o','','19|0|0|0|sleepingsolutions.co.uk/media-admin.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715953.0498,55,'KpGwvPfmj83rZ62iNcHOXx5V','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715953.4892,55,'dur6f1tkOyV2jUHg7wElA95Z','','19|0|0|0|sleepingsolutions.co.uk/payout.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715954.0582,55,'6uYNv48BRstVOkEAwK0Ppb2h','','19|0|0|0|sleepingsolutions.co.uk/google.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715954.3974,55,'yPjlKEbNVHCMRA5YtDogG8kW','','19|0|0|0|sleepingsolutions.co.uk/srx.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715954.7246,55,'HbxAro08BfSz3J1Zs5hYdwMt','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715955.0809,55,'Fw5kKUinhS0DC7qVbvczEWp8','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('104.236.194.159',1760346783,'',0,1674715955.4223,55,'xZzP4kqVN1iwOTHQ7F0thWGb','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('114.119.128.77',1920434253,'',0,1674716549.9539,55,'e4ps3OKhz1PZYqCgoJU0Dwx6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('192.241.135.47',3237054255,'',0,1674716682.6777,70,'BIvRVPsUzJmOhEobkX4deTwr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.132',1920436356,'',0,1674717751.7403,55,'RnZBUTxjhVS1Hck8OKXJDise','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.35',1920434211,'',0,1674718063.5592,55,'7ySTFkwJbpn68f2u0AHdezr4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.42',1920437546,'',0,1674718408.5566,55,'JLS39x8fs4RqrgK15pNacDCu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.40',1920437544,'',0,1674718734.1574,55,'wHEKnUC3JQ2x4uSql58raj6N','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.203',1920439755,'',0,1674719073.9985,55,'wF8H62jEaVdyqb9fxsLtS7KT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.0',1920439296,'',0,1674719413.1479,55,'QeaDqNi1LwxlKWg3BY94tnEr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.180',1920436660,'',0,1674719743.4621,55,'pHIOozYbnXPA241ufLN6US80','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.117',1920440181,'',0,1674720084.3889,55,'16TmJqRUo7kxalnreLV5ISNG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.110',1920441454,'',0,1674720425.2728,55,'xaQMYCfOpH6jFvqDnX1NyUec','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.96.143.131',576753539,'',0,1674720467.9679,70,'l9NQ0F6xzVtIs2qvgacYMGrd','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.137.67',1920436547,'',0,1674720752.8189,55,'zHMuAQqNbroIh2Wx9T8F15SD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.181',1920437941,'',0,1674721107.3019,55,'OPfXvV4s7YgxHE8FnJQ0j5Sc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.123',1920438139,'',0,1674721445.2298,55,'qrYcGakO8jltH5xnVmSv4o31','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.92',1920439644,'',0,1674721731.3900,55,'RKVZ61i2COme40gqUHWxkfzS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.30',1920438302,'',0,1674722056.1005,55,'20ZGQ3RnBKcmTHslp6eDaktg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.72',1920436296,'',0,1674722374.0841,55,'nrgVT5hNMQiafKbmUWLoxDZH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.192',1920435392,'',0,1674722686.9537,55,'qdfV94p5RU8aWxmvDscJXegr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.161.177',1920442801,'',0,1674723007.3100,55,'dWoB0ZUFHXkthTQiYC4ePuDK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.184',1920440248,'',0,1674723329.0858,55,'RSnH69rVAFxyNsBGZkl5bDOX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.42',1920439850,'',0,1674723638.9713,55,'B3n7w9paO1jYesVzvKTQh82x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.63',1123631423,'',0,1674723866.4235,55,'6q5soK2pMtvURWlJxYQ3rC4L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.232',1920441320,'',0,1674724268.7460,55,'Y3V9ys8JPaWtXLZok6Hg7AOD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674724284.5536,55,'JIpuOgGyH293nFq87XxhEZ5Y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674724304.7119,55,'FkydErpSbaCszNT34oHvlWVP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674724311.5325,55,'ePE9UCVvNDmMtsqWOuhL8HIw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674724311.6108,55,'In96ucetw5b0aOYmigPyAZNz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674724311.8744,55,'c7pPuv0B2C6EVqegbLwXmkfM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674724311.9032,10,'c7pPuv0B2C6EVqegbLwXmkfM','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('114.119.153.67',1920440643,'',0,1674724577.0318,55,'dtQZ8LGwkNc5W1BIbEoRY0jO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.2',1920439810,'',0,1674724886.5046,55,'bP7hnYHvqNgBke9XaQmUdx0p','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.140',1920439692,'',0,1674725217.3114,55,'TYZO9alzkiSR4xusI6K5U0pQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.56',1920439352,'',0,1674725500.5075,55,'ZbVupUc4nxF5DEHRhfijw8CQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.188',1920436412,'',0,1674725812.2368,55,'L6eMoYI4ACHNxX9p8zdGFuaJ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.140.60',1920437308,'',0,1674726155.2486,55,'f0yUeMLWp6Ibqxjzv23YFoG4','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('87.250.224.42',1476059178,'',0,1674726206.4435,55,'yLfH9EZQ0IqTkxoSBp2gMYCN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.99',1920438371,'',0,1674726478.4018,55,'8sLYloA0rzfS1T3RXOB4Q9vb','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('109.248.175.137',1845014409,'',0,1674727322.5286,55,'HZrcA8UsQ5m2PiJD6Vz9KEeY','','19|0|0|0|sleepingsolutions.co.uk/bala.php',0,19,0),('120.132.99.49',2021942065,'',0,1674731729.2607,70,'NiEXqWzCfwd7xS0l3YnjrtVm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('120.132.99.49',2021942065,'sleepingsolutions',0,1674731731.4890,51,'aOq7ZtoyKFnz5BRjiTHhcf2g','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('103.72.163.9',1732813577,'',0,1674732960.7307,70,'8kMSZWl3guIztj9odTmaPsON','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('192.99.14.159',3227717279,'',0,1674734364.9851,55,'z4BLC2cxWMO3P01a7VpRj8mT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('192.99.14.159',3227717279,'',0,1674734366.7211,55,'rFRD0OoBWGZX4UpJ8wiz6mQb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.242.124.78',804420686,'sleepingsolutions',0,1674736631.3117,51,'RuwaK0nq6Lj7kTbgczryFWQ5','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('211.140.23.130',3549173634,'',0,1674740833.3076,55,'Z7x1NAmVhSe0RJvuGDqBwfds','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.91.151.60',861640508,'sleepingsolutions',0,1674740977.7018,51,'K1lPAonB5R8xMOSrQGHyVIcw','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('211.140.23.130',3549173634,'',0,1674740992.8753,55,'07mPbslr9oC8auqKRBN4IMi2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674741015.3939,55,'fa3jstDiGm09IzNWvop68qlU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.131',1920441475,'',0,1674741195.9915,55,'TdviewZ3IrfyB7U6LOGqm8st','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('93.84.114.208',1565815504,'',0,1674741217.8532,70,'1AgXnLqVsQbDHmOc4uF92Rxw','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.95',1920436319,'',0,1674742660.8629,55,'k578zUr09wAaQliSEvstLWH3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.105',1920435305,'',0,1674743391.7003,55,'m8LEh3HFfIdYgeaSCVwi5NBl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.34',1123631394,'',0,1674743733.2643,55,'wGU4hfnzNoke0axCYRpZOQmI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.233',1920442345,'',0,1674745729.2569,55,'xuaF9VYbcHXC8GwpPDlgqvTL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.130.83.70',763515718,'sleepingsolutions',0,1674746520.4948,51,'48sSKNwjW9DQoCd2RAiaIHzU','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.142.100',1920437860,'',0,1674747835.7547,55,'2edD4NS7K9mMQzsHwIuPhkn0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.7',1920438791,'',0,1674748625.5285,55,'MJvt7a3WoKGjsRcCLhfTBDqU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.216',1920438744,'',0,1674748924.9119,55,'Ig8HzLurjRifYmPWacydMpEG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.13',1920434701,'',0,1674749248.2644,55,'qX8iNrRGHKFj0dbYanVyevQ9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.111',1920436847,'',0,1674749523.7239,55,'x12hDiMHKfFISmQJNe5Oq7Ea','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('109.248.175.137',1845014409,'',0,1674749927.5038,55,'EvYeKAOzR3IahMnVCQgm1rq2','','19|0|0|0|sleepingsolutions.co.uk/ss.php',0,19,0),('178.128.31.204',2994741196,'',0,1674749986.9812,70,'UmJ98IX6Br1OqsZdWF7TaANC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.135.212',1920436180,'',0,1674750117.5524,55,'lC3SIv7iL5DUNG1WfM4omRFa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('138.199.48.186',2328309946,'',0,1674750335.3515,70,'rF1hIUjcOEdA3NGTwfglSJt6','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.138.2',1920436738,'',0,1674750417.5214,55,'wdZ302GUK8jtSFzEHyNCQivY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.12',1920436236,'',0,1674750714.1574,55,'sfLibSCZI0poQVhT9lO4Atuk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.217',1920436185,'',0,1674751023.4288,55,'gHlXWTpKBNeCnurGfoRzhIQd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.172',1920436140,'',0,1674751308.7357,55,'7WlDJ9uP5dM0ivktxzCERb6y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.8',1920442120,'',0,1674751649.2210,55,'n5KzhGgYs7CirlHPFEXTRv8d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('140.238.8.151',2364410007,'',0,1674751781.2223,70,'4Rg6nlxqoCzma5OyJAw0QGir','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.131.2',1920434946,'',0,1674751948.5808,55,'nDskwfOptdZoC2BEirWUGlh4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('52.176.65.17',883966225,'sleepingsolutions',0,1674751999.5501,51,'2TiWsquja8kgy90b4GtXfBZo','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.137.180',1920436660,'',0,1674752249.3716,55,'yU7Ozk8raQupCbEfJwi6DThI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.36',1920441892,'',0,1674752538.9159,55,'XVm5AcWuyBQoqkh3RGJ4ZUse','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.215',1920438231,'',0,1674752815.2572,55,'6Gsb9TtwgNHrn4i85V1FCEov','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.2',1920434946,'',0,1674753119.4009,55,'x6E10y7Tf4AOKj28V5Bqibne','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.173',1920437677,'',0,1674753417.0027,55,'u1gQPnYtJaxIzbWd7FsHrXjM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('138.199.48.186',2328309946,'',0,1674753486.0031,70,'0N9mqacgXZL8l64xzyISvJPY','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.133.211',1920435667,'',0,1674754017.9487,55,'Mp1OP5JHanq0y8tgZ9AYEbli','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.217',1920436441,'',0,1674754297.0967,55,'fWc3K4Oge1rZh5skxFjmv2RQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('138.199.48.186',2328309946,'',0,1674754617.3074,70,'Ob4ZwxAs3GIV5FkSqnyiMdcL','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.141.119',1920437623,'',0,1674754622.8762,55,'DfnyqiANjHgxbWI1QVYsKCRc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.156',1920440220,'',0,1674754856.8125,55,'ixeFVbDKYyZMvIsR8zWAd73E','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('112.18.252.222',1880292574,'',0,1674755493.5333,70,'p3GJkwdAPxzrKQt809mcBuYD','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('51.89.98.142',861495950,'',0,1674756647.7804,70,'hyjfDaYxBWuzVU5sLJ1w9lId','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.19',1920434195,'',0,1674757992.9778,55,'G71HjRtb08UasYMn2ZwJVNpm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.108',1920435564,'',0,1674758362.4602,55,'HWQd7cFrVz1XpC3ojSKPa5mJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('150.143.111.232',2525982696,'',0,1674759013.3449,55,'CrFeMl8QBJwHkGoK9hLq2bDn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('216.244.66.198',3639886534,'',0,1674761078.0581,55,'iYezn3tQWOlkTxIjENXLwPCR','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('35.222.218.27',601807387,'',0,1674761108.7467,70,'rSqyM39FXdtogGxcblPO1ha2','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.159.177',1920442289,'',0,1674762199.8491,55,'pX0oUVfmqPCNkFAD1h48ryaw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.211',1920437459,'',0,1674762549.2049,55,'IxV6JuCrPqp4G2oF8Dlyi91z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('177.55.125.120',2973203832,'',0,1674763288.1513,70,'2CmUgB4Rpuda86HMxEt5o1An','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('109.248.175.137',1845014409,'',0,1674763511.1447,55,'e3inopZcvqbxEzQj8tNK4TJh','','19|0|0|0|sleepingsolutions.co.uk/v33.php',0,19,0),('138.199.48.186',2328309946,'',0,1674763929.7597,70,'hflnLb1oK4tJ7P5MWaeDuw6S','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('54.36.82.134',908350086,'',0,1674764107.4993,70,'aOqlQo2mEBGiTesWMPdRNFzJ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.236.1.13',921436429,'',0,1674770395.4380,55,'ewpEsN46Cx0HOiBXRlytJF5r','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('5.23.51.236',85406700,'',0,1674772335.1821,70,'g01UyKhzem9YOMcvVrFAR4f7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.137.122',1920436602,'',0,1674772374.7019,55,'0xAL5tYka4eRWSyBTEHO7imp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.162',1920434338,'',0,1674773758.9333,55,'THBQDe3rOxRyM5ih8E6Azjv1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.200.23.160',1741166496,'',0,1674774160.5104,70,'M89PGSe2D3gBknlv1ITFO7yN','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.143.55',1920438071,'',0,1674775847.3960,55,'TO7xahcVkUwtLs29QGXzCMrA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.180.230.207',3484739279,'',0,1674776403.4469,70,'4bNFhwWrPSo7gdR1eVnTkKaE','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.157.51',1920441651,'',0,1674776865.6868,55,'L47nZTQlXodqPI9xWGuCtFOs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.188.86.227',96229091,'',0,1674777635.0861,70,'KH90FpSy1vJINPxcugdeTakM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.188.86.227',96229091,'',0,1674777635.4291,70,'8Uls9uKzxiqZ4CHpwVO6A3J2','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('5.188.86.227',96229091,'',0,1674777635.8386,70,'RYz3dp2aSeUWqO9cXBgIMvP4','','0|0|0|0|sleepingsolutions.co.uk/',0,0,0),('114.119.157.143',1920441743,'',0,1674778884.5264,55,'yCPQ36OUskdbDgJGi40ezF98','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.211',1920434643,'',0,1674779229.1250,55,'iIBybKRZMu9SYDqsL5hpjawn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.37',1920436005,'',0,1674779582.1712,55,'OEFdhmXp5H3qbGDgNSf1K87y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.182',1920435894,'',0,1674779919.2741,55,'2483dVyALoSQ60MB5PlNhR7O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('150.109.60.184',2523741368,'',0,1674781260.4396,70,'YCZlc8urwW7qjmJD0ga9hOyx','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.131.200',1920435144,'',0,1674781487.7542,55,'vdbC6utwRTKcID9Zp7WBahG0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.130.218.42',1736628778,'',0,1674782409.1974,70,'6iUbZlFnXIwHoyQJ2cgDMO15','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.130.61',1920434749,'',0,1674782766.5467,55,'DJ1R3HsErW6hzclK8GbunI9e','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.9',1920434441,'',0,1674783085.3404,55,'yXmrepVK9GDjUBCSokuiRLJ8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.181',1920437941,'',0,1674783387.5892,55,'rkOzC05Xc7DJKH98QU3NpFvT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.37',1920442149,'',0,1674783686.3063,55,'IFV0hDC2GUXcgoRwy51YSmnl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.233',1920440553,'',0,1674783994.0447,55,'iYPBAEkblTpKsQoWXGt0aqzh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.84',1920437332,'',0,1674784269.6920,55,'8eWYKIbFBnv7PT1XMhx0UgzO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.128',1920436608,'',0,1674784503.0291,55,'FxC0YVr5o4yMu9hqcANPj3XJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.162',1920434338,'',0,1674784668.3803,55,'ScP0fYrEmGXtTFvoLUCx1eK4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.252',1920436732,'',0,1674784813.8151,55,'19asyEUVGBtHjD0Z4bNcwXpg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.154',1920439450,'',0,1674785515.5091,55,'x9uTeAN6GFCvI8gzwEZOYXDo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.76',1920436300,'',0,1674785681.9610,55,'Qx23eP9NjSc8R1kWg0ElyCaL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.0',1920441856,'',0,1674785830.7049,55,'qnfsEVjgJTQWUFYZDdo5RL30','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.222.54.217',1306408665,'',0,1674786413.8812,70,'2QT3z9Kw6lDZ0hmtO8LsCWnb','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.21.35.197',1091904453,'',0,1674790284.4295,55,'pagsDNyJRO4BcfIKUn9V2kMz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.21.35.197',1091904453,'',0,1674790700.8111,55,'DPy4V9aBHbwoWsXknxItqivL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.21.35.197',1091904453,'',0,1674790700.8579,55,'3D0S9vZk2CimL8JgNTXcnhFp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.21.35.197',1091904453,'',0,1674790701.0311,55,'KveEi1pFXmcYVMBZoqlOSTdw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('108.179.251.69',1823734597,'',0,1674791731.4443,70,'kpO8CY2Qs1SWqIjhTMUiRVJB','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('66.249.65.34',1123631394,'',0,1674792165.5148,55,'qA2OEMBi8rdes5lVpGuL0Jnk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792324.8601,55,'xe8FcCgNOIPWVE05HbGo6sXU','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792325.2888,100,'2gKvbsJlOonejL0IacuiwDfF','','22|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-json/am-member/license',0,22,0),('185.65.134.179',3108079283,'',0,1674792325.3364,10,'2gKvbsJlOonejL0IacuiwDfF','','709|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-json/am-member/license',0,709,0),('185.65.134.179',3108079283,'',0,1674792325.3511,100,'SrkWzBeCi3oIMKHZQGjL29TN','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792325.5041,55,'HfmonhcJsaDtQd3qAUCEyIZ2','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/gqjdio/vt.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792326.2341,55,'YRDqTVZGgxFzQNpo6CU9K23A','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/imagements/images/2ktsk8fdwlh7amaezqxxldrfpx9.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792326.3533,100,'OKuNIXLAoDhiU5l89G2a1Czf','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792326.3650,18,'CdcGywk8uhjBUlEP3N7g6sTJ','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-json/visualizer/v1/upload-data',0,13,0),('185.65.134.179',3108079283,'',0,1674792326.4352,18,'byQ6wTp5EtxXvFCZlV1GouKr','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792326.5695,55,'3VvLrOh2ElFZt9pqHaeYjsMz','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2KtSJoHdLXhkoXPSQ4VBmJGrlaP.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792326.6052,50,'LFS7bRB2I94UoHC8qnekcmNO','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792326.6127,100,'Bb6GRHgErD5udjzthixFeTLC','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792326.7188,100,'4raPn1yie3DAF5IMfVb2j76C','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792326.7485,100,'682XPd1RcSplATfCseDWv0Ow','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792326.8895,55,'0VFGNpQke5UTcv39PMHRWBOi','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792326.9770,18,'EAftmP2YLoNIqrpWsn0zJv1R','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792327.0258,18,'a4ITd3fr6CVmGF8iyEwpzHQK','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792327.0262,18,'oseyRJju1OCYZcqAiTNd2pFD','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792327.0371,55,'X9QziPmYFLvo2Gnq154au3SI','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792327.1098,100,'2aELPYbW3ANxR5ZSdyfQqjnJ','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792327.2128,100,'fA17zp8yODgoP6uJSHYkN35w','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/index.php/video',0,13,0),('185.65.134.179',3108079283,'',0,1674792327.3370,50,'vU7uMWXe6xSZlr4kCQL2ogjh','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.4508,50,'5XDxbQoI890WTAPOkphYHqnN','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.5128,50,'76CMfeIbpvUOHQuKydWmxYoS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.5306,50,'GrBIL4Ml60XZWsDKqY3ahciw','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.5426,50,'OoQ5ebdztyvFCkYLK2Uhsjcp','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.6683,50,'KYfFDl9MHRtq4sXrZo7ymA02','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.7041,50,'qbDJvCw2F1gnMSc3WB0pslEr','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.7493,50,'2Ryg8udhxkVUYJ3B0Cp1eDTI','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.7728,50,'d7gi48UlF2Hr5IxOomSjGeYz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.7958,50,'XfvAG8TI6wjVBcWESZedxlNz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.8031,50,'poWh6mKvXRES0VJid9QaYPt5','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.8237,50,'FkRZvjVSrBCwT8mW9dK4AsHU','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.8516,50,'mLvbah7zeNdwAHc3D9Yi0Q12','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.8542,50,'LOtiMzpDNC9cP5Ebr0kYwTjW','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.8600,50,'12GB0xlg6T3mwaNIenyO48Zo','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.9255,50,'lgb6wOiQyvqRYd4K8kf2M7Dr','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.9360,50,'xTpVQXNjznhO0dqD813PmogM','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792327.9385,50,'xBuZYy6G2nHfMXAsITiNERqp','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.0636,50,'Pm0ylR9JDSeGN4uBEWaCYAU6','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.0654,50,'J6Cso9WNXAav5QiwBnmIgqeF','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.0820,50,'AoQZXPSfbN5xzI2wYHF9aK7U','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.1115,50,'AfbGvJLrQdZgKn3OqpXzRsDW','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.1186,50,'RyIU4D0cxrfw1gevLSHVK5Ak','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.1586,50,'TYbPu5oIMK8w4UW9ldZh03SR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.2500,50,'vqxRWTckGjM7foAzQrm1YygX','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.2538,50,'Q5At6p2zN1FnmouDB8MOIfKi','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.3191,50,'MnW3CwKz2eSgQjf4Rx0YtLTl','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.3226,50,'ub37qycAIDgrMveEwdGs8lfY','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.3249,50,'vBR8OH0MGT9ozbc45IWgK2jC','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.3385,50,'xkREYbsrjU4hMADiIuefL9ST','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.3821,50,'CxfKB0mOqSsQ3UInYzwo9p4j','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.3905,50,'oAu9Bc5DPM0Ea27UFmQenKJ8','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.4043,50,'bXF25xpNz1RyZr60KEinPtkV','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.5403,50,'1Wz8Cs7BKevkS6P9ZqnpX50I','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.5440,50,'0hIxyDvY6Sneul7MkrZVKmdi','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.5585,50,'lH39eZh7xnVvgQGKPFNkbLB5','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.5674,50,'opUs1r2MizxhjlCL36me4YGD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.5930,50,'GXCK2ojUO9gPWxtDMkehLS8m','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.5966,50,'oOZSuW9xFRDNtTYCEp8m3gGk','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.6116,50,'CtqJAMePIi6ux1OG4hFDpsnB','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.6526,50,'TovBZ9xYryWgQ4MRwkDp1qVs','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.8410,50,'EyzHqFu1jR02MrTVifw8SNxQ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.8544,50,'GUOMlrboQSmKwv81DZkNdnHf','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.8596,50,'8uIN3jP9EfZBt2HkngzwdMFm','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.8819,50,'Yd9j8hNDkgMoPWiFbnr12ZUc','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.9394,50,'BuWvoRiq3Tdlb1ZFgeEADQp0','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.9490,50,'LcQAV0hdE3MaxtTnbovNK9OP','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.9490,50,'aXDqKMPR7NxbuflwzQs2hctW','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792328.9544,50,'q3ziaRDdf2EBMHJrZyNjsYTk','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.0820,100,'2dQPpioxbF9WjzOSs05KDeun','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792329.2235,100,'n8Gb2hyrF7sNB6pkAWow1gdH','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/index.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792329.3597,18,'tyGu2ETL5mPhcxnRNAY9vC4j','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2KtSJoHdLXhkoXPSQ4VBmJGrlaP.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792329.4720,18,'3ogQ0KxmPAHcEB7eT8nW5ayI','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792329.4858,50,'xVwjhWrtJ5C9p0gOLHMXNUYD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.6200,55,'8Kf3yrMQT9ACmDPUv5qYJZRc','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792329.6398,50,'ZgJY1vFtHLUP4TDa8WSh5xdz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.6516,18,'NnuwBEYiGDLyPICAMUj6X2s4','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792329.6608,50,'U5JpVQaMdyfPRmqehxIlsubA','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.6833,50,'lfZ30QKvcrDipsJMkzLbRgNO','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.6882,50,'bCO5AiIseB8FxHRM6Yq2dj7l','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.6944,50,'wOEg98ktKfQlUicrmzexjH52','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.7194,50,'oVbzMsnhRW10cfDGg4JAm2Pu','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.7620,50,'xAeinUkuaOY9oW3NCPD2MJVz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.7862,50,'QFkf3gR1myWtY0G2DVlxdO67','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.7934,50,'A1tbN6Jys7YaUodvxCZMWmlX','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.7949,50,'DnsrjSpx4Xev7bCU9hZOlgMG','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792329.9235,50,'gJdCuBz0f7UTVoPhQtRjql8y','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.1537,100,'KyBRrJMYin28cEH4WslOSVFt','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792330.1951,50,'L2EtrcFnS8HZw5GbfW9xX1Vo','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.1974,50,'2FlkRJxeTMs7gDf3CIS9V4Pj','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.2281,50,'Tw4RH1eaUkSDcOKqv2XfutVd','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.2521,50,'69utizSwkKnHfWmjlo2OVec5','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.2736,50,'F6wCpa5lvtu1Tkr7QjI48A3V','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.3286,50,'rVxX80EfcZQkSaN1im2G5JTL','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.4183,50,'kbtU7cKI2CwNo0eW38DLnHjG','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.4199,50,'HkCUJhte9AbnuSIWDVys0gXF','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.4610,50,'PVyFlTstgxRavkUnpmhqw5d4','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.5011,50,'L26QIRMkwcivE8esrnYACG4F','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.5865,50,'PXNukBdzKcvCt1xDq6joR7sZ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.6212,50,'ivXbCAwaudlMnNcp9OtW8x0g','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.6422,50,'XtlxFcweR7q6IBAgDkGYVTyu','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.6722,50,'PULBtEdvucwOy6J45nmISlq8','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.6724,50,'TmqEy3Pun97GheZvrfIdAoak','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.6935,50,'cCe8hKfZ2Tiov7WsnJdk0jXq','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.7094,50,'ZqR2mufv1iaSnMbTW8VOecdp','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.7307,50,'mPRJc9FYgMnvD6dKZGExX1zi','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.7877,50,'Yw2tOLAHbvSjcKConypiX3hJ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.7986,50,'GOLQUcxg9whlNsJzBVqai3y8','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.8002,50,'YKIsUFh5CjTzN8ngm3fMHluO','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792330.8420,50,'CIcztMV2YeTLnqgpOxm1sWSv','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.0301,50,'iDvxpSNnglEe1ho07qfCc8Fz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.1160,50,'tqlHsoL5Q1iVgCOwuUjc0XdK','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.1717,50,'AnzsbSaIlBXjxkQ4rYZewyT5','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.3294,50,'xavnNelyH7o9I4tpgDRSLrOF','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.3312,50,'wIj1SaNsOrF4WU7QXCl6kRbA','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.3803,50,'t9bqs3wJiKpBeWHcIUuX6ZTD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.4115,50,'KMCW1Og8cx3huaA0H7RS9rdt','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.4348,50,'nRdWhMCTgy2jPoplwL8KEVOZ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.6263,50,'IfGS5szFabMVL7cjPqCw6ugR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.6769,18,'EWuCDtjMLcepwPRqOkf7zAVY','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792331.6912,50,'Ns0awGy2mtKZXgThzQIMpo3f','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.7736,50,'wokXZpO7lrAVLCvq91hPDb2j','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.8267,50,'31cY7nQCbMFVDd4oWLBGkZyf','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.8862,50,'tO3ZAQHNxnIh2gkcJVaTM6BY','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792331.9012,18,'Pox2Zivgu7HkhGENVMmKOJbU','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792331.9958,55,'9RLJulOUWpNkP8FKaeYxjrVb','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/html2wp/2KtSK97MNcugrhMtpZxdZ1wuPqj.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792332.0244,18,'oSnEpeDCsfIGlO4Zx7HFWgP2','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792332.0470,50,'B5ODVSnvdczeKf6TgoR7A91t','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.0668,50,'U109wuVSEtjiFgr3eQxMYoyA','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.0934,50,'xLk1tKSgpvlV65hc9szr4EYJ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.1202,50,'EGYjI7Raf0XmQhMiWOc6CSvB','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.2001,50,'N9VubeSn8wOmCUxLFHXKdzgZ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.2298,50,'YhLGQbavXIr872ofMk3y40nS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.2786,50,'aVQrI3tNb27JSxlzpDRBcwZd','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.2904,50,'pvlSkquyTiRsPrNHx0GjebCJ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.2933,50,'138XRpIKWT4azQGJiDLVye0M','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.3386,50,'xLYcEkJV2Bal0Wt3FN8yhRHK','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.3469,50,'q0ZsbQzXMJhfm7tPdIuYLAjw','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.3960,18,'ZcSxfFh2u8wrgbDlMR0Io3Ap','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/',0,13,0),('185.65.134.179',3108079283,'',0,1674792332.4133,50,'7FuTg3neXjyakN6WpZLOV2Bx','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4400,50,'VxrNfHhODAzPIW5yLeiUba41','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4412,50,'WCGEgMRmBpaS1etTAv05qkYX','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4462,50,'LE9DUiA34pvG7eyYIlaSXVou','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4463,50,'69Sb4vqpiDeVfETgKuotHMLF','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4491,50,'FWg7sO2hz3lXruYQeUP1EnjM','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4786,50,'b18Y4jDOVu9aLMBz5dICW27k','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4876,50,'KioJtxpnYSAH4P90CwbM51ar','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.4974,50,'72vsGpI8hMW1tA34SPcFJ5kQ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.5291,50,'bEsqz1wcB8yPM0oL9UORSeK6','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.5616,50,'OCkA5beZ8DXnzHIUjx9a4Kmv','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.5838,50,'xzwVAFkjXiK0mS85sCGtHpb1','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.5840,50,'lvi0J426ztyckusrhqNGmUpW','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.6014,50,'q9wHEWK1dN5ehbnikVaxMgcf','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.6024,50,'xwFkU9j57KtJibWeZIChQB0p','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.6069,50,'2uwbQR3xE0jAp1tWNCgGeJYh','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.6238,50,'aF3g9YQtA8wzplx7Vye4mfrR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.6314,50,'pEHVmq1Lrjb6sl32fo4avGkn','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.6327,50,'jHNdQuz4wYe9UDCymVE8hAxk','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.8106,50,'SXqhZP29RMjpFfuH50znatvs','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.8516,50,'QVKPyHD5Ym6xFnqd8pTi32jA','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.8705,50,'UC58tIWEDhNTiVs0lLpA4Qkn','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.9064,50,'OEJofe369TIsDamwz280ShxU','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.9413,50,'MpnOvW8wm5NRdFIUEJ7H4zGT','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.9622,50,'jRQ4HkeTtXmFx9pg5aPbO0Jo','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792332.9746,50,'VQIMyEipZYWBd54bexSJjRwg','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.1919,50,'dGyxrEP2IY0RlZH9O6w3k4TD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.2534,50,'h2tC3BwilKrHWFDSemVUJbAj','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.3463,50,'UdIkECT4VfHu5z8FBeGlAKZx','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.4783,50,'tKVRxkgm9fwJTou7h6dE3y58','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.5149,50,'1FzLo0e73PlucRHWBhYdGist','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.6028,55,'KRJmEljh8NQWGcU5BqD7pZCL','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/index.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792333.6801,50,'kqyK98jMSGd5zavZ6PgBRWcJ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.7762,50,'KPr4jOhlHyQd0JbazMc8BUN7','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.8214,50,'UprljCaZG5iOB3cyoRdMWz71','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.8550,50,'h5ZUV1gzKLFdEcimsQAStelT','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792333.9854,18,'T7yOh4Gck0Aw8DnrvodBj19Y','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792334.0008,50,'sA9vFVkMh6TjrbNpD2ULIKca','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.0373,50,'yUvocXBQ3FS9nqhZsTkuIPOL','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.0477,55,'P6MfAd1c5eOsiK8SXTLo9YCZ','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/2KtSKB82JhgI36okIu37UgsUwSF.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792334.0846,50,'DoT3E05FuBbCrOI9MKxzjv8J','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.1197,50,'xFwarLign5pcC1BdOKqHZ8Al','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.1455,50,'IsnTtjzcDJOlNiYmPgpCZaSK','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.1963,50,'rkN0isWEzLJBGQFnXwjcZ5Pm','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.2256,50,'BfTRxKz9i4odt5y6Hs0rPauO','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.2540,18,'Alc8vfPVXWeKFDN123EnOxdi','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792334.2631,50,'B0UliJHgx7htX2VumqeQ6KD3','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3187,50,'RHGf1MZl2U0V8eiF5p4wK7Qm','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3260,50,'Nm6ip0cZY2oQGJHLuxC7KSjs','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3428,50,'MGOnrUWitKRfFTmuehlvZoYk','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3524,50,'Oyb51mRjaE4HvVY0tnxICsMX','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3722,50,'GNftxaKzI2jVTABZFJ6Hbrpm','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3797,50,'Pwdek0pFZVW6YsN87JcbGX3i','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3938,50,'sLt0qHQU75whNf3P86lcneiS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.3972,50,'WPjLgr1Dza0tpRSxT8e9M3C4','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.4294,50,'t69y50AopI2ksVMXjwTB8eSK','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.4414,50,'JzMuCH2FYUbZR0pOQEs5qj4V','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.5151,50,'Ckhcmy0Gbf8aRHPFjZBIv9wo','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.5403,50,'SV3w2jg9TAdl5kUZG0xh4KzC','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.5642,50,'Fn5AEOmq7G2daCitw6KfRsDx','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.5712,50,'YnI61spviRfmwhtlarDqN2V0','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.6355,50,'NlbvK9riX8epuFjJo3sOhWSP','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.8126,50,'W5qBExnyHNrGD0YZags4zvA9','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.8200,50,'KZIRXdqoHzWj4y9Fk1cih8u2','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.8200,50,'uKvyibHfLAET0ajcMszx1tXQ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.8457,50,'QekpUtJgZBby41XhT0sPSHVW','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.8642,50,'joaACOGemW0Q68EUi7Kldptc','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.8987,50,'kjfQVXMlnW0YZPv3Ao7r6LO1','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.9178,50,'aPRrjGJ634Dwc1pTLtZFvbhs','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.9312,50,'eT8YoxIzb3QSvKdJCiw4HmPu','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.9361,50,'eg3MVB98SKuj0ycvzsqFdQWf','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792334.9942,50,'C1ARjinP6Or4fzhKGItJouyg','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0000,50,'pQv1csKD057Xum24TiBSYZqA','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0238,50,'vbr2Ip3WN7CJVzltS1AnE6yh','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0253,50,'8Z3EjrdsSy45YMLcQTinxlNh','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0372,50,'UCK4MpVYB3Rd0tx5bXaED71l','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0433,50,'xQq5etVN4loCvykgEhGiaP06','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0502,50,'Wp1JAYQ2DlGCiMwyoBXF0crS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.0657,50,'vFbKf5Lrmt6szhAkGUdoEqp8','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.1603,50,'lOSswbP2A7v1INZyCxzYLWeH','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.1774,50,'iSFVcxD8bvYaqH9pRW5U7sEI','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.2064,50,'7pGCNPAo2DS6IBb1XEcJanf4','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.2894,50,'iFfpryumYIsD2vhH0e463O5J','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.3554,50,'1RI9qSxeMNAVWckfLtT2F4zs','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.3768,50,'fL5D6Bpm4VgieKU2Z8nuGHbS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.3789,50,'RUybtBTglzIC4MKNEs9f1W7w','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.3864,50,'swNWT3l84PJ2tODXSzFRaKxo','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.4024,50,'ur6IDhSsGptobvOe4kWMUm9z','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.4516,50,'fpOZdlzvkDsAS5yJujxUW8ng','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.4541,50,'N4Kk21rQchAUj0nYEaeZJPiB','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.4782,50,'jmKRw9IbVEOTcszHrAuefGQM','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.5873,50,'24YswMD6EZVLa5iqxmhfCrUz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.6055,50,'BAV68MT5GCNa1tLbuFzvoc4r','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.6308,50,'S0q7p4Kotnghw8XjBC5Yf3ZT','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.6643,50,'IW1hqrfjYO2T86vbF0oEtXPJ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.6741,50,'XGmifogInCVlMbZvTN6syDKx','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7070,50,'0Y4toQcpgwuUiK9TBD2LPlHd','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7241,50,'7mAGfxTp2KJscqW0nSjerzB8','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7318,50,'jFJAs97fWE32hyUz4uK6OpoS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7333,50,'RQzMgnchPyNSdK0LCb4O3U1s','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7502,50,'aAPD5hyX3lZ1ij0uTqM9bIHG','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7596,50,'YFHrJjV1G2zqu0sk6tgSAcT3','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7639,50,'4RzFmvULwcZW2Ta0enEoYx6h','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7918,50,'kJQ6zvtfFsWSHCMDiYPU4eG3','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.7976,50,'utovb03IgdDjVwP6sMyC9K2l','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.8060,50,'NlXKIo2BYjcbHvk8CAJVDixt','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.8324,50,'XNvjWgmliELaSDuxfYzB24co','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.8359,50,'qNDy2ZhJ8XjPs9zEB4HxeFaW','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.8392,50,'bHVuBQLlt3PUMS7I4jGvFo6O','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792335.8411,55,'CBt325yT4Zz6VuLkKvHbP1QM','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792336.0722,50,'SxE6jNWObvX1eVHTlo4yf73J','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.1184,50,'8THPYQV2DNtCaI10Xkf6AqhR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.1339,50,'M7e6Ru30Am2p5HCSyrwgFszn','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.1695,50,'MwTN3qnBUkbZ4ResVQriElYL','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.2111,50,'EzPF7uRYm5q4DofH1WAQpOVG','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.3841,50,'mQeTxPHfclhoq4vFSVCLgB7n','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.4580,50,'pXCiq1mYkHdE9y7n62Fle3cJ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.5888,50,'Q61UJL3OeKz27wmRGNZq8sxv','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.6540,50,'PTQXHvhARgqtZU5D7puY10j9','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.6746,50,'bXrpTiwv7MLgCuJf9YBht0W6','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.7090,50,'YG5PNIu6fn0CAhsVe9OczxSp','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.7094,50,'hLktCcId4pViqEoDOv02ZaQ9','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.7425,50,'pLDYPNJX7IkUZ1s0xE9QHqfm','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.7450,50,'Y0r36EkwBxSKbAeGpXav4gmD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.7789,50,'WkuSjypPG6ERvw5NUAZhxdre','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.7992,50,'qPMm1T6Ak0Ehldg2F4ZvjofS','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.8128,50,'wKvbfxG7TDUmMg0o4jIrLQtC','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.8652,50,'z5graft01jZIG4XUb2kphRAM','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.8693,50,'J8cqa4bfjsKNAVGR50YoEuX7','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9003,50,'1uaydKqfB2xX5tECMpmoDArR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9044,50,'QXb81qKf3Zz0Mh7oSgjpaEHn','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9208,50,'PodD0wA8BgNmFOcy7txHEv4V','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9244,50,'NW8wcPI2ezSUJfhgdpjx1saD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9444,50,'TtKkSDCB73mNiPLaY8n90H1I','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9593,50,'K9GFEAHTBnke5py86r2Vi0dR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9797,50,'anVXeLD01ph4SK7TdZGMIvsU','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792336.9918,50,'vXty4OJHknN3CDeasqKPZUdY','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.0256,50,'LRCNhjnDe1MiJF7Xz8lEkUHB','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.0409,100,'F0xLWVKEvrpMQuzOgDNZ395j','','13|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-post.php',0,13,0),('185.65.134.179',3108079283,'',0,1674792337.0506,50,'lgQiTKm7uXtrqedUJnpao60y','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.0601,50,'iohAqtO1FbXKerGV4H2SBlWP','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.0906,50,'PXbUBQpE0Vtvyf6YHg519hFD','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1100,50,'jOKTlD6iohedv3J7gfF4XWAZ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1248,50,'it0Q4bJRdnmwkpfDey8IsKva','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1383,50,'Wn9Qo3SmMyR4r2FgNqOYKLup','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1470,55,'OzhPB4bsotEIjWx3Ta6elyUr','','19|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/workreap-temp/2KtSKh3mppqFnD5GdbliUuaj5zY.php',0,19,0),('185.65.134.179',3108079283,'',0,1674792337.1523,50,'lFCdmRIxA8DQN15UpBYySjwq','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1550,50,'8LjT1OzpWB0FMc53v9APmnHl','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1643,50,'lJwP4xAgWmCk7IrbMVySOXNu','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1661,50,'PmT8ujoNiI3dWMRkYGCJzVFa','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1761,50,'OYEy5foe09pT2kwzuAdUQn8D','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1781,50,'Srzf0nigD6Tx5mEJPZWybKL9','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1809,50,'93XpkQmP6HaO84bZqWyDhNLi','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1820,50,'OltxX6FLd8SKGUMuEW5VYQCa','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1864,50,'IswmlNvStXOkYpWEuMZ7Ac2D','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1937,50,'XtMQ7jmnwvbx0uqr8TW6PSKB','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.1959,50,'IiKF6P2c0QfnDWvGJhaVNklq','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.2547,50,'CJek2Mn4Tg5uG6iOrcV9IWfH','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.3144,50,'madteVuYELsUo1fvRTx8J6Fr','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.3424,50,'whrW5GljnioBVO6LTXk0qKNU','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.6907,50,'0a3SoEvsmMygzURqnQPKDdlu','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.6940,50,'MgLhOQwvB2X0cqUadrF5uylx','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.8039,50,'Fc0wxI6szQH3tAjLa4UEVybZ','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792337.8776,50,'jSQpzNVR4LgFqCnGHvPA0mtu','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.2037,50,'kQZaTzWshGldnDo0iq2BLY7u','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.2242,50,'l4U0mA16hYfJRXoTj7eZkNtH','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.2398,50,'j9b6FeB0cHP27XCrlMtsR5Ya','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.4824,50,'ipt8XZ7nNskCeYycvTBjw0lz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.4975,50,'zmOx8NChFsUSIQDyeoE1VuLR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.5574,50,'kIN8oVmpTU35P1ftqxhlAQX9','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.5585,50,'OFlUrtGSfNuLkP58xAmJvhZz','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792338.6564,50,'2nOY7xJM4dSVEgqHzyDL1Ash','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792342.0886,50,'Mf64Nk7PAUiRIXCt3eboEQrm','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792343.7977,50,'VvSmIAqY7e8KsiznhOWNyECR','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792345.7828,50,'pl1MRegZy8CEnH2mXt0JsUFx','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('185.65.134.179',3108079283,'',0,1674792345.8004,50,'Kwu1qj4pEyJh5FAlMseXZI9Y','','10|0|0|0|sleepingsolutions.co.uk/favicon.ico/wp-login.php',0,10,0),('47.88.61.91',794312027,'',0,1674793043.5520,70,'Jq4Gig1nTAwSjRaWMCZytBor','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('65.108.99.125',1097622397,'',0,1674793447.5163,55,'HG3ihdnZXeR2Lp0EvfxSaTDm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.108.99.125',1097622397,'',0,1674793483.6276,55,'H4vI9ds3axhjCGBoniPZA1c6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795902.7743,55,'2KoxRV9vFnhS1mwACYsJMTqz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795902.9362,100,'PuaSev6YNlZE01QjxWnkX3pt','','23|0|0|0|sleepingsolutions.co.uk/',0,23,0),('185.65.134.166',3108079270,'',0,1674795902.9772,10,'PuaSev6YNlZE01QjxWnkX3pt','','709|0|0|0|sleepingsolutions.co.uk/',0,709,0),('185.65.134.166',3108079270,'',0,1674795903.4338,70,'uGRY8XSTQzWgNACkw2JxPepL','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795903.4976,18,'YstD8wz3gxnC96QZa1mTUFBc','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/simple-file-list/ee-file-engine.php',0,13,0),('185.65.134.166',3108079270,'',0,1674795903.9919,100,'qhMlD6A2Uk97XtOvmSWRKneN','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795904.7950,18,'cgz7950j8hHAK6JINDpx2GwL','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795904.7993,55,'Cz0lKM3evU4DEALjx1cyGZ82','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/2KtZa8qNTBMUvf9RuhK04DLtDrz.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795904.8298,55,'mtXHsvQYr5oGMPlDqjE2cz0y','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/simple-file-list/nuclei.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795904.9225,18,'H3u4bDgpqdWT6zvKock1lmy2','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795905.4756,18,'foYxBEAmQn2Fd81zUHpXNDWL','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-payeezy-pay/donate.php',0,13,0),('185.65.134.166',3108079270,'',0,1674795905.5053,55,'uAjrP2w3zbvKLTZGotpxDgHd','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/imagements/images/2ktzaoqi8h6sfipiyxgfaomezzl.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795905.5181,100,'LAnSZfHhIOoegUju2DqNMC5R','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795905.5288,18,'hNrdLDOnEe1ScGfaIsMQgJiv','','13|0|0|0|sleepingsolutions.co.uk/wp-json/am-member/license',0,13,0),('185.65.134.166',3108079270,'',0,1674795905.5905,100,'vsd4ZSTG7rlLuj3iJAnYEX5e','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/barcode.php',0,13,0),('185.65.134.166',3108079270,'',0,1674795905.9299,18,'5me2FqaoVpQXgbuGnyWIPr4L','','13|0|0|0|sleepingsolutions.co.uk/wp-json/visualizer/v1/upload-data',0,13,0),('185.65.134.166',3108079270,'',0,1674795906.1534,18,'2UkwIsubA0T73pBe45KxjqZ6','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795906.2307,100,'i46l0RwCkGSEH8eLxM7adVqT','','13|0|0|0|sleepingsolutions.co.uk/index.php/video',0,13,0),('185.65.134.166',3108079270,'',0,1674795906.3108,55,'qFbvQIYZpjJTBzm4VAEXohau','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/workreap-temp/2KtZZ6d77gjKa0UGaxtevYNf5nL.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795906.6311,55,'03G8dfAwDt4bzZlq2Jp6QmrW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795907.0144,18,'PKiuEtHVjC3YhnvAd16m0LJx','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,13,0),('185.65.134.166',3108079270,'',0,1674795907.1200,100,'nhN91Xv8GmtW5YdQSFeo6xCq','','13|0|0|0|sleepingsolutions.co.uk/my-account/',0,13,0),('185.65.134.166',3108079270,'',0,1674795907.1474,100,'AD2Mdwgoc5KBTZpRlfGSrJNP','','13|0|0|0|sleepingsolutions.co.uk/index.php',0,13,0),('185.65.134.166',3108079270,'',0,1674795907.2557,55,'Ni78YdpvyHUJTb5lneO9McAZ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/kaswara/fonts_icon/jpibfh/xj.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795907.2845,55,'A9qiK7RNBn5wtlDFMbOhJzS2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/html2wp/2KtZZ2dEfWHjP0THaTLEmmpeG54.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795907.2914,55,'uaXMLFbZ6O89QVw52ivfnphE','','19|0|0|0|sleepingsolutions.co.uk/wp-content/uploads/2KtZZNaj19cQOcD0AGYcIeH9oPa.php',0,19,0),('185.65.134.166',3108079270,'',0,1674795907.3156,18,'wlXBEgtsDbeKCOUZ5qhLPWJi','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795907.6040,100,'IV2xZHgpY1QM0f6Bz9PiuJ8t','','13|0|0|0|sleepingsolutions.co.uk/',0,13,0),('185.65.134.166',3108079270,'',0,1674795907.6179,18,'r45fbUH2CMSIXapViNKYW8Fu','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/2KtZa8qNTBMUvf9RuhK04DLtDrz.php',0,13,0),('185.65.134.166',3108079270,'',0,1674795907.7073,50,'LR1XikPHjNl0IZsFd6eOqDTB','','10|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,10,0),('20.125.141.130',343772546,'',0,1674797346.4884,55,'xuSfPivWgN8p3tk0GBOqroXw','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('181.119.146.47',3044512303,'',0,1674797367.5298,70,'m7AMVZb0BPRlKnqHTJ54Wpzr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('20.125.141.130',343772546,'',0,1674797389.1861,55,'mVOSzqevRnltx9chLW3Q6XoG','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797412.1035,55,'tBlCFReU8KAOQ4uvjVN0xPTy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugin/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797501.7603,55,'oirjBZKnbR34zvtqLWNCuXY0','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugin/db.php',0,19,0),('20.125.141.130',343772546,'',0,1674797513.0947,55,'NfOawEmWDtcYGAbrI3j5Jdis','','19|0|0|0|sleepingsolutions.co.uk/installer.php',0,19,0),('20.125.141.130',343772546,'',0,1674797513.2198,10,'NfOawEmWDtcYGAbrI3j5Jdis','','707|0|0|0|sleepingsolutions.co.uk/installer.php',0,707,0),('20.125.141.130',343772546,'',0,1674797873.3078,55,'dVXqBryaYOmcl0ovzNRZJG2L','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/priv8.php',0,19,0),('20.125.141.130',343772546,'',0,1674797876.0003,55,'9NSRkOup8Peh4cG3K2lJTWVi','','19|0|0|0|sleepingsolutions.co.uk/4price.php',0,19,0),('20.125.141.130',343772546,'',0,1674797879.5596,55,'FcHkxZUrnQN6DJ2SEbL3PYgA','','19|0|0|0|sleepingsolutions.co.uk/wp-content/rss.php',0,19,0),('20.125.141.130',343772546,'',0,1674797880.6612,55,'SlXRr6NEd9Lpo47uwxeFVhTY','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797881.8545,55,'JCTgFXvdWyBSPlxteYpA793h','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('20.125.141.130',343772546,'',0,1674797882.9781,55,'3ABQoNdjgH6SWmDICPXvr7b4','','19|0|0|0|sleepingsolutions.co.uk/1h6j5.php',0,19,0),('20.125.141.130',343772546,'',0,1674797883.7449,55,'lT74pNo8DVsanxgz1jbrQLyS','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('20.125.141.130',343772546,'',0,1674797884.8340,55,'0ZzcUDw3LlmEaoGRJquPph1s','','19|0|0|0|sleepingsolutions.co.uk/wp-22.php',0,19,0),('20.125.141.130',343772546,'',0,1674797886.0983,55,'Y5P684MpgnhcwtqzQJOsKdyT','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php',0,19,0),('20.125.141.130',343772546,'',0,1674797887.1600,55,'dp2eyQX79j6tbHmfg83wWcol','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0),('20.125.141.130',343772546,'',0,1674797888.1252,55,'kued18AR2PbVs0ir5Sv3mLlq','','19|0|0|0|sleepingsolutions.co.uk/mini.php',0,19,0),('20.125.141.130',343772546,'',0,1674797889.1283,55,'5qCohyi7Fx4Gl26zbsZkcaDT','','19|0|0|0|sleepingsolutions.co.uk/idx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797890.1767,55,'PxSJZzwOVQq2ra9yWB5LEmY3','','19|0|0|0|sleepingsolutions.co.uk/evil.php',0,19,0),('20.125.141.130',343772546,'',0,1674797891.0543,55,'NfYEc4dzmuQHMwLZXb01eKPO','','19|0|0|0|sleepingsolutions.co.uk/marijuana.php',0,19,0),('20.125.141.130',343772546,'',0,1674797892.0309,55,'YBhKz5RHLnwdrZvEFOXxMs46','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('20.125.141.130',343772546,'',0,1674797892.9995,55,'xg8cRZzsPyVHQrUGiCj2KXv0','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('20.125.141.130',343772546,'',0,1674797894.0526,55,'tQVMosemzhXOiWNH4xDc7n08','','19|0|0|0|sleepingsolutions.co.uk/Priv8.php',0,19,0),('20.125.141.130',343772546,'',0,1674797895.0832,55,'ZIh0iobekxVLTgHpOCNQMtXn','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('20.125.141.130',343772546,'',0,1674797896.0521,55,'Ceb4F93mEWI056hyt2HQGiJT','','19|0|0|0|sleepingsolutions.co.uk/Priv.php',0,19,0),('20.125.141.130',343772546,'',0,1674797897.9790,55,'MEJzy0Nkw2QPWqD7U1i3SdTx','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('20.125.141.130',343772546,'',0,1674797899.2568,55,'b84NzGcCPShet0XFkYH5sLpr','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797900.5079,55,'CYj5R20e94WIX1PxdKEs3nHM','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('20.125.141.130',343772546,'',0,1674797901.4489,55,'AZBWgPhYrJte6Q5kxULnGwq1','','19|0|0|0|sleepingsolutions.co.uk/wp-text/themes/seotheme/mar.php',0,19,0),('20.125.141.130',343772546,'',0,1674797905.6165,55,'g7pKPDUwcYiQVNC0aGhXLSH5','','19|0|0|0|sleepingsolutions.co.uk/wp-text/themes/seotheme/shx.php',0,19,0),('20.125.141.130',343772546,'',0,1674797907.3157,55,'YuHli4hcrtVxDoqRL0FEvnI5','','19|0|0|0|sleepingsolutions.co.uk/r57.php',0,19,0),('20.125.141.130',343772546,'',0,1674797908.8351,55,'vtgO6WQoD2ilaHAeJSpR9crN','','19|0|0|0|sleepingsolutions.co.uk/c100.php',0,19,0),('20.125.141.130',343772546,'',0,1674797909.9922,55,'thdyBIXpNlgSfnKTs8YeaMGm','','19|0|0|0|sleepingsolutions.co.uk/sniper.php',0,19,0),('20.125.141.130',343772546,'',0,1674797911.2520,55,'3xMUm9d0LaGreHVp4yIXKCln','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('20.125.141.130',343772546,'',0,1674797912.4750,55,'7MWbdg0mUVxwOZfRDCq4zkBN','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('20.125.141.130',343772546,'',0,1674797913.7450,55,'z13aqLEmGJ9bBeMt2Xy6ikFK','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('20.125.141.130',343772546,'',0,1674797916.3415,55,'sCF1yoX23bSUYMk9QjK8mDLd','','19|0|0|0|sleepingsolutions.co.uk/1975.php',0,19,0),('20.125.141.130',343772546,'',0,1674797919.5745,55,'X31gkbs5DFQTmirxLCSVePl0','','19|0|0|0|sleepingsolutions.co.uk/wp-2019.php',0,19,0),('20.125.141.130',343772546,'',0,1674797921.6922,55,'SVm9Lu5WH1AsiUDcpgEMw8tx','','19|0|0|0|sleepingsolutions.co.uk/h4xor.php',0,19,0),('20.125.141.130',343772546,'',0,1674797922.6818,55,'J4mhocvkHyxDYz8F5G1PtilV','','19|0|0|0|sleepingsolutions.co.uk/wso24.php',0,19,0),('20.125.141.130',343772546,'',0,1674797923.8536,55,'ugid9pq47SXcJeyThlZ50HGB','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('20.125.141.130',343772546,'',0,1674797925.2699,55,'5oxLhSaU1t3cP2OkYpvQb6re','','19|0|0|0|sleepingsolutions.co.uk/ae.php',0,19,0),('20.125.141.130',343772546,'',0,1674797926.5843,55,'Jyb09tHwEKU4SqiIT8RNzmxo','','19|0|0|0|sleepingsolutions.co.uk/2index.php',0,19,0),('20.125.141.130',343772546,'',0,1674797927.8222,55,'2pcJ3CGqVmylKQUvdzAEPrkF','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('20.125.141.130',343772546,'',0,1674797928.9036,55,'cfTUNlO7grzd0YXhMqWZxHIt','','19|0|0|0|sleepingsolutions.co.uk/radio.php',0,19,0),('20.125.141.130',343772546,'',0,1674797929.9919,55,'Em3iZkyY0SR9jCbnKezp4Af5','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('20.125.141.130',343772546,'',0,1674797930.9981,55,'Lpy5961DElOWkfdNCve3JKXu','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('20.125.141.130',343772546,'',0,1674797932.1110,55,'img9fw38LjeHWCNFzQKYxdXV','','19|0|0|0|sleepingsolutions.co.uk/cpanel.php',0,19,0),('20.125.141.130',343772546,'',0,1674797933.4561,55,'fWgmOLHy5MJnjkS47Z6XdrUF','','19|0|0|0|sleepingsolutions.co.uk/wp-text/fr.php',0,19,0),('20.125.141.130',343772546,'',0,1674797934.8451,55,'pKuHMTt3gacLO7VnkelvFDZ5','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('20.125.141.130',343772546,'',0,1674797935.8219,55,'zayL4JnYTCBH8U1rhsmQi7ux','','19|0|0|0|sleepingsolutions.co.uk/mm.php',0,19,0),('20.125.141.130',343772546,'',0,1674797936.7433,55,'Rfr1YOzk0PsCIg5FB6dvAcK4','','19|0|0|0|sleepingsolutions.co.uk/blok.php',0,19,0),('20.125.141.130',343772546,'',0,1674797937.6370,55,'dVLO5qUmWx2hvRMP96401pJt','','19|0|0|0|sleepingsolutions.co.uk/images/1.php',0,19,0),('20.125.141.130',343772546,'',0,1674797938.8120,55,'TMrER9Sa7DfI5dutFn4pl1gZ','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/user/include.php',0,19,0),('20.125.141.130',343772546,'',0,1674797939.9470,55,'c0yHSh81logRU6QNJB2PC3Oi','','19|0|0|0|sleepingsolutions.co.uk/wp-text/languages/plugins/0byte.php',0,19,0),('20.125.141.130',343772546,'',0,1674797942.5028,55,'O1kpsVJGaIbhr0MjXzBD7mEY','','19|0|0|0|sleepingsolutions.co.uk/modules/logo_img.php',0,19,0),('20.125.141.130',343772546,'',0,1674797943.3931,55,'VI9yrb4wP2LnfGl6SesqJmFz','','19|0|0|0|sleepingsolutions.co.uk/shells.php',0,19,0),('20.125.141.130',343772546,'',0,1674797944.4379,55,'Bqm6KJksAzGfvE9LOHp5dgCD','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('20.125.141.130',343772546,'',0,1674797945.7270,55,'sjnxGUpTLRyYQ0hNCWDqAPg5','','19|0|0|0|sleepingsolutions.co.uk/oc.php',0,19,0),('20.125.141.130',343772546,'',0,1674797947.3193,55,'kTV6fUMoE0v9mlNhyAgdcxae','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('20.125.141.130',343772546,'',0,1674797948.4021,55,'Op1gkLRT4rvwoAynchKtD5Il','','19|0|0|0|sleepingsolutions.co.uk/ups.php',0,19,0),('20.125.141.130',343772546,'',0,1674797949.8426,55,'M9SNz3xITif6swZX8aACLQVP','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('20.125.141.130',343772546,'',0,1674797953.4299,55,'ipJM3GY9Z8VBaLrFCkRWntXh','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('20.125.141.130',343772546,'',0,1674797955.3876,55,'Ko3XskpINvY6Wy0SGFRi95Jh','','19|0|0|0|sleepingsolutions.co.uk/alfa.php',0,19,0),('20.125.141.130',343772546,'',0,1674797960.0759,55,'vcug37tIPdahXFxp1A9QEsLD','','19|0|0|0|sleepingsolutions.co.uk/style.php',0,19,0),('20.125.141.130',343772546,'',0,1674797962.1600,55,'ZnNaUzpDVW04BicrRdLEflCy','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.125.141.130',343772546,'',0,1674797973.5837,55,'PHjl4edtI9VCLU0MB2OWwqzp','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('20.125.141.130',343772546,'',0,1674797982.0336,55,'9UjubehVc04afvxg2XLJ6nyD','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('20.125.141.130',343772546,'',0,1674797986.4853,55,'AxNfYG3ET57tdsw9ZrXvyegP','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.125.141.130',343772546,'',0,1674797987.7174,55,'w9NF7SVK081bTcgqhkX2nzvf','','19|0|0|0|sleepingsolutions.co.uk/legion.php',0,19,0),('20.125.141.130',343772546,'',0,1674797988.8279,55,'52DISp6zijfQ1YquLVNsvGHT','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.125.141.130',343772546,'',0,1674797990.0124,55,'Ogta92Zrhw5NDqEkGvol4YmQ','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.125.141.130',343772546,'',0,1674797992.6541,55,'DVn1O0WXPeodSzcpmLItwyvr','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.125.141.130',343772546,'',0,1674797995.1612,55,'XpME0YsWcGtuPTq3R86vyOIA','','19|0|0|0|sleepingsolutions.co.uk/wp-text/export.php',0,19,0),('20.125.141.130',343772546,'',0,1674797997.8024,55,'d0rI3m9xfUHzbS1KvZ48XwEQ','','19|0|0|0|sleepingsolutions.co.uk/plugins/ubh/up.php',0,19,0),('20.125.141.130',343772546,'',0,1674797999.0376,55,'2deHZmYaRECnPuDIftvBpWho','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('20.125.141.130',343772546,'',0,1674798002.4702,55,'SJyQjapYefEhxdPqrGkH3iNt','','19|0|0|0|sleepingsolutions.co.uk/wp-text/fw.php',0,19,0),('20.125.141.130',343772546,'',0,1674798003.3360,55,'KLwkf6M8YsCyuOe2NPHriqS0','','19|0|0|0|sleepingsolutions.co.uk/tuco.php',0,19,0),('20.125.141.130',343772546,'',0,1674798006.1861,55,'iFrfqV6uUJtHxwNoe3g2RsCT','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('20.125.141.130',343772546,'',0,1674798013.4615,55,'ON1ItMq9Y0pf5PZywvcAz86H','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('20.125.141.130',343772546,'',0,1674798014.2327,55,'crL7PO3ZIiARBYsl9pfHVJW0','','19|0|0|0|sleepingsolutions.co.uk/shx.php',0,19,0),('20.125.141.130',343772546,'',0,1674798017.5188,55,'KGwEDMRbdiLvt5uHXBye8UzO','','19|0|0|0|sleepingsolutions.co.uk/shl.php',0,19,0),('20.125.141.130',343772546,'',0,1674798022.2800,55,'yLHjUuvW75CR4FDAKXfJtxnN','','19|0|0|0|sleepingsolutions.co.uk/old-index.php',0,19,0),('20.125.141.130',343772546,'',0,1674798023.5129,55,'mvOsF0fdB71QHYgyeLTt3Ewc','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('20.125.141.130',343772546,'',0,1674798024.5487,55,'51vyTmX6UKcbHpSxAJI3M4ae','','19|0|0|0|sleepingsolutions.co.uk/wsanon.php',0,19,0),('20.125.141.130',343772546,'',0,1674798025.6113,55,'rF0BgHa1Q5c2yXC7Vl8zfGnu','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('20.125.141.130',343772546,'',0,1674798026.5987,55,'SDqzAGpsICi5g0JQ7yrdTXbK','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('20.125.141.130',343772546,'',0,1674798029.3341,55,'bTan7xgCIeZBp5YsrP0mOcGD','','19|0|0|0|sleepingsolutions.co.uk/ww.php',0,19,0),('20.125.141.130',343772546,'',0,1674798030.3250,55,'eMPwB4OrahSyCxLNvY2Kl3Ag','','19|0|0|0|sleepingsolutions.co.uk/fw.php',0,19,0),('20.125.141.130',343772546,'',0,1674798032.8351,55,'WdZRlVNi7YFmpv5bPHK08yne','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/dev.php',0,19,0),('20.125.141.130',343772546,'',0,1674798033.8655,100,'mPKACkVrs1j7bpWLcRNi9XJx','','13|0|0|0|sleepingsolutions.co.uk/wp-text/themes/seotheme/db.php',0,13,0),('20.125.141.130',343772546,'',0,1674798034.8500,55,'4aOqnTdM5RSu8miCP71VGQH9','','19|0|0|0|sleepingsolutions.co.uk/wp/about.php',0,19,0),('20.125.141.130',343772546,'',0,1674798036.1652,55,'HYP51kVuEoAMgy7qLU8h9sIn','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('20.125.141.130',343772546,'',0,1674798037.3415,55,'tWiubFlp27eIP6ro3XscAYqT','','19|0|0|0|sleepingsolutions.co.uk/gly.php',0,19,0),('20.125.141.130',343772546,'',0,1674798038.2183,55,'RS0PuKi2gEXmUWJwBexpMlQ5','','19|0|0|0|sleepingsolutions.co.uk/ahg.php',0,19,0),('20.125.141.130',343772546,'',0,1674798039.2763,55,'VxlwRd3Z890KGiqEva7csmrP','','19|0|0|0|sleepingsolutions.co.uk/wp-loqin.php',0,19,0),('20.125.141.130',343772546,'',0,1674798040.6372,55,'fPBe9bJ6HkxqsywoGih3QLYv','','19|0|0|0|sleepingsolutions.co.uk/123.php',0,19,0),('20.125.141.130',343772546,'',0,1674798060.6045,55,'629fhodKL1TbACJPepvNtYz4','','19|0|0|0|sleepingsolutions.co.uk/wp-confiq.php',0,19,0),('20.125.141.130',343772546,'',0,1674798064.9562,55,'fAZGDERnUtcleh3iX9p8uV0P','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('20.125.141.130',343772546,'',0,1674798066.2158,55,'q6hoayYBEusGKn95FZXzr3TD','','19|0|0|0|sleepingsolutions.co.uk/xmrlpc.php',0,19,0),('20.125.141.130',343772546,'',0,1674798068.6902,55,'udZKwGPglmyv79UxsibtEFpj','','19|0|0|0|sleepingsolutions.co.uk/phpinfo.php',0,19,0),('20.125.141.130',343772546,'',0,1674798070.1301,55,'pWQrCJRk2bFj1B0DXqfuLKmh','','19|0|0|0|sleepingsolutions.co.uk/wp-class.php',0,19,0),('20.125.141.130',343772546,'',0,1674798761.2011,55,'CAnvrFP2gcNIqm1UOibah9so','','19|0|0|0|sleepingsolutions.co.uk/configs.php',0,19,0),('178.62.60.116',2990423156,'',0,1674802150.4722,70,'sJCjYzayHEgGpW7NtSKPU6h9','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('205.169.39.63',3450414911,'',0,1674803230.8275,55,'6NGEK4iso9yBbqSOMXxJ0jtA','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('81.69.253.128',1363541376,'',0,1674803786.2544,70,'N9bfotAqM5FScXYs6Pj2uT7H','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.172.216.212',598530260,'',0,1674806552.2153,55,'0Vu1x7rbp5vtnNdya32FzGPR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.28.210',65936594,'',0,1674807054.7325,55,'QDRL62MnoBv71IjrtcpqwWuT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.84.124',65950844,'',0,1674807247.8733,55,'lPsEjHcmzgQ0Oa79C4trLTZn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.241.9',752021769,'',0,1674808182.6541,55,'0F9Nvn7LGgSY364dbjhuW8rt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.63',1123631423,'',0,1674808488.8196,55,'rZRg69Ft5bCoeBcM28mKkJ1p','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.1.141',65995149,'',0,1674808900.0287,55,'Xky3upi0TOm5KDfe2v6rbsVS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.206.74.88',315509336,'',0,1674809451.6159,55,'pq4TJe7lFPYtZNdvHDSQKaxI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.65.37',1123631397,'',0,1674810165.4210,55,'d18suKQyzJOEjSc5qrnfZbBN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.43.87',751315799,'',0,1674810608.2350,55,'izSFDtJLxIHyKT89XQRdN0cl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.73.61',752044349,'',0,1674810718.9585,55,'hEi0bzaNk8BPsfWComxDAqeM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.37.208.205',1294323917,'',0,1674810989.4679,70,'qLS2TPw13sYA6kzWGJ9hgacM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.45.229.42',1110304042,'',0,1674811248.7706,70,'SmTRHciodyLUrZVbJ6vPYeuw','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('18.206.16.180',315494580,'',0,1674811450.4704,55,'SaJI1PcNFE6zK8OpWUqsoCX2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.28.210',65936594,'',0,1674811649.7056,55,'xTYIahr0NlOXbJ92Kwgo3pc6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.2.105',65208937,'',0,1674811969.2634,55,'wfC9oQJ5kvcBdO87Uxlp0KqV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.161.177',1920442801,'',0,1674812096.3813,55,'2Lvr6hS7CXQw4ex3T8DFAd1W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.222.54.217',1306408665,'',0,1674812506.3465,70,'b2QPIpvETksWtlLHgiRDmwJ3','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.238.28.210',65936594,'',0,1674812923.5368,55,'LdI1rw0bSMz8GYuNyehP7XKH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.249',1920440057,'',0,1674812937.0536,55,'ICfEzlK5c7QSaWP0nmsZ3oXL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.162.58',1920442938,'',0,1674813269.6204,55,'tyoFHuLzkBZAsvG0MPfXd1SV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.179',1920434611,'',0,1674813594.6350,55,'IWAQmcNlFsL2KdP35EzgyXwC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.91',1920435803,'',0,1674813931.8827,55,'S7xnDzQ9bAXeIKd1U2LcBjv4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.174',1920436142,'',0,1674814245.0922,55,'JgZAEM3HbF4CXrBsTyLd7jDN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.154',1920434330,'',0,1674814580.7674,55,'u2eNQwnMGzKToRc1sVtfr7DW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.101.157.36',90545444,'',0,1674814752.1462,70,'kYNpE4lhU9gdoGzKm1FQAuDO','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.142.99',1920437859,'',0,1674814920.0364,55,'0inUSAgVbFsyQOYarZpq3Jzc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.28.210',65936594,'',0,1674815129.4407,55,'HcYM3NxDoWa6Vi5098KTL24b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.50',1920439346,'',0,1674815237.2942,55,'wnKVph9TCJDjlStyY0bamfrR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.110',1920441454,'',0,1674815576.1709,55,'EVtvnzwxmgkHYphLNaA8dJOj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.160',1920436640,'',0,1674815905.7140,55,'xdWn1LEopKlmuwBS5QNbz07U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.241.9',752021769,'',0,1674815949.6251,55,'qmS6HD4sVP8GUoIbcpLeBEFZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.88',1920441176,'',0,1674816213.0038,55,'LkPsvcUE29Wg4hlIObyiVAnz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.80.2.60',55575100,'',0,1674816413.2924,55,'E7BW10F6RSIwtXhTHbY8Vdf9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.248',1920442616,'',0,1674816545.0991,55,'3Zyc8N1Rqt2veiVgXUCH0oEz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.43',1920437035,'',0,1674816862.7197,55,'HZuRVfYeAcJg4zp2dwbI8a0X','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.11',3475901707,'',0,1674816953.8861,55,'ys4Fm92ObrPYSalHhdvZA37I','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.152.33',1920440353,'',0,1674817169.1357,55,'RDYxE3sFbZiUO6Na52Wtlyu1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.226',1920442338,'',0,1674817464.7096,55,'ty1RGMWzf0naLQFl8EHegD45','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.217',1920437465,'',0,1674817778.6795,55,'KNiOd9octq3l1EwWj8DZpufX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('177.55.125.120',2973203832,'',0,1674818005.2474,70,'QH6LT079AZrIElfPGxv35bCo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.129.225',1920434657,'',0,1674818072.7055,55,'0RQLSj96kUhizVrbnKFDpfBl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.173.48.229',598552805,'',0,1674818221.7784,55,'HxMFYIu3GRZ1ml2y4WpEgaAn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.33',1920440353,'',0,1674818369.5464,55,'RDOQZWcylYixPAe16hfug43E','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.42',1920437546,'',0,1674818723.5918,55,'6ZOlw7nJhsp39j54zvItCUD2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.181',1920437941,'',0,1674818968.5092,55,'xanQ2LkrlgAif4cTbJWYqKFu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.166',1920437414,'',0,1674819269.4474,55,'x1R4ZpziP72VnGAsFvHyDjqd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.143',1920441743,'',0,1674819539.0885,55,'b6jBWYcyN5fAZOGgkLMHd47S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.71.19.59',88544059,'',0,1674820239.0846,55,'JWs9xwBAF1KTQZu4leUSkimj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.71.19.59',88544059,'',0,1674820240.1337,55,'nbcYdxKWt0GfqsJeVjXhaR5y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.146.203.15',1737673487,'',0,1674820507.0377,70,'Aa01gSr2QRHl5KoLDTi8PkOx','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.204.180.77',583840845,'',0,1674821232.5094,55,'6z0UHhFlRBA2Dp39N4XMd8Iq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('202.172.28.182',3400277174,'admin',0,1674821250.4249,51,'6rypBtRbHC352s7qDFghmkZn','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('5.71.19.59',88544059,'',0,1674821372.6561,55,'wF7KRGlJOh0X4Ufe6tSIDjAu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.71.19.59',88544059,'',0,1674821498.4241,55,'TIcjaR47oYxBzVybU16PO2Jn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.196',1920437444,'',0,1674824185.3148,55,'JanL4CSIlxo5we86cD9Qr71m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.36',1920434468,'',0,1674824485.9387,55,'KN2p7YGgs1VZjLAvWwtlrJ5a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.188',1920436412,'',0,1674824837.1415,55,'uP2g3AElfa4hzjVxODQ8bZKt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.225',301063137,'',0,1674836010.6596,55,'BgP8zisOlE9n62GRTYvewhLV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.69.237',1123632621,'',0,1674838674.8316,55,'BMt6leJkQxrawASDWUsL5Tvn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.208.67.56',2999993144,'',0,1674838721.9924,70,'FwQpDBPGfET6a5mqNj2MA3RC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('67.205.132.31',1137542175,'',0,1674839135.3728,70,'7h3jnFKtxA9IRi1QMcLoEkXS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.131.218',1920435162,'',0,1674840966.7525,55,'dHSgRbKJc1vahLCf8pMUmtIy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.156',1920435868,'',0,1674841741.0273,55,'InHuAoGyMcqNRVpOjXPhg6lB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.70',301026118,'',0,1674842630.9219,55,'hTXJp8MCYDi0R61zcBIon4uW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.33',1920439329,'',0,1674843118.6527,55,'fixkgu1MmvQs8FKaUhcYdypq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.223',1920441567,'',0,1674843436.2495,55,'vFfojrLcBEdgIm1HCuVPyNZn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.178.152.146',1739757714,'',0,1674843506.4405,70,'al8ERKTfLHvXFdbpkM9PoAYj','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('3.239.43.191',66005951,'',0,1674843593.0292,55,'9W2PFnKLT1YN480RsdZGmcIt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.63',1920436031,'',0,1674843734.5412,55,'1ZxzDSqgYX2UKhckOI6o4MVs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.144.238.41',865136169,'',0,1674843758.9954,70,'f2hJPR9Z3AsD6lSQm7aXtqx1','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.238.135.67',65963843,'',0,1674843998.3456,55,'paNR3FuItXx07kBPOjWeTlbn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.115',1920437363,'',0,1674844046.8967,55,'mP4YGyxUOpKWje9C5FoVnDzT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.17.219',750784987,'',0,1674844096.0055,55,'P2BJDjtLVCHmzgIX1eh65Nsk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('159.138.102.98',2676647522,'',0,1674844336.6426,55,'JUlPnXGKWT93z154j02OdeEp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.205.112',751160688,'',0,1674844541.9268,55,'16l9cXJNfP2VU5KzbwdjRZrv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.230',1920436966,'',0,1674844668.1782,55,'pEyGnJ65fdj8s92Xct1PkvhS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.43.191',66005951,'',0,1674844692.4298,55,'dRxTvbzIeD5jFngKiMZ9GPsr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('112.18.252.222',1880292574,'',0,1674845027.8408,70,'qvt3y8FPRO4eQAoUxYc0Ckbr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.69.60.148',88423572,'',0,1674845236.1784,55,'aq3w7VUY2tM8rQoNFnp96dv4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.111',1920436847,'',0,1674845261.9450,55,'RQeIk9pOTZw08vNFCXruLPx7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.176',1920436400,'',0,1674845567.3358,55,'LVRUFmhcM8oyaDnSCpbdYzJl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('171.244.49.8',2884907272,'',0,1674845593.8180,70,'uI61HhqrMNKcflRsd345XGOZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('114.119.130.61',1920434749,'',0,1674845863.6390,55,'tICKXgayrp1o3m0GM8f25bWZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.189.98',751353186,'',0,1674846001.5137,55,'H3n8j4zUsDWpGKVNEFfY0uX9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.202',1920435146,'',0,1674846189.8803,55,'xRqcKVYawkjD08Ir2lQzmfs6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.178.152.146',1739757714,'',0,1674846271.0215,70,'7QRBx2AK5EoUZWnwGFHiCOl8','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('114.119.152.160',1920440480,'',0,1674846479.4667,55,'8pFHicDlMfA6RJQKSUVPCamu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.33',1920440353,'',0,1674846782.8323,55,'nfHGNl8oXIB3gPqrMYjOA0v6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.181',1920437941,'',0,1674847066.4151,55,'eTZRyYh6M4nCpUPHuFjivA5x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.206.92.246',315514102,'',0,1674847278.8173,55,'eQvZLWER1XPo9AcirMGqC74m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.62',1920442174,'',0,1674847351.4955,55,'kDQl6bcKtuYWUP8v4whSsndq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.205.112',751160688,'',0,1674847409.8482,55,'9zJi5Z0YByFGrL7SmOlC84oV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.63',1920440127,'',0,1674847649.2582,55,'aL490zEtT5R7SmVbJr2YQcou','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.226.74.152',65161880,'',0,1674847661.1902,55,'yd9bvr7jaXWfNPkAQlI5s4CL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.65.88',752173400,'',0,1674847904.1663,55,'oMlIypbGq4XsSKcHB9Q2PDja','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.96.143.131',576753539,'',0,1674848316.9739,70,'XncVrDU3QOtSdZqCxYFsI0Eu','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('51.241.73.14',871450894,'',0,1674848350.4302,55,'vrNa6RiowIzE3PCLsXgD8KHn','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.155.149',1920441237,'',0,1674848632.1326,55,'QnHY374EKhpTdU6VeFGkBmLw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.231.219.197',65526725,'',0,1674848878.2642,55,'Cmv0iwd1HLrIZh5UOcPeFSlA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.181.201',65779145,'',0,1674848890.4274,55,'flVKewZizq3GYm2h0k1IU7P6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.144',1920441488,'',0,1674848938.3380,55,'Yp85y0r31bkfoPvDHnKeC7al','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('44.200.189.98',751353186,'',0,1674849002.7301,55,'r0Y7uPf8cnbwNhClWzSmaKUt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.189.98',751353186,'',0,1674849332.5016,55,'tSL51E2vzdWg4N7IyqXGjneK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.235.105.168',350972328,'',0,1674849394.5919,55,'RIMAVfaWynCirQm8KlS9d3JX','','19|0|0|0|sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php',0,19,0),('114.119.135.199',1920436167,'',0,1674849468.1754,55,'Gs8wMQJFZzYIVXy2NUmRCtSE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.174.48',583839280,'',0,1674849669.0479,55,'AOsBlbmeIMiNx2wKHuhLUqRS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.224.49',315613233,'',0,1674850185.3771,55,'LmhUxujYFTyXkERBHNsg460q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('137.116.141.77',2306116941,'',0,1674850299.0186,70,'atimPNs7rvjH8dSCQZ0TBI42','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.231.219.197',65526725,'',0,1674850446.0671,55,'1PT6Iut5ObegDfGqX2nQHCE8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.181.201',65779145,'',0,1674851289.6797,55,'JdS8ABKkOGfb5VqnQipwL9sZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.78',1920436046,'',0,1674851506.8501,55,'pv30B7E2xILVhcUTiAfH4XoG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.101.77',751330637,'',0,1674851510.7371,55,'1v75ugphjSbA43fRQ6MXtqeG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.131.231',65962983,'',0,1674851916.1701,55,'Bbe4WaM0GsmdEgYUj6XKDVIn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.70',301065030,'',0,1674852574.9919,55,'iKoNtXGDbm872EFLO9dInxwH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.88.22.184',794302136,'',0,1674852687.1627,70,'8B6viD43sPCkRluM1op0TGKL','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.231.219.197',65526725,'',0,1674853310.0408,55,'9kBUC6bRQEwyYonWM1msdGhZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.181.201',65779145,'',0,1674853625.9408,55,'ZigBpjVSWENGnsyQckFYz0XD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.69.244',1123632628,'',0,1674854851.3355,55,'Uy14ojbM5hf7dLGJINxKWR6Q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.78',1920434766,'',0,1674855502.0025,55,'svh2g64Nu7HXR1l9MYJdB3po','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.78',1920434766,'',0,1674855937.4859,55,'d973ctwJiG1oTMuvXjHpa0hy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.184',301063096,'',0,1674857292.4354,55,'Mg2lmvfEAQHDkZsirPpXz14x','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.176',301063088,'',0,1674857894.7079,55,'xOiSwsrvAHecq8RjtdgoEIJN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.206.92.246',315514102,'',0,1674859109.7776,55,'CLR9MW5Q1sKzfNyx6kPOhISr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.228.52.198',585381062,'',0,1674860431.0511,55,'90LAxcJmkTwEZKpjgYoHsyu3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.128.111.149',1451257749,'',0,1674860579.6180,55,'SGxq2s5pB6n7HobV0XraDucC','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('188.166.149.6',3165033734,'',0,1674860588.3516,70,'tzcCnQKFPJ0oEZRhyruDLXvs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.237.25.248',65870328,'',0,1674860660.3842,55,'bfwCh4Qli3JdZjL1628xUYoq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.104',301063016,'',0,1674860919.3697,55,'rwj24eLzQAVROb1dqKSE0YP3','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('18.206.92.246',315514102,'',0,1674861431.3462,55,'HgsCW1r7nAmQxjE3KD0YPJBe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.208.67.56',2999993144,'',0,1674862112.2269,70,'c09Lje6nSsmtVBEhl7RxiNr4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('178.208.67.56',2999993144,'sleepingsolutions',0,1674862113.2906,51,'SLhDHQs7WopPry23KxgEtceF','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('18.206.92.246',315514102,'',0,1674862938.8635,55,'1h2zdgkUynEA8OTSJHNLGu3o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.50.164',65942180,'',0,1674863309.9028,55,'bd5ieIlks8oZmPKtXCOVwMU0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.25.248',65870328,'',0,1674863463.5106,55,'KHA3h7xy2e58MELsNTdjgl1o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('20.231.18.49',350687793,'',0,1674863787.1629,55,'9OUgf0mJrFH4YXdLsi58Z6ka','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('20.231.18.49',350687793,'',0,1674863789.2801,55,'mRNJvaV8DGI7YHLAdCFzr20f','','19|0|0|0|sleepingsolutions.co.uk/3index.php',0,19,0),('20.231.18.49',350687793,'',0,1674863790.1949,55,'wX9tmCd40zeqvQWBhYfKIZ5P','','19|0|0|0|sleepingsolutions.co.uk/wikindex.php',0,19,0);
INSERT INTO `cerber_log` VALUES ('20.231.18.49',350687793,'',0,1674863790.9990,55,'YiUbpgWw0ckuvRIrdl3XVFGK','','19|0|0|0|sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php',0,19,0),('20.231.18.49',350687793,'',0,1674863799.0074,55,'K04rbG1IeZouF87XnWMijLag','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('20.231.18.49',350687793,'',0,1674863799.3544,10,'K04rbG1IeZouF87XnWMijLag','','707|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,707,0),('20.231.18.49',350687793,'',0,1674863800.1976,55,'WQFo1nNe4drEIjcYZTX8iSCV','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('20.231.18.49',350687793,'',0,1674863815.1373,55,'Gdwe2kF9n4rxPqBKQj53HOov','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('20.231.18.49',350687793,'',0,1674863815.5756,55,'idK84hFAb53Efmr7Qj9MBcXy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('20.231.18.49',350687793,'',0,1674863817.0335,55,'lF4YjKgcpszOL6w3aRCqfVyI','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('20.231.18.49',350687793,'',0,1674863817.8320,55,'ZV4FciX2G8zWLMfhatBTDIwp','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('20.231.18.49',350687793,'',0,1674863818.1775,55,'q7pZBgsY46ithFmKE0Nbvz5R','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('20.231.18.49',350687793,'',0,1674863818.9581,55,'FbaPrwiqhXk1oldKIHyuRN3Q','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('20.231.18.49',350687793,'',0,1674863820.4396,55,'36NsXPzVHCm4LaoQOExD5Wl7','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('20.231.18.49',350687793,'',0,1674863826.0306,100,'95nHjBMwGcSdo3NlOr40K7qX','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('20.231.18.49',350687793,'',0,1674863829.3813,55,'PyS8YEhrx5cmbgDKIwl4W6tk','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('20.231.18.49',350687793,'',0,1674863830.8962,55,'hwMJr79LoYjxPf8iReynTEdQ','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('44.200.101.77',751330637,'',0,1674866243.5295,55,'rhXQ6b5m1CSVMDAZERcdlOuP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.200',1920439752,'',0,1674866518.3885,55,'wop1jVA6nxid3TqXP84BDQWL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.181.201',65779145,'',0,1674868765.2426,55,'UtMLJlIYxfazD7GhswuWHBrT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.245.149.38',1307940134,'',0,1674869512.5525,70,'QbytuUEFJaPZclWHqs4B0zVD','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.245.200.155',2650130587,'',0,1674869591.9710,70,'PZFU5s2KuM07ztj4ABkyx8QD','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('207.46.13.69',3475901765,'',0,1674870094.8225,55,'mDoZae0SU9ErvjHM47ipFYPL','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('206.84.102.6',3461637638,'',0,1674870122.8819,70,'ctxr2bdp8ou5MJ7WTgw1PjCv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.74.123.3',1732934403,'',0,1674871967.7072,70,'yFGd3oeOr8HNzvITk1nJPVx6','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.159.183',1920442295,'',0,1674874043.7185,55,'HRd9ShU7rVYyLilC1GwuNeB0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('65.21.233.213',1091955157,'',0,1674874183.7717,55,'ea8mOc3gd7oqGTHA69yu2jhs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.217',1920437977,'',0,1674874323.6668,55,'sMLWPHDyniVjvFJd9N7STo8k','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.184',1920438456,'',0,1674874563.1168,55,'Nh6Eg9kfucU13FlqnmCrTvDY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('150.107.74.24',2523613720,'',0,1674874578.4650,70,'6FxQSlgLE7fJvnbt1i5BKM0d','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.135.78',1920436046,'',0,1674874787.3911,55,'ic3wHRSPTl9DpZAUI4uo1aQq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.166',1920436134,'',0,1674875265.5419,55,'Y6m9IshK0cTRAZJHPndOaL3S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.142',1920441742,'',0,1674876397.1162,55,'3b6Dy2xUc1rIHtWkEjGh8Y0l','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.71.229.255',2806507007,'',0,1674876727.0627,70,'7DASTl2QysI0cvUiBF8MgnNm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.134.156',1920435868,'',0,1674876758.6757,55,'YhmPkgJ0dO4UGbx5ai62T8Sw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.162.62',1920442942,'',0,1674877054.1390,55,'MDg0PJztypVlfijc1Z78q5Iw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('46.227.16.130',786632834,'',0,1674877305.8290,55,'fYrJLdqDQVCmlzZOGiFHUkNu','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('46.227.16.130',786632834,'',0,1674877306.9847,55,'xQA87qbWOPKyNYhMnLfwE2sU','','19|0|0|0|sleepingsolutions.co.uk/wp-setups.php',0,19,0),('46.227.16.130',786632834,'',0,1674877308.5995,55,'soVZnDTmfNlCKr6HwRYX2O0b','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('46.227.16.130',786632834,'',0,1674877309.8653,55,'FA5brgjcGBkPnLmUhul9ONdv','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('46.227.16.130',786632834,'',0,1674877311.3092,55,'ZVXFAyLhE49mGKr0WsaP1xC8','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('46.227.16.130',786632834,'',0,1674877311.3724,10,'ZVXFAyLhE49mGKr0WsaP1xC8','','707|0|0|0|sleepingsolutions.co.uk/admin.php',0,707,0),('46.227.16.130',786632834,'',0,1674877312.4497,18,'FV3xE89rhWiHeAlozBRn7mQX','','13|0|0|0|sleepingsolutions.co.uk/admin.php',0,13,0),('46.227.16.130',786632834,'',0,1674877313.8000,100,'2uHoV7jC5RnGrZ6lYe04vtmT','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('46.227.16.130',786632834,'',0,1674877315.4562,18,'DThcaWL9V4BjpzXGekxvC7Hq','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('46.227.16.130',786632834,'',0,1674877316.6506,100,'IDA9rmfhVgHTjv7bSLK2oiw8','','13|0|0|0|sleepingsolutions.co.uk/123.php',0,13,0),('46.227.16.130',786632834,'',0,1674877317.7764,55,'7kczsxgZLHSnJyNeTaFOYGMq','','19|0|0|0|sleepingsolutions.co.uk/nf_tracking.php',0,19,0),('114.119.158.251',1920442107,'',0,1674877347.1036,55,'n8VUyLdPrkGN5IZzh3Et2v6C','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.50',1920441138,'',0,1674877686.9483,55,'jWTEQa5CFhHGgpbAJdIm46yq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.227',1920435427,'',0,1674877959.6959,55,'ehFCQnRAXNr0VitfuLjso52b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.200.23.139',1741166475,'',0,1674878485.6211,70,'RLBa0Awvxr2IGzSNgEoZlMHy','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.148.70',1920439366,'',0,1674878829.8557,55,'B5EWUnYNGs86aRiIx91KvlTr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.143',1920441999,'',0,1674879110.7144,55,'1vEXMwoDBrn6IKS4NG2kOpbZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.104',1920440424,'',0,1674879414.7894,55,'APabWVje8Y6lXdMFv2qzGEuR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.7',1920438791,'',0,1674879700.8516,55,'8xUaSZFHDIvCOTtYRj9VQksP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.8',1920440328,'',0,1674879972.0863,55,'vIFX7Q8eYRz0NyVLfpsWPcST','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.6',1920435206,'',0,1674880249.4340,55,'HI5xLMmojb0sZy34WkBXpa6Q','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.236.208.143',2917978255,'',0,1674880283.3372,70,'Ie0DGTBcf9VxlEo6vbKYhz7M','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.149.145',1920439697,'',0,1674880554.2559,55,'rpqFJihAdb2Qmsla6c9xzue7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.89.98.142',861495950,'',0,1674880651.4005,70,'0QE8v7U9NO6iw3LHPW1FIVld','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.146.4',1920438788,'',0,1674881232.9845,55,'amnKD2i6WecpuhfbSkl4FYJC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.72',1920441416,'',0,1674882663.9135,55,'xgDEwF6nBys78aAzJbQKPWr1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.5',1920438533,'',0,1674883723.9072,55,'RZqxhtiYGr5p4lkzKIMWdNwy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.33',1920434465,'',0,1674883997.0491,55,'JvMzDeYqVt6WmUx1AakcN50G','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.119',1920438135,'',0,1674884964.5831,55,'IQFy8Plc6tEKSk7zguR5aTbX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.189.241',676183537,'',0,1674886481.3097,55,'H198U2fhqOxPWnEcwiXluyVk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.93.60',750804284,'',0,1674887412.1046,55,'di48bAegucN5p96CnDsVxPzH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.18.118',65868406,'',0,1674889073.4656,55,'bAuTqXRWLcE54p82SziOdm3s','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.179.65',583840577,'',0,1674890028.3719,55,'rFQ9u8Nv2ewLXSDkMgxqbIo6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.238.245',65793781,'',0,1674890185.1773,55,'Ofn0Sa5XmLYGheVw7uky4b8U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.140.23.130',3549173634,'',0,1674890416.3148,55,'4N2d5IDo6El9ekPytHOiUhXj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.84.1.94',760480094,'',0,1674890447.9798,70,'f4day0lFvnLgCsWID9x7tE2p','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.235.238.245',65793781,'',0,1674890458.6714,55,'j8qhaKILw7Jo3YB41nORQcfE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('112.18.252.222',1880292574,'',0,1674890631.5647,70,'hsgtQkf6H7PuB9RJ2FLvXnDm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.236.211.209',65852369,'',0,1674890827.9023,55,'OzT9CaVefpMqUItiPFm2EKQ5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.80.249',65818873,'',0,1674890943.0510,55,'XwHWhDMSQPfoC6OYa1Uzqpxk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.26.209.214',1444598230,'',0,1674891090.0599,55,'6JtmDQGfwF9boZCvPpW2RVOg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.26.209.214',1444598230,'',0,1674891143.7652,55,'t7Nw5HmOITpsuQPBWazE4U6f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.43.202',751315914,'',0,1674891182.5915,55,'c98jYLJNQnqDsFOPlzC2iaBt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.229.65.12',585449740,'',0,1674891245.0572,55,'F7Zzx0hHiuGVsYpnKTR8Llv1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('36.91.100.149',609969301,'',0,1674891563.2975,70,'WBT4CmSY8U5oRFeyrjJulO3H','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.236.219.103',65854311,'',0,1674892231.2605,55,'sjDnP7XptFzJbAr21uBhdfvZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.51.194',750793666,'',0,1674893047.8732,55,'wDfmjUzHP50orBlR3sJNMxnC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.234.213.44',65721644,'',0,1674894800.5924,55,'q6vgHWb7DKi3J9mOzAFY4tCs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.74.123.3',1732934403,'',0,1674896037.9034,70,'oSKRUN6XC4MZI0lwz8YxfiH9','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('94.250.250.48',1593506352,'',0,1674899721.0526,70,'qrZOwAb6W95izltGLSJsjxa1','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('83.69.230.5',1397089797,'',0,1674900521.5205,70,'xBDMGc4ykAUbeFIh2odtSzYE','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.96.143.131',576753539,'',0,1674900638.6766,70,'TA0h4cpbxeXfuGt8RN76BMJn','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('112.18.252.222',1880292574,'',0,1674900691.6941,70,'IGSRwWYBN309E7KmeOn1AQyg','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.200.23.160',1741166496,'',0,1674901823.4282,70,'EtcDQfhU9SZyOeYJ41NBTqP5','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('94.250.250.48',1593506352,'',0,1674902666.5460,70,'3S54B2qgUGXrpTLeYhbOjIuf','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.87.42.85',760687189,'',0,1674902966.0380,70,'WEf1TBSIO6jtVw5Mybpn79Zs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.75.228',301026276,'',0,1674905237.6245,55,'0PQxgLEdYiFMbA7DhZsqurjn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.90.41.180',224012724,'',0,1674906741.7835,55,'brKnG4izU0m9M3Rqep2d1FIV','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('13.90.41.180',224012724,'',0,1674906940.6919,55,'Vesw53cFyCPXtjDp8oKg9Ah0','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('13.90.41.180',224012724,'',0,1674907016.7860,55,'QLqiVyvk2cwPnYg63feJ7ACX','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('13.90.41.180',224012724,'',0,1674907253.1290,55,'H6u4hgkbI1rwCfeOSqFNQKzB','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('13.90.41.180',224012724,'',0,1674907253.5138,55,'lDdzwxp7H02YbLWcauvt6XSB','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('13.90.41.180',224012724,'',0,1674907253.5745,10,'lDdzwxp7H02YbLWcauvt6XSB','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('13.90.41.180',224012724,'',0,1674907304.9286,55,'ZgmRAj94avHnFUcpNzbCie1t','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('13.90.41.180',224012724,'',0,1674907348.4070,55,'5z68SO4Ku1Rs0xLpqgVmnrJv','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('13.90.41.180',224012724,'',0,1674907348.7961,55,'9oBfZjyPAvdDnE6tglrVbR45','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('13.90.41.180',224012724,'',0,1674907415.4746,55,'PEAbjk4K0VhWret2TcgQ7Cmo','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('13.90.41.180',224012724,'',0,1674907509.1899,55,'5GdPLkqsNU8FTEDwW2fSR7OH','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('13.90.41.180',224012724,'',0,1674908077.8178,100,'TGZlNxUtycPXqnCLuKMEieBf','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('13.90.41.180',224012724,'',0,1674908808.8075,55,'4u3oRpWhYbPjQ20f7mF6DCc8','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('13.90.41.180',224012724,'',0,1674908835.3821,55,'5blCo3Ocr0RIi2MSZgD4xjVH','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('17.241.75.100',301026148,'',0,1674913028.0373,55,'MhW5n38BrDLHaCtTxFlUpyXo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.245',301065205,'',0,1674913481.3946,55,'I95SBkYGCpRgrxbK3ef7qj0T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.35',1920435747,'',0,1674913527.2399,55,'0f6ktyV1CAI9Pr2xMpjXKW8b','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.214',301063126,'',0,1674913869.4344,55,'WceUBK4nMoOjY1NAuar0JDFL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.22',1920441110,'',0,1674914401.3150,55,'AkGuoCeKXgSj2sU5PWr4Dd6t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.15',1920442127,'',0,1674914716.9034,55,'4GFy5Wnvm9EcLZqkHUABbwQK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('147.78.47.249',2471374841,'',0,1674915010.2331,55,'rIO8yc2RWkDSi1Kdw9gUxzJn','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',0,19,0),('114.119.136.120',1920436344,'',0,1674915038.2855,55,'I28QDjRfaiJvTsl1remGzVkt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.186',2637637562,'',0,1674915343.4860,55,'UlyAsop4e2uLDT6v5hHVxYjZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.0',3475901696,'',0,1674915347.0203,55,'Ln1zDNStPrslEXo3Zdg8RMc0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.0',3475901696,'',0,1674915349.0916,55,'eIlf1kmixs9qnuCgjpKNH32T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.56',676177720,'',0,1674915353.2266,55,'xgLeXOQrJS3ucmjY4BaITAM8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.11',3475901707,'',0,1674915362.0337,55,'YUdiAo2p5CE8uNFPwSVIkQDb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.11',3475901707,'',0,1674915363.5962,55,'h1USIFQZdXse5BVJ7K9xMNYC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.99',1920437859,'',0,1674915371.9320,55,'MtaWC6AGebsQ0y52gqPruYhx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.196',1920440004,'',0,1674915685.2802,55,'FBqQpoLbgfavI0Xz71ZW8952','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('192.241.135.47',3237054255,'',0,1674915946.9140,70,'aqMb9DyOFNnPjLdtzxQw5HKA','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.158.156',1920442012,'',0,1674916005.0070,55,'hDYqLZy7SNr6HCExBQsF3zoP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.26',301062938,'',0,1674916270.7151,55,'morBvIDKZPpN5h0j72qxVJT8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.67',1920440643,'',0,1674916318.2366,55,'DyPA9JEYotRs6jIl5QH4GSLb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.92',1920435036,'',0,1674916620.2631,55,'TWJMSvu3tkVar12bixFHgKnm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.161',1920442273,'',0,1674916952.5318,55,'MplGTEZuH9UjQ2BYF5LxNbXq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.27',301026075,'',0,1674917022.2789,55,'Dman04ucsHxEjr167fphXJtV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.239',1920439279,'',0,1674917263.0976,55,'oOfI8PQSMNbkJuGDWz0ynUH5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.247.245.154',2918708634,'',0,1674917440.0331,70,'CHI0DEsWYt2Qzc3gKiV8w9G4','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.135.107',1920436075,'',0,1674917538.8692,55,'A6Za2kbvYwT1lURPpnSGQst7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.62.60.116',2990423156,'',0,1674917588.5267,70,'879TKx1gZk3JSqfCEXHsnUMF','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.147.248',1920439288,'',0,1674917832.0532,55,'nY0kVSv93KzaxpG5u2qOJrhi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.203',1920435915,'',0,1674918098.2373,55,'5KPbi2Jy0S3OqpAEXBDWMuU7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.127',1920437631,'',0,1674918381.2065,55,'OthnsyNiFTMe2Bfjkqc3LHrS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.152',1920440728,'',0,1674918666.7951,55,'Kznj801JSEcqAbdiN62aF3Vg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.63',1920443967,'',0,1674918937.4577,55,'gOWSsG19X3DeapmYP0o7LhVq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('178.208.67.56',2999993144,'',0,1674918992.0137,70,'sg2mwzJ6v37f0RUCcSWKd5HG','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.157.26',1920441626,'',0,1674919223.9441,55,'Cs9OyYjqB678hHGeVt02i3rI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.212',1920436180,'',0,1674919497.7198,55,'cajdGo40mDHTZitUrnPKVLwF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('175.178.160.253',2947719421,'',0,1674919758.8276,70,'7AuyI5qOT8dLMzC0GQps6bUS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.152.230',1920440550,'',0,1674919775.1309,55,'g6vdT1NtUDVwWQsSkxeG2Afm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.33',1920440353,'',0,1674920072.9630,55,'CfsrIYG3uoc1xiX9w2FtBAnH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.12',1920436236,'',0,1674920336.3249,55,'ULAp04iuDP7Isf8aYrEKRn6b','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('40.77.167.56',676177720,'',0,1674920526.9203,55,'cXqGw3UI0gTjYplzBiLDW7k2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.41',2637637417,'',0,1674920530.9538,55,'nh1aPURgA3KHVNub9TkBxYSf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.186',2637637562,'',0,1674920537.2952,55,'1ogPamtMK9crnlDzFUwS65GC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.0',3475901696,'',0,1674920545.2538,55,'qeDdvUWTNhiFacfuw1ECx9VS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.34',301026082,'',0,1674921271.9948,55,'dj2mDuaetNMJcrvGRXIxVklb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.246.120.10',2599843850,'',0,1674921516.8409,55,'wl5mzWQ0hnJfRg26Sai4FBAG','','19|0|0|0|sleepingsolutions.co.uk/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674921518.7613,55,'yKXsenFIHUZoGxjBpQmPic7r','','19|0|0|0|sleepingsolutions.co.uk/assets/administrator/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674921519.9802,55,'LJcx9DzqCno01j5RpwSeF3Vd','','19|0|0|0|sleepingsolutions.co.uk/assets/admin/js/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674921522.2571,55,'ahBR9x25oGIFszNTEujpwUQ3','','19|0|0|0|sleepingsolutions.co.uk/assets/plugins/filemanager/dialog.php',0,19,0),('17.241.219.159',301063071,'',0,1674921526.6937,55,'NZ2Fgcn0q3jarJsvbDBERC81','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.246.120.10',2599843850,'',0,1674921529.0128,55,'mIZzhTpt0ujRrSWd8nN71G6b','','19|0|0|0|sleepingsolutions.co.uk/assets/filemanager/dialog.php',0,19,0),('154.246.120.10',2599843850,'',0,1674921529.0286,10,'mIZzhTpt0ujRrSWd8nN71G6b','','707|0|0|0|sleepingsolutions.co.uk/assets/filemanager/dialog.php',0,707,0),('114.119.155.96',1920441184,'',0,1674921755.9702,55,'s7a3PBu0X4MmkEWIi6eOr8yl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('146.59.154.210',2453379794,'',0,1674921828.3178,70,'JaHEflwr75C6ZB2tmoFsqQbO','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('66.249.68.69',1123632197,'',0,1674922031.1326,55,'usCc96XHmo4BdIUS2YlpFyqz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('211.249.246.131',3556374147,'',0,1674922283.8389,55,'v6MUEctrZ7Wky3YgHzRVfDK1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.229.66.15',3118809615,'',0,1674922813.4115,70,'Se1TnaUx7oqZgPmjl2pcs6Ri','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.138.188',1920436924,'',0,1674923850.4883,55,'vRjZ6YgrPyTaSheJszCMNwoF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924034.7778,55,'4KLYGWmQt5TPSg9al60Npnso','','19|0|0|0|sleepingsolutions.co.uk/xleet.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924035.4690,55,'ud0cZFS8zqiU65TywBHOr4Xt','','19|0|0|0|sleepingsolutions.co.uk/0byte.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924036.4132,55,'DtsiKgLYjT5wNFfJXq2ARd03','','19|0|0|0|sleepingsolutions.co.uk/wp-content/fw.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924037.0690,55,'GXle8i1mMKBkxrgTpcNC4J0a','','19|0|0|0|sleepingsolutions.co.uk/sym.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924037.6957,55,'XDiqTVAW0ZHYpuJ94CjfLOzF','','19|0|0|0|sleepingsolutions.co.uk/sym403.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924037.7027,10,'XDiqTVAW0ZHYpuJ94CjfLOzF','','707|0|0|0|sleepingsolutions.co.uk/sym403.php',0,707,0),('172.174.224.29',2897141789,'',0,1674924038.3762,55,'HNjJ30encfYtkKPwFmoOlxaI','','19|0|0|0|sleepingsolutions.co.uk/xl.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924039.0407,55,'32WJuPbOxY8vkKXS1lLt50pA','','19|0|0|0|sleepingsolutions.co.uk/symlink.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924039.7498,55,'FpK7m4ECZiaYgtvjDbVruwec','','19|0|0|0|sleepingsolutions.co.uk/wp.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924040.4492,55,'TuDShRJ3gWv1xZQBqdMY97r8','','19|0|0|0|sleepingsolutions.co.uk/404.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924041.1374,55,'PimKcdFEsvrq7TukWSH4lGBM','','19|0|0|0|sleepingsolutions.co.uk/403.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924041.8783,55,'1p6K7nyxOlZV09rfcQHzq3SP','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924042.6234,55,'C3FcDfJILlinAaP0MYS7r5Td','','19|0|0|0|sleepingsolutions.co.uk/c99.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924043.2651,55,'DysEaW4rxNnoj5SuL83pTwfv','','19|0|0|0|sleepingsolutions.co.uk/xxx.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924043.9326,55,'5qM7K1ozv4udaHxGylgbrkQW','','19|0|0|0|sleepingsolutions.co.uk/ok.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924044.5558,55,'5COSB8PVzjE6leKY0TrQqZd4','','19|0|0|0|sleepingsolutions.co.uk/0.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924045.2527,55,'gD8QipRnIZMVuA97J1Yb5cL2','','19|0|0|0|sleepingsolutions.co.uk/x.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924045.8894,55,'0DAVFBJ31TNnR75CUvueIz9i','','19|0|0|0|sleepingsolutions.co.uk/xx.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924046.5989,55,'YKoN2hr7kMA3PCEXVzbtR4xW','','19|0|0|0|sleepingsolutions.co.uk/1.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924047.3209,55,'2anJIuZSb6h3YO7vK9PW1GfE','','19|0|0|0|sleepingsolutions.co.uk/2.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924048.0334,55,'mI1HQyRasCJO4vN9qDk72uLb','','19|0|0|0|sleepingsolutions.co.uk/3.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924048.7041,55,'dLxQXtfNwZT2KEJ5S486sWAI','','19|0|0|0|sleepingsolutions.co.uk/4.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924049.4934,55,'MXpo84kAnUJx5Dwt3fWlzNry','','19|0|0|0|sleepingsolutions.co.uk/5.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924050.2095,55,'v2C1O0UMPnakxw7SoRyTZtLd','','19|0|0|0|sleepingsolutions.co.uk/6.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924050.9260,55,'bPgTxQ6wMtcpaiJIkjyEWOeK','','19|0|0|0|sleepingsolutions.co.uk/7.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924051.5483,55,'S1ljbePKF57yuXYi4A9E8wzR','','19|0|0|0|sleepingsolutions.co.uk/8.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924052.2864,55,'bXOT374CUkR05ENwHZhmudf1','','19|0|0|0|sleepingsolutions.co.uk/9.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924053.0497,55,'Ply9Wr65R1xTaXmdZ7CD0kYh','','19|0|0|0|sleepingsolutions.co.uk/10.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924053.7613,55,'rRZFdMkE2LhsCaP70QHy4YxA','','19|0|0|0|sleepingsolutions.co.uk/a.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924054.4675,55,'jc2WGb6Y9SsADP7HyQJNihUO','','19|0|0|0|sleepingsolutions.co.uk/z.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924055.1831,55,'PEovSQ5uDTJl1V2szXhyKFmi','','19|0|0|0|sleepingsolutions.co.uk/e.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924055.8741,55,'AGXPZFuM1DxeNiRHoCUsIbkO','','19|0|0|0|sleepingsolutions.co.uk/r.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924056.5878,55,'VnfMNFCubHjsmtEvrBQXYT0w','','19|0|0|0|sleepingsolutions.co.uk/t.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924057.3313,55,'XcSzuqg05frZvnoODNYTeCGE','','19|0|0|0|sleepingsolutions.co.uk/y.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924058.0727,55,'cbsaEPgBLmtDH7qIxpFwfV5i','','19|0|0|0|sleepingsolutions.co.uk/u.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924058.8017,55,'CO20Y3hcG4VKeQivPf9ltZzD','','19|0|0|0|sleepingsolutions.co.uk/i.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924059.5693,55,'naOB9ZWXcS3iI6qPsVhgQAml','','19|0|0|0|sleepingsolutions.co.uk/o.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924060.3504,55,'WnrTm5gJURMDpFfcyv2XilKj','','19|0|0|0|sleepingsolutions.co.uk/p.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924061.0865,55,'eb2o3lxJY5DOEBnQUmcMKWsu','','19|0|0|0|sleepingsolutions.co.uk/q.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924061.7784,55,'gs2JHydaXilz3LEUIr05ATmq','','19|0|0|0|sleepingsolutions.co.uk/s.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924062.4553,55,'Ni4dpE6xBcDAIumbS71OaQ2G','','19|0|0|0|sleepingsolutions.co.uk/d.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924063.1237,55,'tP3N08m7IQKwUChgODdSLxB5','','19|0|0|0|sleepingsolutions.co.uk/f.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924063.7597,55,'XiNcpbAMUwTV8Pf40FKqstzn','','19|0|0|0|sleepingsolutions.co.uk/g.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924064.5023,55,'qimz20OytjFclQvNUhAWPEbx','','19|0|0|0|sleepingsolutions.co.uk/h.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924065.2562,55,'evYrg1jV2mMkLEwUGfSyW0KH','','19|0|0|0|sleepingsolutions.co.uk/j.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924065.9054,55,'8jcpM0DmdtfJlQsFYrb2yAIR','','19|0|0|0|sleepingsolutions.co.uk/k.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924066.5386,55,'ouZxpIKOeGLk17Q8dn04bDts','','19|0|0|0|sleepingsolutions.co.uk/l.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924067.2280,55,'M48pkKh9Cu3fjZs1Ylzy2Xvd','','19|0|0|0|sleepingsolutions.co.uk/m.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924067.9992,55,'g8XzS9neFsohUylv4CwqxTpj','','19|0|0|0|sleepingsolutions.co.uk/w.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924068.6283,55,'XIP67cYiHbWpRtFwLs435fme','','19|0|0|0|sleepingsolutions.co.uk/v.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924069.3248,55,'HqK9YisAdXIVfN5ylJokTuRh','','19|0|0|0|sleepingsolutions.co.uk/n.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924069.9536,55,'dzyW4pKXJZLwAcTN6t1GaMvV','','19|0|0|0|sleepingsolutions.co.uk/b.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924070.6238,55,'8HVBhKEaxe7c2uFRS4vqY9Zz','','19|0|0|0|sleepingsolutions.co.uk/c.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924071.2922,55,'r7LW0NQZHnzoqtDYKR2kFUbv','','19|0|0|0|sleepingsolutions.co.uk/wp-wso.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924071.9189,55,'MfhbkcL1ED79Oxz5jnQgsaFw','','19|0|0|0|sleepingsolutions.co.uk/priv8.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924072.5887,55,'zt8DJo6W3KTbBmURjga0nAie','','19|0|0|0|sleepingsolutions.co.uk/minimo.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924073.2644,55,'GLN4MQ7lUXtwTZo0v1qmSDJr','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924073.9452,55,'XypJVkLHn4uFGN5jqYhSxWsi','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924074.5961,55,'6UQsLzN9cxfXhu5proy7GZ3K','','19|0|0|0|sleepingsolutions.co.uk/www.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924075.1865,55,'BiCQfgpU6V8JGjOIwMk1yhX5','','19|0|0|0|sleepingsolutions.co.uk/100.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924075.9019,55,'Z4FCwXoqWB7cR2DQxe0EV5sK','','19|0|0|0|sleepingsolutions.co.uk/777.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924076.5457,55,'1LloAn9I0ysTjrYfd3Fk84mM','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924077.2402,55,'rlf8UkvDCAIjSsuJb7z6EPMW','','19|0|0|0|sleepingsolutions.co.uk/xox.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924077.8678,55,'Y1SLOrJ6IcZVefTwso0FMtGP','','19|0|0|0|sleepingsolutions.co.uk/new.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924078.4713,55,'MWD4BLNTJmeKC2Gq3vcQ7w8A','','19|0|0|0|sleepingsolutions.co.uk/wi.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924079.0741,55,'tgpKuirXkjq8lhG7065EMOys','','19|0|0|0|sleepingsolutions.co.uk/mar.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924079.7457,55,'ctnqQsgV6o9PN8f3mKGF7wyJ','','19|0|0|0|sleepingsolutions.co.uk/root.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924080.4669,55,'GQdh1ZvxAJifN3cbPCRIwBlt','','19|0|0|0|sleepingsolutions.co.uk/nee.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924081.1121,55,'P8FLd7yKTeBQZNCRbWMqVc5h','','19|0|0|0|sleepingsolutions.co.uk/ws.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924081.7663,55,'YPonj50Hl91vETqQ6wzX2aC8','','19|0|0|0|sleepingsolutions.co.uk/lol.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924082.3953,55,'RTQN89BMuhw1sEq67xG3fYVc','','19|0|0|0|sleepingsolutions.co.uk/87.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924083.0052,55,'KrLOsZvQW0Cu1BM9XiU7nY5x','','19|0|0|0|sleepingsolutions.co.uk/7yn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924083.7241,55,'ghJmei4x5WPA0lTNp6IncsoE','','19|0|0|0|sleepingsolutions.co.uk/haxor.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924084.4300,55,'7j8ywnmTZeErOdc6DYQU5XBI','','19|0|0|0|sleepingsolutions.co.uk/13.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924085.0982,55,'go6jha0zOVQwDkSd8MJAnKbl','','19|0|0|0|sleepingsolutions.co.uk/FoxWSOv1.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924085.7569,55,'W6kz9oMR0n8u1v7LCThcbQVE','','19|0|0|0|sleepingsolutions.co.uk/alf.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924086.4192,55,'rRwAZdBFUgGqJQIYscTyL9ta','','19|0|0|0|sleepingsolutions.co.uk/bb.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924087.0873,55,'TDuF8iQPveKyfZAJoVNawOxX','','19|0|0|0|sleepingsolutions.co.uk/lf.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924087.7578,55,'tE1PBn0W9f5GCRX7MdsZrau3','','19|0|0|0|sleepingsolutions.co.uk/WSO.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924088.4511,55,'YeipSXPWqhHUk4CKuFMNrtzV','','19|0|0|0|sleepingsolutions.co.uk/hello.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924089.0983,55,'0o29LWEyFzKHx5v7ku3lpO6b','','19|0|0|0|sleepingsolutions.co.uk/if.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924089.7847,55,'JfG9nPi83lRTcNkWgQxqyVIO','','19|0|0|0|sleepingsolutions.co.uk/kk.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924090.4306,55,'hpVyMKQ6OaumXgYTF5BvjtHo','','19|0|0|0|sleepingsolutions.co.uk/mrjn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924091.0828,55,'Age4GN07hjTcJibaY8QZPtdf','','19|0|0|0|sleepingsolutions.co.uk/kn.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924091.7630,55,'jqb4JnHOQAXrL9VkE1GCwm0B','','19|0|0|0|sleepingsolutions.co.uk/3301.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924092.4187,55,'5RyhNw9nrQGSkmfLFUWlZvIP','','19|0|0|0|sleepingsolutions.co.uk/leaf.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924093.0452,55,'PCRLGoW29Y3DOSfdknqhsBJ5','','19|0|0|0|sleepingsolutions.co.uk/alex.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924093.7309,55,'0s8fCr6o742wjXZgFRMPVtHi','','19|0|0|0|sleepingsolutions.co.uk/mailer.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924094.4427,55,'olcJzXBeQ9nHF1NRw03saZSk','','19|0|0|0|sleepingsolutions.co.uk/anone.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924095.1247,55,'MG5sNOjuE2zYaSL9mkJFIQgV','','19|0|0|0|sleepingsolutions.co.uk/wp-configer.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924095.8282,55,'glSXp4eFonHb3WCajkT5Lixh','','19|0|0|0|sleepingsolutions.co.uk/wp-ad.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924096.4645,55,'VEqHSpDzi47LPZ2C5ROyAvJf','','19|0|0|0|sleepingsolutions.co.uk/send.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924097.1366,55,'BgKc3vqUzyxTMGaCRm1JDkIF','','19|0|0|0|sleepingsolutions.co.uk/.wp-cache.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924097.7783,55,'xfCKdjecpDlrFg0G5qkynhzu','','19|0|0|0|sleepingsolutions.co.uk/sendmail.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924098.4449,55,'hloSK4vrte5H7RMInyWzfkJF','','19|0|0|0|sleepingsolutions.co.uk/rahma.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924099.1085,55,'huYd7c09mUM8fsZgQpD3oOaT','','19|0|0|0|sleepingsolutions.co.uk/nasgor.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924099.9168,55,'i1kdP5ynf8oFcNzTvGIYtQWM','','19|0|0|0|sleepingsolutions.co.uk/wp-confirm.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924100.6136,55,'zvA9tU3eIVa457qCuiZSDnko','','19|0|0|0|sleepingsolutions.co.uk/alfa123.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924101.2704,55,'jnC1BOmQsvEiaSWArchR7k6b','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924101.9017,55,'DAnxPURSWfCvwKIi12B8JLXr','','19|0|0|0|sleepingsolutions.co.uk/bypass.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924102.5749,55,'6xtYGlMAF30TUJ5Q9e8wsbmy','','19|0|0|0|sleepingsolutions.co.uk/wp-one.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924103.2377,55,'Ko6QWJrX3cPStxvyNeD9jdgG','','19|0|0|0|sleepingsolutions.co.uk/alexus.php',0,19,0),('172.174.224.29',2897141789,'',0,1674924103.9435,55,'YBzSn1PQFr0NKMAiXUlD92th','','19|0|0|0|sleepingsolutions.co.uk/wso1337.php',0,19,0),('154.246.120.10',2599843850,'',0,1674924753.7253,55,'DA8liBT9XKacL2NMq6y0YWOu','','19|0|0|0|sleepingsolutions.co.uk/filemanager/dialog.php',0,19,0),('89.163.153.16',1503893776,'',0,1674924757.0882,55,'q7CalVR53HkbWji6pA2I4oeP','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('89.163.153.16',1503893776,'',0,1674924757.2996,55,'zP2698jgFYqOQM7KskiwdhXZ','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('143.198.226.137',2412176009,'',0,1674928168.3634,70,'yncEQqmszRlOprk7CD8f1hv0','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('54.236.1.11',921436427,'',0,1674931089.4443,55,'A0DCjGbgFtuQXlzLBfYHaxsT','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('51.159.35.70',866067270,'',0,1674931660.4914,70,'QH7W8nexqoSDjEIOlsp6UvyY','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('83.69.230.5',1397089797,'',0,1674931713.8327,70,'8YeZ9D7hOfHqFdlIr4xn1MEm','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('167.235.143.158',2817232798,'',0,1674931840.2726,55,'yNeLKMd0PnGBa9ozfZ2r36jY','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931845.8589,55,'y53LQ1Iuj7ceGbTVZEwgnvaP','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931846.8547,55,'N3PygocjlOfBaQJmKdpv6FTh','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931850.1867,55,'1xjgV5y3UOmhsX8CoEPeuHfn','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931850.8314,55,'Y6KSdprFAxjJzf2y81whguks','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931850.9266,10,'Y6KSdprFAxjJzf2y81whguks','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('167.235.143.158',2817232798,'',0,1674931854.4099,55,'8TVINZ2diHDntPOAjlXYM7R0','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931855.3393,55,'PosBTplMQeK6ibIu2YfcnGLN','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931855.7401,55,'okA0RUay4rgibQsPm9txq6Cu','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931856.3725,55,'S6mVjTgWGDpLth5rcdoJnX91','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931857.3305,55,'nvFHOewhrcdk38R1gVjb2s4C','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931862.9722,100,'Uhu8PQOpdnt9eL26JAbxISCH','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('167.235.143.158',2817232798,'',0,1674931866.6278,55,'VrzFdWb637B0lyweI2phGJLk','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('167.235.143.158',2817232798,'',0,1674931867.7433,55,'vgGAxte1YpwD9KRBVnCzNoJl','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932725.8590,55,'AHNEZJ2Q1dvT5eROX9cmbnip','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932730.2731,55,'UsiQyNmtv1YXL0SrTBIWZPHO','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932731.4357,55,'nbAH0Wo24yErzG5wpTBZqjt8','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932734.7374,55,'GR9i4rWsj8UCfHYq6whcKBpZ','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932735.3458,55,'lLg7wsaI8WQz1dMqN52YCZKn','','19|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932735.3807,10,'lLg7wsaI8WQz1dMqN52YCZKn','','707|0|0|0|sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('167.235.25.176',2817202608,'',0,1674932737.8455,55,'Xk7J354KbGnflpdrHPchWOAY','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932739.8547,55,'60BkKZa41Wi9JCsnu23YRSIT','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932740.4131,55,'U7se4VczkhB9xZvW82oTDObd','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932744.2088,55,'1wm7yavXdl3U8WKiEMnPACHp','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932745.1164,55,'2p3MmK8RfZLAlWywxg0cYPTt','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932753.2678,100,'3sNCYaeKblF9AGMq4VE1W7yo','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('167.235.25.176',2817202608,'',0,1674932760.3433,55,'hoX9kHmLY7Bld5OIgF4z2iJZ','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('167.235.25.176',2817202608,'',0,1674932761.3806,55,'euiohRTMsczALqn69ZNvjOGU','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('69.55.54.119',1161246327,'',0,1674933295.7630,70,'k0nJSsjGpQXMiDRvlTI1qBwx','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('157.230.178.254',2649142014,'',0,1674934458.5848,70,'v4KHwx1GCOdlfTynQ70LtEJF','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('199.182.169.160',3350636960,'admin',0,1674937657.4838,51,'LtisRATPKBmbHMGY753wSlch','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('51.159.35.70',866067270,'',0,1674937851.3690,70,'AE4VGdWulMUzNeF3XTp1xqjo','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('171.244.17.89',2884899161,'',0,1674940665.7589,70,'UGngYbvTVNcskSwBuiI6CFZf','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.130.57',1920434745,'',0,1674942048.0226,55,'JSPyZVE3Q0WNHremCf4zupIo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.48.26.198',1445993158,'',0,1674943589.8003,70,'Fh9UDorXln1WeYMNQHx2fV4z','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.138.188',1920436924,'',0,1674944759.6016,55,'apoNdlyjcP4fqhJGKEtW3A2F','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.177.133.2',2914092290,'',0,1674944832.9489,55,'NFsoxretdaT7yljWc3zBXKZ2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.177.133.2',2914092290,'',0,1674944833.0545,55,'uKqjLxc0o1tWypYOgB4n2Dzl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('173.177.133.2',2914092290,'',0,1674944833.3768,55,'fgi1yl5J63P4urbMta9LYBpR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.88.22.184',794302136,'',0,1674945263.6356,70,'cjm3lZ07P8Rxo5a1MkWBhHwd','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('188.166.149.6',3165033734,'',0,1674945544.8247,70,'l3aMWLcgGdPxSioruVKpEm10','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.130.13',1920434701,'',0,1674946184.4080,55,'Ese7UbB9OLT1ZmfgWVSaQryF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.92',1920435036,'',0,1674946500.0105,55,'oWz7twdfO1LEFDkyu4NPhZ0c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.51',1920436531,'',0,1674946836.8171,55,'24mySiLIpraAXxjR3BsMQTbz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.36',1920438564,'',0,1674948074.2153,55,'2z8FPxeCdqauWRlvHoKTjwD9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.53',1920437557,'',0,1674948462.6002,55,'zfwZPLmyhrbAQH4xaFBNUk2j','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.218',1920441818,'',0,1674949367.5791,55,'48PVYobH7XdkngOtjwup2E19','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.245.200.155',2650130587,'',0,1674949964.6798,70,'2Fxe6zs79yNWnf3bTt4QSqcZ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.142.253',1920438013,'',0,1674950803.1895,55,'12v6h7aQJWdXBgOo8pK4niLe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.113',1920439153,'',0,1674951110.7660,55,'Je2Pk3TQjuplx6vAwU1sMIOC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.203',1920440011,'',0,1674951407.5525,55,'r1JgYIl64zBSP3H87iFyRLhD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.112',1920435312,'',0,1674951701.2209,55,'rTHBhF6pJPAbxj54YCqt972a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.90.41.180',224012724,'',0,1674951753.5153,55,'EJ9HYyR6gmIfokFvZwpTxAD1','','19|0|0|0|sleepingsolutions.co.uk/1index.php',0,19,0),('114.119.156.132',1920441476,'',0,1674951986.4533,55,'Wdg90BCmxqlAjSVR5HEwMhrT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.90.41.180',224012724,'',0,1674952060.3261,55,'c7QzsfJudOrhBFA1jbeZqtCE','','19|0|0|0|sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('13.90.41.180',224012724,'',0,1674952104.8419,55,'vwJVGxWAt36E41ru2RQOImTi','','19|0|0|0|sleepingsolutions.co.uk/beence.php',0,19,0),('114.119.150.15',1920439823,'',0,1674952311.1810,55,'ACDytrIbXwJn53iNgPoV8uak','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.90.41.180',224012724,'',0,1674952506.9041,55,'QkPujw7UA4TvKHoV8xqY0FWS','','19|0|0|0|sleepingsolutions.co.uk/export.php',0,19,0),('13.90.41.180',224012724,'',0,1674952595.3046,55,'KvljNuF5e7yVnQcP04BEkUr9','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('13.90.41.180',224012724,'',0,1674952595.3480,10,'KvljNuF5e7yVnQcP04BEkUr9','','707|0|0|0|sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,707,0),('13.90.41.180',224012724,'',0,1674952615.8641,55,'ZSQDN4AhpLdXqUiVFf1IMWyH','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('114.119.167.18',1920444178,'',0,1674952632.4751,55,'xLeb102X4wJWu3nMrEjKNGSq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.90.41.180',224012724,'',0,1674952645.9182,55,'gbODHf4mZT1LyFRtMi3AU2YK','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('13.90.41.180',224012724,'',0,1674952680.5249,55,'GstlTa5PB0YpKuROQENHF3qc','','19|0|0|0|sleepingsolutions.co.uk/defau1t.php',0,19,0),('13.90.41.180',224012724,'',0,1674952720.1775,55,'XaNp2sCkRqtGJA3dEbOPUIux','','19|0|0|0|sleepingsolutions.co.uk/moduless.php',0,19,0),('114.119.155.111',1920441199,'',0,1674952892.2684,55,'UEM6p9SHkhg2wVc3K8Q5jmdy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('13.90.41.180',224012724,'',0,1674952958.0084,100,'KZqoFO3wh7TRHYXyPmID8Ebk','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('13.90.41.180',224012724,'',0,1674953037.9293,55,'hF2TJ7qmgK1wbEjQfUu63RG4','','19|0|0|0|sleepingsolutions.co.uk/archives.php',0,19,0),('13.90.41.180',224012724,'',0,1674953056.4015,55,'AY3gIPR8akNFGHE1y642OZfi','','19|0|0|0|sleepingsolutions.co.uk/defau11.php',0,19,0),('114.119.141.93',1920437597,'',0,1674954056.5155,55,'FKfuLOoNXTAyeI5lhWCVQzpS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('95.59.26.9',1597708809,'',0,1674955092.5847,70,'d9r2e1gj3tmZ6yqWTSVzJXxk','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.133.208',1920435664,'',0,1674955096.5011,55,'MZTWdF4VRcsoLIS0PnKt6mHU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.166',1920439974,'',0,1674955378.6955,55,'k5pEgV0DJQWOnyaoRtM6HAjc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.34',1920441890,'',0,1674955658.0093,55,'LGsbyUEZvaQzB5hCRixf4M1V','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.178',1920437682,'',0,1674958752.5467,55,'wEI5YsAXkyG8PQp93NgLRqDf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('159.196.12.30',2680425502,'',0,1674959052.5538,55,'wYB9XpoT8uhVHQqE0WJfzIg3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('159.196.12.30',2680425502,'',0,1674959052.5688,55,'SQWberULC9zmfKklnxh0qyYj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('159.196.12.30',2680425502,'',0,1674959053.8203,55,'qWXvMFy0r7Y9owLBfQRSha6Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('143.198.226.137',2412176009,'',0,1674961952.3919,70,'oGMQiHJICzm53nUS2pFwZVld','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.84.1.94',760480094,'',0,1674964705.8546,70,'YRMUS4nPXAfmtFOC0cjBxZ9p','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.70',301065030,'',0,1674965320.6234,55,'rjaCQ4kfHIoS2wKOLc1dN3xD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.211',1920435667,'',0,1674966374.4954,55,'PbUmf5V4XzoldaLxDGKvMO2r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.6',301062918,'',0,1674967159.8004,55,'CctelsDgRjaZVo9LXdIpGJxH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.242',1920439538,'',0,1674974938.5726,55,'EnFwvpWKPkUqXNsu6z2G91OD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.25.117.82',3105453394,'',0,1674975619.6971,70,'V6gOraNRhGCPwHvu3xSmdo0q','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('24.199.86.99',415716963,'admin',0,1674977185.9770,51,'sIGRSb19XpznZya6EO0BgN4e','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('17.241.227.19',301064979,'',0,1674979657.3080,55,'FvAPdxjnVutqOJksLw4aci6e','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.88',1920443992,'',0,1674980019.9424,55,'XY6qoDn9LZUad4rybsOmc28W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.254',301063166,'',0,1674980029.6126,55,'jJSnulHGfXvItLTDcxE73qg9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.79',1920435791,'',0,1674980316.6615,55,'DyiJ9CLUmYq4MAW8Ro6heZNx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.63',1920443967,'',0,1674980616.7638,55,'ERWHzBwPd81f0stS2I4ZFyTA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.127',1920437631,'',0,1674981014.8172,55,'YzM4fIHEDWgRq0KFyleQoGbk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.11',301026059,'',0,1674981329.4351,55,'pBQixtwmcyTZ5RVhHCf2M7JN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.201',1920438729,'',0,1674981359.3538,55,'9WyCQwSpfzFbcHPGdljEeo7V','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.80.231.194',55633858,'',0,1674981805.4189,55,'ZuvanLSxtiVeFrl0BoDkKHpw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.251.117',65862517,'',0,1674981982.1727,55,'ItGYsoTzVeEm584nh6rJ3A9R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.78',1920441166,'',0,1674982624.3432,55,'bYUCPdMs0DGNnA6TrZBJ3F7V','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.176.170',65777834,'',0,1674983046.3953,55,'WA37FfyXdqQtZ2aUGrg5vhPS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.146.203.15',1737673487,'',0,1674983480.7448,70,'yBJSHZvnqlUz4Vo3het8sIEf','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.157.128',1920441728,'',0,1674983504.7402,55,'XxbuKJ6rwfZVTPB5M1AmYe3s','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.5.12',65864972,'',0,1674983615.5244,55,'KJmSc0dwUuR4plsMiv7koQfy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.76',1920435276,'',0,1674983822.5516,55,'JTs8xXir6AZlNKRYeHCQMUty','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.154',1920439450,'',0,1674984101.3535,55,'co9OHkFSZuKdNaJ1mnD8rXBU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.173.48.139',598552715,'',0,1674984202.1086,55,'nK6IdLNCV8r0R7uJH5EhcpSj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.42.76',751315532,'',0,1674984736.9146,55,'Hk3eDUuQvrs6KAB4d5z82Wxh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.92',1920439644,'',0,1674984891.9699,55,'7Vw8y5KoM6JZsONeUaltS0D4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('147.78.47.230',2471374822,'',0,1674984917.2184,55,'f6zgL3mhbRFQlnxE8ZtXHTcW','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('44.200.42.76',751315532,'',0,1674985111.7695,55,'V0KsnWEz3qRNrbIy8OaXUS2k','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.205.152',751160728,'',0,1674986173.1576,55,'FdZsaRmoM32lbyUvH4LNrVBf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.136.124',598509692,'',0,1674986261.8385,55,'zMb1JrgO7UnA4kh8HpWl3IDv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.68',301026116,'',0,1674986390.7316,55,'1DqhON5Xa9S3ZIHucPYJx4zv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.214.216.122',64411770,'',0,1674986421.6668,55,'VQLP1tdS83WRY60fa4yrXjJb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.202.15',751159823,'',0,1674986598.4053,55,'sCjpZKS0HczN8YlAOeoq2Mdk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.187',301026235,'',0,1674986672.2020,55,'rKSIcjLMJw7YHNt2viCefXTn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.249',301065209,'',0,1674986950.7197,55,'AR1c2aWyIYxndbO4ov39SLqT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.206.238.158',315551390,'',0,1674987339.2780,55,'cF6rHEt7QmvdGobI8kuS0AZz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.227.15',301064975,'',0,1674987363.0719,55,'RXzLPEHmy7GOiubk2oJeD5B4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.42.76',751315532,'',0,1674988712.3436,55,'huawNOV4evxmoPnA1t8L532R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.92',301026140,'',0,1674989850.4948,55,'CmxlT2ts3pXdwjHGnzY8ARW9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.9.196',65800644,'',0,1674990522.2175,55,'dqOFJPNKgf3aslE8DmQjRtZM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('91.238.165.67',1542366531,'',0,1674991201.5367,70,'mLxN7COJiysBMvDUXoqle3nc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.236.171.145',585935761,'',0,1674991602.0165,55,'xsp3czTnG9SbJqDFe0PLriZA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.136.124',598509692,'',0,1674991967.4157,55,'FW7H9hVwmAoSnPzBdgrNRjGq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.12.7',65997831,'',0,1674992587.9621,55,'MrF7uSa2Tsei6hpY4xdIByoj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.234.215.37',65722149,'',0,1674992728.2192,55,'J36nEmGQUesO1zbLFMV8PSTr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.42.76',751315532,'',0,1674993159.8364,55,'xLVOJReEalkPigmr0npyo2TX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.235.121',752020345,'',0,1674993242.9554,55,'dolvU4mIu9gyG3cSzN2RtsKA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.208.159.10',315662090,'',0,1674993660.3059,55,'UeS1sZnYcOx0M6VEC9mJKfPB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.229.123.144',65371024,'',0,1674993673.4364,55,'MKw9bmGSf42YoTvelNQsXApy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.88.61.91',794312027,'',0,1674994591.4453,70,'3nmbyM2okrvdjPERBx5KZwT7','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('92.204.128.97',1556906081,'',0,1674995079.6124,70,'dkzqXQg2e8xWDIvcG9PuKiaJ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.234.210.18',65720850,'',0,1674996159.2104,55,'l4u5ZQ0BikaI9UN1LYpm3DX6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.145.54',751341878,'',0,1674996656.7372,55,'Y3WOPzIE4vrakGTM7iKAbtwm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('206.72.203.35',3460877091,'',0,1674996725.6180,70,'voQUfmBxIzdF2MutSEKZLhgP','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.85.214.40',55957032,'',0,1674997768.4602,55,'iDrBSut5ndpCA704Hh1GFmIU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.119.81.109',3111604589,'Hastings',0,1674998329.8947,51,'GephmAYByE5k3bQNRCgstJuj','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('45.252.248.7',771553287,'',0,1675003855.5433,70,'ipjeAgk68K5O0htasVPv2bIN','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.72.163.9',1732813577,'',0,1675006731.6973,70,'VujBW0GIoaYZXFzR718nDSNh','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('159.89.228.214',2673468630,'sleepingsolutions',0,1675008023.8183,51,'QWtzY8umrxFgw7ZkCUeBviyS','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('54.236.1.13',921436429,'',0,1675010426.4816,55,'aXmC0ibO2QT9LYAxlpNv48wc','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('14.225.255.250',249692154,'',0,1675011321.3343,70,'ZqicTVI96u3fKgezDlakMC0E','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.200.23.139',1741166475,'',0,1675013071.4137,70,'XVApF4cvxCMoIUDlYasgNuJh','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('45.252.248.7',771553287,'',0,1675013563.5122,70,'KYGjybnkSptc409sQw5qmgDi','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.145.121',1920438649,'',0,1675014498.2696,55,'vfPlqN8DQoMecpu3mxTUFwnV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.196',1920440004,'',0,1675014836.8482,55,'GoaBQRA2xcrg7kSudbEZhVKp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.143',1920436367,'',0,1675015172.1946,55,'3vjzTOA9n0yrhtSaJ4I6WwxN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.23.194.37',1377288741,'',0,1675015217.3380,55,'WeNrtQ2Fm9PAZYGgSKRazuUd','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.132.43',1920435243,'',0,1675015482.4669,55,'tzibZawS6edhyHuTD3LoUJWc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.200.23.160',1741166496,'',0,1675015690.0049,70,'1tVobmgDQwzRnBPUL7uTHZ4K','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.165.5',1920443653,'',0,1675015793.8415,55,'E5jUXuNo7xmYzkc6FTRDrBvn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.15',1920439823,'',0,1675016127.2916,55,'kN2t5AIv1XMbY8TZBxi0zWsp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.206',1920436174,'',0,1675016744.7280,55,'DFiJ9sxm1aCVBZL5IQd2oKzy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.107',1920436075,'',0,1675017051.5815,55,'svwbXHpV0WuYPF42cKmz91Dn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.60.170.226',3107760866,'',0,1675017335.8271,70,'1k2Of8zEluVZY9QLGeT6atrs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.130.87',1920434775,'',0,1675017380.8643,55,'noGW2kwtfN8z47ujUa1VDmLT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.154',1920440730,'',0,1675017639.7970,55,'dEHk0lg5YIwtUszhN94OKWuQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.132',1920437892,'',0,1675017931.8203,55,'A6EFgjy5JVMba2Ss0xeukr9L','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('40.77.167.56',676177720,'',0,1675018043.3369,55,'lJWkPUr1X2g0893sjb7xRCA6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.11',3475901707,'',0,1675018047.1029,55,'UncwK6gMyDohSx0CuZk3paXj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.41',2637637417,'',0,1675018051.8755,55,'xlarGIoJj16FgBPmLvX8CwQb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.186',2637637562,'',0,1675018056.2682,55,'ApMP2U1VejEWkn4KixFdTNgJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.177',1920438193,'',0,1675018233.6082,55,'pKq5vQRIJ6912j7AscNexkVb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.34',1920434210,'',0,1675018527.1615,55,'UvMu84xHpNKa7WCSsYDFQ1Bh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.204.71',65981511,'',0,1675018645.1556,55,'4yM7CWxsVJTGuZwlNEibzSOL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.137',1920438665,'',0,1675018823.1955,55,'h9fW8wxscVvP3dbED7piCSJX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.132',1920441732,'',0,1675019116.1509,55,'0ycRDlJ7rgX2dINzxY8tQWmq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.50',1920439346,'',0,1675019426.4978,55,'XrHQACgJoRaUOViwy3u5BeEY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.75.65.218',575357402,'sleepingsolutions',0,1675019684.7605,51,'2e4DWSN6vAYCP8o1acL3Kihd','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.143.133',1920438149,'',0,1675019717.1230,55,'DxNZPIeFUaC4cO9kbXq0V2d7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.179',1920434355,'',0,1675020006.7095,55,'3MUdDhXagnmGjYVikpWco4Q2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.191',1920434623,'',0,1675020311.9045,55,'KAgs5ThxWcr6atdlyq1oFUnv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.160.248',1920442616,'',0,1675020619.7580,55,'Z0yg64qFdt7NwDl1hjMbTW2R','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('35.171.159.66',598449986,'',0,1675021041.8405,55,'nbTgaZN8IUGXDSlmhfxRd6tK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('104.243.43.64',1760766784,'',0,1675021829.7913,55,'zHGV8g1y3AQ5XpB9vceIETfR','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.64',1760766784,'',0,1675021829.8019,55,'f0eCQJkTBAV7PL2gKnSd1Gqw','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.64',1760766784,'',0,1675021831.7305,55,'wF1yLU02XoAfbWJSdMRsOaBc','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675021831.9739,55,'tWZYKNeaxFlkRyn0UpgC52vX','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675021832.1245,55,'xbQcf0GZizLlJsDkuP9dV5UN','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675021832.7771,10,'tWZYKNeaxFlkRyn0UpgC52vX','','707|0|0|0|www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,707,0),('104.243.43.64',1760766784,'',0,1675021833.1744,55,'yorxACe3dmqzWJSflb46FBPQ','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('5.161.189.8',94485768,'',0,1675021953.0101,55,'msonugfDy7hC9WQBEvw2d36U','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/bolster-theme/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022004.6418,55,'Pbm8Bwdvrte2ZR4F1WVMXnha','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022015.2780,55,'FSLvKtP8IHq4jioRTdMhu9Yr','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/onelife/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022038.1653,55,'o2cKgT4VPrIlyt0YEBZ1mvJz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/faith-theme/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022043.3940,55,'2CHlL3ZAkWTYxGBr4yJKFO58','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/theme-deejay/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022043.5163,10,'2CHlL3ZAkWTYxGBr4yJKFO58','','707|0|0|0|sleepingsolutions.co.uk/wp-content/themes/theme-deejay/include/lang_upload.php',0,707,0),('44.213.81.79',752177487,'',0,1675022044.5964,55,'oeuG2ycl9sXLt4VwjJZOazb8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.161.189.8',94485768,'',0,1675022055.0314,55,'KbkadVU3uSRG5X79cHsoFMrD','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/rocky-theme/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022060.2740,55,'XIuB840Qtkvb6f52PsVOJW13','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/soccer-theme/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022081.6881,55,'wTbfdDkVqa4ZcjlB3CvKnt0R','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php',0,19,0),('5.161.189.8',94485768,'',0,1675022087.2484,55,'V7lO3CL54GHjsr6i8ZxukTQF','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/snapture/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022104.4763,55,'REsXyP4terfgM5vk6WNDpOai','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/club-theme/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022109.6935,55,'LHmeSlRQFqo1W9B2UPNh58DX','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/spikes/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022114.7117,55,'aecqVoyChQY5EUAD40fPK1bz','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/statfort-new/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022130.7610,55,'Ml4hwHjXrFpRa5Vd3KCLkBfe','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/soundblast/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022198.1147,55,'lLsGkJ0oMfmueQRxvg96F2hB','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/westand/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022209.6811,55,'AqXh36fDTGgYjPLOdSy5x9Z8','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/statfort/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022278.1968,55,'SNl2mHsxLQzGegw8ukfcoMF6','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/footysquare/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022295.0948,55,'WCkEMU5xQqdmvnt0p194IYjX','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/spikes-black/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022300.1122,55,'SqOwz2J6fsQk1xXdhogIjlK5','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/bolster/include/lang_upload.php',0,19,0),('34.237.76.125',585976957,'',0,1675022324.8188,55,'wqceZodz2xmOBiFPMGC0v3gN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.161.189.8',94485768,'',0,1675022340.1234,55,'LMeiYF5zqxcNAZhJW6CPd7st','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/churchlife/include/lang_upload.php',0,19,0),('5.161.189.8',94485768,'',0,1675022345.2380,55,'H34pr1ScfUeVgzYvRA9Xbx6l','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/aidreform/include/lang_upload.php',0,19,0),('103.74.121.5',1732933893,'',0,1675022710.1716,70,'aGd4kyUwN3qjKcQepT9gMlRL','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('205.169.39.63',3450414911,'',0,1675025323.1675,55,'4c87bGyasXxlTCmKU6tMAiZJ','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('94.250.250.48',1593506352,'',0,1675025700.7816,70,'t6upd4E3LChZGjvsT8OUawnc','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('44.213.74.133',752175749,'',0,1675026106.3072,55,'EVF6KMqWDtjs8cwLavCTGfiJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.231.181',65857461,'',0,1675026834.6541,55,'FtzLnWxe2KJrp0dsZ5lu6Xfm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.111.232',598503400,'',0,1675028069.4072,55,'xAvyiGqaF0QlCtubHRBUnXg7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.181.43',65778987,'',0,1675028528.0851,55,'X9HVZzgI1aYjBOSvcktPrCAf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.223.12',65855244,'',0,1675028852.4582,55,'Pwdg9NhvVxcD21HBltyFOGof','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('81.79.135.155',1364166555,'',0,1675029334.6871,55,'bqYSJh1XZRHo4FOTvxEpw5di','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.238.242.49',65991217,'',0,1675029526.7439,55,'jMdGJTUErRakV1fCvne4c6Fo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.223.12',65855244,'',0,1675029719.3534,55,'rkqAZz7JiQF3uHVPLbO6SG1a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.170.75.179',598363059,'',0,1675029843.6881,55,'AEBwOFuS8tVnadYqGMxcvrsX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('195.211.44.210',3285396690,'',0,1675030558.9419,70,'Nah7OIJbqC5ry83sQXfZmkHe','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('34.237.76.254',585977086,'',0,1675030760.5732,55,'PyLDJzeRGmN8uV03saj1BrFQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.112.239',66023663,'',0,1675031146.3570,55,'9I7blAmMYietVqgXa5kyfoLR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.127.200',65961928,'',0,1675031680.0955,55,'x9aL8FHQt3OJmw1jK2R5EeXU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.139.1',751340289,'',0,1675031751.8305,55,'angqSiNJlZQDzdvOm2FPfHCG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('195.211.44.210',3285396690,'',0,1675031874.3795,70,'p5svi3B7xrEAlKkdXLzInj1q','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('177.55.125.120',2973203832,'',0,1675032090.3106,70,'gESfezZrsMd4bA7OJKxvmo89','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.236.212.178',65852594,'',0,1675032460.4821,55,'6pzjH7W5XYVcrq18otgEsbaG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.207.191',65851327,'',0,1675032954.5830,55,'KItSfAGBVqbDlhE5HP64i3LM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.85.149',65951125,'',0,1675033108.2580,55,'vAEnzidTjr7FMKUObwP1Ls4X','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.33.40',750788904,'',0,1675033895.9243,55,'6H7Jo1MVXUBKlA4vntCIGQDS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034056.4104,55,'Nz9a5HbAhEjKMwVqlsZXYPQ3','','19|0|0|0|www.sleepingsolutions.co.uk/1index.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034060.4888,55,'V3qArYSF5Be6KZNOsQgliphD','','19|0|0|0|www.sleepingsolutions.co.uk/wp_wrong_datlib.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034061.6911,55,'Bfh6SrmieKk0PXT9l1CvQcqN','','19|0|0|0|www.sleepingsolutions.co.uk/beence.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034067.4379,55,'EqLmaP6xXn9F8D31gBjryJiZ','','19|0|0|0|www.sleepingsolutions.co.uk/export.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034067.9754,55,'M5jikLrApC6DmVve0aNHn9xy','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/export.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034068.0469,10,'M5jikLrApC6DmVve0aNHn9xy','','707|0|0|0|www.sleepingsolutions.co.uk/wp-content/export.php',0,707,0),('157.90.17.95',2639925599,'',0,1675034071.6632,55,'LrsBWZiDlqEcya2XCIh4zPtT','','19|0|0|0|www.sleepingsolutions.co.uk/wp-includes/wp-atom.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034073.1119,55,'aBig8FVcAuYTJW6PwEUjStM3','','19|0|0|0|www.sleepingsolutions.co.uk/wp-includes/images/css.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034073.7383,55,'mHVbJ3c9jfnpYP1oRzi0Zt5g','','19|0|0|0|www.sleepingsolutions.co.uk/wp-includes/css/css.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034075.4054,55,'73VPdJW4N1Q59IFpaoAnvwbc','','19|0|0|0|www.sleepingsolutions.co.uk/defau1t.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034077.4333,55,'6g7AYCWDK03UJtBEeQx1fLcl','','19|0|0|0|www.sleepingsolutions.co.uk/moduless.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034090.3649,100,'6W9fNvHacbnKX5gOBZCAluJP','','13|0|0|0|www.sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php',0,13,0),('157.90.17.95',2639925599,'',0,1675034095.7032,55,'REM2BuXsKP9qpmhJkbFcODla','','19|0|0|0|www.sleepingsolutions.co.uk/archives.php',0,19,0),('157.90.17.95',2639925599,'',0,1675034096.8635,55,'Pbok9If2jaDYhWzq07KZnt3s','','19|0|0|0|www.sleepingsolutions.co.uk/defau11.php',0,19,0),('18.205.109.54',315452726,'',0,1675034216.4459,55,'Bqk8wp5xRNIXWr6mHaclg2tn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.46.83',65875539,'',0,1675034474.2437,55,'vESOQKbNR2hP4VXgmHupwrF7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.205.109.54',315452726,'',0,1675035107.2265,55,'kPzjDn0gweF3NMBrETR1i7Qf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.87.105',66017129,'',0,1675036028.9086,55,'RjHv2lCydwY7PLO3XubVi0EJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.92.96.251',56385787,'',0,1675036512.8340,55,'wuTxH1amdYbc6U02oeBzPv4Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.87.117',65820533,'',0,1675036833.8175,55,'yn09vAKePaikJZCUcNH3TO68','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('148.72.214.245',2487801589,'sleepingsolutions',0,1675037056.5396,51,'JFX9pbxhownOaq1v4BGCymDT','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('17.241.75.220',301026268,'',0,1675037165.5658,55,'L7wpikl3cPJCS2UK4NF5ujn0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.252.248.7',771553287,'',0,1675037325.6042,70,'YMRE98DJGBlmzd3aQUb4ecso','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.236.223.12',65855244,'',0,1675038195.7729,55,'BP1vSqmVuYgEIRklC0iX96cF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.181.43',65778987,'',0,1675038270.3630,55,'K02bX3v9LIcnrT8GOBS64okN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.173.42.206',598551246,'',0,1675038304.2117,55,'fRVMTjuC96Wvo1PEJtekGrOH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.226.219',65987291,'',0,1675038332.6063,55,'2EWtmFeCkhRx6g3O84JQvpM7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.53.5',65811717,'',0,1675038355.7683,55,'f9NTiqQBozdlVSDhF3jYu8k1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.191.19',65781523,'',0,1675039571.7013,55,'6iU39TkKPCx4yM75ZdDoQfSc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.39',301062951,'',0,1675041457.0147,55,'ZoETm8GMJgC7t4eAv9OzF6Si','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('167.86.100.73',2807456841,'',0,1675041883.8263,70,'EULyFCqZpGawRmDPWKuBt0ig','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.141.152',1920437656,'',0,1675042609.4416,55,'qC13PLBWK0tOfnvZkioGzXhV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('146.59.154.210',2453379794,'',0,1675043009.2803,70,'rqeuxjg2E6atDH0wkm93KnRQ','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('78.46.82.123',1311658619,'',0,1675043643.8757,70,'nXQcWBf4ANP8qstuV2rhJ6Ev','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.150.1',1920439809,'',0,1675044075.6427,55,'XLWVfaDyBQbYz7SP8RcJhE3o','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.98.72',65823304,'',0,1675044101.8405,55,'ftIEpgO0DXWBy3a6ZcMoG7zr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.208',1920440272,'',0,1675044887.2468,55,'OdaIZH2jgLGNFJCbi4mYqX0r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.210',301063122,'',0,1675044928.3661,55,'2fEHI9YLBXo0OxMgwZjUzsyn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('191.96.4.95',3210740831,'',0,1675045115.3289,70,'u6ncelHM09YpqdbRkF4PfNjT','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('34.226.244.208',585299152,'',0,1675045381.6717,55,'cPAXkmFOqbNv84IHWdCsyV7U','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.214.211',55957203,'',0,1675045778.8199,55,'Vr0MTX6HIgm9oL41hWxb7Yce','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045817.6981,55,'D25vRAt3H4XNuFZae7U6dcjK','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045817.7600,55,'UzVx4YdEaIAPWsS6DJ1k89lG','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045818.2546,55,'Ssdfq8bIlhBM7xLOv9wR6TXJ','','19|0|0|0|sleepingsolutions.co.uk/wp-setups.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045818.2620,55,'2Fp6oSYPeOxULBlMtu0isNrG','','19|0|0|0|sleepingsolutions.co.uk/wp-setups.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045818.9229,55,'0VyL3J54cz7STG8Yu9Q1FfvU','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045818.9513,55,'ZCNzVHqId6eh8PY1GawgOFSX','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045819.0945,10,'0VyL3J54cz7STG8Yu9Q1FfvU','','707|0|0|0|sleepingsolutions.co.uk/about.php',0,707,0),('89.39.107.6',1495755526,'',0,1675045819.4252,18,'WPtbgeLMiDyk3wXnYxC1H4TS','','13|0|0|0|sleepingsolutions.co.uk/about.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045819.5180,18,'v9Zw2iVtqFk8nKSzjUhxgHJA','','13|0|0|0|sleepingsolutions.co.uk/about.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045819.8794,100,'bSmGwCq3P8F5V9pEdgMBusyf','','13|0|0|0|sleepingsolutions.co.uk/admin.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045819.8937,100,'uyRZtkp7vrBAH3hPQmjbCiVc','','13|0|0|0|sleepingsolutions.co.uk/admin.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045820.3098,18,'UTYybMrEwz1LPq3ZgFG9extf','','13|0|0|0|sleepingsolutions.co.uk/admin.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045820.3984,18,'8vimQ6koj1lt4xbU7uSJK5Nr','','13|0|0|0|sleepingsolutions.co.uk/admin.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045820.6732,100,'0xANvSeuMrVgKpOwJFn9dGD6','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045821.3026,18,'BQ9Zowvn2Ym6duNGfKpAJaqT','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045821.3272,100,'Ubmevz6P9ZXp3S7iLrKNf1l5','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045821.8211,55,'C2djIXrBgKlJovOM0ymTGbzp','','19|0|0|0|sleepingsolutions.co.uk/simple.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045821.9365,18,'At0D7VbXh9m2fZzUPkxB1QyH','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('89.39.107.6',1495755526,'',0,1675045822.7764,55,'8t3bgVJfkMveGRyZ6AmhaTQz','','19|0|0|0|sleepingsolutions.co.uk/simple.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045824.8755,55,'2kug7RJL8P0TaGX1mBzA6iIy','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045826.1058,55,'GNSRUEhk5PIyLAHm68sl1bcT','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045826.9932,55,'2t5oI7BCefEgYZbnzLK9A0QD','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('89.39.107.6',1495755526,'',0,1675045827.1216,55,'SHpP9qhsrTbBKzlWf5dkuIQL','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('114.119.147.45',1920439085,'',0,1675045908.6026,55,'X7DaROYogTkxryCw5FjzhmM6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.107',301026155,'',0,1675046110.9149,55,'hnWtjN9Qa1Hv8EIu3oC7UeSd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.227',1920435427,'',0,1675046649.7498,55,'HfUwQLod35O29CEmFbtDSaNn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.204',1920442060,'',0,1675046926.8938,55,'XjvJgsHOk5x2fq4hGRVdcnl7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.106',1920441962,'',0,1675047207.5620,55,'0XVzKNgG15AsSvBnxmk67udq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.150.191.81',3113664337,'',0,1675047265.2025,55,'Sj6vFNJAxhGYitnElDU1oe5d','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('185.150.191.81',3113664337,'',0,1675047265.5762,55,'4UlEpdBKoTjk6LaGS7vWHIme','','19|0|0|0|sleepingsolutions.co.uk/fvlxumnz.php',0,19,0),('114.119.135.32',1920436000,'',0,1675047486.7553,55,'5FAWy1R7er9LUSZ8VzdamMjk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.87.117',65820533,'',0,1675047524.3046,55,'ewK7QlPuVM0pSFCXRaTzb5Zo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.87.105',66017129,'',0,1675047652.7660,55,'TV5SRhpq2HLmIEYla3owD8i4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.135',1920442247,'',0,1675047764.7381,55,'FhygSNf8zU69xvrVRHKciYub','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.153.121',1920440697,'',0,1675049593.6175,55,'S9EF5HbQztAfPT0nYvc3lUZ2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.55',1920441399,'',0,1675049840.2855,55,'Kmf2RuZqrbPLQXSkgjz0Msiy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.189',1920441021,'',0,1675050109.9084,55,'YmDxonj8FlbIQLeC7R5c0gsG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.18.6.65',1729234497,'',0,1675050303.0286,70,'LtX6FhYf3Sxi9ETqQPONe75I','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.219.192',301063104,'',0,1675050347.1230,55,'DSyFQu79sWqgMU4JPA8KGHEc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.167',1920442023,'',0,1675050362.2644,55,'3AKQoXyeiUm89gNpsIf6v0lS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.195',301063107,'',0,1675050673.5709,55,'vHjpzxeWoDYPq60QEfBa1bV4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.165.5',1920443653,'',0,1675050828.3861,55,'qdxwLh82NQ409iSlkyHOEjaI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.169',301063081,'',0,1675051059.4868,55,'ZjxFitsnYywX94uIg3c7fR28','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.74.116.69',1732932677,'',0,1675051086.2283,70,'n5aX6GuZgLpDcQvbhxVeP2SH','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.145.174',1920438702,'',0,1675051109.0991,55,'QuPimr2TlcdCRGZwBOIF9JW7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.5',1920439557,'',0,1675051415.5351,55,'5qb8YVMZD012lGJmocjBQhtX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.70',1920437062,'',0,1675051676.5999,55,'174cdYDTMZ6mkI5QWXzLh9OP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.224.137.71',3118500167,'',0,1675052009.7733,70,'iFpQh9oxHmdjUt8G7A0ZLszy','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.157.221',1920441821,'',0,1675052149.2815,55,'vJkjiFWgUa6EdQP0RuNmrbVn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.138',1920436362,'',0,1675052437.6259,55,'eI4Sauw1Bnrtd72cZPokKyzg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.7',1920438791,'',0,1675052707.3882,55,'3bE2AmMowpJGIW1fheRiusV4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('180.74.225.171',3024806315,'',0,1675053080.3373,55,'no6zghTJyN8fF0uGYwtxBbAl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('180.74.225.171',3024806315,'',0,1675053080.5650,55,'Qph68AXBulnYPZOg0CVGqb1v','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.15',1920439055,'',0,1675053116.5545,55,'AyukEQ6GZYeTRr7fqOhFBm53','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.165.200',1920443848,'',0,1675053388.9459,55,'aVsPTxGOL0wgFblf9zenIhKm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.56',1920441400,'',0,1675053666.4255,55,'kEzJBhbLQPYHVdcug4eAIar2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('39.108.148.88',661427288,'sleepingsolutions',0,1675053923.2831,51,'xKzgW2ErdP4CUtwyjHITvAeV','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.143.68',1920438084,'',0,1675054091.1576,55,'lLZdPi9BmspJRbu3YVQ6gKOw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.98',301026146,'',0,1675054299.1774,55,'acxhLy7ToSzHFZJsigj2r6UC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.236',1920441324,'',0,1675054318.4004,55,'PUhYrt2CsMLQIJEKyuRO9dlq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('47.88.22.184',794302136,'',0,1675054534.3447,70,'HesFjYfpICcw5QDWtRP41mBX','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('37.140.192.32',629981216,'',0,1675054632.2211,70,'DbPuMkAiCrVIFQ0tKyZ7UfGs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.132.36',1920435236,'',0,1675054792.6857,55,'5QTrMHlaO1P6hijI4LtvU2G3','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.156.102',1920441446,'',0,1675055051.2550,55,'9DZ6Wirmp1dj8fYOuqetBS7G','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.235',301063147,'',0,1675055327.0999,55,'bN9ahuHO7zZCRE5GDempkX0y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.96',1920441696,'',0,1675055728.0405,55,'wXDx1Oc0RVyBQFdUHvoeaLgA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.248',1920439288,'',0,1675056706.1048,55,'YRTjrXzJ7E2Uw4VSFAm9n51v','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.166.88',1920443992,'',0,1675056999.1653,55,'S2GHlrpiIZ8qmWoXJNT6hDfs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.184',1920440248,'',0,1675057444.4484,55,'URGkCzQTgnE4wSVbZic8sPvu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('93.84.114.208',1565815504,'',0,1675058582.5688,70,'LCPhUalQmdjrBvZb4pwxAz8u','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.236.116.128',65827968,'',0,1675059604.2459,55,'MA7T1aPsi6B2NXtcSLmzv5WI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.239.168.87',586131543,'',0,1675059806.7948,55,'7TNcgqVP0HtOZbWLvM28DodQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.5.194',65799618,'',0,1675059808.1707,55,'YWlkBcaNjmp41boIi0M59Aft','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.231.181',65857461,'',0,1675060460.8751,55,'3F5xC0pHlLNZBRz9oPybYA4g','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.9.224',65800672,'',0,1675060566.6622,55,'hCoUaBIkGtf9ME3dn421ZOAQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.53.5',65811717,'',0,1675060800.1849,55,'UAZ9HEOn36Sp4udtCX8sWTBh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.229.144',65856912,'',0,1675061107.4454,55,'2jREz4AxLknH1QUhBwqlcu3Y','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.173.42.206',598551246,'',0,1675061525.8692,55,'bxVh1pfu8RJikOUd4IXQGWzZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061712.1735,55,'EsrljLYNcGbVd8qZH1n4vJRB','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061712.1766,55,'T6Ak94HZPySDuljeLEJizQIa','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061715.9650,55,'bMctOTC9QJrDW7Zg16qvSV8I','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061716.0441,55,'BKlERbo2uIX50HAjT9VC1nv7','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061717.1840,55,'6Ci0QoqJt4BdpF7Nb38WenAm','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061717.2204,55,'JfKdEAavIzg5T9HWLbkReCjs','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675061717.2416,10,'6Ci0QoqJt4BdpF7Nb38WenAm','','707|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,707,0),('34.239.175.199',586133447,'',0,1675061849.5624,55,'cUYy7Js8Vo4E9Buk1RZFgraO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.188.79',65780815,'',0,1675062276.0021,55,'BOcxgqEs4ao7m2XutfnNvTep','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.173.47.147',598552467,'',0,1675062728.4705,55,'isFgG9xb7yS0BdlNVrpvIOhM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.212.99.80',752116560,'',0,1675062930.4461,55,'Osph9VT6KqFDLecwuSJG7lAi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.237.76.254',585977086,'',0,1675063171.4533,55,'pjdh5ZeRcw6SJCzFLMn2B3Px','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.13.153',65801625,'',0,1675066655.7994,55,'vEWilMIGu90x8BYkAyfrgZ3R','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.198.117',583845493,'',0,1675066798.6077,55,'vcJL4OBg6an7VQ0d2IzqUEMN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.186.84',751352404,'',0,1675067314.4899,55,'QweuZXjnkxm8gMK0vAV27sbS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.179.142',65975182,'',0,1675067755.9551,55,'95nFEp4IfAleV6rMQRK8GkjL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.34',1920434210,'',0,1675068178.7523,55,'MjGh4NaUe3SqQYEmnA0oHw9B','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.26.93',65935965,'',0,1675068276.7476,55,'Equ6PbKkD3I1e4OlXt05G8ph','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.237',1920440301,'',0,1675068507.9175,55,'ZyEACsYb947mOHIXhxPupQRG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.204.198.117',583845493,'',0,1675069850.2815,55,'jpWDoPsZmFg8dEbywiNuQ79a','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.198.138',751158922,'',0,1675069944.5057,55,'L0avIHZyjmGoVEckuRzPO8eJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.229.119.244',585463796,'',0,1675069959.6342,55,'MK2UbXHAPVCwJiTtZs7NSaYd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.254.238',65863406,'',0,1675070132.2253,55,'c6JKtFaCeSgDEsPpfV2TIYzM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.216.40.53',316155957,'',0,1675070274.3375,70,'JliQeNju4EMF8gV20SAyfbdc','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('192.241.135.47',3237054255,'',0,1675070313.2101,70,'pAydDfUQZSFnKWYeghzMBIiC','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('206.72.203.35',3460877091,'',0,1675070643.7647,70,'2b1DGlNhQmXFYqLayM80gV6S','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.236.59.72',65813320,'',0,1675071673.3534,55,'v6lAhKYGZemw7fpJ3P5WXRsF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.91.151.60',861640508,'sleepingsolutions',0,1675072210.1864,51,'Gd0NwBUlVaezhy1knfJT3tYF','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('17.241.219.16',301062928,'',0,1675072288.4128,55,'nfBDOpS9mq3hNIRXoHLbFr1g','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.207',1920436175,'',0,1675073087.6741,55,'3uvMfxT2CkzaVb4lcLEjZrGR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.133.134',1920435590,'',0,1675073416.9923,55,'G4pYzUEjxeN9nsBaAf7RHc6O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.209',1920436177,'',0,1675073755.1732,55,'cuHBMk4IEXv5qT3ZWbzNaDoy','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('66.249.69.233',1123632617,'',0,1675073963.3784,55,'YZmzyFP9fHGXl6WMVSNhtuKq','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('3.238.199.151',65980311,'',0,1675074588.5917,55,'RfvYTD5nQp7O30Ac8Bs9UygE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.208.143.129',315658113,'',0,1675075875.6452,55,'2ku19AKcDmzHRZ0Qgroi7GPW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.84.96',65819744,'',0,1675076072.4043,55,'dkUXOQjMvb3S7VuAgG95apnK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.193',1920436673,'',0,1675076083.3203,55,'ehPTXzcoYv3SxKNkdb5yILrp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.148',1920434580,'',0,1675076516.7786,55,'Xyxmi2EnOjgTRDKlQ6odGAz4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.203',1920442059,'',0,1675076747.3107,55,'zVdWLDPqUh7GaOKSpuAYsfgT','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.96.97',65953889,'',0,1675077323.3154,55,'qzLYu7DgTROJceKhxkNaf96r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('104.243.43.64',1760766784,'',0,1675077495.5299,55,'H3KtbLNk9RJrwW6SjsQXAghU','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.64',1760766784,'',0,1675077496.0394,55,'4gjHp3PwJUdxWTyk28eYXzNh','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675077496.1634,55,'OlDqzjGxuVhiK7FbI5k3nZyW','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php',0,19,0),('104.243.43.64',1760766784,'',0,1675077496.4363,55,'zNHInGRworOhKCVFLf1dk57x','','19|0|0|0|www.sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675077497.4997,55,'3T4WY9H8EszwMPKDtCAJNhQm','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,19,0),('104.243.43.64',1760766784,'',0,1675077497.5373,10,'3T4WY9H8EszwMPKDtCAJNhQm','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php',0,707,0),('104.243.43.64',1760766784,'',0,1675077497.9429,55,'cp5NoWU8xhld2wuCnOfvkjtm','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php',0,19,0),('114.119.156.33',1920441377,'',0,1675077887.1563,55,'bKR89NUo4GfBX3wjYsaSQ1dp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.113.86',65958230,'',0,1675078285.2056,55,'HhSVnCDsA79cKW2umMGZPplQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.216.40.53',316155957,'',0,1675078675.3813,70,'2zKsY13GXhE9Adk47xZyeBHi','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('18.216.40.53',316155957,'admin',0,1675078677.2333,51,'0L2eEg9nmbD5tr78l6pxZksA','','0|0|0|0|sleepingsolutions.co.uk//wp-login.php',0,0,0),('64.227.6.141',1088620173,'sleepingsolutions',0,1675079383.1245,51,'kGoWFrhDtxsqYd5O6bPSiQRI','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('114.119.131.123',1920435067,'',0,1675079561.4173,55,'q2EOvRfCl6XcmhNzxbBw10pK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.79',1920442191,'',0,1675079867.8528,55,'3N6FtoOfXQ7nxTWR58zYGcki','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.101.147',66020755,'',0,1675080546.6567,55,'JLIke8EfThRnzyDZcduMUB2m','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.55',1920438071,'',0,1675080628.5400,55,'b9A4qRwpOTE1nG6NkmzclBIU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.73.224',65948128,'',0,1675080637.9370,55,'KmW6PyEMo0IZXVbCNFDk7z1u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.85.146.176',760582832,'',0,1675080806.3198,70,'EcgPiD7SHKQw3Lz0G2huoWCM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.156.142',1920441486,'',0,1675081011.8188,55,'Uyeq1gP09DkGSQmIT5lb4zpo','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.212',1920437204,'',0,1675081334.3639,55,'jZyM1wNpQRBLFuf4Jqalg2dX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.37',1920437797,'',0,1675081642.6126,55,'XkM93NQPTao6FtHyCWVpvgLl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.214',1920436950,'',0,1675081951.7469,55,'vS3koDc9OUfdupzARlNFmJah','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('54.236.1.11',921436427,'',0,1675082238.9183,55,'uHWOn4BsMRJPy15XrwD3kVQT','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.159.40',1920442152,'',0,1675082298.5792,55,'junkCR4qWJ1wbsYey6l5gpTr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082448.9246,55,'BZdoAeiH051uVNI42K6f3Gbc','','19|0|0|0|sleepingsolutions.co.uk/wp-reset.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082449.9531,55,'bqoiz14Qfcm2FsMYHW7ZkdOT','','19|0|0|0|sleepingsolutions.co.uk/wp-setups.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082450.9664,55,'QI6RiMmsdGqB1ylD5nNgaew9','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082452.0252,55,'CR0gt1BOw78AEkhey4zIHLKP','','19|0|0|0|sleepingsolutions.co.uk/about.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082453.4589,55,'butenFW9sMLQkz0dro1SHUag','','19|0|0|0|sleepingsolutions.co.uk/admin.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082453.5202,10,'butenFW9sMLQkz0dro1SHUag','','707|0|0|0|sleepingsolutions.co.uk/admin.php',0,707,0),('130.185.74.204',2193181388,'',0,1675082454.2006,18,'hcYjDXmVGvTkq9uJ28C30IQp','','13|0|0|0|sleepingsolutions.co.uk/admin.php',0,13,0),('130.185.74.204',2193181388,'',0,1675082455.0913,100,'D7H9q2Kp45rACdTR3L8bW6Py','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('130.185.74.204',2193181388,'',0,1675082456.2969,18,'yB8uTftKnC3JxbNR2HP01eDM','','13|0|0|0|sleepingsolutions.co.uk/wp-story.php',0,13,0),('130.185.74.204',2193181388,'',0,1675082457.3047,55,'XdkP5Zrav2HxSMsImpYqDjAg','','19|0|0|0|sleepingsolutions.co.uk/simple.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082459.0673,55,'H90EO5wsZV3vL2xaQqh6bW8B','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php',0,19,0),('130.185.74.204',2193181388,'',0,1675082460.1452,55,'OeMStYiywnxINDQbKTWzBEUh','','19|0|0|0|sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php',0,19,0),('114.119.132.149',1920435349,'',0,1675082621.1545,55,'vCG7rKJMyxhtWuZlR48UEzXN','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.91.23',750803735,'',0,1675082681.7696,55,'KpIrCsGF0uY3vybBMP9cDW75','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.241.245',65860085,'',0,1675082929.0886,55,'l64OCuUkrisqIaK3gSz9fYHX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.189.183.77',1354610509,'',0,1675083057.0194,55,'bdxRrF7tI3KSHWyJkmVlju8c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.189.183.77',1354610509,'',0,1675083057.2030,55,'sZUGzoPymxijNgLR1h2e5QX4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.189.183.77',1354610509,'',0,1675083057.3312,55,'TSPpKnm9CMdVeg5wFl34zDc7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('80.189.183.77',1354610509,'',0,1675083057.4706,55,'Hv1XwOMclfQLsBCiZmdoR6Ub','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.32',1920436256,'',0,1675083265.5351,55,'RedkSn4E3HaOifjtUCzB0lNK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.184.56',751351864,'',0,1675083400.7862,55,'bkuvmt8BwPAj97SKrHXeGCWq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.218.227',55958243,'',0,1675083438.3205,55,'XNJphCczRwy4Buks6ElAOjfQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.131.240',315589616,'',0,1675083589.2800,55,'dLnBIWx09oU6V1fRq3jkpDi4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.143.213',1920438229,'',0,1675083913.1407,55,'OJt0wTg6Yh3Bek7CXEKn9AQi','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.131.43',1920434987,'',0,1675084197.3318,55,'PDvM2FmA8WGsCTEwcfyxRXBK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.186.84',751352404,'',0,1675084243.7807,55,'ix37F4VdKCZnmcIkAQwl2sT5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.228',1920441316,'',0,1675084481.2146,55,'xYfs6dmwWbeRvJtquEL7lQz8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.27',1920437275,'',0,1675084820.6169,55,'ioXEAdpPY1jz4ru3I9bQShWa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.96.97',65953889,'',0,1675084834.0889,55,'x2VflcDs0oIQ17ug6wh3LeWS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.133',1920438917,'',0,1675085156.2431,55,'fOtUyDM8SsEmJ1W3wRnBlHFL','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.125',1920436605,'',0,1675085450.2580,55,'0DOiurbIQp4G2PmgzMK8FNfV','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.184',1920436664,'',0,1675085730.7521,55,'g2v0XFcRYSzITpd1CPjVfAnh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.8',1920436232,'',0,1675086031.9430,55,'6LAwgNWJk0CzVOtuifX2mo7s','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.229.119.244',585463796,'',0,1675086264.6041,55,'kbx2dnGleBZovcmR0pE1TFCf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.199',1920434887,'',0,1675086324.3230,55,'i4o2ewH9lds6uhMQ81B5GArt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.77.78.41',860704297,'',0,1675086593.0777,55,'SQ3tpgTNJ7FiYsKOEXxZRUkn','','19|0|0|0|sleepingsolutions.co.uk/wp-includes/css/modules.php',0,19,0),('51.77.78.41',860704297,'',0,1675086594.9911,55,'o4PZwK816ajslQyXJEeuBr3d','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('51.77.78.41',860704297,'',0,1675086596.5486,55,'t8NSPBiJ2HUYrnCd5zwVoxOc','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086598.0730,55,'OHrG8KWTAvjLnoeg4f0NQuxk','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086598.6278,55,'Yw719HPqd26WScKUnjQXiaCg','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,19,0),('51.77.78.41',860704297,'',0,1675086598.6425,10,'Yw719HPqd26WScKUnjQXiaCg','','707|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php',0,707,0),('51.77.78.41',860704297,'',0,1675086599.2227,100,'kEIS8L9mp54DWlOzshYuMo6d','','13|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php',0,13,0),('51.77.78.41',860704297,'',0,1675086601.1584,55,'5xemKJ0nidLu79c6G3bya4EO','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/shapes.php',0,19,0),('51.77.78.41',860704297,'',0,1675086601.8512,55,'Lgk6QNEwPum89xCX5RM7O1sc','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('51.77.78.41',860704297,'',0,1675086602.6598,55,'4LkfWwKbaABy9VdMXjI31gYH','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675086619.2397,55,'LmIOe3VMEgwScNtspZCPjiA5','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675086620.1347,55,'5UjC1ibfhrAENVZDpdaxK4M3','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('51.77.78.41',860704297,'',0,1675086621.5345,55,'khytf8x4AiCS9KHBTm3LRDea','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('51.77.78.41',860704297,'',0,1675086621.9103,55,'W7jvPhmxpCcBHroZbEiI5kJ4','','19|0|0|0|sleepingsolutions.co.uk/wp-admin/network/wp-footer.php',0,19,0),('51.77.78.41',860704297,'',0,1675086622.4628,55,'01m8XqOd46FglRV9NIWpnTjB','','19|0|0|0|sleepingsolutions.co.uk/wp-info.php',0,19,0),('51.77.78.41',860704297,'',0,1675086623.0172,55,'0HENYsetPKBZ4Rrm3pFjq2IJ','','19|0|0|0|sleepingsolutions.co.uk/wp-content/vuln.php',0,19,0),('51.77.78.41',860704297,'',0,1675086623.7667,55,'y83PuAmxrNWJSCO0piw2cDdF','','19|0|0|0|sleepingsolutions.co.uk/upel.php',0,19,0),('51.77.78.41',860704297,'',0,1675086624.3156,55,'nckoxTUXAspJagRBNWhuPEf2','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675086624.6870,55,'0Za6BpISFlsehfE35Vbouwz4','','19|0|0|0|sleepingsolutions.co.uk/098.php',0,19,0),('51.77.78.41',860704297,'',0,1675086624.9877,55,'bFu8MseVroPWD2fCJKLvSTt5','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('51.77.78.41',860704297,'',0,1675086625.5800,55,'9dg7DHV3IcwPLCRnF1uaitkB','','19|0|0|0|sleepingsolutions.co.uk/new_license.php',0,19,0),('51.77.78.41',860704297,'',0,1675086625.9452,55,'jV469CEfMsmTwPWkL5lpDR8G','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php',0,19,0),('51.77.78.41',860704297,'',0,1675086626.2638,55,'CwX6krfHRMtpDN0GahSI4UPv','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php',0,19,0),('51.77.78.41',860704297,'',0,1675086637.8898,55,'BywFQxq2YGHJjrzfP4lOukW1','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('51.77.78.41',860704297,'',0,1675086639.3472,55,'rLETPwoe8cuAfjxM0pODVa7C','','19|0|0|0|sleepingsolutions.co.uk/modules/modules/modules.php',0,19,0),('51.77.78.41',860704297,'',0,1675086639.9366,55,'Y85DrCx6W9VRhHQp3gFeykcK','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php',0,19,0),('51.77.78.41',860704297,'',0,1675086640.6954,55,'VCxTKsUkOID56PBl1YjRqEFA','','19|0|0|0|sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php',0,19,0),('51.77.78.41',860704297,'',0,1675086641.4997,55,'hGnRpNfdZv7wDX5yBIz6Mi8O','','19|0|0|0|sleepingsolutions.co.uk/libraries/joomla/css.php',0,19,0),('51.77.78.41',860704297,'',0,1675086641.9227,100,'UtF6ZhBKGPp0qnlxaVr9N24J','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmails.php',0,13,0),('51.77.78.41',860704297,'',0,1675086642.6197,100,'xrUNbaFEGYzswdJ3eBTCLmD4','','13|0|0|0|sleepingsolutions.co.uk/libraries/joomla/jmail.php',0,13,0),('51.77.78.41',860704297,'',0,1675086643.1043,55,'43jdcxfHb7YaPDmuTXG1SRzM','','19|0|0|0|sleepingsolutions.co.uk/images/vuln.php',0,19,0),('51.77.78.41',860704297,'',0,1675086644.5804,55,'Yw8WJKMyfZzxkB42Aqmu36Pe','','19|0|0|0|sleepingsolutions.co.uk/tmp/vuln.php',0,19,0),('51.77.78.41',860704297,'',0,1675086645.3169,55,'8JtHwKCcpoxBhsAyi1aPF4bd','','19|0|0|0|sleepingsolutions.co.uk/XxX.php',0,19,0),('51.77.78.41',860704297,'',0,1675086646.2742,55,'kD8nRac1OEQi3ydMGmhwjWHX','','19|0|0|0|sleepingsolutions.co.uk/Marvins.php',0,19,0),('51.77.78.41',860704297,'',0,1675086646.8306,100,'xaT204gNkRqlzObDyXYisUZn','','13|0|0|0|sleepingsolutions.co.uk/rxr.php',0,13,0),('51.77.78.41',860704297,'',0,1675086647.1941,55,'sg0ufBGiTv7PhalNWMj54UJD','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('51.77.78.41',860704297,'',0,1675086647.6141,55,'Zw4FIqs1dULAtVvO6klbDoei','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675086648.2013,55,'eoPB3tVE6dFfk4JnmbXKpSWU','','19|0|0|0|sleepingsolutions.co.uk/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086649.0736,55,'BvKzT2faPwZJAL8tpHrNkmRY','','19|0|0|0|sleepingsolutions.co.uk/RxR.php',0,19,0),('51.77.78.41',860704297,'',0,1675086649.4590,55,'n1TYEXAVfLdPKkaNp47ceiv9','','19|0|0|0|sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php',0,19,0),('51.77.78.41',860704297,'',0,1675086649.8894,55,'9irtsXdfgbUZMPonwHvjRkA5','','19|0|0|0|sleepingsolutions.co.uk/V3.php',0,19,0),('51.77.78.41',860704297,'',0,1675086650.2623,55,'GeLkuC8T4Q0zV23wmy6fHUlK','','19|0|0|0|sleepingsolutions.co.uk/V5.php',0,19,0),('51.77.78.41',860704297,'',0,1675086658.4628,55,'FA4xKUSrL2HE0GqQlJBvNCi7','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675086658.9970,55,'4XNPDRgY1nfiIrwzaTehQ3Kd','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('51.77.78.41',860704297,'',0,1675086659.7708,55,'t8sHfQOo9aGcEFdJCVYPw0iK','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('51.77.78.41',860704297,'',0,1675086660.8028,55,'UTlt5mGCFE37JrVYk0S9hsAb','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086661.2962,55,'wnRHOYNgPoFr3uXUiGIh60EJ','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/bluestork/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086662.4581,55,'oexT1V5w8DHUZdtf2SrbXWRM','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086662.9254,55,'BZ0s18DnptLikvHoTd4PGgNF','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/hathor/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086664.0253,55,'Iw0y5TpFeJS3EhAcLqWsKRYn','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086664.4738,55,'HClo7ZDU94RO3bkjwLSmac1B','','19|0|0|0|sleepingsolutions.co.uk/administrator/templates/isis/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086664.8325,55,'HmIEoBidPTb7N8AD2tQ1gLaZ','','19|0|0|0|sleepingsolutions.co.uk/templates/beez/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086665.2762,55,'s4V5AS9Ch6RTt0BIX8Uadweg','','19|0|0|0|sleepingsolutions.co.uk/templates/ja_purity/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086665.6393,55,'9w1f4IosHmSPpYWbX3LulJDy','','19|0|0|0|sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086666.2738,55,'QgbZezk09JTPmt5EO1MFlHDx','','19|0|0|0|sleepingsolutions.co.uk/templates/system/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086666.6515,55,'QdzMPm1ZI597RVpCxaDnOGli','','19|0|0|0|sleepingsolutions.co.uk/templates/system/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086667.1465,55,'bGe6gsdtJQxckrDfiTCKaRM1','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086667.7113,55,'atW01Ajob2BmUShi76xnZQDY','','19|0|0|0|sleepingsolutions.co.uk/templates/beez3/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086668.0500,55,'nLilOKc72wtErfIBXb5Y8agA','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086668.4027,55,'ZoUE7CKJnR6LVwPFfAxv45g8','','19|0|0|0|sleepingsolutions.co.uk/templates/beez5/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086668.7429,55,'Jjgh0HSUGkRI2TZvy7Et3sN1','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086669.5710,55,'vjR0t2iwnUrzDoXAWpJe1l6C','','19|0|0|0|sleepingsolutions.co.uk/templates/beez_20/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086669.9122,55,'ht57pAeXGfd9vo1iUTzYWmg0','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086670.2578,55,'z3kQMbZEjla2XcHdCxgvqeyV','','19|0|0|0|sleepingsolutions.co.uk/templates/protostar/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086674.4436,55,'6eTEtzfjNqP8w0k5pXJGM3il','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/index.php',0,19,0),('51.77.78.41',860704297,'',0,1675086675.2198,55,'2VkD85RgeMbrsYQCZhFnTfwE','','19|0|0|0|sleepingsolutions.co.uk/templates/atomic/error.php',0,19,0),('51.77.78.41',860704297,'',0,1675086684.9889,55,'P4KmVuABo3GE5kil8tJFbUxR','','19|0|0|0|sleepingsolutions.co.uk/olux.php',0,19,0),('51.77.78.41',860704297,'',0,1675086685.7709,55,'iVYHrtCWfzcjS4LbEgDK5aup','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675086686.2678,55,'i6vQABGPwm5broqYK7T3nfDd','','19|0|0|0|sleepingsolutions.co.uk/indoxploit.php',0,19,0),('51.77.78.41',860704297,'',0,1675086686.7532,55,'kIjgKATmZ6LQuhn8EtNaUVeP','','19|0|0|0|sleepingsolutions.co.uk/wso.php',0,19,0),('51.77.78.41',860704297,'',0,1675086692.6418,55,'jHG5XKClvyZfqW9SQkd0c4V6','','19|0|0|0|sleepingsolutions.co.uk/up.php',0,19,0),('51.77.78.41',860704297,'',0,1675086693.0396,55,'i2UcaF5z3WmXjOeHVMhvG1DE','','19|0|0|0|sleepingsolutions.co.uk/upload.php',0,19,0),('51.77.78.41',860704297,'',0,1675086693.5035,55,'I4GOCDoExNe5di0SP9yqcmMT','','19|0|0|0|sleepingsolutions.co.uk/shell.php',0,19,0),('3.235.171.235',65776619,'',0,1675087093.2190,55,'PmgdEkJvZKA3VbO9L87YMj0u','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.245.232',1384445416,'',0,1675090261.8117,55,'92GMJAO3TsLKF1yCIH7zd8wt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.245.232',1384445416,'',0,1675090261.8712,55,'sTlHrYpfM25Da89NoSyiWxmt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.91.23',750803735,'',0,1675093066.0079,55,'98rfsc0V7BjHxSbmqK1guike','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.96.69',751984709,'',0,1675093388.6376,55,'gFaX89uIeYdRwNqfPHmt1y3C','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.131.240',315589616,'',0,1675093714.8157,55,'HTmbBoSFjCEZ3h97p4DyIxsw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.236.147',752020627,'',0,1675093771.9577,55,'F6wIthXlPa5z3bTkZEQenUv0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.238.190.144',586071696,'',0,1675094598.4659,55,'F3oA2VpcMBKaUZkde47mXtTH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.71.134',750798726,'',0,1675096644.7323,55,'8Z0MSjqmERv4flz1YkwepAg7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('5.65.48.41',88158249,'',0,1675096757.0669,55,'jbIQAL3Ko61yRz5408O9cptg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('45.252.248.7',771553287,'',0,1675096868.8656,70,'0QdujN1RZgO3rckwXoVTHGiK','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('44.192.91.23',750803735,'',0,1675098180.3361,55,'vVXrLUH48gfIWac2jPAJiYzt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.122.222',65960670,'',0,1675099427.9755,55,'RhUYGE0rfVu4vJaS5WNFQdtk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.18.58',750785082,'',0,1675100405.5824,55,'vskoTgjL7z1VZRxIJDOUqlbB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('134.209.234.177',2261904049,'',0,1675101228.1603,70,'ezwYtraNluhE8A4jkxWUZbdH','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('44.197.205.154',751160730,'',0,1675101283.4623,55,'QJgLhvVGkAs1nYbRmtXE2H4w','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.72.224',65947872,'',0,1675101741.7845,55,'yMp2YkAJGLRutqdao7KgnS8C','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.66.26',750797338,'',0,1675102181.9014,55,'umr0UkLnFfaSbJ4vCeNiPHpY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.213.80.62',752177214,'',0,1675102407.5109,55,'vRLWkjluw5zcmPo826gxydtX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.225.33.7',3118539015,'',0,1675103413.1629,70,'GyHQTgIY0kld126E5cJmuNMp','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('207.46.13.11',3475901707,'',0,1675104447.2005,55,'VevaMxfhmT5Wl28DzEjtrw7d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.69',3475901765,'',0,1675104450.6171,55,'5EVcQ3HzIspiYvoyMrBZkOb6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.69',3475901765,'',0,1675104453.0116,55,'NCeExcs2iVyJfh5uZ1bPX8kO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('207.46.13.0',3475901696,'',0,1675104456.6537,55,'Gi0l3jQTw82qZaCunYfHAxe7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.140.233',65768681,'',0,1675104687.7805,55,'538BQKPMifUIgw1DFhzR60O2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.159.35.70',866067270,'',0,1675104699.3860,70,'klRF2bYLeNiOuv3mXfnzo6cM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.239.114.247',66024183,'',0,1675105376.3497,55,'hFODZVuCgvHlr43TJB6kLpW8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.150.129',751998593,'',0,1675105495.6104,55,'dWCLVolGhRa4mIJg37xfUEMr','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.174.61.36',598621476,'',0,1675106369.8087,55,'T28EokrDHeiJhfSmPVNnL9QY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.210.24.70',315758662,'',0,1675106545.9479,55,'DldICJK1aygtj2MWrefoQ3Ys','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.115.164',65827748,'',0,1675106653.0218,55,'TmYOz6uZwtrbFWl0saKJGfMq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.216.125',1384437885,'',0,1675106968.3604,55,'ngt6VdhPy4sMx5GieIJDCF08','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.216.125',1384437885,'',0,1675106968.4306,55,'cK7QkpVmPXawOA0vGfJMR4DF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.28.36.113',1729897585,'',0,1675107304.6682,70,'P5Yez108JEpMuA3LBc2qxhZT','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('103.200.23.139',1741166475,'',0,1675107646.0990,70,'iVx2vnIfTyOHh4z6kRFwNgcB','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('5.65.48.41',88158249,'',0,1675107794.3613,55,'EoOJ2LlNpGeWIydH5sDZi0Ug','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.42',1476059178,'',0,1675109261.3827,55,'GAf3NwOisyLoeq8l1WJXSZ5t','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.201.97.94',751395166,'',0,1675109576.5480,55,'Eqoxs6S43Wu7AzQagDHVlXRO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('157.55.39.186',2637637562,'',0,1675109828.9402,55,'Szavw53DGhPnA1i9Wjl8HQqm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('148.72.244.186',2487809210,'',0,1675110566.8866,70,'s1iwHFnxy94Vj0feI3EJTCch','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('3.83.185.202',55818698,'',0,1675110957.1694,55,'u3IcWiEUPG0jMVKT759XDysn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.24.117.195',1679324611,'',0,1675111119.3375,55,'OwiVp1DmbuaeQsXoKYCd3gRn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.239.73',65859401,'',0,1675111281.2391,55,'pdYAK0z6H83rm9MuBJjvP2Dn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.94.99.1',56517377,'',0,1675111556.0871,55,'7eEuvnYSIx16LZmQMah5DdXJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.218.72.189',64637117,'',0,1675111656.3311,55,'ICGNhk2E75eKAgW4QBD8aRMf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.226.76.148',65162388,'',0,1675111893.3501,55,'ZU7V65LQaPNbpyqsDfzxgBMK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.129.116',315588980,'',0,1675112624.2649,55,'YQvZoLiNj4WzRUmHlu2dxpcg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.210.24.70',315758662,'',0,1675112710.5650,55,'XE9hebwlgAC5qRPrLjtFB6nf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.66.158',1123631774,'',0,1675112768.9649,55,'DcgYTSWwOBRUetyZs74nh5rv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.210.24.70',315758662,'',0,1675112949.1998,55,'W3NT5lMqiQG42kUAY1s7VZDP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.236.202',752020682,'',0,1675113083.1962,55,'bEVpPfyOmIY7sU5wWcDKFRG0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.232.54.39',317208103,'',0,1675113802.3280,55,'z7KQseIRVctNFEpniSGouB5O','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.239.180.87',586134615,'',0,1675114579.8626,55,'o4b9uLRAWw30PYJt5a7xSBzg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.144.51',1920438323,'',0,1675115455.2473,55,'PxTa4JECZr0vwRNmtXOkqLi7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.234.114',65268338,'',0,1675115696.3567,55,'F9tW16PirBmGkw5UIJfOVpsY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.145.5',1920438533,'',0,1675115806.9753,55,'twLGcpMiufErR4lnQoxN13jb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.242.190',65991358,'',0,1675115823.5960,55,'LkPeDEZaql3wBHiUtFoNT2I5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.174.61.36',598621476,'',0,1675115955.8255,55,'ne9N21s0YqLuldPVG8UQOwCz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.11.255',65866751,'',0,1675116285.6604,55,'bqYjeEngrOxH1wNWhGFRykmt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.61',1920437053,'',0,1675116978.5717,55,'D0yNGOoR8iEZpU92Va5nmhS4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.29.174',65936814,'',0,1675117036.7173,55,'7Dh2XE6HIWBdkQNcrOmZtvVx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.89.30',66017566,'',0,1675117178.5808,55,'QBvdy5ru7aAchUKIXtC2HmiZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.29',1920437277,'',0,1675117243.8803,55,'7rZENQDgFyzvpsGlW0YRI6Lf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.6',1920435206,'',0,1675117545.3932,55,'N6zFAWqOSVlofUCPuYt18sry','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.75.230',301026278,'',0,1675117830.7447,55,'dFTlOz0AY96HinX47JfRcZry','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.155',1920439963,'',0,1675117848.1384,55,'GCL3ESrV2Pv59RjmuNxzWJlw','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('89.163.153.16',1503893776,'',0,1675117917.2254,55,'p9J1ik8qInCNSguaQU0m3VR6','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('89.163.153.16',1503893776,'',0,1675117917.4954,55,'TwZs3HoWXKrauLB9q74M5CY0','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.143.152',1920438168,'',0,1675118182.7967,55,'zkPhw2HjgZKIpeoi83CLMrJ1','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.113',1920436337,'',0,1675118499.0811,55,'hZ1AgqopMwbLmzHJ3IQ0Utya','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.7',1920437767,'',0,1675118826.4364,55,'xLspKzRl4e6Fd2Mbfh3r0wgn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.246',1920437238,'',0,1675119133.2596,55,'nsPfcKEGUWkAi3huJmw05HbS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.85.14',751326478,'',0,1675119184.8540,55,'0P1YeUOMSd25ZcTuR3Wrmasn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.167.129',1920444289,'',0,1675119438.1080,55,'7ME26lA9bdQLPjiGFVvN8qrH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.165.6',598516998,'',0,1675119726.1060,55,'VgUNKCXD5BbEkujcAS8JY7Zm','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.211',1920434643,'',0,1675119742.2106,55,'gQEB7AVaXrfDNwzy5ds68bl0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('66.249.66.2',1123631618,'',0,1675119969.1804,55,'6vEGNSRgw3ACYmfthb1BIJWs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.190',1920441534,'',0,1675120078.8004,55,'Rt2XV7K5rge1AhuoQMGyUf4Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.202',1920435402,'',0,1675120347.1171,55,'aUvm2tk3NwZGEHoi06Adn7WY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.199',1920436423,'',0,1675120631.9562,55,'uHDGyZBs12vTw97b6qMK8dha','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.211',1920435411,'',0,1675120944.6099,55,'qD9MvV08QBuIcn1J5zseGOSR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.158.156',1920442012,'',0,1675121211.5247,55,'pCNKQoeb4RMSB8UzarwmIg73','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.149',1920441237,'',0,1675121478.7611,55,'1srXg7yvuBqZG9xRCPmT6H82','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.105',1920435305,'',0,1675121767.5452,55,'JEDxmFWhoOlQMbP7Ayn491UB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.198',1920434630,'',0,1675122037.4492,55,'yjeMU5DKZJrN1qBm9ptwf8bQ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.146',1920441746,'',0,1675122311.5433,55,'kQAc1tWJxgly7pY2CMia3E9Z','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('87.250.224.42',1476059178,'',0,1675122741.5917,55,'E1QvzrxMPakDUlKyWS8Liwm0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('87.250.224.151',1476059287,'',0,1675122745.3616,55,'C2AqjUWht4X9PcaOTKozlkRH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('34.87.94.148',576151188,'',0,1675123108.9829,70,'wRWeUoQ4lkIHGBvpr5T7tZsq','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.128.23',1920434199,'',0,1675123369.2821,55,'uwmMP2GfXnpBJa58DQhqrlSx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.130.87',1920434775,'',0,1675123963.3333,55,'FGDs10zrhJRUBiV5ELmwleI4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.1',1920439809,'',0,1675124213.1738,55,'SN0uOB9TaicD5z6At2oYLVx8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.174',1920436142,'',0,1675124469.9482,55,'X6rDyMOl7daKjCINT8YbnZ2J','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.222.218.27',601807387,'',0,1675125708.6042,70,'rL5Zl1P8wXCJ4ahdcGnTYuEv','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('17.241.227.139',301065099,'',0,1675127144.0773,55,'G4O60okw8jahiDbl2TCUcdVf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('17.241.219.241',301063153,'',0,1675127236.1937,55,'vbwl7gz6fsXY3r5jFtp8nQPe','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('154.247.138.225',2599914209,'',0,1675129218.1883,55,'CnaAEc9jip3VlYohWH40QSGz','','19|0|0|0|sleepingsolutions.co.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129220.0680,55,'HuAj0VqgwKTfSenUXLCM7Nzo','','19|0|0|0|sleepingsolutions.co.uk/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129222.2987,55,'HXnDxp2eBCvZugsmR5UQKoJG','','19|0|0|0|sleepingsolutions.co.uk/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129224.1552,55,'786SWRnbPiyfAgjVxQdakBr3','','19|0|0|0|sleepingsolutions.co.uk/desktopmodules/dnnwerk.radeditorprovider/dialoghandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129226.1401,55,'9iMOrPtn2I5SB8z7y1EKCYuN','','19|0|0|0|sleepingsolutions.co.uk/App_Master/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129226.1759,10,'9iMOrPtn2I5SB8z7y1EKCYuN','','707|0|0|0|sleepingsolutions.co.uk/App_Master/Telerik.Web.UI.DialogHandler.aspx',0,707,0),('154.247.138.225',2599914209,'',0,1675129228.3372,55,'ApGNPVCzcuqh1BTy9iRLOHx6','','19|0|0|0|sleepingsolutions.co.uk/common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129230.6583,55,'5EbDm29ZSQIBpYcaCLvyl4VU','','19|0|0|0|sleepingsolutions.co.uk/common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129233.6371,55,'R5kzDaIwdlVyc4PLNCsf8WQj','','19|0|0|0|sleepingsolutions.co.uk/AsiCommon/Controls/ContentManagement/ContentDesigner/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129235.4084,55,'sBJdZ3LiAlRhpvN8Oz520EKF','','19|0|0|0|sleepingsolutions.co.uk/DesktopModules/TNComments/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129238.4237,55,'ajomGYlXNnwQEP9DtCqhi1vL','','19|0|0|0|sleepingsolutions.co.uk/common/admin/Calendar/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129239.7990,55,'opPxOHAw52BY4isM8y6bQ7UK','','19|0|0|0|sleepingsolutions.co.uk/Telerik.Web.UI.DialogHandler.axd',0,19,0),('154.247.138.225',2599914209,'',0,1675129241.8176,55,'ji2awtKE8YXHukcfVz9QpnTy','','19|0|0|0|sleepingsolutions.co.uk/DesktopModule/UIQuestionControls/UIAskQuestion/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('154.247.138.225',2599914209,'',0,1675129250.4852,55,'JIR1xMriUvl4juWTbS9omO7d','','19|0|0|0|sleepingsolutions.co.uk/DesktopModule/UIYKienCuTri/Telerik.Web.UI.DialogHandler.aspx',0,19,0),('17.241.219.193',301063105,'',0,1675129554.9884,55,'q8u7chTyV1IDir4bjgG0kwso','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('77.222.54.217',1306408665,'',0,1675132156.7016,70,'5zMI4No6YAiZ9LgmpEe71wCs','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('206.84.102.6',3461637638,'',0,1675136954.8711,70,'kn8aV40os5PvqxUjlw3SFXeT','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('178.208.67.56',2999993144,'',0,1675137382.8076,70,'F8HPwVU4gcs2pWhbnCfSueJM','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.138.127',1920436863,'',0,1675140382.6983,55,'FgVQ0UjD1aLnwM2pX4ObkoWK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.132.237',1920435437,'',0,1675140692.2160,55,'UPit4RX7Vf9Kjp1cnzGIqB0T','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('89.163.153.16',1503893776,'',0,1675142460.4386,55,'xNtaIXyrK61F7QmSJwgeVPlk','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('89.163.153.16',1503893776,'',0,1675142461.0145,55,'kPiD1bfz3As2UVON6vuqYwht','','19|0|0|0|sleepingsolutions.co.uk/home.php',0,19,0),('114.119.152.219',1920440539,'',0,1675144374.0121,55,'tOHwpGIhlsUbzWDFP2c5y4v0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.182',1920436150,'',0,1675144706.3747,55,'7tJacusNVh5pZAdjnPTiyC4H','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.111.130',65957762,'',0,1675146043.1595,55,'pNV0aoKsufcUQ16g5JkvWiOy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.11.57',65997625,'',0,1675146485.9712,55,'MJ4taOKneYWukbX6jgZxCzrH','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.146.215',598512343,'',0,1675148232.3137,55,'QxaFopHJcPyY4nZ7zsSemOih','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('100.25.42.98',1679370850,'',0,1675148282.4466,55,'vpYqxLX1EmzKOcySAoFg35n2','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.51',1920436531,'',0,1675149025.4392,55,'vSR5Ij6H2xY7NM8J14tf3lOW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.175.212.159',598725791,'',0,1675149072.0655,55,'T2lPRa0cwKjArfOMExVUqLkZ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.171',1920440491,'',0,1675149311.3903,55,'ahVmFHjU6qsASJgdizRbpBMt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.133',1920438917,'',0,1675149658.2705,55,'B2kI5NG6PLV1oMfugcQqOsJU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.233',1920440297,'',0,1675149960.3227,55,'af8vPoh9qH1NswEGTl5pSgDt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.196',1920441796,'',0,1675150277.5180,55,'VKJiuYlx6BtphEZFkb7wM8On','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.138.127',1920436863,'',0,1675150571.4031,55,'ZPpKX5CvBtcWqxle9SdDA1b4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.177',1920442289,'',0,1675150847.6834,55,'u1COHXEpZszhDRTaVQq9yl2d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('81.78.171.95',1364110175,'',0,1675150874.0069,55,'mTtYQUo8192w3vaiGIgh6EHM','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('81.78.171.95',1364110175,'',0,1675150874.0673,55,'eb5zwiUB2DqVcS8ZoHrgMOhC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('81.78.171.95',1364110175,'',0,1675150874.2863,55,'gh1XqwUltbmovKdVrIMuABHj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.150.2',1920439810,'',0,1675151144.8068,55,'B93vlVsof1AK5bFJGj2HuecU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.44',1920441388,'',0,1675151455.1508,55,'D6gYaQZ9ndLme5TJVMo4F78W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.188',1920436412,'',0,1675151743.3635,55,'IFqWS0ATaLZ3Bc7pn2uP5jUl','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.33',1920434465,'',0,1675152041.0942,55,'OySQrI3MA0ciEg7laeUbY51P','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.238.13',65990157,'',0,1675152132.5290,55,'8MaAOvjHretVsU4m6dRk75nb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.176',1920436400,'',0,1675152335.1375,55,'KXOyi9G40QzWA2FE7C5rePYs','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.249.146',315619730,'',0,1675152357.7636,55,'MXr12xJVEHSCmgiyFwfKBZTc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.9',1920434441,'',0,1675152675.7539,55,'jBnwJT0fQerD58y9E3OcIVd4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.174.179',751349427,'',0,1675153063.9935,55,'lGAey78iBqRIEWkbPMhLHp1r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.175',1920441519,'',0,1675153241.6345,55,'mZliwGV1rYDLWJbcz7MHyeC4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.5',1920439557,'',0,1675153512.7169,55,'bRQgvfIYu0wqUDry3TlGMAaO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.11.234',65211370,'',0,1675153923.0767,55,'Jnsm9PcyzYMe0xLFjuhgS7wK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.246.7',65992199,'',0,1675154267.4251,55,'i1jgE70h3JCmYGTA2Bl5Iqyp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.155.96',1920441184,'',0,1675154354.3683,55,'1dK0iBOQ7TJ6VhcHs9USG3AD','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.56.239',64043247,'',0,1675154554.1506,55,'94DI0uVweKWmtdS3fT7ObxqJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.172.146.215',598512343,'',0,1675155095.5088,55,'Qy6JZO84uizhG93PNW75nCke','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.124.234',65830122,'',0,1675155176.6962,55,'QcfDug7phoM9XNbkyUJmePFv','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.139.198',1920437190,'',0,1675155183.9613,55,'ctkZDN4WSQLJsgnzjmqYdAwh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.89',1920439641,'',0,1675155430.9981,55,'dMsQ0vgzV1myZ854uELpwIjU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.23',1920434199,'',0,1675155710.3535,55,'KlivUWrMwVoBgD2bsEfX1JFO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.204.220.131',315415683,'',0,1675155816.1694,55,'1IZFBPuf8JtsMpcx05Qd9Tve','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.135.172',1920436140,'',0,1675156010.0129,55,'3wuAmY9Fbi5Z7Q6kgMv8WcTX','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.80',1920435792,'',0,1675156323.4692,55,'sJBpeY34gdcbfETUoDvHthZI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.84',1920440148,'',0,1675156629.0757,55,'kRgaUjlP1eZ096Dhyq2oW4id','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('202.181.170.109',3400903277,'',0,1675156718.2594,70,'qx4ujs13QvYXMGacoTZmkJh7','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users',0,0,0),('44.201.106.111',751397487,'',0,1675157104.3847,55,'XirU9TfB6nHpsQMzENY23xoh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.201.106.111',751397487,'',0,1675157699.1818,55,'1UPpVSqLuoO2ZbaAWyscRwCY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.208.159.184',315662264,'',0,1675158252.5792,55,'kQP4cwBWf5s6CD10XlKuzaOx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.111',1920438895,'',0,1675158744.3272,55,'cANIB1CH2wPTxUOdajkuYvhF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.140.211',1920437459,'',0,1675159194.6884,55,'kNKTcCS9Uw5BLhm6gtQjeZ7f','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.134.252',315590396,'',0,1675159338.0083,55,'UQn3WbFtM8OBY4a6DGxwuye5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('168.119.107.2',2826398466,'',0,1675159916.4332,70,'ym7GYShsjKLtcgW5vIfP2qxe','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('168.119.107.2',2826398466,'',0,1675159916.7921,70,'fjd3gwRK4Gomu5p67neVW8Tz','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('44.210.16.44',751964204,'',0,1675161740.8036,55,'TgzAqabCuLyVjrd5I4Sxvt0J','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.16.44',751964204,'',0,1675162118.3063,55,'C3Ot6iXwDlNyPZYFnE1pRUS0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.249.146',315619730,'',0,1675162837.9622,55,'ukNz6IETrhBwSb4qcp1CVZ7d','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.32.250',750788858,'',0,1675162983.8170,55,'vdgM3T7hWP9bGwLQenjBilpU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.48.54',65876022,'',0,1675163100.5848,55,'AU1aEchz3R5k0KWH8msM7TuP','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.233.110',65268078,'',0,1675163540.5342,55,'d3XxzGwvPugLIcNaKek05fO8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.104.237',751986925,'',0,1675164243.8898,55,'d3Eb90Sl1ZcKymL6nq7YIoRk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.152.246',1920440566,'',0,1675165067.3737,55,'tWKswIdFa2Zj5ALpQnoDf0x4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.249.146',315619730,'',0,1675165388.4129,55,'UA9bETJ0RLW78vgXtfcY4qIz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('35.170.64.65',598360129,'',0,1675166329.3300,55,'1UZbEkJRKDtGoz2A94BSnfaI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.200.140.249',751340793,'',0,1675166704.4143,55,'ZhuyeUTA3pBXM89YOzWKdP5c','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.201.95.146',751394706,'',0,1675166997.9819,55,'oKwthuisvfB1DTN8aXPSkAr6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.77.216',751979992,'',0,1675167334.9520,55,'mcpTJsoLzVOvuIhxYCM3KWU6','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.158.156.141',1453235341,'',0,1675167955.3825,55,'21sZt3DGogJwdkIlPNA7CjrE','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.158.156.141',1453235341,'',0,1675167955.4101,55,'WxTwOn6thXbI2F7pAdY0KSzj','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.158.156.141',1453235341,'',0,1675167971.4189,55,'cS2bVqvkOshCGYJE1A3fwF6Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.52.170',750793898,'',0,1675168809.8568,55,'xgb2kuw7tCOqS8UIWKla0Hem','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.239.92.127',66018431,'',0,1675168885.7964,55,'JvlQ7rSkAILg1MfXdsxtq903','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('85.215.104.152',1440180376,'',0,1675169393.0337,55,'oZdDwSB2zr06PmQxFAVRCqH4','','19|0|0|0|sleepingsolutions.co.uk/wp-content/plugins/core-engine/index.php',0,19,0),('93.84.114.208',1565815504,'',0,1675169864.8196,70,'MANWx14qwd8KabQZsRoItDim','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('35.170.76.68',598363204,'',0,1675169939.6383,55,'dwH6LpIOchx8naZ02DmjUzgY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.30.144',65740432,'',0,1675170779.6595,55,'lQT9WynRirKUdPuowcJC4EL0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.84',1920440148,'',0,1675171900.6722,55,'nZ8DsKI5Q4jAd7SwCNLkOFli','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.142',1920441742,'',0,1675172225.6808,55,'TcCpAK5Gm6FNQHxtVO8USkrq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.67',1920437571,'',0,1675172573.9522,55,'ENKs5jzh7nfdqIGSYoFLtaJx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.209.56.239',64043247,'',0,1675172925.0016,55,'FXebp0gmIJZx8YfAPvkn1DaU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.236.56.177',65812657,'',0,1675174498.2888,55,'kX6sMJKT1HgY4lvBCGOqEp0Z','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.11.234',65211370,'',0,1675174968.3715,55,'SzpiEBbOVmUnxw9I31fPKZNy','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.147.2',1920439042,'',0,1675176121.6031,55,'BVF8DhGAsEa5dZ7plbWPX20J','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.211.240.10',752087050,'',0,1675176125.9894,55,'a2gQtIrYMfSoqmk54F9sEpLb','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('164.90.170.66',2757405250,'',0,1675176201.9726,70,'dPeh3aJr2QNiCgXGoTbfsAIV','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.143.130',1920438146,'',0,1675176461.5874,55,'LqBTs4RSI2yKE5ZmwoiGxWuz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.204.220.131',315415683,'',0,1675176477.8888,55,'YkopJzdaX9ZM8IL2v0tB56Aq','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.183',1920442295,'',0,1675176795.2584,55,'yuc6D0AfPFUz7JESsN4XM5qd','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.159',1920438943,'',0,1675177120.6016,55,'wCMoXq1DE3sK7QWlmVtyxkRh','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.150.191.81',3113664337,'',0,1675177464.0791,55,'cVF6k1sRgSNqHywhjaT2bGrl','','19|0|0|0|sleepingsolutions.co.uk/wp-plain.php',0,19,0),('185.150.191.81',3113664337,'',0,1675177464.3930,55,'J5jbT8kfhrG3YuDWxXde7Ftc','','19|0|0|0|sleepingsolutions.co.uk/wzyuwtnl.php',0,19,0),('3.236.85.196',65820100,'',0,1675177742.8975,55,'XT5zjAZ8GK7rBxyImeNYRWPU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('143.244.132.153',2415166617,'',0,1675178692.8178,70,'CmAg7nQWRFtPNpZbxVdlrGE9','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('44.200.107.234',751332330,'',0,1675178750.9679,55,'abplSOEdZtu2i54MeXGHkPhB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.82.145',750801553,'',0,1675179344.8235,55,'9juS3vBFtWlK0hLmga2NJoeY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.24',1920434456,'',0,1675179412.3989,55,'NGUhJD738dZ59cfaIsvpYry4','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.141.18',1920437522,'',0,1675179735.2758,55,'2jQsgLNI6JDxVUM0i5RHk3GB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.209',1920441553,'',0,1675180060.1435,55,'psqEBeR0PWDwKu7MYkZx4S98','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.95',1920436319,'',0,1675180993.5610,55,'FIiU1fwvenSDAlkJd2YhRtsp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.74.123.3',1732934403,'',0,1675181005.8107,70,'NcDA5dPExzIyeTFawOVX7bmr','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.156.77',1920441421,'',0,1675181310.8922,55,'hUlvV2buo7e5KnpscCtHgk4S','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.129.179',1920434611,'',0,1675181651.0754,55,'aPBl4F1YKrGkDyLXAugZ7Qsc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.154.59',1920440891,'',0,1675181949.8370,55,'FJHlM3Rafsn26LC4XYoOxwTp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.167.239',1920444399,'',0,1675182250.6061,55,'BOt65D4lPy1TCGo8xnA79VLk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.151.192',1920440256,'',0,1675182850.9613,55,'XtJsQGVhYyanWwdN0iPb6LIR','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.137.193',1920436673,'',0,1675183479.9585,55,'TtjFS96fsoXYcQExuUzBqL7r','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.134.18',1920435730,'',0,1675183758.1215,55,'pCzDWFkeGBuKHNnMOAEStdP3','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.128.218',1920434394,'',0,1675183991.4442,55,'uEp3FNBgrGn5UwHIZD7Tbj6W','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.136.190',1920436414,'',0,1675184241.0633,55,'oTFevmMcstid3OahnHw4CPKz','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('92.204.128.97',1556906081,'',0,1675184478.6053,70,'dI8wM9JArt7HXakvls4KTpZu','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('114.119.136.12',1920436236,'',0,1675184566.6622,55,'rND4j01oHV7A8Udz5bXem2LI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.146.114',1920438898,'',0,1675184858.7985,55,'OsMmNaHvP0fXYQiozVtJpShB','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.142.8',1920437768,'',0,1675185132.4134,55,'kVPWSyu9Q5IcY0HnimrbgNpt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('51.159.35.70',866067270,'',0,1675185416.5753,70,'hl4apxHR6NY5uf7BPbQTXLtS','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('40.122.149.171',679122347,'',0,1675185632.0421,70,'VlGXnDb0qe4thNsBEwJWSuYU','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users/',0,0,0),('114.119.143.158',1920438174,'',0,1675185722.0260,55,'N2s7MgyZ0YKBFw3SGdCrcTH5','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.156.77',1920441421,'',0,1675187245.4833,55,'xaoQP3kZw1eGNunDdtvl5J64','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.148.191',1920439487,'',0,1675187592.7618,55,'2mqWJRMgIKyCQ0p4edlr6nLG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('2.123.213.125',41670013,'',0,1675187605.4951,55,'1fUNpgZszQOmdAVj8SKH0xrv','','19|0|0|0|www.sleepingsolutions.co.uk/home.php',0,19,0),('114.119.158.36',1920441892,'',0,1675187809.7307,55,'dzqplCPcnk6H17GKBJtRXUE8','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.132.186.22',1384430102,'',0,1675187856.7228,55,'OBiAHo3pIWYvE5KfF4G62eql','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.234.245.210',65730002,'',0,1675187951.2506,55,'nT3VXZOEjqDxsiMymfAKvuRt','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.157.174',1920441774,'',0,1675187957.5672,55,'JHCG32ub9fVBgdoy06UhXM8k','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.205.241.240',3587043824,'',0,1675188053.5022,55,'FP8N0gpsCoRLhfrdTtkXnMYK','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('213.205.241.240',3587043824,'',0,1675188172.2562,55,'Q2oKxgGXkrqDch57ntCb1RsS','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.149.89',1920439641,'',0,1675188338.8668,55,'eBpgrRMGdkcT5EnAjqxDCHl9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('114.119.159.161',1920442273,'',0,1675188679.6803,55,'csg8Hj2Jta4vUpydClKoDEr0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('188.163.15.236',3164803052,'admin',0,1675190761.7131,51,'t1LqCWYnBEVMOocwdeUf84RA','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('188.163.15.236',3164803052,'sue',0,1675190767.7292,51,'KuF01oEMY4NxXiqVnIeQfPAs','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('177.130.169.150',2978130326,'user',0,1675190786.6112,51,'Tz1fxkL4YMe50tjQVrAqcX7a','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('177.130.169.150',2978130326,'root',0,1675190794.6791,51,'IpxBei75MA0Jvtu89cq1RmVE','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('222.239.87.254',3740227582,'sue@sleepingsolutions.co.uk',0,1675190814.4104,51,'58qsKnk3WfyugN7CXdMJw6YU','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('206.43.8.193',3458926785,'sue@sleepingsolutions.co.uk',0,1675190824.7164,51,'IVEGucbUztYdOlRgxp6SW5q9','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('206.43.8.193',3458926785,'sleepingsolutions.co.uk',0,1675190833.8630,51,'HI5sT94pYWjGKdFJARbOnrhw','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('106.163.185.210',1789114834,'administrator',0,1675190847.6453,51,'G5mhnZkTFjPNr68iUlwWdu1f','','0|0|0|0|sleepingsolutions.co.uk/wp-login.php',0,0,0),('3.238.236.56',65989688,'',0,1675192158.5870,55,'0NmEvHOSBwJLdecPTMCGKfhI','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.225.197',65790405,'',0,1675192581.5391,55,'I1cRf4dWZiEKuHhJYoVT28Mp','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.150.17',751998481,'',0,1675193202.6399,55,'s01DwnTaxRGjWuMZrbyEKmHJ','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.134.115',315590259,'',0,1675196247.3319,55,'09t5koSE3RyKsewWvJnrdBCg','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.227.240.93',65269853,'',0,1675196369.8059,55,'1kHiROwoex70TYutChZ8ajSW','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.109.79',751988047,'',0,1675196958.7112,55,'axjJ6k2gON8El95Vw1MfUKi7','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.226.250.144',65206928,'',0,1675197671.9043,55,'MFvcsp6JBzVQ4hjbWfdETkrn','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.242.46',65991214,'',0,1675198131.4621,55,'7aH4KbN5EU8BgnXwOyVdvqCY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.157.67.158',1453147038,'',0,1675198522.9807,55,'1Pq38wS0FQCraZe6nIjtXzEk','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('86.157.67.158',1453147038,'',0,1675198523.0155,55,'1IEqcxdOHLfjU8mVvktFbX39','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('18.207.130.194',315589314,'',0,1675200646.1497,55,'FzjGZcgYoUnEQaxmCrBsRfkO','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.232.27',65988635,'',0,1675201475.1320,55,'tHezxQ5rvbj19WADF0VSaUBC','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.235.79.62',65752894,'',0,1675201612.0896,55,'JgXBCo5HTmGSKtQaxWZj2hYF','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.210.109.79',751988047,'',0,1675202991.1553,55,'ncmtzE3qu81XRZ6QTfdJ2sgY','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.192.252.207',750845135,'',0,1675203940.4270,55,'oudIqLpiR6xFXzSc5Nga9YK0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.238.118.218',65959642,'',0,1675204085.1492,55,'vnwAsliRpOGN6oE5Ca28mFPU','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('103.146.203.73',1737673545,'',0,1675204137.5309,70,'OPyd18oeQwtiqgBHxMzR7u4E','','0|0|0|0|sleepingsolutions.co.uk/wp-json/wp/v2/users',0,0,0),('82.39.41.94',1378298206,'',0,1675204788.0074,55,'c5PVChrqYw3unkEmMG8KeHg0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.39.41.94',1378298206,'',0,1675204788.0256,55,'ZkwqLneb9i81UylhXYcWR6C0','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.39.41.94',1378298206,'',0,1675204788.2696,55,'m4ZL9wosS3lk01IJaPgYODRG','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.39.41.94',1378298206,'',0,1675204788.2924,55,'l4d0MtT2jsUqxwR6mrBVOKon','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.39.41.94',1378298206,'',0,1675204788.5016,55,'dGehDBKrq1JlymAg4Sb8nLUa','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('82.39.41.94',1378298206,'',0,1675204788.5375,100,'hUJaG1bWrLC8gE9fFOBlDAc0','','13|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,13,0),('82.39.41.94',1378298206,'',0,1675204788.5406,10,'dGehDBKrq1JlymAg4Sb8nLUa','','707|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,707,0),('3.238.242.46',65991214,'',0,1675205075.7861,55,'fMtxNHKnd5X16o2Qh3wjOzqu','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('44.197.102.105',751134313,'',0,1675205356.7299,55,'Degx1Anv4tk3JyadcSMUoB98','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.237.17.86',65868118,'',0,1675206055.2224,55,'U1QvxisRgqefIEKjMZ9uzXYA','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.93.75.250',56445946,'',0,1675206790.5145,55,'WYzQOlxJg9i5DpSj4Ndrk8sf','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.215.79.205',64442317,'',0,1675207460.0116,55,'802SubVNgsa1WQwRTCZDEIG9','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('3.85.245.242',55965170,'',0,1675207496.7245,55,'JGQbPZLYTvwBizsS7K2D40Xc','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0),('185.81.157.149',3109133717,'',0,1675209251.5088,70,'CHhrypUqoF7KnYPNLl4mDMxu','','0|0|0|0|sleepingsolutions.co.uk//wp-json/wp/v2/users/',0,0,0),('66.249.76.95',1123634271,'',0,1675210250.6092,55,'jJAalu2ZF1PfN7gG4LCt8wEx','','19|0|0|0|www.sleepingsolutions.co.uk/ssimg.php',0,19,0);
/*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `cerber_qmem` WRITE;
/*!40000 ALTER TABLE `cerber_qmem` DISABLE KEYS */;
INSERT INTO `cerber_qmem` VALUES ('185.81.157.149',404,1675209255);
/*!40000 ALTER TABLE `cerber_qmem` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `cerber_traffic` WRITE;
/*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */;
INSERT INTO `cerber_traffic` VALUES ('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','Fb2oOy1NuHYLEwKmBAPc6nlM',0,1672756405.4700,1800,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','0iUkRbPxanH2QjLgySITNKuZ',0,1672756405.4006,1869,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','pbGAZVXYoQiwk0gF7mE5jIdR',0,1672756407.5670,227,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/wp/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','jbNiFcdhgHI6Ma1C3mPvZ9E7',0,1672756407.5884,218,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/wordpress/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','F0G5lWq17nZAobMvhXmagpri',0,1672756408.3093,221,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','e9waDRK7WZn4pMIuG2frlFg3',0,1672756408.4066,278,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/blog/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','beYSCEoArg1XTwIyKl7G4tV9',0,1672756408.8787,198,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/blog/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','nHjucUvRZQ1KMqfYEzoC8FJ0',0,1672756408.9667,209,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/site/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','xKF5Tn9VPBzwW8eq2JY3lANt',0,1672756409.2792,213,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://sleepingsolutions.co.uk/site/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','xGaoePsCbtLzqvAYdZM731fm',0,1672756409.3657,212,'','GET',403,0,700,0,1,'',0),('157.55.39.96',2637637472,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2933','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','rx60jXi8CEWaHIoSkTUBnYZA',0,1672756627.8465,221,'','GET',403,0,700,0,1,'',0),('40.77.167.75',676177739,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11770','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','K1jIEzdpHMUiRZ8boV4CD3ny',0,1672756631.3604,204,'','GET',403,0,700,0,1,'',0),('20.172.187.88',346864472,'','https://www.sleepingsolutions.co.uk/home.php?cat=1391.%20The%20complete%20collection%20of%20Original%20Bedstead%20Company%20beds%20and','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; Rv:50.0) Gecko\\/20100101 Firefox\\/50.0\"}','KSHmR4UNsWT5AGXLae90nqwP',0,1672761860.2199,241,'','GET',403,0,700,0,1,'',0),('20.172.187.88',346864472,'','https://www.sleepingsolutions.co.uk/home.php?cat=1391.%20The%20complete%20collection%20of%20Original%20Bedstead%20Company%20beds%20and\'[0]','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; Rv:50.0) Gecko\\/20100101 Firefox\\/50.0\"}','kE4HcrvpNjDuW3KY0sTFm2Sf',0,1672761863.3152,227,'','GET',403,0,700,0,1,'',0),('20.172.187.88',346864472,'','https://www.sleepingsolutions.co.uk/home.php?cat=1391.%20The%20complete%20collection%20of%20Original%20Bedstead%20Company%20beds%20and\'[0]','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; Rv:50.0) Gecko\\/20100101 Firefox\\/50.0\"}','2WSY6PfwLOxb9znavcIrsFTo',0,1672761865.3000,198,'','GET',403,0,700,0,1,'',0),('82.132.236.49',1384442929,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 8.1.0; Land Rover Explore) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','yBm8jSLQt04E1uNkM36vJfa5',0,1672771167.4919,255,'','GET',403,0,700,0,1,'',0),('82.132.236.49',1384442929,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2263','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 8.1.0; Land Rover Explore) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','lsWxPZwUXFqv1YND3AMhLozB',0,1672771167.6286,219,'','GET',403,0,700,0,1,'',0),('82.132.236.49',1384442929,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2259','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 8.1.0; Land Rover Explore) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','W4a6wx9FESseP57uh8Z2RJTV',0,1672771168.0235,193,'','GET',403,0,700,0,1,'',0),('45.138.16.66',764022850,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','L4TiBo0AVQmpGEObRx8zq7vw',0,1672774459.9377,271,'','GET',403,0,700,0,1,'',0),('45.138.16.66',764022850,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','tsfnCVc2eN3zkwZlbEWFuOi7',0,1672774460.2867,213,'','GET',403,0,700,0,1,'',0),('45.138.16.66',764022850,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','hailND0HcBGmbst4dVkFMoT5',0,1672774460.5876,191,'','GET',403,0,700,0,1,'',0),('45.138.16.66',764022850,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','U6nCJZXjoPgWc1NxwelKh4vz',0,1672775748.1641,212,'','POST',403,0,700,0,1,'',0),('45.138.16.66',764022850,'','https://sleepingsolutions.co.uk/zbpowgyh.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\"}','or8EHleIa3WdufA0vwUNpnJM',0,1672775748.4417,199,'','GET',403,0,700,0,1,'',0),('17.241.227.67',301065027,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','YaHsOFmNhpI3VvSU5E7e29wX',0,1672776852.1587,267,'','GET',403,0,700,0,1,'',0),('17.241.75.168',301026216,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18202','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Xb9k2m6dRYh3zK18Wps5PTNG',0,1672779758.6432,272,'','GET',403,0,700,0,1,'',0),('17.241.75.127',301026175,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10285','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','dBxL6PEUyuSVQGcNqhoYse7O',0,1672780036.9389,235,'','GET',403,0,700,0,1,'',0),('17.241.227.117',301065077,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','76Afv9DFYqMCEPGpROuSZBIU',0,1672780762.0029,237,'','GET',403,0,700,0,1,'',0),('17.241.219.238',301063150,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Pj9gKnRW3D7BYkSLtCVAfJhy',0,1672782738.1545,214,'','GET',403,0,700,0,1,'',0),('17.241.227.226',301065186,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15963','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','7rWeyKTUYECI5aoZMRmX0ucp',0,1672787594.7788,669,'','GET',403,0,700,0,1,'',0),('17.241.75.67',301026115,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','7P1pYiZaEgnWoRbGeN4kzH8d',0,1672788859.4931,205,'','GET',403,0,700,0,1,'',0),('17.241.219.102',301063014,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3732','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','z0MLcsUoRYCQkrJjlO2Ti3xg',0,1672797452.3309,270,'','GET',403,0,700,0,1,'',0),('185.244.175.134',3119820678,'','https://sleepingsolutions.co.uk/wp-content/74034.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','njoDXuEx9gRTIGrelNtQCaqk',0,1672800951.9109,395,'','GET',403,0,700,0,1,'',0),('66.249.73.57',1123633465,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3822','','{\"1\":\"Googlebot-Image\\/1.0\"}','HTYxdP6n5ubiavWCRIOZ7QUf',0,1672806387.3420,413,'','GET',403,0,700,0,1,'',0),('90.156.169.6',1520216326,'','https://sleepingsolutions.co.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 12_4_8 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.1.2 Mobile\\/15E148 Safari\\/604.1\"}','iO4087NraCh9LUMnyH5K6qwY',0,1672810238.0873,232,'','GET',403,0,700,0,1,'',0),('90.156.169.6',1520216326,'','https://sleepingsolutions.co.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.131 YaBrowser\\/21.8.1.468 Yowser\\/2.5 Safari\\/537.36\"}','bGroAgSI7cNtB2J140VEFhzj',0,1672810238.1038,226,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','USnWReJ910ioHvm5z4qDFAfG',0,1672816120.6081,1035,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EjT1URJ9KxCpNeWId5ZsP4hD',0,1672816122.9721,204,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Lb7neSloRXdrOGg4BQxIAzWY',0,1672816124.6745,204,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PFprnDKjc2XHvtVdZT7WmukN',0,1672816126.1428,189,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','3WcfkO5G8R2xBnoDail6QAbs',0,1672816137.3322,199,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hsviUPwJQ5TWBoXg4tjGbpZx',0,1672816138.9485,221,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ztfERUolm5S6ecyuWqG1MLYn',0,1672816143.3850,198,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','VyjhzYLJq7N6HdgRZ3GFEpe5',0,1672816143.9566,211,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','m40iotLOnS6bArp1dzK9slv3',0,1672816145.8195,190,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','NBiS2ZVdDGIF6aTYAXJgEzCf',0,1672816147.1321,184,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rOTXM4yCA7W8B0IFDfmEkto6',0,1672816147.5799,206,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','o9AqxibTplhIRPVY0SnMmLjN',0,1672816148.8763,211,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','YX4VOeE9mxQ2g1TfMq7RCAJD',0,1672816150.8457,216,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','cgL8oy7bSG4Y91pXQlAratUe',0,1672816158.3430,181,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','FsXUixQZAaWkyGIr1HwRvdo9',0,1672816162.7969,214,'','GET',403,0,700,0,1,'',0),('45.227.254.5',769916421,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Qh70upoO68xkMjEJB3SIXLKT',0,1672816165.0400,215,'','GET',403,0,700,0,1,'',0),('41.100.81.152',694440344,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','17rXITgs4fN0CuSetlzGKvkq',0,1673443868.9245,245,'','GET',403,0,700,0,1,'',0),('41.100.81.152',694440344,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','wYzNfTDLpjoBCl9h7K0cqyRU',0,1673443873.3516,230,'','GET',403,0,700,0,1,'',0),('198.98.54.3',3328325123,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','nqv6CMco7dLjW2VY4FS0lahN',0,1673443893.5509,229,'','GET',403,0,700,0,1,'',0),('51.15.80.14',856641550,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','ig98ShYGjWnRlcfqQsXItkH7',0,1673443901.3350,214,'','GET',403,0,700,0,1,'',0),('213.205.194.50',3587031602,'','https://www.sleepingsolutions.co.uk/home.php?cat=9622','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6 Safari\\/605.1.15\"}','NL5OhomCWYHxQFE2flnjT0JI',0,1673453738.2469,245,'','GET',403,0,700,0,1,'',0),('37.169.102.207',631858895,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5535','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','aP2KJbVu5hLfojIk7edNp9Mg',0,1673461010.6274,221,'','GET',403,0,700,0,1,'',0),('17.241.219.164',301063076,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14750','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','oE7Bcpg61TtkmLAOQqCnw8bK',0,1673472415.8803,228,'','GET',403,0,700,0,1,'',0),('17.241.227.107',301065067,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18954','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','lsZz2OpkJDcCG69I7YmHdiSo',0,1673472687.1257,224,'','GET',403,0,700,0,1,'',0),('17.241.227.60',301065020,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1475','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','pg6MjVCc4HSolknXqQ9wbOts',0,1673475844.2093,242,'','GET',403,0,700,0,1,'',0),('17.241.75.90',301026138,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14789','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','HEASX47vikK5VnzBRxmpWa0I',0,1673493311.3879,303,'','GET',403,0,700,0,1,'',0),('17.241.75.7',301026055,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10285','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','p7fiBbMRsLDtrmlG50WqF1CY',0,1673495445.7475,283,'','GET',403,0,700,0,1,'',0),('17.241.219.252',301063164,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1891','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ymgZICHGwkWBbQAcKN9p4P7n',0,1673498412.4595,246,'','GET',403,0,700,0,1,'',0),('17.241.227.160',301065120,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14822','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','F9Wn4VY01KeaUjMymuAvqH7O',0,1673504625.4860,228,'','GET',403,0,700,0,1,'',0),('205.169.39.63',3450414911,'','https://www.sleepingsolutions.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/106.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/home.php\"}','eFQjCPdnlMHKyzsikmuXL5pf',0,1673510244.0995,226,'','GET',403,0,700,0,1,'',0),('45.138.16.66',764022850,'','https://sleepingsolutions.co.uk/installer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','bUzQ1ueN5cXH2A0faCMpSqFD',0,1673512761.6681,226,'','GET',403,0,700,0,1,'',0),('66.249.75.226',1123634146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2983','','{\"1\":\"Googlebot-Image\\/1.0\"}','4alnOBAEM6vrP0QwJDhHmfzx',0,1673521202.1595,251,'','GET',403,0,700,0,1,'',0),('98.20.176.203',1645523147,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','SQNhfVAscH4Pd5R1o8wg0MaZ',0,1673530213.0324,245,'','GET',403,0,700,0,1,'',0),('86.140.236.68',1452076100,'','https://www.sleepingsolutions.co.uk/home.php?cat=11217','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\"}','5m3QZIB9TujfP7pyYEg6slAa',0,1673536236.5529,267,'','GET',403,0,700,0,1,'',0),('31.53.190.116',523615860,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; SAMSUNG SM-J530F) AppleWebKit\\/537.36 (KHTML, like Gecko) SamsungBrowser\\/19.0 Chrome\\/102.0.5005.125 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','tTJxSjELPqfc10lVsOZ4rDi6',0,1673537066.5168,238,'','GET',403,0,700,0,1,'',0),('78.151.242.228',1318580964,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','WyNlG178qVs6P942Y3Zf0ASC',0,1673542900.4214,217,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','KbQstMLeN3ikUnXzqm0IyGWR',0,1673551907.5049,201,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','rC1mOP3u6DGZV7EX8zAvInRo',0,1673551907.7767,222,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4Jme8bx6HQd0qwLh2WaDMr7X',0,1673551908.0666,198,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','RxSu963WNodHlbEaKB7M85qA',0,1673551908.2530,215,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qEbzx4nZyAQuNKpojwsvgaPS',0,1673551908.3675,192,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','q6Qtn4uVpfZUXwBlJYd0kOja',0,1673551908.6272,204,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4HVuv9XpFYbnMeRJcgOdtr7q',0,1673551908.8978,194,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','1WEBLAoaIgcMTi0e8pC9qPQ2',0,1673551908.9070,189,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','gxjhnLlDUdQF3OfaM7qsriBW',0,1673551909.1739,199,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Zqcu0f6wkh8vOS9JQ1nb7CKU',0,1673551909.4215,216,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','UDz8QqELJYkOSGlyZhmBCNfP',0,1673551909.4416,200,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4JLNv13KWHehitxrksEmOQRZ',0,1673551909.6905,196,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','9cxIplPrMTAqmt2W36yOv7sz',0,1673551909.9346,198,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','DrCnUyFLfERB67SOivj3uNhp',0,1673551910.0607,198,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Uk5rpoNCO9Ts3bGRDaxwIXPS',0,1673551910.5783,231,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bi9s1zp6hCnYlMSdU02OGqcK',0,1673551911.2826,225,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TOGYCgx7Dc1hvu0sQZkiL9K5',0,1673551911.4953,194,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','clmwA5jFet37WgqsVBR2L1np',0,1673551911.8558,240,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','y5Nf2jBnM48emdK0OSlDpZhu',0,1673551912.0115,194,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','zc9KYjf2v70OpTkyV3Amri6X',0,1673551912.6711,191,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','xYNOERAX61JthCzVomqvFadS',0,1673551912.8940,204,'','GET',403,0,700,0,1,'',0),('62.221.194.237',1054720749,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','uwt0Dk7BsHAUQ9eaoE3KXC5h',0,1673551913.8966,207,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','aMm1pToALKtBJQPFus0c36UO',0,1673551914.1454,239,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','zqkGL7EDWXtbOU9N1nhiIvMo',0,1673551914.7567,190,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','hj26isMF3ydBIKYgW4eEZLD5',0,1673551917.2539,190,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','oSDsN9FeRuVTdBaLJCfhKk3c',0,1673551917.7867,193,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','lX7LhJw2eQo0A59arOY4Hgq1',0,1673551918.2995,222,'','GET',403,0,700,0,1,'',0),('144.202.42.211',2429168339,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','n15WVokINcmXpYr734096dlL',0,1673551918.8403,211,'','GET',403,0,700,0,1,'',0),('51.191.43.83',868166483,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','XnNYCiWkLeB4GqK2StAayrJT',0,1673553052.1555,249,'','GET',403,0,700,0,1,'',0),('51.191.43.83',868166483,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','MaQyGTOqR2Hic5mlEPnA6kIN',0,1673553052.1542,250,'','GET',403,0,700,0,1,'',0),('51.191.43.83',868166483,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3883','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','QsoNT9pjmBX0qWclivKzkPh1',0,1673553052.1549,269,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','YvzF6ym8rDRtZafnCbWqu3d4',0,1673556552.2182,212,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','JDawuVz0FQtcgmeiqCGS3y8R',0,1673556556.3132,229,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','8z1pBMLshcQrRwGgkbeqPoyF',0,1673556560.6985,221,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ydOFpQPIGwW2vtbn3kE07AJz',0,1673556561.8122,201,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Lpgm4W58y2XQaqJPbxzdvHNK',0,1673556590.8761,203,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','NcsArYhImqlGe6xQbfvOt3RK',0,1673556594.8212,258,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','kAuDF0dhZPRElJsYHq6o5wje',0,1673556599.9463,231,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EsUJp6MYFvzhQ4uHxOrP7XcW',0,1673556600.2303,183,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','95kwVO0NPZLjdnc8MouahRYF',0,1673556608.9358,212,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AVhEeGoKdDOaHfB6vIJ2Mimw',0,1673556609.7042,222,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','b0C7rAqODxFfnQ6YwjXWsM9J',0,1673556609.9758,193,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7OInRje0JBpfyaXAswoclrSx',0,1673556612.5925,371,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','4EmPotOy0ABsIgMeN6iQvwb3',0,1673556615.0251,194,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','NPShjRcyQglnCZLq57IYdEmJ',0,1673556655.3293,219,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','51TOoGFVCxPMcurJB3lAQ9yX',0,1673556667.7709,202,'','GET',403,0,700,0,1,'',0),('91.191.209.106',1539297642,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gY7FRHOIcNClUEJv89QTS5hV',0,1673556700.0056,247,'','GET',403,0,700,0,1,'',0),('66.249.75.254',1123634174,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2984','','{\"1\":\"Googlebot-Image\\/1.0\"}','YXe57kaCqnwsWTOgHAQuV492',0,1673557238.5000,215,'','GET',403,0,700,0,1,'',0),('80.0.5.199',1342178759,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=630','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 15_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','rLV5dw38J7Q4S0hWAjsNiZMB',0,1673558119.8082,250,'','GET',403,0,700,0,1,'',0),('80.0.5.199',1342178759,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=631','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 15_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','IBKAFPsvCdDTuQ16rRoU39pY',0,1673558119.9260,215,'','GET',403,0,700,0,1,'',0),('80.0.5.199',1342178759,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=629','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 15_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','kD2Nvl1f7qmtzxVa8HYAKR6U',0,1673558120.1283,206,'','GET',403,0,700,0,1,'',0),('80.0.5.199',1342178759,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=162','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 15_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','LbNnzCPQO473ghdql1uaEjkU',0,1673558120.2054,211,'','GET',403,0,700,0,1,'',0),('80.0.5.199',1342178759,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=160','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 15_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','nJFamGHEqdxu0KLZs5zg8pON',0,1673558120.3993,201,'','GET',403,0,700,0,1,'',0),('216.131.104.16',3632490512,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','140hQflYITGciJ2vPRWmyHzO',0,1673558625.5585,221,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','oe0w5sxIztBKhu3HbWAm1R9n',0,1673576580.7915,278,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','F173CMeA648lGpTydtY5Bo9X',0,1673576581.1800,254,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','fY8zeG6byJQjgUm10CSlIcNq',0,1673576581.5198,197,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','gHvYT5sCcV20yFkJzEQ3PLjA',0,1673576581.8018,226,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ly8Pifr3cqKHULxBFhG5vWQY',0,1673576582.1298,242,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','LhEPbBFWgoCwvpsS5T4xOArU',0,1673576582.4928,246,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','tiVMUkAypvNPwGd5r7JRL4Yq',0,1673576582.8324,308,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','KNrmMuf1eEOXiTp0cVbFyqYZ',0,1673576583.2273,404,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jpQ3I4fLg79NaX8ivn2w6VUh',0,1673576583.7363,244,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','vRUelCbd3V6IQJksEo7BP0h1',0,1673576584.1880,253,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','tDMALfWHBY4lRd872SbvE1ms',0,1673576586.2925,663,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','3LKQVM0iITqgCePDkthuEbf1',0,1673576587.0982,263,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GfHFwJNzR6ersUqnKI2OXS4k',0,1673576587.4520,667,'','GET',403,0,700,0,1,'',0),('85.214.141.245',1440124405,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TH2p457wUtLMyVlqxufohIDS',0,1673576588.2171,727,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/php.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','IPjSR3OLgFXs02mdhlDBaf7u',0,1673577336.2390,286,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','e76Jl024RP9UAWrVT1GDhbf8',0,1673577336.7522,261,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/info.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\"}','SMPtX5LsGqgxh9pVNHcro38I',0,1673577337.2721,233,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/infophp.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','szrVFxhiHCu6Uf1eLwPTQkc0',0,1673577337.7542,274,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/php_info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','azHJT9Oexc5pf8kDv23UVibq',0,1673577338.2549,244,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/test.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\"}','B6OwtJgQbfv91sZFXCUemrKy',0,1673577338.7670,216,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','Fo0jdleIc4azqNkMHgWn3pXm',0,1673577339.2129,256,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/asdf.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','eACKqvGJpsyEU58XZNmdaVBk',0,1673577339.6957,311,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/pinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','A8MKVdzU1F2vumQNnecorjiP',0,1673577340.2340,209,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/phpversion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','tKNWM4weGk1yuAFVC3Jf7vqR',0,1673577340.6831,323,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/time.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\"}','V1W0O2AFHxJgzQowZbun8cCf',0,1673577341.2899,264,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/index.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\"}','cxwIeJSoGvPU8yuHMjp3OfbE',0,1673577341.7914,211,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/temp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','cdHMwBk3uQ7TAbRKr8WVh6tZ',0,1673577342.2309,209,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/old_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\"}','8IsQtP7vA51HKWizfLj9O2eJ',0,1673577342.6716,297,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/infos.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','1L2uZWU6X48aKMnsIbopxry7',0,1673577343.3197,553,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/linusadmin-phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','7RBmoTCqPgzk1tjKSGIAx2iu',0,1673577344.1522,269,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/php-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','9Y3iF6wDtVfvKpQ0RZHargzA',0,1673577344.6739,239,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/dashboard/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','0bJ6YHqIvW2aGUcFtD9yXiNE',0,1673577345.1666,248,'','GET',403,0,700,0,1,'',0),('45.79.164.218',760194266,'','https://sleepingsolutions.co.uk/_profiler/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','phEZxios3ruWVUHGf4eT1OQq',0,1673577345.6523,212,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','e4cTloUL9bCP3faWnMpmG0yN',0,1673591046.0813,242,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','mxA5eZ8jBnyJkrQLqu24M3sK',0,1673591050.8767,229,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','1Hfz6Dxe7N5kXPtclAZ9JRWT',0,1673591078.1715,222,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','remNy1H6cJ9qEP5A7RGVCjzu',0,1673591099.7761,223,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','jtdW06RgbVNiMZUXrxfPoq4w',0,1673591100.2476,185,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','voLYihdT4GJnBbC6l1tfXDmK',0,1673591103.0303,202,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vgSDJFxAQURlybGH62ap8M5T',0,1673591104.3474,192,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bHaguvAZTJdRWcG5fq12iXP3',0,1673591105.1447,209,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7JiBO0tzbNYloeCZmgTGWy1v',0,1673591107.2680,195,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qBaxp4HT6EMJWen1kAulGXY5',0,1673591146.0503,216,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','RpKnVxhegLufb6IC8Ps1XyJO',0,1673591359.6583,251,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','9pSMIvTKdrXo5QmVuDYcjiFH',0,1673591365.4038,192,'','GET',403,0,700,0,1,'',0),('216.131.104.15',3632490511,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','CEalKwmxUgvL1Z0BdRyQfD9q',0,1673591366.7508,238,'','GET',403,0,700,0,1,'',0),('157.55.39.187',2637637563,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=337','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','kCPGRA9QjJDEfroyil7FIHMY',0,1673591908.3695,245,'','GET',403,0,700,0,1,'',0),('207.46.13.113',3475901809,'','https://sleepingsolutions.co.uk/home.php?cat=2528','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','5Evh0L8aetQu41BwmqDn6H2x',0,1673595614.1021,270,'','GET',403,0,700,0,1,'',0),('154.121.52.32',2591634464,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','FMI4Z8ToCUOnkYVPpH92sLqc',0,1673606173.3036,231,'','GET',403,0,700,0,1,'',0),('192.42.116.194',3224007874,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','PNumIR48FzgBlVUDCXdsbyrf',0,1673606242.7719,255,'','GET',403,0,700,0,1,'',0),('199.249.230.166',3355043494,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','MbyIDzcwolCh5fZ8rJBPFEgv',0,1673606252.5098,231,'','GET',403,0,700,0,1,'',0),('89.114.64.64',1500659776,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','CLTUYR1EwiSxjFQGumAXNVzy',0,1673609091.9626,260,'','GET',403,0,700,0,1,'',0),('89.114.64.64',1500659776,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','cjLkU8mVx52G9eqEaXMzdBSg',0,1673609092.0314,228,'','GET',403,0,700,0,1,'',0),('66.249.76.95',1123634271,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13862','','{\"1\":\"Googlebot-Image\\/1.0\"}','vbU942Pufmp0ltocFCsEkxYQ',0,1673614064.7555,281,'','GET',403,0,700,0,1,'',0),('31.111.94.39',527392295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=631','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6.1 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','3kqjG4mfezEbsHTi9wlSvMLV',0,1673621395.3174,230,'','GET',403,0,700,0,1,'',0),('31.111.94.39',527392295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=630','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6.1 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','oO9rKxt2PhHgImwXNUnFZ3L0',0,1673621395.3518,229,'','GET',403,0,700,0,1,'',0),('31.111.94.39',527392295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=629','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6.1 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','w2ouBGJLnOZFW5MmlI7CU84A',0,1673621395.6250,255,'','GET',403,0,700,0,1,'',0),('31.111.94.39',527392295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=162','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6.1 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','RJn9j4bs0hp7Vl5SoqLzcGfa',0,1673621395.6533,237,'','GET',403,0,700,0,1,'',0),('31.111.94.39',527392295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=160','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6.1 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','nOUu185rKQtgTGNZqzw9x7XA',0,1673621395.9411,200,'','GET',403,0,700,0,1,'',0),('2.223.41.24',48179480,'','https://www.sleepingsolutions.co.uk/search.php?mode=search','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\"}','jYTh8eGM3LnJF5BszrW0XOdk',0,1673628731.1385,241,'','GET',403,0,700,0,1,'',0),('86.181.132.26',1454736410,'','https://www.sleepingsolutions.co.uk/home.php?cat=5659&show=all','','{\"1\":\"Mozilla\\/5.0 (X11; CrOS x86_64 15183.69.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WZlIPngiE76dTbU3OCyQw4eH',0,1673629273.8784,230,'','GET',403,0,700,0,1,'',0),('86.181.132.26',1454736410,'','https://www.sleepingsolutions.co.uk/home.php?cat=5659&show=all','','{\"1\":\"Mozilla\\/5.0 (X11; CrOS x86_64 15183.69.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RV8GSY1oWhbLmAiJdD6akjl0',0,1673629284.4881,226,'','GET',403,0,700,0,1,'',0),('74.125.151.32',1249744672,'','https://www.sleepingsolutions.co.uk/cart.php','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 Chrome\\/108.0.5359.130 Safari\\/537.36 Google-Ads-Conversions\"}','Ld90BYz1rsQmeg3VRMpFyKZj',0,1673632282.9613,220,'','GET',403,0,700,0,1,'',0),('185.220.101.62',3118228798,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','8UiNBy6mwDJ4xd3ZT1FcEVWI',0,1673635319.7325,282,'','GET',403,0,520,0,1,'',0),('185.243.218.110',3119766126,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','VcldMraqYG4JvR1FgQHozIyt',0,1673635321.2671,308,'','GET',403,0,520,0,1,'',0),('171.25.193.79',2870591823,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','YdBzPDaEH3VN7MAX4x60rhjv',0,1673635322.2021,251,'','GET',403,0,520,0,1,'',0),('171.25.193.80',2870591824,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.121 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','wHC2r9PNnWaShzTXBKFg4jou',0,1673635323.1420,253,'','GET',403,0,520,0,1,'',0),('192.99.4.116',3227714676,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko\\/20100101 Firefox\\/36.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','C6OP1uTBKnJIxaAwS7efkZNQ',0,1673635324.2583,266,'','GET',403,0,520,0,1,'',0),('207.46.13.198',3475901894,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','XsCrU9bc5MxYu7A8Wf0kRlhw',0,1673639213.6399,224,'','GET',403,0,700,0,1,'',0),('92.205.53.115',1556952435,'','https://sleepingsolutions.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; FLA-LX1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/83.0.4103.106 Mobile Safari\\/537.36 OPR\\/59.1.2926.54067\"}','LaK1h3Rw4SXo26iYnBbW9Dcm',0,1673643601.0009,225,'','GET',403,0,700,0,1,'',0),('109.248.175.147',1845014419,'','https://sleepingsolutions.co.uk/wp-content/themes/aidreform/include/lang_upload.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','PtnIUA7csKJhVRH5brBljeMu',0,1673654350.8690,275,'','GET',403,0,700,0,1,'',0),('13.56.237.36',221834532,'','https://www.sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','VTwZBGvupqXbYP9d6ERleikn',0,1673672227.9826,217,'','GET',403,0,700,0,1,'',0),('157.55.39.187',2637637563,'','https://sleepingsolutions.co.uk/home.php?cat=1302&set_size=Single&source=googlebase','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','LqrdKT7ygtG2EV01eskYoBAU',0,1673675510.6930,254,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/php.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','SpzMOQhTFYKP0wekVEWjt3vR',0,1673677654.1080,218,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','wrvtgQ6Bf7jAcyXuPDIUiYL1',0,1673677654.5483,204,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/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\"}','cS4qPovmBXfV0tOZGU3ejbwY',0,1673677654.9853,206,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/infophp.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','cmzqan2ukQ7pTR3x6VeOEHhb',0,1673677655.4182,206,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/php_info.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\"}','8VuRDLXCtYGTdBKfvsq9H3MU',0,1673677655.8484,233,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/test.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\"}','1BQTvmFJjM6LCcwGRarnilOP',0,1673677656.3741,195,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/i.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\"}','r9pCoMRQjuD3snyPBa0Jc7Ox',0,1673677656.8140,242,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/asdf.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\"}','Fe32Lzplg7Z89hbIx1REtnUJ',0,1673677657.3130,218,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/pinfo.php','','{\"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\"}','ypdegmkzQsAX4iPH3TYK1ZlN',0,1673677657.7700,195,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/phpversion.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','hlWSVKg0qvzQbpT573EGrUAX',0,1673677658.2125,213,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/time.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','LmSopKqtl5IBj07f62GiOMTr',0,1673677658.6521,186,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/index.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','A7wLlfqFEUJav4OZc5x3XDR8',0,1673677659.1110,212,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/temp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','bCsrFDdohUelJq6OBPzLGKQ0',0,1673677659.5600,184,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/old_phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','RytObwVdIGeYvJsFX7f5c9QP',0,1673677659.9644,197,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/infos.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','GVuAdUiExtzC9myowB1feWsb',0,1673677660.3774,193,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/linusadmin-phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','UbHKZ2xarSgw14omLlh6qOfN',0,1673677660.8100,192,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/php-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','zYowZ0W5n6cS2xME4HLVmbjP',0,1673677661.2238,204,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/dashboard/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','ol9B4SmXOZywFIMG1c062YEx',0,1673677661.6592,237,'','GET',403,0,700,0,1,'',0),('45.33.69.179',757155251,'','https://sleepingsolutions.co.uk/_profiler/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','EecM3dYlWInyFC7imGrsabQg',0,1673677662.1456,196,'','GET',403,0,700,0,1,'',0),('74.125.151.62',1249744702,'','https://www.sleepingsolutions.co.uk/cart.php','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 Chrome\\/108.0.5359.130 Safari\\/537.36 Google-Ads-Conversions\"}','btOEUcHk57W1Xfg8sAp4aKTR',0,1673679367.7557,205,'','GET',403,0,700,0,1,'',0),('185.81.157.203',3109133771,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','csNoOZyrwq2luknaRTYftiES',0,1673681588.1110,935,'','GET',403,0,520,0,1,'',0),('66.249.76.95',1123634271,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2011109','','{\"1\":\"Googlebot-Image\\/1.0\"}','WzojRHpO7MSTqF3NwKn46dem',0,1673682599.9998,2153,'','GET',403,0,700,0,1,'',0),('109.248.175.147',1845014419,'','https://sleepingsolutions.co.uk/wp-content/themes/kingclub-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','u1bNWjZo5aFqV7SxUehD6klH',0,1673682757.2657,4220,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3439','','{\"1\":\"Googlebot-Image\\/1.0\"}','7xl9ctUVLf3JoyQawe8Nz5jm',0,1673687984.6183,2194,'','GET',403,0,700,0,1,'',0),('157.55.39.207',2637637583,'','https://sleepingsolutions.co.uk/home.php?cat=407','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','w285virdS9kRAMlYVUEtGT0Q',0,1673689121.2520,814,'','GET',403,0,700,0,1,'',0),('92.25.137.238',1545177582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','8Sh7wrHLpx9ncBmFy63sNMTl',0,1673696238.2957,225,'','GET',403,0,700,0,1,'',0),('92.25.137.238',1545177582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','1ajYOgEdDSykcJ9t6r3TKUms',0,1673696238.3412,229,'','GET',403,0,700,0,1,'',0),('92.25.137.238',1545177582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','gOwe0mZcifLhVC1sxKQ4kaqo',0,1673696238.5643,202,'','GET',403,0,700,0,1,'',0),('154.7.179.92',2584195932,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','NY69SvjWEnDMIlprkcQJLsAw',0,1673697995.9394,288,'','GET',403,0,700,0,1,'',0),('185.220.101.34',3118228770,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/75.0.3770.100 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','q2W7GYNaRPTjFmE1Z8IAtkH0',0,1673703954.2866,275,'','GET',403,0,520,0,1,'',0),('23.129.64.217',394346713,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 12_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Mobile\\/15E148\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','SC9aiQ7vyZDBfAXc2nkJwLbr',0,1673703956.5539,275,'','GET',403,0,520,0,1,'',0),('104.192.3.74',1757414218,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','Y03RLq2a6kxgQ7DKpuEMcoFH',0,1673703958.2499,349,'','GET',403,0,520,0,1,'',0),('185.194.142.194',3116535490,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','bw24EyVHYK36MCluSGB1j7Rg',0,1673703960.3019,315,'','GET',403,0,520,0,1,'',0),('194.32.107.60',3256904508,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko\\/20100101 Firefox\\/65.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','ushXd19jSi5kb7ezIvaxZNTA',0,1673703962.3150,304,'','GET',403,0,520,0,1,'',0),('66.249.73.33',1123633441,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3684','','{\"1\":\"Googlebot-Image\\/1.0\"}','3IHjiucLoDB5nhFk0SlmtC2w',0,1673708085.5750,314,'','GET',403,0,700,0,1,'',0),('66.249.90.29',1123637789,'','https://www.sleepingsolutions.co.uk/cart.php','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 Chrome\\/108.0.5359.130 Safari\\/537.36 Google-Ads-Conversions\"}','rz435kTEyFnu19PhSsxe7tIq',0,1673710409.6180,237,'','GET',403,0,700,0,1,'',0),('37.0.48.105',620769385,'','https://www.sleepingsolutions.co.uk/home.php?xid=3659c52baa8d7d3c95066d5cd1a353cf','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','MoWK9xECvdr4isN2kSP1AR8n',0,1673711517.9293,220,'','GET',403,0,700,0,1,'',0),('66.249.73.61',1123633469,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11113','','{\"1\":\"Googlebot-Image\\/1.0\"}','mOfiGNdnPbgxc4YhWRtSD8aI',0,1673713484.9106,289,'','GET',403,0,700,0,1,'',0),('17.241.75.52',301026100,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18151','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','sTrymi41qAgNaJKDvLWRVOMl',0,1673715539.3467,224,'','GET',403,0,700,0,1,'',0),('17.241.227.203',301065163,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11335','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','hdMYDrVcnBfC4vRQNbeEKm6L',0,1673715950.2069,225,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=629','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','SDIYv2spF4zQRNbZVUMC3ky9',0,1673717635.0370,242,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=162','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','LlpGJo5yb97um8Ee2Y1krQ3v',0,1673717635.0330,246,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=631','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','KJjT5xAviL9PS2bVdzcpZ67m',0,1673717634.9802,313,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=630','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','k7Qz8L4mPfGJnICZchwexTW2',0,1673717635.0083,285,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=160','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','XRk6ePNvTuQEl7UDIxn5yLrZ',0,1673717635.3075,231,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=631','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','ZSjidaVH7pBK3FvfMGbWztc4',0,1673717785.7068,283,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=630','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','UuMb7tWGdVNeAQ9iDyxKHcsn',0,1673717785.7203,290,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=160','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','EBmP2ynZl4p1LDhS7uTNqW9j',0,1673717785.7394,271,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=629','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','6pl2wm8N0BxcnOysegq9FCYJ',0,1673717785.7430,267,'','GET',403,0,700,0,1,'',0),('86.162.128.127',1453490303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=162','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','pOcMCI5DjB67PahrJEbelKZw',0,1673717785.7388,272,'','GET',403,0,700,0,1,'',0),('17.241.227.97',301065057,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10285','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','8Wlsn2hROfeEQFJoAjwva5pz',0,1673719266.5231,232,'','GET',403,0,700,0,1,'',0),('17.241.227.65',301065025,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14760','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','aMmtiXWoS8E1JfFjkCh2wIBr',0,1673720876.5627,240,'','GET',403,0,700,0,1,'',0),('17.241.75.17',301026065,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','vyKdD7h5jACpnb2ZJPHN4Tgw',0,1673721430.0263,201,'','GET',403,0,700,0,1,'',0),('17.241.219.142',301063054,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13601','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ha3dUwzSf7sFZoW4IcYxmlDK',0,1673722361.3333,258,'','GET',403,0,700,0,1,'',0),('17.241.227.116',301065076,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','i4XJ7130xLOlcFvfUPdsb8WG',0,1673723392.1042,258,'','GET',403,0,700,0,1,'',0),('17.241.227.55',301065015,'','https://www.sleepingsolutions.co.uk/home.php?cat=10757','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','0p18vSMkLKhqBQCnFr7uTVsR',0,1673723939.6442,227,'','GET',403,0,700,0,1,'',0),('17.241.227.27',301064987,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14789','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','w5rWDaTCmxFfKLkPV10dNuGY',0,1673725857.4737,240,'','GET',403,0,700,0,1,'',0),('17.241.75.144',301026192,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18953','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','dgem5buUD9SCZj8zN0fch1GJ',0,1673725904.3106,268,'','GET',403,0,700,0,1,'',0),('17.241.219.104',301063016,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','6ZDTl0hyUeC25RdEW34xjp7N',0,1673727539.2642,226,'','GET',403,0,700,0,1,'',0),('17.241.227.119',301065079,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1891','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','4iPNw1Cq3B6EKcYMugDdexsb',0,1673728465.2675,227,'','GET',403,0,700,0,1,'',0),('66.249.90.29',1123637789,'','https://www.sleepingsolutions.co.uk/cart.php','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 Chrome\\/108.0.5359.130 Safari\\/537.36 Google-Ads-Conversions\"}','Rs68gmb5MdrEe7l9GoQVWiN4',0,1673731653.6978,250,'','GET',403,0,700,0,1,'',0),('17.241.227.150',301065110,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16885','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','efsLnKp6WEq1cNj7tHvDmMIR',0,1673736527.7214,277,'','GET',403,0,700,0,1,'',0),('66.249.73.57',1123633465,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17291','','{\"1\":\"Googlebot-Image\\/1.0\"}','CecawGsWhQHkDiEy314B5nrq',0,1673737741.0882,279,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','lrxEQSDz7y3aWHiTNPmXsbfq',0,1673738730.2505,254,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer/adminer.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\"}','GY18fsxXv7cD9UpToNh6Hnae',0,1673738732.6909,200,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adm.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','vkexdbRlYtu0o86FyQhDn7ap',0,1673738733.7492,199,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','0t14V3M7xwErzocAj69umlUn',0,1673738734.7278,194,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.8.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','E1Uvd9sgP4jLarFpoX3zqtMh',0,1673738735.6819,195,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/admin/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','SA3gUXslbTICzNYfaBPy4xQM',0,1673738736.6596,200,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/tools/adminer.php','','{\"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\"}','CLJsdHlVgUKt8q51zAE4ZTa0',0,1673738737.7294,213,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.7-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','5Que4GHYoNqCdixpKAcSIgPa',0,1673738738.7348,212,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','IYq7T1xZ0VjGNfHAUg6uzktK',0,1673738739.7070,208,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','TaYlghKQJzn58EBNWM7CV4SL',0,1673738740.7097,215,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','l7ScpDWagMZf2mPGhn8RyH1E',0,1673738741.7498,201,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','mLWXhgB85fvnzjVNrADaCk62',0,1673738742.6420,500,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.8.0-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','VlUqPbRZvLp7BxM3r4kHKIJs',0,1673738743.5888,210,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/_adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','6sEdN3UqbmtaPBLwTrvQ2zfK',0,1673738744.7354,219,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','XDRY7U4M2escuai6pn8HqWIN',0,1673738745.6326,192,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','u25gJFmiBE9rh4DoZcNjUAGV',0,1673738746.6656,208,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','Jhj39wUBRduxivzCVS0ycQPa',0,1673738747.6407,192,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.3.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','C8d4IuAEfSBsqHWDXiQlj6h7',0,1673738748.6193,210,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.3-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\"}','uILtmZj0okQql5cOrdAbSBV4',0,1673738749.6982,258,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/sql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','wGimBXT7FJaAlbzgCyfhrInt',0,1673738750.7111,204,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-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\"}','2HVAM3c4xn0jB9Ro1DIqvZOX',0,1673738751.6926,196,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.1-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\"}','vY4MKGWsaNF91ACcjwobI6x5',0,1673738753.8186,195,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.2-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\"}','a4lBwAO7Pm1SUpzRGtj8XFLo',0,1673738754.6102,193,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','Q186zF9370WNUsjXDRyPovqw',0,1673738755.7668,238,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.8.0-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','XMf7rdcTgwKxkzeIoDFqml9n',0,1673738756.6979,181,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','XWJkDp4Qe2LT6yRqE97vrht0',0,1673738757.6844,189,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.8-en.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\"}','50qzTBGiZ71xFeoPfCj4DlNb',0,1673738758.6978,231,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.8-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','6tgPxXeVvEJrAaKDwHGL8Y34',0,1673738759.7507,191,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.4.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\"}','mreaJqsD0VuKoY6SUZdvg781',0,1673738761.7391,264,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.6-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','vZyXx5kIbUR6soBSzQPrK724',0,1673738767.7868,222,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adm/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','EcgFpeiS127NHbZkMVCntXwm',0,1673738768.5629,198,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.5-mysql.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\"}','sTQICVqik8YrNt2vXjf3zPG0',0,1673738769.2744,211,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.5-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','2IAM67rlwjnWy38RvGVL4baz',0,1673738769.9525,271,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.7-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','oYvk9cJadKwyFC1t8ePm70jN',0,1673738770.7656,232,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.0-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','t3KcSx6AaunlVef9gWhCHQXq',0,1673738771.7924,208,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.1-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','9QU8S6j7iK4eAPZO3lYHTDCF',0,1673738772.6828,195,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.2-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','5toean8NgSzcrX0jIymxvf3G',0,1673738773.6766,228,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.8.0-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\"}','UI0A2ZyVJK9FTovOGfs8YuSQ',0,1673738774.7330,197,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.3-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','qRxMhBDWktV93dLAJKzSgGaH',0,1673738775.7098,250,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.1.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\"}','CTaGwYS2qyxo5lFuH6PWZrL3',0,1673738776.6629,185,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.7-mysql-en.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\"}','R2hPpV8loCEixIfBk0HgwNJv',0,1673738778.7501,192,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.2-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','HeEUJNGdO4RK0p17z2vg8AF3',0,1673738779.6535,207,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/data/adminer.php','','{\"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\"}','FaeBV7kETugqW4QLyD6OtlMj',0,1673738780.7733,223,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/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\"}','ExVzP4DNC5Gvfa0dtF7IM9eB',0,1673738781.7159,197,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/phpmyadmin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','AD2yBgqQ4MHUdwZeGJ3xzlra',0,1673738783.7943,202,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/manager/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','ylSaPMnovVrUBpCGjx9cdN6f',0,1673738793.0316,257,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.6.3-mysql-en.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\"}','4GOzJC3VXFZpegRj0Pv8oEUw',0,1673738793.8060,273,'','GET',403,0,700,0,1,'',0),('205.185.124.139',3451485323,'','https://sleepingsolutions.co.uk/adminer-4.7.4-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','CFX8QUIuVd2PvDg3Blc7AOhY',0,1673738795.7802,213,'','GET',403,0,700,0,1,'',0),('3.239.118.13',66024973,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RuLtPySni7MmX1gTwEo6aNr4',0,1673738933.1774,222,'','GET',403,0,700,0,1,'',0),('66.249.90.29',1123637789,'','https://www.sleepingsolutions.co.uk/cart.php','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 Chrome\\/108.0.5359.130 Safari\\/537.36 Google-Ads-Conversions\"}','xo0FYTOaWmwVpJQiLfnu6Pj8',0,1673745750.8903,234,'','GET',403,0,700,0,1,'',0),('3.234.230.58',65726010,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ASeJsN56UqL3aCRkPQjXz8Er',0,1673750896.9683,284,'','GET',403,0,700,0,1,'',0),('44.211.236.58',752086074,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18152','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HgG2EIoVrKPXmj8hf36cORCF',0,1673751419.0274,258,'','GET',403,0,700,0,1,'',0),('66.249.83.34',1123636002,'','https://www.sleepingsolutions.co.uk/home.php?source=Google&WT.srch=1','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SAMSUNG SM-S908U) AppleWebKit\\/537.36 (KHTML, like Gecko) SamsungBrowser\\/19.0 Chrome\\/102.0.5005.125 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/\"}','beosT56p8i2Evwlj3RSUd9kn',0,1673751484.6201,228,'','GET',403,0,700,0,1,'',0),('3.236.144.73',65835081,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19097','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','it8xj1mNczQwEJO6h9Ga4Kur',0,1673753938.4639,286,'','GET',403,0,700,0,1,'',0),('35.172.217.20',598530324,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18907','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','W24StfaZdCs9MKuDxIeXckrH',0,1673754492.3539,269,'','GET',403,0,700,0,1,'',0),('34.237.143.166',585994150,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17069','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sDeTwYQX8Bd13SKZGvUg2Cca',0,1673754495.7888,215,'','GET',403,0,700,0,1,'',0),('35.171.182.86',598455894,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7yFnmQvMs0G9xNCjXVwWuq43',0,1673763539.1110,322,'','GET',403,0,700,0,1,'',0),('80.3.250.154',1342438042,'','https://www.sleepingsolutions.co.uk/home.php?cat=15644&set_size=SuperKingsize','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\"}','fQnePHhEVajw3TxCZ914lvgD',0,1673768561.4180,283,'','GET',403,0,700,0,1,'',0),('3.236.250.49',65862193,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uaeRSx3drLYqykJ7BflOc2Aw',0,1673770359.2922,259,'','GET',403,0,700,0,1,'',0),('17.241.227.149',301065109,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2881','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','dO5YgKcinE23FSVRvo7Mq8zA',0,1673771954.4272,254,'','GET',403,0,700,0,1,'',0),('17.241.219.209',301063121,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14763','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','48w1aycM3nVG7SvJUAgofmYC',0,1673772421.7862,229,'','GET',403,0,700,0,1,'',0),('18.205.56.132',315439236,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9DNfMLpyF4Yg2B1IJ0vA83la',0,1673773379.2900,260,'','GET',403,0,700,0,1,'',0),('54.160.23.76',916461388,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=307','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZIfHzs50X3JtRxU8cYCKkVaF',0,1673773544.6602,338,'','GET',403,0,700,0,1,'',0),('44.200.80.32',751325216,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2361','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YPO6oZEUGLzyB1pR2x0qmuWD',0,1673773555.9292,229,'','GET',403,0,700,0,1,'',0),('3.238.96.39',65953831,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3218','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jRvP1xslQH3EA4ko09NTImyu',0,1673773709.5836,255,'','GET',403,0,700,0,1,'',0),('44.204.255.205',751632333,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13869','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vHOy2aWli5duL4xfFRgMCKGe',0,1673774105.1548,224,'','GET',403,0,700,0,1,'',0),('3.215.73.24',64440600,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18987','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DOC5lI8bgLmdkUtG9vpErYiN',0,1673774136.6176,212,'','GET',403,0,700,0,1,'',0),('3.236.75.2',65817346,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19160','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','H5bI2QzhCNaXZ8FOgqym6Buf',0,1673774273.3204,220,'','GET',403,0,700,0,1,'',0),('3.215.117.232',64452072,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13869','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lq7pZL9zhbdEarCvJenOtyIc',0,1673774337.5493,222,'','GET',403,0,700,0,1,'',0),('44.199.207.116',751292276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17203','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fsLzGJtyCxTIMu12dX0go4Qi',0,1673774397.3958,245,'','GET',403,0,700,0,1,'',0),('17.241.75.166',301026214,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1476','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','50cldSXLvR2AeKTyFgrGnjMV',0,1673774996.0972,223,'','GET',403,0,700,0,1,'',0),('17.241.227.7',301064967,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3881','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','4YLOUx9ri5a7nAJecP6pf2Iw',0,1673775067.5830,232,'','GET',403,0,700,0,1,'',0),('100.27.39.36',1679501092,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16861','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fgaNriy23AWcYboxVpFBq6LD',0,1673775285.6881,227,'','GET',403,0,700,0,1,'',0),('100.27.39.36',1679501092,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2938','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Q3k9vHVzcTDxj8LCmJiquhIa',0,1673775337.6275,215,'','GET',403,0,700,0,1,'',0),('44.204.123.58',751598394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2938','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iXNbVWJfPh2Gok5Ty1m6juML',0,1673775354.0438,230,'','GET',403,0,700,0,1,'',0),('44.200.254.165',751369893,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=22586','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8qdvkyrjYtSa54b2mIiQnZMg',0,1673775502.5993,239,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=22586','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tPBqi6NX0z87AT9d3rh5mEF1',0,1673775558.7181,255,'','GET',403,0,700,0,1,'',0),('17.241.75.119',301026167,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14842','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','8vsVHI9qyLEFO3mSjbD5nTd4',0,1673775776.7234,249,'','GET',403,0,700,0,1,'',0),('44.203.22.118',751507062,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','VCaZlt0Wvwuz51Nd73GpeI2b',0,1673775807.5472,255,'','GET',403,0,700,0,1,'',0),('100.27.37.195',1679500739,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18084','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iLU6xTFHPJuY3hR4yebDvQ8c',0,1673775884.9790,229,'','GET',403,0,700,0,1,'',0),('44.212.52.169',752104617,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1227','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KSjgpmfMDIkba3eQYEx8Vq0P',0,1673776018.6462,230,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IAoGrTiKw3QeHxNBj02RuWUm',0,1673776028.3125,219,'','GET',403,0,700,0,1,'',0),('3.236.203.177',65850289,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1227','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jkQSBfM6cLh95l7PtmYEnG4Z',0,1673776037.9967,262,'','GET',403,0,700,0,1,'',0),('44.204.199.117',751617909,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','15IjWo8xSyps3Nd4MAgHKfCR',0,1673776060.0531,211,'','GET',403,0,700,0,1,'',0),('3.237.86.75',65885771,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','edULVinqF8Y04jISPOuRcrNE',0,1673776068.9520,222,'','GET',403,0,700,0,1,'',0),('54.157.114.51',916288051,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PAywMm4NnVUq58dWR3aXSsCF',0,1673776145.0892,271,'','GET',403,0,700,0,1,'',0),('44.192.43.78',750791502,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11382','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bR5Xz3JZsgrGaP8NcmH9dQuo',0,1673776153.3498,227,'','GET',403,0,700,0,1,'',0),('54.236.34.172',921445036,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11382','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WMC8L4aGBcThRJbZUfSImtnQ',0,1673776172.6289,253,'','GET',403,0,700,0,1,'',0),('44.200.239.70',751365958,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2921','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','p73COd0AvnMhXFDJ1me2Qtzj',0,1673776181.0665,251,'','GET',403,0,700,0,1,'',0),('44.204.123.25',751598361,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','noTLuwyM1jKeOtNDgB6HkbEI',0,1673776196.8566,286,'','GET',403,0,700,0,1,'',0),('3.236.203.177',65850289,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2921','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','5Ne7DjM4GrkmnJYIdE2vaqKF',0,1673776229.4830,266,'','GET',403,0,700,0,1,'',0),('3.85.222.45',55959085,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3880','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JQEwIjuYlZFKM5Xk6RSrhOeo',0,1673776316.1902,246,'','GET',403,0,700,0,1,'',0),('3.237.42.75',65874507,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lH4KpNfE1aARObgL5ykUoxQD',0,1673776378.2213,907,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18530','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BDqpLU2tb4GF1mwrVyk50KeX',0,1673776670.1333,250,'','GET',403,0,700,0,1,'',0),('3.235.14.247',65736439,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18064','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lsnQcGpvTbIuZjR5qtwFYMr2',0,1673776759.6109,436,'','GET',403,0,700,0,1,'',0),('54.198.124.38',918977574,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YhH6btVeOWpRMCFsk2yxZjqG',0,1673777399.3103,264,'','GET',403,0,700,0,1,'',0),('17.241.219.140',301063052,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3732','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','VfC4tGqPv3J7RLdaAOHpnZ51',0,1673777430.0524,254,'','GET',403,0,700,0,1,'',0),('44.204.123.58',751598394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18939','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HAm72cgkZbRYLIs8nudlaTwO',0,1673777806.6238,292,'','GET',403,0,700,0,1,'',0),('3.208.89.240',63986160,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8KI47gsGE3BDbTiuNYPxvcjQ',0,1673777851.8319,220,'','GET',403,0,700,0,1,'',0),('3.237.69.91',65881435,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3741','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cfUBzQDATeXLGrpY1R7u8qmy',0,1673778013.3770,234,'','GET',403,0,700,0,1,'',0),('3.238.42.226',65940194,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15857','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TM0AZi9kFuLHUtcpXwgRKlny',0,1673778075.9277,246,'','GET',403,0,700,0,1,'',0),('34.205.54.229',583874277,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18947','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UThksRdnmH1AJDqIeEO36S5W',0,1673778157.4868,261,'','GET',403,0,700,0,1,'',0),('100.24.124.164',1679326372,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2939','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SbP7vrLB43JzaR9yUf6sjtqO',0,1673778277.9891,248,'','GET',403,0,700,0,1,'',0),('17.241.219.116',301063028,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18150','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ANMjLPpaVy53XHsQxwD7dtF9',0,1673778293.3522,228,'','GET',403,0,700,0,1,'',0),('34.205.172.7',583904263,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1900','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4M6Gmz3vwZLauWOdAHnbEBsY',0,1673778416.5235,247,'','GET',403,0,700,0,1,'',0),('44.197.113.107',751137131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2939','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zrcvBpONCgey3719dbmWhYPX',0,1673778435.8108,259,'','GET',403,0,700,0,1,'',0),('44.205.1.110',751632750,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1900','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','G9f6AmgL5Pq8woBXjuEUb0WJ',0,1673778510.4697,245,'','GET',403,0,700,0,1,'',0),('3.238.224.140',65986700,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2737','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nLUpF9Yb5ARZawXlMOuJC7KS',0,1673778632.4020,235,'','GET',403,0,700,0,1,'',0),('3.237.181.171',65910187,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3742','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6FEOuHClBnahrkReKmtUdwL0',0,1673778638.1728,279,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19052','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hgw5dayJKT42lr0j6Pb8cnie',0,1673778653.4387,226,'','GET',403,0,700,0,1,'',0),('3.237.69.91',65881435,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iXjKGqC0Zxm2g4zfLObwHc9v',0,1673778805.8043,291,'','GET',403,0,700,0,1,'',0),('44.192.252.202',750845130,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ikGDRE8wdmnzoqOxUQNTJlXt',0,1673778806.1278,277,'','GET',403,0,700,0,1,'',0),('17.241.227.84',301065044,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','MbYQ1Cct2eu7Emr3Z0SWNqRX',0,1673778927.0393,265,'','GET',403,0,700,0,1,'',0),('3.236.75.2',65817346,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16979','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4eSGdPOLviq6B10EuHWwzZhg',0,1673779252.5615,233,'','GET',403,0,700,0,1,'',0),('44.200.239.70',751365958,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AaPdEoe4mNCt76k8sYhKfz1y',0,1673779284.8661,238,'','GET',403,0,700,0,1,'',0),('147.78.47.249',2471374841,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/105.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-content\\/plugins\\/wp-file-manager\\/lib\\/php\\/connector.minimal.php\"}','kzVqmu3lKoWbScCQ5JaIeL2f',0,1673779307.0175,234,'','GET',403,0,700,0,1,'',0),('34.234.164.168',585802920,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gy3CqMfxIFNQ5jW8LkJnloXT',0,1673779441.4689,247,'','GET',403,0,700,0,1,'',0),('44.199.207.116',751292276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TIdCyBRahHv0nKYsPMQVEeOD',0,1673779559.4841,268,'','GET',403,0,700,0,1,'',0),('44.204.123.25',751598361,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17163','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YC3FfDhV7XLPNKZH82ESioRq',0,1673779568.0670,243,'','GET',403,0,700,0,1,'',0),('44.199.207.116',751292276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17163','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QjnFckm0vLAo9YdeTM43NxXJ',0,1673779630.8317,228,'','GET',403,0,700,0,1,'',0),('3.237.69.91',65881435,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','P8Kxg2qb7DRQA0kIMJoBCZv5',0,1673779661.3238,249,'','GET',403,0,700,0,1,'',0),('44.203.81.169',751522217,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nMZ8jflKQTmL7EbkWGB6Dg3Y',0,1673779677.2176,267,'','GET',403,0,700,0,1,'',0),('3.215.117.232',64452072,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9wNWJOIyCaMtpU3HdR5AhD24',0,1673779779.9507,257,'','GET',403,0,700,0,1,'',0),('52.70.116.6',877032454,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','78xz3D6XwZOTqkvQbKVEeLlJ',0,1673779841.1043,269,'','GET',403,0,700,0,1,'',0),('44.203.22.118',751507062,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2306','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yFptJQjVSa2oGURBPxz8I43A',0,1673779985.3647,249,'','GET',403,0,700,0,1,'',0),('44.197.113.107',751137131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2936','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DbdInKTfyOUFAuw6JN14qP29',0,1673780069.3990,239,'','GET',403,0,700,0,1,'',0),('3.235.184.79',65779791,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18755','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gYRhu0yw8zeKpds1tTorAVD5',0,1673780083.6679,233,'','GET',403,0,700,0,1,'',0),('44.200.80.32',751325216,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18494','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','EUkV9dge0lQ5hZBGaTJfCRt2',0,1673780099.3302,221,'','GET',403,0,700,0,1,'',0),('18.205.38.104',315434600,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rWn4XEige7Of2FwjDG9SQIsb',0,1673780110.5049,213,'','GET',403,0,700,0,1,'',0),('54.81.71.147',911296403,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2936','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','P73Ec9oLGjFhqkMQ6SHO8isN',0,1673780189.5660,605,'','GET',403,0,700,0,1,'',0),('3.235.184.79',65779791,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13535','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','x8oCIeSP5p7bJHwW6LgDNd4l',0,1673780256.4699,236,'','GET',403,0,700,0,1,'',0),('18.205.38.104',315434600,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11325','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','F2wdJSXKLlt0BDReYO8r17gP',0,1673780285.5647,215,'','GET',403,0,700,0,1,'',0),('44.197.207.213',751161301,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19093','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','5cT41XMD3dpoAVqbe2t9FN6n',0,1673780309.2558,398,'','GET',403,0,700,0,1,'',0),('44.203.22.118',751507062,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13535','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oBFLNUedQfhsZXG5VcvqA2k3',0,1673780404.0967,295,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14842','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LxJV8UvCzdQDMwc91XR3mZiS',0,1673780425.4043,240,'','GET',403,0,700,0,1,'',0),('54.157.102.185',916285113,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17098','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tj3LYRIcVDO0dWfvu2z6e751',0,1673780501.2818,229,'','GET',403,0,700,0,1,'',0),('44.197.207.213',751161301,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0nuTBQbo7VOyA1CsjmYxWFGa',0,1673780665.2235,231,'','GET',403,0,700,0,1,'',0),('3.239.103.11',66021131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3880','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','mokt7C6YbJVUiWKhlf1RzFuG',0,1673780729.5966,230,'','GET',403,0,700,0,1,'',0),('100.24.124.164',1679326372,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Ec6Nla1QMnsy28wgtHIG97vh',0,1673780742.5733,216,'','GET',403,0,700,0,1,'',0),('44.213.64.198',752173254,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12599','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CJKHU3zjf6eX5MiTENxh8rFR',0,1673780797.3043,280,'','GET',403,0,700,0,1,'',0),('44.200.236.97',751365217,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=30255','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DbEWrAYPo7kmOQ4ndqfUGXeh',0,1673780956.7146,407,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4Z5maukt3x6hboHQ7ydBzJ9v',0,1673780974.9696,255,'','GET',403,0,700,0,1,'',0),('52.70.116.6',877032454,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Jiuhb01V92smDv3jzcrB67ZH',0,1673781114.4037,224,'','GET',403,0,700,0,1,'',0),('44.200.230.173',751363757,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15661','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','EP1qCgj3BMvy459adTwrkn0z',0,1673781161.6079,220,'','GET',403,0,700,0,1,'',0),('44.204.132.246',751600886,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18650','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Y4T8VKkl3DuczPGMrJWtaQCm',0,1673781316.7328,249,'','GET',403,0,700,0,1,'',0),('66.249.75.226',1123634146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18054','','{\"1\":\"Googlebot-Image\\/1.0\"}','tCTPzXpIfq7GRxEJdUmO2jWY',0,1673781390.9246,261,'','GET',403,0,700,0,1,'',0),('3.208.89.240',63986160,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15661','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fURc1YEnAK5oFzSdOey2ImWT',0,1673781693.0732,258,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','DPX67NHRmUOlaLdAJbqKw0T5',0,1673781739.9518,218,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','NnoHtX78fIreV1q3kyYuaURc',0,1673781747.0979,240,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','E5STf9UDsgxcqldmOwWvG7zF',0,1673781752.7598,213,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Bu9HsAPEiaV5IChydfDeM30p',0,1673781760.9105,348,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','VnrJG5uDg6aKfkdXzF4Ievx9',0,1673781819.6693,233,'','GET',403,0,700,0,1,'',0),('3.236.75.2',65817346,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16882','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2MR0HP34ITebSwYACZVnBurK',0,1673781822.2133,242,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','feU1JqKFl3nYzmubycW6R89A',0,1673781823.2620,181,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','BCd09hEb6MkUTFXx17q3QO5I',0,1673781842.6309,198,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','JrFPBdXvg72eAHjMtInsElY4',0,1673781843.8535,200,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','R9ThfqA1OwclC38aHEr5Q4Vi',0,1673781852.7957,233,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TSuADMXjv3pWtyIoEbGVsd7g',0,1673781858.6853,228,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','X9MLR80htlsT51ErJyVaj6Kn',0,1673781859.4594,227,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qTafd3NAOCRytcPb5FVgpzK8',0,1673781865.6002,255,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','UPKVY83O6vDzZjgSht1u0EeH',0,1673781872.5446,261,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','t1EhlSHMmkjIWvBybe7A2dF3',0,1673781916.9577,228,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','JFXhbcgYuLWINOqZmG2BQSn4',0,1673781940.5801,260,'','GET',403,0,700,0,1,'',0),('78.128.113.142',1317040526,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','J6V4ftHuDjSiqA31gpornsXe',0,1673781964.9725,266,'','GET',403,0,700,0,1,'',0),('44.200.236.97',751365217,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16882','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3fLRErZ5NTaK1l6GCnuAiIdp',0,1673782220.7192,253,'','GET',403,0,700,0,1,'',0),('44.199.216.66',751294530,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18381','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Af4YtbmMhBVjuXFpPw73ynW0',0,1673782423.1810,229,'','GET',403,0,700,0,1,'',0),('34.205.133.73',583894345,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19170','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HYrhFlIMfukNtzbXwRUV2pmv',0,1673783235.2507,222,'','GET',403,0,700,0,1,'',0),('34.205.172.7',583904263,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jzMeU9PR5dmAu4E36sV7wXqB',0,1673783315.7778,241,'','GET',403,0,700,0,1,'',0),('3.238.155.233',65969129,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19170','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','G1yhBwFLPWSTatpu7M52nxUk',0,1673783657.5214,219,'','GET',403,0,700,0,1,'',0),('17.241.75.203',301026251,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18149','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','J7u6x5Kj8EHqSNGcQwvdX9sf',0,1673784020.1593,241,'','GET',403,0,700,0,1,'',0),('17.241.219.16',301062928,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14798','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','PU5ZLz9X276qn8KFo3kufMWA',0,1673785003.7144,219,'','GET',403,0,700,0,1,'',0),('109.248.175.208',1845014480,'','https://sleepingsolutions.co.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','uf9w4J82eLvYmaC0AIyTMrPi',0,1673785450.0914,286,'','GET',403,0,700,0,1,'',0),('3.237.69.91',65881435,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15866','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AhSdz3rxVLgZksWM268IYcQR',0,1673785691.8678,229,'','GET',403,0,700,0,1,'',0),('44.204.214.181',751621813,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jybJ6tuQ7AsFwRCaIngXpBH0',0,1673785790.8082,233,'','GET',403,0,700,0,1,'',0),('3.235.184.79',65779791,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18891','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HB1XPSmZR0GtCauYl56rK3bM',0,1673785837.0276,235,'','GET',403,0,700,0,1,'',0),('3.236.203.177',65850289,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tYBWNyIsqVgSzweTG1monfJb',0,1673785843.8583,249,'','GET',403,0,700,0,1,'',0),('44.204.199.117',751617909,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17008','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1FurSJfacW3sOI7TdHQvDKEl',0,1673785885.0972,245,'','GET',403,0,700,0,1,'',0),('44.203.29.56',751508792,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','obqhpwv3ms4g6xL0EdeOSCAz',0,1673785886.8595,274,'','GET',403,0,700,0,1,'',0),('44.197.207.213',751161301,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15866','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FM0JA3vK7q8DV5jzBINCSXrU',0,1673785891.9850,230,'','GET',403,0,700,0,1,'',0),('54.165.62.171',916799147,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18891','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WoLcxOtb9N4d0SnlHCvqeIQR',0,1673786025.3665,391,'','GET',403,0,700,0,1,'',0),('44.204.246.169',751629993,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3hyI46ksBZYRxglTUPQdm7vE',0,1673786073.5961,220,'','GET',403,0,700,0,1,'',0),('54.160.23.76',916461388,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=aandi=2921','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Nc7ik2faxCdDw9bG5I1ZhpFt',0,1673786135.9080,233,'','GET',403,0,700,0,1,'',0),('54.236.34.172',921445036,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16876','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QcTswjXE3ivZdA7N4RKMOuFp',0,1673786567.0380,282,'','GET',403,0,700,0,1,'',0),('44.202.179.64',751481664,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11212','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zALPJ7alcyXSYe0xrvHgVOmN',0,1673786810.9899,238,'','GET',403,0,700,0,1,'',0),('54.160.23.76',916461388,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16876','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iQk2d1lTLXbJYRo5h7yGfvZn',0,1673786885.1232,230,'','GET',403,0,700,0,1,'',0),('44.192.43.78',750791502,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TpQA1FjBn6JuxiKIzf3XsLlC',0,1673787231.9807,234,'','GET',403,0,700,0,1,'',0),('54.157.102.185',916285113,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9658','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vb4msNkZqcxd0TXKpWeaESzI',0,1673787282.9457,220,'','GET',403,0,700,0,1,'',0),('34.234.164.168',585802920,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0KhSynYdG6oga3HsNI2TlQbU',0,1673787543.4485,295,'','GET',403,0,700,0,1,'',0),('54.81.245.55',911340855,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3612','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kzu50HJiVPUQXlTneAq6LwSC',0,1673787662.7270,222,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3612','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uvHdsjrI1pQl96xbaVn2K7eM',0,1673787836.8358,242,'','GET',403,0,700,0,1,'',0),('17.241.75.185',301026233,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19093','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','7KeRBaZ8HlUFcsyidxQADp6n',0,1673787931.5637,232,'','GET',403,0,700,0,1,'',0),('3.80.254.116',55639668,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IXr1Gl6DyzcjbPJinQHL5sRg',0,1673788850.5719,257,'','GET',403,0,700,0,1,'',0),('18.234.70.241',317343473,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jscEPf0AytIYnNDaTOmdUhKe',0,1673788924.8368,254,'','GET',403,0,700,0,1,'',0),('52.70.116.6',877032454,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3xB10fKbyFPwh4M6R5Sazlop',0,1673789012.4280,238,'','GET',403,0,700,0,1,'',0),('54.83.168.6',911452166,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3GMXnd2B8VTqHAFWgY09vszL',0,1673789246.4992,413,'','GET',403,0,700,0,1,'',0),('3.231.58.88',65485400,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TeMOPRCdIDckoZxmih6vqjUE',0,1673789397.7238,289,'','GET',403,0,700,0,1,'',0),('54.80.114.191',911241919,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','NWikDAvybfQoEdu7eO0C4xLT',0,1673789424.6425,238,'','GET',403,0,700,0,1,'',0),('44.204.216.216',751622360,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','OChDQMtEnSP0aLzyuvr3lYgV',0,1673789733.9613,253,'','GET',403,0,700,0,1,'',0),('44.200.93.241',751328753,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=343','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IbmU3uHktZn6wocBFOlyV9dL',0,1673790079.6289,256,'','GET',403,0,700,0,1,'',0),('54.165.102.238',916809454,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=343','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eFTpDCMZ9lL8myn43ocSh7zB',0,1673790225.2628,278,'','GET',403,0,700,0,1,'',0),('3.81.125.44',55672108,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8HJyjVg2e6SYcUu047DOBwNI',0,1673790491.1629,240,'','GET',403,0,700,0,1,'',0),('54.198.97.235',918970859,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14267','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bxzkAJmR0Wt8qIYQ4DZu9lVL',0,1673790534.2988,466,'','GET',403,0,700,0,1,'',0),('3.93.2.32',56427040,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14267','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7Mm3jUJPROeW2VgN980Eu4Ss',0,1673790589.2857,249,'','GET',403,0,700,0,1,'',0),('17.241.227.101',301065061,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14757','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','FyozkLvOasjHEATJV7WgBPeu',0,1673790795.3540,243,'','GET',403,0,700,0,1,'',0),('44.212.52.169',752104617,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11641','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yTLWunBCOE563ighpk1A0Ia7',0,1673790905.4281,218,'','GET',403,0,700,0,1,'',0),('100.26.148.130',1679463554,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18990','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pWr0li3UROjDHChaIMdNX6QY',0,1673791657.9924,292,'','GET',403,0,700,0,1,'',0),('18.215.248.200',316143816,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14762','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','daDSvi5EZNYhuX1fx9g27pMq',0,1673791717.9692,283,'','GET',403,0,700,0,1,'',0),('3.85.6.160',55903904,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5497','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WECXr4RpHZix8N6MPqUtwna7',0,1673791930.7112,259,'','GET',403,0,700,0,1,'',0),('18.205.38.104',315434600,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1227','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FbLnTEu4AQs7lfejxptv9UIa',0,1673792045.0948,274,'','GET',403,0,700,0,1,'',0),('18.205.59.243',315440115,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18990','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Qe5REhBsr3tw9XbHU2gPiDz4',0,1673792048.7225,242,'','GET',403,0,700,0,1,'',0),('3.239.80.134',66015366,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14852','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xpdO9IhzBKoUniTacfwZrG5H',0,1673792117.3610,229,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18995','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KYxRuZdk4SVIGrTyLhzHXq2B',0,1673792219.6839,253,'','GET',403,0,700,0,1,'',0),('17.241.75.13',301026061,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18234','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','rfID8Ev4AVChpzeFtb5ZRqOc',0,1673792609.0287,220,'','GET',403,0,700,0,1,'',0),('54.165.102.238',916809454,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16237','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uV3Y8iCwJ9MQShj5g7Xc0UrK',0,1673793711.3440,222,'','GET',403,0,700,0,1,'',0),('3.85.6.160',55903904,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11644','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jrtIPLVHbQwAeB8gNqCa7RsJ',0,1673793748.9453,241,'','GET',403,0,700,0,1,'',0),('18.207.175.232',315600872,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16237','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','12CJx9mYBUi0lNTjQse38PZE',0,1673793834.0234,248,'','GET',403,0,700,0,1,'',0),('17.241.219.111',301063023,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3030','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','QuR3E5M9lSa14LTiv6zsZnWx',0,1673793837.5683,195,'','GET',403,0,700,0,1,'',0),('18.207.175.232',315600872,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2736','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9lby4t3OncPe1X0MxrmvufYT',0,1673794525.9442,279,'','GET',403,0,700,0,1,'',0),('3.237.181.171',65910187,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2736','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vL5cTEbGuejWRV0XyYCN1zsk',0,1673794723.8174,327,'','GET',403,0,700,0,1,'',0),('44.204.214.181',751621813,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ugDRKnVdSt7c4ok23AZHwP9Q',0,1673794860.6133,220,'','GET',403,0,700,0,1,'',0),('3.80.254.116',55639668,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15857','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vg0p8eBbEK3fdOCZoPlnNrmX',0,1673794982.2553,239,'','GET',403,0,700,0,1,'',0),('34.205.133.73',583894345,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8ngAzyUTpakuQWNSqlGowLmB',0,1673795041.0522,334,'','GET',403,0,700,0,1,'',0),('3.92.78.30',56380958,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15857','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','g1nUzb6yXCNl5DjqKt4V73c2',0,1673795102.9185,289,'','GET',403,0,700,0,1,'',0),('3.89.193.124',56213884,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','34VJaXjMC5uhxKfTEnZqFegP',0,1673795156.0855,281,'','GET',403,0,700,0,1,'',0),('213.205.242.72',3587043912,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','uM8aRqCxQo1k3FT6Az7OKiNy',0,1673795219.7262,247,'','GET',403,0,700,0,1,'',0),('213.205.242.72',3587043912,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','YvcDCwRTMOm8l05Pzdr1nNQW',0,1673795219.8312,218,'','GET',403,0,700,0,1,'',0),('3.91.3.84',56296276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','liEdJbDz1gVNCnG92PhoaU8T',0,1673795379.2665,221,'','GET',403,0,700,0,1,'',0),('34.200.240.234',583594218,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UKzvNlaeq1LYOfjE28MCRyc6',0,1673795408.5087,218,'','GET',403,0,700,0,1,'',0),('3.85.6.160',55903904,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3741','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FdCQT3lwi7paum9H28yBGcVA',0,1673795483.9812,250,'','GET',403,0,700,0,1,'',0),('3.209.81.64',64049472,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14858','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bhd3a9iNSlvZW5EjCReFJzck',0,1673795496.3493,236,'','GET',403,0,700,0,1,'',0),('100.27.39.36',1679501092,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14858','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6NdMXaJ3QOBr8KCeRxpoh2nD',0,1673795593.7081,233,'','GET',403,0,700,0,1,'',0),('44.199.216.66',751294530,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1197','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lGZEWCL1t648UKdQOXfma0Tg',0,1673795661.1311,235,'','GET',403,0,700,0,1,'',0),('3.91.170.197',56339141,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16235','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GUcAQLRDpBzFuCYsT9rxV5dl',0,1673795741.0394,400,'','GET',403,0,700,0,1,'',0),('184.72.188.31',3091774495,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18152','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6Lnk3WHfUbtdG94eYyqc5uPV',0,1673795851.3143,261,'','GET',403,0,700,0,1,'',0),('18.212.107.187',315911099,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','atEHj5R3OoMbry7T4VhisZFX',0,1673795855.9172,231,'','GET',403,0,700,0,1,'',0),('54.242.42.113',921840241,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MofiF42QRwzrcp36BKxHeXCE',0,1673795990.5179,274,'','GET',403,0,700,0,1,'',0),('44.200.93.241',751328753,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14878','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LvX4uMziUSD9CwYJ1cZAEQyP',0,1673796022.1188,273,'','GET',403,0,700,0,1,'',0),('34.201.22.232',583603944,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12451','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uxhkQbRm2MjeKvsEqaD9onNy',0,1673796107.5684,223,'','GET',403,0,700,0,1,'',0),('54.167.239.64',916975424,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14878','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','E8U7meOVhR9aICu32lBXgZ5N',0,1673796243.3115,215,'','GET',403,0,700,0,1,'',0),('3.81.125.44',55672108,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17070','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Gzk4ZynLWrQheNjaU9305upJ',0,1673796285.5953,296,'','GET',403,0,700,0,1,'',0),('44.193.81.121',750866809,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QeLMFJqkyHlvtBUznNXaAZDV',0,1673796375.0342,251,'','GET',403,0,700,0,1,'',0),('82.132.227.199',1384440775,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','pDtsJz1IHXF9jLy2TWd5oU4G',0,1673796654.9042,274,'','GET',403,0,700,0,1,'',0),('82.132.227.199',1384440775,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/108.0.5359.112 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','xPHt2ikgjnA7QXhelzVC0Ibs',0,1673796654.9922,233,'','GET',403,0,700,0,1,'',0),('44.200.80.32',751325216,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','R4uLkwPbs5hWEZqDg7Gmecny',0,1673796699.3307,257,'','GET',403,0,700,0,1,'',0),('44.193.81.121',750866809,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','VRP2ftXd3iBgoc4erzIDvkyl',0,1673796718.7131,256,'','GET',403,0,700,0,1,'',0),('54.172.98.198',917267142,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14878','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','f7NxglKmbyWO2a3ds41P5vVn',0,1673796842.0667,252,'','GET',403,0,700,0,1,'',0),('54.198.97.235',918970859,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sDSvoqMLRrxg8Z73chFKwW6U',0,1673796887.8075,224,'','GET',403,0,700,0,1,'',0),('54.242.42.113',921840241,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16980','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bRq4ZvX5kiIFoKgetJuNV3Ls',0,1673797007.2391,281,'','GET',403,0,700,0,1,'',0),('54.81.71.147',911296403,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gyRPLONArXolqxE9MQT57YFt',0,1673797012.1525,250,'','GET',403,0,700,0,1,'',0),('34.228.227.231',585425895,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18647','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TXSJEQ143dpM8fkzO6WVyci7',0,1673797059.3207,224,'','GET',403,0,700,0,1,'',0),('54.242.114.127',921858687,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LwzJPURVIXmockNj7tslDbrW',0,1673797374.1354,253,'','GET',403,0,700,0,1,'',0),('54.224.206.150',920702614,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7xj2ogzEIJGKTaYFAVBhUbQ0',0,1673797405.3174,233,'','GET',403,0,700,0,1,'',0),('44.200.93.241',751328753,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12099','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pyMH2JGgaXntVkFBjOwbR8s9',0,1673798094.5626,224,'','GET',403,0,700,0,1,'',0),('100.26.148.130',1679463554,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Fprk7flgdRD0c2t4EmMIQwvL',0,1673798478.2430,225,'','GET',403,0,700,0,1,'',0),('3.91.3.84',56296276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17205','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tdxsP6SMbQ8kmp0qO2IzVojR',0,1673798736.8201,237,'','GET',403,0,700,0,1,'',0),('54.88.226.95',911794783,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18998','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rdthwKqJM5epZkv1fVgI7cl3',0,1673799047.4277,263,'','GET',403,0,700,0,1,'',0),('3.91.170.197',56339141,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18998','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','r9QjaVvNZbgzG5A8kfM1m07d',0,1673799078.7644,270,'','GET',403,0,700,0,1,'',0),('44.205.2.1',751632897,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18241','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','t9Ersea3uiwAjZLxGp4S07Tf',0,1673800081.8937,244,'','GET',403,0,700,0,1,'',0),('18.232.177.192',317239744,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RpAJ6ZtjF3H8D5Ezv1qyYmxc',0,1673801228.6830,234,'','GET',403,0,700,0,1,'',0),('184.72.188.31',3091774495,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16976','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RAdoCOiuYLwh3SmvX07yfTMU',0,1673802135.6747,269,'','GET',403,0,700,0,1,'',0),('3.89.193.124',56213884,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=aandi=2254','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rfQ0Eh6KFgtqjPdSHupesnvw',0,1673802285.2157,354,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','r6l7ULM4p05b2sacTF3WYhAB',0,1673802301.6601,248,'','GET',403,0,700,0,1,'',0),('3.91.3.84',56296276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1951','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oSgL8tbK4eQBTM2A0GkWimZu',0,1673802318.0427,227,'','GET',403,0,700,0,1,'',0),('3.91.170.197',56339141,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18035','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iKWavpIFQgJ9mNoGw8yzhZ5Y',0,1673802527.4511,233,'','GET',403,0,700,0,1,'',0),('41.251.178.115',704361075,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','Z4xJQbkI1XMwtGzuPaS7YKmi',0,1673802713.9950,217,'','GET',403,0,700,0,1,'',0),('44.205.2.1',751632897,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=22564','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TLhYwmC8zySakBrZbvJfQMWF',0,1673802853.9852,242,'','GET',403,0,700,0,1,'',0),('35.172.164.254',598516990,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16976','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kGFwnmPpt8rJRMZzK136H9fa',0,1673803318.4693,255,'','GET',403,0,700,0,1,'',0),('44.200.185.50',751352114,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4735','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ipSCLkaQ01tHUnuBgVw6AoXy',0,1673803577.6322,259,'','GET',403,0,700,0,1,'',0),('44.197.238.185',751169209,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=aandi=2254','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wLMDSFqE1x6uYjGe7ypPKmI5',0,1673803670.5223,991,'','GET',403,0,700,0,1,'',0),('41.251.178.115',704361075,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.28.1\"}','1v3Xe2nGqZmJ9cwafpTsbiRD',0,1673804345.5851,231,'','GET',403,0,700,0,1,'',0),('44.192.64.143',750796943,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=672','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IzyAb16iVgxGteLKF5rTwd3f',0,1673804656.1576,399,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18059','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oCcSGvTJadIB3D0Ff5zNtuW9',0,1673805053.9783,232,'','GET',403,0,700,0,1,'',0),('44.192.64.143',750796943,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=658','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WD2NPM8rmo9KGwtY6yOgHfET',0,1673805087.7803,182,'','GET',403,0,700,0,1,'',0),('3.235.184.79',65779791,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4426','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','NFmdgu2IBGL3ElXbAyaJUenT',0,1673805159.7378,241,'','GET',403,0,700,0,1,'',0),('44.211.241.112',752087408,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4735','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BplX9Rmrcwz0xnVakTsvSfqu',0,1673805404.9838,221,'','GET',403,0,700,0,1,'',0),('3.94.81.102',56512870,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SvVTpZMzGaDONcIjsBbQxn2A',0,1673805807.8058,722,'','GET',403,0,700,0,1,'',0),('44.200.38.103',751314535,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11335','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rPQU629bflRLdxIZ8Nov5Skn',0,1673806736.7053,261,'','GET',403,0,700,0,1,'',0),('3.89.193.124',56213884,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18365','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','puCe0BHIKs5MdqPkEX18v2bj',0,1673806895.1752,230,'','GET',403,0,700,0,1,'',0),('3.236.38.117',65807989,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zlX8A4bNLsOjQnVDtKeI5f6a',0,1673807063.8466,227,'','GET',403,0,700,0,1,'',0),('44.200.239.70',751365958,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18170','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TF6SVq3kXHgfswYmKUzBj2ML',0,1673807310.4316,250,'','GET',403,0,700,0,1,'',0),('44.192.64.143',750796943,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Uc7TrQSxkPsdb2vjO3nyq0ua',0,1673807378.4492,269,'','GET',403,0,700,0,1,'',0),('18.234.70.241',317343473,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3892','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dL4fGWqbTm2XHnKSrjVQON5Z',0,1673807392.9200,206,'','GET',403,0,700,0,1,'',0),('34.227.97.23',585326871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=672','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MNmOsSn3rGQVLDzZUalYpA1q',0,1673807399.0404,240,'','GET',403,0,700,0,1,'',0),('44.200.185.50',751352114,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4426','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','75LOMrfvleR9KYXAUQkaJGmT',0,1673807681.1257,242,'','GET',403,0,700,0,1,'',0),('18.215.240.93',316141661,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18059','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ugjZVRaqtkLWyl13X04YwJxN',0,1673807747.6964,240,'','GET',403,0,700,0,1,'',0),('44.212.52.169',752104617,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11644','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RhdoPAn2tEKWZlb8OeqjcwXp',0,1673807794.2134,224,'','GET',403,0,700,0,1,'',0),('3.235.196.216',65783000,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18477','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','OgDEuRFGUNvb1cj3CZoAQWJ8',0,1673807844.4427,234,'','GET',403,0,700,0,1,'',0),('18.234.70.241',317343473,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18942','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FnLkZDAo0Ypv8BSPhXaIU1eq',0,1673808109.7542,266,'','GET',403,0,700,0,1,'',0),('3.81.125.44',55672108,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GdzaAhp4RnXQBFMZrfS96HOT',0,1673808544.8547,270,'','GET',403,0,700,0,1,'',0),('3.239.208.96',66048096,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','NucfwjmObyFWZH0iedV7n2Ig',0,1673808630.2454,263,'','GET',403,0,700,0,1,'',0),('35.153.142.90',597266010,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UQoIr6xBCaiJw3EMVu7LXvhF',0,1673808805.5786,220,'','GET',403,0,700,0,1,'',0),('54.83.168.6',911452166,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18908','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eRfGd0vAgquDaN3w721mFblE',0,1673808877.8295,251,'','GET',403,0,700,0,1,'',0),('3.239.80.134',66015366,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13892','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','mV7rpfiR2gFTGtqByZhXP1KJ',0,1673809454.5384,220,'','GET',403,0,700,0,1,'',0),('3.239.86.101',66016869,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4580','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZavlApWnuisBGOdJ96R71hSk',0,1673809487.4489,224,'','GET',403,0,700,0,1,'',0),('54.198.97.235',918970859,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=24125','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XTdBnR5KVLAwZG64soyHqijF',0,1673809598.5768,218,'','GET',403,0,700,0,1,'',0),('44.204.123.25',751598361,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11826','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','K53Roxn7pXSWcEjuI9JPAmr0',0,1673810045.6911,241,'','GET',403,0,700,0,1,'',0),('3.239.119.234',66025450,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=aandi=2269','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tMvulgUwdjfK1q8GBnszN4AE',0,1673810307.3252,215,'','GET',403,0,700,0,1,'',0),('3.81.125.44',55672108,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3892','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rdJS51o8w20xIaYByW9smCPi',0,1673810445.4570,221,'','GET',403,0,700,0,1,'',0),('3.88.136.113',56133745,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18477','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fJvMY8kKRXuUFTqaWDlOrbxP',0,1673811015.9796,248,'','GET',403,0,700,0,1,'',0),('44.211.241.112',752087408,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LHDtnVOafjXKIQF6Bkhvi8gS',0,1673811052.8941,223,'','GET',403,0,700,0,1,'',0),('157.55.39.75',2637637451,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12466','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','LS7xe6h3CzubqaKo0IEOVtcH',0,1673811067.9225,224,'','GET',403,0,700,0,1,'',0),('157.55.39.187',2637637563,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12467','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','V7BrvbJSZfh1Q6e9IKY8OwnF',0,1673811070.7182,194,'','GET',403,0,700,0,1,'',0),('18.212.107.187',315911099,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16858','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RVc4tkWZyzNEDCOXamSe1qI5',0,1673811347.0738,227,'','GET',403,0,700,0,1,'',0),('3.94.81.102',56512870,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bBngJrvuYiV2QFC3eILkh94K',0,1673811579.5299,253,'','GET',403,0,700,0,1,'',0),('44.204.216.216',751622360,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ve4kLuliOBCxhA7fSWFw8YMz',0,1673811912.2638,241,'','GET',403,0,700,0,1,'',0),('3.81.125.44',55672108,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18240','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','aTr8ifoZNnHLkl07e3XmRDIF',0,1673812030.0785,231,'','GET',403,0,700,0,1,'',0),('3.209.81.116',64049524,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9197','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HL4ZRITrwS6QkYAvV8jyd9cx',0,1673812065.1623,244,'','GET',403,0,700,0,1,'',0),('35.172.164.254',598516990,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18033','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uKdazO4HQgmeCEG1vLRkbscZ',0,1673812365.1951,231,'','GET',403,0,700,0,1,'',0),('34.200.240.234',583594218,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18908','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oOpKixXBTnyzmD3c2rMdvG4F',0,1673812401.9158,215,'','GET',403,0,700,0,1,'',0),('54.242.97.253',921854461,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14874','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PEsqNKHzOG7AocCRmSxFyUnM',0,1673812908.3317,234,'','GET',403,0,700,0,1,'',0),('3.239.119.234',66025450,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wUtsl5mPQADC92Fx7pM0vRjK',0,1673812950.8704,425,'','GET',403,0,700,0,1,'',0),('3.91.3.84',56296276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0JhkWyGSwLvT1Es4NbOjcUo7',0,1673813181.6836,239,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17292','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','m5q7kFPHOgnzwEdQjl0h93er',0,1673813386.6391,682,'','GET',403,0,700,0,1,'',0),('3.235.196.216',65783000,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=24125','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vtOmr5MkwCXb3ZIjixsDzETN',0,1673813397.7415,220,'','GET',403,0,700,0,1,'',0),('44.210.20.26',751965210,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18380','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ehKNJwMjbxvc9XW1amVdFGoD',0,1673813541.6598,229,'','GET',403,0,700,0,1,'',0),('3.239.119.234',66025450,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18241','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8geyLuzCoXWBrakp93P7UH2F',0,1673813555.1624,260,'','GET',403,0,700,0,1,'',0),('44.211.241.112',752087408,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4580','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2uiKIRcYlJwxPdCzBnXp9E0f',0,1673813597.3961,243,'','GET',403,0,700,0,1,'',0),('34.227.97.23',585326871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10325','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WkB4bVRjrq8Za73MfSdz6OtG',0,1673813632.8462,229,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QFh9oOawKCicHsbg2IMtuvX0',0,1673813716.7199,360,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','qLX2yPG8Dl1Y9unxZT0zvkNA',0,1673813718.1514,218,'','POST',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/phalieqt.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\"}','1xPdzZWJ0ysBE4Mgu6QCnXvi',0,1673813718.5843,230,'','GET',403,0,700,0,1,'',0),('3.81.56.185',55654585,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4amfxeUdzyHT9i8QKXDuVhJn',0,1673814025.8762,229,'','GET',403,0,700,0,1,'',0),('34.228.227.231',585425895,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15867','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','q71XZzEVwpCMJfSePWadoUHv',0,1673814049.2893,451,'','GET',403,0,700,0,1,'',0),('3.236.144.244',65835252,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16066','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','mhBAJTWMEV0FGLxq15lDOa3S',0,1673814335.0057,234,'','GET',403,0,700,0,1,'',0),('3.91.170.197',56339141,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19160','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3PSbwYQM5f7seJzDNmxn6Adj',0,1673814427.9743,3297,'','GET',403,0,700,0,1,'',0),('3.239.80.134',66015366,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18235','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WBTmIyK2XADR4zvNHwEMthGx',0,1673814506.9276,3197,'','GET',403,0,700,0,1,'',0),('44.212.52.134',752104582,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13579','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','quHxS3n8vCawO2eWjV0N95Ai',0,1673814597.1424,2934,'','GET',403,0,700,0,1,'',0),('82.29.88.209',1377654993,'','https://www.sleepingsolutions.co.uk/home.php?cat=9133','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','o0OjnFWkwlMDJHPmgfits1CK',0,1673814708.6977,3509,'','GET',403,0,700,0,1,'',0),('82.29.88.209',1377654993,'','https://www.sleepingsolutions.co.uk/home.php?cat=9133','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.0.1 Mobile\\/15E148 Safari\\/604.1\"}','kOiy6FvmSX827ZHY3cLNKTEB',0,1673814738.6962,2824,'','GET',403,0,700,0,1,'',0),('54.157.114.51',916288051,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17132','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9DqXZhbPUplv20jkcMYuQnzB',0,1673814842.7035,3308,'','GET',403,0,700,0,1,'',0),('44.212.52.169',752104617,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UEwdGpeSiJsNaX1ZFHyWxMul',0,1673814894.8314,2936,'','GET',403,0,700,0,1,'',0),('44.200.112.174',751333550,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18946','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Lz9nhl8GiaTmqgSKeU4dBMCW',0,1673814922.2902,2875,'','GET',403,0,700,0,1,'',0),('3.80.159.148',55615380,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9399','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CtmH2boDnAR4d8sQjU9vz3IL',0,1673815271.4543,2586,'','GET',403,0,700,0,1,'',0),('3.238.223.21',65986325,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sNIl0ZMQK4Y9SFypoj5UHrJe',0,1673815369.5502,3187,'','GET',403,0,700,0,1,'',0),('107.23.244.171',1796732075,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rwadJ9jEiAv0pXtSCYTNyfex',0,1673815966.0504,3090,'','GET',403,0,700,0,1,'',0),('3.91.3.84',56296276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19171','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','57R63nVEuvofatOXAGBMxTPL',0,1673816013.6344,3175,'','GET',403,0,700,0,1,'',0),('44.203.105.167',751528359,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18941','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TQ4JLSPpiVghWXy3vuzEoAK5',0,1673816092.6909,3405,'','GET',403,0,700,0,1,'',0),('107.23.244.171',1796732075,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17183','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zXE9qLiAoHTV1CFdrRvl7DmU',0,1673816652.5102,3111,'','GET',403,0,700,0,1,'',0),('3.238.5.189',65930685,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9197','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bBxicm8ICaDsXWFkz9ZSpK07',0,1673817675.4527,2340,'','GET',403,0,700,0,1,'',0),('44.192.48.146',750792850,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18650','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6t2iYq9yOSoUg0WM45nbLh1l',0,1673817864.0107,2246,'','GET',403,0,700,0,1,'',0),('52.90.226.62',878371390,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14853','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lsBNOhkidgQRxmeCA5w916zp',0,1673817905.8662,2703,'','GET',403,0,700,0,1,'',0),('44.192.64.143',750796943,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18240','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QBLVdGr18EgsWAOPUuRih7vS',0,1673818194.3840,617,'','GET',403,0,700,0,1,'',0),('44.204.123.58',751598394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18648','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KlAfU4OiJI67Bwp3dyajtbrS',0,1673818623.6153,640,'','GET',403,0,700,0,1,'',0),('54.165.102.238',916809454,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10007','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9Kl4SCfktDi2rYc6Ad3jQ01o',0,1673819809.3075,225,'','GET',403,0,700,0,1,'',0),('18.215.240.93',316141661,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14874','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','v6uNpHwi4UADbFcBxWoGERQK',0,1673819870.9073,269,'','GET',403,0,700,0,1,'',0),('34.228.227.231',585425895,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hkIjRWdmBZGHKvUpVnuPw5MO',0,1673820686.3669,233,'','GET',403,0,700,0,1,'',0),('44.205.2.1',751632897,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1959','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','O1ywaW2IsXdPe4t759ZKgBJv',0,1673820733.4162,227,'','GET',403,0,700,0,1,'',0),('54.161.30.122',916528762,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18652','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ve45dugGCIiMJDxkS6Pf8rU2',0,1673820941.1555,235,'','GET',403,0,700,0,1,'',0),('44.200.197.52',751355188,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15914','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6m5nDaIUtgAYMPSCpiLhfTV3',0,1673821062.0225,278,'','GET',403,0,700,0,1,'',0),('3.209.81.116',64049524,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18699','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','n3wbQHKUYuelcoJhFp1gaE7R',0,1673821351.0507,194,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=658','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tkdmUbB1pzVCKW5oynDPLg72',0,1673821452.0370,233,'','GET',403,0,700,0,1,'',0),('3.235.199.206',65783758,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17292','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PwcJKoqsV0jzrkta4DHWZiNB',0,1673821676.5190,225,'','GET',403,0,700,0,1,'',0),('35.153.142.90',597266010,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18380','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','A2GCQWbq6w7rdXl5pDyoxeT8',0,1673822081.8872,249,'','GET',403,0,700,0,1,'',0),('23.20.51.162',387199906,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sQqkWOvG1YPSpaCK9ITH8jU7',0,1673822308.2029,264,'','GET',403,0,700,0,1,'',0),('54.224.206.150',920702614,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15867','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ztpoWSAsJEHFuQ8Yq14jBfwK',0,1673822320.8365,219,'','GET',403,0,700,0,1,'',0),('44.204.214.181',751621813,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18463','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','F7igfeSns4pZHvqNDEOP2QGM',0,1673822444.0645,244,'','GET',403,0,700,0,1,'',0),('90.196.124.5',1522826245,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4635','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','GxAB3tf5JN9MHhlYgpczu8ZO',0,1673822906.6852,237,'','GET',403,0,700,0,1,'',0),('34.201.22.232',583603944,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','19hNVwQp527RsmjeIGHuLJyi',0,1673823226.2191,236,'','GET',403,0,700,0,1,'',0),('54.161.30.122',916528762,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wAn9CmDEr7J81WfxF6j4z3ls',0,1673823652.7688,252,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gXGODtFn2ZyWsox8bdLK65Hi',0,1673823951.1942,2726,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8pQLB39u6xGkKqmNbJZvVdyH',0,1673823954.5792,2450,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NnPvtyQFMg0zOkHIXsUADWlL',0,1673823957.5849,2619,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jpOJm0EKhRPLXoaexikwGunQ',0,1673823960.7395,2988,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yzSKcMekvgiVId0u9o1RlDQ3',0,1673823964.1494,2762,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3q2lJDiRjYnuLBhd1SGtT9XN',0,1673823967.3679,3083,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Dd0uytCjrnWqcFELB9GHVvXl',0,1673823970.9077,2920,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LoSeGdsfg214h0AT8ktv7EOR',0,1673823974.2872,2704,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EvCe1SohfNFZwOk9J8pgHI3Q',0,1673823977.5924,2460,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZOWJACx8ei6tp4qN0hVQH7c1',0,1673823980.7921,2408,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EhbBCmAKSTX864ngLy7qPJ3i',0,1673823984.0981,2907,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x5BuyXwO2kodWnmpGvPJ6ifE',0,1673823987.8121,2805,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fOVciZACB4pIUYj85JyKDTbx',0,1673823991.7642,2739,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hbMHqXZdSkT1AiIUlBDYPWy9',0,1673823994.9131,2658,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IGWYkqQm0pxaXU3e6y81JftO',0,1673823998.1051,2775,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AOTazE2hbgGVu9e105UwXSxZ',0,1673824001.2791,2706,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CsV5YWAtBvFm0j4GaIToueKQ',0,1673824004.8638,3070,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XdmaOq7DblcgIno9HfFvxzPL',0,1673824008.5271,3092,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bErWkhHt7j5CRfD9woaS6TlY',0,1673824012.5040,2821,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6IkwET4rOyUmKA0RxNFClaqX',0,1673824015.7608,2366,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cVFYCkOr1SPHovy79b4zKlGM',0,1673824019.1352,2674,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zdRK1gD5ScavHi7rZNfIxT0J',0,1673824022.6731,2793,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9Xa8zg1ybhtHoj5Wm7Ui2TJl',0,1673824026.3911,2051,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZkGuAgqBoFr10jLW2Qc9b3Ih',0,1673824029.1642,2331,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sQqhyGNE8PodJf9SYpFA4aXT',0,1673824031.9380,2560,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9YBfGiU42FAL7VseTomEt0Hj',0,1673824034.8770,2550,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kvMpY8HITXmtQzcSiEPWOlrD',0,1673824037.9150,2927,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QdnSjf209gUs8ykMxmXwOzAP',0,1673824041.2476,2608,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xgGw08DoJMkqYEvapt4L5C7W',0,1673824044.3041,2808,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lpy2jg3JowKAmtDaSUlnZR1E',0,1673824048.1177,3436,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mLjvBWt0sXu5V1SlYik2UnJP',0,1673824052.3849,2598,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZvB4HO5TFoPCUifJuXN6xaye',0,1673824055.4219,2956,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7j09FYxAXqgR4o5wasKrIMpC',0,1673824058.9428,2853,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VG27sYE9OanbdrNjv4zylxMB',0,1673824062.2783,2631,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','80MRW5qtjHOdEBxvyLcVe6GQ',0,1673824065.5029,2458,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jVNrMhoJx3t4XzSKZBEup0WA',0,1673824068.5200,2705,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FMBtxdwmDku1YcNzWGIQl5o3',0,1673824072.0849,2623,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Dsx0htmjoKPc4WJSLHz3AbGr',0,1673824075.3302,2801,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qtBb7s1FGx58EH4oYRhi6nTe',0,1673824078.5360,2813,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XDFSwrzG1UoWcOAk2Tp3xEu4',0,1673824081.7521,2563,'','GET',403,0,700,0,1,'',0),('191.96.67.206',3210757070,'','https://sleepingsolutions.co.uk//priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RNPno2piQA8JhV15mlwIEbZf',0,1673824084.9462,2461,'','GET',403,0,700,0,1,'',0),('54.167.239.64',916975424,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15646','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','J06d8YsWcbXCqu97Ie5HwFG2',0,1673824187.5973,3071,'','GET',403,0,700,0,1,'',0),('3.238.5.189',65930685,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17185','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QVjyYzBrpDXaRUiweSTOPq9Z',0,1673824306.5840,1810,'','GET',403,0,700,0,1,'',0),('184.72.188.31',3091774495,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5480','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KklDSbOfdWT71EGQp08szwv4',0,1673824698.4120,3419,'','GET',403,0,700,0,1,'',0),('44.200.239.70',751365958,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2939','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nymFODfh7cNtCaZgxS8K2YUj',0,1673825032.1718,2949,'','GET',403,0,700,0,1,'',0),('34.227.88.190',585324734,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kDImB8T4eEavVnANYU2MrulH',0,1673825506.8065,4832,'','GET',403,0,700,0,1,'',0),('44.204.199.117',751617909,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14763','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eZXfiPvbU3umO41yhVRxqc9t',0,1673825629.8744,3146,'','GET',403,0,700,0,1,'',0),('54.161.30.122',916528762,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11356','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jqd9WYhNB7p5zZ8xUlFmPrkG',0,1673825716.5982,3682,'','GET',403,0,700,0,1,'',0),('100.24.124.164',1679326372,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3437','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bMk23HXd1BnsrTjA8v6NpxqG',0,1673825971.8938,2406,'','GET',403,0,700,0,1,'',0),('90.242.186.234',1525857002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','hifKNcGpgbtIYsw6y7BMRCe4',0,1673826415.2862,2844,'','GET',403,0,700,0,1,'',0),('90.242.186.234',1525857002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3883','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','lqAVW4doYePC1DKcOHmSxB8Q',0,1673826415.1627,2985,'','GET',403,0,700,0,1,'',0),('90.242.186.234',1525857002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','eIGgnq3ZaPF2KCbY1RlNBQjm',0,1673826418.2466,2834,'','GET',403,0,700,0,1,'',0),('51.103.34.98',862397026,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FQW9wgPp7z4HKnAXSTmf68Ok',0,1673826944.8250,1568,'','GET',403,0,700,0,1,'',0),('107.23.244.171',1796732075,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15966','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BY6rfDaLvi9QuWFMyx27SUXK',0,1673827042.5440,2789,'','GET',403,0,700,0,1,'',0),('100.24.66.56',1679311416,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1959','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','15pXA6omd9FP0QTZV4NhUuyJ',0,1673830126.1745,1093,'','GET',403,0,700,0,1,'',0),('44.193.39.194',750856130,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IwEgVmXxNc56dUA0DSzeoyhv',0,1673830548.5532,349,'','GET',403,0,700,0,1,'',0),('44.204.216.216',751622360,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','saMgdLQ4OKG6jCby91J8iWVx',0,1673830960.1874,282,'','GET',403,0,700,0,1,'',0),('44.204.125.149',751598997,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16977','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IjQZfMXg90xBzkay4hFDlTYR',0,1673831071.7557,276,'','GET',403,0,700,0,1,'',0),('3.232.96.198',65560774,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3612','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GKnVXM7P2E0QFUOrdLYzyuaq',0,1673831675.5840,247,'','GET',403,0,700,0,1,'',0),('35.168.59.220',598227932,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15965','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6kVG7zOvmREYt2uCnciNSBjZ',0,1673831971.2625,225,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jZzTCKoinWtIUxyENSYMXrw0',0,1673832251.9033,231,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IGpYA8hsrMcOBgun9mUjx5oJ',0,1673832252.8521,248,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LFmvQ7SclP5zIRgsw3Mon2qu',0,1673832253.4158,210,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Bq4iuk7rNXYDOPWHte9Af6Z5',0,1673832253.9357,225,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c3F0PVBzTv9uZOs8KLEI2qbD',0,1673832254.4642,200,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yD9kgBOzn7b8NiFUjceqLr1J',0,1673832255.0037,209,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VTog6Iu9iChrEO2epYcfAdFq',0,1673832255.4998,187,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vEo3SPl6bk9w4pQxA7VHInCm',0,1673832255.9842,197,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4jNyblzkxmZeP5iJH30VhGqY',0,1673832256.4884,197,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1bzaUEuMKdcALZeBk94IWXSH',0,1673832256.9958,250,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OP7SUtjz3FBr5gH8bAYsunfx',0,1673832257.5640,253,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uzid8lpPx1fWLZbIjTN2SCJF',0,1673832258.1561,268,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0wUzkjadv8teEMWfnHFN6b2p',0,1673832258.7479,227,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wjlxacN93SVPXM6QLFWr5JIz',0,1673832259.3478,206,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0IyTKVulLOWpow2zJePdCYrU',0,1673832259.8721,204,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FE4HgxzLwfKbGQ26vDMUtX91',0,1673832260.3879,221,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wcUl3gTaqNmvC5rESP1o4Rp0',0,1673832260.9157,209,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tuPyCBLRZU3E187aew2OQIKM',0,1673832261.4278,255,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NCrgxunwTcah7X4sk3QfA1J8',0,1673832261.9921,184,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yUamvt7rI81bHgAD6CJkXcq4',0,1673832262.4681,271,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0piNMLcuhUeYrG9g4klRsdKW',0,1673832263.0599,206,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U2n9pVs7ZEmPIlbCheLkNjd0',0,1673832263.5596,188,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Nai7zlVBQPdhJnC0xpuZ24eI',0,1673832264.0558,195,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r54UXeTtks71IgPjMBL3Fcmi',0,1673832264.5533,215,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O5fd3VvqbcJ6zEijgQMFtkhP',0,1673832265.0739,186,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iu6EzgJjGfWVpLdqsBtlUOT1',0,1673832265.5677,210,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FOyEjAL9bqlxGr0Ntz8To14Z',0,1673832266.0837,200,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4VprvgPzfJ3duMLAIDB5yZbE',0,1673832266.5837,228,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OFA0T4Ny3LmMtfqrpXUalYhS',0,1673832267.1277,202,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9K1rB6SjspAkYaGDftnM0xEF',0,1673832267.6365,243,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Gp8ZOHCq5FPeBEd3AwuYh49N',0,1673832268.2000,196,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BwJ20hvHqTkMmPNxVroECyGI',0,1673832268.7397,198,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EcPOa9LljYyrAz3tMW1sZNdH',0,1673832269.2276,216,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xqLY3R9Fg0QyKdjH5ba6UA1P',0,1673832269.7397,199,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9VHDNKJ0M1hg3rqtw2BXxcWf',0,1673832270.2366,192,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','inWXMr512QGa98JKTwLx4cpC',0,1673832270.7237,229,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dx28V5HS34CObisYRzpFTK6v',0,1673832271.2481,190,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wkQhcrRVHg0A37B2e5oF6LZ9',0,1673832271.7294,211,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','35S7HPml62YWyULuQRVTbIdK',0,1673832272.2357,291,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','P0WXQ3MUEOu5v2n986mBDb1L',0,1673832272.8251,202,'','GET',403,0,700,0,1,'',0),('136.144.42.197',2291149509,'','https://sleepingsolutions.co.uk//priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6nwu9q8f3lk5CIaGoXLPJNvH',0,1673832273.3843,193,'','GET',403,0,700,0,1,'',0),('35.153.142.90',597266010,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4t5EjmW1TS6LzkPdiwpbJDQO',0,1673832359.9670,231,'','GET',403,0,700,0,1,'',0),('54.208.91.143',919624591,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=30260','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ToxQ9HmV6DCquUcFL8O57Jyz',0,1673832371.3007,308,'','GET',403,0,700,0,1,'',0),('54.242.42.113',921840241,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UbshNjnxriCMZu9HyfTAIJX8',0,1673832544.0523,1029,'','GET',403,0,700,0,1,'',0),('54.242.47.14',921841422,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18650','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eiYHZ0EJayGKdMPbBV59sTcq',0,1673832556.2767,3172,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','yfbkL5ZW6MPesN7TUJSuBi3w',0,1673832558.4665,3227,'','GET',403,0,520,0,1,'',0),('34.235.170.222',585870046,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1227','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','REC2L08s5DpiONIaZ6wQeBlr',0,1673833056.8442,1112,'','GET',403,0,700,0,1,'',0),('54.80.114.191',911241919,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18657','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tHcx83WnMrvbjha0sVLukSP2',0,1673833216.6281,601,'','GET',403,0,700,0,1,'',0),('18.215.235.110',316140398,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9325','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tBwphaEN97qTuec5XbrPkySC',0,1673833458.9177,290,'','GET',403,0,700,0,1,'',0),('54.81.187.56',911326008,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11821','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nM2ifE3k7CjLDhtHAKFU15RQ',0,1673833501.3391,301,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','U0Dw28iXyYH1WIALbOtCKc3r',0,1673833533.1103,262,'','GET',403,0,700,0,1,'',0),('157.55.39.207',2637637583,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10335','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','XNd5pyi3xgUL9j7ebrWYozAm',0,1673833550.9017,272,'','GET',403,0,700,0,1,'',0),('207.46.13.102',3475901798,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10342','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','ma5LWYyziE6n9rGUg7Xce8ZI',0,1673833564.1421,222,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','k2ydCB17VFGZ5aX4Ppxr3HKn',0,1673833566.8817,235,'','GET',403,0,700,0,1,'',0),('54.174.72.102',917391462,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3088','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LFeBdHAE8zIaPTKCGWiOkoUn',0,1673833568.0057,242,'','GET',403,0,700,0,1,'',0),('44.199.249.37',751302949,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18081','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fCbAqRFl3QjX0ep8JLwxNoyK',0,1673833614.2154,244,'','GET',403,0,700,0,1,'',0),('54.224.63.25',920665881,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','g4rKVAsDxuL0ObYwpZjfz1CN',0,1673833643.8123,224,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','GTCb1rjitw7zfKAxamQU4eyF',0,1673833647.4476,214,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','LjIs38kVW1FNDezaSQPvq0or',0,1673833659.3433,223,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','axN87VqISWwMKToykA6DClUR',0,1673833693.7906,244,'','GET',403,0,700,0,1,'',0),('54.224.196.41',920699945,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oKcmyake0nRPGfA35vIQEpiH',0,1673833699.6204,285,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','CLRfzPlMO7DZJKxEQgyV2oaT',0,1673833713.9656,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','L3G69AcbNI2avlBdXOn7M8K5',0,1673833730.0429,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','uxS3X1kyILif0oWEtUbHg4ez',0,1673833743.6574,300,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','HM3pDzSgr9LQ8eZCEByTo6v5',0,1673833766.5331,267,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','gOK6bd2oDl3I7vufZzM5SPsY',0,1673833781.7167,270,'','GET',403,0,700,0,1,'',0),('34.238.127.54',586055478,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PWUzeqdE5j6Brkoni41HCvl7',0,1673833796.5856,231,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','2AkWKnrJXBdqwROyxp59l0Tf',0,1673833809.0552,222,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','EKex85CGmt0BlP9awHWrYfJA',0,1673833821.6817,327,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','2UTRt8ezisaXLyIWOk5PZEcA',0,1673833847.8575,249,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','3NLxP891vB7CKAuoaEiHMDjZ',0,1673833859.8987,503,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','tPTEdjXcbumGkApJFzwvo1I0',0,1673833884.8182,235,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','0F1m7E5zhuR4cVZq9XlTaQ6o',0,1673833899.3521,233,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','g7elbSpHX2ndUPrVaksvfNmJ',0,1673833912.5437,235,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','dJKAcx7jbPE6sYri0HyNp1Dl',0,1673833925.7711,221,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','aPqxciTdeFDZUVG34l92ro7y',0,1673833945.4289,243,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','4aLmW7cwSqAstJPTx6ovnd3Z',0,1673833959.0625,291,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','HnVvuAdGctiDSKIxQXZ6jsaY',0,1673833978.1805,226,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','24ZHVnOwR1NBLub0EsGvamXh',0,1673833988.3826,220,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','LcFPe9N1tpby38f7WrVaQO0o',0,1673834007.3328,330,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','jq4yRNirY0x39snlvGEAkKfL',0,1673834020.6606,228,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','rmZzLkXWAneGlPcU4jhfdFwt',0,1673834034.3932,263,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','HtrZU7ImxzDSRQglP1a26WXE',0,1673834045.9169,284,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','1Ynobl3pPOvQryLXtJmgHEwz',0,1673834074.1986,261,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/alwso.php','','{\"1\":\"python-requests\\/2.28.1\"}','K0jtqYlrLcZM4FUfniQmByW5',0,1673834087.5943,242,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','TXJRdSMex7y8lAmV3Ifrgh6L',0,1673834098.5403,266,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.28.1\"}','mvRZspyqkVlOSG68IzUJnih1',0,1673834163.6795,227,'','GET',403,0,700,0,1,'',0),('184.73.106.34',3091819042,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14908','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','S8csrMbvRL6ONUKD50YJEoGT',0,1673834237.4063,261,'','GET',403,0,700,0,1,'',0),('54.224.196.41',920699945,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14269','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','w02JsEdBKzCpZG9goQxmFHAr',0,1673834297.8050,195,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','5QNo9sp4flWKRju7Lihk3BMH',0,1673834311.5964,265,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','rmyXiI5A8ZN1cBYMbzj9t6Hx',0,1673834324.3374,278,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','GDM4wgHxcYqXdVumF2WypkIO',0,1673834374.3756,250,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','z9uFqMNaJ54jp0XYwLTOV6ni',0,1673834383.0661,221,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','xokrs75KjPMtgG3cBQaTXUEb',0,1673834391.2798,239,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','QPrLosc03glDnM9UNXyF56aC',0,1673834403.3568,208,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','gJTVLDtriA3pC1u0UGjeBm6h',0,1673834409.2092,226,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','SwWBjvNTD9LetM2bynQKXZia',0,1673834411.0352,220,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','lpWRLMkOeP2btAYwfUSEDdNu',0,1673834412.8189,205,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','e2d1JUYpOIr3wQPtM4VxgcGB',0,1673834414.5981,237,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','ynEfvBAaMeb0FQu7C3iNGqtX',0,1673834416.5204,207,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','ReOA0HkKpLj3MyPDsZufwgFx',0,1673834419.1655,212,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','LBFTA6Do0CPslWbE7cR8aeSr',0,1673834424.5583,199,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','zy8mHt9BuiVUeRF64ajWMvrA',0,1673834427.1651,261,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','tBg3sOpPbe4QhjD6ilAWrwLm',0,1673834428.0605,272,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','jsNXfVdH27WaC1Yq5U9kQGPM',0,1673834429.4124,239,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','Hk0rBf6c1nI5LPVWx3z7Gv2a',0,1673834433.1211,209,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','9gKTU4qFO5CHvrBVzeNEYnyJ',0,1673834434.6420,201,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','RIrYd0TuFC18ftSUzEe5B7g9',0,1673834439.6984,237,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','pjTacyVCnM2e1bLZPK5l0kBw',0,1673834441.8709,203,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','DAhb2rGSNHfd9V6XQU0JOgLv',0,1673834443.6557,217,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','6Ac2ZGnvRpIbu8oK3yJ7WfXD',0,1673834443.7519,297,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','vTd1ryXRgzaeQ5WV0nohmq2C',0,1673834446.1344,297,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','MQnCyU1I58DavVR7dTFjNplk',0,1673834448.7388,230,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','MR1mcsGHbJx0EtQUBiIATDyf',0,1673834448.9983,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','oDvIYSk98sZVjeuitnO1EKQB',0,1673834450.8430,274,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','QBghOPazfDpdHnGVWU7owSim',0,1673834452.7853,220,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','h1V3JWSmwDZbjgaIp5nAHrdK',0,1673834454.9399,208,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','Irzg2Ql5x7FK698pTqUhosAM',0,1673834457.0408,192,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','3JgxLaS8PA9UkevEVqmFC7c6',0,1673834459.1600,211,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','Ev40IjYAOsLbt5c2dxZNmpCV',0,1673834460.5123,224,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZCS0yPgzUT1rnIGHwVk8qh5j',0,1673834461.1553,234,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','iU1v4gE3RXoDeZyuQAsl9aNV',0,1673834469.6686,450,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','o2EQBepFROrXTZglaqumNd5V',0,1673834487.7999,289,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','GhWpYDjBoerKOk1IlfbQwzuL',0,1673834523.3717,233,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','F85Uc3ZmMLXziThOeSRjnANq',0,1673834565.2567,293,'','GET',403,0,700,0,1,'',0),('184.73.106.34',3091819042,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17117','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0aZfFSEniGzIqxTy4RhceX5t',0,1673834581.2912,228,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZOitg5a0APFWEqrwVNMHm4X1',0,1673834611.0114,255,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','N3fLSXa21gjVywcKtzChrD6O',0,1673834619.7571,293,'','GET',403,0,700,0,1,'',0),('54.224.196.41',920699945,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','NHcStPgy6zvh9jAXldr3VLYi',0,1673834628.5040,259,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','OWHuxr6y1Bh5LbEzAi9IRsZ8',0,1673834651.5957,239,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','iv2Qr4UCncAaVPFZkzEO7ImX',0,1673834658.6437,225,'','GET',403,0,700,0,1,'',0),('54.224.196.41',920699945,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18706','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eOT0VCPZMn9oYRzbK3EGyNfc',0,1673834664.8686,295,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','VB10zaluAQGbhYqvHcDNSdLK',0,1673834667.1076,276,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','apbPwNV4YTzXonIuKAQ0CEh8',0,1673834678.9756,226,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','YR8rIXpVwzPfAbvKmJlxc5yt',0,1673834692.4811,242,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','0FQxSn6aHrYNRw9ZVqycL7v5',0,1673834699.7473,680,'','GET',403,0,520,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk//wp-json/oembed/1.0/embed?url=https://sleepingsolutions.co.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','wucrtmR0QfPklSoONxGLHyCI',0,1673834700.5933,1125,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','FtwVJezXmnGv5OHU1Trxhiq7',0,1673834704.0731,1590,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','zN9aJUcOst2Se1vqWhjLYiDu',0,1673834723.8457,3637,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','dArqwym8pcn2sojJILXUf7Dg',0,1673834735.2719,2297,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','ClmXP4iBJbxR8AyVovtWdT2u',0,1673834934.0583,2066,'','GET',403,0,700,0,1,'',0),('3.87.122.221',56064733,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kpIyQhm7BtqDUH8i9ovNe4OT',0,1673834969.7762,910,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','ijgJVDYG73QA2tCePpTurkcH',0,1673834985.6419,639,'','GET',403,0,700,0,1,'',0),('44.197.201.93',751159645,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17183','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1kPX8OiVqUDp0t7IdgyEmhMH',0,1673835019.6961,1054,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','gBnTQsmy6LA9lVpfDN4aoxPj',0,1673835043.3255,1499,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','hnbmUDigqwVJF1f6REl0PCIW',0,1673835060.4061,1501,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','Zjln0kfv6Ha71CR2AUBq8eFd',0,1673835073.6836,1085,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','zXpMmd13TVjchlqNYW2gJEQn',0,1673835080.7161,1318,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','z6lU3jhrCMtcmPaYDE15ky8A',0,1673835095.8044,785,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','ON360kFzTAS7PoY8CMxD1er5',0,1673835120.6081,501,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','PZO3ciWn7SdF0MVzeaE1IKR4',0,1673835132.9811,315,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','UY0GSiwALahHZ39QrdKlMfDB',0,1673835154.6244,360,'','GET',403,0,700,0,1,'',0),('3.82.58.153',55720601,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5361','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','27dS1IcHxWiCXM4KjtZLOAun',0,1673835211.8197,352,'','GET',403,0,700,0,1,'',0),('184.72.188.31',3091774495,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LjHt4KJIzrDFPmZpcMihGoEB',0,1673835408.0324,1175,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','4j3810G6EIdTXFrk2ASlRyxL',0,1673835783.6900,2677,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zJm1rbh4KleQBRp3ufatsUyD',0,1673835967.6493,790,'','GET',403,0,700,0,1,'',0),('54.196.131.54',918848310,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18035','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1MGXHOoekVYlR7PjiLqIgsrK',0,1673836054.3776,1311,'','GET',403,0,700,0,1,'',0),('54.221.166.44',920495660,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18081','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cNQ7ox6HYO4bJUFryLCh03ki',0,1673836055.5785,789,'','GET',403,0,700,0,1,'',0),('3.93.2.32',56427040,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AR2gxKe9JVbdz4k1XUpanWsi',0,1673836061.6469,257,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oQFCayewVjYLN84gKPDR1d3O',0,1673836166.2246,304,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w5WYIxgcdajGb7JsHe2tu9Fm',0,1673836457.4355,359,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','beE2CfPDLwtgYvZM3NlnFWVd',0,1673836595.9718,443,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','F0PRrHDytamOWJ8o7pVwh9zM',0,1673836911.3307,506,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FLQVkYy05O7Cl18djD4hiTEc',0,1673837064.8156,281,'','GET',403,0,700,0,1,'',0),('18.209.105.16',315713808,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19188','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Xe3G6smhTNM87zbL1QKyBwFA',0,1673837106.9216,252,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ctdh1sTZ7HnwUoiLCOyIm6YM',0,1673837174.8846,280,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xGsoI5YZJirtUPEeWhzAfF4k',0,1673837403.4437,486,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LbMN5360KomgpeXSRWtn1Ahz',0,1673837545.3501,373,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AS7n9pYFRVlTkjsrMyz0mcoN',0,1673837669.4181,470,'','GET',403,0,700,0,1,'',0),('54.196.88.149',918837397,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','S9yFI3wtnRLX6ebgrMYuT4dc',0,1673837768.9331,555,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3p4J7OY0EuHb6vB1sycDZ5qg',0,1673837782.0200,457,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LUFqgSAfRphEvTmdu70bC2oV',0,1673838051.3855,11144,'','GET',403,0,700,0,1,'',0),('54.81.187.56',911326008,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gnoF5dlEJaWBb3stSPwfD6Lk',0,1673838355.3664,16998,'','GET',403,0,700,0,1,'',0),('34.238.127.54',586055478,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18492','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2zC1sLYZdAyPIr0JG4EX9neW',0,1673838517.2621,882,'','GET',403,0,700,0,1,'',0),('34.230.83.128',585520000,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14871','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','esDa3i6VGhxSKnX9QCckOj0I',0,1673838723.6524,656,'','GET',403,0,700,0,1,'',0),('204.236.211.132',3438072708,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18958','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CTgq9lNGcvwUA16KnRO5Y40X',0,1673838836.8615,892,'','GET',403,0,700,0,1,'',0),('3.84.170.82',55880274,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17989','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ydneQcfJmk5aH71BjhTY0VM4',0,1673839978.6049,804,'','GET',403,0,700,0,1,'',0),('3.88.136.113',56133745,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BTd7nEFGM1W5zLrcP9y0YeNx',0,1673841164.2133,263,'','GET',403,0,700,0,1,'',0),('34.238.127.54',586055478,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14872','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1quQHK5yEtYmbLv0w3nhWrdj',0,1673841721.1704,1242,'','GET',403,0,700,0,1,'',0),('17.241.75.180',301026228,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13597','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','oJQXpLVKIxG9BPRWCufmwkeU',0,1673842153.5919,234,'','GET',403,0,700,0,1,'',0),('17.241.219.6',301062918,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3879','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','jJHrKduDpMQ1PnqTIsoUYw9a',0,1673842436.6349,421,'','GET',403,0,700,0,1,'',0),('3.87.115.189',56062909,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17992','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XZoEFLhfYgGmq1AvcJQbrClK',0,1673842488.5687,244,'','GET',403,0,700,0,1,'',0),('17.241.75.87',301026135,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Mx8rW6wPSmUFnv9j25O0uQZD',0,1673842645.7757,254,'','GET',403,0,700,0,1,'',0),('3.208.34.116',63971956,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15852','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kxD5S6Z9mcezN4VKpuIi7ACJ',0,1673843165.5349,242,'','GET',403,0,700,0,1,'',0),('3.84.170.82',55880274,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RkBDF78izo1Zagq4KJ0we2PE',0,1673843605.3865,2907,'','GET',403,0,700,0,1,'',0),('54.196.88.149',918837397,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18029','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xGZK7DLuPi0EA6qRWQ8SvbFf',0,1673844203.4342,3127,'','GET',403,0,700,0,1,'',0),('54.242.49.74',921841994,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Knzc1I8h3JxLy6gu7pOU5RAT',0,1673844838.8776,4187,'','GET',403,0,700,0,1,'',0),('17.241.219.218',301063130,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','1XpGhegYrqwzWcVjDkys3AH7',0,1673844848.6905,3665,'','GET',403,0,700,0,1,'',0),('3.81.168.252',55683324,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5497','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YbDi5EvWRXlzPQoAd02rgtH3',0,1673845223.7463,2534,'','GET',403,0,700,0,1,'',0),('54.242.49.74',921841994,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9321','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hUWGHiLMKdYT0bBu6xDZOVv9',0,1673845430.0978,1767,'','GET',403,0,700,0,1,'',0),('3.238.237.122',65990010,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18912','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yEkVhrmegQX15ntvcf0wLIYq',0,1673846996.8030,224,'','GET',403,0,700,0,1,'',0),('35.173.248.199',598603975,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18912','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HqOSuKmRy8JsTxoYhPf1D6jB',0,1673847323.0276,269,'','GET',403,0,700,0,1,'',0),('17.241.219.223',301063135,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19094','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','L0dMTmqYKOg8sW4bPz9eIvo7',0,1673848130.7715,242,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','JeKQav5d1yoUb3cW6h2kDimj',0,1673848566.9952,251,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','4tcJXKqB1Aei8dFrUPIzlT7G',0,1673848567.8072,211,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','u3rp1PlXTqHsxeV50fEcK9LQ',0,1673848575.4060,230,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','to08kfl4NRPVXvJqn95I1rQs',0,1673848576.0079,259,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','FDuQyoOs5mbdj7CX4IVcv0Yq',0,1673848576.6765,225,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','HWojPKu0Eb1y6mzSZFCOdgkN',0,1673848577.3536,189,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','doKtjuraqiRzFcDEN9HUveYm',0,1673848581.3774,285,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','9rl3tRyocpwzNQCbn58HAFkv',0,1673848582.5507,1015,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','RsP40rWN5FeoUpZhwYMxC9Xz',0,1673848584.3301,196,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','BqYDoAKcgF5SazRQujkpMGwH',0,1673848587.1745,473,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','GafQ95H4rse3yqFMhpuntkCV',0,1673848588.4748,217,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','es5ZHbluDg7t6hOjESd8JfNc',0,1673848592.2362,198,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','WVPyFhUQxaes3qEYKgBip1dI',0,1673848593.5064,244,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','DImW2TtR45pjOSx9nhwBGNPc',0,1673848594.8501,202,'','GET',403,0,700,0,1,'',0),('17.241.219.237',301063149,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18191','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','rHBpNlkmEWqZP7SwUtTjhM8V',0,1673848596.0215,211,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','w9JIXU3kYQvDN4VnfZ0p6gHA',0,1673848596.9119,189,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','4CHdzeULRQJnZ6bg2ywMl1OX',0,1673848598.0946,241,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','HcnlIqhw6URSubAN3oDTkC8z',0,1673848600.1683,236,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','pA1scRv8Nlqah4o2imzbjfW0',0,1673848601.3349,194,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','k2UKS745ocBTydw0tzQI3gFu',0,1673848602.6266,214,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','6FgnfZcktphqT53rlXxjUiVu',0,1673848604.7564,296,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','h4qAU9jCwzMNk0uWLP5E8IHY',0,1673848607.0895,294,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','b49XjyIzoVT2R758lUBaS3md',0,1673848609.4086,192,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','2VHcuIMXlwk0L7OeTSB4JN9h',0,1673848610.7444,355,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZDfrvXA1bR54OtpwgQ3uikeo',0,1673848611.9910,181,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','N5hC2Mt4AEfXiWngasHTrbV1',0,1673848612.7706,237,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','r5tkz20cAb6Sv9l8mi7sOjh1',0,1673848613.9319,200,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','vzYxQeWdRcNkt6l13oujrqDJ',0,1673848615.1998,184,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','U72m50RsbjqwgnMhlQt9rcEG',0,1673848615.8523,184,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','FszJuvMmPD82t4ZhLBUQwHOa',0,1673848616.6031,184,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','m8HiBEdofP91wrzGkahD4yOT',0,1673848617.7716,203,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','WN7Zk5FzASxRQhT0y4olMOci',0,1673848619.5170,195,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','Hf5Z7Fxr32JUuKYjL8chwRdT',0,1673848620.8487,196,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','nvVgWmCzMPHBt6TkFIyba2Ul',0,1673848622.3163,233,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','FGcYwBI4iMjuhmxv230t6bfC',0,1673848623.5020,178,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','YSWJyuxvtXGFrKgjNieEB7MD',0,1673848624.4566,192,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','sDRIQ83XhWf7Lav14doM2Cbe',0,1673848625.3674,188,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','KTZ1E2zUbSeQwi8XIDoRplr9',0,1673848628.9764,217,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','spABaLoJnYwHCgbNU6iq0G1D',0,1673848629.5612,195,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','owznluaF7tqNrUJ5AfH8xQRW',0,1673848631.1520,183,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','LsPkeEBYb28lvnOX7Fq5GfR9',0,1673848631.7678,198,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','oB5wQlC2PG0gmviTru8OFVpH',0,1673848633.4193,185,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZIdvTngzPVUf6p3oL4qblMXN',0,1673848637.7133,222,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','7EGDAWVYXJQziOvSteHq1jT3',0,1673848638.3189,716,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','0WUcOPFBK5aSvuRkMNtsbGQI',0,1673848639.4959,189,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','qvlZ2mXQu7HVf0TiS8pW4OY6',0,1673848641.1254,190,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','JGUvn85CwdrYuEXfLgAsj36k',0,1673848642.2287,269,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','bOoxy3sE6Ih8NnmZ9gXrltV1',0,1673848649.9381,222,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','vQ8kBUsAdreqY27lK1Tnixyc',0,1673848652.1256,226,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','O7KXtfLVb5ydaWHmN9hQDjcg',0,1673848653.8008,217,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','Xb0fyqO3AujrzmJoIDeaHkgS',0,1673848654.7798,239,'','GET',403,0,700,0,1,'',0),('66.249.75.226',1123634146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17333','','{\"1\":\"Googlebot-Image\\/1.0\"}','pzmAnESUgKF4YZXkerhDwdla',0,1673848656.5883,213,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','q4Vk2NgUQeSAFC5yhBJxvPOo',0,1673848656.7309,237,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','O1idqFsQt6x4gUyvDjcufpM9',0,1673848658.3158,178,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Qs6SfIbTrGWMaoALPld5jDYu',0,1673848659.6706,206,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','uBMDRfgJhG28pytk63L7YQ0b',0,1673848661.7020,193,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','X94lbSG2zsMi7fonKHwFYpmI',0,1673848663.1461,200,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','G1kSFN0JhQIDgOALHX7nt9sa',0,1673848664.6151,223,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','WzZHS2cgOBPwui5pNe9CoMn3',0,1673848665.9202,206,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','yC7w3nteMsG0QPUTqARYmgjZ',0,1673848667.0620,218,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','nx7v5GP2LRczHOIqD0VT3U9b',0,1673848668.3627,195,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','1TiBnvb7CyPLuzUWSDcRGQro',0,1673848669.7657,224,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','SKdlPRotpAT4xELbIO139wmZ',0,1673848670.6782,187,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','pNZlPSOKVzsAJeh6yQLwXCqo',0,1673848671.5971,181,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','6Lhdq9ZeX1SzaHIwxpEiOQMn',0,1673848672.2816,317,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','cnMtGzqF4hwdVP5B0lKbIvH2',0,1673848674.8727,222,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','Fpj3oMrUIzTRBwNysQbv97dn',0,1673848676.5991,195,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','vLiz12jDIkM9FQNm8YwgWRTn',0,1673848677.8799,253,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','uePQrYaWlmJnwGRpz2ovkcix',0,1673848679.9486,192,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','CfF9rcAhJaOv584YR2BqHgSM',0,1673848681.4577,188,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','9A40YNVhmaiG3v6dPpR7CczW',0,1673848682.6899,194,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','VM31A9yqf0BiDcsQhO5jZ7CJ',0,1673848700.7970,198,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','d4hRwiYvMDxuQBW28EJTeP0Z',0,1673848702.1162,230,'','GET',403,0,700,0,1,'',0),('154.246.0.207',2599813327,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','I5FheQnPuE1miLrwUTjNS8xW',0,1673848703.5181,239,'','GET',403,0,700,0,1,'',0),('54.224.86.159',920671903,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18076','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lPvWjMtnZEVUR5d0fmOKScNx',0,1673849046.0741,234,'','GET',403,0,700,0,1,'',0),('18.212.215.250',315938810,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14877','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BSLiWORuqUYe6jyvof7gztsE',0,1673849712.1078,239,'','GET',403,0,700,0,1,'',0),('3.90.226.12',56287756,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18462','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2JER3xI4YAzaieK6Uhn9vOtd',0,1673849735.2463,3580,'','GET',403,0,700,0,1,'',0),('184.72.87.224',3091748832,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19199','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','j4tyuZBFPWHCUOrSRwq6hA92',0,1673849776.4023,2403,'','GET',403,0,700,0,1,'',0),('54.86.120.221',911636701,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14850','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DBkgLPF1rx4R2yVY0WcZMleE',0,1673849874.4527,2256,'','GET',403,0,700,0,1,'',0),('54.242.84.103',921850983,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3126','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8mCNKwudBFQisSJTHg3hfVMW',0,1673849961.6424,2472,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','qc7rhjRJt1YdpM4Zmu8DH0Pi',0,1673850119.6224,2844,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','FzdrUoPpYnSjCqK6wm9ObLsv',0,1673850123.9903,2229,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','A2Gk0U4rab8LSXqgcJ36Kdoi',0,1673850127.1323,2511,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','HJX1543IhWpbeDyPMYRUZlxS',0,1673850131.4692,2334,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','1ZDe40idHIUFbB9pAML5l2sv',0,1673850137.2089,2371,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','I26gtdu75hWqX8zKBUmVE4QT',0,1673850140.7963,2444,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','j2JerU6tlsakxfRbHpQCANzG',0,1673850164.6214,2273,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','nzvJSYhGC58WIPkpeo37ytRi',0,1673850168.1344,2214,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','zUPHsCJqGR0MdAWLenyNiacg',0,1673850171.4594,2242,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','C7XRQrodHjE1Mf4Unqup0Oxc',0,1673850186.8422,2693,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','SqcXbnyR2ul6B0U7kCvrZmKw',0,1673850208.2362,2305,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','GEPBpLHvXRA23yxMOlwQC9rV',0,1673850224.5184,2128,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','AnLq2OJr5jRHQb7Bc08mvpGx',0,1673850237.7342,2317,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','ROdBSmcUjq24GY8nuMhrswiK',0,1673850242.3025,1992,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','RPYHgF5ovWUI481s0k6fK9XO',0,1673850253.1279,2545,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','6bMkqIVRyeJXBixZz3LdoruT',0,1673850256.9591,2426,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','OVsJNiblkEAmYIwUvWcpzBD3',0,1673850269.3222,1859,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','fNvxtlVcIdmqPKLZQr0C9Xpa',0,1673850272.8629,1853,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','EBPcFK4I6ZsWnt8JUeiyOCXu',0,1673850276.1267,1846,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','LV9kYJl7XaovBUhIqFPt403p',0,1673850288.8022,2655,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','TDBeWYNr9jMCPFSVZv1l63dL',0,1673850292.9010,1816,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','th3PdFkJ4oyaTI2D6K907WiS',0,1673850295.7657,1953,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','1BJTkCGdy2VxNPF5frpOY3sM',0,1673851558.1900,1731,'','GET',403,0,700,0,1,'',0),('34.227.78.164',585322148,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GhiVOUoJyL98umKPMn6exqH0',0,1673851747.2102,3793,'','GET',403,0,700,0,1,'',0),('54.82.9.178',911346098,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16974','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iebuWY7QJ6BI0DVAwlmaUCOy',0,1673852380.4264,2621,'','GET',403,0,700,0,1,'',0),('100.26.145.38',1679462694,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fwYXmTkSV7U8PNqzOlD1ocBZ',0,1673853062.4884,2449,'','GET',403,0,700,0,1,'',0),('17.241.219.55',301062967,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16888','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','E1PO7WYTnJ8sUzqC96ZiwmfL',0,1673854623.8722,278,'','GET',403,0,700,0,1,'',0),('34.236.146.80',585929296,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KRa3NJ9iZu6QxwAV2CjschS4',0,1673854910.8076,282,'','GET',403,0,700,0,1,'',0),('54.226.127.53',920813365,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17187','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BLEg6FisdRYWamGTcDKeX5lo',0,1673855048.2990,263,'','GET',403,0,700,0,1,'',0),('34.207.146.21',584028693,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zcNKnv72jMG0qDa3myPhRIbT',0,1673855967.2323,231,'','GET',403,0,700,0,1,'',0),('54.242.49.74',921841994,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eMb6S1QjmiOPXnKzdUsAR0Gu',0,1673855970.4718,205,'','GET',403,0,700,0,1,'',0),('17.241.75.159',301026207,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1892','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','QbKeR2Uz0VHZmcY437CiSDaL',0,1673856421.9014,276,'','GET',403,0,700,0,1,'',0),('17.241.219.144',301063056,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19092','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','vXo3t0nJBbc9dmzayKjeNH2O',0,1673856512.9989,254,'','GET',403,0,700,0,1,'',0),('107.23.133.151',1796703639,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3137','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','EmRWL2g3uj4ectrqDZyU7Vkh',0,1673857482.2199,229,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qA4dCknDmRGpIH59bcQX1Set',0,1673857543.6597,212,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hrgP8YS4tlAZvFLeGN3TOz5U',0,1673857547.9357,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','dgwoRDbj796BMLKsF8UNr0la',0,1673857549.5155,482,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','y40JQ1puVYdORxCbHcm7fSsw',0,1673857554.8834,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','jOiMpRQLfaocJwbE5yWvkTD9',0,1673857555.3424,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TrujxfsbJHdya1V5Dt864Opk',0,1673857564.8180,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Z6a7RbC2hrvAj8QNiWl9zfVq',0,1673857565.8667,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gGCWxPM0pYVqNXETZh5iaIe4',0,1673857566.3763,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','pBZxCGeyM7cu4NISanA1tUKz',0,1673857567.4026,316,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Lx1TRvtyAsWO0MYo45fa2rXl',0,1673857568.5556,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XRzuA0ChVkLtYf5JqQbwSagW',0,1673857598.3673,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','G4m7deFvaDLbUK3cwyJZqMRt',0,1673857608.7937,243,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','yKblOa34geCVzqHmAP5TGsLD',0,1673857609.9320,202,'','GET',403,0,700,0,1,'',0),('100.26.145.38',1679462694,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14874','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','5pxF9bn3sLrMSa2WIU7RcOCk',0,1673857960.8290,305,'','GET',403,0,700,0,1,'',0),('3.85.219.2',55958274,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2370','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yGelO4qPDwroHdjMcJKs7WbE',0,1673858296.4142,248,'','GET',403,0,700,0,1,'',0),('3.94.191.199',56541127,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16066','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','qRabkMf9WFEVPvjDXImhp4xu',0,1673859055.7484,219,'','GET',403,0,700,0,1,'',0),('41.104.92.180',694705332,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.129 Safari\\/537.36\"}','tx9RYlIs0CdfTFBwDiOJUZv4',0,1673859403.4975,230,'','GET',403,0,700,0,1,'',0),('17.241.75.175',301026223,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14750','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','YujWyh392GEbcfqNPoMK4Ldl',0,1673859429.9098,3218,'','GET',403,0,700,0,1,'',0),('146.190.84.120',2461947000,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','1FNy3k8ioqPCeD496pfzvXZw',0,1673859438.4366,3280,'','GET',403,0,520,0,1,'',0),('66.249.75.228',1123634148,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17293','','{\"1\":\"Googlebot-Image\\/1.0\"}','kKZ0lpYx4dHgIUN8tDABvwCm',0,1673859695.7921,2863,'','GET',403,0,700,0,1,'',0),('54.242.87.56',921851704,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19018','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2dBEP0ZAMCjniuy5Y7fVOWUX',0,1673859733.9824,2602,'','GET',403,0,700,0,1,'',0),('18.213.3.152',315949976,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18946','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','M9d1bxeNPmzlvkiDJ0aXfSyg',0,1673859846.3184,2094,'','GET',403,0,700,0,1,'',0),('100.26.145.38',1679462694,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=658','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SrjeldqaNLUG5BA3iIC4Q9Xc',0,1673859850.2231,2074,'','GET',403,0,700,0,1,'',0),('184.72.87.224',3091748832,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oJajQ1mcx0PYDtEiwfSGdIkN',0,1673860462.5899,2293,'','GET',403,0,700,0,1,'',0),('17.241.75.171',301026219,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10286','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','GoRP7g4FnWApZ2aHrULmbE5h',0,1673860541.3103,2460,'','GET',403,0,700,0,1,'',0),('34.236.146.80',585929296,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hcf8oEPwiAYUSuJkKgQN0Xlj',0,1673861723.9468,233,'','GET',403,0,700,0,1,'',0),('107.22.118.36',1796634148,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15246','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JQiBmx5VazdOgcW6jZMpAHw3',0,1673862258.1981,268,'','GET',403,0,700,0,1,'',0),('17.241.75.59',301026107,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4574','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','OFjlRbZsG0hQtp12CXJkdaAf',0,1673863419.6670,233,'','GET',403,0,700,0,1,'',0),('54.145.190.176',915521200,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5492','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','k1FfpSVz26C3Mjca7KuBP4ER',0,1673864282.7020,292,'','GET',403,0,700,0,1,'',0),('54.80.14.9',911216137,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14760','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','OkVw10pEy7m2ZSoKsitGj4Fr',0,1673864568.5702,256,'','GET',403,0,700,0,1,'',0),('54.80.14.9',911216137,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3684','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8uQ7itlKTBIHMzbhN5gdZJwq',0,1673864892.0857,263,'','GET',403,0,700,0,1,'',0),('54.204.193.19',919388435,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1958','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KRlaUNdMro4sZiz6hPQwI3nO',0,1673865537.6340,1164,'','GET',403,0,700,0,1,'',0),('3.223.44.119',64957559,'','https://www.sleepingsolutions.co.uk/home.php','','{\"1\":\"LinkWalker\\/3.0 (http:\\/\\/www.brandprotect.com)\"}','RLeywGo63Ti8JmP2auxAlcFq',0,1673866572.4982,257,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','UrKfBobDw9471suy3GLRSNOi',0,1673868473.9109,206,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','fw6aPAmX0ZrpHnSNMEgvbFCk',0,1673868477.6436,232,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','i98jEfgrW2bPhSIQtpMD5sXA',0,1673868478.8997,286,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','dpJNmckv0GifXYZyDSLnAwKh',0,1673868484.1049,199,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','o5eMRUm3OvuN0W8p9BlH7afJ',0,1673868484.6212,251,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','fxmL0hR3PVMjsuQFiUba64Jr',0,1673868487.5522,220,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','spJ6ia9SWvXurDNFBAYnyOgE',0,1673868488.7573,206,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','tCE5WP9ixUTFyspGLnb4uq3l',0,1673868489.2996,200,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','WKBfq6JtcbAlu0FZSDswIga1',0,1673868490.6041,203,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XIJ7ZzocVHmyMueGUOF3EPTx',0,1673868491.7383,215,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','VYkcsg4LB71dqaFhKR8eErti',0,1673868501.1348,241,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','eymIq1kMN2BjzORpdsDtx0TW',0,1673868506.0514,304,'','GET',403,0,700,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','CfY1zhRMbVv6keLus7yG35iT',0,1673868507.3713,210,'','GET',403,0,700,0,1,'',0),('165.225.199.80',2783037264,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','ksozanf2PhTiK436tH7JmBjx',0,1673870422.6371,253,'','GET',403,0,700,0,1,'',0),('165.225.199.80',2783037264,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','wI7F2oT8MxfvgD94GUpREXHs',0,1673870422.9054,202,'','GET',403,0,700,0,1,'',0),('165.225.199.80',2783037264,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','MUnYDHZOVdhzrLb0R2ys6Pv7',0,1673871420.5560,245,'','GET',403,0,700,0,1,'',0),('165.225.199.80',2783037264,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36 Edg\\/108.0.1462.76\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','MUFiC2phTPueS5AfBKbm3gRd',0,1673871420.6831,220,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MOysmJw2goiVkDXWS9E17fLC',0,1673872637.8491,275,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NAJYeTWqLv0P5olj1OSxia4I',0,1673872891.8901,229,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UCNIVqucBvi8EaTw3t0ghfJb',0,1673873020.7206,757,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FP14i5CTuqUkafZg2Js63rd9',0,1673873145.2066,247,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','I4V2x8tCRMickp6NfhOoTjZy',0,1673873268.3932,239,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zJbuTEvx0dXDwCS57coQeLUf',0,1673873513.0306,234,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HRFlGSLmti7cO19dXsa0UJwC',0,1673873641.8559,299,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JZn4Lc5oP9zCRQm8v6rugiNw',0,1673873746.9611,217,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','M6smqDb3hj1uGRX7OprBSAYC',0,1673873846.8442,236,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GNBZu4SAv6pXxhQl0dV2qsKR',0,1673874162.5020,395,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fVoUhSj8wTyJCKxYQDmPWEb6',0,1673874271.6207,279,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yBz1Wxe0sI6MdEZRYo2GnLPu',0,1673874381.9409,224,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7GZdUpVCb4YrWMJ6HxSPKeDw',0,1673874603.6468,236,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','p4whaECUoMeVWjOTZs91bFyc',0,1673874770.5776,260,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gVohDsy2ifLMlE1vTYpB7kJC',0,1673874903.0997,260,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jxcrPqDUAYLNXiglvQ0KCEOb',0,1673875019.5634,264,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Da1Sjf5OdsGV7wUrXuYKQBkP',0,1673875258.7957,485,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5aFBGIA6zcjCLgudspbPHOYl',0,1673875377.8839,261,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dgGSa81iTzpUYsXNrOxJt7cP',0,1673875506.9804,251,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','F39kqeoNCpR2jag4dnmV6SLA',0,1673875634.8736,232,'','GET',403,0,700,0,1,'',0),('91.137.147.151',1535742871,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','s3l2JXQWMC0q5yfODNZTubB7',0,1673875728.5298,212,'','GET',403,0,700,0,1,'',0),('91.137.147.151',1535742871,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','vkpbIgCBYFD7AU0xWru9VOQH',0,1673875740.2349,404,'','GET',403,0,700,0,1,'',0),('23.128.248.30',394328094,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','IUbdBHXz2TgohnyQufepCSDJ',0,1673875782.3369,233,'','GET',403,0,700,0,1,'',0),('185.220.102.252',3118229244,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','clpN43PHTs5G1hxDOwaB6WMX',0,1673875794.2587,236,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tVxajoKqIQ32D9TspO7UGNic',0,1673875977.7183,246,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HvKJ0e9S5qWIZtiCROFujaLG',0,1673876113.1063,292,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mJXxtsBokyMgh8cjp5Iz3enT',0,1673876233.4695,240,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9rGo2Q5wUSLKgOeNz18TysFb',0,1673876523.9179,257,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7LCRfkveD1iSxouVHbQaNgjs',0,1673876651.9101,245,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GXZvoe8Y905E1kpF4Vf2KyPU',0,1673876771.1100,255,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','pAXaSV3PZI8RWKCmGJc6nBd5',0,1673876827.3981,213,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','0cDrkyU5ioaCvxTEOlGKs3I6',0,1673876912.0044,294,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','cUZowEGiyLr1C4x0aNWTDVef',0,1673876964.7865,233,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VobcCAlumFOKj1yG0HPgtqTa',0,1673876975.2118,232,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.ae.php','','{\"1\":\"python-requests\\/2.28.1\"}','qWLYAj0aCFc7xlRwdUObI2So',0,1673877022.4182,214,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','vmI36naxU4gzicQDhjET1w0K',0,1673877103.6329,231,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','sVMW3rQ4U9Db61ClzkcALeoZ',0,1673877129.5462,228,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','By0npOQJGKXauNt7fCq1bedZ',0,1673877158.5857,298,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7noDCbV0HGcTxKhz9UFj2YMP',0,1673877169.9642,286,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','uI469hZTgrDcq58J3KQ0ewtx',0,1673877198.0049,257,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','HcJGoXLnAWg36h9k2S1i4wBp',0,1673877231.1270,235,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','DqS4HFJ5wmGefNIXbk2vVy9Y',0,1673877296.1494,276,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','z6eUknMOywldVbPaE3YNpRqc',0,1673877327.3995,220,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','FRHz1Q0mVsEutibBoP23OlwY',0,1673877361.0064,232,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dBelLG63kRYKcpH7DIwrTf4N',0,1673877367.1795,220,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','nbFwpA5UrTgRGXcSB89I3P06',0,1673877400.1252,363,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','j36JnE1wbrOcApXIUQNdgtY2',0,1673877467.5088,236,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HtSPJZRe3cFLoEAv85f92CVi',0,1673877543.8674,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','VirwGE2zTeBQo7KdRU1mWjyL',0,1673877551.7720,244,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','oAS1FXLtCWH4dR8bpJiEVuQl',0,1673877641.4641,440,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','S5KQhJGTCrMjEkzyb9opfcId',0,1673877737.7108,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','U4OKvPha7yurApW5gYknbqFd',0,1673877812.2262,238,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vCFgjpi1sdhLybDcnzWek39x',0,1673877858.2429,362,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','T1sBiM3vWdDeL2ozUm5RuKFZ',0,1673877963.3967,276,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','B4AxhGlQbYqEF3XnPrgZ6Svo',0,1673877989.3911,245,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','8r1SpUYsOIuGNVyZQP540kja',0,1673878119.2305,337,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','WYkHxF2d9NVcerOzmSbnD01U',0,1673878172.6808,222,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OZzBYbG1eAvDKXanQEHPq8RN',0,1673878258.3243,263,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','GQt0VaBWA6odEZCT1JNkIq2z',0,1673878305.9575,229,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','Da4zWwClF1GM7AvbTfn2BsmH',0,1673878380.3783,474,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','5WuzawI79NhfZ8nrvekQdL1y',0,1673878404.3138,220,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/cp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cdPIgJ7qj8l41OohpMuF0fzb',0,1673878412.5450,245,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','CU75zVc61TdNLYyoguFKaxhD',0,1673878416.8580,218,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','FeEd3OlPBfUYqX7GT42yw8Lb',0,1673878432.9207,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','h12d5FMDXHGjKzQRACL39wZg',0,1673878446.0373,220,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','Smx920nfWIveZ76YMrAclyGT',0,1673878451.5488,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','PTM8YJgQnEjODIuWalAFRHrS',0,1673878468.9887,247,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','u13VC86HcstwE4ORmplvXWh5',0,1673878483.9815,245,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZguYI0CHkBFp8N61rXQfGsjL',0,1673878495.9348,251,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','WmOHl8fNRJ7AV9FhsrdE2pCz',0,1673878520.8215,234,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','729vSxw1DZAt4RYpeu83HqoT',0,1673878529.0988,342,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','QGRbUMKk9z5sygdo8CBXFxAE',0,1673878537.4954,280,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','0FaWptuNvClG1kfinXBRA8ge',0,1673878569.2439,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','lpVeO8vcM4y7NAz9h3FSwGZP',0,1673878615.5482,226,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZjclvDUErtw5Ou0JszMIHAFp',0,1673878635.6322,281,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','23dvtcDOnRmFC7ZlWLKbxf0Q',0,1673878671.2786,248,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','QywuYHKNo9sx0XkqFpL8e3mG',0,1673878698.4669,229,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','hBKJ0kwrpuf9ie3mN51o8GIV',0,1673878718.5136,258,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','c3Vft4wlT5PkhOH0RNrBSxWC',0,1673878737.8487,509,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','PNUKBjMIHC0i16kYTpwcEfV4',0,1673878771.4918,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','tF2os8fB1aKVbDldWuJePRLO',0,1673878796.1252,223,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','jZf3GE2mtRDBFhWcaSyvLXYQ',0,1673878814.9349,232,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','WZHdy1R6CVjUumqaS07843sO',0,1673878826.6735,214,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ryi1d3PzaBWjMLAqte5Gvp7s',0,1673878861.6300,228,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','28ldgV6YBxJWkSfjzuUyDKFO',0,1673878885.4859,246,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','LkPh3qdDOBH2EpKcMleb4X15',0,1673878932.8138,244,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','X1jAbD4Yu9wfMaiWmdIvVoUr',0,1673878969.5440,216,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jC8hsEOIMKP5T7uYVJcrNogv',0,1673878974.8437,264,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','wT0QR6kreaOIxED1NomJtz5j',0,1673878989.6814,910,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','7utYJLIroUqWwDGgszOhCVBQ',0,1673879007.1728,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','toN2OXQyZbquSLaglhseGicC',0,1673879045.5503,217,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','czbimaYfv4w52gx8EVtOeFHn',0,1673879062.8705,221,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/alwso.php','','{\"1\":\"python-requests\\/2.28.1\"}','n64JKN89VhUoqxRBziHXsTvA',0,1673879077.0918,247,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gS03Pm96Ayh5pXoBVOditjqJ',0,1673879079.9423,204,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','zjVxyTa3kmt5So2q96YrbGKF',0,1673879091.5031,235,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mpgSyrbLvXzWP8ZoYu4e573T',0,1673879171.3621,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"python-requests\\/2.28.1\"}','POXmgzheCjyS8D4wQLvKu3tp',0,1673879175.0441,256,'','GET',403,0,700,0,1,'',0),('189.203.148.93',3184235613,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','h6LMSFG5CPKV14wxjRXHU72u',0,1673879271.9574,262,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','d3g0bmHOTCcB5Zu2DX1FSQpl',0,1673879298.8225,241,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','ymJ2bGwlpOWLMYCP54RDau7F',0,1673879313.6383,270,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rY1ak8lZzUg7xfQuqFjJ2idE',0,1673879361.7303,255,'','GET',403,0,700,0,1,'',0),('185.220.101.41',3118228777,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','t3TJIXZ7dDqv2yp6xCLMl5sS',0,1673879394.8438,197,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','khpjODMXF3tdHgPTZLu4oi7n',0,1673879409.7082,231,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','sDNmvK1H84iQphbSBIEAy23c',0,1673879425.4250,238,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','Eqed8fwO3VFgNjDxuLvo75In',0,1673879440.0949,234,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','nO4d6FYt98ekUzEPA7xDIjhf',0,1673879455.8712,246,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','OIT4BMCQex3N2PHm5bvz8sE0',0,1673879476.1878,217,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','NGjQPyTzrmbiqhYOuL54nVo8',0,1673879489.6053,231,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','FPuXtmLVkhG6vM9TizpJ1bZl',0,1673879503.4720,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','FGEduefvLr6aiHQcMwxNAJok',0,1673879519.6364,213,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','AlnouiMmFYt0j5d7TfOV3WUa',0,1673879535.3999,195,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Vhe7PvSbsF3gIcqirBuk60OH',0,1673879543.1565,241,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','EpFPyq7sbJv48XnOjehdIaHW',0,1673879550.7119,222,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','dXwz6S1NJb97V45av0ukfrC2',0,1673879580.6569,246,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','tNdwMGmT4ziV039bK6kcqDjC',0,1673879612.2818,240,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','UYu16GBrjbpAnNWeJfwyt8kS',0,1673879626.1761,256,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','O7dJms4DPfM0QSiTgBctujlk',0,1673879642.5416,247,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','t56dnE4wIyBqglFHYQpvKXD8',0,1673879649.3468,265,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','xSEc6ANWMo1hQ2rLBIUOlyFf',0,1673879655.9739,234,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','8AMSOUixGCXmEJaz4k5NuqB2',0,1673879667.8197,226,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','xViA47SjyIdCfeuh3ZYPWDMw',0,1673879684.3105,260,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','g1iSYmIbP3FABwDQGWT2o0qp',0,1673879697.0678,230,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','dtNm43ioKQZ51I9JxLREsSry',0,1673879709.8871,227,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','6JGYZiIRK0j3yqsau9gwD7Nx',0,1673879734.5465,280,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gDM3mpKolXVRCkJvOftjserY',0,1673879741.7235,231,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','Jvd3yWkVMPBZRYbgFl2LNqI9',0,1673879759.9938,232,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','P2mI6aNwKH7lh4ngYF1fiSML',0,1673879776.3030,229,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MVqOCtardeYURnDFNiB7QKLk',0,1673879899.5751,229,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','1MbraFT70HKAPGRlLxw8vqU5',0,1673879944.2609,239,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','a3VyG97s6ojH4TPkwvJr8f2Q',0,1673879957.7467,272,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','eBC85vPdzhIx62GESKfA9tL1',0,1673879968.3993,287,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','Lvs7hZr1gkpF2IxXWboQlG69',0,1673879978.4542,244,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','hraFiDwbC3T7HUVmxvf4W8LS',0,1673879990.6878,221,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','yKtG3zowjXLOguYVcFE47Zae',0,1673880006.1243,275,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','DjaByHncl9AUmhS6XfMY02Ko',0,1673880032.0010,234,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','Kr41xQJivySYtwn8s2XC6quO',0,1673880049.8595,313,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','wOH7NZmhe0A34DKVEvGCFoqa',0,1673880059.6713,252,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','XbxEKGqBYu6mRUjoav7Mn4CS',0,1673880081.2720,261,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZJ3l1YfPIqsmO5CQRpH4zaoS',0,1673880107.5840,235,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SwArO87VavIjkFMQNDXECeqg',0,1673880220.0241,318,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yI9maVlzfEtTvxg0jckqWR2w',0,1673880334.2488,349,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','39AtsmM6N1IknQKFPYLSCi2j',0,1673880509.3745,269,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','A5X1slkhiEzSMfwRy28tNqdT',0,1673880751.2724,283,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Rp6vCEHeBhin9jFZDrzW5Nsx',0,1673880871.3213,216,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x76D8Jv1ZmwSVbf9u5oUBG40',0,1673881024.1692,253,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','suyUQohtxLideRfCcV9AvTmk',0,1673881311.6980,233,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/xo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Htb80aOAekVL5uzNCFQqTD9X',0,1673881422.4302,285,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/mi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2AaKDqxYX1p5eLT8PEhNSduM',0,1673881527.3748,237,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/!.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dQGJqTsOAly9nV28L5H6zUIY',0,1673881618.1525,341,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1x8gt4k2TqfKy6vS7LPbCBMu',0,1673881849.4552,248,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RdDkxESNzpO3W8n9gCtwVHaY',0,1673881951.9251,384,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OgEhKJncef7zaFWouRQwxHpG',0,1673882062.5897,245,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','60snW3OeNorg4kxJ5DpcjQFa',0,1673882162.4844,253,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','W5Uqc9CM4sdN3x6bYHEyu70i',0,1673882332.6792,229,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/includes/uploads/Va.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Te7JWlLYfvi89QqVaygtECMI',0,1673882528.4507,227,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/uploads/readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0bF7c9W1LJoe8RKl42XwOmHq',0,1673882657.7285,222,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/uploads/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GQdbOBFxLIR1pfiUg2tJlHm3',0,1673882776.3968,238,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ci8hf1Ot0EskGgTDj5u2KdJR',0,1673882948.1458,219,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7Sbt5jzO2PxmipIeErw4XlGF',0,1673883191.0888,263,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/maint/wp-readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','j1remubgQV8kEqlo624hK50c',0,1673883305.6866,220,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/maint/wp-cron.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eA6t7gHY3ESRmadJbzpOyZKn',0,1673883696.9427,269,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/media-site.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JXf6Vuo1wZ3bUGsSeCW8AM0c',0,1673883885.4915,220,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','FeYi2V7gN89hZTlazqsP1KUy',0,1673883887.1445,227,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Ob7GIN3jq0c5Wv8naHLJZ6rY',0,1673883888.7305,270,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wordpress/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','4z7rlDREtqmBLoQTVYeMsXC8',0,1673883890.3738,245,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/site/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','b62ocfGQpEikqhlNaXPuCWwS',0,1673883891.8425,195,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','fANrOapSVZ5qbvxmcw3ekgs1',0,1673883894.4887,322,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','gStdIhMlfB0645jcTDw2isHx',0,1673883896.1548,261,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wordpress/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','oPMV4IaeAfn0HdgyY2WJ3rz8',0,1673883897.7540,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/blog/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','M5scCO9F4VfgJ0QPm2LuW3hU',0,1673883899.1998,211,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','IlWPaG8wzTSEHUO0MAp4Fg53',0,1673883900.6585,204,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','4hUyEJxf58bAdRlmjkSs3zBP',0,1673883902.1182,209,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/alfa4.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Uj3DIsrCvnoVFdHY5kzS1WMw',0,1673883903.5958,198,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/dz.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Ikiel0aMns8ZvK7muhcqrdXS',0,1673883905.0174,209,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','8Zcuatsxr0pKMq9Y1bwWiR36',0,1673883906.4294,235,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/sells.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','M5PEvLYeqWtS9igoTGfCbzyr',0,1673883907.9623,224,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/info.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','AJthyI4qvP8TLG2fmsUQ13Mz',0,1673883909.3902,354,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','luRXs9Y4Z0Q8nfryH3Pi2JgO',0,1673883911.3263,240,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dFrYyvuHW9asX1p7VwnA5Dl3',0,1673883912.7646,196,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','piQsT1oPRvSaxLIUtBVerCZj',0,1673883914.2340,200,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GPNd3s8ExoWcu6Bl4FSnCtKj',0,1673883915.7187,228,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-admin/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','obu8eG2jCit4OVMmQw1Ngf0P',0,1673883917.1479,186,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ycNL5kaEmh0qjvu8QGiAXVrg',0,1673883918.6065,198,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-includes/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','nt1qBvlzxRfYT0HedjOFh5mW',0,1673883920.1019,259,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','DjxC2si31lnapQ9Jqefv8BIr',0,1673883921.6221,203,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/Alfa.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','hJqHT358amfrOQNkYLnKX6Ce',0,1673883923.0438,222,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','317ibUXZLFKVgNJu9SlOrPcp',0,1673883924.5832,197,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','s3zvnHthF5DVXCx6jTU0RgQo',0,1673883926.0890,186,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','pKcnCmvyaJxd58NAIbfTPUDQ',0,1673883927.5784,206,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','yJVABNUKOrXDqsi3mp1hTPka',0,1673883929.0578,213,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','xONf68hUVsynmoLZ2k0r4tC1',0,1673883930.5106,212,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','r4UuwfFgLEXpQ63OvN5ceTSx',0,1673883931.9429,210,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vqM7oyCc8mQubpY9NEOgt12S',0,1673883933.4204,231,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/uploads/F0x.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','j9RPEWGCT2QHBtdcSIOrwiVe',0,1673883935.1351,199,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Bnlu3S9QM7crtNIWPUsLEpXv',0,1673883936.6166,211,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','C0yOpWgA8hj2vfLsxcu3K6em',0,1673883938.0528,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','q2tCMNJiB4lfoHQVF5eabwIx',0,1673883939.6160,202,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','FOcHX68ZoElAGd37ejSbt0zk',0,1673883941.0819,214,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','HQM5b4LhRBSVdYWkKurgi8Z0',0,1673883942.5316,270,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','15KkcqUwvRYJfFsbmHPh8SMG',0,1673883944.0347,177,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GDrohgBXYxbWjesvMHRu6SOK',0,1673883945.4169,221,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Jc1PLt8IsCDm6RHkhy3BqTbG',0,1673883946.8769,179,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','T68feXQFPbI103xMmCRNgKkh',0,1673883948.3190,216,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','e9pxgWH1a0utBlDzJY8GXqQK',0,1673883949.7369,186,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','yDgUo6zawHFcZ7n4T5bWJPOV',0,1673883951.1557,192,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','nLqiJXRkd5O0rEVy2ewCxSNm',0,1673883952.5960,212,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/indo.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','nbJ8hEA0lmFgVKfr4k2Yu6Q7',0,1673883954.1051,206,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','UuWwx4aX0kbvcLT7yd96Rl5I',0,1673883955.5358,203,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-2018.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','2DLRq3pTNPUjGZ6BCOznsurw',0,1673883957.1055,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','AMJUB8Iosfy23ZheKHP4g5vj',0,1673883958.6061,241,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-2020.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7YjT9GDn0QVROtwqPUJdxFH1',0,1673883960.1074,212,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-2021.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','BsE3Z5CIrq4aQP06ROAh7GyH',0,1673883961.5346,209,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-2022.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','EIiBQWJwjZYAuDMb1dnFCapl',0,1673883963.0245,247,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-2023.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','kP9joiT3mMAcKGFrqRaCWVdU',0,1673883964.4796,213,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','I0xOVE8frq9vZSQ2Abdogwla',0,1673883965.9473,198,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ugqAIyTUpEiX9LQ1s2hfPNoe',0,1673883967.4054,210,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','cBv7humDOXSPfGKq6eEg4pQz',0,1673883968.8717,190,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/upload.php?mr=exe3','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','frnqhU5SoXK6Gimj9OTgtzYQ',0,1673883970.3596,211,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','2sIvE7ePdCQ0gO9yK1iTuchM',0,1673883972.0332,199,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ie1STkPLxoEthdAUHNB89uFz',0,1673883973.9274,195,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/indosec.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','TfmjMK4IxszayvNcZO9Wepbn',0,1673883975.3423,225,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','n6CyYELqQOmsSNGa2rp0fDFI',0,1673883976.8003,192,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/index.php?3x=3x','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','AKZu2g8kTCOEf3YNoDQUi1dx',0,1673883978.2832,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','YOpItDQG0bzVeW97TEUfFoBS',0,1673883979.7442,204,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','8UIeRp26ntTmZqdWyvBcM17O',0,1673884024.0465,189,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','q1HSCWaA3yGBmgR4Xd6ZE7bx',0,1673884025.4467,189,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cgi-bin/mt/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','bu4DIs3GVfTAj6gMpPSJnvWw',0,1673884026.8542,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cgi-bin/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','X8nGby7IQW065cF3sLKt4zqa',0,1673884028.2502,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/mt/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','taJN3icTkxpEg6DI97yeXA5W',0,1673884029.7694,185,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','09BZqz3lspT7XgDOinLHS4QU',0,1673884031.2096,183,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cgi-bin/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','qMcNs8pWHKf5RZS3eO6lQPB4',0,1673884032.6321,200,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','9HonOc0v5sGNElU8Taipg4CB',0,1673884034.0535,197,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','mTRnAzO4U2IMNVXrtchaopGi',0,1673884035.5139,264,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','IFSyGlLuTHVEdYpef6mUhgC0',0,1673884037.0309,242,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cgi-bin/MT/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','ZTSlQViN8jgzxFDLnUWBYyM7',0,1673884038.5297,214,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cgi-bin/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','P6YV8xzkoQ5ipCZGHrO9gWy3',0,1673884039.9673,189,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/MT/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','3iFP8ljMbDAJ7XS4QERuac1w',0,1673884041.4505,206,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','FmIBlb8uyLZVs9deTz1oAk4E',0,1673884042.8764,190,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/mtos/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','A6m3Ns4cW2DxIgqjZlB1Gz5L',0,1673884044.9622,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','hquoDOrdRSjns8axX2QG6IVJ',0,1673884046.3589,198,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cms/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','1i6BsKg2VraG30bjzRXMLIpT',0,1673884047.8791,204,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','t2Vwna0JWpyv9zcZ1RkgQeBY',0,1673884049.3447,217,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/blog/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','f4KHS3R58lV2kgtJzhYeLAZd',0,1673884050.7469,208,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','QtRkAnBuOq3VfEp76GbIeSwW',0,1673884052.2565,186,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cgi/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','UrvbtZEMQWCe5oImqKLiD0Bf',0,1673884054.5776,242,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','0nwPG78yfIX3jAtZHMvKRps2',0,1673884056.2018,207,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','XYVt5gL2yOJSax7DRITFHwU4',0,1673884057.6499,436,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','46EMsQvzboIct5q8Wu0xGjhd',0,1673884059.3187,188,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/themes/pridmag/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Z3BAmFxWouUdQps8bhkrRCG0',0,1673884060.7340,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/themes/pridmag/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','rdkagTjXfW17YKhB9UFPnqHs',0,1673884062.1955,189,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','iVyJRX2WuHFsGTnMD3NwBe4L',0,1673884063.6229,202,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','hJ9pkDQ5fyCrjRtmcSPx3KeT',0,1673884065.1108,239,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','hIAeLTucYfPjQBO21boviamn',0,1673884066.5978,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','pbqiLSafmUdZkXjnDvQgF67r',0,1673884068.2995,198,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','xkGsbiwFvt6MjXW1mySgeCYZ',0,1673884069.6904,217,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','D1PfuN8lVEdhY7y9sScptTJR',0,1673884073.1999,192,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','kIbTnlV382sdwYGK0ux9AQWM',0,1673884077.3953,208,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wp/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','E74DIG0KjfOUXRqYtFNByorw',0,1673884078.8206,201,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/new/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','oW7cGgD9HBdCmOU6iXqjeTSx',0,1673884080.2211,246,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/new/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Pu5znsSWjIGHRdE0pBYT31FN',0,1673884081.6662,206,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/old/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','A1cqfBwJQLiWk7RmHPeZFsDu',0,1673884083.1443,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/old/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','yd4mcwiF0Gl6kvNS9qYT2Vjh',0,1673884084.5991,200,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wordpress/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ujCsVhaytXTxnfrMAzPcR4BS',0,1673884086.0477,193,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/wordpress/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','UGN05bs3MPaWyISYAqD7BoKu',0,1673884087.4798,203,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/test/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','zkl43rxN5bHWns8AcvVuKGBR',0,1673884088.8972,253,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/test/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','CruVUIEZHmOJdpyYweSsx7M3',0,1673884090.4526,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/blog/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','SxVIzNRvCteU9c2wDE5KHuyW',0,1673884092.2615,184,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/blog/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','So6HRLkhJFKXBV1OeyU0daIu',0,1673884093.6386,279,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cms/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','hRpJikUwt8nN52ymaSMOPvZq',0,1673884095.1858,242,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/cms/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','DkxcytOfqgiAIvz3UnH1FY2T',0,1673884096.6660,200,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/web/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','pekmM2zu96NjrgEChXySbcRA',0,1673884098.0943,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/web/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','KnGpXC2wq4OTZHR357Eazjei',0,1673884099.5783,207,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/backup/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7SCez84bgnZda9GLjtuQMf6Y',0,1673884101.1918,378,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/backup/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','0M3Vpqgaot5R48SfJ9YPjG7K',0,1673884103.0390,254,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/site/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7kBre68NxoYquIE3O2GvZQh5',0,1673884104.5561,221,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/site/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','zPyqwjUfNBOdDaxstnFRi60p',0,1673884105.9813,198,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/oldsite/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','fJZwMKcALXbnptGzkRDB8qol',0,1673884107.4362,236,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/oldsite/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3zdTrsvp85Mi7jfXCgoenO6h',0,1673884108.9011,194,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/Paiement/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','UrP3Kh7a59dRJH6SCjVeTBOF',0,1673884110.3090,242,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/Paiement/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dCTsuIVKhgQkyJ372l0E1pxS',0,1673884111.7664,199,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/sandbox/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','n1KRd6G79PLWb0Qk3VxMvBOX',0,1673884113.2327,213,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://sleepingsolutions.co.uk/sandbox/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dBthF6OxyrSLMEWTICA1c5Gp',0,1673884115.0930,194,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hRCigvtsj4qwbF73STuJEc5N',0,1673884147.4100,191,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/maint/repair-bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4Zfo3mTcQ5BnVGu8MLFbK9pD',0,1673884378.8514,564,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/edit-tag-menu.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OMXcYdKaFn7gtN6VGqE2iL53',0,1673884506.8746,275,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/tablepress_controllers.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6Su7Hjs0Dv1VbtYXGPg5RFrf',0,1673884626.9660,254,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/block-line.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4kCj3UFM96ocpJxQmhRfWiDE',0,1673884904.5727,278,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/css/modern/colors.css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oz6SexWkOK7cj9Bh0fDMNbuw',0,1673885051.6295,278,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-includes/sys.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AXbTQOy7ZFusG5dpneYDxUm1',0,1673885155.6088,259,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/includes/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XpmOyWFK8iZCdtuHIT45NaAS',0,1673885275.4097,246,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mR3hxIqb5wsOziNkJoAXuFld',0,1673885540.6570,264,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ucvsqd2zRhAxCZMw03j1bBVI',0,1673885668.9548,232,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/uploads/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NgWLtaAY96xmT2heldEUkQ01',0,1673885767.2936,258,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/uploads/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aHLjNYZ5FgUw7TcPR39rzA2n',0,1673885897.0095,273,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-content/uploads/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3HjTulkrop2LeFUDgb1Wn4Nq',0,1673886138.7526,241,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U7V9EvWMiGXOcLDpYrRn1uwe',0,1673886224.7566,257,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AkQz7fVt4jidwvRnGl3FUDbS',0,1673886312.5882,234,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-admin/includes/alexusmailer2.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7unFmTHrUbcw4kES9OQpv0iG',0,1673886392.3888,231,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LxumcNgnStGFCJ017HwXkA4r',0,1673886556.3837,258,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pJQB03jkH6zPa8Fmn1R4hxtW',0,1673886730.6485,281,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6OlYhMmR8wEsv0WNzgiuFZ9e',0,1673886821.7811,874,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/fa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MrjP1paLTz2v57Bml9dtXZCY',0,1673886899.0893,234,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sCDaM5rGTI1vRKLtHoAgVmNB',0,1673886988.7441,241,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gJr30izEXahFDwKnOVv57BjP',0,1673887129.2675,239,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HMgVxC2BT854wcJ0qOlP7QKE',0,1673887358.4521,231,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','87fVtXLUOEkAyGKjaZNwT3Fb',0,1673887461.5761,285,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mPhIsFwAk31EUWcrvNVoX6fg',0,1673887544.1523,260,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mQU4gMwHWzSqPELIFNpd5RnB',0,1673887628.6786,266,'','GET',403,0,700,0,1,'',0),('125.164.18.183',2107904695,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Dp7LRHA2Ub6KkVmjsdXo1I9Y',0,1673887768.8316,2730,'','GET',403,0,520,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L5QBNE7nk0VhvP4wopJ6FXYy',0,1673887876.5878,253,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HZzve13g0BymWUlLqkMh4btR',0,1673888020.6976,266,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uLshwIeT9alj42nXrqP061Cf',0,1673888093.8322,283,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L7TJyODNHakQslZU5PMcC9mA',0,1673888179.5546,281,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aNBUjdk3eYFuKGRWLiSlop8t',0,1673888276.1888,287,'','GET',403,0,700,0,1,'',0),('156.146.33.72',2626822472,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','0fkcZWtn9UTzqFQybMCH54h7',0,1673888317.7760,204,'','GET',403,0,700,0,1,'',0),('156.146.33.72',2626822472,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','fRA7gYaJhOxtKpWvmuzc42P1',0,1673888320.4790,262,'','GET',403,0,700,0,1,'',0),('156.146.33.72',2626822472,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KCZMRX9yYW38u1iGrv4oqITN',0,1673888321.4625,220,'','GET',403,0,700,0,1,'',0),('156.146.33.72',2626822472,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','8i3WBFDGvc1V9L0YguCKztQ6',0,1673888385.4414,237,'','GET',403,0,700,0,1,'',0),('156.146.33.72',2626822472,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vaLS0b7JnHxMB5o8YOm3ZCFt',0,1673888409.9667,294,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6W1TzPNCKvHElyV5sStRUXQq',0,1673888477.4855,270,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','uekoqxn9CN2FRpUK5yIf136Q',0,1673888507.6933,270,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uVA7zHjJ6SbGw9e8fEhLFnZs',0,1673888554.9266,235,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gQM0sOvy2GxKF8kDYLhHeWfJ',0,1673888558.4078,209,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','NcRvE16Op02xJf7H58ZqItYG',0,1673888581.9014,236,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MXFcJAErbYgzLBxDIf5ThHGK',0,1673888595.6148,253,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hIbJkQ1AZEj80nSWUDmMOHrv',0,1673888596.5411,200,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','BS23QTxkqFYzmAoM4IDCuPti',0,1673888615.2841,273,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','c8KbqyhGBIrxg3iSmntOWXpd',0,1673888619.1070,204,'','GET',403,0,700,0,1,'',0),('91.239.157.59',1542430011,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hQxE3m5j6LnowfR7Ct8KyHXb',0,1673888619.9709,244,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m0yCKn49jZD57cWF21lHEJBQ',0,1673888630.9079,246,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','D2Hljf4umtR5WPio1A60Ksce',0,1673888698.5466,303,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ykI0pAJUF1WCYNidauXK2eQO',0,1673888766.5282,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Pp0oxcHzVR7fwdyCXlMF2vO6',0,1673888770.6085,248,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Yod7m8tMxVBAjHDplgQeTG5b',0,1673888772.4558,200,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mhqCQU75xFSEPINtHweWbYu2',0,1673888775.8868,205,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','d7hljREOYxDiSUgGIKwZ6AMa',0,1673888778.7898,226,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','qvH8X9Ugt1K7dWL2c4FbeQlR',0,1673888779.2926,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','K4X6WwcL9yeJu1inlO2Qk7PI',0,1673888790.9560,220,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TA0wF2MBW6bC3fdl7ZoVeGNQ',0,1673888792.4078,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','tHSuzVFZPWdMecpUviBKln6g',0,1673888792.8964,205,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','znkJboG3fSQBCuyYqMZ74p0A',0,1673888797.6799,236,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rONI4fQB2i7XljEpDgoPzKnJ',0,1673888799.3028,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bd42WB0i7onQ3EaSgTwKzyqH',0,1673888808.7262,224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','7XqhOBlJ2dotE3xIvsSRTUjf',0,1673888814.5265,238,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KvnhfR9wIre13cMSkZYOdHJG',0,1673888816.1807,209,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TwvGdNUcr3fCOzesLxqMy8Bg',0,1673888848.6732,201,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aBtexEdG6UMbwqQHsnlWZyog',0,1673889026.3430,665,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','961BUypJSXTbsvR8jl0uOG4r',0,1673889088.7282,227,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AwZrpb1UEK8cFghmSRJQ7nNH',0,1673889163.9017,231,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i9RXzymcptH3JNanClrdY4Ps',0,1673889240.9459,229,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wO9HiSbf8UPrtaZ5NGgTepov',0,1673889299.1811,551,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tcYBOWny1zsSo0EVT7luRXCj',0,1673889367.4308,243,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/dr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zHyglvxciSdRVGon1AKr4bWM',0,1673889426.5786,218,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZvA8gUjwriC41OcaG9kzBMT2',0,1673889636.0621,220,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L4FaGYZ5soxUtqhIgAOSnQMH',0,1673889722.8053,228,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o8tDqsVPMegEuGvF2JnNBkd6',0,1673889785.0082,264,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','S6Z8apg3rc94LmAIbotNWTj2',0,1673889846.9426,261,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','F312WTcJuBX9l4dbrIn07gej',0,1673889898.0401,217,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jWHaZmOLUv8V27TxSIYBCDp9',0,1673889944.9567,304,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zeIBt91Y3dUw2qcy4ZpnfgOH',0,1673889993.4477,474,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pfozOkSZ0DyPrj2xEUVHGLCs',0,1673890049.6565,218,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/uploads/contexmini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mcbG4HlZv8sQB9gnr2WuNhXE',0,1673890224.9328,320,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4vMRyDbr3tZoXA6KOxFf5cYV',0,1673890276.2637,261,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jE5aUckXx7gu90doOhNiGHAL',0,1673890334.4136,279,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PZGemnl61qhdvDcCktbOVxju',0,1673890414.0031,252,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d4h9z7s8XIm5yWugONZptF6T',0,1673890479.0181,262,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Dwvn2BEHloOX35ztKN6Mmxe9',0,1673890540.5128,239,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jziPnchLu1WAo7k6U2fR3GtX',0,1673890606.0039,222,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qg32dTL9u68K7cpGsEQ4Dejm',0,1673890755.5982,255,'','GET',403,0,700,0,1,'',0),('20.51.247.40',338949928,'','https://sleepingsolutions.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pxWnifQ1IFDvUbK9ah3Zq68w',0,1673890858.3359,912,'','GET',403,0,700,0,1,'',0),('125.164.22.70',2107905606,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','K6ONAqcX5DIVJGC4YhmUbr0S',0,1673891861.7209,3106,'','GET',403,0,520,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hac2XFfIWnrSpdzR8w1TJk9m',0,1673891875.9303,1331,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tG7YLy0Xq9ENiVTbh56ewzjZ',0,1673891877.4167,898,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eEubfr0RIXxGTSNwMQ6DlHjA',0,1673891878.3832,399,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hbjAnpNyuZLRor0UaS2xe3t4',0,1673891878.8598,402,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6vwM4qL1lBgO5eyrTDP0h8xX',0,1673891879.3230,1157,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/alpha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','32a5zdVrqiKJZGtb8loc1X6g',0,1673891880.7062,540,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','31vyaPhtp2BZ9eEKmQ4CD6WS',0,1673891881.3158,377,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9Vbd3LSK2lnQesqGZgw6AP0k',0,1673891881.7681,308,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','b5HIusCeVZiDKzdnfF7YEX4W',0,1673891882.1442,360,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CFmwNYnc3qS0R58HWaQvyEZT',0,1673891882.5725,333,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/sender.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VERC0UtWADXdnyirfLuqem1I',0,1673891882.9718,271,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/inbox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nIxQLciJ7TPkjwlDWN5h9zvs',0,1673891883.3128,675,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TrtgyHUl8Z0G3Dv4dsEaCi7A',0,1673891884.1040,386,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4LNi596Kxzh3GC1WdOkaSHpF',0,1673891884.5744,893,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mzNtSgY8hJyrWZVu0OqRvBoD',0,1673891885.5775,738,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6ym2GLkDTQcCdjWaH5Nbz9tY',0,1673891886.3861,476,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FeMBwTPskuG86S04Xpv5iylC',0,1673891886.9342,320,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oA3LbuFQ4HSMGlJD7U8Oday2',0,1673891887.3306,334,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LtdmA6ETcD94QBICvMKrxspP',0,1673891887.7312,284,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','h89kESJcYwz75URPBL1Dy2HG',0,1673891888.0966,474,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','v0tIWhkqBg8OuSNJLGfHbRcD',0,1673891888.6801,399,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VFIT6dGpMYUZ8oKilEguqCQj',0,1673891889.1435,336,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EUOZyDWmR0xuaM2XV1Ljnw5t',0,1673891889.5584,237,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GTCcVjFxW4bow8QXEzmfhgk0',0,1673891889.8537,204,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','J9oPXy1Fxfe2lgDaYZvOCb7B',0,1673891890.1168,344,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jcB5xMsITqZ1uYynNiVgzJRd',0,1673891890.5411,549,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6kNmOGiDCwlph4cPYyE7Ffqv',0,1673891891.1529,404,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NVs5DGw6nduzSX8cTfBtRqeQ',0,1673891891.6237,405,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QNgdREF7KqUji86IsbzSPtXH',0,1673891892.0985,401,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iRVK2MPzTqpyZckj1g4HG9aY',0,1673891892.5704,314,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QWATIbo3vVpOdLxwruk71aqf',0,1673891892.9443,549,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9YU8akgx5v0Mwhj3WnVEFmu7',0,1673891893.5615,339,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0mfOj1sdZ3PhG72b58qQTyAF',0,1673891893.9734,361,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z9fRIQ4WFPCMxnJ2OyYeSjTb',0,1673891894.4051,327,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SYBXFCIGNVJujAQ67TEDbU4x',0,1673891894.8373,362,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3ErXiMUqk7zKmTeafWIsDLRj',0,1673891895.3121,351,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rUMbutm5KLDyJWjlZdR346aI',0,1673891895.7374,315,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TGxq0Qyh5Y2uErebBJaNisFg',0,1673891896.1192,370,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NUhfzY87KDdLa0rGHugq9QJI',0,1673891896.5600,215,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9WmijdUZweRfXlvuVI71yOBQ',0,1673891896.8444,459,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sD8oh5ietBzlJKa3F6uxAVPy',0,1673891897.3744,317,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aFlDn8TI9u5z0Jp6KCb1QMdw',0,1673891897.7612,308,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tPkqKcz8rjJYhEbRxVyBml4U',0,1673891898.1466,200,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qUsZHlb3jLTr5BSnYJaA1P84',0,1673891898.4182,281,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DwdsLot30eB4gb2qESvz9CuG',0,1673891898.7994,238,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SH7KNMAsxzOoaZfdgyQkujFC',0,1673891899.1067,314,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pZneDFM9mO15hgabEASkRwNT',0,1673891899.4997,233,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NC7UYJiWKF9e25swBOh3XAIP',0,1673891899.8035,205,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LdsV4CeKHbi29MlGhJomZSzx',0,1673891900.0813,313,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','byawIfd8qAZMQ4i0BXS21zW5',0,1673891900.4618,320,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zXlvMtOaSwAjGDbmLQps8hxZ',0,1673891900.8529,312,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BOWZibx0F9E3qz4kQysdcoPU',0,1673891901.2303,258,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ho0cfJ95WYIeqyu8hZKNbVUM',0,1673891901.5579,227,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pMn3iZoeFmDx09zUQhBkENSr',0,1673891901.8515,285,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ctzZKf9gPCoUXwdHavS4OIbs',0,1673891902.2056,317,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IK2hHqlZrxMwTW81QAo4auCb',0,1673891902.6051,251,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6o91NMQLBqZiDPwlOsXnYzHj',0,1673891902.9244,228,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IWsy7vrL2wdxXbAMGB3EJY61',0,1673891903.2346,291,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','we02vJDbFiPAQKWdEqtB8srV',0,1673891903.6023,259,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4hTiNOoU7eRfMgazLsvbk5Pq',0,1673891903.9305,255,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CujofSWkMzmXlFdUpLQhAqw6',0,1673891904.2697,252,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kLcZdnEProVzQDlTFRJshGNp',0,1673891904.6093,252,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VqWx74EpRYTmLwi8MPNK3zHO',0,1673891904.9267,247,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pm6HkZQ27ltIyh04co3EaYLv',0,1673891905.2337,204,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pho8XJV09MeUKavD2WkLnyqH',0,1673891905.4958,237,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','M0XkJlQBStROEg3N7bTH2ans',0,1673891905.7955,237,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JZL7tigCUkF3bBx5d28vfsSr',0,1673891906.0923,209,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','byi3R1Vt4EN8z7mPSFLCpjA0',0,1673891906.3695,203,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5No7H0d68JjekOhFxmRrQv9M',0,1673891906.6442,251,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','soPctaGnJyUKSIiM7p10uARD',0,1673891906.9613,287,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CAqWe9jSUEuyM450IQ1HL2Yg',0,1673891907.3079,387,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IOeQWnPU7saobVlh92jBHrk3',0,1673891907.7881,398,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7Iow3qLJ4Y0PAMspdXg2uCnO',0,1673891908.2424,274,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yGrXqHVd9wlsmC4RbtBA2EZc',0,1673891908.6004,297,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','n8xt6csDJ2rGaOPV9ge04HyI',0,1673891908.9677,367,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qr6NDlI4yk5A2decgL89tqOT',0,1673891909.4031,201,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SvhdiGWy0rVqUkZwRM4s7TPB',0,1673891909.6870,293,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U9PIrjJx4i1yhgMFnTdoSsYf',0,1673891910.0486,364,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4cjsA9xBKIoHlwiCQmWRpD5O',0,1673891910.4839,274,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QFmBzOuobl9weIS3qMXEvCPL',0,1673891910.8370,268,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pML36SRykWa1sT9roVPCJcub',0,1673891911.1674,253,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BX24GTiSlxNHyr6sDJfRducq',0,1673891911.4830,230,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wnORY4xhrbatAoGKsm0Li8Hk',0,1673891911.7825,252,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lwtycmszqKog3TjUYhEH5Mxv',0,1673891912.1105,218,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2pX8xYdgT4VZifEPqQJaGNuI',0,1673891912.4049,246,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BhbscrxEUF9IMmop7WPX0LZQ',0,1673891912.7191,217,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CB2GebRKLqX3HacUS9On4iMy',0,1673891913.0125,210,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hu91lDt4JFnHkBV5ML6AcRSj',0,1673891913.2957,293,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','t1k7JAmOcTh6G9vD4LCzbaEV',0,1673891913.6577,236,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YshKvF5Sci0aQOn1Utjzmy6L',0,1673891913.9613,251,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IEO4ioPngRByavpTkh6XSl8b',0,1673891914.2824,337,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UFg7XYDqcbIWVJxe6Ndhl8vQ',0,1673891914.6930,288,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EtMn6l8PGK3CcAVIxwLrvbW7',0,1673891915.0510,275,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MekK7QxTJ4OXjl8IprDmLNcY',0,1673891915.3868,216,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6eVWUa95lufkov8Yq0KRzSCP',0,1673891915.6629,257,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jGi5PFgmSvJZDQAlNxLhfwKV',0,1673891915.9836,235,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PGSI6Yaq9XKLUFNZkQBTn2iv',0,1673891916.2827,299,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x6zAmtMIBfhwuJY39yX2loQq',0,1673891916.6423,212,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZcTJFaMP1Bd6p7mfLbhWKkEC',0,1673891916.9132,277,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DYT34r2ZdnuLVPfUeotWOmNb',0,1673891917.2530,205,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xeoM6uRBTAEv8W1UapYnsq2G',0,1673891917.5171,207,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FZCPcJjnTas5XqIRkE7LyxS1',0,1673891917.9063,303,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C1IOzflMXPFyGoxmAVeKRch0',0,1673891918.2712,216,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IOhMwNnamQuAjJ6eotCTGWlU',0,1673891918.5500,204,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GVvRcyDaLZpT2e4MNshjCUH8',0,1673891918.8237,194,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7JdoZnRtB3pDEA5TIamL1bUS',0,1673891919.0793,264,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','G6rdEMVifCx94sI1FZmlPw32',0,1673891919.4028,238,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w1PTjNrovQ6sdBCXGZk0JLiI',0,1673891919.7052,269,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kdoCBigXNRpEJMfSwz7K9Vrt',0,1673891920.0326,203,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','emZIiEshjzqpAdn03bUNKMo2',0,1673891920.2997,201,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ua5OGXB2ZnxIEfKTzH6opkYQ',0,1673891920.5843,222,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y9MxFzObJES82HlNi0cADt5R',0,1673891920.8912,256,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jqsZaVp2o1vim5CKuyzgfYlB',0,1673891921.2118,293,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JD37KewmcHydhUji68SVbIPl',0,1673891921.5800,278,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4OdQ37u0JfiabgATw82LrtMz',0,1673891921.9301,264,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ylg6ZNqeAWbD40orRpfaPujF',0,1673891922.2562,296,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ikpUC92PNRKDcMmnOq48ATfW',0,1673891922.6236,195,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hLyj6sd1WAe47vzMnqJSZRBE',0,1673891922.8866,211,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ELQY93rkSwy8Uxj5eNbPOGdl',0,1673891923.1664,261,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dZ7T0NpkOVUJbCzSA4X5oYDc',0,1673891923.5181,197,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WFmGx2f8CaQTAseMOpXiNjy6',0,1673891923.7828,217,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sJOECMWPoux2aLD3dzBlb7Tn',0,1673891924.0703,189,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6VQskY9SgGfOpinMyuZbKL0E',0,1673891924.3281,250,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jKIeWCXJi2Yy3RBFzLqA90mh',0,1673891924.6466,180,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BZiMvyoun0GmQxXlJODKjbkS',0,1673891924.8955,186,'','GET',403,0,700,0,1,'',0),('196.118.14.220',3296071388,'','https://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i89TPoyJ6dXDH7hQnGue3VlA',0,1673891925.1561,266,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','ZUHaR1ucWBNMG4jf2sJDAorb',0,1673894007.6191,270,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','sCVfJLkSlKg5UI6c4FuWmTZa',0,1673894008.2976,211,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','VyUsfzgClamR85ZwhEx6ie9B',0,1673894008.9084,272,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','OsDkqlcoQjzrbUHF6y5tZnSx',0,1673894012.2283,446,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','qIjT2156fhymwiMFs3o8dplQ',0,1673894013.6097,259,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','fsOVrkbQl3jPw8uFCAgvX9Ix',0,1673894014.4835,317,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','aKXxor0H9nCgMOPdDhvENckJ',0,1673894015.2291,308,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','rA3qhz6sEK0nmyYo5cGfluk8',0,1673894016.3331,282,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','cb4s7MjBGAPU8oO3CSzTJYDv',0,1673894017.0150,345,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','L0ZqN3MIuEvyoFBJDWc7kVxd',0,1673894017.7679,355,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','bTciaxdprQZ5RD1eFhWqMwt2',0,1673898294.6644,265,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','4aBzZ29qwijYSbeIo30OW8vT',0,1673898297.4381,267,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','vErbGHf7BIWNMF9R83kzJe2U',0,1673898298.1254,203,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','z0u9m6hbN2HYGcZxkEnT481j',0,1673898301.3978,332,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','jH54GlCuniV0bcvLfzPQUyrN',0,1673898302.1601,250,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','m3VCSsy4foT9AdqEwbJQ8ugc',0,1673898302.8399,247,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','GlqmJpNBPyYMEAxUv5kCz4Zu',0,1673898303.4917,262,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','FBXwGIjsoJzrOS46anAKU0vC',0,1673898304.1575,358,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','oBC1jUrpX5DuTkVd7JEa8wLt',0,1673898304.9215,354,'','GET',403,0,700,0,1,'',0),('45.248.151.27',771266331,'','https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','N4vD9kQ2x1M3dcIBUEFeH0sP',0,1673898305.7218,611,'','GET',403,0,700,0,1,'',0),('3.227.0.202',65208522,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10012','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Zn2p3XQSrikYBsjwOh8RUMa1',0,1673901591.3983,247,'','GET',403,0,700,0,1,'',0),('3.238.113.236',65958380,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lgEcXqHUnAGdtayhW4ZKC5Ms',0,1673902067.0154,274,'','GET',403,0,700,0,1,'',0),('44.210.233.122',752019834,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vcUzdyrpQY32WiqfF0NAKket',0,1673902397.4823,234,'','GET',403,0,700,0,1,'',0),('91.239.130.203',1542423243,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','n9MLRbEgTDrHYPys3IlWtC7F',0,1673902528.1676,450,'','GET',403,0,700,0,1,'',0),('3.227.10.8',65210888,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18054','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xE09lM8dGquy2Oa3pRUhcoLe',0,1673902531.8721,255,'','GET',403,0,700,0,1,'',0),('91.239.130.203',1542423243,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','9P4xB7Jh13jgaEkrIfqKDYCo',0,1673902554.4156,229,'','GET',403,0,700,0,1,'',0),('91.239.130.203',1542423243,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','rVJeymNjZXxAbMvE7plC4ULB',0,1673902555.6388,204,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','RtQ0BgY4U6xXA3I2wv7WNin9',0,1673902563.7708,190,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AIv3UHi58Tfjd4DXsEtZVKam',0,1673902564.2982,193,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','oSB5v3kjYEU2RIqsALXxZ70D',0,1673902566.3888,224,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zRuLFrb7N3fUOXme1d4lDPqt',0,1673902592.7781,227,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lCt2rXdB0xGzYoSmAI4PFqRT',0,1673902634.6149,256,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','1rFOT5RVvAcUdMWSGt2yomu0',0,1673902638.8946,247,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','i0Avd5fso7WP9Gbjgx4tCpRu',0,1673902640.0636,183,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','HxVOMykNjb0IDKq2tg4eGUCJ',0,1673902734.8274,217,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','z2Jd7efqoKkn8SNMQiVIlvLw',0,1673902761.9828,228,'','GET',403,0,700,0,1,'',0),('169.150.201.134',2845231494,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XjQbk2VCOL5G7vNBow6rseZ9',0,1673902785.9150,251,'','GET',403,0,700,0,1,'',0),('66.249.75.226',1123634146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11112','','{\"1\":\"Googlebot-Image\\/1.0\"}','OTJzUE5RCsPrFIHghYGKQdA8',0,1673902903.4472,235,'','GET',403,0,700,0,1,'',0),('3.235.225.124',65790332,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18613','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','StgNiYUwGOMbFxJa89721BnX',0,1673903009.2382,247,'','GET',403,0,700,0,1,'',0),('18.232.171.177',317238193,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XLsciSVuwKdaREpJDvkog10T',0,1673903079.6796,248,'','GET',403,0,700,0,1,'',0),('3.235.197.23',65783063,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2NoLBXv9d4QFnjqlGxPWUMTh',0,1673903160.1932,227,'','GET',403,0,700,0,1,'',0),('3.238.246.240',65992432,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14847','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ifsK435aluRbUIoCnOG16vqJ',0,1673903202.8157,254,'','GET',403,0,700,0,1,'',0),('3.236.21.24',65803544,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10284','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','82GcFLzej1nEqPOM3ilUZ7sY',0,1673903344.9832,278,'','GET',403,0,700,0,1,'',0),('34.231.21.164',585569700,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18168','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kRlfHu05P2axQ9Eqh3dMv6WZ',0,1673903512.0139,259,'','GET',403,0,700,0,1,'',0),('44.192.21.140',750785932,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16988','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iak0mrt1xP7CGHpUR4V9SI2g',0,1673903663.3723,284,'','GET',403,0,700,0,1,'',0),('34.204.199.151',583845783,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17333','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pFQPVrSDyOW4t6zle5vMk3EI',0,1673903942.7770,294,'','GET',403,0,700,0,1,'',0),('34.204.191.167',583843751,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18157','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2PaVWEGyxj6dfhHJ1ZUbYsCv',0,1673904006.3068,236,'','GET',403,0,700,0,1,'',0),('3.236.112.16',65826832,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3138','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hdNte1QuiBZsSvRpKkCXTmDr',0,1673904178.1532,242,'','GET',403,0,700,0,1,'',0),('44.197.232.15',751167503,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11642','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','p9remOLaDjsCgQZlFhuMXKvb',0,1673904203.0969,245,'','GET',403,0,700,0,1,'',0),('3.238.23.140',65935244,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AeiC6R71SnJzQqL0TtF8ZDOr',0,1673904254.6575,220,'','GET',403,0,700,0,1,'',0),('3.226.74.13',65161741,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5362','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rVKzWjZxBcgmnaSdpRqCyTEv',0,1673904381.8958,244,'','GET',403,0,700,0,1,'',0),('3.236.7.66',65800002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18587','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ehq2u5JdSFnRtKGsNPHcz0LI',0,1673904424.3218,229,'','GET',403,0,700,0,1,'',0),('3.235.185.80',65780048,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3803','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MBrF69go1ltYEAGDLdwkcmIn',0,1673904702.4051,237,'','GET',403,0,700,0,1,'',0),('34.204.192.19',583843859,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RtGf637gxAdZKHJejBlUTPbz',0,1673904737.9933,233,'','GET',403,0,700,0,1,'',0),('44.197.232.15',751167503,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4813','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','W0YCZAc8dolJ9eaHUfxMGt2P',0,1673904841.9937,237,'','GET',403,0,700,0,1,'',0),('3.236.213.8',65852680,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10342','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GD70CwHlefgpbazW6rhEdSIY',0,1673904845.9694,195,'','GET',403,0,700,0,1,'',0),('44.192.82.51',750801459,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QMml30L6PDyRd29oCz1NHsZI',0,1673904978.0774,279,'','GET',403,0,700,0,1,'',0),('100.26.196.221',1679475933,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18484','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','NyLBqFSfOkZg6J5UHEcIGpWQ',0,1673905082.3227,295,'','GET',403,0,700,0,1,'',0),('3.238.26.172',65936044,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JFHfhQgV0jr1dbPW5xKBNwIX',0,1673905199.4028,254,'','GET',403,0,700,0,1,'',0),('3.235.120.123',65763451,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16007','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','VzO0xNdXpUsnIrh4gctYJ7yF',0,1673905342.0482,240,'','GET',403,0,700,0,1,'',0),('3.238.226.115',65987187,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3437','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yzbDHJ0mjGKBQW5vg9ZsiCun',0,1673905367.0853,299,'','GET',403,0,700,0,1,'',0),('3.235.22.11',65738251,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2328','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nKmTpCSOVdyWArqiDFRMs3jt',0,1673905580.9762,233,'','GET',403,0,700,0,1,'',0),('44.200.107.168',751332264,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17962','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8x4mNDntj1RQ6keWb39TwqCX',0,1673905698.3950,249,'','GET',403,0,700,0,1,'',0),('44.192.21.140',750785932,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18650','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nwE4T9dJ87CYLsQq3AlWgzHr',0,1673905800.0429,254,'','GET',403,0,700,0,1,'',0),('3.236.213.8',65852680,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19018','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RPMe3nuAtJZiEf8g0qcVTQGm',0,1673905853.0640,353,'','GET',403,0,700,0,1,'',0),('44.213.67.63',752173887,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14857','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cDoz38Pq6ZBKbA7CUnQIhSOs',0,1673906152.9579,241,'','GET',403,0,700,0,1,'',0),('34.239.147.29',586126109,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1432','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','o6WFIhi1xum02UDSvEBjfLZM',0,1673906948.9727,263,'','GET',403,0,700,0,1,'',0),('3.238.204.119',65981559,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MsTXuKUhtJ21rHpPifyYgnRA',0,1673906965.8169,459,'','GET',403,0,700,0,1,'',0),('3.236.225.247',65855991,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BRAGs5eFJzMZLtvq8PxlUd9N',0,1673907001.6664,295,'','GET',403,0,700,0,1,'',0),('3.236.101.31',65824031,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18995','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zhoyk08AUcMEVeaiTrfDNvmd',0,1673907041.4089,278,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','zphWV6A9JnCeqH8BlOgEdt7G',0,1673907095.0846,218,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','XMtQapZYwnqkVEu4CP61Gzdy',0,1673907095.7146,196,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','eZYvVXJKizkaI9l0rAS67ydf',0,1673907102.8807,241,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','VXOjq6UNBpfbnCZTJF18DezK',0,1673907107.5950,218,'','GET',403,0,700,0,1,'',0),('3.236.112.16',65826832,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3088','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XIVQ3RwCADsc8rzl7knY4o5O',0,1673907620.2100,229,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.1\"}','36rGT9Fe4Kpnf58tjmSwVci2',0,1673908715.4650,1839,'','GET',403,0,520,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','JyHbmliG0O9AgznRuSfjQLTc',0,1673909024.9961,1036,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','urt1Oz483PlWGgKhSaX6F5LZ',0,1673909049.0142,1310,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/ID3/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','wJOh6X3MHFIPSc9gUouva5GR',0,1673909077.2704,2111,'','GET',403,0,700,0,1,'',0),('4.233.59.82',82393938,'','https://sleepingsolutions.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','Efi8VJcghmeB6G2rx3AML5RF',0,1673909088.6344,1642,'','GET',403,0,700,0,1,'',0),('17.241.219.202',301063114,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','4EMcsrlIPxVO8Y2QfuF3kibj',0,1673911201.0641,1341,'','GET',403,0,700,0,1,'',0),('17.241.75.252',301026300,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13597','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','RGClUVy7BTIh4HumMwibjQdN',0,1673911412.9161,1794,'','GET',403,0,700,0,1,'',0),('90.242.186.234',1525857002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','1T5j2ZXhUw4spVIkGO8gKv0b',0,1673913511.9361,1937,'','GET',403,0,700,0,1,'',0),('90.242.186.234',1525857002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','tg3ymf0FopHIj81JdiL5zWqe',0,1673913511.8882,2015,'','GET',403,0,700,0,1,'',0),('17.241.227.16',301064976,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14789','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','8C6RmAtJHFdULY4Kzo7sguSV',0,1673917636.9774,256,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','Uqy78cpfL5Qndr3j2T4ARwl1',0,1673917687.9537,252,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://sleepingsolutions.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','vUPop9g5HCm3JbEhAczeQlXK',0,1673917692.5654,244,'','GET',403,0,700,0,1,'',0),('5.161.41.233',94448105,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','Oi74Ex8NGU5W2QH0mKLtMnRs',0,1673918465.8624,943,'','GET',403,0,700,0,1,'',0),('17.241.227.7',301064967,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11335','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','JLl8mbc05snzMtF3yCTSYkK1',0,1673919846.5049,1744,'','GET',403,0,700,0,1,'',0),('45.33.94.74',757161546,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TOUNarK7iEwXtHY4BlpZkAfW',0,1673920985.9845,1873,'','GET',403,0,700,0,1,'',0),('45.33.94.74',757161546,'','https://sleepingsolutions.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','6GNZUvs2iqrA48WbpxPaMmOw',0,1673920991.6431,1002,'','POST',403,0,700,0,1,'',0),('71.185.70.37',1203324453,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VBbjWe9s5w6SXoMyxvULFD7m',0,1673920992.4638,1526,'','GET',403,0,700,0,1,'',0),('45.33.94.74',757161546,'','https://sleepingsolutions.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ZMEBqxX52tIeQ7Rycg9VAGKb',0,1673920993.0331,1889,'','GET',403,0,700,0,1,'',0),('45.33.94.74',757161546,'','https://sleepingsolutions.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ngof6xeKtSVmcrGq281kwh3Z',0,1673920995.1734,1412,'','GET',403,0,700,0,1,'',0),('71.185.70.37',1203324453,'','https://sleepingsolutions.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','5cbxqLwdgo3eMCnsfXk92r1i',0,1673920997.0956,1054,'','POST',403,0,700,0,1,'',0),('45.33.94.74',757161546,'','https://sleepingsolutions.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','diBpIomxkCzn7gRGOqU9cvAJ',0,1673920997.3042,1500,'','GET',403,0,700,0,1,'',0),('71.185.70.37',1203324453,'','https://sleepingsolutions.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','wa248BzSjbYPQuIGJClktDd9',0,1673920998.4202,1393,'','GET',403,0,700,0,1,'',0),('45.33.94.74',757161546,'','https://sleepingsolutions.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','8vzo10XurA7ibkeEOLGgCFyH',0,1673920999.1200,1290,'','GET',403,0,700,0,1,'',0),('71.185.70.37',1203324453,'','https://sleepingsolutions.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','9nQc2XmifWuyYBjedIKRxvFD',0,1673921015.0959,1713,'','GET',403,0,700,0,1,'',0),('71.185.70.37',1203324453,'','https://sleepingsolutions.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','pIzZirxtJBXDqd6M97jKRNyb',0,1673921021.5596,1779,'','GET',403,0,700,0,1,'',0),('71.185.70.37',1203324453,'','https://sleepingsolutions.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','fyZXjYMamri4RpSU6cq8CVoP',0,1673921023.6465,911,'','GET',403,0,700,0,1,'',0),('51.146.153.24',865245464,'','https://www.sleepingsolutions.co.uk/cart.php?mode=added&productid=17458','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; PH-1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\"}','MUNJwulinfxys6goGZqFp2EW',0,1673927887.8818,414,'','GET',403,0,700,0,1,'',0),('51.146.153.24',865245464,'','https://www.sleepingsolutions.co.uk/cart.php?mode=added&productid=17458','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; PH-1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\"}','r3RFld1B5DmEf4u7vPax80Hi',0,1673927894.2595,266,'','GET',403,0,700,0,1,'',0),('207.46.13.102',3475901798,'','https://sleepingsolutions.co.uk/home.php?cat=2264','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','auWrUJSzhN0mylbtHMojGYdX',0,1673931662.9076,252,'','GET',403,0,700,0,1,'',0),('207.46.13.102',3475901798,'','https://sleepingsolutions.co.uk/home.php?cat=2264','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','Ohw8LlM906F2ePEmBuXRa5nZ',0,1673932043.8524,233,'','GET',403,0,700,0,1,'',0),('44.200.29.242',751312370,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18987','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iP1aRMz0VrZUvHdYGNk6EmIC',0,1673936343.7719,261,'','GET',403,0,700,0,1,'',0),('3.235.242.203',65794763,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19160','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','T4xrbui9IvHUotlwgjL1QZkC',0,1673936492.1374,236,'','GET',403,0,700,0,1,'',0),('3.236.227.75',65856331,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17203','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AecvnC9QHyVpl6xZSW3IuDrG',0,1673936560.4026,261,'','GET',403,0,700,0,1,'',0),('3.239.118.68',66025028,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16861','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tPDQpxmdfIiLsTqFyz8nuRh2',0,1673936836.1255,245,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\"}','KZ3EM6s5kqdJaCYWFxuvUSy9',0,1673937178.8577,734,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko\\/20100101 Firefox\\/107.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\"}','mxENHcCVeUPJ6Fp1kOrGRgdL',0,1673937180.3893,196,'','GET',403,0,700,0,1,'',0),('3.235.242.203',65794763,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','q6Qd1YnNkaOjCt8rmXhALU7u',0,1673937191.4878,215,'','GET',403,0,700,0,1,'',0),('44.213.60.142',752172174,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18064','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nCj7g6yXYlb8UpQSV0I1AfEP',0,1673937390.9856,292,'','GET',403,0,700,0,1,'',0),('3.209.56.14',64043022,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18530','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','S153eohPrwqaVG0C7YjzNpmt',0,1673937473.2539,311,'','GET',403,0,700,0,1,'',0),('44.210.135.81',751994705,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18939','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WzEoV8lTiSyspKUfaB091m7Q',0,1673937905.8727,285,'','GET',403,0,700,0,1,'',0),('44.211.228.151',752084119,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','URS9BTKNqOo8XVd5xIYfkZPH',0,1673937945.1430,256,'','GET',403,0,700,0,1,'',0),('3.231.212.186',65524922,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18947','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','usfdZY8GEnoy2Lt46V9MWekr',0,1673938114.0908,406,'','GET',403,0,700,0,1,'',0),('44.200.139.79',751340367,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2737','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yGwZOadispjnFYoSXDRNzmgC',0,1673938292.2648,260,'','GET',403,0,700,0,1,'',0),('34.239.153.89',586127705,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19052','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','41CG8IKb52v3hBuYAsDRmMnE',0,1673938336.6153,227,'','GET',403,0,700,0,1,'',0),('3.233.232.165',65661093,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16979','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JqarkMoyfF6AZIviDe8j45Eh',0,1673938591.8736,248,'','GET',403,0,700,0,1,'',0),('3.209.56.14',64043022,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eJTo91ZAQGwRX4cdn2lYySuE',0,1673938818.8840,727,'','GET',403,0,700,0,1,'',0),('44.192.38.216',750790360,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','e9rfTtHKpa5RckObzPY3uWE6',0,1673938847.4292,940,'','GET',403,0,700,0,1,'',0),('44.197.231.190',751167422,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11325','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','qW0lvBZXDJCk3xSy9j4ePfaN',0,1673938957.3182,495,'','GET',403,0,700,0,1,'',0),('44.192.31.133',750788485,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17098','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dZGIwxhvsTVYjqBUgu16PRtc',0,1673939008.1422,551,'','GET',403,0,700,0,1,'',0),('3.235.25.254',65739262,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19093','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4rAGTzH6mvRIW72ltSEL19DP',0,1673939049.2073,646,'','GET',403,0,700,0,1,'',0),('18.207.253.220',315620828,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3880','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zyh2fZiIr90duwYME3ksjtCe',0,1673939287.4157,793,'','GET',403,0,700,0,1,'',0),('3.215.133.205',64456141,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=30255','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','APV4EX2N7OLjhF3kSGvnz1Df',0,1673939295.4862,777,'','GET',403,0,700,0,1,'',0),('3.80.4.121',55575673,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uWA9DEIC5QO28PGpVJcXmFZT',0,1673939346.4174,920,'','GET',403,0,700,0,1,'',0),('3.236.244.14',65860622,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18381','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KcgpV1lCXToaLEqeOsDbYA7x',0,1673939801.2281,492,'','GET',403,0,700,0,1,'',0),('35.175.136.183',598706359,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CsgowHreAkT3PRVzKJ0d8tNL',0,1673940254.6474,815,'','GET',403,0,700,0,1,'',0),('34.204.194.152',583844504,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11212','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ed6TMAqDiZ490rUYSvJG1KX2',0,1673941677.1605,251,'','GET',403,0,700,0,1,'',0),('3.209.56.14',64043022,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZYpvoDHPjUVfX0dztLGF243l',0,1673942369.1734,224,'','GET',403,0,700,0,1,'',0),('3.236.227.75',65856331,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TduQi8qow3rUb170HYVl52sO',0,1673942434.1675,251,'','GET',403,0,700,0,1,'',0),('34.238.193.143',586072463,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RhlId36ZTM5aFfVEbNQvtPDJ',0,1673942736.8633,235,'','GET',403,0,700,0,1,'',0),('3.226.242.169',65204905,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','v5DNH1UY0MVwp3Oh4daZX9r6',0,1673943079.5176,213,'','GET',403,0,700,0,1,'',0),('44.213.70.214',752174806,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11641','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SsH0mvFIpZReAi8xoY3cnD2L',0,1673943198.9533,271,'','GET',403,0,700,0,1,'',0),('44.200.29.242',751312370,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14762','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','IDjUXiNJTCzgGhOyvS47tFfP',0,1673943869.6832,234,'','GET',403,0,700,0,1,'',0),('35.175.136.183',598706359,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18995','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','m4CfTYdHuscbp3XOrlVMPwxR',0,1673944046.4338,220,'','GET',403,0,700,0,1,'',0),('3.235.25.254',65739262,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5497','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GY0BTbCEjHMUJIgPqr3R6LKV',0,1673944091.5021,234,'','GET',403,0,700,0,1,'',0),('3.235.184.137',65779849,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14852','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pOniHRN48G9mAcJLUFElbCyZ',0,1673944198.3385,221,'','GET',403,0,700,0,1,'',0),('44.211.228.151',752084119,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11644','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','a6cOKTYsGzj9lXEfiqytwCkV',0,1673945571.5900,265,'','GET',403,0,700,0,1,'',0),('180.149.211.247',3029718007,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','g6QKvwOl1MrVPnY0h3ATFt87',0,1673946310.5965,291,'','GET',403,0,700,0,1,'',0),('180.149.211.247',3029718007,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','unG6kaw3IT2pYvHiFXxQWM84',0,1673946315.5217,209,'','GET',403,0,700,0,1,'',0),('103.214.7.251',1742079995,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','XSYVEu8vWQwFjAiz9g0OGcP3',0,1673946333.0765,194,'','GET',403,0,700,0,1,'',0),('185.220.100.242',3118228722,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','kSWrL0oDa9Pj2gFnVAtbzdEv',0,1673946347.2877,214,'','GET',403,0,700,0,1,'',0),('34.231.180.241',585610481,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rqluVWemN0tF5s2EUgK3zBiw',0,1673946658.6191,316,'','GET',403,0,700,0,1,'',0),('44.213.70.214',752174806,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16235','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0xg7CRDsHknJZqIEe8iKltpm',0,1673946907.5887,1818,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','cMetsCmvXkf7BjgqP5pA6i1O',0,1673948163.7428,2395,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/stindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','iG9rNd0UwWlOV6jE5PozpnJA',0,1673948163.7535,2384,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"python-requests\\/2.28.1\"}','Np5AHrelqwVotX8iLTfQCW9j',0,1673948163.7445,2750,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0H75AGeFo1aYRQVbNlhy9nMD',0,1673948168.1926,341,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','61ywGRXYjL29rVgvlpkQUot8',0,1673948168.3911,397,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uxCGqhV9Bg6TFdEcUKjOfw1v',0,1673948168.3045,532,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"python-requests\\/2.28.1\"}','gCEA3SizFBn14L6KlHftDdO8',0,1673948180.7394,221,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','NxViuQDyc8YZlwMXWA2pmseK',0,1673948181.1170,209,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','LDT35or6GpCePt7lHO9mAWaQ',0,1673948181.1342,252,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','t7f4FiCcbQrZ9BwsOJhzvg2m',0,1673948181.3169,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','D8rvPUkj1lBE405JRMwXxZKQ',0,1673948181.8664,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','t3rXNpWxFk0OUYZgQzvEPi5S',0,1673948182.0858,259,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/maint/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZqfeuMPKSpQDATthYkUd7OwH',0,1673948192.0178,224,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.28.1\"}','NH9KWbQr2S1cRCvwXjdiJhg5',0,1673948192.0488,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','yI5kLRpl8nFhHSMqcGB9Drbm',0,1673948192.1353,253,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TkGyoAShaZFbl1eXNDxUO03g',0,1673948192.4427,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9HCPytUJeIhk20pfgYWKQdTL',0,1673948192.4911,241,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SlseVtE7jov9LZ3XMJyOk5A1',0,1673948192.5719,252,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.1\"}','C41iJXk8EAzKL27qPxjd9RnU',0,1673948249.2760,265,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','thbQuxNUq4SLPf6HWgJ7AnGl',0,1673948250.6576,237,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"python-requests\\/2.28.1\"}','R2SL1w7CeqnvOQtiFd3ogHZD',0,1673948283.7680,280,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BUVScR635hgrZ7bFiGDOey1n',0,1673948284.3467,250,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/theme.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','P9D0JVdk4taERwi1AHN8lcrM',0,1673948329.3568,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"python-requests\\/2.28.1\"}','XlVRc0xDINYq3gjhdy72C5ae',0,1673948357.1684,225,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OJdIcps4CD6fa5R1Ao9rSEWH',0,1673948357.8370,327,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','QjMNykzeOulTwrHascV079im',0,1673948364.1670,224,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"python-requests\\/2.28.1\"}','D56BowFvxViPTsEaJLg04C7Q',0,1673948388.4515,219,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','3WBuT0SRkh4tXfUgC1ZONQHn',0,1673948389.1832,226,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/Chitoge.php?Chitoge','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','Hur6CDiY57g8M0ctBIZXzG3w',0,1673948391.6447,196,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/mod_config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','R6vIFcZmSargJ2C08Luqd1WO',0,1673948412.0227,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"python-requests\\/2.28.1\"}','nxzVyRNZYKj7OvIXp5A1rtaL',0,1673948427.0294,354,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','nOg96SkiTJ7wAYDGlZyFmtx4',0,1673948427.0629,347,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"python-requests\\/2.28.1\"}','CSWXZIRcKJpf7xNBGzOk6hbQ',0,1673948427.0773,365,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7Ce2H4vnD6tSrUOskGyZNAR9',0,1673948429.0619,338,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wf79y0ZEFuj6vDQrCGc3KdSm',0,1673948429.2835,384,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JcAvZVKq8tY4XHeiLx3FySM1',0,1673948429.3236,417,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','jLXwJRfg2QBteoupkVDCzysK',0,1673948429.4618,378,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.1\"}','7Pfdx9clwEmetZgWIRB4OAD6',0,1673948429.3996,473,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"python-requests\\/2.28.1\"}','XjOB0pTLNm5HgniR7JwP4rsG',0,1673948429.4062,477,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mEs0gBWnToHMXY4du2lqIZbi',0,1673948430.5622,213,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qRjYdszrGv8NLuToVKfBU6h1',0,1673948430.5896,217,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XcjFhMr6R4vN8e95nL0GAIpu',0,1673948430.6318,203,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/Uploader.php','','{\"1\":\"python-requests\\/2.28.1\"}','VQGa0fWHN9n78ZpB1eIzOkF6',0,1673948435.6707,359,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','u1iBDYKRjwtGe6m7nSsI4N0Q',0,1673948437.0407,300,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.1\"}','oFrWIh9eSg4B2aXbGyL13cMT',0,1673948438.6676,383,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.1\"}','L1oqYNOWRj0imQDlU9Ztb7Hu',0,1673948438.4929,638,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.1\"}','Yc4sOSq8IhfDavnF9MCpd2RZ',0,1673948438.8262,441,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','O3Vz0SJYMpbNU2PFxwcGqrku',0,1673948438.8639,452,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','8wT5jDo4CgFQvKJeNWHqb3Ax',0,1673948438.9502,426,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"python-requests\\/2.28.1\"}','1zOan6GZjt408vplRck9MEPW',0,1673948438.8467,577,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.1\"}','eTWbsMop2XU3O0gIQE7h4fYA',0,1673948439.0289,422,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"python-requests\\/2.28.1\"}','UmjfeaTNP8EL4nZGslbxpD6R',0,1673948439.0577,436,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"python-requests\\/2.28.1\"}','XOHh0IfyBwpRrUao3n2Pt9gA',0,1673948439.0701,423,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','BCmDxEiSFvgeMuGtNq0s3jp8',0,1673948438.9761,535,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-load.php','','{\"1\":\"python-requests\\/2.28.1\"}','mMq9TuYURFnPcGNKH47t2D6h',0,1673948439.0862,489,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','l7Q63HACtGESYVKN1nj8IZ9B',0,1673948439.0720,503,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','ouzti6BWlaDNe3FU7CYKm2Rc',0,1673948439.0941,505,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"python-requests\\/2.28.1\"}','3it54lUMIzCy7hFHEwosDNRT',0,1673948439.2770,345,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','BJvGVa256IHF083Soeryjkzs',0,1673948439.1851,466,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','nucDJIC7OGoUys0vZYFA6Lmh',0,1673948439.4372,279,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"python-requests\\/2.28.1\"}','wgh8t4LKUqBRXxCMIy7c1vbz',0,1673948439.6286,318,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','Uq4lPGQCx069e53sWKREkLoJ',0,1673948439.8128,257,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/991176.php','','{\"1\":\"python-requests\\/2.28.1\"}','Gsw12oySzdOWbU3jk7RFVaMY',0,1673948439.8166,318,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BwSn2lpGu5YKZLvPkqtsU6JD',0,1673948440.3638,401,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ngcpPBWlNs7rCT04mQO1JEFG',0,1673948440.4344,586,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nJC2bvlGtDpZ4kiA56EOmRys',0,1673948440.6298,470,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Iqwh71B9kOdYzNVoMsugvAKj',0,1673948440.5283,586,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gGsTSbzVPuYlLxJc2qEKvaO6',0,1673948440.5452,611,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GvYTZg80WAmdceLaUH5Ctwri',0,1673948440.4972,676,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','X7eMvo9NDaqyB3E58k4Zj6Hu',0,1673948440.6366,712,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OClQSgia4K32sobGmL1nJcXk',0,1673948440.6843,695,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','y6JNcUMhZ5fbSB2GzVW8Dtrs',0,1673948440.8714,686,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2QpCuq0VMLGF38HBKbTtA7ho',0,1673948440.8054,763,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6XxJajfdgCVuoOLADF1rYUIq',0,1673948440.8473,766,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SX8MroZ5nRhOJjQC2z9G3giW',0,1673948440.7457,888,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZxDQFW3okzTMBKXIHy72icCu',0,1673948440.9583,676,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NZxP5yTbRjFlqS7idYaV91GQ',0,1673948440.8456,854,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PxZl2TSWg3hbkqErtC6avJwj',0,1673948440.8407,894,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','Ll5SipbEMgcGBZsTuQ97KDmv',0,1673948441.0341,731,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BUlfcArDTpE7t5eLOoFKnIwj',0,1673948441.2824,504,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kVMA4FJf6GoPKQi1N7TjgrEe',0,1673948440.9446,852,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9KT2mOIgN1kAnsVv6Z3SCclx',0,1673948441.2598,547,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SC7gPYf8edFjyRpiAKrOxtVG',0,1673948441.2438,594,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0gjdrFAGSvi2aMQ9VhYqBbz3',0,1673948442.2181,238,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','fSKhwIx0a76tm3PLGOgon8uW',0,1673948444.0275,248,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.1\"}','RvbVjWFNJ8zlXZxELqYwQ25k',0,1673948444.1231,259,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xcM8VPRGS1gvlN5eHr2mDsOX',0,1673948444.4893,215,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zOX4JvFmklLbuQTjgdw1BpZU',0,1673948444.6403,255,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/wp-content/haccess.php?send=ok','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','89ZHDXCJMyosNnKmxtg4hQLv',0,1673948447.4680,191,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','JqpSYo0BM6hKveNmHzxFCtQO',0,1673948472.6030,330,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"python-requests\\/2.28.1\"}','7HGrY3puzlLijhdRkTVcEFgX',0,1673948472.6166,328,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/gank.php.PhP','','{\"1\":\"python-requests\\/2.28.1\"}','zmABHvhDupFYfcOXUx6Irg9R',0,1673948472.5990,346,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','RhlNBjaZTgq28IF7k5AEVsUM',0,1673948472.6300,386,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','jPfNMTepVLqm9YWK4JvDQs7b',0,1673948472.6478,368,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','zY28K03tVCFGim6A5xfcgEb7',0,1673948472.6159,400,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','WEMNUaz6fG80JtnYRV2X95vp',0,1673948472.7011,379,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.1\"}','S41Qt8cUwxbNYIdP0vRk7G2C',0,1673948472.7355,421,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"python-requests\\/2.28.1\"}','wjGQH2IRqChmaFUbTBiY9zSo',0,1673948472.7617,400,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EXvmPoHTBh76d1W0RZpQC5Lq',0,1673948473.1376,321,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vSa3ijxsCwtELuIFP7HdVb4m',0,1673948473.2338,335,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Lx9MAIycnTsHfmFSqO3wZEuR',0,1673948473.2645,334,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7ROohJ94ViNms3SuytzqPrQU',0,1673948473.2715,327,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dgpj1t5MSqTx7Xi3rEUnNPzw',0,1673948473.2871,314,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','VNeKEHbu4OCPDF12Udkinqaf',0,1673948473.4983,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','i6gj1Puxm4qWB0cUMhCZpXDO',0,1673948473.5405,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TnkiODFpPZcRe6s8SMAhG9J0',0,1673948473.5660,216,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LXyJb7s3SWqFTexUOujRlzKi',0,1673948473.8221,274,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xltavrat.php','','{\"1\":\"python-requests\\/2.28.1\"}','em8kT0CVfWsPvyuQJSj9bG5c',0,1673948474.3476,274,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OSk3IPAC7M0h8uTJq5vNrYsU',0,1673948474.9966,302,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/haccess.php?send=ok','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','vrKNFf9UkY7sCRSg6bTyxLQl',0,1673948476.6390,439,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.28.1\"}','0XNRq4HLIMEuWSjs9bkfGU3Y',0,1673948478.6168,278,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DmR5tZ63PjbW802LuE9NnVQl',0,1673948479.1606,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','2zlbrULkMBn4eYGimvKCgH8Q',0,1673948493.3458,285,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','RB3x146XzcwH5QkJqYVvCiTt',0,1673948493.3764,326,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','G9QovaJpqWn7dY2zCsxk1hDF',0,1673948493.4309,291,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"python-requests\\/2.28.1\"}','5AMNwXWqBLOUF4JnycSDVGvl',0,1673948493.9144,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.1\"}','SjBvqZfeNdxVRUMoOJgiYrEQ',0,1673948494.0022,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','L3nJRMSbw1Cp06uOEVfhoFQy',0,1673948494.0157,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','Dw3AniBrfg2Scxkb0oPHlvez',0,1673948494.0612,250,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5K784hUriwLYoHF1XaOIedRE',0,1673948494.0368,274,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NdaU5PGiJ1vCELWYlnTF0yjq',0,1673948494.2338,227,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','pB9Tmec4z0P8C1UAlYH57k3v',0,1673948494.3585,267,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','6KiNYZFk0mlQ7brhJ1ogxpzR',0,1673948494.4116,248,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0a7kuzfRjKxAhXnd8O62Z5QM',0,1673948494.4187,243,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vBgHKnNXVOdICp32Pl1Gce6Y',0,1673948494.4948,244,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bSPZQcjFCEGo1JIuyKfqa9Bh',0,1673948495.2240,211,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','gripIqWORoU8YKCnGkFPZ4xX',0,1673948513.2545,236,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','Ntn8dj2PzoS03yI6FfmTBM5s',0,1673948542.5372,222,'','GET',403,0,700,0,1,'',0),('20.172.244.167',346879143,'','https://sleepingsolutions.co.uk/Legion.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.103 Safari\\/537.36\"}','rGq1gLnjhdbHaXi6CuU7YBsF',0,1673948570.7829,225,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"python-requests\\/2.28.1\"}','deTQxEy894a7FoXnMiZl1sNC',0,1673948591.1453,219,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NnXjJ9TF4O1SGaqHpxPv5QCo',0,1673948593.9176,308,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','5M3PmyEtIjiFcCR04eWQ71zN',0,1673948598.7627,226,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','0OExN1WGuSt8l6od43YjhHJp',0,1673948599.9605,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mari.php','','{\"1\":\"python-requests\\/2.28.1\"}','glbx5iT3L71SYrKzFA4uNnGV',0,1673948600.4926,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4lNmIuC9iL8PHUzsTAXkfg1W',0,1673948602.2763,199,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"python-requests\\/2.28.1\"}','HV1wcQ6IRN5USXjMYgKAJpy2',0,1673948680.4865,237,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.1\"}','kC9scH201n3emIUdfNjAuSQT',0,1673948680.5558,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','eE8aH6LqKBfF0C9zJmn7SgPj',0,1673948681.1448,202,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','JnHRUGp4lSyZCKtWX5xzN31T',0,1673948681.2592,228,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','ylgAVuN8m1cvkGW6Fe0bYjR5',0,1673948681.2669,230,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dOEyYme9RivqsLJjZSaI3GXp',0,1673948681.9293,203,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/jindex.php','','{\"1\":\"python-requests\\/2.28.1\"}','8i6hQgmvAxRnS5WPcVZot7GO',0,1673948681.9519,227,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.1\"}','0qEJOPrLTMt5zZgkeYpibC4V',0,1673948682.2118,202,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.1\"}','HoGcOCE5NbF3uW6I9mrRlQjn',0,1673948682.2340,190,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','JSypPeYd4f6OvUFL8I7wMXQ3',0,1673948682.4158,226,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"python-requests\\/2.28.1\"}','ajfTPuZ04gIADNwVHUyqd61E',0,1673948682.4380,230,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hTVu6EFSHYI2AOsqxR0mzZpr',0,1673948682.5632,245,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','36dFjaDs1Plo2ZheGtOH9g8K',0,1673948682.6523,222,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ML321gW7tKObzYA8rkSTJu4I',0,1673948682.6492,296,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xzQsK6rwecUS4R05b8Pd3LN2',0,1673948682.7379,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.1\"}','QSf0HnB6u95xLghzyXwDVF3k',0,1673948683.0003,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.1\"}','OsBp2CzFKEHbAPWjetv6NRdm',0,1673948683.2288,247,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.28.1\"}','PqSeLf3OU1rsatiWAXGwdMV5',0,1673948683.3293,302,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','J9HawPL613blkpyuxnSz2RAI',0,1673948683.5084,295,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uiwYt1jA5eIsgNrSdfOvWZ7K',0,1673948684.1741,189,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','W7lS4rwbpn9eJXatzPvGmVfs',0,1673948684.3705,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','s097IFEcWMtljqxLyB2G45zY',0,1673948684.4118,263,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','fLYb1mdtVc0Iz6pKTBkgUxsP',0,1673948684.4105,309,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EZCx5PgbwytXpAfR62VMHYWe',0,1673948684.4957,292,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MSZdgcntjaK61RmXWIVpEyB8',0,1673948685.4031,273,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','I1TcbKyqROMp82DoGeVHgBSF',0,1673948685.4438,287,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xB1gG0WolpArt8dRuifUT7C2',0,1673948685.9838,205,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PF9Z3yH7CXhVKwbonx1eA2Rr',0,1673948687.0770,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','5HJg3eVnBdoNqwhtUs2IZzWy',0,1673948707.9556,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.28.1\"}','g6ia2dbPsFZhzQHAT8Im1jKL',0,1673948708.1148,268,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','WdExQYAMgeU6hs0XSNHumGJ3',0,1673948708.1412,256,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"python-requests\\/2.28.1\"}','CVsFpkcRz016K7PA9Thjbqdf',0,1673948708.1523,270,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.1\"}','luF9tvwTxU0hd1jmRMgOepGD',0,1673948708.3269,241,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','uTEf1wys3ZYAptXWg2KIvlPb',0,1673948708.3896,252,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JTwzI360himoBG7QFdHuDPvg',0,1673948708.5832,305,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.1\"}','IZRKMcGl9VUrnm3ypw58t0zg',0,1673948708.6357,320,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AJvXFiKuIsmzgt40j2bOw6cY',0,1673948708.6977,349,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','fHyuRKF0ex8iQoljgLr49AnW',0,1673948708.7252,334,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YNUnXScfMC5tjemzgqIPpWGh',0,1673948708.7252,334,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','hCkqifxtbK6RTmO2IrzuYlLc',0,1673948708.7359,334,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XUmbdiZ2z0JgABtLl6VFv3IY',0,1673948708.8940,340,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','J3pXt95fi8LDboRmkjqFgMhW',0,1673948713.1074,291,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','kOlGm6XJMsoahjv74Ig5S9iC',0,1673948714.5531,322,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wd2B8MugZno3Hh7tRTDfKjSp',0,1673948720.9411,244,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','WCmcxojps8vLNABIYyuazlSZ',0,1673948730.3868,295,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QBJi3wxmgCnS7uf1PhZEUbcl',0,1673948731.2350,206,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/4price.php','','{\"1\":\"python-requests\\/2.28.1\"}','soHlAxG7ZNmYwPXtnD1JEh3j',0,1673948744.9185,366,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"python-requests\\/2.28.1\"}','mj2ar4qfZwYKSdMDbnQz3ihT',0,1673948744.9925,353,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','By1fALidTwXF605stkpjV8c9',0,1673948745.0062,360,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/license.php','','{\"1\":\"python-requests\\/2.28.1\"}','RmdIwzgoJxhHeK6c5jSZPqrv',0,1673948745.0962,305,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9FPWd0eRiQa24OmtDBucyLh8',0,1673948745.4515,239,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','DzaoC4NQWAfbEei72ZnLH5V6',0,1673948745.5301,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bImxzCkj85ZPG7Yc9tOQnaMU',0,1673948745.6207,248,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','z1MEwqFNYxj34rDtLeBlAfvp',0,1673948745.6938,220,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','icqornaeBuwHyJCYIxX1FdTl',0,1673948745.7428,219,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eqYS36L7t2ywh9QVRfPna4MG',0,1673948746.1020,216,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','0Vvqikgz5dSebUBwfALh6caK',0,1673948753.6110,214,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"python-requests\\/2.28.1\"}','gpslbqoyrISkTtxALdYKMzEZ',0,1673948753.7116,291,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"python-requests\\/2.28.1\"}','T0JtaZHzuovXnICNcebDA6Md',0,1673948753.7463,356,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"python-requests\\/2.28.1\"}','Ho03G51Lpvz8axTliwjEushg',0,1673948753.7440,467,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.1\"}','TSXVgM17nWq8mL0iH5xFyBJk',0,1673948753.8236,417,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','Y0E2qGlgwtSXJ7ODj5NQWKcM',0,1673948753.8805,480,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','WvJ6PxBjaYtAIrRKTp1kucME',0,1673948753.8384,539,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NI8jwFaDLGrZ6gT2JkpBEiHo',0,1673948753.9974,518,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','fY8v0VrGBwJU3lnAdWXhixID',0,1673948754.0259,519,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kdTobGAqMcrvHWJF1ZlxCau2',0,1673948754.1632,458,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"python-requests\\/2.28.1\"}','YgjfUNCSoRI6dyViaBDm9AEH',0,1673948754.0037,652,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.1\"}','nZ3bci8SVsYCXOJuTfQ1z0xL',0,1673948754.0171,661,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jUfrQJIWdMv1cFxbO6g9nAu3',0,1673948755.3741,243,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZQ9XYy4AWqP7Tz6Ucea5LrMJ',0,1673948755.4200,221,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Qql4oxW5dSZBmpwhCUa7FDGy',0,1673948755.4610,375,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','oXJKNQA3ebSmcRs4091LgZfq',0,1673948755.6378,547,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pOSsyIXBWU0ZjLNYf8xRmAG1',0,1673948755.7051,665,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DaQTysGk2VcmPAt469IieExd',0,1673948755.7627,616,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tXdIbRa3h2mlGfzxWDeQYcF9',0,1673948755.7571,667,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Dp1zbcVmvL04o2IHF6KkrEhd',0,1673948756.0041,446,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','asWd8cTXC9K5vM3QyEV4UplN',0,1673948759.4034,313,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/style.php','','{\"1\":\"python-requests\\/2.28.1\"}','z9dGOMaU2ZxhJAg8jBSkrPsy',0,1673948759.7739,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.1\"}','tByzOrCN17IEMK5GdqDsH2mL',0,1673948759.7102,329,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','jk8xSXBZMLbAPs4OmF3TYgKU',0,1673948759.8516,285,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','zQvf03XT1CuJpFlHcUMP5nim',0,1673948759.9939,220,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RCf4X7jt2AUHoJSnsgx30wlW',0,1673948760.0080,266,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.1\"}','CZtSAOkjQ158RBKlD3WdGPmU',0,1673948760.0435,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','PhvXd0bGtlsLBZYxUKwRHemD',0,1673948760.1156,254,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mt/pekok.php','','{\"1\":\"python-requests\\/2.28.1\"}','7IR8fcrMOVF43oHZxgYdEsvJ',0,1673948760.2709,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','04enT9WvoECNVsKbDkdQGROl',0,1673948760.4377,197,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','k56nKvTOhIlgzNMmtEfRxo7u',0,1673948760.6928,218,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zZadBmulkrPGqFA7VJLWYUQN',0,1673948760.7126,201,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','rOKg9Pw2z0Xo6GY5At7WRVnU',0,1673948760.7908,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Nx4H9ucdEXDh2nOkYrWVP0BQ',0,1673948760.8670,260,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TWBu04bEmA9kLZhPtnMGU6Yg',0,1673948760.9481,380,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yS3qVksBCRPlWf029hinzHjt',0,1673948760.9407,390,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dIQObxC2GR4ViUP5tlr0ejMo',0,1673948760.9250,431,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/xm.php','','{\"1\":\"python-requests\\/2.28.1\"}','1mfnjB0oUiMWy9RqdFk8HPQT',0,1673948760.9645,393,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SXO9auw3H4jex1Gsl5TY7tqQ',0,1673948760.9420,498,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','G90nC3aKAN6O2meWsRrVjo8l',0,1673948761.5808,317,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','fw3TnPFCAcIdjZegXx7mOatL',0,1673948767.4322,257,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.1\"}','W0v5YQUI7mfuiLNtCBVZ9wRq',0,1673948767.4764,270,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FYAoKRn2qskGc50hVwmbu6ix',0,1673948768.0821,242,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YSd867mjRhXrGceIWl5MTLQ2',0,1673948768.2397,243,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/css/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','6xUDutnJpj2FvsR9ycHIrmNg',0,1673948786.5809,230,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','wSJTgcKLa2ABmXDFfEUhO07b',0,1673948787.2454,261,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','dePZfyGQ2nW4wOJ5uIisztM3',0,1673948791.9769,253,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.1\"}','ZtSPXTLV8vYfkA4w5Fi6xNJ2',0,1673948792.0013,274,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','csEhJaZ7lQ4yopNnkjxiYSIU',0,1673948792.5461,386,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dSRkyinuKpgYO6tz9oXCArsJ',0,1673948792.5990,339,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','mkIV2EGq4aur93fyQMlxOFSR',0,1673948818.3055,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','f1ns5hQlWd7prY8SHuCvqbUK',0,1673948821.8420,329,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','f9VvYuwFbslQToqcxOBtn6LX',0,1673948861.7914,287,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.1\"}','rxBf0yJc3ReqhYgMKpWPI51t',0,1673948861.7912,334,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.1\"}','jg2nNeqRiO4857F9Ay3QprMC',0,1673948861.8109,336,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.1\"}','t8eM4vaWfE0gYGUXTPjV3lmr',0,1673948861.9358,318,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/error.php?phpshells','','{\"1\":\"python-requests\\/2.28.1\"}','2KHIM5ohEFt73GZuq4VdXiSW',0,1673948862.1602,210,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"python-requests\\/2.28.1\"}','xOzWhwrt9APZu5YbmNivcR6H',0,1673948862.4176,204,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','yDXCEKrLSfHFT28VtOujsqkx',0,1673948862.4930,211,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/error.php?phpshells','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ESm4DVnzWXUOLBGfkHFluMJ2',0,1673948862.6182,215,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HKy713QEPIcdGYDwpRu6ZAkS',0,1673948862.6455,212,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"python-requests\\/2.28.1\"}','sF63xWQHpjnXTLUKSelhPEqv',0,1673948862.6359,275,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','f20cAEVMUXsjqYWpNyGFRk8O',0,1673948862.8438,219,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','B5lTefW7RZFx0VDQrIhnoGsL',0,1673948862.8454,239,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GvWOqISfamMKECUHVY4z8RNJ',0,1673948862.9285,221,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zsoB3gCR2yZNaHS1iQmUlDI0',0,1673948862.9380,239,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yjiLVNc5p9moUkhv1wH0RdTI',0,1673948863.1387,201,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','nMZC1K5DfwuLABIEWrjczi8O',0,1673948863.7426,192,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.1\"}','JhHTC15n2d7PUSKaX6bEy9VN',0,1673948874.6552,272,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','X8ob7BOgLA0eln5xNmVFth4D',0,1673948877.7356,253,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"python-requests\\/2.28.1\"}','hmTU4fQJYHCEc1eSA9s6WlqR',0,1673948891.3727,239,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','Hi75EkDFw8UX6vurtlpKYGdg',0,1673948895.5398,222,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BbjO8gLWCur9wazt75qGMEo6',0,1673948897.7470,231,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QBkqceMSWUN1ni6wzZ7vDIEa',0,1673948898.0092,203,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.1\"}','XEwNDsuj259HfQl1Y7KOeqhy',0,1673949029.7339,352,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','fZgiyVY9B4rJaHOzpqvtdLe8',0,1673949030.4675,213,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','Zc5eRHPYxqdSrQgAmIw1Jfh8',0,1673949033.3699,269,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"python-requests\\/2.28.1\"}','hPzt4mUbfS2HekZ1VTOyncKG',0,1673949033.3853,285,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.1\"}','uUeLcaSYyAjWP6dso23DqiCF',0,1673949033.4834,301,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','Cg2NRYd87ET0OXskIachDiZF',0,1673949033.4731,311,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.1\"}','vApZlt9mJNqWdUSCwPHyBFYa',0,1673949033.4920,314,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"python-requests\\/2.28.1\"}','hYkqBZNJ40e2oAGglbHmX1Vn',0,1673949033.5025,305,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"python-requests\\/2.28.1\"}','i3QzCpX8l2wsOqFKeHD4rA6o',0,1673949033.5290,302,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/about.php','','{\"1\":\"python-requests\\/2.28.1\"}','ctv5hGgHR7LMwaFlXurYo6Ti',0,1673949033.8313,232,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LHvBIhw0d9FVmSq2KPyMjgZ3',0,1673949033.9627,241,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pQv7MU0lVwzen2ZfycHAbxTd',0,1673949034.1193,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZviFO0nWd2E4orIaAjUXqyl3',0,1673949034.1060,274,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jAY0bZ29Hni8QPVfMrSUDgWN',0,1673949034.1493,234,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AUowSzQdaL1i3rDJlPG9OpCW',0,1673949034.1974,229,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JnmozSWQhty3CskK6cfeMR5x',0,1673949034.1953,231,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yx1C7zJpuNwRkma0GrQd2KUh',0,1673949034.1947,253,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-content/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','v2cUTuKWXwyAibjzCRxV3g7M',0,1673949034.3677,215,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"python-requests\\/2.28.1\"}','xkWRhFz39bf50oLcqsNQ6aJG',0,1673949042.7465,300,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Vv9W8G0TMHZEKnkDhoxwurs2',0,1673949043.3586,361,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.28.1\"}','1YxUEN48I0hVwJn9zsROcvda',0,1673949079.0830,368,'','GET',403,0,700,0,1,'',0),('3.70.167.47',54961967,'','https://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9RPBcgh6sEW81VAzJI7xkUNa',0,1673949079.6512,533,'','GET',403,0,700,0,1,'',0),('137.184.1.49',2310537521,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','gBsE1LaXvn4tpMyfldFkiA7J',0,1673950305.0983,254,'','GET',403,0,700,0,1,'',0),('137.184.1.49',2310537521,'','https://sleepingsolutions.co.uk/wp-includes/versions.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','tkU3F0SpiRhOm54Q8n1BvlHE',0,1673950307.2957,217,'','POST',403,0,700,0,1,'',0),('137.184.1.49',2310537521,'','https://sleepingsolutions.co.uk/wp-admin/assets/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','nmr92QTOHCRKwu1pSMP68YIG',0,1673950307.9512,220,'','GET',403,0,700,0,1,'',0),('137.184.1.49',2310537521,'','https://sleepingsolutions.co.uk/wp-content/plugins/walfs/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','lgqmW1pdJPA4feV90LInUcSM',0,1673950308.6253,207,'','GET',403,0,700,0,1,'',0),('137.184.1.49',2310537521,'','https://sleepingsolutions.co.uk/wp-includes/fonts/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','elw0C7rfRVzcBAHNLtoEJd8n',0,1673950309.8837,185,'','GET',403,0,700,0,1,'',0),('137.184.1.49',2310537521,'','https://sleepingsolutions.co.uk/wp-includes/js/thickbox/themes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','XJmTvRn416LHlq2OAdFWIuSc',0,1673950310.5346,245,'','GET',403,0,700,0,1,'',0),('5.195.139.228',96701412,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','suflPzU6DFpWIaBg5TrkLHAx',0,1673951141.5184,254,'','GET',403,0,700,0,1,'',0),('5.195.139.228',96701412,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','WvGZ31dY0wJHoSmn8EjzxC6f',0,1673951171.0016,186,'','GET',403,0,700,0,1,'',0),('192.42.116.27',3224007707,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','GWLSwtx5Cf4P7nlH36uvY82K',0,1673951205.2354,214,'','GET',403,0,700,0,1,'',0),('23.128.248.211',394328275,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','2WNVqLj03chBgAyz5M9fY1Fs',0,1673951219.2627,222,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8CgAMuB5Wk2tIn3HNKRcVjw4',0,1673954581.8908,268,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','pj2Rq5IZtCuMTQg3w1GbiAzF',0,1673954583.1029,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OU26rehVITMsnSt78CHaiBpm',0,1673954584.2481,229,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NUcLREkHKi9FsW8Qmh3o6ITJ',0,1673954585.4071,487,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','o7VjwQUv6ZlsJazF9KkNP3tp',0,1673954586.8441,289,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','AxIg5CUbmqd0Kswy6LD4YQaS',0,1673954588.1465,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','0n3OswJ2LUMT7V4EXmkWSoY9',0,1673954589.2922,440,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','bchNoAOilKXm7L0JfvBjrI2n',0,1673954590.6674,289,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','GaWr7o0lVQsHEJhUu2Lwb3BM',0,1673954591.8853,239,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','T3ydF2wvkC719e0VMuxDzAo5',0,1673954593.0678,240,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Er1LQJ7vMh9abGASZNlHwOFp',0,1673954594.2439,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','uFbq6wWHIv9JYAraXSPopfzl',0,1673954595.3826,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','QMpoUHw4vdDRS7WiyLBu9g0J',0,1673954596.5366,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sLrzi4WGqXSc5mRTFnBd2M8w',0,1673954597.6721,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OvexjbMfGwWLHSK2uETDA8IJ',0,1673954598.8264,228,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','fHYexcoOWlQAbJw4rgsMuGym',0,1673954600.0023,274,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Lwh7pIB25cdOAG4VFouUqMlK',0,1673954601.2316,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','30U5MDvt9pjgJ4uPfFHAB7Vb',0,1673954602.3807,206,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CevJ71qSDZOtEVMuAF5kpQRG',0,1673954603.5194,215,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','64kY5iV3L1oXjqFnrspyfNOP',0,1673954604.6741,224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tKwfuI7NkO9DRYAQmqepord4',0,1673954605.8348,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CtdjoY67mpI8zAyhiSw3rO5n',0,1673954606.9743,226,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Osgrp30kIfVxWDbBzC9ZU51S',0,1673954608.1334,206,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UQeXCBFpNjGoRDlVxyE1HJrz',0,1673954609.2867,226,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JoYlGwfZz89t0AIMiSLnr1Tu',0,1673954610.4624,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','wS9JtKkjfM4qeN07nV3I5LCh',0,1673954611.6207,264,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7Mt0mpTSIrbqdHZNwcFKBgGE',0,1673954612.8343,225,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','RNb3JfSQ1VhiFXIrMzLtjnT6',0,1673954613.9866,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','es7ZSH9cKil8UPAJVak6M1Y5',0,1673954615.1011,193,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KlSPLOtiUIwJo8WBdyTzZ130',0,1673954616.2174,206,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','yscADPEhTfGM8qp2YNLHtxQj',0,1673954617.3381,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','wQ8VJINFlf1bjn5SHxiZYL6W',0,1673954618.4611,246,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JL2tcFuGYEAba1ol98HO5VDN',0,1673954619.6464,237,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nKNecZwD9trB3q0TmfaglPuM',0,1673954620.8019,273,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','9M1F4Nge2wszkdXKDA3yviam',0,1673954621.9911,225,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8BQLai0Iu3WGHno74kcvfAgP',0,1673954623.1361,238,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cpMDrWPHiysAOk8a6GUuTm3d',0,1673954624.3245,206,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7PGuSpoxZiW4HBy5k60wjc1K',0,1673954625.4752,301,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','aJtGnrW3Sk8DRxz7Oiwed4E6',0,1673954626.7355,252,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','03hD5qGUmgxBsieQv2AoEXcR',0,1673954627.9199,230,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','BTW1EFZUPsovACxqVejig28r',0,1673954629.0742,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cq6gWmXI48DzVy7lJjrsLebZ',0,1673954630.1835,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','yBYSucWxeTts5qn628CJjQoH',0,1673954631.3298,263,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','P1zDAhkdRBjsE8cebq7J5ZGI',0,1673954632.5344,263,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','zLta9CdMXEyuvVkRGnJFBK1j',0,1673954633.7789,235,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','T8cndywh493k1VJlf2UE0KmH',0,1673954634.9428,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qgS3HcU4Z6DuYjaWoz8rFv7y',0,1673954636.0784,217,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','LztgSeWsdvRJD6C1EpxbIVZM',0,1673954637.2166,412,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','3atPsqAUND2I6cewSufpbiBv',0,1673954638.5673,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','F13EPGV9M7YzpRHW4kCSjxUA',0,1673954639.6980,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','0qAghMVzbHtKCmElFkQr2WGn',0,1673954640.8380,242,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','q1rlaZ3SAmpLu6isNOPUyVhj',0,1673954642.1294,231,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','iYKf3FtaW4MjeBEUqT5bOgNV',0,1673954643.2951,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NAFqIg9cp5LWQS76HhDzJrRs',0,1673954644.4235,255,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','bincMpLCA14RVYrxQgF2fPKD',0,1673954645.6387,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','OLfEJSqC2NpkPWG1h6AjagUl',0,1673954646.7633,246,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8QArgysckH6hu5dUMtzLbpin',0,1673954648.0206,242,'','GET',403,0,700,0,1,'',0),('66.249.68.81',1123632209,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18004','','{\"1\":\"Googlebot-Image\\/1.0\"}','0Mvus8Qdzh1Oo4giltFGxZNj',0,1673954923.6486,273,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://sleepingsolutions.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','VkXHQ7oCuWEaJlKbYO4yRiTL',0,1673959995.8073,245,'','GET',403,0,700,0,1,'',0),('109.249.187.95',1845082975,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-G991B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','C1L78ADVo69zNr4WiahutHZI',0,1673964251.0347,240,'','GET',403,0,700,0,1,'',0),('109.249.187.95',1845082975,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-G991B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','5t1EaqU9c6iQmDClOsTuVPhB',0,1673964251.0348,254,'','GET',403,0,700,0,1,'',0),('78.129.149.2',1317115138,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1110','','{\"1\":\"\"}','5ryECwNqlbmUMfp2PVsD3jZv',0,1673966878.8604,286,'','GET',403,0,700,0,1,'',0),('78.129.149.2',1317115138,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1110','','{\"1\":\"\"}','m7pxaoPjukqYONTKwlSCIV9U',0,1673966879.1958,223,'','GET',403,0,700,0,1,'',0),('17.241.75.180',301026228,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1476','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','4Hy2hKu5s7P0d1xrkVqC6ETR',0,1673970119.9519,194,'','GET',403,0,700,0,1,'',0),('154.247.241.195',2599940547,'','https://sleepingsolutions.co.uk/wp-admin/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c01HRX6A84dlxFOrE9oZ5V2S',0,1673972620.9127,1499,'','GET',403,0,700,0,1,'',0),('17.241.219.151',301063063,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18908','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','JGCd9qvbD1w2yNBus8REFSnA',0,1673973160.0080,1152,'','GET',403,0,700,0,1,'',0),('17.241.227.102',301065062,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18709','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','De3tqmpGnViyXFS2dWBHjIgk',0,1673974359.1822,1471,'','GET',403,0,700,0,1,'',0),('17.241.219.90',301063002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3218','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ZXGcvyVzLktsq46TbASW9rho',0,1673974981.5900,308,'','GET',403,0,700,0,1,'',0),('17.241.219.41',301062953,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13601','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','nm2SXjG63hHJFWuT1K0RvwCx',0,1673976677.9718,261,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','XjeUVsHT4802tPqnpi7LrcIu',0,1673977663.2281,259,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','pMfOT7yVoqgEkF8aLJhjx3Bu',0,1673977664.4212,221,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','XStmx8nHKio71bW3EVReZrMY',0,1673977665.4962,227,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','FGwLHcjD93Is5gTCVZXvfJ8Q',0,1673977666.6565,192,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','PgyHVRQmwacN9vk4Lzo5D0dY',0,1673977667.4666,193,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','dk1KjNXSq8hPEu5iveo3fLFM',0,1673977668.2019,190,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','2UyGcZQC9R0A1bSDkExlWXI3',0,1673977670.2493,230,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','QYXwWKI63SOsvLBMkTdj2lub',0,1673977671.0931,208,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','lrsAzGiuB2yMvXEnohmwdDHO',0,1673977671.8709,203,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','q17pIBEt98YMwhcxAaX6feJF',0,1673977673.6547,187,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','4LQUsw9fYy2entAgTN5z86Cp',0,1673977674.4628,192,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','vEfqNxaLmkz801KOIutrjoyl',0,1673977676.7489,186,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','NXOr6Ucaxu9028sFDZEbToBQ',0,1673977677.4618,189,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','RtHi1KlsQDXFLEMJ9oNzcwgU',0,1673977678.2515,203,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','TzpcHQELysa9f7YVPZtX1vbJ',0,1673977679.0896,185,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','x4WuOdaIegLYZwkMS8GBtJTv',0,1673977681.2711,202,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','O9sJ10M6hUH2XjLcdDpQPKxz',0,1673977681.9568,208,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','5XqAgs6Oijwf08yauZ2VpCUM',0,1673977682.7725,182,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','iaeqHCWwLAQoENT7rYI6RmV4',0,1673977683.6623,269,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','jpBcXg5kSH9atLeMUATy4oE1',0,1673977684.6265,198,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','9RNpJFI8LAsMTQkdrwqcBXl2',0,1673977685.5881,188,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','iohm6XUOaDQtWHw74BECK8uq',0,1673977686.4973,195,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','9DnLf5oEe3idRIxgk0qB2mFb',0,1673977687.2124,190,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZCnH5KytA23qLoFwVRIDlcsx',0,1673977688.2070,201,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','6Ie4ZB5q1Yw3uVOMmfr8nXdW',0,1673977689.0895,187,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','mEhoq9Qfr83YOdxjR4blKycC',0,1673977689.9660,193,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZFQsvBNuRhGqTldrgzLkapKS',0,1673977690.9241,212,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','SD5lcmRXr63JZKqGMW4QtB2L',0,1673977691.9654,200,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','yMqBpnYxHjhE86cD0lkmsWzu',0,1673977692.9771,213,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','73BECL8QVTH0uzUiWepPnhZs',0,1673977694.2995,189,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','nXkt78zyKugoBRiTESHDfsLl',0,1673977695.1903,185,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZYx4LoN8cy7VbAqt0CHOdJQu',0,1673977696.1119,202,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','50hpQeG43R9uVHi2nOf6PZyg',0,1673977697.3306,210,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','5DA2mOd8P70qnRZocT6wMJxr',0,1673977697.9487,206,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','T46iJerLukft9Cclyh3XGDvp',0,1673977699.1816,260,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','iF9TYN1Cvk3tWB2jG0IcJZ6R',0,1673977700.2375,209,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','bNAz6VTF2RZdvi98jpyrJaoQ',0,1673977701.1318,218,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','6prsMag3VFL2KHhWRTXIGtyk',0,1673977703.3117,217,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','fjMAeNd7V8oOPJS4TYDG31qc',0,1673977704.4082,198,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','My067BveWgAK2pdNtTSQFoPO',0,1673977705.2528,204,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','rhZIiDQxmzBMdwfcXCo4YaU6',0,1673977706.4559,204,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','0aIdvOTH5uSfG9rWw4qibp6c',0,1673977708.9537,187,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','ilVsB8P3Zxn7r5qJfQm2MeK0',0,1673977709.7961,213,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','PUlxJ8IVMzHYd7REFNA2Kiwu',0,1673977710.5909,203,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','pGrS8vABjUbMxCemV3g5EQdK',0,1673977711.6206,205,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','w0uf1CtZ4VgRFBTH5AmkDlrd',0,1673977712.5338,229,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','zLUP25vTjN0gbtQqAICG9pms',0,1673977713.4757,184,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','utqfh9nwDpSkAMr8bK50WYCE',0,1673977714.1329,205,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','20mwFVkLWvyz9oRXTID6Qlix',0,1673977715.3608,209,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','jXbpCO4e5YSWv1EAwq8n9fNZ',0,1673977716.7677,211,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','YgT7B3xuLDJH2Msc6SZmtprI',0,1673977717.2271,224,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','4lhFfkMXtI98eixdEO0wYKgs',0,1673977717.9080,255,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','CbU0D623SfOmvL5dnoTWRBA4',0,1673977718.8631,393,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','bT0rL9FlhK6YDcRNtyp12MVG',0,1673977719.8296,191,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','4sbhHS2qu65AnVyxpieRgcNt',0,1673977721.1739,196,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','XwErTByIsJFvL2NDCuOzpbM6',0,1673977721.6766,191,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','Kau91yDTLQ5rvd3sBAelSUFf',0,1673977722.4317,225,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','3vriAfZPYqlBpmzKV2dJF4uL',0,1673977723.5491,212,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','hJSGlZL3eY2dsA14PWFzqNBa',0,1673977724.4773,207,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','e2VnYohzv9IQaUtOdwH18yf5',0,1673977725.0454,185,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','Gm12RLVUEiCFbOozScQW7K04',0,1673977726.1452,191,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','0DtypJ7miChYrGKkLVIeQgMq',0,1673977728.1507,196,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','cgIDmlMxXqjSU6GwsCWEBZf3',0,1673977729.1352,185,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','oifpaXdBSqwlW42c3zFLk9AJ',0,1673977729.8600,207,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','GYlUm0WADqQzS6cthjsH785o',0,1673977730.8440,222,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','04p5sIdSjGF2c3EAgKrW1QBi',0,1673977732.9062,208,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','VSBQ7xo1JHtg6hsWkAzTOI5D',0,1673977733.7457,206,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','vDNuJybIRlX8inTe1FZ9H6m5',0,1673977734.3974,179,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','nI8FEUl0KbMQ1kaBjhYPrLDN',0,1673977735.7129,226,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','s9PW4Naint5o7eElT3GUO1gF',0,1673977751.6627,192,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','awIAClXVNTrGKobvFJB5EYqi',0,1673977752.7488,207,'','GET',403,0,700,0,1,'',0),('217.160.238.12',3651202572,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','LvZAjNF9GgBQMpS0hokHuRtX',0,1673977753.8988,191,'','GET',403,0,700,0,1,'',0),('3.238.201.10',65980682,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18912','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Lq5HimtfR4n8Igw79WAroDXV',0,1673980684.7856,244,'','GET',403,0,700,0,1,'',0),('17.241.75.156',301026204,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1427','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','biq2yhSxwDZB3cmYe9EstV0A',0,1673981990.9196,309,'','GET',403,0,700,0,1,'',0),('17.241.227.182',301065142,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10286','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','zmDF0lLfHaWKNjqgGX3ChP89',0,1673983424.0047,236,'','GET',403,0,700,0,1,'',0),('82.132.225.113',1384440177,'','https://www.sleepingsolutions.co.uk/home.php?cat=15882','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_0_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.0 Mobile\\/15E148 Safari\\/604.1\"}','1pgybcWuUYh8fZeLix7PHBws',0,1673983510.9033,254,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/installation/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:57.0) Gecko\\/20100101 Firefox\\/57.0\"}','ebdhl03z2jpYaF1coILPHsxE',0,1673984692.2619,202,'','GET',403,0,700,0,1,'',0),('17.241.227.203',301065163,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18202','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','tfI7xDEhCiukga2sUdl5ycVJ',0,1673985015.3514,244,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','T3AclQZK2tpYEjhN4VmUiXgG',0,1673985047.7501,513,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2O5bNu6Yi1eIWAm07kalXDKt',0,1673985052.0109,199,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','jmgFCipnLb53EH6RlOaAXfku',0,1673985052.9680,216,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','OWyHxmZTb2VU50KjGptPI7Ck',0,1673985062.3349,197,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','wCFbVxETscvOJYzSiAZlhX7D',0,1673985062.7304,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','G5hUlQOzuKaRHFYJ7VTrkAD2',0,1673985065.0166,222,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ocz8ZsaF9VPtXh6brO51JTD4',0,1673985065.9948,220,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','VFTsfniaeRhvo8tQYXLU7OqK',0,1673985066.4102,176,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AqNvm50XkFxQwcLjWV9zDto1',0,1673985067.5028,238,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','JSuQgCEMr45jWTY30Bam7AvG',0,1673985068.4805,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PeIK6OVAmZfnyXtYLGbk9TaD',0,1673985078.2442,199,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Dfce15rFNWUvHGE62VJ8AbY9',0,1673985087.5934,395,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','npLCqOMHNfrS6iVQKmE19yxl',0,1673985089.6954,206,'','GET',403,0,700,0,1,'',0),('17.241.219.109',301063021,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19094','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','vFNbVUoSnGZERjTt15COrKLk',0,1673985848.8091,246,'','GET',403,0,700,0,1,'',0),('17.241.227.34',301064994,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18951','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','97x3MNzS1ClveTjXRAgqnKaG',0,1673988067.3167,244,'','GET',403,0,700,0,1,'',0),('66.249.68.79',1123632207,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17294','','{\"1\":\"Googlebot-Image\\/1.0\"}','SIZtgH1rGklTiLoP8p43XFw7',0,1673990208.5519,293,'','GET',403,0,700,0,1,'',0),('80.49.176.25',1345433625,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','JVz82faQeTX94jIsmukgBpwi',0,1673990320.8406,248,'','GET',403,0,700,0,1,'',0),('17.241.219.177',301063089,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4574','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','almBPQ0SRf5gUOVKuYs9IGxr',0,1673993626.7724,222,'','GET',403,0,700,0,1,'',0),('146.190.84.120',2461947000,'','https://sleepingsolutions.co.uk//wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','x4MTsY6Eu9iSPF2hv1nH3JzC',0,1673998876.9412,246,'','POST',403,0,700,0,1,'',0),('146.190.84.120',2461947000,'','https://sleepingsolutions.co.uk//wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko\\/20100101 Firefox\\/107.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','518vDjSJBkx43EOWlzHscQYZ',0,1673999181.1724,242,'','GET',403,0,700,0,1,'',0),('66.249.68.77',1123632205,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Googlebot-Image\\/1.0\"}','8dhmiPoz4ajRWpLQJNyvIGcD',0,1674000051.0918,560,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','Om3rzicwQMs0FvyLKPDRGjZf',0,1674003350.7905,252,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php','','{\"1\":\"python-requests\\/2.27.1\"}','qzm6fRFQIgvrAatCYSoKETD9',0,1674003385.5173,244,'','GET',403,0,700,0,1,'',0),('66.249.68.81',1123632209,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11540','','{\"1\":\"Googlebot-Image\\/1.0\"}','YaM2DteiRTsSyoV4gFpE8wmL',0,1674004100.8619,261,'','GET',403,0,700,0,1,'',0),('18.232.64.191',317210815,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18912','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DPx9l6iIhHj8UAbVOSLnve1M',0,1674005206.6230,282,'','GET',403,0,700,0,1,'',0),('54.81.129.105',911311209,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18912','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fhbHZG5Y7z0IF2vBA3MPOyWk',0,1674006480.8151,481,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.129 Safari\\/537.36\"}','A5W7zyOahMpiXf2s64bUrPqn',0,1674008173.7463,267,'','GET',403,0,700,0,1,'',0),('54.159.34.160',916398752,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18076','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wZ8NOz4pP2BQatgqR0rTcsEL',0,1674008512.5905,298,'','GET',403,0,700,0,1,'',0),('18.205.17.220',315429340,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18462','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vZckXbxYMrupOwgFBWGEVy1d',0,1674009139.4647,414,'','GET',403,0,700,0,1,'',0),('3.92.27.71',56367943,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19199','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','evyfd3i1uDr24o6BWJFCaPAk',0,1674009160.2333,635,'','GET',403,0,700,0,1,'',0),('34.229.134.225',585467617,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14850','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UOxA64zcaQ5Y7rKn8IiqkLlf',0,1674009271.6551,296,'','GET',403,0,700,0,1,'',0),('54.226.68.5',920798213,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14877','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lWKV6S9Z5bz8X4DvsfETn2te',0,1674009328.4332,342,'','GET',403,0,700,0,1,'',0),('54.226.68.5',920798213,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3126','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','74qVXuKMNYgcFjZIJlprB8kb',0,1674009406.1772,530,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','xHrldBTu7SWmOgqLFXeY2Cjp',0,1674010942.2275,681,'','GET',403,0,700,0,1,'',0),('52.201.240.43',885649451,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','n26SwYxcl578uqQVkEPerAzM',0,1674010996.0813,269,'','GET',403,0,700,0,1,'',0),('3.92.27.71',56367943,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16974','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RaZp7oEJPNAcYzwOesQlbytV',0,1674011721.3273,293,'','GET',403,0,700,0,1,'',0),('207.46.13.102',3475901798,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3474','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','oWlxDg3NMVfS4cs89F2LuAyr',0,1674012561.3943,265,'','GET',403,0,700,0,1,'',0),('40.77.167.32',676177696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3471','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','E9J8yfl23XHU7kQrzasNZFbp',0,1674012569.7818,269,'','GET',403,0,700,0,1,'',0),('40.77.167.32',676177696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3477','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','YazkfdG3CE9RgOVAy08D1hNq',0,1674012570.5156,228,'','GET',403,0,700,0,1,'',0),('66.249.68.77',1123632205,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Googlebot-Image\\/1.0\"}','psINg2HBmfMuJ8S6Ot5WTcnP',0,1674013608.2466,330,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','xjy1KzVlt3L54uiOJaZPWQgs',0,1674016218.5544,296,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"python-requests\\/2.26.0\"}','SdVlFbXgMjGJTwAqYopP4780',0,1674016219.6304,223,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"python-requests\\/2.26.0\"}','9angEi16TuwVUzIM2sxKhSe4',0,1674016220.6436,219,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/C.php','','{\"1\":\"python-requests\\/2.26.0\"}','VoW34bvNukM1e9jDntLml6UT',0,1674016221.6490,247,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.26.0\"}','vUXiZ7ngyhYTbSwOpkjVq6sG',0,1674016222.7654,259,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/01.php','','{\"1\":\"python-requests\\/2.26.0\"}','Rk8vdlAubV2WCto6FGjLPpci',0,1674016223.8638,216,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"python-requests\\/2.26.0\"}','jtSpRr5vCHlfzQ8gG1ki3U24',0,1674016224.8793,212,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/02.php','','{\"1\":\"python-requests\\/2.26.0\"}','bH9O5YjAw04E2QXMUfLZsaPr',0,1674016225.9021,190,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"python-requests\\/2.26.0\"}','QrKGHpyZB8DXn2FcweTzCiS9',0,1674016227.0335,219,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','BIDpAZyCiPnO8tklU649xz5S',0,1674016228.0778,208,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','JnKLqbyIwWk2xRts6gGHZMcv',0,1674016229.1859,210,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','KTGPmDCYVkbvU6RoeytWc5Ix',0,1674016230.2001,192,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.26.0\"}','ESrJAKjeOIik6cMBZRUx2FuL',0,1674016231.2026,234,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"python-requests\\/2.26.0\"}','NboBLHXid3Ep612fvcOSUhM9',0,1674016232.3475,222,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"python-requests\\/2.26.0\"}','T6ZnDgBoYVkpjdwlc235PAEb',0,1674016233.3631,197,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','XbtVYBZ9zHOLxAsulPITJf4g',0,1674016234.3472,187,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"python-requests\\/2.26.0\"}','CPdWmTs8DEhwLeonGNJaS5tb',0,1674016235.3170,228,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','xEQTWukcvRDFNbVhnqMiworf',0,1674016236.3358,204,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"python-requests\\/2.26.0\"}','knhS9tv6uVoBLzJD3sOMd71q',0,1674016237.3593,231,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"python-requests\\/2.26.0\"}','yNHrLPz4BpsRdMTog9EqlAJj',0,1674016238.6858,246,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/good.php','','{\"1\":\"python-requests\\/2.26.0\"}','6qJnod1hBusWmjETHrZAxNYP',0,1674016239.7760,232,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/classes.php','','{\"1\":\"python-requests\\/2.26.0\"}','vCnhIty9F1AWNSHuoKXl5mQs',0,1674016240.8434,218,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','x6klIFLa4D0nNUXPE3Yu82Bo',0,1674016241.8686,249,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.129 Safari\\/537.36\"}','hyXvdleMam14nBx8oTU0WPEt',0,1674018959.7200,260,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','91iTQlSvPOLxda4KUw6pYV5F',0,1674019956.3071,265,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/xpwn.php','','{\"1\":\"python-requests\\/2.27.1\"}','iuP4Ow5GL7XJCEqYrH38FaKB',0,1674019978.5604,233,'','GET',403,0,700,0,1,'',0),('17.241.75.247',301026295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18191','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','3AejFZhByougYWvR1xw6EbSC',0,1674026029.5415,193,'','GET',403,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://sleepingsolutions.co.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko\\/20100101 Firefox\\/74.0\"}','NKH2zrnm4XMLEYSZsfTC0AxU',0,1674028229.8744,234,'','HEAD',404,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://sleepingsolutions.co.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux i686; rv:79.0) Gecko\\/20100101 Firefox\\/79.0\"}','DeY8z13RM7kfUb0aGmJqiw6n',0,1674028267.6827,225,'','HEAD',404,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://sleepingsolutions.co.uk/old/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.105 Safari\\/537.36 OPR\\/70.0.3728.95\"}','vdEq5eZMjt1HYhscbLS8PxFw',0,1674028311.8600,230,'','HEAD',404,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://sleepingsolutions.co.uk/new/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.105 Safari\\/537.36\"}','mqN3sucoDZMzp6UFfRS7C2Ax',0,1674028365.6325,209,'','HEAD',404,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://sleepingsolutions.co.uk/blog/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.121 Safari\\/537.36\"}','LbnXDiFdmHBpVKgZEWz5Nlxa',0,1674028411.5018,246,'','HEAD',404,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://sleepingsolutions.co.uk/wp-content/shell.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','nLsQy6HRfC03TjDJVpGWzcw2',0,1674031762.8862,247,'','GET',403,0,700,0,1,'',0),('17.241.219.43',301062955,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14842','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','wWzuDcSO0JZRdBxClpbgnm67',0,1674036700.6965,254,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PbWVy1RAEtupk4QsOJYvir35',0,1674036916.1775,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','duz7UpCgD4PBV1JSmeacLZbo',0,1674036919.9996,242,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','apXIhGrVfz752EA69sdPtQT0',0,1674036921.3299,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zCDo2Qb1NxSt8Rpd5nWyLKPh',0,1674036925.7912,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vfD0OMar6mSQxoWBcqJA5hbk',0,1674036926.3161,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','cgfa59OV0uW7nPTrpUhejJzI',0,1674036930.3750,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','mMRreo536dg0sBT7EANckfxK',0,1674036933.1093,243,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Q7yUzFbTK8jlhS0wOg1rD5VC',0,1674036933.6412,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','4G05uYDcV2AmfsBhNnpH8Ita',0,1674036936.0818,237,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','FmzlxP0f6uK4iYN8LDoOetXy',0,1674036937.4838,209,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hgaK7ei2IcDl605Zm1GzBtpd',0,1674036946.4591,211,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Kz5xWXGMNl96j1PFIaBpeE7h',0,1674036956.3698,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','i0Xzr8QGhsC2Zgvp457ndE1y',0,1674036957.4847,202,'','GET',403,0,700,0,1,'',0),('82.132.236.57',1384442937,'','https://www.sleepingsolutions.co.uk/home.php?cat=10586&set_size=Kingsize','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6 Mobile\\/15E148 Safari\\/604.1\"}','jOusfzSvox8mLy2ErKHp9WDb',0,1674037275.5183,248,'','GET',403,0,700,0,1,'',0),('128.199.80.52',2160545844,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','CRnzijoNMVUftTJL7P3Kws5a',0,1674043220.8487,595,'','GET',403,0,520,0,1,'',0),('17.241.219.196',301063108,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3880','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','cBXfhnZkSabxtMLyVIWGFJlY',0,1674044947.0863,1604,'','GET',403,0,700,0,1,'',0),('128.199.80.52',2160545844,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','612iTzQAsRXblnpwGCJg3VY8',0,1674045831.4711,7284,'','GET',403,0,520,0,1,'',0),('17.241.219.191',301063103,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1891','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','WRSUGkziA25cMoy8eLgYdBmn',0,1674046270.1425,2571,'','GET',403,0,700,0,1,'',0),('17.241.219.123',301063035,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4574','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','pLuWDyq3S67Y894JkHb1gfXx',0,1674047431.1625,913,'','GET',403,0,700,0,1,'',0),('27.34.50.160',455226016,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','f3U9R1cTFstw6AjPxJMVGna4',0,1674048097.8403,283,'','GET',403,0,700,0,1,'',0),('27.34.50.160',455226016,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','yfd3wsu6M5TBbzEc2gLSCJxo',0,1674048103.6768,314,'','GET',403,0,700,0,1,'',0),('185.243.218.110',3119766126,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','WOgIuvyPcVJeikUDHo4nXt2j',0,1674048121.7816,223,'','GET',403,0,700,0,1,'',0),('193.189.100.201',3250414793,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\"}','RLOPcdgVUY42i5xp8qK7Gmyj',0,1674048139.0535,304,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','2iyxYr6hLE1K7UmZFDlTAWbf',0,1674049387.5976,1895,'','GET',403,0,520,0,1,'',0),('20.10.11.51',336202547,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Tg8XsweoF5H9pImi7Ga01JNq',0,1674051338.8755,684,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://sleepingsolutions.co.uk/bgsenedy.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\"}','berCtZEgJLp0uiX2KGdTMqsS',0,1674051339.6566,432,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','KsJz9P67ejwVxFvq0IbaGoRg',0,1674051406.6867,3792,'','GET',403,0,520,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','IsuylqANCGv0fcStXwQYKpOR',0,1674053188.5598,3593,'','GET',403,0,520,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','mA3JhTaxMwdVyviWenZ5GItc',0,1674054245.8182,4916,'','GET',403,0,520,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','DLEv1tiNFounMK0syBY7R6q4',0,1674055807.2979,225,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','0aBb3qdJr9cDY6A2sF1VzimC',0,1674055808.7330,223,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','tSMF2vX3UiKpEea4ZmozNJkD',0,1674055810.0595,216,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','idCpnaQLyeYKS4WJsImu3Aqh',0,1674055811.2712,199,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','wdl2meErQ8jVOFgGW5yhoZsp',0,1674055812.7503,221,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','v5wJMKlEpNV8nAUObWicf6R2',0,1674055814.5383,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','UXPNsqRdtzbBD2lTvYuWMiwF',0,1674055819.0324,192,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','oDdmJpfj0S9GvRlVxQ4u6PZF',0,1674055820.4986,210,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','ospzBgG8VCQ06mv15UZXH7EP',0,1674055822.0145,203,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','VqxTE1klBy4vMNLQ6nuGUbfI',0,1674055825.2167,196,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','G7xOLbqWA5UJkIu9pcMl6tDV',0,1674055837.3756,217,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','3kM0PR6dz2oTgNIr9w7KFJsE',0,1674055846.6547,213,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','sk7WEmU0TPy9hFBnaxVuHqCj',0,1674055847.8176,232,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','GU9IWgON63XfuTpV2PoSDhZl',0,1674055849.0266,222,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','k41xfTHtKmQ5BqgdW7cz8C3b',0,1674055850.5547,206,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','tyBGlzC1LDdR5vM2SAZNb9uj',0,1674055851.8664,236,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','QoBEyLmDJlRC3YNt4b5qIuVP',0,1674055853.2250,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','vVUNxRfr6WgM8ZsP4iHwa9I2',0,1674055855.6232,206,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','eSaBvdVqurYKgMHITWfFm8Ot',0,1674055857.0895,191,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','bUAcQY0jFlLfkoKwCBvuq3Nm',0,1674055858.9135,189,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','PLR6HTOIfJ24gAws9qBuXomK',0,1674055860.2664,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ja6NrpWIsASRG970mkEivjo8',0,1674055861.7618,186,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','QmYRtBaJ42lixwPbd53szu7C',0,1674057339.5141,350,'','GET',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','60qI5rMcCuyi8OkpQvVdJ7gF',0,1674058733.6402,284,'','POST',403,0,700,0,1,'',0),('20.10.11.51',336202547,'','https://sleepingsolutions.co.uk/fxsmfdkf.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\"}','iw6gMK3HlavZBOxbDCUARGsP',0,1674058734.0121,344,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','zN9derJMTU5DEikAIhbyujWY',0,1674059022.6533,350,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cvaWXjAYqJG0ZQKtDV5dhMLg',0,1674059023.9425,329,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nGhazF5oCpYNmP8lEcyVfrBW',0,1674059025.2253,234,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','bUzJrVkG3CYijQWPf5DLqySo',0,1674059026.3883,742,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','SueElZQwdFP6iAk8hJYWsrRz',0,1674059028.0671,356,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','eJPqEwUGDXp8ogC9jfOaHrL3',0,1674059029.3975,451,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CgPQEf0MyDBnJ1i6FxlX4YNR',0,1674059030.7884,401,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','QMK2WBuLRprObAk4685zXgdT',0,1674059032.1082,365,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qFPeHOdDcspxbZkhCtSN14v8',0,1674059033.5814,306,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','YrOw51secSkAzi9y8qZmvKUQ',0,1674059034.8328,298,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4wEBUxMo3dDb0AJeZ2KLFt8j',0,1674059036.0380,283,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cEjxKNVPDS406iCXYTvkl1AL',0,1674059037.2337,299,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qQ3AHjGfpiYLuMeoIaXWVdhB',0,1674059038.4730,293,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','IkTUsgXF8PexiSw5ubhz6E3n',0,1674059039.6849,299,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZCNg3TxSrEDFIVk7u06RlWqM',0,1674059040.8977,361,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','rq2XPMD6QxYG4SdnklTF3JRO',0,1674059042.2037,484,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','PTAoz8lMRv20Bcip6IjHbJEq',0,1674059043.6266,481,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','DM4uAn6kHPEjgOcm1X7R2hT9',0,1674059045.0566,358,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ew0Gun2YPAd3yFjstDJITvgf',0,1674059046.3657,626,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','m0PgAoBFxr6qpw2Zs9VaNk8R',0,1674059047.9387,529,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','nRQBdzYspOEu2je65g0VakKr',0,1674059049.3973,427,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','0l1HpKSPLG2qryEX4cJk9fWi',0,1674059050.7615,520,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','cYA3mNqVj8Is5vXUEgP9odTw',0,1674059052.2114,344,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tJHipPzd45hq7gDu0B6NGw13',0,1674059053.4917,319,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8nKkJFWcpP5ozH1CYgbSxsUR',0,1674059054.7466,353,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Tf0sBp9k1rIHAhFiX2NU5ZR3',0,1674059056.0413,298,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XbEhsqzLlJC6iPKQASFNROnx',0,1674059057.3059,284,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','lr1uq6zDbsxJPVjCmBFogyZ3',0,1674059058.4986,372,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZwSpXuYxthOrUcWHflFQMdvB',0,1674059059.8009,266,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7FZshAoe1mDCTj5aSBlcrX4O',0,1674059060.9864,229,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','HS3oer8KJEiPq6bQfCDGantF',0,1674059062.1351,223,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4eAapbqTCcs3iLghKRY7jt69',0,1674059063.2850,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','adqiOBnuYvCfhIl4c01yLAUm',0,1674059064.4074,418,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gEKlJHNjDshG7CdiVk9SAWmn',0,1674059065.7639,312,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','bAFjo3fg96ZuK2xGWykvOzLD',0,1674059067.0042,374,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NACG7t4sHk6xmfzba1RWS3rK',0,1674059068.3214,290,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','D50IdlAWfZOk7mjJ34hUiczt',0,1674059069.5286,294,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','PSfHm5CL9IzwTWJptRAGxDsr',0,1674059070.7428,286,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','7chlFkZavf63QNXHSonAgudM',0,1674059071.9504,345,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','BSYxEd6Rt4OawmyUqc350lTp',0,1674059073.2342,304,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','NcanSCk0Y4FIv6U7zO9rwTWt',0,1674059074.4702,274,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ihadUMp7reTcO10Gn4PAN9W5',0,1674059075.6916,554,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','DIyXNO9ajhYU8QpBsW0qtCGk',0,1674059077.1923,338,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','YqnXZh8yB3IjvFC4kzbuVROL',0,1674059078.4776,306,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8PdJ2slcbtrE9DnSiRvmVjQy',0,1674059079.7194,292,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','PESa2sTz1mw7IGcg8dUZQi09',0,1674059080.9341,304,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','8WObFS5zAriMwvC1f7REoDZm',0,1674059082.1610,377,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','t6Z1KSbGnNg03FXhRDIOo4BP',0,1674059083.4829,348,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','LBIQnU79N8F1sO3yMJrHktPm',0,1674059084.7467,437,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','VRz7E25HfjZL4n8hrbtwS0mJ',0,1674059086.1173,308,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','BNGtdL2u6xvnMbaZYTckophm',0,1674059087.3513,288,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','X20itFMmUhOp97nWT4lrsoIY',0,1674059088.5780,294,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','A1qLt0RhfnWSHOvbkYFGBoed',0,1674059089.7925,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','s2omP5EtbvLK0CGBiT7VkgQ8',0,1674059090.9102,282,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UNhR0M7Lcwz86ErtIsoj4KZf',0,1674059092.1193,264,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','v5PfXIhegb1yxOskd6YGmrnF',0,1674059093.3003,224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','frQqTstHa6O9uZJ0YGUnp4vR',0,1674059094.4513,225,'','GET',403,0,700,0,1,'',0),('66.249.75.226',1123634146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11542','','{\"1\":\"Googlebot-Image\\/1.0\"}','N9FXIpwegj84YbsGqOMHQBVt',0,1674060833.5085,279,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"python-requests\\/2.26.0\"}','Yoz3OgGsPZ45KNQLc2Ddptw1',0,1674061007.4297,240,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lyaPodMQkBfK0Ywx3URc8Nes',0,1674061225.4872,251,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','edPKWCJx5EimBtG3Anbs9Ozv',0,1674061229.8493,258,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','3cWJmgs7EovUyb45IX8jOPAh',0,1674061232.9056,206,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gRxzeUTvPS0Ol2FQ9kE8rA4Z',0,1674061240.4116,240,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Ptap9shxE7GXy1bwKFdCgqM4',0,1674061240.9721,218,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','fjJthLxNRlVS8PQO391U6usa',0,1674061244.6097,257,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aH2MLk6nJRIX4EuPdoqFriwO',0,1674061245.7274,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hVCmavN30PxdSToJD6LU271H',0,1674061246.2240,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EKolGZYPSCIwDWi9527Adb0v',0,1674061247.5237,221,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','IuC9gdDmJYxyks42KTwGfLBz',0,1674061248.6309,279,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','znAMCdpIl6EyJST9tQmagw4F',0,1674061261.2464,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hg7oBavQHrE3wksI2eRilKyx',0,1674061266.2154,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','bMjCd5TuzYxGcsBfm6NZ9Eea',0,1674061267.3331,193,'','GET',403,0,700,0,1,'',0),('155.133.84.253',2609206525,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','7RZkWtViGdOymClDx2LYBHPQ',0,1674062058.3386,361,'','GET',403,0,520,0,1,'',0),('13.87.244.160',223868064,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','YlQUoN06j5mfG7TExc8VXuA9',0,1674066731.2016,3270,'','GET',403,0,520,0,1,'',0),('13.87.244.160',223868064,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','gMYxEzaqebIiU9yoh1sNGHw0',0,1674066752.2478,4256,'','GET',403,0,520,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','P1k6fclBmIqzJOVFr3Q8vSKa',0,1674072046.5060,242,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','aRVhgT84F1q396ZuOkUjBEdY',0,1674072048.3825,437,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','sTUHaiANkt9u2wQfcJ75bPBg',0,1674072050.1142,202,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','xBCTA9n3IaEXvycKHYF2MqRJ',0,1674072052.1547,208,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','z6eJimv4IEghHT1q9yfYWkZQ',0,1674072053.4073,186,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','upmw5BKsTEaMYIJWXqDVLdPn',0,1674072054.6193,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','pTvtXgPbYKxHSC9k1jzl5dce',0,1674072057.7522,190,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','BxzNnWoLySgH6abiJVfljPrC',0,1674072058.9459,194,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','Zg1oiDHEaRu6GeIsFN3BWJM4',0,1674072060.5428,196,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','ke1cdZfJlXbzy78mB3sQ6h4F',0,1674072063.2418,269,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','84nxUEjHu1DNKi9XQvdItZrV',0,1674072064.4401,187,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','43Qqsbkl79GBRpozSUCxEain',0,1674072070.1001,221,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','cThfixIwQlm8dMKp0z4JW7DS',0,1674072071.4259,196,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','ANYVDaygQq3wicOPmdRhXxTZ',0,1674072072.7117,221,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','H3zaxudGfYX0P6m49OsvyiWK',0,1674072073.9927,246,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','woxAB5QYTRuv1f9PJcymFN80',0,1674072075.5219,223,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','cBHIW7qJA68Mhx9NfbCldi0v',0,1674072077.2856,198,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','pBaRN6qTusnZ9Sm0hAQJFfrL',0,1674072078.4743,180,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','OLCEPfGYTuoNJtexkyQ0H5WD',0,1674072079.8732,189,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','aVYKnFv23dIpgrHqWMyPNAQu',0,1674072081.5293,183,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','R1NoFmU5k6hvsVGO2p84uyEW',0,1674072083.3222,185,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','Bw9jK2SUxQrhYuOR5AWcgkJP',0,1674072084.9025,195,'','GET',403,0,700,0,1,'',0),('208.109.33.169',3496812969,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.27.1\"}','tLwjBClTNu3FXari4ZfY9D1E',0,1674073489.9057,952,'','GET',403,0,700,0,1,'',0),('3.237.81.123',65884539,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18912','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wMocmlxsnrJdAOCKYQIaHy43',0,1674077805.6392,246,'','GET',403,0,700,0,1,'',0),('18.209.213.231',315741671,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18076','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QlnAbXGZTdxekqh5Dtciw6SE',0,1674078703.7453,271,'','GET',403,0,700,0,1,'',0),('44.212.51.140',752104332,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14877','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Jra3cv7NnwLGmHYKgfMSW8de',0,1674079071.3444,263,'','GET',403,0,700,0,1,'',0),('54.173.205.31',917359903,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14850','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','K5tgJ9LCnGDQ80MqZzPlaicF',0,1674079100.8182,211,'','GET',403,0,700,0,1,'',0),('18.205.7.36',315426596,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18462','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JcGK4g8if1BzkqjbvH3EYNS9',0,1674079101.2029,221,'','GET',403,0,700,0,1,'',0),('54.81.155.197',911317957,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3126','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4dUC7AvSoY5Bhn6euLQbjPNV',0,1674079110.9212,276,'','GET',403,0,700,0,1,'',0),('35.175.205.181',598724021,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19199','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KuxABZqT3p48m6IYCFLkl2Eg',0,1674079117.8084,267,'','GET',403,0,700,0,1,'',0),('3.235.192.138',65781898,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fLsKZ82WAtdXBJnkN65mIETC',0,1674079942.1953,233,'','GET',403,0,700,0,1,'',0),('3.239.191.169',66043817,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16974','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','28NntovBTp3AUS1KRJH5OuYW',0,1674080389.1200,227,'','GET',403,0,700,0,1,'',0),('54.159.56.71',916404295,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','qBz4uIswnbPvkOYoKryVtMUi',0,1674080757.4835,2742,'','GET',403,0,700,0,1,'',0),('54.197.77.67',918900035,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17187','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','R3BVqc62XnTDs7Yh0mHL4IOb',0,1674081631.1198,1959,'','GET',403,0,700,0,1,'',0),('18.206.85.76',315512140,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9106','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kf6pFaMDV8IRjBJy7ZEcgHGS',0,1674081639.6600,1412,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','vg2yV43Rf9Ow1omYhD0txuA5',0,1674085243.3630,1691,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"python-requests\\/2.26.0\"}','NJZpl8mFgy6DcHz7SVOwoXid',0,1674085245.8228,1098,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"python-requests\\/2.26.0\"}','zO6MWvF3jcLVxXTwR84Kmb01',0,1674085247.7087,1399,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/C.php','','{\"1\":\"python-requests\\/2.26.0\"}','sFkN6Jea7uxHlTZGXdqQCYnw',0,1674085249.9034,828,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.26.0\"}','aWGNpRt0XYVPk48IhMSZDqxK',0,1674085251.4980,623,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/01.php','','{\"1\":\"python-requests\\/2.26.0\"}','fW5BmPvL30aq2TVcZ6kSHgXY',0,1674085252.9312,1114,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"python-requests\\/2.26.0\"}','drBVz1vyRS2NQbAj5TIfkEKt',0,1674085254.8086,799,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/02.php','','{\"1\":\"python-requests\\/2.26.0\"}','u1kxqArDsFU8p2wfMOc4zylK',0,1674085256.3976,1041,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"python-requests\\/2.26.0\"}','FOBoEt7IzZUHAPgRMy8aXr6V',0,1674085258.3386,1035,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','IwFOodbN7JycMqZYjQxeVzsB',0,1674085260.1653,730,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','Ld2UcbO7P5hZ9GusMkJgFXBe',0,1674085261.7022,670,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','zJNgbXAjr7nqLEc6P1oipsYk',0,1674085263.2442,617,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.26.0\"}','cmfB5ekZbudP47F9pNrHMnwt',0,1674085264.6536,1010,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"python-requests\\/2.26.0\"}','xEMn4ybHc2LoR9ZphTJkBvQm',0,1674085266.4517,1047,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"python-requests\\/2.26.0\"}','ZJwln2p5odxtLH9BKTES6hrY',0,1674085268.7402,552,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','URlt6D3mYX4PqSICpcLrJvie',0,1674085270.1262,979,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"python-requests\\/2.26.0\"}','vlaDcTs81EoOyexgGHANJ2FP',0,1674085271.8750,1126,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','yPozZ6dvh3JuMXGNF4jxq8B2',0,1674085273.7821,1427,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"python-requests\\/2.26.0\"}','DIVWqgNF4uv9wnAdCobyfaEt',0,1674085276.0474,1554,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"python-requests\\/2.26.0\"}','yhcCOgPFBk4fN87E1Vrl5npZ',0,1674085278.4514,1675,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/good.php','','{\"1\":\"python-requests\\/2.26.0\"}','kDiZJw6BVfdNvajXYq04Ecl7',0,1674085280.9146,1323,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/classes.php','','{\"1\":\"python-requests\\/2.26.0\"}','UG6vRxBIM4iyJS2fu3oPg1lw',0,1674085283.0308,1189,'','GET',403,0,700,0,1,'',0),('173.255.223.188',2919227324,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','Ed4j2wRBMFm6DekPWa89lNv5',0,1674085284.9943,824,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2kuDHmNPaVGLWKFS5AsTicZY',0,1674088988.1864,640,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CVhD40gJdB9mAvlSQR2bTaku',0,1674089002.7000,1313,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eukybgG5BCDOPS092zK6ld4I',0,1674089020.3262,517,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pR73ACx4EKI2qWihG56ZOnyB',0,1674089038.9724,1000,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lCoGT7BMIDVi6Y1u5m3wp2EK',0,1674089051.7238,728,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IRjQ2CYg30quhMGwxil9aX6c',0,1674089084.5959,514,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JRByKzen6Mpj85b2N3xFauIm',0,1674089123.4314,1493,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lvDTFx5tehpSz0Lwj9IaOgok',0,1674089151.5013,715,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rDdqlsPuNpzmn0Z2IfA64LQv',0,1674089172.2354,1020,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','joLm1IY2bVfncBi0AZktF38N',0,1674089181.5401,612,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gBwd6CroKmY9aSU4n3jE7RMh',0,1674089189.8836,800,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','01uewgmKCVRxdk4hEvpq5PiT',0,1674089218.2321,795,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WX5LpaGxjICYdOl6E0PiHzr1',0,1674089235.8799,406,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pmFcWkXuZ4orb9ePJNEKn706',0,1674089251.5406,687,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9Ks8R06qGXteC3iVlPTZjImU',0,1674089272.7548,516,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EQUvzKoX4wnq5INFLAY8StT1',0,1674089333.1263,624,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Pe8RnAg7C0ruZ4JDhwiVT9dM',0,1674089349.5583,437,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eR4YC2sW1u80HrqAUPwV9kXN',0,1674089363.2596,796,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uca6wrVvRBWCYjpDlGZ97FSL',0,1674089389.1758,461,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SudHpyIqajUKDV32R6g8fkTY',0,1674089401.8751,341,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hzIVxJR9iglwdqOYCcZoELBS',0,1674089429.0160,539,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rUYW1LAnOSE2KIJHT6hxdcsv',0,1674089487.1883,364,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZJPc4vNpfr6wdt92HX3AEKjo',0,1674089506.1280,1107,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LyEz92eDxrqAQ6fjvSm3KbsF',0,1674089541.4438,667,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','07axOuty6fqDlk21RcChGE9Z',0,1674089568.8145,811,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cMO8QvGxTeLZVzJSgpP2yKnU',0,1674089598.9417,625,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hB9Rf3K4yXJCqQYtHzEwmGax',0,1674089630.6033,346,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NcyJbjqESBmu90s54pWRHUIv',0,1674089649.4258,391,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tXVwP68qs4LuBj1Km5CzTOEp',0,1674089668.4850,462,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','doY16vrfN3mgRHa472ySTZJD',0,1674089688.5240,325,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fxpHM9j2Zs7Dc4tFdKJlmrYG',0,1674089708.9837,1107,'','GET',403,0,700,0,1,'',0),('66.249.75.254',1123634174,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11360','','{\"1\":\"Googlebot-Image\\/1.0\"}','JygnshSDp2Pxo8mRCAYHbNGV',0,1674089936.4415,381,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','w2tI0p5rCQXqTmBY39Edsgy4',0,1674092817.9437,388,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','g8KtPQSyJ0lEFCBI3YDoxZRn',0,1674092963.1308,430,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','IC5BaymhA3ciKzTq8lE0JNpt',0,1674093073.5239,371,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','LuOdZTfUNMCEJyq0gn9bl1h5',0,1674093161.7133,303,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','afJsUCouZxckdW4wTV8p6H7y',0,1674093298.7107,340,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','WoI9jc1SnsfZipYhRMG28uPy',0,1674093419.2154,317,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','9gkETSqG8fNKejMdUp0IVLHt',0,1674093548.9020,411,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','G5PknLXJvYDte3Bcol7s4RAd',0,1674093679.2262,486,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','5QO6V3lbWjASkog0mcvq4Jex',0,1674093762.8265,384,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','DAnrxR0fT6eBXqd952QgukGP',0,1674093866.9834,294,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','qUh1PSjncGeapRMOrw8HC67v',0,1674093950.7520,383,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','4q7GA5mzRVN9JDtuWP16Fwer',0,1674094034.1393,356,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','x9Xg6ePR2YKVldtjrhkJFsz0',0,1674094143.6960,491,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','UkYA21jgHWMxd5JfOentzGRX',0,1674094213.5883,614,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','KMghDsf65Y3FrB8SiI0mbZkL',0,1674094282.3802,413,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','jJfYchyvlU7wKtPQxM20LHXb',0,1674094346.7892,489,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','yD0Rh9XzoQIb5kAcfvprwl8H',0,1674094408.2581,482,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','CHwUcMdgW5EKmlGVpNfh4xFP',0,1674094484.9855,920,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/admin/login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko\\/20100101 Firefox\\/64.0\"}','TA1NKylaWsiSxJEGInZkcVUw',0,1674094485.8471,414,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','ePposGDFAI3gClb0ftTH45yB',0,1674094586.3588,302,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','uQoClVNjKw3m4AS0b1tdPTa8',0,1674094666.9446,358,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','dbnZMIhza3XBSJmHAe97Qk18',0,1674094798.7724,401,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','ewfCj6kBhO1bacqNU4Dz2MV5',0,1674094897.8892,21190,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/confiig.php','','{\"1\":\"python-requests\\/2.28.1\"}','jdeI2nGz8wLTEYMa3UhP5t4k',0,1674095016.9553,4993,'','GET',403,0,700,0,1,'',0),('3.236.16.113',65802353,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RoKtHMjG0TmZ9vFcEAuOSNed',0,1674095049.5940,811,'','GET',403,0,700,0,1,'',0),('100.26.179.208',1679471568,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kTeg7yBDJEQzn1XOoHLCWt2d',0,1674095126.6373,320,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','sXQLnouMrdGwj8lUYEmJ5eSI',0,1674097098.5026,1285,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/_input_3_raiz0.php5','','{\"1\":\"python-requests\\/2.23.0\"}','Wb8Eg4eM2THAkwNhyQncDZxj',0,1674098940.2884,529,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/plugins/revslider/temp/update_extract/Raiz0__wsydj.php','','{\"1\":\"python-requests\\/2.23.0\"}','u6BVlYnJGUKPIaHqjFSEX71L',0,1674098998.1122,367,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/plugins/showbiz/temp/update_extract/Raiz0__wsydj.php','','{\"1\":\"python-requests\\/2.23.0\"}','Ksz9Wdr4vua36LoRT5C08QPn',0,1674099063.9638,372,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/XxX.php?XxX','','{\"1\":\"python-requests\\/2.23.0\"}','txEkRXy1OHrzD2UfZSah6ldo',0,1674099169.2948,354,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/components/Raiz0WorM_1674092839.php','','{\"1\":\"python-requests\\/2.23.0\"}','ijcaslk5mZ20tuNOK978qgHA',0,1674099211.9328,305,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/uploads/assignments/Raiz0_1674092839.php.','','{\"1\":\"python-requests\\/2.23.0\"}','bT38Qk1dhmFWSlw0NPJax4uH',0,1674099229.0221,319,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.php','','{\"1\":\"python-requests\\/2.23.0\"}','2MkaErNQIucpdxGC8tBqDHs3',0,1674099254.0641,394,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/Raiz0__wsydj.php','','{\"1\":\"python-requests\\/2.23.0\"}','bRs7UpPMjcul1qKOnGEBChF4',0,1674099257.1582,328,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','','{\"1\":\"python-requests\\/2.23.0\"}','pH14alBRyiOL5eu2sEYPGNUF',0,1674099294.5337,305,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2018&Month=01','','{\"1\":\"python-requests\\/2.23.0\"}','WXYrxh6SikHemnIwNyFDZRs3',0,1674099310.4855,333,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/uploads/2018/01/Raiz0__wsydj.php','','{\"1\":\"python-requests\\/2.23.0\"}','o2305YXWICgZ6tsveukJLGmy',0,1674099314.2797,315,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/wp-content/uploads/wysija/themes/Master/un.php','','{\"1\":\"python-requests\\/2.23.0\"}','73amXu602SfEGcv4DwrBd1yP',0,1674099320.0386,535,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form%22','','{\"1\":\"python-requests\\/2.23.0\"}','UlsgCnibHTwdy4Y7VoOvAPXB',0,1674099343.5817,285,'','GET',403,0,700,0,1,'',0),('188.241.82.13',3169931789,'','https://sleepingsolutions.co.uk/root.php','','{\"1\":\"python-requests\\/2.23.0\"}','2psFHwqekJdR4g6Nur08SAiX',0,1674099366.8781,366,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','urOTo0HP3KSsat187YegyXEw',0,1674100662.9896,262,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','2Qm7aU136jTgGecWSFVw95LC',0,1674100684.5612,289,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','mP2BwXUTzDblNyC9HGxndi0A',0,1674100741.7403,382,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','owf3IUWl7k8dxNQT6MrRisu9',0,1674100774.8239,477,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','Y8V1FiQlRAcfZU7orXqeav49',0,1674100792.7579,379,'','GET',403,0,700,0,1,'',0),('18.207.249.148',315619732,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jP5LYsVHGdIa9E7ivBpuKJ6W',0,1674101084.1083,305,'','GET',403,0,700,0,1,'',0),('18.207.249.148',315619732,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hlNELQSbjBfIJsPk70Wv9eVp',0,1674101411.0268,476,'','GET',403,0,700,0,1,'',0),('68.183.239.123',1152905083,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','XEO0QIT5Vrb7FyjlWszueSPt',0,1674101743.2127,466,'','GET',403,0,520,0,1,'',0),('18.207.137.199',315591111,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rVdAp8MzFcENau9RShLJtDmg',0,1674101834.4467,317,'','GET',403,0,700,0,1,'',0),('207.46.13.102',3475901798,'','https://sleepingsolutions.co.uk/home.php?cat=2264','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','wT5WZR9cIqa8bLMeP2hfSu0X',0,1674101908.7968,312,'','GET',403,0,700,0,1,'',0),('3.227.208.214',65261782,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5492','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3APtQxL08IB5rV2MlZU94Gzo',0,1674102140.0358,309,'','GET',403,0,700,0,1,'',0),('3.238.1.208',65929680,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17057','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','EaczFCDiQU9o570tL4Ofdwvn',0,1674102992.7842,271,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-json/','','{\"1\":\"python-requests\\/2.28.1\"}','sCJOAUwvQk7TrFchGREz0ZeD',0,1674103275.3268,335,'','GET',403,0,520,0,1,'',0),('44.210.81.247',751981047,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KwR8ASQtJbnrgsX51C2DHj9f',0,1674103388.4440,298,'','GET',403,0,700,0,1,'',0),('18.207.137.199',315591111,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18642','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Hh7TMevNrqUydjafm85SQxOg',0,1674103587.5957,319,'','GET',403,0,700,0,1,'',0),('44.200.137.83',751339859,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18486','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9xRGwq8kb0JI4oBQE6FCv3Uj',0,1674103952.9806,299,'','GET',403,0,700,0,1,'',0),('54.224.240.54',920711222,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18963','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pImaHrLkxio4h8QgwTu7SRZU',0,1674104313.6079,393,'','GET',403,0,700,0,1,'',0),('54.224.121.42',920680746,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2306','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MN7rhxqa6tVsec0TfRlmoCA2',0,1674104796.6699,228,'','GET',403,0,700,0,1,'',0),('3.85.224.243',55959795,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12504','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1SnrHELMXqhiCeRQtWmPDaOY',0,1674104927.9136,353,'','GET',403,0,700,0,1,'',0),('205.169.39.63',3450414911,'','https://www.sleepingsolutions.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/106.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/home.php\"}','7ynXD1Qh2EV0fkBFqLZHYjmv',0,1674105077.0546,369,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.1\"}','SGKeLfl0JCREwavWci42BmXk',0,1674105534.2831,348,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','g8SDNBJjkZi6HcymeCnfEtqT',0,1674106006.4104,238,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','7pWzwVdFslknrRvIfC03gSxT',0,1674106063.5354,253,'','GET',403,0,700,0,1,'',0),('66.249.75.254',1123634174,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11359','','{\"1\":\"Googlebot-Image\\/1.0\"}','gdY2BsiqQ8C7cN9Xh5PJ4frH',0,1674106136.5891,241,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','Den9dPoLrG4SbZtC5XHA7wNF',0,1674106161.7898,307,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','hPCKfcHR2kVpLzqlnN9m5oQs',0,1674106222.5254,306,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZFeYkpPjHrfv9wUtXQ473Lu5',0,1674106612.5811,328,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','6CI2u47ves1UVJNrjLYfF3nA',0,1674106651.3248,288,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LERx9Ydv2HUpag0XeOPhfwSl',0,1674106652.8324,219,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Cp47asmwhc1M5KlP8eTIYf2L',0,1674106705.3304,264,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Nr4E9HutQWKMn2ZlpveCcUFo',0,1674106757.5218,222,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\"}','rYq5Q1sgAWR9xopCcb0H7NPI',0,1674106757.7527,205,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eKNS1UD9Po7dHriAVCxQbwG2',0,1674106767.9405,410,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fHQKEo07vLhSmzJ3CPTqc9Ae',0,1674106779.1449,256,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GPpiWeIQNztaO2HEJu0D4y13',0,1674106802.7043,250,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/utchiha-SGI.php','','{\"1\":\"python-requests\\/2.28.1\"}','g5HSXrcPhztEZyDU4paLiVWx',0,1674106817.9449,253,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Da6E1pRkw7mXBgy3b5HqWjnz',0,1674106825.4662,948,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8WZr4NuFzfonPyKQaAjYEwcT',0,1674106842.7725,254,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"python-requests\\/2.28.1\"}','LKC0GX2yZvhHNYAamkSrqRbB',0,1674106847.1650,213,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hiSFwfPJTk16Lpu9Uo2tGKbd',0,1674106853.2941,240,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XiWpNCDcUPyZsm2uJaHG9Ig0',0,1674106878.1896,224,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','14q5OoyseuJ93PRDrfWaLgwC',0,1674106892.3765,242,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ih45KU1atmEdcQoAl9eNfygw',0,1674106895.8930,227,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','653OsovPWrlbxugyNV49pA7m',0,1674106906.5305,243,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kXiyntVU5K346PGpx9Lo8SFB',0,1674106916.5197,220,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','YZWPqRExziVlC1d9OQ07tDBT',0,1674106928.9592,219,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','EUN3ufW1R2DAylFdSq5Jwo4B',0,1674106935.6000,239,'','POST',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vX1rRdVjkz4ZN5xcy3IQE7on',0,1674106937.0075,260,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mlcWUaQ9fIR2PYBhjLFqNHdT',0,1674106947.6154,265,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Z8pCeMGtTlbh65RUfAcI7QKX',0,1674106958.3423,225,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NU1m4GvXehOu9IEtJZLz7fbF',0,1674106968.3934,235,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','l3y8aodOKG7ngLXYWpwfIbiz',0,1674106977.1436,271,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o0e8i4jULEVNfpK7cQm5WdJC',0,1674106988.2723,218,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IbXHUxK7sgSOM0rqinB6TNP1',0,1674106996.7956,430,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eWaipMqU1KTP6B73Cu5O2ydv',0,1674107006.5128,275,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','atSCdPy4KoQNJe2VncRuqhMr',0,1674107017.8426,309,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Oe2tNbMLmri94B3kJYcpVhKq',0,1674107027.0686,220,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gPf6WKoEkyR0SpYGiCwXI3Jv',0,1674107035.8065,242,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ucSyKGvb1NWkPp7xOYos2a4q',0,1674107056.3062,242,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oLclgDtwjzUkN1Q89erinpAd',0,1674107065.4294,331,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WqLxkKeVEBYrfcJMidFuHlvZ',0,1674107090.5627,269,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EP0Xaqgrv73sVY8GhJclQfmk',0,1674107128.8858,245,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PGeNfh0Bivbsuzcxyq3Q8VaL',0,1674107159.2068,289,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oNH34KeMa58OuhQ0lbZR6sBm',0,1674107198.0070,342,'','GET',403,0,700,0,1,'',0),('66.249.75.226',1123634146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16170','','{\"1\":\"Googlebot-Image\\/1.0\"}','KSZ3CVlWjgu5b1vIFGs60fMc',0,1674111536.4236,266,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://sleepingsolutions.co.uk/zet.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','GjgTrfv5UWxzVyZYhIkuCsmt',0,1674113965.2599,321,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.2\"}','MLyAhsbXDUvp5em9qYt8o0Wg',0,1674120700.7519,421,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.2\"}','v5H73eqafdkUziTMVBPp2KQb',0,1674120700.7638,496,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"python-requests\\/2.28.2\"}','p8Cxf4ez9T316OvXaqiystbl',0,1674120700.8039,478,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.2\"}','uCTFkSwUN7BdsLyMvjVWobXE',0,1674120700.8880,552,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"python-requests\\/2.28.2\"}','eSI5Fm6tjYoQGWTwk81ZaPuU',0,1674120700.8738,599,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','K9tMXSxaPHYf0NnzDOGTAB18',0,1674120700.7985,744,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','PAgbXCJ8ZV6W9hD0wHesN4O5',0,1674120700.9156,679,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/x.php','','{\"1\":\"python-requests\\/2.28.2\"}','hzm7wV8FeCucRrtLOB9oNx6p',0,1674120701.1335,512,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ne.php','','{\"1\":\"python-requests\\/2.28.2\"}','gJitbSNyPC1OA0dD6zncRQ2T',0,1674120700.8920,765,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"python-requests\\/2.28.2\"}','5zSRA7eFXi6w2NpPYmgGUtdk',0,1674120701.1799,514,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.2\"}','Qubp1d8shIorG0vZfm4kjJ9x',0,1674120701.2550,492,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.2\"}','tYnszqkEGSVW7ymN3i5cKgIh',0,1674120701.1405,617,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"python-requests\\/2.28.2\"}','XZ6NmcIeBxgUjYwVOs9MpSod',0,1674120701.5154,364,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','go7eK8uYny02hQMApFslrLBW',0,1674120701.7810,320,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.2\"}','MvbNUxLfkdQj9T8iw5HtgXSD',0,1674120701.7880,335,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','UNmL4sJQjX1cgYT35CS72iR8',0,1674120701.9080,280,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"python-requests\\/2.28.2\"}','gLWzk7o48IPCSD5wHv6KTVQi',0,1674120701.9936,281,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1uITyDCHinxGlZmjfveRM52a',0,1674120703.0182,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CXpifFABeDNK5LUHzOVdlhPm',0,1674120703.1591,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7uxViAKB2wbjRyUva6zdoIcO',0,1674120703.6494,225,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','u4aOexQpqf5VJ06tCM7AHdhm',0,1674120703.7112,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UmcTDo8a9Ww4u5SKHLQOAzJv',0,1674120703.7824,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Vzv628SYkKtLelHyIqF5wMUB',0,1674120703.7961,238,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XyN3CHJcdP0AfLbQqGzMWluY',0,1674120704.2307,283,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','m5gbolUFfnpN831skGcaeRdK',0,1674120704.4557,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Oby2ZighWq1tKJ0dvPfjArnu',0,1674120704.6995,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','cWAeHP0xfEpYZUNkGK2F8Idv',0,1674120704.8324,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','71Fh48Z6pcfwdRCKePaAbqJH',0,1674120704.8924,242,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','7uEjqSceFCBdJ3o1A8W6K2HG',0,1674120704.9999,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','PtsZpTUNC1v4n9XRV7FbySdo',0,1674120705.0615,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/test/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xbQehVOT4GJR1WctXIHyDL9C',0,1674120705.6444,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','JFj9NDWKSqyaIAMVb28re410',0,1674120705.9535,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','O5dbc6g1FAjQTZvp9NzLm3xS',0,1674120706.1739,268,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','IPDi6K8c5Omuer2EzZlqxFnM',0,1674120706.4174,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','yB5AWDf8o6Cmue1SKnc27EFV',0,1674120707.1188,291,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ff.php?pass=shell','','{\"1\":\"python-requests\\/2.28.2\"}','ANl5ScTawUF0QyqodHRe1g38',0,1674120707.2642,283,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.28.2\"}','yzLf5Ob1TDc8eu9g7xQH4ojU',0,1674120707.2081,339,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/991176.php','','{\"1\":\"python-requests\\/2.28.2\"}','TXd8z4oLnBsGyVh7kR2ENWi0',0,1674120707.2937,309,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"python-requests\\/2.28.2\"}','xd27uUDYS9lVvCZypeRqmkzg',0,1674120707.5554,330,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','2Z1pCfY7z5ILlEWTHVdnoRFk',0,1674120708.7067,545,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8oCGyXZFxqvRKeinVwDS70Lb',0,1674120708.9105,573,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ff.php?pass=shell','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','puf74VhJzN0BEcnvQUx6qYWD',0,1674120708.9456,662,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GCpJ3TOzKvSIPjoanLqti0re',0,1674120709.0019,694,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NQMP4x61OqZwYCdvemJrspjc',0,1674120708.9461,760,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/indeeex.php','','{\"1\":\"python-requests\\/2.28.2\"}','yrotE5ZcBQGnAsTLmigj8b1K',0,1674120840.3732,385,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"python-requests\\/2.28.2\"}','QZMS5p9af0PDXOVU4zJ8blsL',0,1674120840.6071,329,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.cgi/cache/index.php','','{\"1\":\"python-requests\\/2.28.2\"}','qbiyXwZVALOom2UskB96NxgR',0,1674120840.9566,224,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"python-requests\\/2.28.2\"}','4am50EJxZI2krvquoT9seM7B',0,1674120841.1395,306,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"python-requests\\/2.28.2\"}','qnv09IJAN7RUPeZ5Q8jiadHm',0,1674120841.1911,346,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xindex.php','','{\"1\":\"python-requests\\/2.28.2\"}','dy62rTCuNkG0FL1UMitEhjAs',0,1674120841.3161,296,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','njRMK154TgkyQBvqpFN8EUw3',0,1674120841.4586,324,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"python-requests\\/2.28.2\"}','J2cw6aQkxdv5BX9rH4iqVnC1',0,1674120841.5585,306,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"python-requests\\/2.28.2\"}','b30xEBnNWIoOiTJSVY6HPDjl',0,1674120841.6918,242,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"python-requests\\/2.28.2\"}','3wz1T69WjSuRKNZDbvQYshMF',0,1674120841.7826,268,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','bmTyxGE5eMrjw6hfFLIlZKq1',0,1674120841.8995,227,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xJjH89BDRtc62fWYsEGAdVLi',0,1674120841.8991,237,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"python-requests\\/2.28.2\"}','RNStlBko7uEnrPVYbmMCXHDy',0,1674120841.9124,233,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/indeeex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','60uZAT3r1swECnjpxH2dOKSX',0,1674120842.2790,227,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"python-requests\\/2.28.2\"}','y0Wai863elxYBFvIX9bPpGwd',0,1674120842.2888,251,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"python-requests\\/2.28.2\"}','Eze06XJQDbSsiwc9ZtV1Nqrk',0,1674120842.2879,292,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','1FhlbDi2AjeXW5uoHz7vcxJ4',0,1674120842.2986,294,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"python-requests\\/2.28.2\"}','JYrQFuPC4hzW9UenHqjE60dA',0,1674120842.5645,287,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.2\"}','0cWPskG9pyqLFNxwTQhgE5uo',0,1674120842.5646,319,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','glE6hBsVbvRaFyiSG4NxYkpZ',0,1674120842.6484,277,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"python-requests\\/2.28.2\"}','cWor4YaLT8IMEmqDHxstz7FZ',0,1674120842.6464,316,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jv05mEYbpRNBksLc8UPDxdqo',0,1674120842.6614,322,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CntAvK2OkSYQ9IGXbg64HyWJ',0,1674120842.6652,343,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','k7uBT2Mw8GfZviPr1sKHJdoU',0,1674120842.7083,361,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','AB2WO8iYu5QnpCKtZ9rJcHfN',0,1674120842.8836,319,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.cgi/cache/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sB1eLlFoq6iJRM7OfaQ0ZXzI',0,1674120842.9316,378,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dQ86y9WipLY7XvEtzO45R2g0',0,1674120842.8540,498,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dRP4e6fjQ5FHorLBz02UmZVJ',0,1674120843.0148,346,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uIh3DlJ7fGYQ5CBg0yAnzo8t',0,1674120842.9289,493,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pDFdKLrVySc2IkOAJ5hMGlZ4',0,1674120843.0247,450,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"python-requests\\/2.28.2\"}','6GcJ4h2MyAosmkvUIO0eP9YC',0,1674120842.9681,539,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','1HrPoEdhvkmFBxZDlpK93gct',0,1674120843.0087,509,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ayIL1O7SFJiCbAoBXKe4vf6u',0,1674120843.2071,595,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','La0JeSNTvdOtV4YiWlDuPRIE',0,1674120843.0889,791,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/jindex.php','','{\"1\":\"python-requests\\/2.28.2\"}','bAnau1PTqlJ0OSQmN2eVd7xp',0,1674120843.2107,743,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/IXR/hunt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CjtPunrZLmYGKQz8HR9I4vUk',0,1674120843.2502,940,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"python-requests\\/2.28.2\"}','uJ5Avf2gkZoBYt4SN1n9D80c',0,1674120843.5814,635,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jlcfvrQZdeHB7F4Xt5igIozu',0,1674120843.2852,942,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1LmIElzSX3NArd5vFbgOBfCQ',0,1674120843.5656,671,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.28.2\"}','5ftWljdwYTAyX6zOIMVB3Q87',0,1674120843.4538,783,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RjHWbsGS9PJvTDc6q1gO0BuQ',0,1674120843.7357,522,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','o9h2wZJipLmrYe6RE3yn1U5D',0,1674120843.4522,836,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/stindex.php','','{\"1\":\"python-requests\\/2.28.2\"}','7uvSxFw8NX2tHQYfGqOVaB6c',0,1674120843.6579,779,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/style.php','','{\"1\":\"python-requests\\/2.28.2\"}','Z7BQhaSwmHupPG0tvnD8MFbC',0,1674120843.4549,992,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','p0G6fRv3XWQSMUxtEKl1dhLZ',0,1674120845.4423,410,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OJKCxvh7RrVBYUcuPqnIXzkZ',0,1674120845.8485,326,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xd3Q5c9JF6ZATbYo7qvByGai',0,1674120845.8729,329,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GLyPsvOgJN75FpRfqVkzialZ',0,1674120846.0859,845,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RDPhyVEvTdmLwJNWlA4kg2ni',0,1674120846.0409,930,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','rukQJE1OGgLmWiy25ljVSZeX',0,1674120846.2495,857,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','TbKuJ2DQOxRNEl5HM1LZcoz6',0,1674120846.2189,914,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','V1LnRCXcZsqIlwTQ4e6Mbyjt',0,1674120846.1827,1063,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"python-requests\\/2.28.2\"}','C87PTrfiSUlMZt1sVvbwJF6o',0,1674120884.1572,330,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','41CP6qoKcrS0dt8AEeliauGw',0,1674120890.3902,362,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"python-requests\\/2.28.2\"}','B76ApOoEYTwGaWvRMbi2Q34u',0,1674121011.0087,594,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4spO2dk0rQZoPgzLjnmCxYXU',0,1674121018.8137,228,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','36YE0xXufS5Uqtv8sjR2awnH',0,1674121038.1640,537,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','5SEz2D9vr8WlJQLtqXca4RNY',0,1674121042.2590,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','DulvzURbP6fsTGaQiIXh8L1K',0,1674121058.6916,331,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/site/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','U8VjCfushLZ3IReKc94DmkxQ',0,1674121061.4233,312,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.2\"}','zopX81UqJfgnRyYLKP9dQ7ZS',0,1674121088.2876,686,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AwxSIam7slJefcg3Mo8zKHXu',0,1674121090.4084,333,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"python-requests\\/2.28.2\"}','XLt0bZjKsfgTd8437kiyHJAM',0,1674121093.9849,241,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"python-requests\\/2.28.2\"}','rn5VelC4EIozYWAf9adTiGHP',0,1674121094.6440,242,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.28.2\"}','SLH9KcPwCnFrWGum3fZOgjQM',0,1674121094.8934,244,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"python-requests\\/2.28.2\"}','Hq2o6ISKW0LER7uOcdGBmnX8',0,1674121095.0338,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.2\"}','VMowqbcSv43UHJyngNir5e1s',0,1674121095.1686,235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xmlrpcs.php','','{\"1\":\"python-requests\\/2.28.2\"}','1pviZh4uWOfo9sBHGgINbk7J',0,1674121095.2424,312,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"python-requests\\/2.28.2\"}','Atsl2q8ILD9C0wdWhT4cENYf',0,1674121095.2345,320,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"python-requests\\/2.28.2\"}','SDsLuJGkUbvdoB43ZmjcitwN',0,1674121095.3600,268,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AJRPIZahu8Veq4LbzjHo0dcx',0,1674121095.5468,296,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','bxItKeJ59lMVE3vByCo6Gh1f',0,1674121095.7328,347,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"python-requests\\/2.28.2\"}','DAwkrzLHoNTVEqcQ106Stual',0,1674121095.7479,345,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xltavrat.php','','{\"1\":\"python-requests\\/2.28.2\"}','rqfLm1yIzFjplCkQ5D6XcsPa',0,1674121095.7793,314,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','4m1PbLsOfVqMzeryBJEvkxZX',0,1674121095.9356,282,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.2\"}','73YPExwJvnUBVqsCQ1yTLklH',0,1674121096.0910,235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.2\"}','L0n7WRATxo5zKdGSObgJU9HE',0,1674121096.4994,238,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.2\"}','gEVYI2aPCKnoS68wOpheurAd',0,1674121096.5141,235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/css/wp.php','','{\"1\":\"python-requests\\/2.28.2\"}','RUjIrcG0H8XVu37aOegQBAP4',0,1674121096.5757,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/wp.php','','{\"1\":\"python-requests\\/2.28.2\"}','H1643WRAILpoaZhkFuxNwbzg',0,1674121096.9077,287,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"python-requests\\/2.28.2\"}','hP9nNTmpeOYtjkoqMlGsE13Q',0,1674121097.6296,271,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"python-requests\\/2.28.2\"}','bKRZ3gPG0VqSY9p47vjTENxD',0,1674121097.8523,224,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"python-requests\\/2.28.2\"}','ntsBviIFPh5aT1jAVxzc7CyK',0,1674121098.4901,257,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.2\"}','mauKjpAvyXUx9l4ei3SzoTsf',0,1674121098.6750,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','G5KT0xMr9bFPQmh1uwgVHyqe',0,1674121099.0175,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','uhVoLgRxtWw0Ac5FyfvZYm4M',0,1674121099.0488,237,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','q3IWfb7n4hZBsXpvOorx0SD5',0,1674121099.2222,583,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','eq1RDQ8byigdBKalujs7VvPw',0,1674121099.2071,652,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/css/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','lWj5iRwcq6xYasA0L3k1XGb9',0,1674121099.2382,631,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','QTDPZaItgzmhUVy9nc0b8LFl',0,1674121099.3080,624,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','jxR9eYiX1arGsPhwvpmy7SFq',0,1674121099.3011,633,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','LzXGsQ41DN5EdKxYojBVAWrZ',0,1674121099.2849,792,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','w1NzRteWbxCHQnM6q8XyEVro',0,1674121099.2507,836,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vtZb5rglDce39xmRjIBk2nzC',0,1674121099.2799,807,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','IMWgBlEbsJhcjzUfxHGKduLT',0,1674121099.3681,781,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','rVct9exEKJoUfpZN2WsS8In7',0,1674121099.3599,807,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','gcLo4sM7D5Yid1TObkuSaUlw',0,1674121099.3280,856,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','YPqO7zHCxNGV0QdSkpRDa2Zw',0,1674121099.3343,936,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xmlrpcs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9dMOtUvu1n7QL6zIRkSfYZGe',0,1674121099.3393,1062,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xltavrat.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8YaGuSsPm274IVEdjFi3c0Kk',0,1674121099.4132,1041,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bsen4WPz5IAc7uTivdgYH1FG',0,1674121099.3281,1137,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FLyw0KVHObX9YChtT4GlmzrJ',0,1674121099.4422,1184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','9CESmBU4FfAhYv5Mbi8GLJkQ',0,1674121099.5520,1213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"python-requests\\/2.28.2\"}','NX5vjzxHQr9gBKncwtud6bJM',0,1674121099.8211,1174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','S3n8dcQ7hyK0OEsCFNG2tbkA',0,1674121099.7104,1378,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','sGU0iOlZVk6FrbL1fCjx7gwH',0,1674121102.0180,274,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"python-requests\\/2.28.2\"}','sfSn7e2wBvZxr16RM0bHVUXQ',0,1674121116.3390,314,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"python-requests\\/2.28.2\"}','YvV8j9DcSFHtUwIG3NgkCQAs',0,1674121116.4556,297,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','wPa1C8MY9fvGUzpNDAX4LQWB',0,1674121116.4783,325,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"python-requests\\/2.28.2\"}','A5NVmfZ6ezFjO8khixLPgvI0',0,1674121116.7935,261,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"python-requests\\/2.28.2\"}','3pxry5ev67IdOmoLskGjJXSB',0,1674121116.8632,244,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Q0h8tNnVDUfGjwBSAzemqu9p',0,1674121125.2749,319,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1TEynbq0HcROv7hIBm4fGgNr',0,1674121125.4573,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dmwCu3gPhXyYV2ZIKU6b4fks',0,1674121125.6189,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','25tozKHhLbp3dDE4xZNA6iV0',0,1674121125.6480,269,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CtmZOhLHs30IA7eqGwW6DRNx',0,1674121125.7831,248,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','idqgHAI5XsjU2uJ619wvVGEN',0,1674121187.2165,260,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mt/pekok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','u76Xd3PBRvW1ayb8zKrUpSme',0,1674121202.5984,288,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','RzqKOEp3W75gJNvdQMeAbV4F',0,1674121206.1817,265,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','4NA9sYuZywXf1IUva2eCiH0Q',0,1674121221.3333,1798,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HNRBCIQuyFqwnYPXsLjWS35e',0,1674121222.5838,1208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"python-requests\\/2.28.2\"}','XtDKjLY2i04BxEq5PFhfm1or',0,1674121225.6993,382,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.28.2\"}','IrA6Yv8FNsoXiMctpkV9qDfP',0,1674121225.8573,382,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/error.php?phpshells','','{\"1\":\"python-requests\\/2.28.2\"}','gyQMC2mlv5bGuXUdzwYhHKoq',0,1674121225.9557,536,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.28.2\"}','QzC78pSra6bOmK9VxHB251fR',0,1674121226.5263,230,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/css/index.php','','{\"1\":\"python-requests\\/2.28.2\"}','NOrxYGZo9BmIKTzcRCLMi8kX',0,1674121226.4769,279,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.2\"}','yA7VFtdxDEncPaNlmX9SIz1h',0,1674121226.6497,240,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.2\"}','UBc9z8ZfEPpLOxDKa5NYCGMu',0,1674121226.7342,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"python-requests\\/2.28.2\"}','FoKa17bn0uEsViSexXLQYDWp',0,1674121226.9966,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"python-requests\\/2.28.2\"}','psqirE5zGdeUfVY6jQ9lvDFg',0,1674121227.1558,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"python-requests\\/2.28.2\"}','VQCHwT10DdpzZiLaGlX87EOt',0,1674121227.1595,214,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mari.php','','{\"1\":\"python-requests\\/2.28.2\"}','8YtWbhFC1EDNBA2L6arPVSZH',0,1674121227.2379,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.28.2\"}','8eBfEdaQOG7PCb0Dnk94Shgm',0,1674121227.5611,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/4price.php','','{\"1\":\"python-requests\\/2.28.2\"}','Xf7vg05cS8ZA2y1MWpbmNrEU',0,1674121227.7438,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"python-requests\\/2.28.2\"}','UBpTaDlICehkibw9vmcZYRVj',0,1674121228.0312,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-load.php','','{\"1\":\"python-requests\\/2.28.2\"}','P1RpeFv24YtsiyLrDVHKO7Xq',0,1674121228.1645,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"python-requests\\/2.28.2\"}','QjB8DwF9Xsy4kIvLzg1cA2xh',0,1674121228.2000,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.2\"}','YjokT39VtHXaQ5DAhEKMrs6W',0,1674121228.4243,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"python-requests\\/2.28.2\"}','fgjKL8csk5ZD0PQtH39GqYE1',0,1674121228.5957,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"python-requests\\/2.28.2\"}','Cxe4bpXFcrA7g2atWDI8vBN3',0,1674121231.5285,236,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"python-requests\\/2.28.2\"}','vMQBKgubwERktXV8FDNO0de5',0,1674121231.7654,254,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/css/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','f2NZeTnsrwA0KLqhkJguEcS6',0,1674121234.7443,690,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vrdJVb2M50zI8DmuT3YXRLZW',0,1674121239.7129,361,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','y9MgKAkhQCUpNmSfilrw4FHW',0,1674121240.2932,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HhfxbtG19OimPTN3qeuWD7lz',0,1674121240.4646,264,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/css/xm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','UGgDZXWpuqYFmtN0yPEwen9Q',0,1674121240.6350,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Pnj0qtk2dDEQIYLmNFeM5u7Z',0,1674121240.7242,306,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','H98xfCoiFkWAcPqrRVZJKeEv',0,1674121241.1031,379,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8Wi73tCfJ4KqFVHunwacmdL2',0,1674121241.2000,300,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','pq0T6s3w1glyNMA5Q2ODtRhd',0,1674121241.2048,373,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','kJ18hmU9giWrYujoNyA2edOn',0,1674121241.3183,351,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FfyISAEMC7HR4bDxdQwBPacN',0,1674121241.9722,256,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','iSfjFmVLBprq62REW853tJve',0,1674121242.1321,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ALEHBnN6Y2XtMWZhklzOoFeU',0,1674121242.5131,248,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','snqi7ADx8JpobmM49ClfEBT5',0,1674121242.5940,242,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FVUMGY7bSpjR8zq4kHTsQKi1',0,1674121242.6189,248,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NnwlJiFCGW7cY2IAeH8qdmBh',0,1674121242.8870,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','MWX4xvTVi1EFLRul53tYmO9I',0,1674121244.9207,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','zVfKZ3JP6LAT8ayXCB7WODG4',0,1674121245.6797,217,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','tKxqSzAa07CpjLMVFwTJZIun',0,1674121247.5540,268,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Wh3xnruzQcoH87RKsTPV0ABj',0,1674121247.8583,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FEapKlrbiWGY08uSQfqBHCZz',0,1674121248.9284,441,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','bvW7VBYE4qIgzG8otxUwnNMa',0,1674121249.3069,675,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','ZB3D6ELIdqMkN1572fQwJHpP',0,1674121249.5142,472,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Nz1PpUKZQuwTj0LqCRaylIJv',0,1674121249.4190,624,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GDgMJNuS9EpwrZUF2xImkzLl',0,1674121250.6184,301,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','EDxTUZIds4LW8wiJGSBzXlyC',0,1674121252.6035,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/error.php?phpshells','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OcWarDlvCIHB1Ph5yM83EntZ',0,1674121252.8044,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','NJOtyv5nqe3RCfg9UbMExsk1',0,1674121253.0382,243,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1shq7pmQA9U3zLwSoNFXBjlZ',0,1674121253.1070,275,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','H1RiAIcfbDWrBSgzLYC8Taxp',0,1674121253.5923,271,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','yj4fD0LrZgmCUHQYF19ovOPa',0,1674121253.9829,280,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','DiUndVzpSTFr6WbLPHcvQkZu',0,1674121261.6113,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','WRE4gKmJt0lwIjB2QkYxALDp',0,1674121262.6531,278,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','D61fe9mVSJkzcLPKCrbanpu3',0,1674121262.9455,302,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','dvey803HXRuAMtP6cDLNGUSg',0,1674121263.0543,342,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','xHMDcbVLwBzUE9erZm6a3Ks4',0,1674121263.8450,389,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','g59yXU7whnfki4FVzu2jcJLs',0,1674121264.0230,571,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CMP2VJEHDjXeYpAGmrvaF3w1',0,1674121264.2459,431,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qMJG076WNaxXOUIHvE1mnuFS',0,1674121264.7444,286,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','XHxzeKRJa2fycSI9brko1LVQ',0,1674121265.7316,303,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qGOx2LEjUQ1JpRgiTlV0DByw',0,1674121275.3621,540,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','SE8lh67Hy40QwTxteLnakDoC',0,1674121275.4073,624,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','v8QnAOHixgTFGIolRdq3Nzbe',0,1674121275.3414,905,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','Yorigzjs02G5N8BRuFwDW9qe',0,1674121279.7399,247,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','GXH743DCPLa8JNc25MBvyf6z',0,1674121285.7736,243,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','AU19cz8plJkgsDwxvuKnroEG',0,1674121289.3825,253,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','j4LJOpRK0hrXiMfIwU7gQxbl',0,1674121307.1240,1089,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.28.2\"}','rmyVbd6DqZS1s8enz0aRJtjY',0,1674121376.5701,723,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1UrEK0ZDS7IBT24ewFzYkQRl',0,1674121378.3731,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"python-requests\\/2.28.2\"}','s3hxCWY4P1rtSiuDVRyXF6Eq',0,1674121379.4744,309,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"python-requests\\/2.28.2\"}','aBNqAOUFX8HwJ0fGzVhc1S7r',0,1674121379.6149,392,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/license.php','','{\"1\":\"python-requests\\/2.28.2\"}','br5med20toXjcqWzDPKMgRu3',0,1674121379.7994,365,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','62cB0dOg7qhRitSGmEAjnQbf',0,1674121379.7591,505,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','Eh2y4baDlkYF9pSiKutdBPsW',0,1674121380.1053,407,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/shell20220621.php','','{\"1\":\"python-requests\\/2.28.2\"}','2AswNjyxLH1vaISumlrkRMPb',0,1674121379.9897,544,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/about.php','','{\"1\":\"python-requests\\/2.28.2\"}','eC29SsBvHfXTdAMVbOWDn7Ug',0,1674121380.1439,580,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','JPD9Q5FcAhN8dKrlT3X4YZfE',0,1674121380.2500,665,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/maint/about.php','','{\"1\":\"python-requests\\/2.28.2\"}','vDGd1huBbEz97Cx8HjIQ6NUw',0,1674121380.2713,646,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"python-requests\\/2.28.2\"}','qVa1FbxIfpWdLUklJn5Q8MEO',0,1674121380.3903,729,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.2\"}','H1udw35fRmNVgLWPYz2lsSk0',0,1674121380.6449,559,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"python-requests\\/2.28.2\"}','3f0ig1rTtWQZRdAjwczUobhE',0,1674121380.6307,668,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','qWoc90eAzlBagUILXnNxJtr7',0,1674121381.0907,792,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"python-requests\\/2.28.2\"}','H2hUToqLQEpkJWCZj470vtcd',0,1674121381.0939,868,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/cache/shz.php','','{\"1\":\"python-requests\\/2.28.2\"}','UN94ikwzM1Ssugc3qyI6Ve28',0,1674121381.0263,1030,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.28.2\"}','3RqOQ5JCEYF0oG7ZLitIkUfB',0,1674121381.8590,871,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','z87ykZioQ5trXYHjgNMV1xev',0,1674121382.1165,618,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','vQi6VSW7q2bwsNY3AEtd98mL',0,1674121382.2040,757,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"python-requests\\/2.28.2\"}','wIh4EMvf6CGTnZyKsajP5ite',0,1674121382.2737,688,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','a6uzlPontE0DW7f5qpFS3Gmc',0,1674121382.6034,594,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FZqJOPSGHc9LarejQhUB2kus',0,1674121382.4702,842,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/shell20220621.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','OT3pDw0mWafJL6ISK8esno2z',0,1674121382.9258,421,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','co3LydtT58D6z0G91lPFupkr',0,1674121382.9682,571,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','BZ5hy8L7mxu0EQJtT3WPRjvF',0,1674121383.1268,486,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','8ZJ4poRFudymsVgXH21LOQjY',0,1674121383.1342,500,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','1WDfhKmOxkryQc9HNC5V3loX',0,1674121383.4854,313,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','HDhQ18Y7Gwmedx4K3ygtVEvf',0,1674121383.7577,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','60hgPbUTOXosVzxA7ncmIY9L',0,1674121384.9999,290,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/images/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','miaB0AQOeSw47uzZRpDGVUFJ',0,1674121388.1886,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/cache/shz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','FDAshKjfcxi2YNTCer8X7RVd',0,1674121388.6740,293,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','mwolHrgE4duvcUPZGtqk6TjF',0,1674121391.5980,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\"}','CenWtc10iazURPXv3NQoMyfd',0,1674121393.4827,556,'','GET',403,0,700,0,1,'',0),('216.15.151.63',3624900415,'','https://www.sleepingsolutions.co.uk/Telerik.Web.UI.WebResource.axd?type=rau','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/7046A194A\"}','mwd1Z5euIr0TNkHDFLsj6AKJ',0,1674133644.0529,259,'','GET',403,0,700,0,1,'',0),('109.248.175.119',1845014391,'','https://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','ovG1YxkZXPDsI0QKTVumB3Md',0,1674136820.1296,233,'','GET',403,0,700,0,1,'',0),('66.249.76.69',1123634245,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13897','','{\"1\":\"Googlebot-Image\\/1.0\"}','pKe8BFGHb1tyOanTD5Ux6Egv',0,1674137374.3117,244,'','GET',403,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','7fUnJF2W8xydY4OZVeEQ9XmC',1,1674141176.1169,2007,'','POST',302,0,600,0,1,'',510),('90.248.235.45',1526262573,'','https://www.sleepingsolutions.co.uk/home.php?cat=3066&page=3','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\"}','ghEpNMx5063eU9OoH7sR4mPB',0,1674141427.6413,200,'','GET',403,0,700,0,1,'',0),('103.26.99.148',1729782676,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','YwFiSQhEqpy5BAH3Kv7WaoJ6',0,1674160199.8573,292,'','GET',403,0,520,0,1,'',0),('78.190.146.5',1321112069,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','Gbc4vR3B0steAqLQaPMxfwur',0,1674167663.6111,995,'','POST',403,0,600,0,1,'',0),('188.190.221.181',3166625205,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','3eU6DYao97OM8XwrludVB2G0',0,1674167665.9064,1106,'','POST',403,0,600,0,1,'',0),('136.169.16.237',2292781293,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','7VTeCbIhFa3HjDsKAmXci95y',0,1674167668.3455,1015,'','POST',403,0,600,0,1,'',0),('49.37.91.140',824531852,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','VShgf6JwxEj7yT1en0ZoXCiN',0,1674167671.9350,1036,'','POST',403,0,600,0,1,'',0),('171.7.227.73',2869420873,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','qNGXV9QDEHgM8arRUSysni1j',0,1674167676.6011,987,'','POST',403,0,600,0,1,'',0),('78.190.146.5',1321112069,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','DZPyFKJ6eWHUOpC5jBl82SgL',0,1674167679.4375,396,'','POST',403,0,600,0,1,'',0),('37.215.10.8',634849800,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','gY9C3KFkdxTVSpzeOBrfsJtj',0,1674167681.0915,1007,'','POST',403,0,600,0,1,'',0),('73.73.177.241',1229566449,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','2UKWabY3kQ5LjnyTzM6poIEX',0,1674167687.4040,1067,'','POST',403,0,600,0,1,'',0),('61.92.85.238',1029461486,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','FmTfjKq4xPIQu6MNrA9BcnwH',0,1674167691.0135,1036,'','POST',403,0,600,0,1,'',0),('186.235.128.158',3135996062,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"\"}','npFvTV3KWOxGq4iz50QMhwR1',0,1674167693.8763,1098,'','POST',403,0,600,0,1,'',0),('92.40.191.97',1546174305,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16170','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; Pixel 6a) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','USeRKD7faVQYLHJt1FlI0Pv6',0,1674170259.8780,254,'','GET',403,0,700,0,1,'',0),('92.40.191.97',1546174305,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16173','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; Pixel 6a) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','lTQERGBDbZNzw1UvAm7t2CVc',0,1674170259.8794,253,'','GET',403,0,700,0,1,'',0),('92.40.191.95',1546174303,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16171','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; Pixel 6a) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','k2nTtxoYf14FVN0p5qA69BRe',0,1674170259.8777,265,'','GET',403,0,700,0,1,'',0),('92.40.191.97',1546174305,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11360','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; Pixel 6a) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','cuTGhLPAvYwBfVde0FURO59E',0,1674170259.8763,276,'','GET',403,0,700,0,1,'',0),('92.40.191.97',1546174305,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16194','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; Pixel 6a) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','wlE6OdaxU7D1Y9cFyW8emtkB',0,1674170259.9816,252,'','GET',403,0,700,0,1,'',0),('92.40.191.97',1546174305,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; Pixel 6a) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','z3Ux1wrvDgqemXnLfRKskECj',0,1674170260.1208,214,'','GET',403,0,700,0,1,'',0),('159.69.71.60',2672117564,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','vhKVfNtMSOFjQLewnpJra6lx',0,1674178752.7749,271,'','GET',403,0,520,0,1,'',0),('104.244.74.248',1760840440,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','VterTxDK2lfLGFjBQN05hAsm',0,1674179029.4736,328,'','GET',403,0,520,0,1,'',0),('18.235.155.88',317430616,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','5TklGQyBDzWcbaVrfu3Ut0XY',0,1674179369.7665,359,'','GET',403,0,520,0,1,'',0),('69.16.228.42',1158734890,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','OqXybUSKMAexs95ZCkt2fdLl',0,1674180709.7555,302,'','GET',403,0,520,0,1,'',0),('17.241.75.155',301026203,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11335','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','LAH94WpYG6noZ2RIQETxh5mV',0,1674181868.9922,227,'','GET',403,0,700,0,1,'',0),('109.70.148.40',1833341992,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','CQfOFwzupbMHD46k0U7JSxoI',0,1674182416.6553,416,'','GET',403,0,520,0,1,'',0),('17.241.227.129',301065089,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14757','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','KGfe0EmshRNIoDp4BLWPrw71',0,1674182739.6997,248,'','GET',403,0,700,0,1,'',0),('17.241.219.55',301062967,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19092','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','kEepXFbl9NfP6njCK0WcAaMu',0,1674182869.0868,251,'','GET',403,0,700,0,1,'',0),('17.241.227.144',301065104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16888','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','G3EBqgN07684RmUOD9erJjdx',0,1674183639.0729,527,'','GET',403,0,700,0,1,'',0),('44.198.220.157',751230109,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','FJCefDY3BsMK8UPpzub2IqNZ',0,1674184679.8431,327,'','GET',403,0,520,0,1,'',0),('17.241.227.250',301065210,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18951','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','jasDmKbZLYwMzyBWFdgXn5V2',0,1674184746.5277,379,'','GET',403,0,700,0,1,'',0),('54.255.84.63',922702911,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','26mp5aAiZgeTzVrbvJ7FYPEh',0,1674186536.7628,375,'','GET',403,0,520,0,1,'',0),('17.241.219.93',301063005,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13601','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','1wpuRPDaVcsGLYvSCj7eJU24',0,1674186599.3412,339,'','GET',403,0,700,0,1,'',0),('213.145.233.155',3583109531,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pqremEQFSxyVOtHB75dzY2NL',0,1674186990.2227,338,'','GET',403,0,520,0,1,'',0),('213.145.233.155',3583109531,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','aDRyk501qCpLtA6PWYNhnGHl',0,1674186990.6810,4450,'','POST',403,0,600,0,1,'',0),('185.119.81.100',3111604580,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','cZKgl07YOwdsaSoyGLnECfeM',0,1674188964.1614,3594,'','POST',403,0,600,0,1,'',0),('150.107.74.24',2523613720,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','i3Y5nj1qaQDpsPEIt2gXruMA',0,1674189887.0100,325,'','GET',403,0,520,0,1,'',0),('150.107.74.24',2523613720,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','u2H9TMdSC6rRphgNZlkGYz5x',0,1674189888.4315,3573,'','POST',403,0,600,0,1,'',0),('103.74.123.3',1732934403,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ZpEFdzBDua9ePn6YVif7qSw0',0,1674192672.9379,284,'','GET',403,0,520,0,1,'',0),('103.74.123.3',1732934403,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','eQwOhr1Gjo0sM5VINTaCvJEi',0,1674192674.1351,3596,'','POST',403,0,600,0,1,'',0),('162.19.86.132',2719176324,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','zbSl2tA6OenjHrRC9TsYPJQv',0,1674192934.0429,282,'','GET',403,0,520,0,1,'',0),('162.19.86.132',2719176324,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','mL8IXqxGRa7nQFSDzEWNf4pJ',0,1674192934.4165,3506,'','POST',403,0,600,0,1,'',0),('34.77.238.198',575532742,'','https://sleepingsolutions.co.uk/util/login.aspx','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','vjAd85JFgMziKYyNsSLDcUGa',0,1674192996.7275,232,'','GET',403,0,700,0,1,'',0),('17.241.219.161',301063073,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1476','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','I3vynGl1cL0isdrDCzw8UFEm',0,1674193080.5560,222,'','GET',403,0,700,0,1,'',0),('162.241.120.53',2733733941,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','W01dbwQGCXEKxjgLBzDfqF4A',0,1674193728.1133,299,'','GET',403,0,520,0,1,'',0),('185.46.8.7',3106801671,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','c6eSzgKi9O4PELvoZUG2fFNs',0,1674195022.1249,260,'','GET',403,0,520,0,1,'',0),('109.70.148.39',1833341991,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','HPxb2C4dXlg7pcBG0ZV6LjyE',0,1674196121.4741,290,'','GET',403,0,520,0,1,'',0),('157.230.178.254',2649142014,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','Ko4RBVWaiwHSFztAG6rJhYCv',0,1674196822.0122,287,'','GET',403,0,520,0,1,'',0),('185.243.77.110',3119730030,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','9hAnCVfDZKjRFke5Yz01UMGu',0,1674197498.0825,252,'','GET',403,0,520,0,1,'',0),('17.241.219.47',301062959,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14760','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','IOKNm1BUQnpTDqkdxE82S9WM',0,1674199522.1418,274,'','GET',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','tzayI1jRcoQpvVs0EwXD4L2O',0,1674201164.7707,254,'','POST',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://sleepingsolutions.co.uk/rkitggqf.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\"}','8Ci5texmyKYg2bVacDw1zfuG',0,1674201165.1822,211,'','GET',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IKOviuNxTWfCwBon51aqd6cG',0,1674201165.3737,196,'','GET',403,0,700,0,1,'',0),('103.130.218.42',1736628778,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','QYN7SdK2AMiO31h9beV5yDRf',0,1674201564.9430,303,'','GET',403,0,520,0,1,'',0),('185.119.81.96',3111604576,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','CUPtdhW4zYev0rONoHjmIRQV',0,1674203125.3936,3534,'','POST',403,0,600,0,1,'',0),('86.159.192.103',1453310055,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','xYTEBmW9lZdUbCwoe3aGcyi7',0,1674204456.4788,251,'','GET',403,0,700,0,1,'',0),('86.159.192.103',1453310055,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','AsqO82YPthiw1Lcb03ey7XRZ',0,1674204456.5248,230,'','GET',403,0,700,0,1,'',0),('86.159.192.103',1453310055,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','3n56ZacukrMjEAeNlXzthR27',0,1674204463.1820,219,'','GET',403,0,700,0,1,'',0),('86.159.192.103',1453310055,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','v9PG5W6nujSdFOyf2pDLIwHA',0,1674204463.1934,218,'','GET',403,0,700,0,1,'',0),('51.210.150.127',869439103,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','H2SyVb37sB9LRdth1MAxIfD4',0,1674204905.7967,283,'','GET',403,0,520,0,1,'',0),('193.107.36.123',3245024379,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7OGgA04w9DBTzaRv8nMdVeCN',0,1674205066.1126,354,'','GET',403,0,520,0,1,'',0),('103.18.6.65',1729234497,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','hOzsftw5R3YGDH81XPMQb6xv',0,1674205310.3412,266,'','GET',403,0,520,0,1,'',0),('180.199.121.84',3032971604,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','fGVUeMlKYOP32DZ49jzFcI7y',0,1674205414.0226,1143,'','POST',403,0,600,0,1,'',0),('180.199.121.84',3032971604,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','hoWUTNBgx04fne62jAGHdOC7',0,1674205423.7994,541,'','POST',403,0,600,0,1,'',0),('177.130.169.49',2978130225,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nTWx3kz4KjLC8AMP0IZm6RUE',0,1674205443.0449,1193,'','POST',403,0,600,0,1,'',0),('177.130.169.49',2978130225,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','l4ZDCOf1BzMh5HrpK62NqXTU',0,1674205452.2256,490,'','POST',403,0,600,0,1,'',0),('47.25.176.13',790212621,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0ENPSr21z3IBaQZiFnpJxTye',0,1674205469.3556,1072,'','POST',403,0,600,0,1,'',0),('47.25.176.13',790212621,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','BxfR1FtEZ2QmVIyLgMpu4GNJ',0,1674205477.8954,523,'','POST',403,0,600,0,1,'',0),('219.79.5.188',3679389116,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','fIq7HGAxNMBYoXUKdgbn30ky',0,1674205490.2329,1102,'','POST',403,0,600,0,1,'',0),('219.120.188.101',3682122853,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','9cPaEqtr0WybYFOU3XxSKMQh',0,1674205504.9894,1117,'','POST',403,0,600,0,1,'',0),('35.222.218.27',601807387,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mGywxeIotj4blERL1VDNaAKp',0,1674206536.9031,293,'','GET',403,0,520,0,1,'',0),('35.222.218.27',601807387,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','z2iC5GRYSsIy30jNaTVugFO1',0,1674206539.3806,1071,'','POST',403,0,600,0,1,'',0),('82.132.218.6',1384438278,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; CLT-L09) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','FWtJvI4p1PMz07qrR8aufNe3',0,1674206844.6929,231,'','GET',403,0,700,0,1,'',0),('82.132.218.6',1384438278,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; CLT-L09) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','rKyb8lmOupcjxgdQNF2qJ5V9',0,1674206845.5248,182,'','GET',403,0,700,0,1,'',0),('82.132.218.6',1384438278,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; CLT-L09) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','MVI7UWOHeoSGCYylwFZcTgtk',0,1674206848.3950,220,'','GET',403,0,700,0,1,'',0),('17.241.75.127',301026175,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18957','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','gldQkZ3IwDXe9ncHS70qsVya',0,1674207001.8052,237,'','GET',403,0,700,0,1,'',0),('185.63.153.189',3107953085,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dwql0a9k4m6WrjXUZzNs1CDo',0,1674207340.1445,267,'','GET',403,0,520,0,1,'',0),('167.235.48.159',2817208479,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','D7dUXjh82sCHPLJB61uvnGbc',0,1674207341.6443,305,'','GET',403,0,520,0,1,'',0),('40.117.83.110',678777710,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','X4h1DIYNecMqisndROFmGZUW',0,1674207864.5518,355,'','POST',403,0,700,0,1,'',0),('40.117.83.110',678777710,'','https://sleepingsolutions.co.uk/hrjraauq.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\"}','0qOFcN13UsM6T8KCWAQJE2gr',0,1674207865.0061,324,'','GET',403,0,700,0,1,'',0),('82.132.218.6',1384438278,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; CLT-L09) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','0OYZLATHjeItyPaFWg6muvn3',0,1674207972.3667,226,'','GET',403,0,700,0,1,'',0),('82.132.218.6',1384438278,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; CLT-L09) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','t9AYxdXULRr7wDMaTPH1qfly',0,1674207972.4230,211,'','GET',403,0,700,0,1,'',0),('45.137.66.252',763970300,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DKFIf6L0vzGwiBOPHN8CYAZx',0,1674208045.2452,374,'','GET',403,0,520,0,1,'',0),('17.241.75.15',301026063,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18652','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','iC4kzwq9RQUY13AMrHDVbg5d',0,1674209751.0325,213,'','GET',403,0,700,0,1,'',0),('185.60.170.226',3107760866,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YhekPUH4AGI7b1cgql6pu82O',0,1674210130.6121,282,'','GET',403,0,520,0,1,'',0),('47.88.61.91',794312027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7VTnCz05ow9FylXG3e2MJpBU',0,1674211123.1472,280,'','GET',403,0,520,0,1,'',0),('139.180.147.178',2343867314,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','eNlCwRaMQqFs2fExbknyIK6Y',0,1674211909.7496,291,'','GET',403,0,520,0,1,'',0),('49.50.249.34',825424162,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','m6PjyxVpCu83KX4z29wMYodn',0,1674212274.7330,266,'','GET',403,0,520,0,1,'',0),('185.124.10.186',3111914170,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6s3rHNPutgnARplZUGzCJ5db',0,1674213705.0535,284,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','k2H3ARMy9iIfG5CrUcLuPYw0',0,1674213935.1597,246,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','H0S4WXmuGYK5LzpeJ7cIbdND',0,1674213939.8608,221,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','Rdi1bcSgXj5H0nUZaEtmCT2e',0,1674213945.2117,206,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','1NrJqYyjBH6dfbclwM0Zp9S7',0,1674213956.3966,230,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','Zs2TKB5Xh4Y37lAg9rv61p8S',0,1674213964.2032,225,'','GET',403,0,700,0,1,'',0),('178.208.67.7',2999993095,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','b13i9MgThatGfuEwl62D7Ukr',0,1674214514.2314,301,'','GET',403,0,520,0,1,'',0),('157.55.39.40',2637637416,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13480','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','yUoGIi6fwCmZlYke1q9SPWs8',0,1674215152.8441,188,'','GET',403,0,700,0,1,'',0),('3.108.135.52',57444148,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','SCMeIZNg2Dior1X5VPqBz9lG',0,1674215298.8723,272,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"python-requests\\/2.28.1\"}','XJ94QUuHS1Ro3YZ8bMipCfEL',0,1674215420.8893,217,'','GET',404,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-json/','','{\"1\":\"python-requests\\/2.28.1\"}','oYWNCQ5eKhzRImOay4uTc09B',0,1674215800.0843,315,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"python-requests\\/2.28.1\"}','kF5q7YIgutwLESOUD0VrcbJK',0,1674215931.5844,192,'','GET',404,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2Fuser%2F&reauth=1','','{\"1\":\"python-requests\\/2.28.1\"}','2mjzGEwBkvih1Q7cVWs0N6Mr',0,1674217132.7907,195,'','GET',404,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.1\"}','W4uv6fTL7QzrnaJODP2pVA9k',0,1674218140.5862,293,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.1\"}','ewYg1kmyTzMhtjFLr3OK28nl',0,1674218628.6810,244,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php','','{\"1\":\"python-requests\\/2.28.1\"}','pfXkio5wLQ9TDn0hMbFzqsvG',0,1674218632.6776,195,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','uGXyBAjvT4s3kYFmg1e2znUi',0,1674218638.1734,229,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.1\"}','oNGV41DSWUQXOPbi6mRrLsB9',0,1674218641.7886,208,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','2qvgYJXTecRfCZa0smPbIDod',0,1674218685.0466,190,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\"}','Tue5hZFqdIjDPxpXB74WcQGy',0,1674218691.5935,222,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/utchiha-BLP.php','','{\"1\":\"python-requests\\/2.28.1\"}','gMVrLtQ3TBRhG5KYaU98pwlj',0,1674218693.6199,215,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"python-requests\\/2.28.1\"}','0MnVJuQhDG9BwCUf7b1AITpl',0,1674218708.5676,233,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"python-requests\\/2.28.1\"}','3W2D0PsuFoQg7IcknfNKVHrj',0,1674218713.4945,206,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','vcM0ZFVystoNGxR8gAH7U3W5',0,1674218717.4415,203,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/upl.php','','{\"1\":\"python-requests\\/2.28.1\"}','2ZNz0JFDxiXueU4tYALOEBa8',0,1674218718.5797,228,'','POST',403,0,700,0,1,'',0),('203.86.239.175',3411472303,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','b2zQS89F4fhRokZPtVrEegdj',0,1674218725.5786,263,'','GET',403,0,520,0,1,'',0),('103.20.234.2',1729423874,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','XBOi2L5G17rwgeoQP4Na0DER',0,1674219463.2767,260,'','GET',403,0,520,0,1,'',0),('103.129.222.7',1736564231,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','NSc610EKYasAwtJgOel5yhQu',0,1674223158.8690,277,'','GET',403,0,520,0,1,'',0),('103.146.203.73',1737673545,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yCHmui4NUJ3rGVKPvh7pMOox',0,1674224715.0154,275,'','GET',403,0,520,0,1,'',0),('162.0.234.170',2717969066,'','https://sleepingsolutions.co.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.127 Mobile Safari\\/537.36\"}','opXgUfaQYP5k6JsRw9WjhE4u',0,1674224962.1098,225,'','GET',403,0,700,0,1,'',0),('162.0.234.170',2717969066,'','https://sleepingsolutions.co.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; SAMSUNG SM-G950F) AppleWebKit\\/537.36 (KHTML, like Gecko) SamsungBrowser\\/12.1 Chrome\\/79.0.3945.136 Mobile Safari\\/537.36\"}','7aEFvgOnARidmJ6e4KDV3rXT',0,1674224962.1203,238,'','GET',403,0,700,0,1,'',0),('66.249.87.224',1123637216,'','https://www.sleepingsolutions.co.uk/cart.php','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 Chrome\\/108.0.5359.130 Safari\\/537.36 Google-Ads-Conversions\"}','lMnVfsoFRXhJZaqkEIDtwG0p',0,1674225779.8569,257,'','GET',403,0,700,0,1,'',0),('78.142.50.97',1317941857,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','sP2e96F1wnOJZHSBYITf7pax',0,1674227972.3557,297,'','GET',403,0,520,0,1,'',0),('94.250.203.17',1593494289,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','uoLlmZ9fY8N0TMXIBtCAj1yQ',0,1674228437.7683,273,'','GET',403,0,520,0,1,'',0),('65.108.140.207',1097632975,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','5IgiNrdy02JxAeWkQwYstu6V',0,1674228532.2712,275,'','GET',403,0,520,0,1,'',0),('87.236.20.252',1475089660,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','BORTlqEK8ebvgaWQAypF2dVP',0,1674228986.5416,296,'','GET',403,0,520,0,1,'',0),('139.196.207.33',2344931105,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','THkVDCY3M5qtchilREexv4ub',0,1674229806.4299,428,'','GET',403,0,520,0,1,'',0),('47.88.61.91',794312027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DzlI9hrRmYpK2F3LMxEZW68V',0,1674229857.9368,318,'','GET',403,0,520,0,1,'',0),('185.33.234.111',3106007663,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','vg0aDp6wdCNnc5tRB7UeumOo',0,1674230304.7288,382,'','GET',403,0,520,0,1,'',0),('159.89.90.205',2673433293,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','z2T3ZaHReljxq07BNtVYkXgi',0,1674230503.3284,320,'','GET',403,0,520,0,1,'',0),('47.88.61.91',794312027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','4UB6ryjk20qDh53uOtbT97FQ',0,1674230638.2319,263,'','GET',403,0,520,0,1,'',0),('17.241.227.197',301065157,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3737','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','fMkDXOJorI8ASnLdEHG4weqg',0,1674230878.6531,252,'','GET',403,0,700,0,1,'',0),('185.220.174.115',3118247539,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','cARg4QjT25oL1D9COXZWvNSq',0,1674232339.4182,286,'','GET',403,0,520,0,1,'',0),('217.13.219.167',3641564071,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','jQtKoT5iShlvpJDNAgO6YmBZ',0,1674233936.7518,277,'','GET',403,0,520,0,1,'',0),('93.125.99.98',1568498530,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ijOcqh8QdgFvufHyrP0kDw1m',0,1674234526.6802,288,'','GET',403,0,520,0,1,'',0),('128.199.131.42',2160558890,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','Oavije0mN1k3lDLr2yJxwRB7',0,1674235268.0359,1245,'','POST',403,0,600,0,1,'',0),('188.166.149.6',3165033734,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mM9grhNoBjfCV7HQia50yFe1',0,1674237555.6680,291,'','GET',403,0,520,0,1,'',0),('90.207.57.242',1523530226,'','https://www.sleepingsolutions.co.uk/cart.php?xid=ce556a6a619fbeea9d5c14b0b70e39ec&mode=order_message&orderids=46413','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.3 Mobile\\/15E148 Safari\\/604.1\"}','ZwKkYs6Wb5eaU8PX4NzSJyRr',0,1674237650.5068,230,'','GET',403,0,700,0,1,'',0),('199.223.115.226',3353310178,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','0fZocs3WOygUPun9x2HCLFkX',0,1674237913.0319,268,'','GET',403,0,520,0,1,'',0),('45.85.146.176',760582832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3k9Jr0Db2o5dlxmGSc4n6Vvg',0,1674239249.2472,295,'','GET',403,0,520,0,1,'',0),('196.119.141.99',3296169315,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','6scVJY5qQGiA4UPEBfealWRu',0,1674242593.5394,512,'','GET',403,0,520,0,1,'',0),('95.111.236.68',1601170500,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Lt8kPC6I0pUDRv1msAQ3OlNn',0,1674242776.9308,3035,'','GET',403,0,520,0,1,'',0),('82.146.61.110',1385315694,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','FZ4ufOi6LnyQB9WlH03V8kTC',0,1674244958.8393,2809,'','GET',403,0,520,0,1,'',0),('103.146.203.123',1737673595,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','p2F1s6G9cSbJWIETXgAvYNOH',0,1674245113.8131,2651,'','GET',403,0,520,0,1,'',0),('185.8.60.193',3104324801,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','S0AszRD2J6mpKL5gGVWTfbPI',0,1674245740.0393,3231,'','GET',403,0,520,0,1,'',0),('17.241.75.202',301026250,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','zIckxQf20lApZMw4gqKR1th6',0,1674246211.4634,2660,'','GET',403,0,700,0,1,'',0),('37.143.13.34',630132002,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','O3AeIz9TCDUkiVrJBgpnFtwc',0,1674247472.7356,2528,'','GET',403,0,520,0,1,'',0),('172.225.10.44',2900429356,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','urXaN9MJfxw1hHjGUDLOZzKF',0,1674247767.0024,1515,'','GET',403,0,700,0,1,'',0),('172.225.10.44',2900429356,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','S2GIio8zw0VayglpNDfjMq6W',0,1674247766.9837,1546,'','GET',403,0,700,0,1,'',0),('172.225.10.44',2900429356,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','jFmapdY4cI8XBC5R6xVUoKhk',0,1674247766.9425,2266,'','GET',403,0,700,0,1,'',0),('5.101.156.210',90545362,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nPyeNKUBGidYauH2OErtx1wW',0,1674248133.9749,277,'','GET',403,0,520,0,1,'',0),('185.225.33.47',3118539055,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YefG398J1O4QBnMpA7zshukR',0,1674248490.8185,311,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.sts.php','','{\"1\":\"python-requests\\/2.28.1\"}','ig6zM9n8ZA2xLOweHUvGuBWY',0,1674250982.5022,224,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-back.phP','','{\"1\":\"python-requests\\/2.28.1\"}','WMielG5pwDVQcJjL8qyUT1uk',0,1674251033.0939,255,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/fx.php','','{\"1\":\"python-requests\\/2.28.1\"}','9GTEuXVcJ0Rw6xYqUpsfd3vM',0,1674251114.1147,216,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"python-requests\\/2.28.1\"}','plr0YE1VyOzNXtGmiQUwWH5R',0,1674251209.1157,207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp_content/wp-1ogin_bak.php','','{\"1\":\"python-requests\\/2.28.1\"}','Wup1vD4VHmRwArazj2ki3K0s',0,1674251313.6356,247,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wso112233.php','','{\"1\":\"python-requests\\/2.28.1\"}','uT3ywB2URjzH16SJ5IOnfLQa',0,1674251471.6677,208,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/bala.php','','{\"1\":\"python-requests\\/2.28.1\"}','nxdqbFTUZ5zijhD4GvEopALJ',0,1674251574.2395,234,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"python-requests\\/2.28.1\"}','lpYue3Comh4GSI7EraAfdLsR',0,1674251697.9294,230,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"python-requests\\/2.28.1\"}','v9bdInefw1oQW3rP5EARY6cy',0,1674251840.6363,227,'','GET',403,0,700,0,1,'',0),('66.45.229.42',1110304042,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','UZn79qlcbw8ypONdKgRHXrmo',0,1674251910.2185,268,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"python-requests\\/2.28.1\"}','h5RmJC0aDqrH6QP78BW4nFsu',0,1674251999.2711,218,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"python-requests\\/2.28.1\"}','tHM0bZjviL9PDsc5yXhVeaqY',0,1674252188.2753,254,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"python-requests\\/2.28.1\"}','9Oi0ad2JXeWo8yPnKxCrNhFu',0,1674252328.9936,218,'','GET',403,0,700,0,1,'',0),('66.249.69.246',1123632630,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13898','','{\"1\":\"Googlebot-Image\\/1.0\"}','YOnLNSPwAueKxDjJWmlR7iZc',0,1674252333.0147,211,'','GET',403,0,700,0,1,'',0),('5.101.157.45',90545453,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Bf4DhJniwVO75gXLpcCM0srY',0,1674252423.4786,379,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"python-requests\\/2.28.1\"}','5OdHE7DLknJs49jRheCK3U0V',0,1674252424.0607,197,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"python-requests\\/2.28.1\"}','qdDG9V8gL7rJs4FBtTIlYEXo',0,1674252506.4684,235,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"python-requests\\/2.28.1\"}','Mcr7nSjDG3wJBkhTtsaHib6p',0,1674252635.3192,220,'','GET',403,0,700,0,1,'',0),('103.92.235.55',1734142775,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','NpXUCA16RHJdaQDVZeMumnIx',0,1674252666.9017,304,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"python-requests\\/2.28.1\"}','C8T3l6FaeImkfG9jP5xzMgJp',0,1674252724.3152,221,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"python-requests\\/2.28.1\"}','N6g3oJD9iRvbnzVwZucI2GTF',0,1674252813.2663,221,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"python-requests\\/2.28.1\"}','I5jo1KkgZNUTcR3OEfPs0zrY',0,1674252848.6391,204,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"python-requests\\/2.28.1\"}','T32aQH4GegbmBA8siOJyhlIZ',0,1674252896.0533,276,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"python-requests\\/2.28.1\"}','dtlR0DkTnB3SeGVIp8FOciJW',0,1674252927.1511,207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"python-requests\\/2.28.1\"}','mXjMp4wyke3HTixO8UYbF0NV',0,1674252983.9636,214,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"python-requests\\/2.28.1\"}','F2fAxITZ4MzGtiqPScVmE3hL',0,1674253059.2439,214,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/confiig.php','','{\"1\":\"python-requests\\/2.28.1\"}','DT2GwlcpitvE3UdPSB7bjMuZ',0,1674253161.3778,206,'','GET',403,0,700,0,1,'',0),('13.57.153.111',221878639,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kS6Ml0ZfOoeLphrvbgDQ3z1x',0,1674253632.0289,268,'','GET',403,0,520,0,1,'',0),('81.69.253.128',1363541376,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','1pSnxb8VC2fvwjFQJgLU3r5X',0,1674254062.0398,271,'','GET',403,0,520,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','FPgzjcsWbtqUirShAGyCJM7K',0,1674255189.4452,270,'','GET',403,0,520,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','a5cFYBWm80XOweqxyg3u2VD1',0,1674255190.9428,1331,'','POST',403,0,600,0,1,'',0),('5.101.115.109',90534765,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','5L3zT0uZUCrsgYocynxOEftm',0,1674256068.3848,337,'','GET',403,0,520,0,1,'',0),('17.241.227.179',301065139,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1475','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ol6KJsQ4CFe2Pf1qOwDhTSnz',0,1674257435.9669,254,'','GET',403,0,700,0,1,'',0),('91.121.143.142',1534693262,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yCsfcXOLn59PQw0T48EpYlgK',0,1674258133.9602,294,'','GET',403,0,520,0,1,'',0),('17.241.75.243',301026291,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14789','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','I3SGwdUf4MYaDlkcXg9CJxRZ',0,1674258702.8034,233,'','GET',403,0,700,0,1,'',0),('45.130.83.15',763515663,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','fPAeTLzMY0rWgSwpdN2EJaBc',0,1674258853.0943,279,'','GET',403,0,520,0,1,'',0),('17.241.219.68',301062980,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13597','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','t8VCbmDvQunRcAIFoyhMspdx',0,1674262318.9243,256,'','GET',403,0,700,0,1,'',0),('113.208.115.100',1909486436,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','8fwmi7lErdtcAg2UJHCnxPsX',0,1674263843.3224,253,'','GET',403,0,520,0,1,'',0),('172.105.56.46',2892576814,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','W6OqmkEl5zMCFh2uLK9Do7yG',0,1674264038.5196,266,'','GET',403,0,520,0,1,'',0),('172.105.90.92',2892585564,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7isyCxX91JpHFNdchRuIeWr0',0,1674265206.2498,281,'','GET',403,0,520,0,1,'',0),('47.110.72.238',795756782,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','AVab4gWxGM53J1l7uUE0KsHX',0,1674266199.2075,1165,'','POST',403,0,600,0,1,'',0),('17.241.75.70',301026118,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18950','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Fmzq4u5HYPs3ktpxa1gW2TGS',0,1674267261.7611,271,'','GET',403,0,700,0,1,'',0),('157.55.39.200',2637637576,'','https://sleepingsolutions.co.uk/home.php?cat=2264','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','79F0K5BxvMi3C1RAgneJSpaQ',0,1674268211.0206,335,'','GET',403,0,700,0,1,'',0),('17.241.75.129',301026177,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1891','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','oSVQDpHLsO71bP5xYAFtjnl9',0,1674268498.2302,253,'','GET',403,0,700,0,1,'',0),('203.205.52.183',3419223223,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','4MVBEXZc3TveSYa1ou9h0k8m',0,1674268706.2570,322,'','GET',403,0,520,0,1,'',0),('103.74.123.3',1732934403,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','npY8au4xZGvz5UIC2XwfVo6E',0,1674268711.2887,327,'','GET',403,0,520,0,1,'',0),('147.78.47.230',2471374822,'','https://sleepingsolutions.co.uk/wp-comments.php?pw=AsAjfkel!@&path=wp-test','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-comments.php?pw=AsAjfkel!@&path=wp-test\"}','oxVajChRz0KGLpsiXEJ3ywem',0,1674269839.2386,297,'','GET',403,0,700,0,1,'',0),('88.99.119.166',1482913702,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YUGMRselKtQZ4dEnaW12Ii98',0,1674270753.6689,4111,'','GET',403,0,520,0,1,'',0),('5.188.31.216',96215000,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','FKI9teyG7ACDhHq32s0Yw1O5',0,1674270868.1333,313,'','GET',403,0,520,0,1,'',0),('185.63.153.189',3107953085,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nOjARyVodbFMXZmg6Qf4IiHc',0,1674271632.5736,385,'','GET',403,0,520,0,1,'',0),('34.75.221.29',575397149,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','1xrQkfGAJOSRBCb6uKyU5WhL',0,1674271869.3425,369,'','GET',403,0,520,0,1,'',0),('69.162.95.26',1168269082,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','VmGxjMRCK8aOgnXe67ryINbz',0,1674272133.3298,302,'','GET',403,0,520,0,1,'',0),('103.72.163.9',1732813577,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Qdf3yz5gpN8ROt9Gu4CJcKlY',0,1674273506.2119,293,'','GET',403,0,520,0,1,'',0),('103.173.78.7',1739410951,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','4IzLh9RHJnoiVTjyBpwgrOda',0,1674274190.6308,2011,'','POST',403,0,600,0,1,'',0),('172.105.230.70',2892621382,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','6ByYWhb0DjgIrmtl2UZzpVdT',0,1674274964.7886,220,'','GET',403,0,700,0,1,'',0),('175.103.41.108',2942773612,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','jh4b6GyNvJarw85Y1xlBAOXU',0,1674274966.3279,198,'','GET',403,0,700,0,1,'',0),('172.105.90.92',2892585564,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','wUneRsZP4vSYq3otDjxITafi',0,1674275875.1434,275,'','GET',403,0,520,0,1,'',0),('185.60.170.226',3107760866,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','McTKoB6PJWOR7Hp9EVQZA3h8',0,1674276416.9255,299,'','GET',403,0,520,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sCv6z9Qpk0APHDycn4ohuR1J',0,1674277083.3877,214,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VMiXkLynC5vuOjeJTfQBAd7m',0,1674277083.7833,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jX8VypOWKZ7ESRwDqC1oPkN0',0,1674277084.1643,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xEGp0TUIfltQDRsPoH93zeFk',0,1674277088.1969,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zHPMsOjGcCQh6l739BLqwgd5',0,1674277088.5836,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4bLnVymeqSJ7kfpYGKHZDiw9',0,1674277088.9773,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Wgj8UXLfrRaPzGZQOvnDwINd',0,1674277093.0284,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','6W5seSDE7yGkvpM4w3FJTKgY',0,1674277093.4630,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','q2R4NEJKVuATS6yM3spr8vim',0,1674277093.8489,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QmVXGg7aeNkSCPEf326sOhMy',0,1674277097.9093,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Zs7HmNOFbBDKLVwUhXEPjGci',0,1674277098.4559,284,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oVR9L0xgXB7yaK3PwImJ5TeE',0,1674277098.9237,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aE5QvBYbPz49ehptCmfAiwWl',0,1674277102.8374,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fpbotJSrxY25NaAjhRVuqTEw',0,1674277103.2453,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tZwh3AFHsmlUfcL1ePGWoOzx',0,1674277103.6874,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Eb75G1fXRi2wLU8n9jMDyB3W',0,1674277107.9439,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vjbMNY46uSOX9tUWfQ5FElx7',0,1674277108.3484,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','udMhRlGInxFzfrySoJNCHKZe',0,1674277108.7501,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','faPoHrG7IscvbFwQh3m8tg9k',0,1674277112.8007,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GC6pOsvTUwflFQ2zMNJyS9D7',0,1674277113.2162,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ik8c6V1toUhrFdwq9yEfZT2G',0,1674277113.6143,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','x3rk24tloaIYmbsKFwRZBvOC',0,1674277118.4700,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9AKbDVckqHdN0z37EtxWvG8Y',0,1674277118.8884,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','L90ABaU7mQXywlucpxRbreqK',0,1674277119.2350,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GtTodPxJ950fZOazCWAwqgFy',0,1674277123.5470,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','SfypR9monUPTriBYV27OFghj',0,1674277123.9170,239,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yfFMq8Vh5IAPisQnaOrlRgbC',0,1674277124.3509,235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sIVLeWoaJzwZmYfXSr9384yB',0,1674277128.4648,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BDMVtr6TSgbKXvGCl0aNuE43',0,1674277128.8872,218,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CIgc4TlkHdKLrSjYsRuPQ58E',0,1674277129.3298,241,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1zFByD604QeC38MoZANUTwWR',0,1674277133.4219,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jmHKrEaJD3p0WxSMchnLPlvw',0,1674277133.9879,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qkmgSdNsEtUyApQRCnLGhuDP',0,1674277134.3826,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AuMyROYlKn6JiFC4LmgVSdTk',0,1674277138.7413,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','52jXzJw6eS4EMIgK7u9kTsmL',0,1674277139.1862,246,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','23VXz8wpQt1JgoF4lU6qRG5M',0,1674277139.6078,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JVlQXM1Ey5P6DsBN8TZHgYeh',0,1674277143.8526,272,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zm7LlCyFvo0fb1Djg9uTd2Kr',0,1674277144.3133,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CIi3kodyL0J1M5eYZHfqptrO',0,1674277144.6679,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WM0GzeHLmKpbh3I2UA4ucZdC',0,1674277148.7052,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LIEcHUKAlfi8JeXsgBhujCOS',0,1674277149.1912,243,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cUrDsxmYKgXFGIhNlRnbt0Cy',0,1674277149.6168,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0UeJx68pRAu1HVb7lLOMjDmP',0,1674277153.8168,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ugT2CSFDwYKiQkVar6p8GqL3',0,1674277154.2445,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aKW47pLZ3kFOXgwD50cSrbsN',0,1674277154.6370,172,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gCisy9NZfMIL1DKezE4h5oGT',0,1674277158.6050,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','mhF2a1EX9G6oLzpuKxAS5Nkv',0,1674277158.9963,344,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','j2isT37SDRoQlrV6t1hW5aLM',0,1674277159.5376,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KzxQWkm3RiSr1e6bOdhqgBo7',0,1674277163.7318,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','w7LE0jsknxXqIvB1mQyA5fdJ',0,1674277164.1786,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','KmgeDjWJ1tldfVOZGHTN5Lx4',0,1674277164.5389,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xwkRaAvhPIofzHqNKF8mc4Xl',0,1674277168.9107,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WATI0bVBakGU9ijS2J8nOmMQ',0,1674277169.3021,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ErYZFUD7acnstuGBxHIq5yWL',0,1674277169.7153,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yI4AgEsGdKaZC1HRw23fTj9e',0,1674277173.7977,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','h1YRk7J5OcpsLWQltEngbVMT',0,1674277174.1776,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NUFzE8jJfXoWtvD6sAQbHcyM',0,1674277174.5522,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ijU7nFaz5ZM4ukILfyND3TY8',0,1674277178.6830,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QEUVBzkF4dIsAPljguicKXwe',0,1674277179.0464,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cWLMzsy0T1fQJaA3l9keqZjb',0,1674277179.4446,233,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wY45W9bk0AfPeIFoKxtGdD2q',0,1674277183.8190,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cSph7gVnEX258yLFYHABuKzM',0,1674277184.2196,220,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yoaiMdKUkT8NVz9WmQZSqe05',0,1674277184.6090,272,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PJYvhwMW3nQ1ESxOeCjNdz6Z',0,1674277192.1040,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','MFnxSG4hzAPqfBKVD0C9cu1a',0,1674277192.5003,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','slzcjuI3Po8aCbM0wOdUAtKE',0,1674277192.8803,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vTgG1HDmFjzJxN6OVbIX5scU',0,1674277197.0788,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ibHM085E2VTNdY3InKrZhgaR',0,1674277197.4645,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','B7EY3fUA6OPMKDvnGI5jZFQC',0,1674277197.8311,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Xx8VtUp5PA4gMDOhLrdn3EGv',0,1674277201.8794,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TOIoBdUVYJfiFMr2KSjGQH0P',0,1674277202.2546,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WZkuoKpBjSar6CfsVgzG2Qx0',0,1674277202.6002,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','QeWLw3fjVF8Ey9Oa5PdITtqJ',0,1674277206.8347,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nOuHgfWNAkLDt3KIiE5ax12Z',0,1674277207.2517,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','a4JH6PQTwhdVyL7rFWqtKnuZ',0,1674277207.6153,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3vJ1adkx9MymOX2gAcnHLVwW',0,1674277211.6182,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','5VqKbW4PDM2Yd1TRwyOQi7rE',0,1674277211.9975,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Cegsl7ABbFcfRZhO0kP2vXYN',0,1674277212.3600,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','C84blpOovQcNzJuYSATrXVR1',0,1674277216.3055,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','blzH1uZFB5UwM0qyVTrIYdcK',0,1674277216.6997,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9it2Om5yfvcpAKErLGHsa4nC',0,1674277217.0545,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4HEfk3wl9ubnINqdOatPLimj',0,1674277221.0074,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','81ctnVX253QuzSlsmGJTBFKU',0,1674277221.3772,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wvX3PkogSl0izdtqRFNTMOCK',0,1674277221.7439,184,'','GET',403,0,700,0,1,'',0),('40.77.167.69',676177733,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','RlimT6GzD02jngKBb5ZdVfuH',0,1674277222.0728,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BHsEtV8xaDr0IjmMh7iCqXLR',0,1674277225.7083,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','coxQ8vNJr5A6FySDIKbiwp1h',0,1674277226.0772,883,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','23QFCJnA9pHf0oquejtzLTW5',0,1674277227.1860,706,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yB9C5Kr36s0HOqYWVdXpu2Rw',0,1674277231.6777,229,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lQU0mHJY821Oncvis3KXpz4G',0,1674277232.0887,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','76JatdEDGKnsjcIZ5NQxYSMg',0,1674277232.4753,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XDvbFmiAl4wx8hJfdI3B2EYN',0,1674277236.4233,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','q0MRDBGfTh1jP8KyY6SskUQe',0,1674277236.7986,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1Nrdw9ULauqzQEsJh6Smkfog',0,1674277237.1711,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PnojGFyiDdx8ETZNhwlSc6s3',0,1674277241.3716,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VBkCFLe439nQp7irm5EMdWoY',0,1674277241.7358,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZwFKMomsNabzqGC1phtv2EJd',0,1674277242.1198,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aXos6LgGxZQfcWze2jBu4E93',0,1674277246.1477,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7dFLUsOJEw3tq5nDH0PklT24',0,1674277246.5365,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JTxbmMZ2YuXF04odS9Ks5nkU',0,1674277246.9624,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uX8acwtWbGMvsRT4LqN6lHki',0,1674277250.9945,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','v7Twh30PpVagolSUK5fHCqR1',0,1674277251.3954,223,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pfxs6EywnmQta9oKuY3Wl8rS',0,1674277251.8018,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Nkq1DrhEdWYiURcaPFuA3Gly',0,1674277255.7410,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9PQFyA4XkvVWelB0R8o3c56Z',0,1674277256.1243,230,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ho3HlOQRwfStqaLn4ZXcFNgJ',0,1674277256.5301,255,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','eoI8rxSmzNAcqwGv76nYiVCk',0,1674277260.5130,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xo6W4PnBSA5DmqygLFN1Y9is',0,1674277260.8903,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','J3MYQ12lejDoFCha470P6WNk',0,1674277261.2421,239,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RaZ1W0nv46XeEub8scItzwKY',0,1674277265.5174,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BC8nKkqFXVdAgo0UJl9em4as',0,1674277265.8879,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vwig4rDbAaG5sTWfemyEYZHS',0,1674277266.2738,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8VrSdf0Bh5ia7LmzXIRpyC3D',0,1674277270.3247,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NSoI3csXmbqiAGBvl61neV7u',0,1674277270.6943,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rZUHL0xPhJjk4TWAfI7GvY53',0,1674277271.0559,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PuV2iYgA7B3nm5e89zpEdx0O',0,1674277275.1287,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','EpguAfIYUeRjdkZx8qPb4LMG',0,1674277275.4988,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tg0dxGfnAZvCB1ow9OqFWN8l',0,1674277275.8662,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','K7dY6jhso8UB5ixcarbpAWXT',0,1674277279.8701,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','N1siKfCahHU4jv2DRxcOMF7g',0,1674277280.2382,233,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kO5ClnuoxFW1h07EeGJdZfiz',0,1674277280.6470,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ePBDRucCQAqm0rWwIjLOK6TN',0,1674277284.6418,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sHgrWBEAZlifRtpaY2DyqSnX',0,1674277285.0552,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2iXugG50KFos8wq4cTkBemAZ',0,1674277285.4467,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Jfti49ajK0rU67wnX3yGR5oD',0,1674277289.3495,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uGfhnJCKpoxmXsyR8jdgPr51',0,1674277289.7124,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kxmfe1Ol0DM8cYCbUnh2SKj9',0,1674277290.0742,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vBJjVWM9GiPy5TpxaskF3qAY',0,1674277294.0170,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xGMwZBfPYLcosTqSRatz37j2',0,1674277294.3953,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','awEimhLTKreycg3H1d6FDlY7',0,1674277295.0259,171,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','x5Plqbm1zMDN7HgLXouJihvE',0,1674277298.8848,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uPc96RSLTMoCWZlG251bN8hX',0,1674277299.2542,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xafYM2u86U3LSh4ADEF7zeJ0',0,1674277299.6318,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZWX15v2T0HdbjOnsxa84fIoy',0,1674277303.4853,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','z8K6tJbwDe5TdW9srUOZvqLB',0,1674277303.8652,280,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','C2be1jaH6GMYKF84Ethcmrgw',0,1674277304.3547,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aoGCXE4xFIh7Hnv5zm8BRuqj',0,1674277308.2847,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DfC0RdolIKMz92NwYFpJ5qhm',0,1674277308.6863,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tgbXjixrLCJF384qTlO2VUMH',0,1674277309.0544,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','buv5ZgY04wyD8nqAE69CeIXo',0,1674277312.9791,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','UNlF6u8jdYxCg5Ltcy3ZHRwI',0,1674277313.4002,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yYaHTmeMk9jz4Ku7tJ0LARPv',0,1674277313.7389,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qNTJepw5vMb916FZhgzRsnSK',0,1674277317.6106,174,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fGy6r4qXdvNVFbtHjPA2M9kn',0,1674277317.9588,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FuYhHg0cvIa7TDexKXo6QRsP',0,1674277318.3191,173,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rOexwVQpYH2vCcJ53WXdbKik',0,1674277322.1130,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RyMdiIkSHreOUWtGqw7hXZ3a',0,1674277322.4741,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vKh5F617r8DUxfkpJsgamnQe',0,1674277322.8361,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GnBvPaILdwgDV79yuUhFtMW0',0,1674277326.8319,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zYsk6ItWOh0u5Zgba1pFPyKM',0,1674277327.2077,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Wy7b6tRlfG9DSTkAIxJq2iCP',0,1674277327.5511,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DzRejYmoaS0OLVUrAkQ1tdPN',0,1674277333.2165,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XtMUdlzZ0DhE1g9O2LnRVFGb',0,1674277333.5749,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Kjxgyaftr13iVTLRUbMWlOdH',0,1674277333.9324,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8xY9dF3Sgu5LwZorUvXpjeW0',0,1674277338.1055,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cNZn0TVPqYeu8jwHBLXaSM1v',0,1674277338.4746,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7N1nZrsecmXvHlpwPbgEK95A',0,1674277338.8852,179,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YgZ8TdvrSOwthM9scfP7VqWl',0,1674277342.9865,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VQvjTdEhkebHSu9q0B8YaJOF',0,1674277343.3467,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','84DdMC0ne73XOqhIbw2aBt1s',0,1674277343.7026,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','eAMtGCS7VFihU4I0WrK6xf9Z',0,1674277348.5457,186,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','u3e0EZqJ1Ut2Hrz4NkyjdWiC',0,1674277348.9589,182,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','kCLphyG2RuIDoEJwciKnzNTs',0,1674277349.3504,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','UBDoI5N19T2iLEvPSK7xfyGz',0,1674277354.5684,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fUb3SvyTeNKIJC5azht0LOrw',0,1674277354.9719,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oGH7jgsSEbVBCa9uDw2zlJp3',0,1674277355.3775,200,'','GET',403,0,700,0,1,'',0),('103.130.218.42',1736628778,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','5snuSwlbTyWqUjZh82DKFg7N',0,1674279830.5015,295,'','GET',403,0,520,0,1,'',0),('17.241.227.193',301065153,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2881','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','J0oS6sqcneiQTCMmaVUbNk7j',0,1674280818.8330,276,'','GET',403,0,700,0,1,'',0),('213.238.181.239',3589191151,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','k76mv1xsEyQW5U8RlhjSFrcN',0,1674281474.4435,336,'','GET',403,0,520,0,1,'',0),('78.129.149.2',1317115138,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1110','','{\"1\":\"\"}','tX9Qm5gICUp1RMznyDsVlaON',0,1674282261.1540,219,'','GET',403,0,700,0,1,'',0),('78.129.149.2',1317115138,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1110','','{\"1\":\"\"}','Iv6gUK1zdZVtCbJqDx4ErsH9',0,1674282261.4183,195,'','GET',403,0,700,0,1,'',0),('178.208.67.40',2999993128,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oELY5AJVaNzdgHtW7U9esDy4',0,1674284227.4590,308,'','GET',403,0,520,0,1,'',0),('216.250.127.227',3640295395,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','4VK9FWy0CqcfY2uIAieDnOEb',0,1674284230.1927,314,'','GET',403,0,520,0,1,'',0),('91.134.248.192',1535572160,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ZV5934Htwk2zCT8cBJ6uAPQi',0,1674284283.3649,331,'','GET',403,0,520,0,1,'',0),('103.129.222.7',1736564231,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','XcefN5BoQFrY3p0wREDlmaq7',0,1674284476.2195,316,'','GET',403,0,520,0,1,'',0),('198.136.59.20',3330816788,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','gFQjiZtGTXuAmvwzOSedk2yb',0,1674285019.7207,274,'','GET',403,0,520,0,1,'',0),('94.192.249.133',1589705093,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=319','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; XQ-AT51) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','8sov6wG1CuyleJAVmETW2OSk',0,1674287422.3971,220,'','GET',403,0,700,0,1,'',0),('66.249.69.247',1123632631,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13896','','{\"1\":\"Googlebot-Image\\/1.0\"}','e3BWlKFRuM4kbsT9t8HQPqx0',0,1674289054.0965,284,'','GET',403,0,700,0,1,'',0),('45.84.1.94',760480094,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rjYS9hGpcRfT17qWPHLuEZvD',0,1674291625.4246,291,'','GET',403,0,520,0,1,'',0),('45.8.22.134',755504774,'','https://www.sleepingsolutions.co.uk/home.php?cat=2401&set_size=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/103.0.0.0 Safari\\/537.36 OPR\\/89.0.4447.51\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/home.php?cat=2401&set_size=\"}','eL1tUVoEdXW0iv3pjON5f8Qw',0,1674292188.3677,260,'','GET',403,0,700,0,1,'',0),('172.105.56.46',2892576814,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pBXxqzbCfvrJ4o0LyATM6uGd',0,1674292555.7744,268,'','GET',403,0,520,0,1,'',0),('51.79.180.244',860861684,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DQfcZ7nx1NvHkwyAdPaJgKrS',0,1674293036.1048,288,'','GET',403,0,520,0,1,'',0),('150.109.60.184',2523741368,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','C5WSnaM1OEPNsiR4vA8XoVJQ',0,1674293527.6276,270,'','GET',403,0,520,0,1,'',0),('165.22.55.196',2769696708,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','baOSXzmUZEYfLJ43PTlM2wR8',0,1674294734.9319,200,'','GET',403,0,700,0,1,'',0),('206.72.203.35',3460877091,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yq7VZfD4pMrd8NFXOEnh1tob',0,1674294978.6695,294,'','GET',403,0,520,0,1,'',0),('67.205.132.31',1137542175,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','OGBSirv7W8IKmwaetF9AHjys',0,1674296655.4207,303,'','GET',403,0,520,0,1,'',0),('45.252.251.22',771554070,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','wU1VYv7PnD0SfEJaimhbZ5dq',0,1674296686.9341,315,'','GET',403,0,520,0,1,'',0),('178.208.67.32',2999993120,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','zZvul1OyXHNCRYMo6qFr7Ifm',0,1674296761.9945,321,'','GET',403,0,520,0,1,'',0),('5.254.23.40',100538152,'','https://www.sleepingsolutions.co.uk/home.php?cat=%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),','','{\"1\":\"\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/home.php?cat=%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),\"}','mwMitq3Hvyo5P8cSLVI7ngJ2',0,1674297297.1513,238,'','GET',403,0,700,0,1,'',0),('146.190.84.120',2461947000,'','https://sleepingsolutions.co.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko\\/20100101 Firefox\\/103.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\"}','uTljaYJGBLOvDmity0o6hkNX',0,1674297700.6791,223,'','GET',403,0,700,0,1,'',0),('146.190.84.120',2461947000,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko\\/20100101 Firefox\\/107.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\"}','1ZkpeBQbYR3acso7mOVT6JWP',0,1674297890.5324,211,'','GET',403,0,700,0,1,'',0),('45.148.119.250',764704762,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','XUDFNHSxr0iuoYcBy4IPOnkd',0,1674300499.9678,454,'','GET',403,0,520,0,1,'',0),('157.55.39.71',2637637447,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2879','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','NLyC5bKTgJzwEMOkjdo1rB7t',0,1674300546.5502,3677,'','GET',403,0,700,0,1,'',0),('157.55.39.40',2637637416,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3827','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','TM6tmCAqOz1DcJihKF8WUadg',0,1674300549.4692,3595,'','GET',403,0,700,0,1,'',0),('40.77.167.69',676177733,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5989','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','P4RCm1HJ0Neza7chjGu5oAQM',0,1674300554.4730,2106,'','GET',403,0,700,0,1,'',0),('45.148.119.250',764704762,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','0fawrNxS5841IOGtQLymCkzR',0,1674300559.9235,3629,'','GET',403,0,520,0,1,'',0),('157.55.39.207',2637637583,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5990','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','0SFBGA5PiqE1fTYVIcOpeuH3',0,1674300575.9422,4067,'','GET',403,0,700,0,1,'',0),('112.18.252.222',1880292574,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','ameMRkyDAr0JYdgLXb5ExtiN',0,1674302426.9922,4873,'','GET',403,0,520,0,1,'',0),('198.136.59.20',3330816788,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','tHMv5NUc0aZFOgJ1wPRrYV9C',0,1674302559.4523,4001,'','GET',403,0,520,0,1,'',0),('5.101.157.14',90545422,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','GEYZ0sFj6uopdKcaUxzN3OR2',0,1674304026.5144,3883,'','GET',403,0,520,0,1,'',0),('5.101.157.14',90545422,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','WFPr187njJB9esTVatYy3fqI',0,1674304031.2042,4222,'','POST',403,0,600,0,1,'',0),('45.148.119.250',764704762,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','zTodWjaBFEiqCUne8IsvX2l3',0,1674304109.9286,4104,'','GET',403,0,520,0,1,'',0),('45.148.119.250',764704762,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','TRdJAhqe09giCQ8DYW5Kxbr1',0,1674304116.5348,3554,'','GET',403,0,520,0,1,'',0),('36.91.100.149',609969301,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','9ASaC15snqIyOumojLWMNX8E',0,1674305904.9126,5744,'','GET',403,0,520,0,1,'',0),('199.223.115.226',3353310178,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','WpnMKJEr7tb83e9ZvHqfxGu0',0,1674306174.7863,4887,'','GET',403,0,520,0,1,'',0),('69.16.228.42',1158734890,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','stCNo3D7gfRcKMTdkSGJF456',0,1674307854.7823,422,'','GET',403,0,520,0,1,'',0),('68.66.200.210',1145227474,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gjEbG80WTODnpmYP1zsxelXI',0,1674308131.9128,298,'','GET',403,0,520,0,1,'',0),('109.153.102.135',1838769799,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A415F) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','mQtERdP4aTN7OBZo6wpF2iV1',0,1674309096.1247,225,'','GET',403,0,700,0,1,'',0),('109.153.102.135',1838769799,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A415F) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','vF3Bwui9jREC7UKb6r4oQqnW',0,1674309096.1213,239,'','GET',403,0,700,0,1,'',0),('109.153.102.135',1838769799,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A415F) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','HYRqNhksnIpTGwvfF73rWA4b',0,1674309096.3741,204,'','GET',403,0,700,0,1,'',0),('109.153.102.135',1838769799,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A415F) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','ESFHgRzyjJm4NbeDTKdOu0cV',0,1674309096.7583,217,'','GET',403,0,700,0,1,'',0),('109.153.102.135',1838769799,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%201303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A415F) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','OYJsVUnykQIzjE51TrNBd3uK',0,1674309142.0524,241,'','GET',403,0,700,0,1,'',0),('103.55.39.107',1731667819,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','wpq5G6oIumrUc8NF0xOjlMAE',0,1674309165.0135,283,'','GET',403,0,520,0,1,'',0),('137.116.141.77',2306116941,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pFPDT1qUalORhJ3dwsGeEBfQ',0,1674309374.9218,312,'','GET',403,0,520,0,1,'',0),('216.250.127.227',3640295395,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6AvxiE0sfDd9KMB2Wwpek1ct',0,1674309836.7443,348,'','GET',403,0,520,0,1,'',0),('35.222.218.27',601807387,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oLbzKI1SZiv5Na9lACOhjTYn',0,1674310128.8255,265,'','GET',403,0,520,0,1,'',0),('196.119.27.174',3296140206,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','UMKI49GQlnpahmsuixqZWjEV',0,1674310316.3213,2962,'','GET',403,0,520,0,1,'',0),('103.74.121.5',1732933893,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','lRogZ9S0hwWBXDteVYOxLp3P',0,1674312393.7955,288,'','GET',403,0,520,0,1,'',0),('177.228.69.244',2984527348,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','EohcBDW2nqO3rVlLAP1XKM5a',0,1674312710.5043,1136,'','POST',403,0,600,0,1,'',0),('177.228.69.244',2984527348,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','6iBKqbFeTEwnxgmhy8lXPt7N',0,1674312718.1437,438,'','POST',403,0,600,0,1,'',0),('185.220.101.36',3118228772,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','Dy2RELIJVmvkPlaCNwe9AsHb',0,1674312793.3617,1165,'','POST',403,0,600,0,1,'',0),('146.59.233.33',2453399841,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','C2f4USKGzYVynD0Z9xFOmBpW',0,1674312804.3653,1035,'','POST',403,0,600,0,1,'',0),('89.58.30.164',1496981156,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','6ufr4dZGCogvsjtwKMyl9XSz',0,1674312825.3313,1138,'','POST',403,0,600,0,1,'',0),('185.220.101.83',3118228819,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','VsO1qAkaiHNgXjUvRtKC57B4',0,1674312839.3456,1145,'','POST',403,0,600,0,1,'',0),('185.220.101.3',3118228739,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','x3GSw2Y4XtzhsyPEIKdVnHkm',0,1674312855.8058,1111,'','POST',403,0,600,0,1,'',0),('185.244.194.139',3119825547,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1\"}','UHmKpqja7QwEXZI6b5t3PN4R',0,1674312868.4257,1109,'','POST',403,0,600,0,1,'',0),('23.106.37.15',392832271,'','https://www.sleepingsolutions.co.uk/include/version.php','','{\"1\":\"PEAR HTTP_Request class ( http:\\/\\/pear.php.net\\/ )\"}','nMlv1JDeArm6Ho5hK90pgbRC',0,1674315176.4644,869,'','GET',403,0,700,0,1,'',0),('23.106.37.15',392832271,'','https://www.sleepingsolutions.co.uk/include/version.php','','{\"1\":\"PEAR HTTP_Request class ( http:\\/\\/pear.php.net\\/ )\"}','eUuNaRcq0rPOMpbQEHTXS98s',0,1674315177.4105,287,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','1wVchRDJdO9EnIp62xYHWB8k',0,1674315216.2910,245,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','0yQoVqFIDivUBwf4meP6N3WC',0,1674315216.2898,257,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','fk302TL7qRnpPjFv14H6OM5u',0,1674315216.3065,247,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','rBJkNl9y4dxQT5smhHpGnCq2',0,1674315220.1504,200,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','c8WUm0hJqV3zbO6CHIudilw5',0,1674315220.1496,218,'','GET',403,0,700,0,1,'',0),('23.106.37.15',392832271,'','https://www.sleepingsolutions.co.uk/include/version.php','','{\"1\":\"PEAR HTTP_Request class ( http:\\/\\/pear.php.net\\/ )\"}','7hd9b2zqVpJ0QjGD54vnkZci',0,1674315396.7692,210,'','GET',403,0,700,0,1,'',0),('23.106.37.15',392832271,'','https://www.sleepingsolutions.co.uk/include/version.php','','{\"1\":\"PEAR HTTP_Request class ( http:\\/\\/pear.php.net\\/ )\"}','KmOhHxnklV6cF81PA0CTwXYI',0,1674315397.0424,194,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','OoWzpMIqDv07rij4Shdy2fa5',0,1674315778.1652,246,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','TukHdXAm3irVbZIRLnvBJ8oK',0,1674315778.2115,215,'','GET',403,0,700,0,1,'',0),('31.50.149.125',523408765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFAUWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','RAlsHy03FhXgaCtqKi4oQczu',0,1674315778.4231,226,'','GET',403,0,700,0,1,'',0),('54.39.49.42',908538154,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Sab7OnEI38iYCr5R10QFD6JU',0,1674316625.0392,311,'','GET',403,0,520,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1index.php?http://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2vKFqwOWbozuTCdVG5y8BmSa',0,1674317937.2837,246,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/11index.php?http://sleepingsolutions.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rIknEFbxHp5w8Ri4cXjlaJsz',0,1674317938.9515,314,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/2index.php?http://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M0XxoABd2iheVfEHGjQbkzyc',0,1674317942.2895,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/3index.php?http://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VpuqyGz0UNfs4mLe2Qrjdi98',0,1674317947.5226,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php?http://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AtfcimDekuqgJrEKnpaNxsMS',0,1674317950.8641,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-adminincludesclass-wp-media-list-data.php?http://sleepingsolutions.co.uk/wp-adminincludesclass-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tHkNAoJebwIz5EsWG20unUmX',0,1674317954.7084,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/autoload_classmap.php?http://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aofMVICjychSdFzY4D6ePRxp',0,1674317958.8062,239,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso.php?http://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tVnaWGbZf8XFo6ySgkOI4PUx',0,1674317961.1463,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/doc.php?http://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pmE4102sVjGHQ5Ly9uXqxK8T',0,1674317964.9133,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/stindex.php?http://sleepingsolutions.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0kUdcMHfvIriD2VlKL4X67R5',0,1674317968.5326,225,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alwso.php?http://sleepingsolutions.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0PKSAtNYcrZsIGW82Bfdlpn3',0,1674317971.2922,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ups.php?http://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VAXlEKN4UsuTmiYZcer5S9Gf',0,1674317974.5627,204,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/media-admin.php?http://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CjrFYiBZO8PNJew1SE57UzoV',0,1674317977.8079,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sym.php?http://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GkeNTcEzXwChj5F6gHKP0WJt',0,1674317982.9872,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sym403.php?http://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UI2SbkVfJZLE3BojR6DaCwQp',0,1674317984.1353,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/fw.php?http://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DIq0kcZR45V3StaG2sA1lyxn',0,1674317987.3498,267,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/symlink.php?http://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8RJzZo6gUGiLS4nv7ONfFqcH',0,1674317991.2349,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/shell.php?http://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y7MrFi851oJQ0vGgbXNjydVA',0,1674317992.5283,201,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1.php?http://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vet4mMwIRlunQxJsqaBPFXLk',0,1674317995.0285,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/data.php?http://sleepingsolutions.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','15w7StUbkLZCJMWAEKHrBe8z',0,1674317996.3826,215,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-blog.php?http://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','maPcgVGIKwyLHpOQDiM7hdfY',0,1674317999.5314,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/b.php?http://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NcMe1sXgjrHtO5fbaJpwTFYo',0,1674318002.9476,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/c.php?http://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zcokCNTeJBfqKAMRl8VF42Iw',0,1674318005.3586,242,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/shx.php?http://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','crZIK6o7jpz8Bi4fb5hS13vR',0,1674318007.7565,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfa.php?http://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mBpxLCzUyPbgRc7YriAhd14F',0,1674318009.3796,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/a.php?http://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','N5E9CP1rz2L8nl34qQ7OkjaY',0,1674318012.4998,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/old-index.php?http://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','A9KdHm0GECYlfaj2DBM61VrI',0,1674318017.0048,274,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/FoxWSO.php?http://sleepingsolutions.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mngx5P3l4Sde6k81c2GNWKjY',0,1674318020.6293,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/x.php?http://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','I64xrfLho0ZETNK2mYCaJUqM',0,1674318024.0083,247,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/403.php?http://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gTAwZtENsSlBqXuU0OfJxCYr',0,1674318028.9107,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mini.php?http://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Pok58h4zFDr7CpSfO9WZxs2q',0,1674318030.8909,196,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/imagesvuln.php?http://sleepingsolutions.co.uk/imagesvuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5AmSnwq0iBzdPDuLEx7Yb6t4',0,1674318032.8282,230,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/edit-form.php?http://sleepingsolutions.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RKsoOLFcnC7vS2bliJxjD9Ew',0,1674318034.3751,236,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wikindex.php?http://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p5r6JcNHhB9EP0svknulmqWV',0,1674318036.2692,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/m.php?http://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cBiHfrEtqn3YWTl40IpmsK8d',0,1674318038.2479,182,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/0byte.php?http://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Wang9zpYH26i1ZoXeV0BcDPA',0,1674318040.1261,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xx.php?http://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8SEN9cLV46mJBWdCYFOa0K3j',0,1674318043.0660,184,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/new-index.php?http://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mpdU8N6yAM3S2X9bGYWwvCIh',0,1674318046.2498,199,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp.php?http://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8eLdn45NaKQcTxol2pvzXC9h',0,1674318047.8405,595,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-wso.php?http://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gKRzMUcy7Za96E1Tu4qtdNen',0,1674318051.3431,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/qindex.php?http://sleepingsolutions.co.uk/qindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gcJKu7l2dQYmqSTLEG4XA5xz',0,1674318054.6774,191,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/priv8.php?http://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NiB7dHlAxrROGvhL3fqE0aWF',0,1674318058.0171,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/minimo.php?http://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IwPSoHJefiLmn3KExulphqkr',0,1674318062.9856,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xleet.php?http://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mXYLBbZQRH9DGuVIOAzt80Cg',0,1674318066.9674,306,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/V3.php?http://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x50ILdhOGC6MAp9m1tcJoF4T',0,1674318069.3791,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/V5.php?http://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','owXGjlPOxrWd3CmNA0UzsnRM',0,1674318071.4233,190,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/404.php?http://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IJrCORdluxTD9S8GYijLoakw',0,1674318073.2894,257,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/up.php?http://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UpiPKB5371S9HR8mZan6bGFN',0,1674318076.2853,187,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/www.php?http://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dCs5ql708AYBzHbNuDQ4fjoM',0,1674318078.4899,205,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/100.php?http://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3M1nudU7AyKLTPkpwrbNGYS6',0,1674318083.7488,221,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/777.php?http://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vHXgM1OFDakpETUbolWi89d6',0,1674318087.7243,238,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/defau1t.php?http://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PRynVvU92QBlx7CfioNpIZ80',0,1674318092.9511,259,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/f.php?http://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','n0cUR5IluXVBwEQiJh1eKmLM',0,1674318097.8214,259,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xox.php?http://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KNZXdl1i2ynQU0GsREqYOjMW',0,1674318100.3541,321,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/o.php?http://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Fi0dpKamyzNSnGZvTqxc4RjW',0,1674318104.2836,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/new.php?http://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','U8GwlWuj5JtvcnTVmZrAkiF9',0,1674318106.4093,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sindex.php?http://sleepingsolutions.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f8eiO7GpWcVgZ2a0ok4R5A3T',0,1674318110.4277,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/baindex.php?http://sleepingsolutions.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sOhdaiQmnNTtBeF5gSAkvwjY',0,1674318112.8970,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wi.php?http://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','g5yKs197dPxFJNHAjlSDfLtT',0,1674318116.2855,205,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mar.php?http://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t3W2mqTpHBvSaCYrGlDU9Pjb',0,1674318121.4533,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/root.php?http://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V27CY1GBMvjfNL3aRh4qcKFy',0,1674318128.8451,246,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/nee.php?http://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sZRl1nrBpoKVeJSkN2cTX7ad',0,1674318132.6481,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/v.php?http://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bteOwBT56VWCcAsznjDS9kQq',0,1674318135.2995,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/z.php?http://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FH2p5049JGhlTbVfWcvdBAQx',0,1674318136.7585,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/g.php?http://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hubUorpRJ0ITKzlVHw7jy1B6',0,1674318144.0272,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/c99.php?http://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XZqzjWDx9EJN7AbLoSV4UuyO',0,1674318146.0456,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/w.php?http://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SZOHP92erhtMsyalwU5K4zNY',0,1674318149.6595,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ws.php?http://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Upn9PSoBxAO50YZJL6N8dsFv',0,1674318153.3805,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/2.php?http://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t6glYvazesROfcdXJLx1EjHG',0,1674318157.7927,333,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/lol.php?http://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OVltdaWLTsPfDJSnjXx9byQ5',0,1674318160.4893,231,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/87.php?http://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o1aQJlqxUnzFN92XRHjOuGEh',0,1674318165.0011,229,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/7yn.php?http://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qxmoCSys5gDpeXNnYu108G4B',0,1674318170.8829,218,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/haxor.php?http://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mUswVn751RbTixkf8lHvzyeh',0,1674318172.7954,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/13.php?http://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ktsNoi4ALbMupgVceBflUPRQ',0,1674318176.6448,221,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/e.php?http://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','frTU0Fxe4czSAIDwmXLtloBn',0,1674318181.0562,266,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/r.php?http://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IKJS3gf9ieGXqz470ROh2yun',0,1674318183.8661,276,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/t.php?http://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nQbzThJ9R7oHYGfAkvwIPy0l',0,1674318186.5262,520,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/y.php?http://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rLWU7a9fJVkTl83RStuXdp1O',0,1674318194.4698,215,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/u.php?http://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iV9CjtvGS8KLqwX4pUdo62PQ',0,1674318199.1186,212,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/i.php?http://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8pDHLUXcZh9y6TMBQiWgRPvs',0,1674318204.5914,214,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/p.php?http://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HXz7gnTS30m6coky4NqiOUft',0,1674318206.2878,210,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/q.php?http://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','A3JK2cYyUCHWbqdhizlG7Rp1',0,1674318210.0787,250,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/s.php?http://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2COdvmjYJi7WoV1kwqTQ3ShM',0,1674318212.4662,183,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/d.php?http://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lgJdi52XNVKaE9vFtSRbD6rU',0,1674318214.2159,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/h.php?http://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JwyEs3Xq2DVCl6OYLKbkh798',0,1674318215.9039,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/j.php?http://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eIWY7RnCjSp895uAN4s3XMDf',0,1674318221.9860,257,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/k.php?http://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','g1MxsmfTVyiGHw9bcB5QODzC',0,1674318228.9053,221,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/l.php?http://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','f6oCSbtDqcOI2ev1VB9Fzr3L',0,1674318230.3175,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/n.php?http://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pGi1ZAsgyNEQoTMaRtXem0b4',0,1674318236.1204,255,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xindex.php?http://sleepingsolutions.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qmadwSUDOXsnARipjfYgEHQ0',0,1674318240.0636,249,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kindex.php?http://sleepingsolutions.co.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lFRJpd1qtbHMs2DQIkSej6g3',0,1674318243.8030,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/FoxWSOv1.php?http://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sc98tEBknqjoLNeHOZ4gP2bd',0,1674318247.9081,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alf.php?http://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HLaXteDvVRFMyAlk17uK4Nzq',0,1674318252.0208,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/bb.php?http://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MgH5ch1yuEAbqIDQTrWm0olJ',0,1674318254.9091,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/lf.php?http://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oAnUGSd57Ix93WzJhQ2RlqEM',0,1674318257.5277,218,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/WSO.php?http://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BUO5ESeojqhFu8AHnLg3Tx9t',0,1674318261.2128,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xxx.php?http://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wWyken3Qj1foqt6PvdCrg54R',0,1674318263.8624,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/hello.php?http://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FzD5unib21JVpZv0UkwYq6WS',0,1674318267.1501,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ok.php?http://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rcqZ5aTSAGpOlFj1uHzDwfvI',0,1674318271.3314,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/if.php?http://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jm1nqNpYvyea6L4d8Q39kEGw',0,1674318274.3658,208,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kk.php?http://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e6IflWVvOnQEzkm7PGyZrFct',0,1674318277.0262,244,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mrjn.php?http://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Re4b17QGqOw0WLCVyAcpdIDE',0,1674318278.5646,191,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kn.php?http://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nGywx13jlVSWp9K5AgIRUBFP',0,1674318281.5040,236,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/3301.php?http://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o3beG0kgZcDCV85rlRAYMKnf',0,1674318286.6000,237,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leaf.php?http://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gljhpfQ2mx0IGDE8a7ZrCtoX',0,1674318289.4272,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alex.php?http://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RetoSPyWBg0Du5kpqFUQah3x',0,1674318291.3398,214,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mailer.php?http://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jdbLAncD6KHaThOVgBkxW9Ii',0,1674318295.7922,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/anone.php?http://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z7VspnLB0WO8eavI5xymXAod',0,1674318299.5502,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-configer.php?http://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KtoG9QcAVH1B7eIW2RU0nizk',0,1674318304.8893,225,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-ad.php?http://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','21IQdsyex3bowkVZrl7F9g5G',0,1674318306.8925,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/send.php?http://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Iz2gQuVDmGY3qa7lbTNB04OM',0,1674318308.2514,193,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/3.php?http://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lqoGgaXfm8dByLxrtJQ0751S',0,1674318310.0281,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.wp-cache.php?http://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','w6RaOSyUKBcrx0I2FPMDk5ms',0,1674318312.0129,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sendmail.php?http://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m2PB7vRhQSXyDEK8jAfnTl9a',0,1674318315.3810,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rahma.php?http://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nb4i208Xha7WvAtTrlcsj951',0,1674318319.1715,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/nasgor.php?http://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OyqjTQES2dz6ri0vKIHpUn8t',0,1674318321.5493,231,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-confirm.php?http://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MpqQWgNSKVbJxi3mCwLH4UEY',0,1674318324.4385,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfa123.php?http://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c28zX06b3PKdl9JNOepWksRi',0,1674318326.4786,449,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/upload.php?http://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7xUrVEPIJOw4ZNyj9A8HdSiR',0,1674318329.3695,236,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/bypass.php?http://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CDd0n78fjKHWyMbOGSTzrtPN',0,1674318335.5088,302,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-one.php?http://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rG0Kbf8zECMWR5ZsPnOQFlAY',0,1674318337.3595,295,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexus.php?http://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z8VnLBF6Oh2gx3rsAm9tRQa1',0,1674318341.6282,249,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso1337.php?http://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VCYtT8SipUmfhLOcvyKD5oRP',0,1674318343.4936,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1337.php?http://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lKJXiIpF8UMgyW1jO7kZrvBq',0,1674318349.1406,218,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/blog.php?http://sleepingsolutions.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ErsJz6xgU97XFMWil2SnI54c',0,1674318351.1860,208,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/it.php?http://sleepingsolutions.co.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DMw8sjPTBVt0nSFGUX52KJNY',0,1674318359.2394,275,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kiss.php?http://sleepingsolutions.co.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pQzLgVG96TIfeH0sWkbS4o1c',0,1674318363.1211,429,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/0.php?http://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jYqAFCTzlax3Uw1spGtJeE9c',0,1674318367.0807,293,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp2.php?http://sleepingsolutions.co.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GwRnCcofX3eB6D5JVMtmK24d',0,1674318371.5320,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/owl.php?http://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uhZ7FqCxQcByLKOp9eg6k5Go',0,1674318376.1653,229,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/vuln.php?http://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qoS8cXsRtmNk9ipFHIPr5lvf',0,1674318380.3233,210,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ohayo.php?http://sleepingsolutions.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','J4ojsynSY90Lbc7CWAhXZOEV',0,1674318385.1448,238,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin.php?http://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kGaFgdtMoeKxhplbO8jRm03A',0,1674318387.1803,198,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/cms.php?http://sleepingsolutions.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OwVYn8bkxAqZ1DQILgueoNR3',0,1674318390.5277,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-uploads.php?http://sleepingsolutions.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r51zAL2tfslxwbXVSEMCZ8Jd',0,1674318394.5669,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Gel.php?http://sleepingsolutions.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jbE6eYNorOkQ9thvJZaxwVTF',0,1674318401.5833,249,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/41.php?http://sleepingsolutions.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ynHUl2Ttum8R19OCpQsXjv5d',0,1674318403.0257,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/4price.php?http://sleepingsolutions.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fAVOGpIP0Wum3KLJR1zjHvwQ',0,1674318404.4252,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/MARIJUANA.php?http://sleepingsolutions.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cp3wJmLU8TIlF1oZGBRfkYvP',0,1674318408.9708,211,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.fk.php?http://sleepingsolutions.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OyCJ51KzPZrdobcUusq6gjRS',0,1674318412.5924,264,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/XxX.php?http://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RmwuSU9v1LBZWKjq6dkzgGrf',0,1674318414.8185,245,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexuse.php?http://sleepingsolutions.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iMRy7LApt6KnxuSzhYC5gJIr',0,1674318416.7797,180,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Sendemail.php?http://sleepingsolutions.co.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cIa1m2rSKzLNH6DFfBGtybj7',0,1674318421.0636,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/content.php?http://sleepingsolutions.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eDd3zMxFmwv9gZrjh58UHTSp',0,1674318423.6455,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leafmailer2.8.php?http://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','md47CQrugRWUabei1PBjvp6O',0,1674318425.3609,186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/olu.php?http://sleepingsolutions.co.uk/olu.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uScMBJlCwmgbpeHFyhr7NX9t',0,1674318427.8993,201,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexusmailer%202.0.php?http://sleepingsolutions.co.uk/alexusmailer%202.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YcUufLhxGN0RXZDOl3oEV54S',0,1674318429.1948,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rss.php?http://sleepingsolutions.co.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MRB6T93PDhHYzViNGOKLlS5J',0,1674318432.1245,214,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexus-mailer.php?http://sleepingsolutions.co.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rygAVh8Onc6CR1MH7Sf9ovFe',0,1674318433.8310,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-file.php?http://sleepingsolutions.co.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gwVe7Uj89zfEDh16cIlWGTSY',0,1674318435.8894,698,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso2.php?http://sleepingsolutions.co.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xVk41uidpGICaqgwWfLHKy23',0,1674318438.3256,485,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso1.php?http://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WiyjAf7JpME8HzBPqe3d0ghV',0,1674318442.3444,345,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/olux.php?http://sleepingsolutions.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mcp2rQ4YXwve1WySlhauVRCZ',0,1674318444.0057,266,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-info.php?http://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lunhvYQST8rHJaZcmbUjyM0R',0,1674318446.9953,356,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xl.php?http://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0R3VZmErzFtIfd5Ti6WXwvnN',0,1674318451.3780,1185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-confiig.php?http://sleepingsolutions.co.uk/wp-confiig.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k4buvJBO0FdRfYmja2UKQE69',0,1674318454.2396,207,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/file-manager.php?http://sleepingsolutions.co.uk/file-manager.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CRSWAja7bnvPXZodfVwKQNrG',0,1674318456.3614,229,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/uploader.php?http://sleepingsolutions.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Vtg6NEdho4BY1DafR3jFnmb',0,1674318458.5002,627,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leafmailer.php?http://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','95jKs6zOSbklDAfgeVoyX23J',0,1674318460.9460,258,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vCSKlkJjGh8zT0muNfQ4RVPZ',0,1674318463.6526,255,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QUd2chnaqvWPKV0mC8oSg5eA',0,1674318466.1065,311,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/tmp_images/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/tmp_images/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vfJy3SOaHhd01kIKYFxW6Mit',0,1674318468.9967,348,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-admin/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','guxDcZqeSBPmJRt6yWXCfhAn',0,1674318473.9675,366,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-content/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OyldhzLk35i6JREUP4v7TNFb',0,1674318476.9857,194,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-includes/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fT214vDHdEtCkuBgKZPbXOoG',0,1674318482.5970,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NAUizr7keng3EZOFTxYMoVcQ',0,1674318486.3930,261,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','95eWdMPvAUn0Q1DqJ8cpaoOS',0,1674318491.7131,275,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MCmIiUBFrTj4Rn5eLbpWf8ou',0,1674318498.0441,345,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hAIFCW5eft4ibjpGJZ8rPnsv',0,1674318499.9713,276,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22?http://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yjfi0bY3HSUhXP4ar8ADevn2',0,1674318502.1931,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ybAiYQs1kOV4TZLWujvNh3qR',0,1674318504.6085,227,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vld7PVFmnOc0KHR4MWpyZ9JN',0,1674318506.3199,313,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','azhPI27ylsxw5MWJNpDnB3AG',0,1674318510.1423,246,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/date.php?http://sleepingsolutions.co.uk/date.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qiSYtFX0vgoC4zyjDk1V2Jan',0,1674318512.6283,291,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/about.php?http://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ROTiteZnPIr1Dah7VpWUoLB8',0,1674318516.0056,321,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfaindex.php?http://sleepingsolutions.co.uk/alfaindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HPzVWnU6mMoXrtY9yfDCsbwI',0,1674318518.2033,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.alf.php?http://sleepingsolutions.co.uk/.alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2Trm137lLntYj9FBGPAHXpwq',0,1674318521.5386,308,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/cekidot/alf.php?http://sleepingsolutions.co.uk/wp-content/plugins/cekidot/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cKgkhFAzRseniX8j4WPofUvO',0,1674318524.9328,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/fw.php%22?http://sleepingsolutions.co.uk/wp-content/fw.php%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OHNXPfYojQTaD7twxkRsi2GB',0,1674318527.5010,267,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/alfa.php?http://sleepingsolutions.co.uk/wp-content/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a3xHUPcknIVRDAryXf8sGwL4',0,1674318529.5458,797,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/snd.php?http://sleepingsolutions.co.uk/snd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nWltXHaw13ROE6deI9fZVBhp',0,1674318534.5847,266,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-class.php?http://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zKikF1N3pn06qvXPQOjt5mDa',0,1674318536.2789,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/small.php?http://sleepingsolutions.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oM38A2n6NpBErfSuvTYlyVFs',0,1674318539.1062,191,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php?http://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lT1SwbxUM2tuVjfsZeB8XGHK',0,1674318542.2056,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php?http://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KhUCdlNPX720GIejsxL9gFQo',0,1674318544.6828,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache&http://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nVFQoZL5lzgGX6Ymb9wpuaq7',0,1674318549.5154,217,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?http://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1Nl8ZCmGwanRKSs0Y6yuObWe',0,1674318553.8731,282,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/three-column-screen-layout/db.php?http://sleepingsolutions.co.uk/wp-content/plugins/three-column-screen-layout/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YZ2Rc0PfQjMASg7Wt3oKxwDa',0,1674318555.9963,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi&http://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QqiGfh1MzpdCR73I4B2xksrD',0,1674318561.3450,334,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/index.html?http://sleepingsolutions.co.uk/wp-content/plugins/html404/index.html','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6l8jkv0K2aGJtLyIiuCrBXNZ',0,1674318564.6962,208,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php?http://sleepingsolutions.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M1bOixXg4ha6Dwm30J8QleKZ',0,1674318568.4470,204,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Marvins.php?http://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7PrEf0QuFXC8UWBowivJl4eO',0,1674318572.8280,276,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php?http://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9r1GPkeUzfMAnHOYcBy4mjt7',0,1674318575.2542,233,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/indoxploit.php?http://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','O5LmeINxBui6obTH4Ctq9jvY',0,1674318579.0789,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/css-ready-sel/file.php?http://sleepingsolutions.co.uk/wp-content/plugins/css-ready-sel/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RzgAkSGYabTL3uDM5PH7wyEJ',0,1674318582.7852,244,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/css-ready/file.php?http://sleepingsolutions.co.uk/wp-content/plugins/css-ready/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TyMRjozfL7tEwQraPXehKm15',0,1674318584.4449,232,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/think.php?http://sleepingsolutions.co.uk/wp-content/think.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JXza0KtcxNlhue4psCj5rk7W',0,1674318587.1302,264,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/xccc.php?http://sleepingsolutions.co.uk/wp-content/plugins/html404/xccc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','26yCh5LcPz8OKnJADbUtWvlG',0,1674318589.3727,229,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/cry.php.pjpeg?http://sleepingsolutions.co.uk/wp-content/plugins/html404/cry.php.pjpeg','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i7IFTGkQnNgCuyfWUPAs0zOo',0,1674318591.4080,226,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/wso25.php?http://sleepingsolutions.co.uk/wp-content/plugins/html404/wso25.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1hka34xbVN7LMu2QpjEFvOWs',0,1674318592.9131,289,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php?http://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F1ZnSokgxfE7pPvAWC49G3qd',0,1674318595.2628,352,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/css.php?http://sleepingsolutions.co.uk/libraries/joomla/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2eT3M8G6pOHWczdQn4uDqZr0',0,1674318597.2907,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u&http://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','blIOohtABEZNLdqM27fCRSQW',0,1674318601.4405,313,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u&http://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AVdtSxqvOf0U5L3DpiQNaICB',0,1674318604.4706,292,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/images/vuln.php?http://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','erbwqxM6QyPWu43zcXdKtAsa',0,1674318607.2496,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/tmp/vuln.php?http://sleepingsolutions.co.uk/tmp/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Hy4QkZn0DwJotuVMgOv7SB6h',0,1674318612.6856,332,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rxr.php?rxr&http://sleepingsolutions.co.uk/rxr.php?rxr','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','p8ExMJFiUYjKbyAdC0NHtwoO',0,1674318615.5308,252,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/modules/modules/modules.php?http://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EtIzLAF63rfGhnv7eCcP0Tj9',0,1674318617.3599,283,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/error.php?http://sleepingsolutions.co.uk/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zHGhq5N48xKd3FQkSvPuoOUE',0,1674318619.2819,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/RxR.php?http://sleepingsolutions.co.uk/RxR.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ECyun20bAO8c6XaIrMoB4Yxm',0,1674318623.2636,287,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php?http://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jtiFuSqCbLUQkBVwlvy5Ta8n',0,1674318626.1746,362,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php?http://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1ohnG9z6KeEBkZHY7MFR8xtA',0,1674318629.2397,314,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/index.php?http://sleepingsolutions.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zmA6pFXGNuLZytIEj90oKvfk',0,1674318631.3338,278,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/error.php?http://sleepingsolutions.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4YNGK1QdT50Xj3UtImzpJ8kF',0,1674318634.7598,268,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/isis/index.php?http://sleepingsolutions.co.uk/administrator/templates/isis/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q3X7YP2Hw0L4bW8TvRBFieEg',0,1674318636.1178,267,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/isis/error.php?http://sleepingsolutions.co.uk/administrator/templates/isis/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jJs5tLwlCk9AY18VzMfDgE43',0,1674318639.0833,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez/index.php?http://sleepingsolutions.co.uk/templates/beez/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gFJbVlxuNWiZo0eB4wE3OaU2',0,1674318640.6917,424,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/ja_purity/index.php?http://sleepingsolutions.co.uk/templates/ja_purity/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v2RFbfKOEWJBZsS8ptmP9iLd',0,1674318643.5204,718,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php?http://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','A3yuBINwzpmPsJO5dVtiDE8b',0,1674318647.3166,359,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/+theme+/index.php?http://sleepingsolutions.co.uk/templates/+theme+/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wWF1HqGJuB4g8kzyL7SxACs5',0,1674318649.1630,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/+theme+/error.php?http://sleepingsolutions.co.uk/templates/+theme+/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i6hFv3ta4Cz9BSsLD7WZupg5',0,1674318652.0562,304,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez3/index.php?http://sleepingsolutions.co.uk/templates/beez3/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q2CIJwoSVFOzKtLQgij4M37b',0,1674318653.5933,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez3/error.php?http://sleepingsolutions.co.uk/templates/beez3/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MUQlPym2fXcST7uHgGZdJkW5',0,1674318657.0536,302,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez5/index.php?http://sleepingsolutions.co.uk/templates/beez5/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j6wJ0YFWoP9f1Olqbe8Za3Ii',0,1674318660.5113,358,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez5/error.php?http://sleepingsolutions.co.uk/templates/beez5/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F573KY4bsTWd2eROrwJfqGUg',0,1674318662.7271,275,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez_20/index.php?http://sleepingsolutions.co.uk/templates/beez_20/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','R6M5JqNt8QZ2Uc9wEShOx07T',0,1674318664.6886,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez_20/error.php?http://sleepingsolutions.co.uk/templates/beez_20/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aONkUlJR1vbdm8ZXs0HMDjSY',0,1674318666.8822,288,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/protostar/index.php?http://sleepingsolutions.co.uk/templates/protostar/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZnwtC4gXDOFdJoksAbj01PNT',0,1674318669.5145,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/protostar/error.php?http://sleepingsolutions.co.uk/templates/protostar/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qybZ4AvBIpONGTxWCYkUfzDS',0,1674318671.2457,231,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/atomic/index.php?http://sleepingsolutions.co.uk/templates/atomic/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7MgyVah59YbFsGvCwqTAKpLR',0,1674318673.1031,592,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/atomic/error.php?http://sleepingsolutions.co.uk/templates/atomic/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5ISkNhgnjpPuxKYJER7DU09A',0,1674318675.6499,231,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php?http://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oXkAqUNy9m37RaVOizZvQuh8',0,1674318678.7504,312,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/vuln.php?http://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Dz7F5t4HiSZqW2odxvUyTRpO',0,1674318681.8592,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/upel.php?http://sleepingsolutions.co.uk/upel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WjscKq61YOfQBRCuU5t8Db7v',0,1674318686.1049,317,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/uploads/+year+/+month+/?http://sleepingsolutions.co.uk/wp-content/uploads/+year+/+month+/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JpR2ZvGaCmzSxhONeMr5fTbd',0,1674318691.5364,292,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/license.php?http://sleepingsolutions.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bisYhQj2PaD0FdI6LpwUkgyH',0,1674318694.8873,294,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php?http://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1ZXS6pE4Vu93h2UvNwQDxGI0',0,1674318697.1704,1258,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/098.php?http://sleepingsolutions.co.uk/098.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hSuP3NA1nacl5Lwog9dry0T8',0,1674318701.4459,256,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/new_license.php?http://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uYMOWHazUB29ZebL8CRSXmGw',0,1674318703.2626,261,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php?http://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9EBugKGvpejVrMq01U6t3dhc',0,1674318705.9143,300,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php?http://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pCPB2MbSxLAoKswh6IQaq9T3',0,1674318711.1587,278,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/css/index.php?http://sleepingsolutions.co.uk/wp-admin/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3gm41ZELaOVDTbn6IFUYwqhl',0,1674318713.6054,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1975.phP?http://sleepingsolutions.co.uk/1975.phP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zX3YwGS09qlfnTZ7DiLpWj4y',0,1674318716.8130,245,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1975.php?http://sleepingsolutions.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9d5L8Met21p3uyTjwoHmrBDN',0,1674318719.0699,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/radio.php?http://sleepingsolutions.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BXl1sTZjMdtFuyzPRINAWkEc',0,1674318722.0223,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php?http://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8R2MaKOLS5sjp0CEvuyqTYkJ',0,1674318723.3694,249,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xleet-shell.php?http://sleepingsolutions.co.uk/xleet-shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8gdzXOJqDL6mSHla139vsABj',0,1674318726.9320,312,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/radio.php?http://sleepingsolutions.co.uk/wp-content/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xTduDziJFNBAGy5KlQvmwVpe',0,1674318730.4382,195,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/radio.php?http://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wXoe6TuR7P3UCFBnI41xt0ki',0,1674318734.7212,294,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/fx.php?http://sleepingsolutions.co.uk/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WJmtOVF4IsRzLrCYhnN0ep5c',0,1674318737.3680,230,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/?http://sleepingsolutions.co.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xdKXbJgDVWnks8TirmAeL4MO',0,1674318742.4182,375,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/?http://sleepingsolutions.co.uk/////////////////////////////////////////','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RK6PjiNsOAQLgSvZGF3UnbEr',0,1674318745.6057,251,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/images/atomlib.php?http://sleepingsolutions.co.uk/wp-admin/images/atomlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oGijYyVR1zTu37UsQZdBtqD2',0,1674318746.9583,258,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/gel4y.php?http://sleepingsolutions.co.uk/gel4y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oJ3WM4DUAG57rRHBaunE6Nt1',0,1674318749.4053,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/jindex.php?http://sleepingsolutions.co.uk/jindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fNX8L3yQBDO1eEGHFRgJsVCi',0,1674318752.6684,632,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/about.php?http://sleepingsolutions.co.uk/wp-content/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PEI2JQKdy5ULDpYSnrsWcuTx',0,1674318755.6567,215,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sh.php?http://sleepingsolutions.co.uk/sh.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eBvJuNFijpfC8YXksrDcQ04x',0,1674318757.4054,243,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/991176.php?http://sleepingsolutions.co.uk/wp-includes/991176.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','W9LxFNrdec6YutGDiU8PISbh',0,1674318762.3942,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/maint/about.php?http://sleepingsolutions.co.uk/wp-admin/maint/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lStMsnTE1X2gJCrGPVzd5vmK',0,1674318763.9816,223,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/fox.php?http://sleepingsolutions.co.uk/fox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ys1iN8jvKQnGZVhUdJR9H7BX',0,1674318765.4845,281,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/x.php?http://sleepingsolutions.co.uk/wp-admin/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VYAtLPu52DoSFWmeCgdwyxN3',0,1674318767.3857,264,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/fw.ph?http://sleepingsolutions.co.uk/fw.ph','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vjP91XfbipLd3DxRGwSkTNzs',0,1674318770.0352,264,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/server.php?http://sleepingsolutions.co.uk/server.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2FfJ7xUtOrLPZvARmzTobp1I',0,1674318772.6932,260,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/fw.php?http://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ne6IQcv7ViTJr82mDZxRPYnd',0,1674318776.2154,269,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/4.php?http://sleepingsolutions.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','odLPuCAjJ9EOt0Ygh623yWal',0,1674318777.8410,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/5.php?http://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q1IMB3fiNu2UswgphEGJST9Q',0,1674318783.5577,298,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/images/about.php?http://sleepingsolutions.co.uk/images/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ako3NBgXEmpjLtW2uiF8PZbQ',0,1674318786.1839,270,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-load.php?http://sleepingsolutions.co.uk/wp-load.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vepwLkBcglzJasQY7ImKZtqu',0,1674318792.2305,353,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-login.php?http://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3nYETijDVqbvpAwoI1PRMZNx',0,1674318800.8415,311,'','GET',404,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/fw.php?http://sleepingsolutions.co.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gGlu9Mj7bUL4E36V2mRzIKSo',0,1674318803.9806,259,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mari.php?http://sleepingsolutions.co.uk/mari.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3HPGTrcDYZvAtBOn0kMQywdF',0,1674318809.5377,399,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/swm.php?http://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FiEDyTJY5Rpd2AZeQVv4smLn',0,1674318812.8174,241,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/radio.php?http://sleepingsolutions.co.uk/wp-admin/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GETspAS8XhL9vVgq0m3ifOPd',0,1674318815.9497,258,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/about.php?http://sleepingsolutions.co.uk/wp-includes/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kc1MWrNbiqBRSzpjPUanmox3',0,1674318821.6609,272,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/wso.php?http://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rKYU7qPDHcpBovs6tRNXdiag',0,1674318826.1485,281,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/wso.php?http://sleepingsolutions.co.uk/wp-admin/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HXFwgqnb04hiBdz8lVsEAS1v',0,1674318831.3071,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/w3llstore.php?http://sleepingsolutions.co.uk/w3llstore.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rZ1CVjuLfFqUMOePN5TopzAk',0,1674318835.9615,283,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/fx.php?http://sleepingsolutions.co.uk/wp-content/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uKTR76EDUxNWbV842tvJrFpG',0,1674318840.4653,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/x.php?http://sleepingsolutions.co.uk/wp-content/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lXqZMzTD10BU4VPjpQ38nKYt',0,1674318843.7244,516,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/alfa.php?http://sleepingsolutions.co.uk/wp-admin/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Devm49BZb7SIqs8Llz3n5NWf',0,1674318846.2201,293,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/gank.php.PhP?http://sleepingsolutions.co.uk/gank.php.PhP','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GHJwOI6bYM4uA8DVofEkLcj1',0,1674318849.0230,505,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/style.php?http://sleepingsolutions.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rMnhIj6abRTCtlo2G7UFSW5i',0,1674318853.2957,340,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/s_e.php?http://sleepingsolutions.co.uk/s_e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dH8gKp42karc9S7YGb6TtvCV',0,1674318857.0357,387,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/s_ne.php?http://sleepingsolutions.co.uk/s_ne.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nOqMw3CyU4LJXKZFkEBPxzg0',0,1674318860.6506,337,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/beence.php?http://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E3luiOZ2zrfUmTRGeFWIpxBH',0,1674318865.0463,565,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-signin.php?http://sleepingsolutions.co.uk/wp-signin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GqXNPuRi8JtWHpEvVAlzmnb5',0,1674318867.7689,807,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/moduless.php?http://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fGQBjDgWtwTnUqM1NA2zOZrS',0,1674318871.3029,621,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/export.php?http://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dMEexSbPDUJspAH4wCB9n8q2',0,1674318875.3435,281,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/legion.php?http://sleepingsolutions.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TPxjKptV2E9OmFMCNg0vHi78',0,1674318882.2878,271,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/system_log.php?http://sleepingsolutions.co.uk/system_log.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FB9RdaV2hqnosM40rEctAJL3',0,1674318887.7044,323,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/shells.php?http://sleepingsolutions.co.uk/shells.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sPy3p2oY4ODFnGh70SBjIR5E',0,1674318889.3688,213,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php?http://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fCDSwP7BU2IV3yO6lYcoNiez',0,1674318893.0151,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php?http://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','klKfLPIbcBTNm16MaF23Y5Si',0,1674318897.5105,263,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php?http://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EPVC93s6J704KeTRSahF5ZqW',0,1674318904.7538,276,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/db-cache.php?http://sleepingsolutions.co.uk/wp-content/db-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','el3n1V8c0imAZwuOD2RJy7Mt',0,1674318908.2406,302,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php?http://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bTXRWcNdDZ5Igmjo92lqvSux',0,1674318910.3736,263,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php?http://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zsujkUZYOiImJQ5RE6KSbC1v',0,1674318915.4234,238,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php?http://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3NcbCpdlks2X5oWQmiBtHeVx',0,1674318917.4007,617,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php?http://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NKucb7naiehDtX51V83lR0zw',0,1674318919.7577,1010,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/uploads/wp-stream.php?http://sleepingsolutions.co.uk/wp-content/uploads/wp-stream.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NAhuL6cpoHSYJ7MVT2nXjE41',0,1674318923.4539,421,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-beckup.php?http://sleepingsolutions.co.uk/wp-beckup.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4LYDbqU2mkQvFhCpa5xP0zTi',0,1674318931.8761,309,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-blog-post.php?http://sleepingsolutions.co.uk/wp-blog-post.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XpLDK0Wz48HjIBG31PvlZQmd',0,1674318936.9156,263,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/uploads/wp-blockdown.php?http://sleepingsolutions.co.uk/wp-content/uploads/wp-blockdown.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','btX6YBUprJPvkmOMSlZ172zC',0,1674318941.2509,274,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php?http://sleepingsolutions.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vEaM39lhQtyZnfrCqLdSsOIw',0,1674318944.3898,216,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/style.php?http://sleepingsolutions.co.uk/wp-admin/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AwGQOTmoNFge9J1Dr4lik08v',0,1674318949.1597,357,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/6.php?http://sleepingsolutions.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ishSZ1ljJGkENVa5DPpxQoTY',0,1674318953.7363,351,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/7.php?http://sleepingsolutions.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Js9fD6zL32F0Xiyj5gCESxkG',0,1674318958.6734,205,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/8.php?http://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2ZhKgi9r7tAxfj06VamJP3nD',0,1674318961.4351,319,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/9.php?http://sleepingsolutions.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QM1PJkIDRWzeCcqGNo5KSZ4h',0,1674318964.5289,510,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/10.php?http://sleepingsolutions.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','E52Rjvg1kaBzdriINYAOXPbD',0,1674318968.7106,206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp_class_datalib.php?http://sleepingsolutions.co.uk/wp_class_datalib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Dt8B1A3lSr6nxgWoP9VjCyFK',0,1674318970.2575,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/wp_class_datlib.php?http://sleepingsolutions.co.uk/wp-includes/wp_class_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cVYui76TtXBs4bnpRrCE1zjO',0,1674318973.8935,330,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/pomo/wp_class_datalib.php?http://sleepingsolutions.co.uk/wp-includes/pomo/wp_class_datalib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3NYUmwPTQhpC57JLxerzifFR',0,1674318977.1048,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/01.php?http://sleepingsolutions.co.uk/01.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hbpJcMCfiFQDx9zA74mVO0KX',0,1674318978.6657,234,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/marijuana.php?http://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qYWfUXgPAZrGNsdzc4eyk8Sm',0,1674318980.4989,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1xleet.php?http://sleepingsolutions.co.uk/1xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vulc4MoGepTFLNqxmQVAJPHW',0,1674318982.3560,257,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/shell.php?http://sleepingsolutions.co.uk/wp-content/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t2RDJVisFeUhfmdNP4Yoybpk',0,1674318984.3288,288,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/fw.php?http://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4vtYpmeyTLGA1Z7ofxsCzcNg',0,1674318986.5221,344,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/shell.php?http://sleepingsolutions.co.uk/wp-admin/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yfsaboUHX382ITSeimzpBRAl',0,1674318988.2888,260,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/wp.php?http://sleepingsolutions.co.uk/wp-admin/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','umbDcHLJsvEogwirW2dFnGKO',0,1674318991.5060,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/4index.php?http://sleepingsolutions.co.uk/4index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vWjgT9JBenSPAsrybq6xDVai',0,1674318994.7868,308,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/5index.php?http://sleepingsolutions.co.uk/5index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xvDiVkSlgXPjI8do21cZsa6A',0,1674318997.0928,246,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/6index.php?http://sleepingsolutions.co.uk/6index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kZs9zlq43eubh07FH8Eg5jtn',0,1674319000.1644,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/7index.php?http://sleepingsolutions.co.uk/7index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DBi46Y5VUkSNTKaC7nFhPosW',0,1674319003.7083,268,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/8index.php?http://sleepingsolutions.co.uk/8index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mQYirgoGzD8XsAU1LdvJ3ufZ',0,1674319005.5108,299,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/9index.php?http://sleepingsolutions.co.uk/9index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6Y4BA9yNGdiJQ3eFvq1fMpPw',0,1674319007.7335,348,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Leaf.php?http://sleepingsolutions.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jy2eQLf34wpEA5GmuOFbWZRU',0,1674319010.3826,389,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Uploader.php?http://sleepingsolutions.co.uk/Uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','s7ZVj9rQui0SyKFefmd6EXIB',0,1674319013.6012,275,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/wp-red.php?http://sleepingsolutions.co.uk/wp-includes/wp-red.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','anI2R0LFDh1cNojexGbCBgJ5',0,1674319015.4298,837,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.well-known/radio.php?http://sleepingsolutions.co.uk/.well-known/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Q0eDqvLuBh7jXnymGtbU5zro',0,1674319018.6582,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfashell.php?http://sleepingsolutions.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dwERxOg7stykTLrGb0PKY2iM',0,1674319023.5622,363,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/am.php?http://sleepingsolutions.co.uk/am.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FGKH82oPtlCzyXMQiOYkd5xv',0,1674319026.9323,281,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/blog/fw.php?http://sleepingsolutions.co.uk/blog/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8KarmvO9GRkT4Jcujdhqy7sf',0,1674319030.1173,562,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/contacts.php?http://sleepingsolutions.co.uk/contacts.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CtoFI5r0BZpgYiNWxEn4qJVL',0,1674319034.7540,347,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/demo328/fw.php?http://sleepingsolutions.co.uk/demo328/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wGZHSsLo1gdN6CxBtPMhTIAk',0,1674319036.9920,219,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/gif.php?http://sleepingsolutions.co.uk/gif.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kMWjI81YR6zfx0gToqLZPD3X',0,1674319038.7085,210,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/goods.php?http://sleepingsolutions.co.uk/goods.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6mtp9VeRhlBZdXw4yGNiM5nJ',0,1674319040.7762,249,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/images/sym.php?http://sleepingsolutions.co.uk/images/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','R2F0Uj71Kaq4rAm5MhpV8wJZ',0,1674319043.6058,286,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/lab.php?http://sleepingsolutions.co.uk/lab.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hkYgJE0U1Gy5v64dfwZbs872',0,1674319046.3957,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leaf_mailer.php?http://sleepingsolutions.co.uk/leaf_mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Xr9UiB4jZGtkbv8q1ndWfw5I',0,1674319050.1421,248,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leaf_php.php?http://sleepingsolutions.co.uk/leaf_php.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i3Q6UR5YXzAVM0urvt1ZqK7O',0,1674319052.4226,240,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?http://sleepingsolutions.co.uk/libraries/joomla/jmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KZuC7FeHbGtX2iJMBqA81TzL',0,1674319054.7162,203,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?http://sleepingsolutions.co.uk/libraries/joomla/jmails.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Gbnrx6Q1FV0PEvUC73YSsfyN',0,1674319057.7911,300,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mailer1.php?http://sleepingsolutions.co.uk/mailer1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j3twhJGNLrvQl26kMHI8XTgP',0,1674319060.6936,790,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ms.php?http://sleepingsolutions.co.uk/ms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QgOeamRd0WjIZqMLAEk7FrhK',0,1674319065.4176,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rxr.php?http://sleepingsolutions.co.uk/rxr.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WnsdAKU96jqc0pxQT78uvlPk',0,1674319069.9436,243,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/srx.php?http://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ofwYX91t4aPlgv0JzVrUKpmM',0,1674319075.2941,238,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/tuco.php?http://sleepingsolutions.co.uk/tuco.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pEmcMg81xKzLTVwi3DBQjqWI',0,1674319088.2672,220,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/unix.php?http://sleepingsolutions.co.uk/unix.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jCp14b5DeXGR8LSm9Q2ZzysF',0,1674319094.7834,222,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/uploads/up.php?http://sleepingsolutions.co.uk/uploads/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m5rq1ylZ9TAaDLKNhdfIX0GW',0,1674319096.9618,224,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php?http://sleepingsolutions.co.uk/wp-admin/css/colors/coffee/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LeZhFUVPrNkBa32iGoMIcC6O',0,1674319098.9631,197,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/css/fw.php?http://sleepingsolutions.co.uk/wp-admin/css/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jJ4Ka3QLqRvybuWFwEpSm6Th',0,1674319101.5008,192,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/includes/fw.php?http://sleepingsolutions.co.uk/wp-admin/includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sXf3nA2zjH1Modx76TYvUlO0',0,1674319105.8648,337,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/maint/fw.php?http://sleepingsolutions.co.uk/wp-admin/maint/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VY52uWxBhLg8O4vI7baTRF0e',0,1674319109.1123,231,'','GET',403,0,700,0,1,'',0),('185.46.8.7',3106801671,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','MjADo5OuH3hqrKL1xVZRb9Nc',0,1674320276.4430,342,'','GET',403,0,520,0,1,'',0),('35.240.234.98',602991202,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','5AOR0CqnsHT4NVhWpm682jdZ',0,1674320747.4667,400,'','GET',403,0,520,0,1,'',0),('178.208.67.57',2999993145,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','73ZYsFGBTbQERVtPHdyMjvSe',0,1674324382.7456,265,'','GET',403,0,520,0,1,'',0),('94.2.207.154',1577242522,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','YnXc8OorlqugBAFk36Gj1wCH',0,1674325194.5023,250,'','GET',403,0,700,0,1,'',0),('94.2.207.154',1577242522,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','Gwf70PUj5DqMukASe9EZyioQ',0,1674325194.5029,265,'','GET',403,0,700,0,1,'',0),('94.2.207.154',1577242522,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','hKnulmJYoeLj4EzGtVar3q8Z',0,1674325194.7932,203,'','GET',403,0,700,0,1,'',0),('94.2.207.154',1577242522,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','vpYnQG3yHfJZme6WioVKRC4U',0,1674325196.2451,196,'','GET',403,0,700,0,1,'',0),('94.2.207.154',1577242522,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','74lGV5T9an6yfgoLMRZ3rOKw',0,1674325196.2415,202,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','1xNhnWeRiL3Gc2XovUfPKIwM',0,1674325492.1067,250,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','yRTYzAEOFaIVkuZjcLohd7Kb',0,1674325493.1305,185,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','2CfcFKaDJQLetsyqnYui8mWw',0,1674325502.7160,188,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.2\"}','4Hg6iqVxYPAyhtfzlEXb0j1r',0,1674325508.7658,211,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11363','','{\"1\":\"Googlebot-Image\\/1.0\"}','fChBbxczTqRsXrFJA37Vy1vg',0,1674326258.6528,209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.2\"}','yY4tnuLCbSxpGqzhFBOaJ5K2',0,1674326308.8743,307,'','GET',403,0,520,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','Px31ybJN8Dqm7tsUjvIpag4X',0,1674326439.4428,182,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/a57bze8931.php','','{\"1\":\"python-requests\\/2.28.2\"}','GtBFpg309oSJR4vmqdDMzlke',0,1674326444.5539,212,'','GET',403,0,700,0,1,'',0),('161.97.88.147',2707511443,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','RDk0AOJl4csdfBE1yq5jXnt7',0,1674328666.4769,278,'','GET',403,0,520,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Y6vLRsE74t5wezDckBZO0uor',0,1674328897.7666,217,'','POST',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/nwwxnave.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\"}','LSb6FWqorBl5imZc7auOIeNA',0,1674328898.0748,183,'','GET',403,0,700,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11336','','{\"1\":\"Googlebot-Image\\/1.0\"}','RTqO5Wv9rIYcuFC7MesfnSLZ',0,1674328958.5926,216,'','GET',403,0,700,0,1,'',0),('167.86.100.73',2807456841,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','D5SFVOliwqGtCopc9UPnbRmY',0,1674329529.8904,324,'','GET',403,0,520,0,1,'',0),('213.238.180.143',3589190799,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','x0Lby3p6hcOusjFUrt5lBiq1',0,1674329895.4732,273,'','GET',403,0,520,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3738','','{\"1\":\"Googlebot-Image\\/1.0\"}','zVZrXQWUc5IqMPtsgEpH2dNh',0,1674330280.3095,241,'','GET',403,0,700,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18088','','{\"1\":\"Googlebot-Image\\/1.0\"}','6GCOYw0v3sryfkJA7PR1bSUm',0,1674330580.2058,221,'','GET',403,0,700,0,1,'',0),('47.88.61.91',794312027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','CFi8TMV2QqgPhGD3pnA1b7wB',0,1674330636.0595,277,'','GET',403,0,520,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18910','','{\"1\":\"Googlebot-Image\\/1.0\"}','GQTf6nPa231rMOg57UVvF0Hx',0,1674330880.2067,220,'','GET',403,0,700,0,1,'',0),('185.78.220.17',3108953105,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','PnNwzU6Wb4uT35RJDdmsBOyX',0,1674331320.1834,340,'','GET',403,0,520,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Googlebot-Image\\/1.0\"}','6HnSrXKZ05QGTBOdeumazELk',0,1674331358.4742,213,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11337','','{\"1\":\"Googlebot-Image\\/1.0\"}','gWG3FI4pCblkRXNeiVto6JLY',0,1674331958.4875,278,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11333','','{\"1\":\"Googlebot-Image\\/1.0\"}','qypSDhngGY7sxobmlC03c52V',0,1674332558.4780,302,'','GET',403,0,700,0,1,'',0),('178.62.60.116',2990423156,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','H1LnmwaPtK4s9J7C8pIAkUbe',0,1674332858.9581,273,'','GET',403,0,520,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11409','','{\"1\":\"Googlebot-Image\\/1.0\"}','A12tPh5NDwxLUy8f9GbXkCQr',0,1674333158.4753,247,'','GET',403,0,700,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18090','','{\"1\":\"Googlebot-Image\\/1.0\"}','P1fiVaGJxKce2XYldHo3Mkby',0,1674333758.4755,260,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18896','','{\"1\":\"Googlebot-Image\\/1.0\"}','wIApoPe2FaT5l6JgCHRbZGhx',0,1674334358.4753,300,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11356','','{\"1\":\"Googlebot-Image\\/1.0\"}','2UPNvWhAVrZOtdjkGsXyw3J1',0,1674334957.8742,234,'','GET',403,0,700,0,1,'',0),('95.217.178.185',1608102585,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yGKaQr9nDOft021umPvBVMTj',0,1674336029.2182,292,'','GET',403,0,520,0,1,'',0),('102.219.176.27',1725673499,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','OxDsGRiwjXAQtzCpPZVFf5Mn',0,1674336206.0354,267,'','GET',403,0,520,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11353','','{\"1\":\"Googlebot-Image\\/1.0\"}','UETKsucphvMDtNCaGl97FQXi',0,1674336315.0503,235,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Te8dcZSM52CsXBgDz1QPRl0N',0,1674337404.1700,235,'','POST',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/tzrhttft.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\"}','JXOU10kTIFaYR9epgWEz7oPc',0,1674337404.6577,251,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5483','','{\"1\":\"Googlebot-Image\\/1.0\"}','9PKh0M1Opqi5DmA7aRxtEnJS',0,1674337658.4766,211,'','GET',403,0,700,0,1,'',0),('157.55.39.200',2637637576,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2730','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','PnAc8wxNQHuCfUMgL2X9y7Rj',0,1674338501.4596,238,'','GET',403,0,700,0,1,'',0),('157.55.39.71',2637637447,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2728','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','6YJ3NAh0Qkq7FTcpIgtWrbn4',0,1674338505.9082,252,'','GET',403,0,700,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11349','','{\"1\":\"Googlebot-Image\\/1.0\"}','sT71pWjC85i4YDELrlZUFg0M',0,1674339008.5210,223,'','GET',403,0,700,0,1,'',0),('5.45.127.41',86867753,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','RLThnDc65Fup9jG3KJAzeYQv',0,1674339279.8985,309,'','GET',403,0,520,0,1,'',0),('17.241.75.217',301026265,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18950','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','CIV4axwybniZKBS5PqtJNgDm',0,1674339726.5545,445,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11332','','{\"1\":\"Googlebot-Image\\/1.0\"}','E9IQs6C1OSnTqPvfpa2FBo7Z',0,1674340358.4843,1581,'','GET',403,0,700,0,1,'',0),('103.55.39.107',1731667819,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YEgsPvdkfSKolyaiIe6xbDR9',0,1674340442.7526,293,'','GET',403,0,520,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3731','','{\"1\":\"Googlebot-Image\\/1.0\"}','EGKCwyq1HYuWV3knLOPz7ld6',0,1674341709.5200,225,'','GET',403,0,700,0,1,'',0);
INSERT INTO `cerber_traffic` VALUES ('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','3oyQ5YrbTfxGZatpJUi9dPwA',0,1674341752.2880,226,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','8MNJfUpscxe6Yd1RV4r7Zg0n',0,1674341752.6612,196,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','3OY4i8KM0VILPRWTpcGX2eEt',0,1674341753.0157,190,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','x2qu3vbTS0gA7f9IVt6FwGlY',0,1674341754.6817,227,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','H9ql4i8w3sk0r2A5xdJvSaPg',0,1674341755.1095,251,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','GRNnxLDjBXH4WPyslOuAgtQz',0,1674341755.5256,339,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','fsEImwhC08BDbXYWqg2QpGLH',0,1674341756.0903,222,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','SJbj39A6OYrCwXtoNBxusFg4',0,1674341756.4632,194,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','SiLvQs2e7P83NYOawBol9zg5',0,1674341756.8147,268,'','GET',403,0,700,0,1,'',0),('104.243.43.10',1760766730,'','https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','oday6CUSZ7gKx4Oquep5n2FE',0,1674341757.2757,229,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11338','','{\"1\":\"Googlebot-Image\\/1.0\"}','9nHQTzFmX6L3VRK0lD2iUNhy',0,1674343251.3400,214,'','GET',403,0,700,0,1,'',0),('45.32.254.131',757137027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','j4or5WlKHe6x1sJpXEVFam07',0,1674343715.3397,280,'','GET',403,0,520,0,1,'',0),('17.241.227.140',301065100,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15959','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','V34NZECXDx5Y96qKytd7kcuO',0,1674343943.6352,533,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11339','','{\"1\":\"Googlebot-Image\\/1.0\"}','MJtTovDFPnEl80mwNg4auSBY',0,1674344022.7450,294,'','GET',403,0,700,0,1,'',0),('82.46.116.220',1378776284,'','https://www.sleepingsolutions.co.uk/home.php?cat=11271','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6.1 Mobile\\/15E148 Safari\\/604.1\"}','TdFomUkgcw89xtb4AevnY1Vr',0,1674344785.1483,210,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11335','','{\"1\":\"Googlebot-Image\\/1.0\"}','u9dSrT2eIXVROZLqt7kmvoE1',0,1674344794.1702,216,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3474','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','DFV2sCK4dGqjkQpHTJrA8cbE',0,1674345217.4127,230,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3541','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','PVhEYkWClLweandU5Ri8bXvs',0,1674345217.4215,231,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3477','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','R52FPgptcDVwya8OWvosi3HQ',0,1674345217.4142,239,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3471','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','XLp3H6NaMUtZVq0wOY4rDvFC',0,1674345217.7710,188,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3477','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','72WAsvkw6U5naJH09yzlhrfe',0,1674345218.9330,194,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3474','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','grzFPdZAJKW6oNObwuTQCnE7',0,1674345218.9467,222,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3471','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','QNACvfWPnwTXGtUzuxmO0Kcq',0,1674345220.3773,182,'','GET',403,0,700,0,1,'',0),('82.2.177.8',1375908104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3541','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.1.2; Wileyfox Swift) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','EN1SBqc9jfH0vJWP6RTnsaxy',0,1674345220.3773,182,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11334','','{\"1\":\"Googlebot-Image\\/1.0\"}','iFp9PD0UbxuJ4r7yhOG8WfwM',0,1674345565.6132,233,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2015870','','{\"1\":\"Googlebot-Image\\/1.0\"}','QysI237u8AhJ0Xm4vdczlotH',0,1674346337.9876,548,'','GET',403,0,700,0,1,'',0),('157.55.39.207',2637637583,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','gdy4YEIGM75wWHJqrijAC8XO',0,1674346589.8881,406,'','GET',403,0,700,0,1,'',0),('157.55.39.200',2637637576,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','FGrnE9MV3KNj6p4IYqTXe05g',0,1674346601.5306,372,'','GET',403,0,700,0,1,'',0),('40.77.167.69',676177733,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','PcrBAb8Yi0oLCZtQNkFgGqe2',0,1674346603.1915,316,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Googlebot-Image\\/1.0\"}','3AjI7Z5fmQziphu9F2UwqJEc',0,1674347116.8557,482,'','GET',403,0,700,0,1,'',0),('185.59.44.34',3107662882,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','s0QcCUuj9L6owbFhrapJlVyf',0,1674347208.0360,605,'','GET',403,0,520,0,1,'',0),('174.138.177.173',2928325037,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ZmYC4q7tgWQ1eL5VFSscRp0u',0,1674347761.2268,409,'','GET',403,0,520,0,1,'',0),('167.86.100.73',2807456841,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','JcEQvxq4dRk2SMYgsBC8Vt9U',0,1674348254.1094,588,'','GET',403,0,520,0,1,'',0),('54.39.49.42',908538154,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mX59ZMQx3OotBRpsKD0zWcwT',0,1674348289.0454,3498,'','GET',403,0,520,0,1,'',0),('13.38.84.61',220615741,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dZUObS3oXyqL1BAWn8GQiCtP',0,1674348636.0040,3193,'','GET',403,0,520,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Googlebot-Image\\/1.0\"}','vZIB7SAry1RgXPq65tk3u0cH',0,1674348651.3582,2623,'','GET',403,0,700,0,1,'',0),('17.241.227.67',301065027,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','rptm7JC95uWOLgyzswMboAlD',0,1674348950.1583,2446,'','GET',403,0,700,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15870','','{\"1\":\"Googlebot-Image\\/1.0\"}','jDCr01MwsBk2pNd4aKQcAimz',0,1674349422.7600,2421,'','GET',403,0,700,0,1,'',0),('164.90.170.66',2757405250,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','WDfzPcVhp263qlRvZXHrCFm0',0,1674350365.1653,3593,'','GET',403,0,520,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2016294','','{\"1\":\"Googlebot-Image\\/1.0\"}','x4vCfm5aEdlnPsg1r8YT3VO6',0,1674351222.2703,2406,'','GET',403,0,700,0,1,'',0),('157.55.39.200',2637637576,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18107','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','BY3QrumnIkEifMjGLcDSb9UR',0,1674351681.9676,1560,'','GET',403,0,700,0,1,'',0),('157.55.39.207',2637637583,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18197','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','4D0hSfbu9A3OJdZPlCiyvmTx',0,1674351686.0438,2539,'','GET',403,0,700,0,1,'',0),('157.55.39.200',2637637576,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18486','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','8TS2patALm1ieQfJ0zjy6DY9',0,1674351686.3022,3027,'','GET',403,0,700,0,1,'',0),('157.55.39.207',2637637583,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3742','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','jYW1ofhMucI9Eg2bs60tAPiF',0,1674351690.2332,1856,'','GET',403,0,700,0,1,'',0),('40.77.167.69',676177733,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18485','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','AhPdXZMGcKl10Rga2FQSt9B3',0,1674351704.4867,2546,'','GET',403,0,700,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3881','','{\"1\":\"Googlebot-Image\\/1.0\"}','6JteCiTLD7FXO1apVMsgxnyZ',0,1674353022.7930,2360,'','GET',403,0,700,0,1,'',0),('91.218.228.26',1541071898,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','soOkDSgBf3YNF6ywlcid0Irn',0,1674353322.6739,3745,'','GET',403,0,520,0,1,'',0),('5.45.127.41',86867753,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','OSxmocs27NrCfY3XFUWBvwji',0,1674354320.5465,1369,'','GET',403,0,520,0,1,'',0),('143.244.132.153',2415166617,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EqwnPocCUeLxuvWNzlV5HRFt',0,1674354435.6192,1878,'','GET',403,0,520,0,1,'',0),('198.136.59.20',3330816788,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','J0sFIDbaXzxn8TlP2hAMfrNC',0,1674355059.8818,944,'','GET',403,0,520,0,1,'',0),('49.50.249.34',825424162,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','1t7RZspAKPgMxLrzqH3eVBhT',0,1674357674.7249,427,'','GET',403,0,520,0,1,'',0),('109.207.76.32',1842301984,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','I49KAmajUnsE7HwvgxLOifpM',0,1674358627.5734,400,'','GET',403,0,520,0,1,'',0),('103.130.219.238',1736629230,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mEZGoQlbkRdn8JOs0UtDKgTC',0,1674359379.9317,324,'','GET',403,0,520,0,1,'',0),('17.241.75.235',301026283,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18235','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','oJQ0eEjmBTkh5WMIpSdC4YXD',0,1674359655.4025,227,'','GET',403,0,700,0,1,'',0),('95.214.63.240',1607876592,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7onPG3Nx1Or9X8lQSyqzK5ZW',0,1674360077.3161,359,'','GET',403,0,520,0,1,'',0),('192.241.135.47',3237054255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','f2RrEioATsWB16wOdqQnyGtp',0,1674360134.8677,346,'','GET',403,0,520,0,1,'',0),('40.77.167.69',676177733,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12470','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','aVc8b7QIt1Jk6hZvKWn2BYHO',0,1674360779.9905,333,'','GET',403,0,700,0,1,'',0),('211.217.159.126',3554254718,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rZPieyTfpKBSs1IoAgxVcQlX',0,1674361331.5784,431,'','GET',403,0,520,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/error-protection-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/error-protection-cron.php\"}','QaEWr9IkdR1AfvFhuN40mewx',0,1674364031.7254,275,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/feed-rss2-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/feed-rss2-cron.php\"}','0MVA9IdiQ2oZXHq7W4zlretm',0,1674364032.1643,208,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/flickr.class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/flickr.class.php\"}','dsICFp9kVgc12lxz8KoBJQmE',0,1674364032.5301,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/gindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/gindex.php\"}','K7CeAwknlRZ3b2VmUhusxqYy',0,1674364032.8952,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/GOj9m.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/GOj9m.php\"}','C21sxlPJXEKumULY3HDzi0rM',0,1674364033.2646,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/Hk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/Hk.php\"}','bGMpOeX2KFBkuvgSryVDQRcE',0,1674364033.6427,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/includes.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/includes.php\"}','bLshFAPCnqKi8m9ZTD7cMe1l',0,1674364033.9760,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/json.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/json.php\"}','g9Wpk5ucxeArV2yGLfCBvKIE',0,1674364034.3245,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/jvc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/jvc.php\"}','8jHEzcP4oIfWOS03q17JLhdD',0,1674364034.6938,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/kab.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/kab.php\"}','wXrNSRMbd0yFTcDkVn4o1pKu',0,1674364035.0828,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ms_config.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/ms_config.php\"}','27cygLTo0aSB8CHm5tFpwjMb',0,1674364035.4333,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/nav-menu-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/nav-menu-private.php\"}','ZxiPINGYM2o8LvmDhcXbFHV5',0,1674364035.7885,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/notice.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/notice.php\"}','flur4qjaCLPYi8bMh9dyJpBI',0,1674364036.1415,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/options-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/options-index.php\"}','wJCFt5VvM6frGHjYqEioyKcg',0,1674364036.5049,208,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/PR1eg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/PR1eg.php\"}','qhrDlJ2iAjpeN413duBxPQ5Y',0,1674364036.8775,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/programa_apoyo_editoriales.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/programa_apoyo_editoriales.php\"}','tlQPvC8biuyp39NUE0msKjcB',0,1674364037.2230,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/revision-meta.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/revision-meta.php\"}','7qxgmXWiv4NrdO2950ChTYlD',0,1674364037.5554,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/revo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/revo.php\"}','aBF60IQCtG8W43bvpXzSx7Ar',0,1674364037.8927,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/RxR_iblkjmoy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/RxR_iblkjmoy.php\"}','5IsD4hyK9dGiXRnTNU0fmuW2',0,1674364038.3441,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/safeparam-doctype.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/safeparam-doctype.php\"}','YqbUBrNjtMXpCVIvFf5Wzcm0',0,1674364038.6668,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/seo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/seo.php\"}','TKcHRIWDX4oJEews9FuSkyzG',0,1674364039.0043,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/settings.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/settings.php\"}','HnmbGCRfdcEAshxiu71IZO98',0,1674364039.3470,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/shell20211028.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/shell20211028.php.suspected\"}','JwCjfvshVzoqZmFcTApIYELd',0,1674364039.6992,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/sidwso.php\"}','4vzQ9a3VOhFB0jfpdxKoWYwM',0,1674364040.0233,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/sk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/sk.php\"}','EAxfj3GHKCQ7cdNgMo8uUVib',0,1674364040.3831,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/system.php\"}','QNPIrZnRkB2KvFbcmx01aqCJ',0,1674364040.7511,223,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/tax2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/tax2.php\"}','WqMcUJAkNK91FvL3xQjRgdH6',0,1674364041.1311,220,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/trio-kece.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/trio-kece.php\"}','SJKdfAnVhg3uOpWvikUNQYXs',0,1674364041.5184,253,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','Q7oC8e6ljuFGL3qTNBgnS5by',0,1674364041.9334,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/uploadzip.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/uploadzip.php\"}','yigv0QHBKcrOwDJE4x7aGbTW',0,1674364042.2762,186,'','GET',403,0,700,0,1,'',0),('66.249.70.34',1123632674,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Googlebot-Image\\/1.0\"}','EBGThJkV8R0vm9itj32UbMD6',0,1674364042.5515,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/user-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/user-cron.php\"}','6BSOwJreotVyTAnuULbxfhsK',0,1674364042.6261,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/users.php.suspected','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/users.php.suspected\"}','lAQUbgBjFDLatyw6f3NrPiRW',0,1674364042.9918,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/vjgtd8LW.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/vjgtd8LW.php\"}','4QXMDiVIASqEo9d7CwBuJk8Z',0,1674364043.3619,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','tQSHFGB1JzZ7qIlUaxyhMYXp',0,1674364043.7145,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-class.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-class.php\"}','x9NVSYjyvIHLblD5qgnU4euz',0,1674364044.0839,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-gypqic.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-gypqic.php\"}','rwWQ3BiqIgxLRJZVDpXSHalM',0,1674364044.4261,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','6P2lLFtx14aYVTb8HNDfszdA',0,1674364044.7905,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-log.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-log.php\"}','rLESpy0vuwWqDH2BAGotMxn8',0,1674364045.1321,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-logs.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-logs.php\"}','R19A0nT34WdLoXfKjMe2OEvF',0,1674364045.5024,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-mail.php\"}','iOlo3dWnwZTtLC42US1zaQbj',0,1674364045.8482,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-type.php\"}','e5icnsQJ3goWA7jkHYbvrM9a',0,1674364046.1864,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wpspl-load-compat.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wpspl-load-compat.php\"}','umXj2O8e9vZWDNYigBcHQdkA',0,1674364046.5344,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wsoyanzorng.php\"}','L6XYZeErdFHKTgxk2RBIC7Pj',0,1674364046.8733,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/assets/alfa4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/assets\\/alfa4.php\"}','IXYfA8F5Eq2yibNU6eLRwu9n',0,1674364047.2067,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/block-supports/layout-ajax-response.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/block-supports\\/layout-ajax-response.php\"}','8deOh9aqjiykVmcIRSgCDW1Q',0,1674364047.5450,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/certificates/comments-popup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/certificates\\/comments-popup.php\"}','NUxDGvpV0JRadr1s7QIgX9Ti',0,1674364047.8756,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/certificates/image_type_to_mime_type.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/certificates\\/image_type_to_mime_type.php\"}','CMsaJOxbrI7BmUeYtWjnSH65',0,1674364048.1987,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/certificates/submenu-pspell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/certificates\\/submenu-pspell.php\"}','iHbZazhUg1M5w2TPJcFe9ru6',0,1674364048.5556,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/certificates/wp-conflg.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/certificates\\/wp-conflg.php\"}','UDOK5E10PXhp3tTY2kVWqj7I',0,1674364048.8971,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/certificates/wp-signup.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/certificates\\/wp-signup.php\"}','kpSflzrmHiaqxPIdOMQRbLVW',0,1674364049.2631,182,'','GET',404,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/01%20copy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/01%20copy.php\"}','ABFwNQXJE2eqhmRadSsfKiWD',0,1674364049.6348,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/01589a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/01589a.php\"}','dEhyF2SqxlTW9sY5z6U1mDbQ',0,1674364049.9666,232,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/88981.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/88981.php\"}','8XgpPk4mEYjH2LORJKa3dweM',0,1674364050.3495,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/bimowdoodk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/bimowdoodk.php\"}','gkY0B7tyRMoFqXJn2IOcswDA',0,1674364050.6786,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/css-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/css-blog.php\"}','QxWzH2qFjUua5vLVYfRioEPy',0,1674364051.0073,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/mpv2.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/mpv2.php\"}','e8rnCSwMXqFaYj4ski0ybl7G',0,1674364051.3738,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/str_replace.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/str_replace.php\"}','yY8hUKANP0Fwx14igapvRfLq',0,1674364051.7001,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/customize/elbjewpi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/customize\\/elbjewpi.php\"}','sjfRNWbODcqC98apn4eMFUGu',0,1674364052.0335,219,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/customize/inpf8747384.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/customize\\/inpf8747384.php\"}','iAHoMXzePc19dqnR4ufjNkVI',0,1674364052.4157,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/fonts/setcookie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/fonts\\/setcookie.php\"}','Re07pXzDALjH3xImkUavWqwf',0,1674364052.7754,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/fonts/sqlite_pagebreak_adapter.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/fonts\\/sqlite_pagebreak_adapter.php\"}','pzuPQKGVoXDhWFx4wYfIbOS5',0,1674364053.1188,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/l.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/l.php\"}','PvmjDsOfgh9CM0Ibnxcpo1Vz',0,1674364053.4626,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/license.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/license.php\"}','tz3wKYSAUZR47msPF1lWyDc6',0,1674364053.8061,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/module.audio-video.riff-wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/module.audio-video.riff-wp.php\"}','HSMrfDAkh31jdK6CtuWw9XnU',0,1674364054.1494,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/tablepress_controllers.php\"}','kxaG0gtpfBLl7h4VT8N3eFJo',0,1674364054.4885,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/unzipper.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/unzipper.php\"}','lbB2W0hyAfC1vcFwM8DYHg3R',0,1674364054.8210,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/vp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/vp.php\"}','Wdux7yieFl60cApC8vHNZKf4',0,1674364055.1747,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ID3/wp-plugins.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/ID3\\/wp-plugins.php\"}','A6osvkuweiKadg5pcMNTO0rH',0,1674364055.5277,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/images/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/images\\/acces.php\"}','PjOSqB2p5KHLdAFRovcymulI',0,1674364055.8715,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/images/configure.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/images\\/configure.php\"}','WfP0KIr86HxCTvuGmoEUQljR',0,1674364056.2148,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/images/img911.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/images\\/img911.php\"}','2ScZhzy5HoRtIdpK9T7O8bLN',0,1674364056.5520,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/IXR/opt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/IXR\\/opt.php\"}','P6ougrlSGD0yBTdcWOUpjC72',0,1674364056.8876,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/IXR/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/IXR\\/tablepress_controllers.php\"}','rGiKxotVfzsPeC2jdbk4g5Z0',0,1674364057.2220,228,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/js/auto.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/js\\/auto.php\"}','fSgajuQDVC1MHyTeGsF96JBh',0,1674364057.6022,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/js/old.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/js\\/old.php\"}','RoLjp2EvFCa5H1UAMgW6fbmY',0,1674364057.9352,201,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/js/system.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/js\\/system.php\"}','1IO37yWcgAG9emuMVQPhZFRn',0,1674364058.3074,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/247@abu.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/247@abu.php\"}','MtUoj3dezwL7cvsS2TE0kqb5',0,1674364058.6516,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/bak.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/bak.php\"}','FCOAhoiGb70yLxjvH15kfrmX',0,1674364058.9880,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','7ISutOUg123Ev4YfHRGmhqPy',0,1674364059.3898,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/Oilmoney.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/Oilmoney.php\"}','tfN65hKi8bUgAv4JSdcVXHew',0,1674364059.7250,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/tablepress_controllers.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/tablepress_controllers.php\"}','Q1xKo0rRaOuTgeXpd8IZEli5',0,1674364060.0705,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/treame.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/treame.php\"}','rv6LhysoGpzeW0dEbNJ7UHfi',0,1674364060.4082,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/user-new.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/user-new.php\"}','06B9Wr4GzltnRYSkLDcevmJp',0,1674364060.7551,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/wp-y4y54.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/wp-y4y54.php\"}','emrMxCYA9zDPvRTQ85k4n23u',0,1674364061.1069,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/yellow.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/yellow.php\"}','vZQoM7uVy65U9dKhcqBweIGf',0,1674364061.5032,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/zlib.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/zlib.php\"}','06wGhFO8nzCVkHaRDxTZ7uqf',0,1674364062.2689,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/random_compat/random_bytes_cyclone.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/random_compat\\/random_bytes_cyclone.php\"}','sIeov3p0F7U4ODgKyTXmawxR',0,1674364062.6433,249,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/SimplePie/acces.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/SimplePie\\/acces.php\"}','7IQn4GlAYjToBJVHtK6umF38',0,1674364063.0703,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/theme-compat/back-up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/theme-compat\\/back-up.php\"}','koShcGXFuMQWB8qgrPOjAxp9',0,1674364063.4078,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/theme-compat/border.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/theme-compat\\/border.php\"}','TwPXWDixSj14NGuICc65JAh7',0,1674364063.7607,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/theme-compat/ok.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/theme-compat\\/ok.php\"}','WxqfJMeAaSzcYiTRI3GskB5Z',0,1674364064.0983,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/leafmailer2.8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/\\/leafmailer2.8.php\"}','q2TPzdEkxuN04OebiKSjr6sC',0,1674364064.4261,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/\\/mail.php\"}','13ThOvzMbSnYfDouCqWGH80A',0,1674364064.7597,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/files/x3dleaf.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/files\\/\\/x3dleaf.php\"}','m4IHWdq3J0no8BjsFgLzhxKY',0,1674364065.0985,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/files/mailer.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/files\\/mailer.php\"}','jKGkrMdnZit7XTExQ0B1hbAa',0,1674364065.4167,204,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/js.php/.well-known/mail.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/\\/js.php\\/.well-known\\/\\/mail.php\"}','R4dG8oJVcD0Kr1YXTt7veFHl',0,1674364065.7699,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/dze.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/dze.php\"}','VImTwYjxCo7SaidgQGE6cbAD',0,1674364066.1089,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/%20.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/pki-validation\\/%20.php\"}','rUcfvBI9naWGyzOCq81NuM7b',0,1674364066.4421,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/dx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/pki-validation\\/dx.php\"}','gLys7Y40tZ5hiXunGRlv1QOj',0,1674364066.8103,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/.well-known/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/.well-known\\/utchiha505.php\"}','wbNzOm0apDZu1AQHf74Cs2FT',0,1674364067.1592,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/01.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/01.php\"}','QNZL9h5ATb7dftCwUgsoiDRu',0,1674364067.5209,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/02.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/02.php\"}','0LjvWyYidzoNcV3OAsmebIxU',0,1674364068.0179,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/0z.php\"}','mrOtXBywFdHeZ2xQSVWfjhqM',0,1674364068.3732,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1.php\"}','cK9p1RLhHvTrX2nbkZQM4Dt5',0,1674364068.7067,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1337.php\"}','5FBUytLqhc41HVZDdkTNXgES',0,1674364069.0671,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/1h6j5.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1h6j5.php\"}','v9DqJmHs1fV7nKaMTeyPAwXj',0,1674364069.4107,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1index.php\"}','oMzbIvEecw9R0TiXOPnp6FSK',0,1674364069.7496,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','KwWeZANuCz71RGpaJ6OQ2Vfh',0,1674364070.1230,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/2index.php\"}','IXPFuDMn9EcgKLtC1YmrABqz',0,1674364070.5125,182,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/2index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/2index.php?pass=am*guAW8.ryDgz-TYF\"}','ivTM52cZGw4YWIV7oPdOfpRz',0,1674364070.8471,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/3index.php\"}','ZAdumG2lzibQ5OxrHnMtK9N1',0,1674364071.1780,216,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/3x.php?3x=3x','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/3x.php?3x=3x\"}','mdHx853plDAtB9FMv6K1P0UG',0,1674364071.5622,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/403.php\"}','9WuIwldxVoc63kFa1ivBOb8N',0,1674364071.8978,199,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/404.php\"}','2DeVKzlTWdEAuxwPMBCh9R5y',0,1674364072.2548,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/4price.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/4price.php\"}','AP5m3X1OwyTkWdjUpH4aDBlJ',0,1674364072.6308,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/about.php\"}','iWeMgBR6oV1y2tnsL4pG59KJ',0,1674364073.0075,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/admin.php\"}','jzCfL7KcWnek45xtDq6Vdlo9',0,1674364073.3738,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/admin/controller/extension/wpm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/admin\\/controller\\/extension\\/wpm.php\"}','6TGQx3tbOIFzYvK9RliyWsSg',0,1674364073.7452,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/alfa.php\"}','saJ2X1lMAYzdhGcPv8LetuSU',0,1674364074.0979,207,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/ALFA_DATA\\/alfacgiapi\\/ups.php\"}','wYn7zS4DRrKvMJahmFlsfOp2',0,1674364074.4669,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/autoload_classmap.php\"}','tkhq95nj8FXRwDIrpWf1l7ge',0,1674364074.9635,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/baindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/baindex.php\"}','UfYv9bSa4Cc2m30RNrdBIpne',0,1674364075.3161,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/C.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/C.php\"}','VZ8rk9iTQfKz0q1eG5pmYcEU',0,1674364075.6790,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/c.php\"}','7iBKohuYSJ921zCfelxOksbW',0,1674364076.0194,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/crypted.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/crypted.php\"}','J3PSCWMmEO0Z54YNbwhgukQB',0,1674364076.3650,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/css/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/css\\/\\/4O4.php\"}','Ek3hmJVFdA0TZsRMjbN42Ln6',0,1674364076.7461,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php\"}','JErVdTebvtSxlqAWhY9um8zU',0,1674364077.0893,226,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/DKIZ.php?DKIZ','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/DKIZ.php?DKIZ\"}','Lql1ewfrEzA3vsM9m7idpWHG',0,1674364077.4764,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/doc.php\"}','fxAXl4eUygNKpJiqwuW8s2Dk',0,1674364077.8012,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/fw.php\"}','SglGYbsZ590KXyQ4pM3vD1tf',0,1674364078.1474,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/good.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/good.php\"}','ouht4WPTj5xY6aEbcXzV8KlL',0,1674364078.4960,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/google.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/google.php\"}','x5nas8GvobwAJh6q3pCZyUSO',0,1674364078.8497,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/haxor.php\"}','JBDRdeAbSZtoUyzqumF2Oh3Q',0,1674364079.2203,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/hehe.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/hehe.php\"}','rvzEUwDGZ1ganMuV46K7jRsp',0,1674364079.5653,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/image/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/image\\/screenshot_1.php\"}','cZP0R1BSjbN5tM3k8IgnsAvo',0,1674364079.9253,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/images\\/vuln.php\"}','lnvzMuX15io4HSEZk0Gj6Ofm',0,1674364080.2692,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/images/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/images\\/wp-2019.php\"}','35UI9kCAZGE70J2cFWbphign',0,1674364080.6336,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/ini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/ini.php\"}','jCcXHLQhyulgWM4sNqRBKYTG',0,1674364080.9617,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/lock360.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/lock360.php\"}','hHXcrCY0AZUw94itNMPf521e',0,1674364081.3050,245,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/lufix.php\"}','roeYkJWZ4T0Q5K1hUXDEujwA',0,1674364081.7123,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/mad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mad.php\"}','6VM3CxEmwWGkSic8nKtuZlO9',0,1674364082.0643,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/marijuana.php\"}','zdw3ZvMHxAyYlDkWh7t1uIFc',0,1674364082.4064,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/mass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mass.php\"}','ZF3Wn7auRKOtwhxkEvXL0bfN',0,1674364082.7470,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/media-admin.php\"}','ej41Bg8YhJ7XKyrvz05conIm',0,1674364083.0839,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mini.php\"}','dPvpHn5CFVsfiN8t9JBwWu20',0,1674364083.4205,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/mininew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mininew.php\"}','a4lRVOyQnAKL90HFB7ozTI6M',0,1674364083.7768,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/new-index.php\"}','eLGNVsMKbtmQuzaZpSxCHlEi',0,1674364084.1249,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/old-index.php\"}','kX68xNFSmDKChyRqiEVp9z0e',0,1674364084.4804,173,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/payout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/payout.php\"}','3ev0tua7IgqG6LxQST5BkMYJ',0,1674364084.8218,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/pi.php\"}','ngb6pGxJZqh0WQXPi8v9mazD',0,1674364085.1536,212,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/priv8.php\"}','Ct5e3f296XmJDQFnuysqkBzW',0,1674364085.5271,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/R00T.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/R00T.php\"}','q01uxTtpr98aNIFnbgVLcEkd',0,1674364085.8611,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/radio.php\"}','A6mps2LK7vV9kWSOHbBjZyXf',0,1674364086.2205,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/reminder.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/reminder.php\"}','BP0ZWsUVdTnoAmbLqYJrFvwO',0,1674364086.5478,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/screenshot_1.php\"}','sgPbwWYj7rcGFKxzEoNSHI6J',0,1674364086.8856,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/shell.php\"}','56DFHV7YR2SAlO0WwsdBg8e3',0,1674364087.2222,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/small.php\"}','LlnG4iazh87AFpZt0yqYCNjP',0,1674364087.5965,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/srx.php\"}','oEGpy1kA4SuBncwx8m2fvlXH',0,1674364087.9344,170,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/up-kon.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/up-kon.php\"}','dvCVMgs4oDyh2HIKcuERaAi0',0,1674364088.2639,218,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/up.php\"}','QoSVMnIsJ0bCKlAaZOwG78rF',0,1674364088.6433,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/upload.php\"}','rIi3bvf9dV7ZS1atjk6pqBAX',0,1674364088.9666,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/upload.php?mr=exe3','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/upload.php?mr=exe3\"}','l2e8qxArZ7TDgVzp4EtaGMJS',0,1674364089.3104,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/uploads\\/up.php\"}','6Pgw2IFzs07GHbKkdt9DJMq5',0,1674364089.6459,185,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/uploads/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/uploads\\/xleet.php\"}','WOsC7btdBUfmrivS5qLRYM6G',0,1674364089.9933,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/ups.php\"}','g19QD34pndrVhNeaYfEzZv7w',0,1674364090.3854,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/utchiha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/utchiha.php\"}','Jzjy7e6EfBDG4mTsbakhqcvQ',0,1674364090.7314,223,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wikindex.php\"}','JyHpPMvzUQ58l0WaDZtLFuos',0,1674364091.1172,229,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/fx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/fx.php\"}','DPmWeLCaiuczM23JGprf4w7F',0,1674364091.4994,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/images/module.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/images\\/module.php\"}','uv9XZeTibtM2LBl5xWYqhowm',0,1674364091.8599,197,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/maint/ms-db.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/maint\\/ms-db.php\"}','0V7Qr2yxlfviq6puRe5CwSnP',0,1674364092.3879,211,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/maint/sidwso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/maint\\/sidwso.php\"}','TpktZJqiPMSVD3sf2ecEKRd8',0,1674364092.7546,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/priv8.php\"}','yUEnm9JfOzrbVuHPTcNtxe2v',0,1674364093.1032,222,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/rss.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/rss.php\"}','hbOs1nmApyLq5eJ9QljroTWt',0,1674364093.4787,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-admin/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/xleet.php\"}','76kAZhgjq1mO0ifwWYMIt2RP',0,1674364094.2740,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-blog.php\"}','d8MewIKZb9OGxAmTDuL7cNRv',0,1674364094.6375,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/wp-activate.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/\\/wp-activate.php\"}','gQYk9TCn218rOeB3cHM4AsKV',0,1674364094.9864,217,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/fw.php\"}','CLzHwNvqpk6x0I8jSTcgR4Ms',0,1674364095.3570,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/plugins/masterx/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/\\/masterx\\/wpx.php\"}','a19djRA86FCYpgybsZUTWkuq',0,1674364095.7712,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/plugins/easybusy/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/easybusy\\/wp-blog.php\"}','Fr3xXp0aSI7LczBbGY9oD4OU',0,1674364096.1061,214,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/fighter\\/fk.php\"}','74fMRjTk5QBSG2hLtapiOlrJ',0,1674364096.4858,186,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/wp-pridmag\\/init.php\"}','wcm46RxI2FoJeN3CtgBAUQab',0,1674364096.8333,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/upgrade/utchiha505.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/upgrade\\/utchiha505.php\"}','35Pv8FjGT4o1l276WEzQMbIt',0,1674364097.1723,171,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/upload.php\"}','ZDBPNUFkVnyspwGrWT3u0QJc',0,1674364097.5140,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/uploads/wp-content/uploads/code-execution.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/uploads\\/\\/wp-content\\/uploads\\/code-execution.php\"}','9oUFltsXKPARDO08ugpdI6n2',0,1674364097.8798,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/uploads/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/uploads\\/404.php\"}','1FvgKcn8it9TVR6IbUfOosMY',0,1674364098.2464,172,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/uploads/4O4.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/uploads\\/4O4.php\"}','go4tAJGXyzOF57R6Wj8INLwD',0,1674364098.5821,195,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/uploads/elementor/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/uploads\\/elementor\\/about.php\"}','SDIEj3AGnJzVt6vogWwMkYCa',0,1674364098.9310,179,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/uploads/external_feed.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/uploads\\/external_feed.php\"}','wy2SPQB7vbtCfDYU3qkOuFe8',0,1674364099.2654,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/uploads/indoex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/uploads\\/indoex.php\"}','5MDxSagU2VZur3zocClJnQOH',0,1674364099.6341,206,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-easy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-easy.php\"}','AcxskavGO7jFmBSptMzVZ5rJ',0,1674364100.0004,227,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-god.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-god.php\"}','NnVaSHeml6CMcGKF2ikXdLEb',0,1674364100.3878,220,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/24.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/24.php\"}','SgA6JoZreTpUwFvYGQkinX0D',0,1674364100.7619,246,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/indeh.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/indeh.php\"}','nqBFd0c7Op9VyzAwiPbSfJtK',0,1674364101.1646,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/ms-pie.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/ms-pie.php\"}','f4Uj13gwKJLDCuEmaHc2YxT8',0,1674364101.4998,181,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/radio.php\"}','bpIqe2gGj1Pl6nCLSuXdWE3c',0,1674364101.8437,215,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/theme-templates-private.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/theme-templates-private.php\"}','hxupodQEA3ylKV6HG28ncStC',0,1674364102.2123,178,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/uplaod.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/uplaod.php\"}','LehEJuaTkAmcCQR5dqYvDSry',0,1674364102.5491,194,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/v22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/v22.php\"}','GXYVyF5pbiR48PfrTKqUwteL',0,1674364102.9055,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-2019.php\"}','YMNl08n1EXTDygVtfLHeO9CB',0,1674364103.2553,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-includes/admin-bar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-includes\\/admin-bar.php\"}','yYJ8XcUIuLk5ZSrBhVA4f3RO',0,1674364103.6105,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/wp-site.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/wp-site.php\"}','DoEyqbiSF8WQBR26LtNhAZCc',0,1674364104.1045,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/xmrlpc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/xmrlpc.php\"}','hSVxMFt3H89mAnuobZcEejDz',0,1674364104.4548,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/\\/xx.php\"}','5MCY7vd1boXzPUh8ymLDuIRZ',0,1674364104.8464,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','YqeycGafvJTBjuk4pWVsFwXo',0,1674364105.2108,196,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/assets/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/assets\\/pi.php\"}','HwD1CT4K5B7irZQGcEJdVYtN',0,1674364105.7125,177,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/block-supports/generated-classname-cron.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/block-supports\\/generated-classname-cron.php\"}','KRLmJrgO1YhX7GFp2cSBP5Vt',0,1674364106.0429,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/css/ty.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/css\\/ty.php\"}','1yfE078Y4vOkMUZgrGFoIswp',0,1674364106.3708,224,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/customize\\/class-wp-customize-nav-menu.php?new\"}','4TCcojqHgVwOWGUJu2t9ZBvI',0,1674364106.7639,169,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/js/a.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/js\\/a.php\"}','GFejMzT8Q9RXSticdvsw0nPC',0,1674364107.0890,193,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/alfa.php\"}','5VOXWuq7HJvTF8brCgxZnk6S',0,1674364107.6233,202,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-includes/pomo/css_.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/pomo\\/css_.php\"}','iJQT8Z1xO2HM4DamguIc6NYL',0,1674364108.0063,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-info.php\"}','ONUbFiMPZzKG0eXtDoBYv3Cp',0,1674364108.3503,189,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-x.php\"}','SrIcb68wJx2E59OGhgLlisZd',0,1674364108.6926,220,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp.php\"}','xBl8dPoc79zYhwIV5U6HZFDa',0,1674364109.0713,180,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp_logx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp_logx.php\"}','UskuXzCh5tPNDaioB4mA9Jl6',0,1674364109.4103,190,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php?pass=stusa','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp_wrong_datlib.php?pass=stusa\"}','qgO27FSTdpsHaU5VvCQKzBPW',0,1674364109.7578,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wpx.php\"}','V06aJeOMl5vkrSH2d1oFWgjI',0,1674364110.1056,203,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wso.php\"}','6zBFiq70PX8mdUHNbAvOGVD1',0,1674364110.4789,232,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wxo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wxo.php\"}','pTfBW2VexcDFXHJMntoSd8GC',0,1674364110.8722,176,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/x.php\"}','Ntd8RDr5SBoVc0W6IZf2X7MO',0,1674364111.2123,174,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xl.php\"}','Y2Bcwz38MXAqjaHygIheUk4L',0,1674364111.5387,213,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xleet.php\"}','hGVqRbdTe0jmCZa3oHtlNJ4X',0,1674364111.9217,188,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xlt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xlt.php\"}','QAbqLOnEz6KFMmixrjpJDyvs',0,1674364112.2688,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xml.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xml.php\"}','6JCq9bH0xIN1F5e23STpRVtM',0,1674364112.5973,198,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xmlrqc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xmlrqc.php\"}','dCNUVRB3jmnFlkeL1gqGXt8u',0,1674364112.9553,175,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xwxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xwxx.php\"}','gJITOq1MF2vwBzVasUXZGSpP',0,1674364113.2846,210,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/XxX.php\"}','MKscARnZPQXrGI6lF3HJ0ThC',0,1674364113.6485,214,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xx.php\"}','ezmfUW0nXNSp8wZr47IsLDb1',0,1674364114.0160,187,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-2018.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2018.php\"}','nS8fka2ib4vuG0crx65CEgPl',0,1674364114.3643,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2019.php\"}','AdZHrMo23lmufGXRWJiczQ8x',0,1674364114.7018,191,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-2020.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2020.php\"}','tvpfJKeZbulPB3Y7wASUNkXQ',0,1674364115.0694,183,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-2021.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2021.php\"}','cLmWTp08Rk9wOFbat2v1lV7o',0,1674364115.4158,192,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-2022.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2022.php\"}','HZFCgz4NAhO57BemYdxojfbv',0,1674364115.7691,184,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-22.php\"}','5mYnCDLA1kyM3tp0QqURIXWd',0,1674364116.1343,209,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/hax.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/hax.php\"}','NleMtPyZhfSium89sxFOwRQz',0,1674364116.5053,183,'','GET',403,0,700,0,1,'',0),('103.200.23.160',1741166496,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','lCnEbROcQtIkVG6zNYuh4Hw7',0,1674364315.6092,302,'','GET',403,0,520,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Googlebot-Image\\/1.0\"}','atVd04ziUQ8Ngv7Eqh53cACs',0,1674365843.0191,467,'','GET',403,0,700,0,1,'',0),('91.137.147.151',1535742871,'','https://sleepingsolutions.co.uk/administrator/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/administrator\\/\"}','NlHXpDS21gUrOKk03uGF7veo',0,1674366280.9594,188,'','GET',403,0,700,0,1,'',0),('91.137.147.151',1535742871,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','VLNMl2qipFGSCf5zDeOxjPJK',0,1674366282.9108,1376,'','POST',403,0,600,0,1,'',0),('91.137.147.151',1535742871,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mUqa1WhIPFCiyDVZNB2KucpM',0,1674366285.1855,451,'','POST',403,0,600,0,1,'',0),('89.234.157.254',1508548094,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Lfo2KSpensvqAY7DNOdH4U90',0,1674366297.5082,1130,'','POST',403,0,600,0,1,'',0),('185.220.102.252',3118229244,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','zOjYCTx7sklVaUSIGm965JQK',0,1674366301.9728,1165,'','POST',403,0,600,0,1,'',0),('185.220.102.252',3118229244,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','tHeAJ8bcdPYjlZf5XSL1nTR3',0,1674366305.3385,453,'','POST',403,0,600,0,1,'',0),('107.189.5.241',1807549937,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oMGvSOnNwslAYHjXdZk6FB4u',0,1674366309.7340,1070,'','POST',403,0,600,0,1,'',0),('185.220.101.4',3118228740,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DdlfVJKGAbXpFOCItyZnP67g',0,1674366314.5169,1042,'','POST',403,0,600,0,1,'',0),('185.243.218.153',3119766169,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; rv:34.0) Gecko\\/20100101 Firefox\\/34.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','RYnHd59QWzFjwa3UJ4IqhMXv',0,1674366318.1862,1043,'','POST',403,0,600,0,1,'',0),('18.213.142.178',315985586,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DnrvQNXhyM41UsoeHRZWuJzG',0,1674366577.4625,341,'','GET',403,0,520,0,1,'',0),('51.144.238.41',865136169,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','RfPz68M7GDKWVbg9cqJ4CmXj',0,1674367736.2149,276,'','GET',403,0,520,0,1,'',0),('54.79.166.165',911189669,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','lYbZcm0n1pEhKA94wxrLtiQj',0,1674369884.6444,744,'','GET',403,0,520,0,1,'',0),('203.205.52.183',3419223223,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','KIgzRfnL6iTAv0buXptUa13M',0,1674369897.0390,295,'','GET',403,0,520,0,1,'',0),('103.28.53.179',1729902003,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DKdnhkNPIa2q0jVB4L7Qp6FA',0,1674371684.2003,284,'','GET',403,0,520,0,1,'',0),('167.86.100.73',2807456841,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','04uFPzYLAWhCKyRTBrw3p61f',0,1674373804.6648,276,'','GET',403,0,520,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Googlebot-Image\\/1.0\"}','LAXNtMiRT9WJkucV1QIbF0OP',0,1674375465.4912,231,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','LIl64uUvOTQWpocnmeMBzYZF',0,1674375976.8281,218,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','nrq6AfFWKo3QJiCeXOVYhdwb',0,1674375977.7433,196,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','T5WufzJwoIEscyXN0epgkmCZ',0,1674375978.3977,219,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/ioptimization\\/IOptimize.php?rchk\"}','ENgaQGi7FMJub8R4z95eXSwd',0,1674375981.3421,526,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-content/themes/alera/alpha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/alera\\/alpha.php\"}','CgEF2JS9KskomWMNxpZe35zU',0,1674375982.5917,374,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','N1QBYsIwDzAmtiaSk5yxW72V',0,1674375983.7282,491,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','DiKcSTra74QxfGFMECsoh1y2',0,1674375984.9458,213,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wordpress\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','IdNaDkxs0P8eLCSJKQObt5oT',0,1674375985.6318,280,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/blog\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','eSQyRdT5olnmBNcVLrZqIHaD',0,1674375986.6053,274,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/site\\/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282\"}','S8Z7HCIRDJYrjuUiOXh9cdaG',0,1674375987.3433,267,'','GET',403,0,700,0,1,'',0),('79.70.12.201',1329990857,'','https://www.sleepingsolutions.co.uk/home.php?cat=3738&set_size=Double','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','TNIKEvOhXMLzg1QxsteRmbkG',0,1674376796.7926,714,'','GET',403,0,700,0,1,'',0),('102.219.176.27',1725673499,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pYmx9KiUIe4WkVlhNJz6XybB',0,1674377667.9927,277,'','GET',403,0,520,0,1,'',0),('103.63.24.139',1732188299,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','LsTWNoXUJdKizwGYHBlpZ8xA',0,1674377909.0237,678,'','GET',403,0,520,0,1,'',0),('157.55.39.116',2637637492,'','https://www.sleepingsolutions.co.uk/home.php?cat=10049','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','YMJzgj7LiRFHnGqItoBp31cr',0,1674378834.9088,236,'','GET',403,0,700,0,1,'',0),('95.214.63.240',1607876592,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Oq3xwjrDBUodR78Fp2WylzZ6',0,1674379394.3707,330,'','GET',403,0,520,0,1,'',0),('79.70.12.201',1329990857,'','https://www.sleepingsolutions.co.uk/home.php?cat=3738&set_size=Double','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','Leyo2KTWBvaknS68ji9s4Xlb',0,1674381012.4469,239,'','GET',403,0,700,0,1,'',0),('178.208.67.32',2999993120,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','qxKywI4HgEth0SAromFQ8nMa',0,1674382450.5697,278,'','GET',403,0,520,0,1,'',0),('198.136.59.20',3330816788,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','5hJQBFbvDOL632tUcCwoNYiZ',0,1674383396.1643,323,'','GET',403,0,520,0,1,'',0),('157.55.39.200',2637637576,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3883','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','iPeqhTwC5BzLb2SV6mdsalF9',0,1674383812.7395,228,'','GET',403,0,700,0,1,'',0),('91.238.165.67',1542366531,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DBSzXo0y6pWi8qvGsdr1UOeR',0,1674385546.3286,274,'','GET',403,0,520,0,1,'',0),('103.74.121.5',1732933893,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','W2Jynazi1DTfLMoFNZteRC5A',0,1674385610.9347,282,'','GET',403,0,520,0,1,'',0),('18.133.60.229',310721765,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','zA6nbDYujaqorx0G3sdTHXWJ',0,1674385932.3394,318,'','GET',403,0,520,0,1,'',0),('103.200.23.139',1741166475,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','bPu9JgY6Sde0yGCHWmXivTA8',0,1674386388.8288,280,'','GET',403,0,520,0,1,'',0),('54.255.84.63',922702911,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','sT2R8zKFNlwmGnYUD7JtSQuh',0,1674386426.2514,280,'','GET',403,0,520,0,1,'',0),('150.107.74.24',2523613720,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nyWw1xSX9K26oJc3HjTkgvdO',0,1674387858.8212,266,'','GET',403,0,520,0,1,'',0),('34.143.151.59',579835707,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','r5SVkgTpaDUL3nRsoQwG029e',0,1674387866.0197,314,'','GET',403,0,520,0,1,'',0),('216.250.127.227',3640295395,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','J0HX5A1sCO3Q8KuTwIPazRir',0,1674388322.5897,295,'','GET',403,0,520,0,1,'',0),('15.235.142.129',267095681,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','R3jbL9JdaWEk8TPuDNUlQVrF',0,1674390392.3047,302,'','GET',403,0,520,0,1,'',0),('103.28.53.179',1729902003,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','aRWwi4bo5fzNA9BnTSulpv6m',0,1674391718.3327,307,'','GET',403,0,520,0,1,'',0),('34.75.221.29',575397149,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','qnY4My3tS6ACvDBJ71rRsFHh',0,1674393284.2405,279,'','GET',403,0,520,0,1,'',0),('173.236.208.143',2917978255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','8Jz3jpNBFfHSECiaX2LdObQ4',0,1674393971.9130,264,'','GET',403,0,520,0,1,'',0),('104.244.75.243',1760840691,'','https://sleepingsolutions.co.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\"}','deRCxMYnsoTB6X5Jg9UmzNrF',0,1674397465.4794,352,'','GET',403,0,520,0,1,'',0),('77.98.209.168',1298321832,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','SoJLQ1OR640FxtjYUk8M5BAI',0,1674398612.1776,255,'','GET',403,0,700,0,1,'',0),('77.98.209.168',1298321832,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','cibQYHMFIzq3xKarj7tuBvXA',0,1674398612.2045,229,'','GET',403,0,700,0,1,'',0),('51.159.35.70',866067270,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Xp1zA6RJbrliMc4BK7Sq8LYC',0,1674400103.8688,292,'','GET',403,0,520,0,1,'',0),('148.72.244.186',2487809210,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','UBDSFK0g4JtyXhz7bjdNvlW3',0,1674400641.6830,411,'','GET',403,0,520,0,1,'',0),('137.184.105.54',2310564150,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','hRiUxzIuOKdmclvDFHAJQT4k',0,1674401539.4370,281,'','GET',403,0,520,0,1,'',0),('51.159.35.70',866067270,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','A4jwCQYdpVlZOrvT3gG26HJD',0,1674402019.7641,313,'','GET',403,0,520,0,1,'',0),('103.233.9.73',1743325513,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6yau2fh31FLPRB5WGO9dwgjC',0,1674403351.2624,289,'','GET',403,0,520,0,1,'',0),('103.55.39.107',1731667819,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','wtoNg5dhaXJPWf08iUrM9cKs',0,1674403552.8689,271,'','GET',403,0,520,0,1,'',0),('20.165.29.249',346365433,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','Dd8ZhE0lMgCStysBkUfej41Y',0,1674405087.5702,452,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EyDwPUXlpgAoCTaWJG8VhitS',0,1674405360.0173,2057,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y64LGI7AuersynSaR9oF1JU3',0,1674405377.9342,2425,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','u8W3xFGNcsgjlSP2HiAUKn7Q',0,1674405396.2943,2118,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wZDFLP82HitvqGbSXcQz3oMK',0,1674405431.4464,1755,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','019dD4OkStFHKvWQB27TChMy',0,1674405453.3342,2278,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','89qlCM7py4WuEiITv5acrADV',0,1674405463.9057,2279,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JHu7N92CZtTlOVbML8B1FAIz',0,1674405482.3461,2588,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vmhsexPNjWZYV2SFCz3gyHJ0',0,1674405493.6377,2327,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rIm954XVgfbxSunEwQUGt0KH',0,1674405523.5704,2507,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xKZ9AfX5a36bWDuQdk2Bl1vH',0,1674405567.1262,2339,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OAkjeyaFS7m9ViTlhJR0G2d1',0,1674405604.4264,1207,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','toJKPigyNMWfqukj5EAb9DLI',0,1674405646.7336,2411,'','GET',403,0,700,0,1,'',0),('42.200.109.156',717778332,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','xGRDKqHZOJazASr87QTWUyw1',0,1674405674.4349,2752,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ez07nvjau95iflXZNGHgIQmT',0,1674405747.1318,2668,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OQZP7oCXWcld9Hx2T5K0LyGD',0,1674405784.3408,2972,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zFZaY9pHLGgDCBmOjsqd3KPx',0,1674405815.9134,1918,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aLAGurwUBkJdnivDjW12Yxp3',0,1674405830.8149,2719,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i1ST3zq8hWldtmJP04IkpGUv',0,1674405858.3429,2525,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dTiM7otO6CzaYZn9fILRl1BD',0,1674405885.6335,3687,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HfuRXPvoQe81cSUZIJd9MCN3',0,1674405898.2463,3230,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CFrdyXaRmotiweIxuHg8k6bE',0,1674405910.2040,3140,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YiWFfxHQe8dzZrqEPnBVCO6J',0,1674405922.0786,2622,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nVC8Y9u4FZaNzmyqrE7lDcUB',0,1674405949.5103,2946,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','842V3Nak6iYdGMOB1RL5gUSm',0,1674405965.2822,2463,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rpB8EJHAyae1W9SPU53ZCwlK',0,1674405978.4320,625,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4u2BE7AoqF9SgORwCYxf05pG',0,1674405992.4524,658,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zHgG0mdNj5P8QhYZBfy2qx16',0,1674406005.3651,2848,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WDBYetMH5jwiOm0TqKRXoczy',0,1674406039.3624,2495,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0z59oBXmDydRwjgJGeshiapP',0,1674406069.1897,2646,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','A74Lzv92oyBkQPGlKITguS8x',0,1674406111.5264,3309,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gPbpkrX19yRefAa0xZn6EhUC',0,1674406141.2062,2416,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZlNxyEFGk5utaXznVeq3KARw',0,1674406161.4456,2333,'','GET',403,0,700,0,1,'',0),('34.87.73.151',576145815,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','Ssecg5GdLRfK18qzkijMXrpQ',0,1674406735.1417,3719,'','GET',403,0,520,0,1,'',0),('34.87.73.151',576145815,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','f8DuVSPXFIr5k9dHCJwbEep3',0,1674406751.6662,3854,'','GET',403,0,520,0,1,'',0),('34.87.73.151',576145815,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','luyw7epEKhdrHqZTGaBkDxvS',0,1674408064.5909,4650,'','GET',403,0,520,0,1,'',0),('103.146.203.123',1737673595,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','e5DfSxgEHol4yCnj6uF7vZsG',0,1674408272.6285,4460,'','GET',403,0,520,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11542','','{\"1\":\"Googlebot-Image\\/1.0\"}','jlRFMUVAPLx0cHImJbByoue6',0,1674409496.6108,1827,'','GET',403,0,700,0,1,'',0),('65.109.168.130',1097705602,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','va4uL8hZS7CUQlOygjtpo3K9',0,1674409635.8044,2439,'','GET',403,0,520,0,1,'',0),('65.109.168.130',1097705602,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','Q6H2tYarXiDjh9lKdnv3S5Tx',0,1674409639.3659,2346,'','GET',403,0,520,0,1,'',0),('54.165.84.9',916804617,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','gDxqI4Hw8LGXkMvENcP5nYT2',0,1674409751.2260,2171,'','GET',403,0,520,0,1,'',0),('178.128.31.204',2994741196,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','goqc2mMlAvGeK9rjRXCDPQBU',0,1674409909.4442,2621,'','GET',403,0,520,0,1,'',0),('35.197.34.121',600121977,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','7opkVywhMsf3tvBPX2ucerWH',0,1674410019.4242,2652,'','GET',403,0,520,0,1,'',0),('103.127.41.4',1736386820,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','s4vdEGSiVwjJparmCuYAoT7n',0,1674411541.5517,2929,'','GET',403,0,520,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1index.php?http://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZFXdEy6tWAsfHQ8bVwaMqkCB',0,1674411561.3022,2019,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/11index.php?http://sleepingsolutions.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OAng0x6L7wzMEUfCmarJeByH',0,1674411575.4023,2186,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/2index.php?http://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WcxyXGgi6OAtEUj0Q7zRPBk4',0,1674411586.8062,2273,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/3index.php?http://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','koBPSqZTlybQx4FJfzDv67YW',0,1674411596.9688,1532,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php?http://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M6K7y4owiVe85pvgJUuqWO1R',0,1674411605.3223,1209,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-adminincludesclass-wp-media-list-data.php?http://sleepingsolutions.co.uk/wp-adminincludesclass-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jwpu7ZorEvIB0nRPbajez2ND',0,1674411614.1096,2406,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/autoload_classmap.php?http://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i9Q4cv5Akn0FZRTJoYdLlCVP',0,1674411625.6430,1294,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso.php?http://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','m6geNBH9rwJivSXEhqRp8YZA',0,1674411636.4982,1812,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/doc.php?http://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vlLrWdDVNEa5sigj1uhRJQ3f',0,1674411646.6138,1801,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/stindex.php?http://sleepingsolutions.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yPuQk0zNeVBfLmMo5jilXhgp',0,1674411657.6744,1673,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alwso.php?http://sleepingsolutions.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xqe7amV3KFlEctvhR5zJr64X',0,1674411667.2001,1739,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ups.php?http://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SWA529XyJj68kHN1TCLPgEVF',0,1674411676.8543,748,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/media-admin.php?http://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q3CgSNFkjU6WveGzbZPi4T79',0,1674411682.2118,837,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sym.php?http://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L0MmeucEVW9PTtSIFia6OdDr',0,1674411689.2864,1743,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sym403.php?http://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t4lVzXCO2m68ykriHguBoG39',0,1674411694.2364,2253,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/fw.php?http://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NZXKkoYu80PmD1vh2c3RVl4q',0,1674411702.6841,2271,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/symlink.php?http://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9xW8uDtEarPVHN6kGcA5IYn3',0,1674411712.8441,1576,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/shell.php?http://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XQfxbqz7kLdV0UsO3iMDS4Ie',0,1674411725.6381,1368,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1.php?http://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QF5n69A1p78v2ZNRyM4WSkhX',0,1674411735.4334,1891,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/data.php?http://sleepingsolutions.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','goWpa50YmkfSbwcvZOV3x7QD',0,1674411748.2504,2124,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-blog.php?http://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zVqTAtnKXdjYr7ZLomU8O3iI',0,1674411759.6934,1928,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/b.php?http://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NyYRKVmF58kBQUjWq074T2Xr',0,1674411770.5731,1751,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/c.php?http://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fmaWeIvu3XCOoMBi59h6VKYq',0,1674411782.6755,1817,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/shx.php?http://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dV6wKOl2zFYhIygj4RPq0anJ',0,1674411794.4523,1621,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfa.php?http://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tZMSy5AY6BcxfHhakq7Xlb4R',0,1674411803.2444,1079,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/a.php?http://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z06dWRUJcxa8NHv9LsyIDnkb',0,1674411817.6050,1424,'','GET',403,0,700,0,1,'',0),('52.91.188.220',878427356,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','x67RT194ZukX3SrUHI5WOjF2',0,1674411826.4360,2209,'','GET',403,0,520,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/old-index.php?http://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ClTNQcWX8qG2sKJEFda1Sgpx',0,1674411828.7681,1320,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/FoxWSO.php?http://sleepingsolutions.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nasqPImkX6xKUH197gzLB3ZY',0,1674411836.2726,1300,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/x.php?http://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FWjOhiNYeBSuozx5sEd68ma1',0,1674411849.0963,1328,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/403.php?http://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yGr0e5NhcOPZumSCnUWsV8Fd',0,1674411857.7738,1778,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mini.php?http://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4trni3TadU97cKzv1efVhwLj',0,1674411866.2267,1557,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/imagesvuln.php?http://sleepingsolutions.co.uk/imagesvuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rPDjpAJgiLlsQZax2wC1e0o7',0,1674411879.1302,1399,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/edit-form.php?http://sleepingsolutions.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8WbH7LaNoGBuFXDpE0rTsYzv',0,1674411891.0160,1095,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wikindex.php?http://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aDU5uRMitgyYOwcbpE2KP6on',0,1674411902.2997,1398,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/m.php?http://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3lS4aQv97rUs0xZbzWFgunRM',0,1674411914.3822,1290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/0byte.php?http://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GLX6jWsHocnZwFBTdUuP7m0Q',0,1674411921.9181,1784,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xx.php?http://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','46DChqtuVHKbjXirkZEzJFGn',0,1674411929.3605,840,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/new-index.php?http://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h9xXL4IkPVZswMSFbAN06mya',0,1674411935.9953,1390,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp.php?http://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','W2clpAVCrj1uZyX6IqS4madB',0,1674411950.3339,1722,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-wso.php?http://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WMKnjiYEvmCu023Jr89zISwF',0,1674411960.7482,1486,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/qindex.php?http://sleepingsolutions.co.uk/qindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YxeKtHlcIi6PF9w1s5gRJn3Z',0,1674411971.9722,1580,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/priv8.php?http://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e1ECBuH9kPj7Ln4WcF0286Jy',0,1674411980.5382,1401,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/minimo.php?http://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3KMPBZmEaVc56sLlOo8tWjFu',0,1674411988.5222,1372,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xleet.php?http://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2KTigBpqHj8EhMn3cPAyGxmf',0,1674412000.4041,1759,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/V3.php?http://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vNVQD9JUns45L8CljahPuXHg',0,1674412011.5989,2126,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/V5.php?http://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RL59GXhNVfyJKaec0Fljz6qs',0,1674412020.9501,1769,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/404.php?http://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uBVOUEHhPZbeMSCKN5nfAyJ4',0,1674412031.3144,1805,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/up.php?http://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BX2aKGVoUkvMWwPdLgEZAH5z',0,1674412042.0857,1983,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/www.php?http://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SYGW4KxnJT7vjXNCH0gmhqyI',0,1674412048.7382,1803,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/100.php?http://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4ZKDQHEXb2nxO9mCsLMVl3ih',0,1674412058.3294,1354,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/777.php?http://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tVPslH0incCAhf1yRzOa8qSr',0,1674412064.6952,1787,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/defau1t.php?http://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aWQt2P46InqcSRiL9FolKuBp',0,1674412075.4630,1206,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/f.php?http://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TuyKDdMparnCOqB6weoF7Xcx',0,1674412084.2715,1332,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xox.php?http://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PcnKlFaqZsjV06pL18iWhJe3',0,1674412091.6653,1143,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/o.php?http://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NbfKycW0lAq6gExTGJV9Yk8M',0,1674412100.5218,452,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/new.php?http://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PDylhc7zIxvEdZSQ4AbgY3Rj',0,1674412106.9921,1073,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sindex.php?http://sleepingsolutions.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ykVS5vc8XbPr0uJfgmEHCost',0,1674412116.1343,1367,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/baindex.php?http://sleepingsolutions.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1DI6aeWATMbPHqn0smO4hcvE',0,1674412124.8498,1437,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wi.php?http://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qHfZhV6XrBezc92mbYQJuPdi',0,1674412130.8205,1304,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mar.php?http://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dtgR7NEH15JOImP9X2Z3aCiV',0,1674412139.1194,342,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/root.php?http://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CJN5dmqKI8TjnoRhpgLbaiy2',0,1674412151.1743,1718,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/nee.php?http://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QcxJtmqWrKPhjeCI178Go536',0,1674412159.6523,555,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/v.php?http://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bZVCKBqkGTjtiIn9glLJopDO',0,1674412165.5663,614,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/z.php?http://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1P3NaE2mix0CbTzt7LKJkVyZ',0,1674412174.4398,721,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/g.php?http://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eHXZFGyqhNbIo8p65dEAw3Pl',0,1674412181.0597,958,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/c99.php?http://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','D3TqLMnIfQ8Gd0r9cE7WAXh5',0,1674412187.7504,1003,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/w.php?http://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sbOZ3GDF6iYNShzkuv0nwdfl',0,1674412197.6278,1625,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ws.php?http://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8Q5nJCNSIlUsyKFPAgZ9zY6o',0,1674412207.8224,1086,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/2.php?http://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hXz0QZTiFwOrUMD6yRPt9c4B',0,1674412216.4572,615,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/lol.php?http://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uTxL5Vmqod0QhgS7lFBk4IcX',0,1674412223.3685,1668,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/87.php?http://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8dZ7I6EhnUrL1bJgWkSPejaF',0,1674412232.6541,1119,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/7yn.php?http://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y35mVqZnplEkH6buQDaB2O9g',0,1674412241.6062,631,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/haxor.php?http://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','w5lW8yD3RQjcaMizOSUKvs0d',0,1674412250.9040,888,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/13.php?http://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0gX8H36taGFIxYSspQl7OPrN',0,1674412264.6614,756,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/e.php?http://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AlXD2VPOLJd8RuQCiGsjcBzm',0,1674412269.4445,711,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/r.php?http://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','huPelU0dT3xRZVgICoOzwsnj',0,1674412279.1135,581,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/t.php?http://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2iCXoU5Ex8fsSP7dODgWR4t9',0,1674412287.9271,562,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/y.php?http://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6Kxn5UuhXYIsSkzPDLWlJvio',0,1674412299.0638,311,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/u.php?http://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IZ7Yc6bzNWqP3yiftQmAs4gK',0,1674412309.5960,824,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/i.php?http://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UbWiY4JuOt7TZ96LlxaywPV5',0,1674412317.6037,453,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/p.php?http://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dXl9Zhs6DnF1P0tH54v8KoNy',0,1674412324.7453,511,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/q.php?http://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kdeg6M4PYZJEpaxGSQt0I7XW',0,1674412334.0638,996,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/s.php?http://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','a7qFyBufib4vReDCst8kxINP',0,1674412344.0796,713,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/d.php?http://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BcxE75XSumFfGPoCWIesh9w8',0,1674412350.3648,657,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/h.php?http://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PKU18CNrnIebOVcjlvTM9W4p',0,1674412361.2481,469,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/j.php?http://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','snumGkTFiBo75SHqpx9JU638',0,1674412367.3942,779,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/k.php?http://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CStNOKs7uH1zrk48GVFRYwJg',0,1674412375.4942,1225,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/l.php?http://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KdoFljQsWJexVgbSuBm3iwqr',0,1674412384.2142,1020,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/n.php?http://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ujl5CqoKOfvF4NwI3ec1EMQk',0,1674412393.1581,741,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xindex.php?http://sleepingsolutions.co.uk/xindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','is1f70D6nmyvJe2Gga9QrVC3',0,1674412398.4708,1074,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kindex.php?http://sleepingsolutions.co.uk/kindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9nXlFTEWHZ2tswzjCRODPGuv',0,1674412404.4320,615,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/FoxWSOv1.php?http://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ut68ZsHcvfePGgzXTanMOrDm',0,1674412409.3874,573,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alf.php?http://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oLy3qRaHCWvg69KF7dErIGVS',0,1674412417.0811,1374,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/bb.php?http://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MGZILAm0i4qeaD1BFC2VfTsQ',0,1674412422.8559,1218,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/lf.php?http://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v861Qqjwyb4KH7rS0WNagBom',0,1674412432.9902,463,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/WSO.php?http://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FYGrHDKMRB7QSU1x3ACuvgPi',0,1674412439.3470,513,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xxx.php?http://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ODUlPwg3rRyJpxVmcFSNI2vd',0,1674412446.1686,552,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/hello.php?http://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DJxQdgZ5UsqAiu7YFkO9vnr8',0,1674412450.8728,380,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ok.php?http://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','otSWmgP0NHrdvVZ5Tn6qKYGh',0,1674412460.9913,671,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/if.php?http://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','it5yw1GTMSv3qIX0zdceAnRP',0,1674412469.6750,497,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kk.php?http://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z5aVuhNfjPxcF8bSMgeCsr7o',0,1674412473.7442,524,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mrjn.php?http://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6ePid7AmYhBwEOU5TKVjS2bN',0,1674412482.6240,634,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kn.php?http://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ALisKjSGyreaVtOpf4uRnoFx',0,1674412494.2347,687,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/3301.php?http://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WLmQr98aFcM7gdnw6xtqVobH',0,1674412504.6493,1032,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leaf.php?http://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FZHwInUyhXNdtv2JxD74iWkP',0,1674412510.4958,504,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alex.php?http://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','APj2iIXtz8NMxVhvG0qrKw4o',0,1674412516.8398,453,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/mailer.php?http://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Zxr4LuaentGdPX3fhDvmVYzR',0,1674412523.4144,973,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/anone.php?http://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZYpPcTyw9zigAWOF63tRVkCl',0,1674412534.4126,594,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-configer.php?http://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7t1qjRIVxUJEuGaYprCFc2ls',0,1674412540.1582,714,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-ad.php?http://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AgrZsPYX67Npjc4DGHVBdUMe',0,1674412547.4752,582,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/send.php?http://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','G8b6MYzCyPmo1aIgAvZQ2cXh',0,1674412554.4726,561,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/3.php?http://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WR914FHpUVeqlrSw0AuisIGf',0,1674412562.8787,418,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.wp-cache.php?http://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gxwI2Mp1y7bJt8du5K0NBAlS',0,1674412572.5663,754,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/sendmail.php?http://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YfrhZl136Sty7oQBIJGpP2zO',0,1674412579.6561,389,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rahma.php?http://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','akls26iZoRNDwdVQzm4rCO9P',0,1674412588.1097,603,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/nasgor.php?http://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KZ4RvGhMSAszreC39X7ji2HN',0,1674412595.6344,998,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-confirm.php?http://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jO3obUNVFutyYXvT0DiWHwSm',0,1674412604.9401,385,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfa123.php?http://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sVkH0dTebFGqMgPt5iN9xnzf',0,1674412610.4147,262,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/upload.php?http://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4Cn1peySNgJR5QvMjaotUlV9',0,1674412614.9164,399,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/bypass.php?http://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LCmN7AkXuE8xvJ5eIcHg3Ytl',0,1674412619.3125,855,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-one.php?http://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8C1vJuNP6gmDxrkTWfOeiVUy',0,1674412628.0674,450,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexus.php?http://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X5LWldVqT7oBPMgk6DxApvaH',0,1674412632.7475,879,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso1337.php?http://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MzRbiBKm7vGdn2ojgrT950VH',0,1674412640.0972,448,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/1337.php?http://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ydF59KBWoNm6GljAawPvSnks',0,1674412647.3561,661,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/blog.php?http://sleepingsolutions.co.uk/blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nxHlM2rB3zqhEIY8PaFgCpmb',0,1674412657.6062,690,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/it.php?http://sleepingsolutions.co.uk/it.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','txTwBPFvSmnEdzOQAVsXgf31',0,1674412665.1130,784,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/kiss.php?http://sleepingsolutions.co.uk/kiss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bTBPrCln1pAVhwyD3XIcKJtR',0,1674412672.9289,586,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/0.php?http://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6hAgR1G0VzZkMNX9fbw5Tjys',0,1674412678.2817,321,'','GET',403,0,700,0,1,'',0),('166.62.103.104',2789107560,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','W7KlUnDcQ1pdRvm4FCLwbYer',0,1674412678.2436,3763,'','POST',403,0,600,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp2.php?http://sleepingsolutions.co.uk/wp2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZsbfLxpydFA92NI4OgKJTUvP',0,1674412686.0964,876,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/owl.php?http://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OI1ykjLoSvA3Th6pQ9UE8FRl',0,1674412695.8777,798,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/vuln.php?http://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','x1tOdyEpc0RnrK2hHDsuvzAo',0,1674412701.8520,509,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ohayo.php?http://sleepingsolutions.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Nz4uvdQ5Wp6FGBOCAiRHDrkq',0,1674412715.6348,740,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin.php?http://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','K2LivB0k6FOGYdfuPJb5ACNZ',0,1674412719.6495,983,'','GET',403,0,700,0,1,'',0),('185.25.117.82',3105453394,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','LNnIt6a27BSD5J4TwE0ju8ly',0,1674412723.2206,1136,'','GET',403,0,520,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/cms.php?http://sleepingsolutions.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WnkU541lYxJAhqNPcbQLsEC9',0,1674412726.9780,1530,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-uploads.php?http://sleepingsolutions.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3jqa10VuEz7y5hZPQtC9NWcf',0,1674412733.6440,601,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Gel.php?http://sleepingsolutions.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aty6YmIoZC5PWGz9FqpfKbsN',0,1674412739.1199,576,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/41.php?http://sleepingsolutions.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','L75l81mnWGM0qwDTyPBuQog4',0,1674412747.8490,353,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/4price.php?http://sleepingsolutions.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RgNBXJvHsSQ8MlIFtmE0qK1y',0,1674412753.3138,333,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/MARIJUANA.php?http://sleepingsolutions.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vGANdYKa7isR6FV5eLrc2zIb',0,1674412763.9507,437,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.fk.php?http://sleepingsolutions.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pvNjYIyz0l4XAocVMHOWEZgR',0,1674412770.6662,415,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/XxX.php?http://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','72uQflbxEmOIr1Cdth3yLZTK',0,1674412778.1667,376,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexuse.php?http://sleepingsolutions.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fmIBJvkxlsMyD7Tu3EhAPeFU',0,1674412785.0680,417,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Sendemail.php?http://sleepingsolutions.co.uk/Sendemail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GhfDunT8csmbg4BAet3EqSUO',0,1674412789.9701,607,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/content.php?http://sleepingsolutions.co.uk/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DRQMVoWXE0Y8JZfdz9LGSsTA',0,1674412796.2051,547,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leafmailer2.8.php?http://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RnM2F9gTZwECir1PDf3GY48V',0,1674412805.7953,856,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/olu.php?http://sleepingsolutions.co.uk/olu.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dnRZsN8aj4XJBHG0pmhqW7YM',0,1674412809.1271,490,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexusmailer%202.0.php?http://sleepingsolutions.co.uk/alexusmailer%202.0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gV3CRJzDsvupN28FXd7ofZ5M',0,1674412816.6142,428,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rss.php?http://sleepingsolutions.co.uk/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','G6NMb1n3mIDwpLcKd0yZqUOW',0,1674412823.1049,1114,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alexus-mailer.php?http://sleepingsolutions.co.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b6HOMmV9UNxlcKgR5TwujsAr',0,1674412827.9075,1033,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-file.php?http://sleepingsolutions.co.uk/wp-file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5SkORMr4lwHaiEPgUfJyotqK',0,1674412834.5742,498,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso2.php?http://sleepingsolutions.co.uk/wso2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X3CkZeds4T6Aqnmf8EVyrMB7',0,1674412839.4200,585,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wso1.php?http://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WxYLFkgzRsou59XNPqtI7Zml',0,1674412844.1175,425,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/olux.php?http://sleepingsolutions.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3lP0nHtbAwIRG2TBfFousJ1r',0,1674412847.7793,330,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-info.php?http://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SjhqfXyrc8t0HTivzDARFx5N',0,1674412854.5444,1577,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/xl.php?http://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5VG3gW072qXRidAmyYvtOsCQ',0,1674412862.4186,360,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-confiig.php?http://sleepingsolutions.co.uk/wp-confiig.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tTcZYvO8hXJkrMj26abGzKpF',0,1674412872.0041,537,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/file-manager.php?http://sleepingsolutions.co.uk/file-manager.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e0QU9dkSoE8uIqj1GWCcTghJ',0,1674412875.4288,377,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/uploader.php?http://sleepingsolutions.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o2z7ZJvLsMTYja5Wpd396S04',0,1674412883.2719,553,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/leafmailer.php?http://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','glePiUMbItQhcZWokAx0Gu1R',0,1674412888.9707,559,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rUo5hdM0JvcSVb4EwLZ6fKiB',0,1674412895.9004,475,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HGn3YAd8quWlNUEv7SK0sf6o',0,1674412902.5222,740,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/tmp_images/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/tmp_images/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fat4bB2KzjWGLsFUVqrdvCZu',0,1674412911.6137,561,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-admin/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nDoRIb6hykAgZS7iOtlHrEFq',0,1674412921.1417,1138,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-content/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ErePljStyMH5LDOKUhWZcFux',0,1674412929.1337,380,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-includes/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DRn3IqBxVsWgGi4uEaAzO97h',0,1674412936.8805,434,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rvsn3IzfGBA28mL70RVHbEq5',0,1674412943.8285,338,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VBRXl1GqSmMKvjwc5sDOPAkW',0,1674412949.0993,359,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/files/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Td3P7smhYbzx0KQUuD2NjSVB',0,1674412954.2783,371,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uAEHaR3ce1T4D9xlYmydZoPj',0,1674412961.7521,503,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22?http://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YQ70DZaVuxEgbUpv4dk3INnL',0,1674412969.0444,394,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rnFpgNIKCtjWOLVGHf9sEoAJ',0,1674412977.5522,451,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8KUecyF4vutHRXJ1l2roMw0T',0,1674412984.9030,1327,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa?http://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/perl.alfa','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QP3GSKYXhspUIjCkc9nyHr7T',0,1674412992.9455,376,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/date.php?http://sleepingsolutions.co.uk/date.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','yJNjwz29rGI6AoQKCHxEBSOk',0,1674412998.0735,335,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/about.php?http://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MwEJVmL8Te9jXCGDk7QzIyfP',0,1674413006.4267,641,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/alfaindex.php?http://sleepingsolutions.co.uk/alfaindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nJHw3O4KuxMBXSfeRDWyP6Qd',0,1674413012.0273,506,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/.alf.php?http://sleepingsolutions.co.uk/.alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XnRfKjsUyZgaTL58u19GNIzC',0,1674413020.7613,944,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/cekidot/alf.php?http://sleepingsolutions.co.uk/wp-content/plugins/cekidot/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OBJUEdMH62rXFv1Nz8nbADk0',0,1674413026.9623,1333,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/fw.php%22?http://sleepingsolutions.co.uk/wp-content/fw.php%22','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','k9LKOdDCG4aEPYpzRe08Hq5W',0,1674413038.2982,461,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/alfa.php?http://sleepingsolutions.co.uk/wp-content/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','itxEuZcng9jpGLb02aUR57MX',0,1674413043.4476,509,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/snd.php?http://sleepingsolutions.co.uk/snd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qGR7BdCW2pxub13fzy84kgDP',0,1674413048.3041,485,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-class.php?http://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WzCVbLJEX3jr0ialox1dTgfp',0,1674413054.8768,363,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/small.php?http://sleepingsolutions.co.uk/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qy8SKZDncOe6kNzbJwgmfuiL',0,1674413058.6166,406,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php?http://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qtypUY1M69gjC8VZXQmW7wd5',0,1674413068.0262,497,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php?http://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5cF0ZfUTBerDszH6IMiA1CSw',0,1674413075.2165,658,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache&http://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P9MJFYNj374UHCqzyt5blxhK',0,1674413078.8972,633,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php?http://sleepingsolutions.co.uk/wp-content/themes/gaukingo/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CAiQNEgcf8M0tFzTusDkXl6I',0,1674413085.8561,522,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/three-column-screen-layout/db.php?http://sleepingsolutions.co.uk/wp-content/plugins/three-column-screen-layout/db.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WSTmNC3Zw6Ph70RjploOFtix',0,1674413095.8140,612,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi&http://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YNEAM1ZziDseUkq9FL2vmPGj',0,1674413102.4704,571,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/index.html?http://sleepingsolutions.co.uk/wp-content/plugins/html404/index.html','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XOU0snBJ5SxiV7QPNAbFtrvc',0,1674413110.3594,612,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php?http://sleepingsolutions.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xjM5H1FkzK4B0YSqyQgL7NbI',0,1674413113.9118,529,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/Marvins.php?http://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HmgUYp78slN9ORfoMzc6Lvja',0,1674413121.8872,399,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php?http://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','34e2jPXfAQtlTMahBrmvLyIE',0,1674413129.4542,350,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/indoxploit.php?http://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qVBYrNtFTsbEMzKhik50ngP6',0,1674413136.8262,592,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/css-ready-sel/file.php?http://sleepingsolutions.co.uk/wp-content/plugins/css-ready-sel/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Fiw3eVSOXtnRlpjEH1UIh6yC',0,1674413146.2135,320,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/css-ready/file.php?http://sleepingsolutions.co.uk/wp-content/plugins/css-ready/file.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mBD0IGxKc9ySLqelVfA5TFuX',0,1674413152.1738,445,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/think.php?http://sleepingsolutions.co.uk/wp-content/think.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dNZOvWeT61sxXRifhStzIo7P',0,1674413159.9205,621,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/xccc.php?http://sleepingsolutions.co.uk/wp-content/plugins/html404/xccc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','znb7HTRkFeWKwO9oGrYJQt3l',0,1674413168.2869,341,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/cry.php.pjpeg?http://sleepingsolutions.co.uk/wp-content/plugins/html404/cry.php.pjpeg','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QDi2KGxaOoYJPr0LHCczRpkh',0,1674413177.8940,246,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/html404/wso25.php?http://sleepingsolutions.co.uk/wp-content/plugins/html404/wso25.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iphdaFLPuXznoICg7MRq2l9w',0,1674413186.8062,349,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php?http://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hHZ9GXMPck1TIumSFjLxg826',0,1674413194.9519,343,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/css.php?http://sleepingsolutions.co.uk/libraries/joomla/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','I7jS1xMdpwGcu8znOVJvmUKB',0,1674413200.9111,236,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u&http://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IZ0Q8cDr2A6MJTdXEHktLONV',0,1674413208.3901,422,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u&http://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3H9yu8PaOovgSmnWzJE7CGVM',0,1674413214.9704,824,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/images/vuln.php?http://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WwEdxXKARN1qPTQYJB4DG3ha',0,1674413218.3689,356,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/tmp/vuln.php?http://sleepingsolutions.co.uk/tmp/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dmYz4qMiTwlr95uyb1VW3evF',0,1674413222.3867,304,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/rxr.php?rxr&http://sleepingsolutions.co.uk/rxr.php?rxr','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pG8MA31D0WURBqKZuwvsTjcV',0,1674413228.6382,363,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/modules/modules/modules.php?http://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eXmYhCno6iuf48VkPxEjQUHg',0,1674413234.6061,1011,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/error.php?http://sleepingsolutions.co.uk/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UhWNFToOdiRD6e4VAgmQH0by',0,1674413245.5360,498,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/RxR.php?http://sleepingsolutions.co.uk/RxR.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1q58NTA6FvZKi3bzgeQHuY0U',0,1674413252.8396,445,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php?http://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uUhEegfmPcva5DYR3O0wki8W',0,1674413261.1600,360,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php?http://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','X7AqHyiYP0Ssc3UW8LTdZjIw',0,1674413267.5429,496,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/index.php?http://sleepingsolutions.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RzPhVnfZaxUpkXgu5W02N6Bl',0,1674413273.4068,504,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/error.php?http://sleepingsolutions.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','w2XiN8CRPGZ64EsDKlkYdV0p',0,1674413281.5201,564,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/isis/index.php?http://sleepingsolutions.co.uk/administrator/templates/isis/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iwsprgnbd5uv8HOVqlLjeG7o',0,1674413289.8941,361,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/administrator/templates/isis/error.php?http://sleepingsolutions.co.uk/administrator/templates/isis/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aGKCcYLby8EM2nz1o4i0ejWD',0,1674413295.2302,470,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez/index.php?http://sleepingsolutions.co.uk/templates/beez/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ePoqNC3V4t7MRLDaIHw5hgrf',0,1674413301.7200,655,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/ja_purity/index.php?http://sleepingsolutions.co.uk/templates/ja_purity/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EKFNU9mYXSJjW0pDR4rohaTk',0,1674413308.8129,336,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php?http://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gKcOIVHwzFM9NZL12UhjWv5i',0,1674413318.6663,305,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/+theme+/index.php?http://sleepingsolutions.co.uk/templates/+theme+/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IeZd6NwmlVFEuAtbGOR79fp8',0,1674413325.5310,745,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/+theme+/error.php?http://sleepingsolutions.co.uk/templates/+theme+/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h0i14pnjOZsABYkEg52VIlqK',0,1674413330.2834,342,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez3/index.php?http://sleepingsolutions.co.uk/templates/beez3/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eYF7UoMmN4QL19H5gspvkTJE',0,1674413334.6961,351,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez3/error.php?http://sleepingsolutions.co.uk/templates/beez3/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kG0DAVF3YMI91mCtby8w2qoL',0,1674413340.6460,530,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez5/index.php?http://sleepingsolutions.co.uk/templates/beez5/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j4oLFsWGOz8eYrBvVHpiu3PT',0,1674413344.4119,348,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez5/error.php?http://sleepingsolutions.co.uk/templates/beez5/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wldsEproWqXanuYm6HVUGjLC',0,1674413349.4582,697,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez_20/index.php?http://sleepingsolutions.co.uk/templates/beez_20/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XJEgvjL2hs7UrSF5WzxKYoRi',0,1674413355.9959,310,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/beez_20/error.php?http://sleepingsolutions.co.uk/templates/beez_20/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZQMxkET9hfyJbqB6aNvmPsX7',0,1674413362.9824,342,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/protostar/index.php?http://sleepingsolutions.co.uk/templates/protostar/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C4WJSfdjEtLgHaKz0Qn7l56k',0,1674413369.1009,392,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/protostar/error.php?http://sleepingsolutions.co.uk/templates/protostar/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GL2t9F84QT3RsoiCdf6IUShw',0,1674413376.4344,583,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/atomic/index.php?http://sleepingsolutions.co.uk/templates/atomic/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','658jbfayFGUDJBshoVAk1ltX',0,1674413384.8753,744,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/templates/atomic/error.php?http://sleepingsolutions.co.uk/templates/atomic/error.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wWbB0QRckJ3CmX6ArP8DjYiz',0,1674413393.3617,654,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php?http://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CATxUPYiy26HlpRrJKz5vnDM',0,1674413401.2652,1348,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/vuln.php?http://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b2o897rAxSEkIeF4jytvm3Oq',0,1674413406.9276,463,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/upel.php?http://sleepingsolutions.co.uk/upel.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y09xV3AvO2WGs4HYBZiq8boI',0,1674413411.2274,321,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/uploads/+year+/+month+/?http://sleepingsolutions.co.uk/wp-content/uploads/+year+/+month+/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EM7dkoe1TY04XShK2CrxgIuF',0,1674413420.5356,303,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/license.php?http://sleepingsolutions.co.uk/license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Lmsyb1YGeANXMk9QzrlvTpCx',0,1674413425.9201,290,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php?http://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cjXeIK9wDHUfnvNTZWOtY1aG',0,1674413431.7028,299,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/098.php?http://sleepingsolutions.co.uk/098.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aSRniq4g9clzdXQw7k28ZLxv',0,1674413438.4843,320,'','GET',403,0,700,0,1,'',0),('216.226.146.228',3638727396,'','https://sleepingsolutions.co.uk/new_license.php?http://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gd0NkOTi2F7qbaDCwrfRQZVx',0,1674413447.7058,373,'','GET',403,0,700,0,1,'',0),('69.16.228.42',1158734890,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','iDPNU2xX3gLbdvc75rHFmuKp',0,1674413485.1826,346,'','GET',403,0,520,0,1,'',0),('34.87.73.151',576145815,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','FdcHzwrlA10N39kY4XnEoeZB',0,1674413953.3496,358,'','GET',403,0,520,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=crypted','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-content\\/plugins\\/apikey\\/apikey.php?test=crypted\"}','PgVmzhxe3BlpHZ0ojAtT46b9',0,1674416270.4286,2092,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/1vMzV.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/ALFA_DATA\\/alfacgiapi\\/1vMzV.php\"}','sTjVZI2lAmanhFgQ1YfXwiox',0,1674416285.8764,1369,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/cyz.php?cyz=Fams\"}','4AJC8pHOm1DoSquLcQ0aXEsv',0,1674416285.8864,1717,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/Q5YUi4kA.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-content\\/plugins\\/dzs-zoomsounds\\/Q5YUi4kA.php\"}','bsgGEBocQ4MXafkrJxj75ude',0,1674416285.8744,1945,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/b4YJ6.php?zero=root','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/b4YJ6.php?zero=root\"}','es359NlAzrMi7UJ4hR2FPQnG',0,1674416285.8862,2310,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/1vMzV.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/css\\/ALFA_DATA\\/alfacgiapi\\/1vMzV.php\"}','WluyjQiH4MTe2P70IKrmO6g8',0,1674416293.0543,1898,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/cyz.php?cyz=Fams\"}','Y3DbfOFpPvC7xRoXnGZN1ute',0,1674416292.8301,2228,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/cyz.php?cyz=Fams','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/cyz.php?cyz=Fams\"}','mPgHJxrQaMzsXEyqcNi51ukG',0,1674416305.7418,2061,'','GET',403,0,700,0,1,'',0),('167.172.248.229',2813130981,'','https://sleepingsolutions.co.uk/alfacgiapi/1vMzV.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/alfacgiapi\\/1vMzV.php\"}','Jr19taMilz6UsfCqLuwjYkvN',0,1674416305.8263,2422,'','GET',403,0,700,0,1,'',0),('36.90.129.38',609911078,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','eFhI6jvyfctqRJzMSEgXs93u',0,1674418092.1995,1595,'','POST',403,0,600,0,1,'',0),('36.90.129.38',609911078,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','wLxMH8iX9bd64eZnJ0gAIqDU',0,1674418101.3888,508,'','POST',403,0,600,0,1,'',0),('27.2.254.120',453181048,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gtNE9XC8ls2P3m7VJqzuOp5W',0,1674418118.5743,1581,'','POST',403,0,600,0,1,'',0),('27.2.254.120',453181048,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ULqr9pNnzVfdbxyGj7cg8IZS',0,1674418126.7309,399,'','POST',403,0,600,0,1,'',0),('34.200.254.202',583597770,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','C1NRzskdUTmDXEYV0PbO7Kr4',0,1674418133.6448,1080,'','POST',403,0,600,0,1,'',0),('34.200.254.202',583597770,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2DMSVqN9rRobl3IpwcUsYeFa',0,1674418141.0086,465,'','POST',403,0,600,0,1,'',0),('46.36.146.6',774148614,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','UzekqotZPh9WSNldJrGjnvA2',0,1674418157.7711,1234,'','POST',403,0,600,0,1,'',0),('46.36.146.6',774148614,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gxLSmkFoyJHPYwubNZKCV8zl',0,1674418164.9316,470,'','POST',403,0,600,0,1,'',0),('185.18.133.184',3104998840,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Iq9HPOeWx5SQztyiG3EBmlFw',0,1674418234.1847,1766,'','POST',403,0,600,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BjqsNh9E4JYOybz1387rAtQX',0,1674419592.4775,253,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OTHPdm6IFgYGakL4bcuNViRw',0,1674419604.8110,268,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JtfhwqK3DvOmbkGQuP7Uyxln',0,1674419622.7611,291,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O4jagFhGL8kApIfYuxKet6TH',0,1674419633.6834,230,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-conetnt/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OulhbNBc5WP46UeH17IsnrpS',0,1674419644.4281,241,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HjCv7QgTANM5qxbE08Sac3rn',0,1674419668.2798,262,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wDWEvd18ux6cHyGFLh305gzI',0,1674419687.8145,345,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-admin/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yupj0N4bw63qCDmeFSMcXaiR',0,1674419731.9683,219,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LgIYUuhysw9cxDd7HVoX3pkG',0,1674419742.0438,233,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/leaf-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FDYWA3tL12qEXuxhCokSg8UV',0,1674419757.1285,216,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QyVzmSO3Aups6hndoHl4GC8Z',0,1674419769.8837,213,'','GET',403,0,700,0,1,'',0),('45.32.254.131',757137027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','z2bg1MQaEWUdVeKFZ3rJRmxh',0,1674419780.1735,257,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','niHR4yDPpmWwU9h7AxlN1VFs',0,1674419798.3873,247,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tscFrvCHd14fGhMnkx06DPeO',0,1674419808.6881,242,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-includes/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9uCS5wlgXVAYpqTy60Fb3UMI',0,1674419820.0045,240,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.tmb/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c3w6SplTaMWvJhtD8KroAbi7',0,1674419827.6683,217,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/mailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XlOI5WRfVA8FqP91cw63Cn7t',0,1674419833.2133,276,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','T1JDcRY5VFb2yEW4OhSHdU6j',0,1674419852.0269,217,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HitVQD5Uw0fFb8hSLdoZvqGP',0,1674419866.2188,246,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DzUwt4mVPvQbk2MThLWKJGjS',0,1674419876.0879,199,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BqfOyC1pNx6PkWo2R3wJglzb',0,1674419900.4022,240,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ezRZ14n3VwWg6JGkCTY5vBSj',0,1674419913.4664,219,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dzUYx13bqw2yrtDjmEuk7iaF',0,1674419926.5606,225,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6wrCWdQl9iDb3Jz7gUsXGZRO',0,1674419936.6979,206,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/28.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mH67TU4zglL1FKSNiGeJas8Q',0,1674419956.9026,210,'','GET',403,0,700,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','bZ1oUJA3qyDfd7XlWBRGeHK5',0,1674419959.0062,304,'','GET',403,0,520,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','uDmI6ya4Foq3CtTk7dgpBe9P',0,1674419961.0201,305,'','GET',403,0,520,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zVBn8QZH9MxAmpfehC1twRNu',0,1674419984.7711,225,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JmGNdA7CsfQbM2oxaXwWtZpn',0,1674419995.1433,234,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-content/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MYBCj9m4Zyc5Fp1H3dQA6IvR',0,1674420009.6969,206,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/wp-maiiler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VJfyRu93KsBkQN74tdAOSZYD',0,1674420017.9968,209,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UE0Qtwa9Cc5orbRsdkj3yF7v',0,1674420115.4874,287,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/.Wp-maiiler.phP','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','skP6Ba81uo5R9Hgh0LjQxT7M',0,1674420137.0881,251,'','GET',403,0,700,0,1,'',0),('20.14.84.163',336483491,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w2aZq6bvB3K7Xo9iAgHzp1T5',0,1674420145.4725,213,'','GET',403,0,700,0,1,'',0),('103.127.41.4',1736386820,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oSXFhH9El7vbNZfTs2AkJeUQ',0,1674420178.7801,286,'','GET',403,0,520,0,1,'',0),('125.164.20.80',2107905104,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','49PCAcodBqh06eStHfIijMVl',0,1674421687.1928,1149,'','GET',403,0,520,0,1,'',0),('17.241.227.109',301065069,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1475','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','v1zg0x72kYCJm8AOl9FN5Db6',0,1674421925.0735,231,'','GET',403,0,700,0,1,'',0),('17.241.227.79',301065039,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11336','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','TXiI4KJfQ3HyBz0cGbwDhx8Z',0,1674421996.3124,219,'','GET',403,0,700,0,1,'',0),('17.241.75.218',301026266,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15914','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','CoJpRAhnmX420vcTbrxkOPal',0,1674422084.1567,232,'','GET',403,0,700,0,1,'',0),('185.60.170.226',3107760866,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kZO3aXT9Dr7mIfoFx24WsbYQ',0,1674422473.0436,321,'','GET',403,0,520,0,1,'',0),('1.15.139.122',17795962,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6IEr2p8f3lLhkyX7nw5bJdTz',0,1674422693.3896,309,'','GET',403,0,520,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','UXZiSI0Y4gt1bBOPsH3ALvoD',0,1674424013.3308,462,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TPM4hDfUuRzrK2ybWpEO9SBm',0,1674424081.7355,259,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','yRMg1efVmB5dLO2CPvGwIZnq',0,1674424090.9624,213,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','91ykChcUYbf4GP5MKTXQLVEp',0,1674424225.9732,244,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','MS5HA01tXbI8ar2UjC4fn3yY',0,1674424226.2942,209,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aRzXMNO0A3YLPm8dCv2WrngI',0,1674424255.4328,208,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KYn7jNIkAXRrgPzebL6FZx95',0,1674424276.6153,1250,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','swGlhg5Byj3aF2UpmE04qYVR',0,1674424277.9438,234,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zRCqBtl9xOnESgyLup7MHJfQ',0,1674424289.2022,226,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Q9CabrTOgF68msufUHySAMId',0,1674424297.4371,209,'','GET',403,0,700,0,1,'',0),('167.71.229.255',2806507007,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','IDAXtyExF4HO3ur1szWmRQN7',0,1674424303.4547,263,'','GET',403,0,520,0,1,'',0),('148.72.244.186',2487809210,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','veFiqpY8wOcWEZKxnM3XLGdC',0,1674424520.3814,2010,'','POST',403,0,600,0,1,'',0),('34.143.149.238',579835374,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0MXfAHYSnpmNj5krRG7UcZEz',0,1674424573.5365,279,'','GET',403,0,520,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zrqvDHVcPR0Z49yWJYpuUBIS',0,1674424850.5173,212,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Jox4fF9Gq8geSpt1rmcwjD0W',0,1674425511.1645,216,'','GET',403,0,700,0,1,'',0),('20.203.135.203',348882891,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','zFd9xrwEXYbJnART4iMZDNCf',0,1674425550.7447,207,'','GET',403,0,700,0,1,'',0),('125.164.16.89',2107904089,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','1ErD6Y7k0uZRQM4s5C2OzdiL',0,1674426279.8437,1102,'','GET',403,0,520,0,1,'',0),('69.55.54.119',1161246327,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','J2p8SYlAsk0htbIDQjBPFEc7',0,1674427184.7204,272,'','GET',403,0,520,0,1,'',0),('178.208.67.32',2999993120,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','WCgEfm6r2y3iTZ0etaFIcL5R',0,1674428376.3280,344,'','GET',403,0,520,0,1,'',0),('167.86.100.73',2807456841,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ElXp5JjF8gW3neQUH6cAxdqK',0,1674428738.5660,263,'','GET',403,0,520,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2402','','{\"1\":\"Googlebot-Image\\/1.0\"}','YGbn4OE1lKBoTLSIzRp3UNCm',0,1674429410.2962,242,'','GET',403,0,700,0,1,'',0),('17.241.227.190',301065150,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1476','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','r3CGVo6bdilPYFyspEBM9ZtN',0,1674429934.0319,227,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','JB9FUfPIQMShpD28lTjxO4ru',0,1674430453.9192,348,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','4cCwuXaG3bj79evILMnlzJSV',0,1674430456.3092,296,'','GET',403,0,520,0,1,'',0),('17.241.227.103',301065063,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13601','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','EFPGBcWxysjzK5X27w1JLOC3',0,1674430617.0710,238,'','GET',403,0,700,0,1,'',0),('17.241.75.243',301026291,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1427','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','IrY3NzOxeuv6sUS1fCQJ890W',0,1674431087.6595,264,'','GET',403,0,700,0,1,'',0),('188.166.149.6',3165033734,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Ot1Gy5xfwhTukeXj4lbCD9Ns',0,1674431812.6908,284,'','GET',403,0,520,0,1,'',0),('17.241.219.11',301062923,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15959','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Uzy2C3Yuc7qJAMWR9QOodZrv',0,1674435267.4801,219,'','GET',403,0,700,0,1,'',0),('78.46.82.123',1311658619,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','n1GmJqv35LA7bkopYzV2Q89H',0,1674436620.6807,278,'','GET',403,0,520,0,1,'',0),('125.164.18.84',2107904596,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','S6lCgMUvRrNch4T8teOB7KiZ',0,1674437226.7592,397,'','GET',403,0,520,0,1,'',0),('17.241.219.195',301063107,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1891','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Fh1PjUOoQGdrYmHKNwV5DBte',0,1674437846.9161,546,'','GET',403,0,700,0,1,'',0),('175.178.160.253',2947719421,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EIRF1vxXjm5TZsUQfCnPK3V2',0,1674438419.4270,264,'','GET',403,0,520,0,1,'',0),('17.241.75.145',301026193,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14760','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','d9C2EbTUI4QhPStmfZw85kO1',0,1674438975.6688,246,'','GET',403,0,700,0,1,'',0),('185.60.170.226',3107760866,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0VPuwX5EYSC324DRZF1Wgtja',0,1674439477.5653,285,'','GET',403,0,520,0,1,'',0),('34.75.221.29',575397149,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','E8HlqjbDY1UXAFRiV4m9kwex',0,1674439868.5498,339,'','GET',403,0,520,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iK9GlSF0Yf6wxtQa3EJUrB8m',0,1674439887.1356,240,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TjE361nXRbLtdmlfh0qsH2CA',0,1674439887.6053,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WPFLqhS7O9Ibvi1gVr50Rdpc',0,1674439888.0063,380,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qc5OTHwtRfUzJ7pkBDjl2AsK',0,1674439892.2765,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dNTeg80shOGuXqE3oZD5cmzl',0,1674439892.6615,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WnFLS1y9ivZOlACpmGT72jMY',0,1674439893.0819,180,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GN5692va8F0yYsLlr4fhDcAZ',0,1674439897.0735,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4nbkwef5CxoTHsGKuh73zUmd',0,1674439897.4773,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LGkiEj7548hP320bZd6YavJS',0,1674439897.8490,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','V4OSd9GzxPykUf06raYvCDbK',0,1674439902.2068,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','cOuviJjmHLqW6wr5TVF1DtEX',0,1674439902.5946,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Qkn4MSYicJsEzG3uF6emLhwH',0,1674439903.2066,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FGSIU5qzPMbw26vlunaoBDA3',0,1674439908.8609,248,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HmyKnqlPos9L4xgJfYN7Mb5a',0,1674439909.3210,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','EjKA875ce3dYmpCiM4SsJTNl',0,1674439909.7265,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3KbOAtvxTkQYRh8uVDyIJSW7',0,1674439915.5881,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','A21qphyWRdtsxvMV3njIewcQ',0,1674439915.9877,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','iu6o0ljOydVWrJ4AEZm9BUQF',0,1674439916.4347,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VlsorqIL8tPmc9XpvkZni3be',0,1674439921.5377,227,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XKmC4Gk93fOd67RbcNzMuJQW',0,1674439922.0505,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','a2VDlLGEzvHAS8TxoFbUkfId',0,1674439922.4641,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Nm7nvDIeiXqSx1y4WMdlCsQt',0,1674439927.7870,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qTvLzxX2D9R3OIrhJ0UmuYoA',0,1674439928.2108,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','eSNdEbjgvcqzWJ2nYMQu5X8G',0,1674439928.6469,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fmiGZ74MslVdJoUwLKqSR2Xb',0,1674439933.7636,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZmPdWGJh6DkF05xoVuUYTCjw',0,1674439934.1618,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HOZK8FyhaTXvuVNodDmLMgjw',0,1674439934.6131,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oFI6xO4znD2gldEfHkyhNwmA',0,1674439940.1225,270,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2keCWGolZPdj7UNFEbDcmgH4',0,1674439940.6257,256,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/upload/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VALRGIt9WdU3Slr4QYkZHvxf',0,1674439941.1929,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','20tniEIUdbNVzp8CmyowJ3Lk',0,1674439947.0373,248,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rUbL4SncYDCPfOkpAIM085my',0,1674439947.5614,229,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JeIfMay2cn1jxz9OwGD7LsHu',0,1674439947.9989,485,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BkLe2aUP6Vg8wAd3ncxbfpEI',0,1674439954.8226,235,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','u1snN2A7RrX5pbIMBjCHq63m',0,1674439955.2854,319,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/assets/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ym5vfipPXbU0j8Qg1sqckB2S',0,1674439955.9081,362,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fTCv9FXUqcmWpert5ADoJ3PG',0,1674439961.3436,302,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Q6eO1kYUApNmwMRzSdjf2Xli',0,1674439961.8479,236,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AMt2EHR8wW1hjn5opsqv9mDu',0,1674439962.2800,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nKMPkmFjuWBlV1HzOI7ve4sL',0,1674439967.5184,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7UAtZKok5h0WxHzsXlSMIJ4R',0,1674439967.9331,231,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/ALFA_DATA/alfacgiapi/wp-content/uploads/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qUr9mLNGM6d8c12loYZDyw5P',0,1674439968.3856,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','0qmBOQIwvz8LdgGSEpAKVW2D',0,1674439974.7846,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qTkWYcg07zmrHbs84fJCQvoE',0,1674439975.1822,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','UtTl6kZreRjxmCPoDIMEVgL9',0,1674439975.6023,205,'','GET',403,0,700,0,1,'',0),('157.55.39.200',2637637576,'','https://sleepingsolutions.co.uk/home.php?cat=2264','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','pk5BK62nLaTNfWtFDhuR8ZSd',0,1674439978.9343,249,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GnCzPFTBekdg7D9ltEZUop1b',0,1674439980.2417,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZvdF9a47xClTB2yVORcXgtLq',0,1674439980.6479,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4Aq6iCTGuUSHkLWyDEfpvsow',0,1674439981.0921,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aZcJoMAFszfDtBdO8VEqX29U',0,1674439988.1928,241,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FQuceSgNTV8HOJ7RYK3W1mfP',0,1674439988.6530,257,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','40lMPKRqvQ2eVA9w6XS8iYkB',0,1674439989.1246,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CoWPfS7Er6GyV2lm50KiXAJM',0,1674439995.7794,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZfcG31WyISdBU75qm24uKviH',0,1674439996.1799,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','aHI8As5NjlqD2FcupQEJmRxX',0,1674439996.6326,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9zfcUpSP7WCxi08GswEV5NJH',0,1674440002.4065,234,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Nxbro3Y7wPAOUTisBqj1QD02',0,1674440002.8702,212,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/themes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','LvT8ohPSCNpmjfEDkH0FW7xy',0,1674440003.3136,257,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3ozTqisWbSV27P1GER8vhJCr',0,1674440008.9880,192,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','h3LOu5lYnI9oGBkCPe6p1TX7',0,1674440009.3919,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','3j1QCUKWHTtL0RAsVwvBnDyz',0,1674440009.9201,245,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8HP5v6gjN4SamFVLKebBO0uQ',0,1674440014.7984,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','1w3FRlA7c5meVbZILBu9rYH6',0,1674440015.2234,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/upgrade/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','tmPs95qAX46aSyMLGkBIuCQe',0,1674440015.6686,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','gXbwO5pUkK79AG2Cjhd8LSDc',0,1674440026.9635,222,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NGK5uJFbk2ElvhpqdxBYL4c7',0,1674440027.4101,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ltz8d7cTb4gN6kmsIK1SYPZ5',0,1674440027.8149,197,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ABVr7LTCthEMYW8gQfHn0UJG',0,1674440034.2733,239,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zNhUwr6tHqSM8sgOeiYj4v3R',0,1674440035.1343,209,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-content/plugins/library/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wRpMe9v6JhZqoiGHOBQ4n3Da',0,1674440035.5648,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lju31v4Rd9axkLHPUnmEWSrX',0,1674440042.4391,194,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','62QnJzLls5HKNkG8Oria4M1Y',0,1674440042.8467,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VJXLmu0iHEBvDYKSsM8FdZkN',0,1674440043.3356,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RO5CtLoYjank06mIBq7NUEGu',0,1674440050.2697,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YXaGeL86nQBwprbRUFNyv1Zc',0,1674440050.7400,284,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','E0XS2AI1QqB3NmpxeK8JL9iC',0,1674440051.6239,618,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','abMRFgXvc8Ulw23rGNjAyZi1',0,1674440057.7185,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','uG80YMcOlibRVrCmky1ZBH9z',0,1674440058.1331,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OndIZXmjQM8UuHFq4wGShokl',0,1674440058.5509,177,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RCWh0xweTkbULiFNQPfaHl6V',0,1674440064.9371,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','WXi2RbPqQhvdxUGeZ9Mkol68',0,1674440065.3996,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ws0HrxvQ1KewyRfbq7d8gCMh',0,1674440065.8065,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2dt6p8giTencboQZ0jKIVwqs',0,1674440071.4320,188,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vnQjgAFiW2VtezDHPkRCIT8d',0,1674440071.8182,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','VwEATLb5fKPevacn2pIkUN1C',0,1674440072.1811,200,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FHY2xlW8QXG3Z6UgTPMLRtdw',0,1674440078.0993,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','dB9rDvqUjw7mXcGE6HsgONnP',0,1674440078.7312,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','5eObYzgApyuFjHtG8wakC4MW',0,1674440079.1552,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ajosTlY5SInv68RkDQNdZwVK',0,1674440083.7062,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HNhVopFabs9Kvey8gPQ1WdE5',0,1674440084.2134,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','IZHNCbQo1gDsRcq6u9K7aX50',0,1674440084.6443,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nrMtGVKug4EUPlDaHT1cCmA0',0,1674440090.5027,277,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','M8ZmGkaHP7yEFR0sgCeTzUbj',0,1674440091.0119,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/acme-challenge/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4NMTmqPCrl12bKzZgHaUkfit',0,1674440091.4366,178,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','rqh1gMsCyUtA2zFEDImupbcZ',0,1674440097.8840,733,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','YwzH9580qbs2yZnWGAmgt4ci',0,1674440098.8353,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7hmw1zURPaiWMLY0y4xdD8HI',0,1674440099.2576,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xilcKN2rmpedaZ1zF8wRfCH4',0,1674440104.9852,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PkNDUq1GY3OAi5t4ZHMTonyL',0,1674440105.4416,191,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.well-known/pki-validation/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','TMZi2ryBzcXFQhnuU3vskIpG',0,1674440105.8135,206,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','8RxTN6lWiw5FA0JeKqz1I3dj',0,1674440109.8086,176,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AYlpk5JHv3Mb1PrdDnagT0y2',0,1674440110.1646,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','zjXqRnL2otNE0hCiKOeAIYB4',0,1674440110.5565,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','q3NHGWkdeaYlUTiOLFfDpIcu',0,1674440114.7310,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','2QpXMwENmcbRrJCKy0ul9T8z',0,1674440115.1009,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.tmb/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','CbFvoieTqVclxr1hnHwgpSGN',0,1674440115.4821,227,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Qbo6qYaGOKBLCvctVSZukUW1',0,1674440119.6143,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','APBeTRlj0IhwVxp9zK5ya83u',0,1674440119.9807,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Cn3Ul1IHP5gWomkfR2XD0Ytx',0,1674440120.3762,175,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','i8P5yGATp2fI0dEFZheXR1xD',0,1674440124.5416,207,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Mmhk3znSLbpKgXdlBN1T2yiV',0,1674440124.9379,183,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/.quarantine/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','hWSnCd2GZc3XNLzlgTkuj5Mt',0,1674440125.3134,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DFmPrAqbaJXgL0Tcs7ok183B',0,1674440129.6607,253,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','BeaNd2H9qC3O1R6Xm4lJw0oE',0,1674440130.1119,223,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','HIRDi81XMLGhvqa5dy9ZAxYg',0,1674440130.5245,195,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fUHrY6btNZMK9xjRnXGwpAB0',0,1674440134.7570,385,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sj146qe79Kc20pXHWIJazTQd',0,1674440135.3304,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/cgi-bin/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GchIVHEKa95ulSstWTine2Df',0,1674440135.6923,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','B4ZsSefl9KDoRtAvxUChgiNT',0,1674440139.8864,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','C8f1a7FyzUgrKXe6jZbQOi9l',0,1674440140.2555,282,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fLbVDcA04t8mJwjKNhTe6xdI',0,1674440140.7462,201,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','q9oheG8AFc5aPIYMQzHWdbDi',0,1674440145.0540,187,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','edCQwtNnXrvDUxuLHP12SgfG',0,1674440145.4263,184,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/images/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','qxE7IbOGngzV1JkDMA5Wor93',0,1674440145.8048,193,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','jeOsXPMUKxigcDL4R0ftJpor',0,1674440149.8826,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ReGhUKExqSA7czFZHfdbn23j',0,1674440150.2830,204,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','xYlGWAtkvF62zIQDeMKcpiLO',0,1674440150.6574,199,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','7UWrlgeoVv68ai0CuycDMKkZ',0,1674440155.5668,221,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','o5nvSQhf8UX10DOVtIJERNKj',0,1674440156.0009,190,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/components/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','yMcj8V1m4tgdpuH3Jr7REUPh',0,1674440156.6492,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','PQKxj7aIiuZqWGXoRfEpV3bm',0,1674440160.8657,234,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','meRWJDvytiZwBaTlVKPMhExz',0,1674440161.2844,277,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Pg7RMpZXVEmtql21fkizs08D',0,1674440161.7739,232,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','5hfHzWv0q93gkCT4nlGxKa2S',0,1674440166.0665,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','9h7UcbD6QI5RBWGpOzgudLC1',0,1674440166.4527,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wordpress/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','eG2XJ9ilZ73NLtA5R8adWjyY',0,1674440166.8206,258,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Mv2fzQ3RGa8XOrtTHhuKBSkI',0,1674440171.0574,317,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','XN64rx8wSsA2RknZ15yJquDl',0,1674440171.5642,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','vPDrKjn5TbiLdARqEBOJX8ck',0,1674440171.9401,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','NMSV6OZ8fcDHRrqob4Pxsjvu',0,1674440176.4671,202,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','K9k3jsDx0BF1yu52fJQpNYZT',0,1674440176.8557,205,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/wp/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nuG2U0pHr4f5yhQVvz9xs1eq',0,1674440177.2432,214,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','5NzcsbRFjW43kdytXrMZKpDL',0,1674440181.6289,310,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','RoT0CrZm4a5gjlizf3DSGhbY',0,1674440182.1413,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','hmGIFJvxrT9352lZjUfiVebK',0,1674440182.5524,213,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Ij1VPTedniJG8gvB0w6DhcrY',0,1674440186.7291,189,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','hHUwTqXYzeZaQGKvF7Ndr0I4',0,1674440187.0999,211,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/blog/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ntGwb20AYzCr895Sg4OimvXq',0,1674440187.4914,208,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','lqhgivHtxwaOnYd1AzCeJ0G7',0,1674440192.0688,231,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Xq0Vc4fCMo6SWJpidul52rgG',0,1674440192.4979,277,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','AealkVf2m6zh9FZ3C5UP4bdw',0,1674440192.9655,252,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','FWq0KS26jXQEx1bcDNTApVz7',0,1674440197.2095,203,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','nNbr2ohBudXDq7zE8UTsQHk3',0,1674440197.5971,210,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/new/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','GnsX6NTaHiIwcZS0fePrzE2p',0,1674440197.9992,181,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','OIZNYXaJ9gukvnWi7MD3PtpV',0,1674440202.2672,230,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','DINmOxw0fbZuiQUjVsloYM9J',0,1674440202.6888,263,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Q9bxmU0KlIjiA2RfhX1yMEZ8',0,1674440203.1477,216,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4AalmIiwk1fb2RoEWqVZ3GTc',0,1674440207.5485,198,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','oBORFs2SiMP7YLpbrGtWzw30',0,1674440207.9644,215,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/old/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','JeP25qRVhuc7wGSYFNyBUd38',0,1674440208.4667,247,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','069XHyd2TngYPjosmEIaMZNC',0,1674440217.2431,196,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','fGHQDhvdel4Zo6Sbai3xMRLF',0,1674440217.8087,214,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','wymUed9MNPasbFWz5vlnYOTc',0,1674440218.2917,275,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/index.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4BhwFsn9xMY8poqryctHQNKW',0,1674440223.9483,185,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/radio.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4MA9UF8lZxLfmSjrDikb3nqX',0,1674440224.5761,226,'','GET',403,0,700,0,1,'',0),('35.183.107.9',599223049,'','https://sleepingsolutions.co.uk/backup/ALFA_DATA/alfacgiapi/404.php?bx=0e215962017','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','pvJQUsKh7GfMcnEjN1OB6IFk',0,1674440225.0081,231,'','GET',403,0,700,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2144','','{\"1\":\"Googlebot-Image\\/1.0\"}','VMa9cTAZBLkegyPWKojvwCDh',0,1674440271.4707,281,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1gfr64JpAYSeMlV9nZEkxtQO',0,1674440598.3883,4442,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Uyj1pY9QVJeL6zRGlquKDI07',0,1674440604.4129,214,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IefUEywDaN19prhKjkHxTMBm',0,1674440605.9264,525,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','09Yg1E3CDRkPzsbB2e8OfHuw',0,1674440607.4894,577,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ao1d7LPv8wnKr09t6kqpgciC',0,1674440608.5874,350,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/alpha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LWgSwuDi5J6Cnx4KPeoX82cr',0,1674440609.5046,820,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aClk8Ti7rR4yOqPoGvFe92Sz',0,1674440611.3887,939,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qIoNOCDG8vp9r5yZV3WmiJtg',0,1674440613.7064,1122,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z59hjX4sWYBHnS2uAgiDOd8w',0,1674440615.6726,720,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Vy8kMTtcfKA2QvxbuEHZaJeW',0,1674440617.6875,647,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/sender.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QgkiNvTC3VuPfqrt0bYsJ19R',0,1674440619.4943,227,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/inbox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9FV3BJZluxIHrchoOd1GgCab',0,1674440620.4068,187,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eHk41Rfph2FcE7PAOYBrXi8Q',0,1674440621.1990,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vpnr7xUROjuJBQlmXK1VS5W0',0,1674440621.5745,206,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','p7POukfSXNGVJwLD2xWy3AdR',0,1674440622.8390,273,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','I9XSamiqGkBpjYAJyDu3gvhw',0,1674440623.2684,264,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SvJDZ1fjA8ELqo2kdx6KcQiX',0,1674440624.0805,240,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8ebkJBAjyMWEKDivn7fF2XPY',0,1674440624.9799,243,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9db62DTxXeuUvOFiwLmShBQn',0,1674440625.6950,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UHlYceAFqysJ2f7BrQCLg1jX',0,1674440626.1702,259,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mNrRFGxwSlV4nqUBD8Ifa0eX',0,1674440626.7758,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lr6RqB3zvhbH0jXZ8NGgE5nM',0,1674440627.3850,190,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HwTKG3q9pP1tkrYybBjSVNnW',0,1674440628.0241,187,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wGv6VId0QTc8aFkMOL7liCgr',0,1674440628.6397,201,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','on0B5mJZEex1XDcsNIaQyGLr',0,1674440629.3363,219,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4Fi2Z9AeXHsTC8owzS0DKxa7',0,1674440630.4206,197,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o2wLdnGhkE8NDbe9KYORQxsU',0,1674440631.6098,182,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tqVSOjUd9Rop6c4rhsmi1lF0',0,1674440631.9880,354,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hQzCPUy0qfVX9WJNnbOFL7i3',0,1674440632.7472,211,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z6HvN9dAfFJQwPT4jOcUKriG',0,1674440633.3812,216,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gJ9iEGQFwhvHVa6cB08jWbmI',0,1674440633.9418,619,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lfVtPkRidrmjbHE86cGJhK23',0,1674440635.3674,197,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Igx0zRmWuGLBFAs9NZYfTCpo',0,1674440636.1867,1064,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0kA4rfvLdMp8GmwZOKTgotQ6',0,1674440637.7843,828,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mf1tIJuX2waOEnPpqHzFN653',0,1674440638.9524,250,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qsCgOtRu4TplZIEVhaA8Grjn',0,1674440639.4328,177,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jXmKYSJqZynW6sHbuila94fx',0,1674440639.7619,188,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','49GfI5bQ7TnmsWBY8tgCejOJ',0,1674440640.3277,267,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OUn3jr0eICWywvs9PK8T5JYt',0,1674440641.0935,215,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CN9HdiWMLUt0De3FwrV71pvm',0,1674440642.0781,191,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1UmlvestCYwqjL8TxGh3bK6A',0,1674440642.7994,197,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','geEapIPX3s41LVnB8DWSARc6',0,1674440643.1469,248,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Gxi3tgI5Nqy8jMH6reAh9bCF',0,1674440643.6838,265,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NcxZVfLw1O7sQgayKtj80eBH',0,1674440644.1791,227,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3a05LkCGE7tpKl1Moxhj8sBg',0,1674440644.7706,309,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5Q3WCrIuJeYFfdnTiV1jGgHK',0,1674440645.2876,181,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','whv8XEzZ0bJ5u39d4jTUsaBW',0,1674440646.5327,217,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','crMzpt6DOUBRKivju5bf2F0o',0,1674440647.1946,245,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AT4u81GpJWoEq9063fZRnsNP',0,1674440647.9361,179,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kWZpRNHzta5wAiblCTVLGFrJ',0,1674440649.2095,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sBIuziYepvALOrExdqkgN6C8',0,1674440649.9313,251,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bIBJqzNlhk9nH8eOpDXFcCQs',0,1674440650.8030,247,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mR40JUMKfyThGetHcw2s5dBP',0,1674440651.6015,247,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QzoU510OemxV4tXYFWncLdfR',0,1674440652.0525,181,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZaJtAzrMuHf3B91jq2LcXbVo',0,1674440652.4259,263,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','riMdubN30KRwc467QSoFWZ8B',0,1674440653.2168,198,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','G0jkzwKF5YOoeCNS8JXqZtvA',0,1674440653.6364,220,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','t6BcRIvyXaUdQFM0E2z9rTWZ',0,1674440654.7560,240,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TurcB7DmnCNshkjS5HlGybEM',0,1674440655.3153,215,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5CA7WOKcn2jR3gl0t86YHBQq',0,1674440655.7472,178,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L0DkRBEPHCZAjzgdGUQfsW8h',0,1674440656.2556,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GEUy1cC6VIZDKnwaQNJx2HWq',0,1674440656.6031,227,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YhcdL0SAtCwHRpeUKEM6Jgy8',0,1674440657.0627,201,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jAveWLnPwIpBiNu0EY2qoxFT',0,1674440657.4478,217,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tKXcn0SGgvWL2pCJDFfR8jbO',0,1674440658.4805,197,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XvABf0ekSbdKHJzWVI9qx2ph',0,1674440659.6367,197,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','V4TFO1HRfqSPcB0MvGCoAQhk',0,1674440660.2715,219,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','spIoN6LM3w1ixCSHA0yEBPDt',0,1674440660.7444,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YrpNb6XBlaPFM1UVedL0Sm4s',0,1674440661.2015,514,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y3glUrkBIiu4h97ExwzGJ1pD',0,1674440662.5058,508,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9t186VychiNJLPR0gGHjfbzD',0,1674440663.2063,208,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tWCE1M5Lfm7BcOrAGk8g3Tda',0,1674440663.6169,206,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c8rbtQvuK0RlTVUyxmDJBCYP',0,1674440664.0200,246,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hQjrVGLnyUI6120MZ5E4bOgi',0,1674440664.4958,799,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','34RfdlZQoCweGPsKBcFnzAj2',0,1674440666.0823,887,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FB8Pu2n1Jt4wxMQqLHUVeygj',0,1674440667.9425,1016,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZW3QVkFzgO4ityuodfv18K9l',0,1674440669.4919,306,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9uWjTcgXxHo0dRAza7nE86VQ',0,1674440670.2903,1480,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K3TxM2uhnbVEmdUopw4levFz',0,1674440672.2906,1380,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FDKVL8likjWMAn5Jfd3vy1Yq',0,1674440674.7716,1205,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','InaJgs5yVpfuqDb2mNRAwzjo',0,1674440676.4029,248,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XRup0NoxndDTWG9P4KBH5fVi',0,1674440677.0683,707,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5CneNF8JzW4x60UwIqSsEToa',0,1674440678.0278,1542,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NsgMGIbF4OfRe1iykn9Z0mVJ',0,1674440680.1751,1185,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4N08AFjnWKRZYIOBsbSgGE3u',0,1674440682.2835,1255,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ziaK5LBm2GD1TREpWt43UCPy',0,1674440683.7992,769,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','H8Cjy43BuiwONR0DVhfUEaGd',0,1674440684.8451,289,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','skihALnr5RCVUfGXWSpevN60',0,1674440685.4954,202,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YN0WTEZJ8BLgchxDGFdvn9SH',0,1674440686.1763,204,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FJPxR0p7BktdhHIU63OmGu21',0,1674440686.6500,218,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','h47wfsCu5rdXtDFq0JIvZcmP',0,1674440687.4738,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O4ekrXCN3j6uA7mPyTtLfgnW',0,1674440687.9327,329,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qtTkgjinKAE7CMBFsW9bDSNR',0,1674440688.5055,221,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wVbTiYQHSqpf3D0tPWXaAGv4',0,1674440688.9951,201,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CALs2HM3vxzRpwfEFYIPgkeV',0,1674440689.4388,188,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EB8eNMD4LPUWtRdoGzhnFuSK',0,1674440691.0944,227,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HfXSt4QyWC0kv2qPRl9s7Zzo',0,1674440691.8473,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lVKtek4v5NprMmfG1XCH0wPO',0,1674440692.5442,209,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','INwUcuHV0rtvlxe7i3mCFL4K',0,1674440693.1797,191,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6elRwEoczM1OLSUFDtT07BY4',0,1674440693.7607,817,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OlV3uHe7PZzg0armib4LspXk',0,1674440694.9465,183,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uky6z7UxEd9Yrf1XmMR2QcNw',0,1674440695.8292,232,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','E8fl2oSb0GRziAahZM57mcPC',0,1674440696.4453,198,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CIN1bRydcJu35znpUVWSwfP0',0,1674440696.8686,185,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nX3Kadx15oQ6bhMWAvNEOfrl',0,1674440697.2272,206,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Yklb73v0Ar8mDFGI1E2cVPwL',0,1674440697.7795,222,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UDiTXraLNHyB60Wv8pxzc7l3',0,1674440698.3462,212,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','e60ILEQoFdaGNMgYfJ9sqx2Z',0,1674440699.1342,208,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','V03odObsgfQKC5ArkG28Z9Xv',0,1674440699.7115,221,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UHhQ5uIi17gaFsAmkKvCqEPS',0,1674440700.6327,228,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yxiSaoVDPJw2m0n6jROhLMks',0,1674440701.2309,193,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wiF975Lg2r3PHXAl6ftYusbI',0,1674440701.6889,189,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VqczGBy29l31jLdnoKWXpush',0,1674440702.4012,194,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','J9oafbO8nEiUuYGFKgAdwTLl',0,1674440703.0430,268,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jJNznm2WFeCroXpkhif6lUBa',0,1674440703.5174,237,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8JOnNWCBrLUAPbD3XZv5FYGR',0,1674440704.0208,217,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BO29xXIwfuMivsDJh35oeHNZ',0,1674440704.7835,181,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aEfAU8DkGQ6xzS7ZK4MpR3oX',0,1674440705.6799,210,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KI1gF5JkXCPwLvNs42RuAbiq',0,1674440706.1115,258,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d8JS5WEc6bOAlVNQRsmvPG2f',0,1674440706.5991,192,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8UTCDyphxjMWJBXeRPcAidan',0,1674440707.1885,196,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eu2NfFZAaQiEMtIqd9rG36Vm',0,1674440707.6475,195,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UgKuEfBp8h64y7kVjW1twPdL',0,1674440708.4092,207,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','omINWsljDpMx4d9fEGi2wyXP',0,1674440709.2127,227,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jeRHfJULED9xsSqoFymngI8K',0,1674440709.6915,225,'','GET',403,0,700,0,1,'',0),('160.176.20.205',2695894221,'','https://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','S2OCfwY98Xju5pxJcsB0bqHK',0,1674440710.1303,199,'','GET',403,0,700,0,1,'',0),('125.164.23.133',2107905925,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','QGz0ZavsMTc1yHEkrVBNSXFI',0,1674440806.6304,282,'','GET',403,0,520,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','dK7gtaVHBUM2fGSjkTFh0Y34',0,1674440898.1674,349,'','GET',403,0,520,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','lNcokLI2EbTKA4JVYmvutOFP',0,1674440899.3573,682,'','GET',403,0,520,0,1,'',0),('178.128.31.204',2994741196,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','4abVj7FqecrALUpN6KsS5Did',0,1674441944.6524,392,'','GET',403,0,520,0,1,'',0),('209.188.7.148',3518760852,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6SmwaV5sjQ01pk8AnbKiycLN',0,1674442725.7996,296,'','GET',403,0,520,0,1,'',0),('66.248.237.69',1123609925,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nOs84pTuj9ILreqJHiy1PaCM',0,1674445378.1189,437,'','GET',403,0,520,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iY095cSatDWyVdTjGAMnFOkC',0,1674448416.0512,330,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iMzB2A15voeXLslEc3Sm9rdn',0,1674448417.1515,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','upyRHLBCzImViZ47D9df6TXk',0,1674448418.0605,212,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mv7przOlk28mdZ4Etg9cPAax',0,1674448418.9747,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kysIHvZjPgUElGRq64JcnSbO',0,1674448419.8696,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AKOSfktyM3BYGDgLZrvVsij1',0,1674448420.8840,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','aWvEAXTBPnfGH8Yy4tg2bclU',0,1674448421.8103,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sWV2pRUAFgoCNHrn3iOTtvKS',0,1674448422.7432,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sXweQOEVGpq2ZFoM6lfPuiY3',0,1674448423.6685,245,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','z5p9rEudaOishfjQ2F1YJb6o',0,1674448424.6608,184,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NAVW0RQK3219Gam8YEBU4fzC',0,1674448425.5357,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Bn2J0vurSxUbctLPkgC8w1Gd',0,1674448426.4606,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','lEDrsZVdwCjtO0WveGoTPy13',0,1674448427.3533,172,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','D3F8xSV4YC5RLHUulIKkPOQd',0,1674448428.2360,210,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','436wSerpBQiV8CFEhOZtglNR',0,1674448429.1501,205,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EXqLZhifwFWQcImKyMbUSaNp',0,1674448430.0938,221,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','B9hTGsLegxUbcvKAZNyMjIt6',0,1674448431.0325,177,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SKB1YpAETHVyiJkZOWUqxd2F',0,1674448431.8982,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hzQqIp6xKZSw1uFLErmfAyWb',0,1674448432.7884,186,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vOuJWFj6SMk3tUoeG40xhPig',0,1674448433.6752,225,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XfhaN9GInP7uE5rpsbUqWdCl',0,1674448434.6075,212,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RkzyS2lJxgUW9dZKpsBom4tn',0,1674448435.8771,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0Bt2mEUoipdr8xuHClqnRWzQ',0,1674448436.8302,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mgb2QHXD7185ycW6pOJYACzI',0,1674448437.7555,191,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','N6zwXtQgkm3p9CdHveacIOR8',0,1674448438.7319,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UG5xibprYa3tZnA7zVu6vEPM',0,1674448439.6503,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cv6mK27qhe10lAOz9XEIQd8Y',0,1674448440.5602,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VMphZu08lmU1bYq6gEzKfDR5',0,1674448441.4729,295,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UlpTybHktEF54vRcBLMJKagX',0,1674448442.4994,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','szl3neQq40jykmwiZOhGU6Lf',0,1674448443.3900,191,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OdZEaPWbl5734n6gikDGhHpx',0,1674448444.2989,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Se8qxpA4fKVJXYINrHliMU0D',0,1674448445.2302,220,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Jt6UWFcAkzrfSRinwT3eClZH',0,1674448446.1687,174,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','u689FPNofidL15GBUmzenvDt',0,1674448447.0705,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Iv5jai8ZukUNP7zODcmdQe6T',0,1674448447.9667,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jAhbTJSZudm0DtWI89nNUiLy',0,1674448448.8654,193,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cDgM32i9exphSvPB1wZuodNl',0,1674448449.7887,198,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EXyz5iKf2310FsYMPQDhpd6j',0,1674448450.7703,238,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','o9WrVqfJE68dzwB0bxuYgFtU',0,1674448451.7220,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SLOoda9QAfJDr7cNExzun4lG',0,1674448452.6503,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZXcFou7ELWxU51I9PmbKCBls',0,1674448453.5590,241,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','c1FDVd8eg9ElNPkyGBHOUrLs',0,1674448454.5221,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ln5Eq9IKH8pO0u2QW7jbSTdi',0,1674448455.4211,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gXZPe94YQyGmAJIc0l532LwT',0,1674448456.3490,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3CxopA9U4qbKeWIfmZLRukJN',0,1674448457.3432,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KoIj5LSQ1H6Jh2NRA4FsZ7Pr',0,1674448458.2644,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2NDP0jE3sV8iwu5SyGbgCvcn',0,1674448459.1517,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4bG31lcBI2iLWmTVOn7jXvZC',0,1674448460.0410,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3Ol1t5onxGjkqyCVcSB7drgF',0,1674448460.9549,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r39lnYZF6JdgjO7XciI0NpHL',0,1674448461.8285,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1aiBG684ZTncsE9JjbpMm0yW',0,1674448462.7337,176,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r7904yHbDJARFvOcoV51YsZu',0,1674448463.6266,190,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MSYop7xf2DRTXB1yV6nhl3qv',0,1674448464.5257,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zqw7nAC9U4QPFb6oKs3JXmyW',0,1674448465.4431,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QhU43luKqM1SvbT9Jdjf8aB7',0,1674448466.3786,377,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jK5O2zV0s1bPJNAvS6mn8cHC',0,1674448467.5356,214,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1YhHDFX3olEtCaQAGMKTZn8R',0,1674448468.4819,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','IDNhe4BJZRdPtEY7ry9VsolG',0,1674448469.4172,253,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S0IYdEWg9ybwqCK82sRTcok7',0,1674448470.3933,228,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zFyKsoc5vetjJ4hZG82b0faS',0,1674448471.3703,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OSDF1NGmZvowHWU2AznkdaIi',0,1674448472.2459,334,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mxtE3RKU6N0aDJHVASLi1GMP',0,1674448473.3084,256,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PHzIZonjUqK4bcNugmAdTsCw',0,1674448474.3414,220,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NoYWyPpq1z5O2MlCKr74gD6B',0,1674448475.2846,292,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','oyGzmUp4ZWSTf85rDlecnOQ6',0,1674448476.3195,237,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VCxYSebAypGq7nNXE9OmBwr6',0,1674448477.2651,183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eIPnC5gdaoGtKTyj14lwpqU7',0,1674448478.1469,203,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kXK1L3OA2oYbQWsmGrxDJed5',0,1674448479.0639,185,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V1vKJx8YfbOtHnsAiowcTXWa',0,1674448479.9658,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F3IDP5MW4waiTOVyCm6lbRSk',0,1674448480.8536,213,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MCrJ8VmLjuNP1ZFUSRn5sG4h',0,1674448481.7704,193,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b3mIx68zkhLHGS4M50OyWvqa',0,1674448482.6710,221,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vrWRPxUMh6mO9Tn2ZGJbysfK',0,1674448483.6032,196,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cyesjAW8F92kIdiV3RJPD6MH',0,1674448484.5463,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zeavEJCS17ijZndT4rKUXByO',0,1674448485.4672,212,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','G6swWzpBqh42CyulR9Im53vf',0,1674448486.3842,192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9xMYFcrSUdsAiDvyBbTNoh87',0,1674448487.2983,197,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nT8vAIyuJR59Qdt3kD7GEfiC',0,1674448488.2196,199,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bRIBpYU19XAhmdQwzqKo5T7r',0,1674448489.1325,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HK73EkupxZ69rwtgLvMqGYPX',0,1674448490.0251,179,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','94Nad1uLi8mGEhA7K6tgqM03',0,1674448490.9188,200,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','U1r0HfNxRdMiVkwbeLa2pByP',0,1674448491.8404,229,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TtF2SM78bv6LEi3zuDCdmkJN',0,1674448492.7611,189,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','naDNRZ2T9KLgElGP8iz14pQb',0,1674448493.6573,265,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Zf6PEwI58SO1dxNlM2qczsYL',0,1674448494.6436,253,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zApqlmjEWsoKIt7Sc6v3R5DY',0,1674448495.6362,250,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mapox1Ct5DscB42eV9w8SLKF',0,1674448496.6037,208,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dwuaEFIPY1zJWhkqtHnG4SB0',0,1674448497.5142,201,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VrngPhJZASoQuYTOmq57iay6',0,1674448498.4331,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','9KbdXYegJoOscz0FSLBU8vpH',0,1674448499.3391,178,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SZPe9vcqwdC014aoTQRKXYnF',0,1674448500.2390,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EuQjytMbHr543qSosKLChVJB',0,1674448501.1314,182,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nEaOgLvJsNwjSc1qMFfD3U86',0,1674448502.0329,232,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rvFYo69DzN4d8M1mcW7XhGTU',0,1674448502.9627,181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M7iz5gPuYDUpnArHXcKjZewG',0,1674448503.8401,207,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3AaBk67GIP1HT0pemS5ZFhcQ',0,1674448504.7792,177,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','jpwTOdXHkDKZyPCWuBJe0Yrq',0,1674448505.2235,195,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FdILQyXAsSP3CDBgJxvlKwO2',0,1674448505.6678,202,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4yvrDcdkXZfYLh3UqN61bOCo',0,1674448506.5876,194,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-content/theme/seotheme/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','GCEqvfR7iBnzF30sZuMg5tOS',0,1674448506.8288,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','kgVMzDxTyiWBIL9ewGs6AcoC',0,1674448507.5126,194,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JVbQYjzky7MGDhBs2tc89RAN',0,1674448508.4208,180,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CLvf2ikedRlIJpQgc7At8YDK',0,1674448509.2896,187,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ti8PJwaeSNC3U0cGhtYHBLqI',0,1674448510.2266,181,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"python-requests\\/2.28.2\"}','KJgVTinj42kvc67IrSBlpRth',0,1674448514.6989,238,'','GET',403,0,700,0,1,'',0),('125.164.21.125',2107905405,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','M3I0s8SypeUAbmkQivHYtZwn',0,1674448518.9260,307,'','GET',403,0,520,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"python-requests\\/2.28.2\"}','dVQTrcb1uz4gJBR0S6iYn8oP',0,1674448519.9835,212,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users/','','{\"1\":\"python-requests\\/2.28.2\"}','dX3oWI7tgyhQKYcAEf2kFqMp',0,1674450029.9679,365,'','GET',403,0,520,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u','','{\"1\":\"python-requests\\/2.28.2\"}','qM8v4DGtun7LBicpSbV193h2',0,1674450310.7050,224,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/index.php','','{\"1\":\"python-requests\\/2.28.2\"}','DS9bdnvJAc8rEOFwUHWjYXNZ',0,1674450312.6478,191,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-includes/ID3/content.php','','{\"1\":\"python-requests\\/2.28.2\"}','x8yuqoidwLaGB6ZpAtS2hsWD',0,1674450316.8702,252,'','GET',403,0,700,0,1,'',0),('43.206.242.93',734982749,'','https://sleepingsolutions.co.uk/wp-includes/fonts/css.php','','{\"1\":\"python-requests\\/2.28.2\"}','kMAbK8QSxLBlEf4mcgv2qCRG',0,1674450323.2440,274,'','GET',403,0,700,0,1,'',0),('52.58.176.105',876261481,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kNMnJ6xEF1ldo7qzB3rHtZ2X',0,1674450365.3354,286,'','GET',403,0,520,0,1,'',0),('65.109.205.28',1097714972,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','3c9xM45hRPbosDgWqjFGY1HZ',0,1674451815.5540,283,'','GET',403,0,520,0,1,'',0),('65.109.205.28',1097714972,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','MpLGtO6lYDiWJzIHmnsE7kdP',0,1674451816.0686,259,'','GET',403,0,520,0,1,'',0),('66.249.70.37',1123632677,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2145','','{\"1\":\"Googlebot-Image\\/1.0\"}','FYCOzy9lW4j8AZaNVnfxP31L',0,1674451974.7859,237,'','GET',403,0,700,0,1,'',0),('54.39.49.42',908538154,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','q7KCZ9zf6vSEWJIHmVjb3FMO',0,1674453379.8280,309,'','GET',403,0,520,0,1,'',0),('137.116.141.77',2306116941,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Psoh2OC6FepiXR7raQc34W1J',0,1674453842.2588,280,'','GET',403,0,520,0,1,'',0),('94.250.250.48',1593506352,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','eI2CzOLXRjcg5F0yNfx3mZhM',0,1674454620.2289,268,'','GET',403,0,520,0,1,'',0),('125.164.21.125',2107905405,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Hjzma4iBtN6T5xpbV9Mn31e2',0,1674454829.4501,269,'','GET',403,0,520,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','PB9w3blWO1z64ZXVneH0fJkg',0,1674455756.0958,330,'','GET',403,0,520,0,1,'',0),('157.230.178.254',2649142014,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','f6KHTqGDQa3RpO12eiIJgBPN',0,1674457287.7203,277,'','GET',403,0,520,0,1,'',0),('51.19.74.218',856902362,'','https://www.sleepingsolutions.co.uk/home.php?cat=8','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\"}','UpNId1GliSqt4CBmgQu0KO2E',0,1674461480.1043,221,'','GET',403,0,700,0,1,'',0),('125.164.22.210',2107905746,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','gZUhj28dr9lzM5fpY0OQaBRy',0,1674461562.3916,259,'','GET',403,0,520,0,1,'',0),('66.249.70.63',1123632703,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2481','','{\"1\":\"Googlebot-Image\\/1.0\"}','OQbdcJ5yjosR8knlMr3x0T7G',0,1674461875.1296,253,'','GET',403,0,700,0,1,'',0),('65.109.168.130',1097705602,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','FSx5rtdfveUY9W3Zq2KJGmhy',0,1674461914.6230,270,'','GET',403,0,520,0,1,'',0),('65.109.168.130',1097705602,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','nG9Z7dkmuVjAJhUcRwBsPSv0',0,1674461916.6101,298,'','GET',403,0,520,0,1,'',0),('172.106.0.111',2892628079,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','w2NYRvUB7168opEQxDmZlKay',0,1674463801.7619,333,'','GET',403,0,520,0,1,'',0),('112.18.252.222',1880292574,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0rFoswQDyWBNa3pU1CYIS4e7',0,1674463918.6104,666,'','GET',403,0,520,0,1,'',0),('88.99.119.166',1482913702,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0nOTI8yV6X2W5tYvJwp7EPzC',0,1674464341.8151,280,'','GET',403,0,520,0,1,'',0),('51.210.150.127',869439103,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','RJxa489qdkn3t5s6cZzwOShM',0,1674466819.7730,328,'','GET',403,0,520,0,1,'',0),('157.55.39.200',2637637576,'','https://sleepingsolutions.co.uk/home.php?cat=2264','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','unRN9ibCpaTGYBjM3zEd4V02',0,1674467853.9680,247,'','GET',403,0,700,0,1,'',0),('103.92.235.55',1734142775,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','bkm1fVogd0BvwHCOtzlTLJ4F',0,1674468766.0764,389,'','GET',403,0,520,0,1,'',0),('65.109.205.28',1097714972,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','SdQZ3FPYXq26VgyAr50UEaOT',0,1674472490.2481,939,'','GET',403,0,520,0,1,'',0),('65.109.205.28',1097714972,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','JjiGNoxLO4ZEY3IbrPkWvhwH',0,1674472492.4523,642,'','GET',403,0,520,0,1,'',0),('34.75.221.29',575397149,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','4MG1zDO3fXKBWRSg7HwaZcUp',0,1674473998.1156,511,'','GET',403,0,520,0,1,'',0),('174.138.177.173',2928325037,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','13KYDy2eHxV94ltjGBWFUgkv',0,1674474043.1615,298,'','GET',403,0,520,0,1,'',0),('86.156.103.87',1453090647,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','GAVkNBmrKP1vHoweDOfpbUyi',0,1674475900.6515,239,'','GET',403,0,700,0,1,'',0),('86.156.103.87',1453090647,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','fUoZ4Ss3EWvtGTCc2B9bIFxm',0,1674475900.6491,264,'','GET',403,0,700,0,1,'',0),('206.84.102.6',3461637638,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nZ17MyPsIFiR3gGuoA8NV45W',0,1674478056.3783,337,'','GET',403,0,520,0,1,'',0),('90.196.175.218',1522839514,'','https://www.sleepingsolutions.co.uk/home.php?cat=2407','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','XUPB1Rg8h0EyMvr5sNe2GmOH',0,1674478099.8912,204,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','l62hNXFaMxKwd90WzBtZj4bI',0,1674480172.5561,842,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YcO9FgroxDsnVkXN5aMuPZLe',0,1674480174.2217,912,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','e3MbKxzCPjv9FL1QEOgdAkhS',0,1674480175.8406,715,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DLdeMZvCIROiHtWjJ1Gy0sqo',0,1674480177.2741,1138,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SEOx4yJMzbt8fGAjBrHLV3Zi',0,1674480179.1286,1360,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DspyKSiUE3tm8Fw1r0IqCaJj',0,1674480181.1886,897,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','y4xIEdAjut6BnOQ8DwHLPVez',0,1674480182.7846,1046,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tlBUXVJvgkrIYqahKNeQFW8T',0,1674480184.5335,1080,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PBmgILJdk31z2t5bpuAGS94l',0,1674480186.3025,466,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3nCodujtsXKI2ZhQOPvrB97w',0,1674480187.4648,1007,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RwfyS0PiJAh3KNaz7FsH2Ycd',0,1674480189.1821,1153,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Bp95xRQmdol3VEGPknK0aCTi',0,1674480191.0419,674,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xJQM0jyHmD1SOvPNzb7Yt2Zp',0,1674480192.4114,733,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rWSm7N1PBjA6ocEg3pkKbTGD',0,1674480193.8436,1224,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','waj32FBTzHmQA9LhpcS8kfgn',0,1674480195.7722,872,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NxuShVflLmdQ6cHFMvwUKnW7',0,1674480197.3390,655,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','OzGm01CW8IgyFUaeSBwqdJVM',0,1674480198.6913,1052,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ovDeVPxdrcWSsmZwnt5JGu2T',0,1674480200.4588,1239,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AcQYICVyTMgj4eiJL8uXvrnB',0,1674480202.3861,1027,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Xt2k4hRZYb71Eip6yAaDLrqU',0,1674480204.1200,838,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','H6WjuQcadzftYLxKCNsiEyOM',0,1674480205.6677,1083,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iPLyTRVuYz1nH2WOm5MKaCZD',0,1674480207.4818,950,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','B1PKhHl76qCorJxiaR9wMsjd',0,1674480209.1376,821,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DGWzCkxeaPLiqJKFI6AEZ9lp',0,1674480210.6617,1144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8iqg6PA1bDO37MICuW4LRYt9',0,1674480212.5017,686,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','posLwnmN2XiRUjbkAKMQVuSl',0,1674480213.8949,1294,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XaLM5RgH8UbVTGuqod6AiY73',0,1674480215.8835,496,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iITUh6YJmK8wyeZ5jEM4ldRW',0,1674480217.0780,1029,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','d7ZOEX4JFpcLwt3lmv5CGx8s',0,1674480218.8267,692,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','fxjUesWwN7PyDTZKYa6Ev9O8',0,1674480220.2443,757,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rD4gAURsqyk0TKQ6flcdwGZb',0,1674480221.6977,882,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1eNmDrSkQEytCq39Pb2LiZsM',0,1674480223.6085,780,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BhC3wjzU06vmnZi58Y4KrDyF',0,1674480225.0912,552,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','NOkoY0Z6Rvhe9MAICyTqd87U',0,1674480226.3459,535,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BNSMlfDJvV3wW8ctHsRZ1iAj',0,1674480227.5988,1114,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LNhZ3RUCs4OzI1XjA9Mbfpvq',0,1674480229.4152,531,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RVGOM3aBN7K4TWiAbvCUdSQP',0,1674480230.6565,1181,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','wkROlvC5Jfs0IHL1SV8rMxna',0,1674480232.5306,815,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1nUuCqLANSrzMj5ERl8HZvB7',0,1674480234.0321,769,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','EYlqMu24kdf0gZG8T7Oc36rp',0,1674480235.5065,1374,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','3XWU42I1oJHwqD8YiTRlrNd6',0,1674480237.5922,659,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','V3Y9XqzSZO4rB07bkJ5Q8MnK',0,1674480238.9688,495,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cEZo1CBjYKqSRfNuXlAdUmhr',0,1674480240.1725,1127,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZXJn0uVz5OQ3E9HxRMT1mkcp',0,1674480241.9965,910,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','UfchQpkBaCvMu9FoWgSPVOrR',0,1674480243.6066,906,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','urhUv86QaDRySZlX0eHB2VWO',0,1674480245.2157,1215,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AW6GC7YTxgoLRaVQBfXM1lHi',0,1674480247.1415,644,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zhKjlVmTvGRHBQyNS8rZpYU9',0,1674480248.4930,996,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','749ZwiYdqPIboCcEeB3U5vFJ',0,1674480250.2051,1013,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','F3QovupnYwLrWUPaHI75iEG6',0,1674480251.9498,1391,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FMOYtvNW47r3kVHeiXSl2196',0,1674480254.0811,1109,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zw1KOWsbFfR4ar5xgVt3iL9p',0,1674480255.9194,719,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RlvY8OiWUGupmxCFQwMZqgcE',0,1674480257.3534,834,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','woE3ljcxY2z59HiBhX8mnWsv',0,1674480258.9008,1246,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QqatdAj9Pf5ZVi4vlUTyMIFp',0,1674480260.8418,890,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TFenbOsjZoMhXH7u9lpKB58S',0,1674480262.4777,794,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Mejwm4r93lBLiEhYTCdOoZSF',0,1674480263.9757,1124,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Zs1AN6zhrpBP9oyMcETw0xkK',0,1674480265.7953,376,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uq5LRvaJWkTCV40KsbMZ3jlf',0,1674480266.8576,1088,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','t4vN7swHPUK5GLDBXflxdVJ3',0,1674480268.6461,1228,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','QN0BcPvhEw8gxOCV34mt7AyY',0,1674480270.5959,1064,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BNyTxsuObXenPwzG9cKgr120',0,1674480272.3739,859,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WOowrJBibfcR8VXU6ESTYuzp',0,1674480273.9461,896,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XmjZNqcGRVi1BO2ET4IvgJbS',0,1674480275.5342,676,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YzjI8CmpiZKsxatOGhlF4cdX',0,1674480276.9125,1144,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','pPvogax5fmdLI0FQUsiODA4l',0,1674480278.7632,1008,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zh35U2MgLf6OeouAaRP807Vk',0,1674480280.4880,1493,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GJwOI8g3FURqWt1cDjsbAr9p',0,1674480282.7646,1559,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','iwIlBDKmoVYxqU0HNdcy4bWs',0,1674480285.0663,1021,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cMJ7nqgrPedjYvNUyWxh06BS',0,1674480286.8026,1334,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Uz4iqK8TtQ16uFAP9570mnOY',0,1674480288.8347,1135,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rPBR5DdLXIn7KUJZ4pMm0SGN',0,1674480290.7198,1825,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YEgU0JdnRDwtWFoh4r7sMVbO',0,1674480293.2805,1885,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cSv09QXzR5FhyJOjstMIVYZm',0,1674480295.9043,846,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0BKZRgDovyq1P4MOi98m632S',0,1674480297.4477,1231,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dEvga6zAGQX3CmUxrY4nws8i',0,1674480299.3711,1055,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tV7U8E1X3hfQye5bvmOcB4LT',0,1674480301.1441,1286,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AVWKro1UskMJuIiDhvZfn4CH',0,1674480303.1315,609,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zRP6pYvlAXsxUTWGugVB79b5',0,1674480304.4295,1205,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','j7GqN86u1hKxbOdZ3DUT5yMa',0,1674480306.3400,983,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','b8Jcdat3zfnMsymvS1UxVWjN',0,1674480308.0151,1077,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jsbzVMCmQwDqSZLJUP03Yv7f',0,1674480309.7999,1126,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7FXlD60TdhQeBJcwsikL9baj',0,1674480311.7152,1044,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','sD3t8WIwukv2cXCMRNj1gTJq',0,1674480313.4814,1271,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','nP7rh13pIcXNsBFv5SHKDoO0',0,1674480315.4548,1035,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','l3GsIDEmaMTuzpNSWeqJZQRY',0,1674480317.2074,1118,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2bdZf6HMjOzcBxn5sWl0VPpi',0,1674480319.0314,1183,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ZiDsAEL4Ntdlv1pbqywum3zY',0,1674480320.9310,1399,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hyNOXzEkr3LUtiJSalf8sMFe',0,1674480323.0235,1041,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eFYQSsi2Dfy5PlbhC8JB9Rmo',0,1674480324.7555,845,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','LHh89vukieKj6DaFo4NInWUC',0,1674480326.2886,752,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','q7NWDUoHrpbGxTOLQdyXz05A',0,1674480327.7335,920,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SH5YK1ZApQruhdNzMkL0TeOU',0,1674480329.3855,1451,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','92TtnlaP6Wp7NOw5J3CXvbKB',0,1674480331.5368,1151,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AdXzsPkQIxBqSiKHMrCFE72t',0,1674480333.4040,1192,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8GiTxlOFqENe7jIQLSw3bp9s',0,1674480335.3166,1403,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PS1HGfoJZKAaOgi4WCn8cwvB',0,1674480337.4464,1682,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','h75k9nB6AtIpbPXaNqoszHlY',0,1674480339.8580,1353,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','vydxZL1UVJB53On8PhfQ0zNC',0,1674480341.9469,1925,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M2tLbsK4wnWT6cgoFj98ezhR',0,1674480344.6374,1248,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','SvDUsVJ9hEjI81Tb5tZk6Biq',0,1674480346.5729,941,'','GET',403,0,700,0,1,'',0),('20.244.36.78',351544398,'','https://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','uaHIoYdg0zlenTf85sqDPV1L',0,1674480348.2208,1760,'','GET',403,0,700,0,1,'',0),('103.74.121.5',1732933893,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nvsRpWZz3HoxLU8dyw9E5ADi',0,1674480859.7917,1558,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://sleepingsolutions.co.uk/admin/login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4896.127 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\"}','J5NZykHnwtxX9zfOhigY2bVa',0,1674482786.1639,356,'','GET',403,0,700,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','WgLCjtvl3mYw24u057IqcpH6',0,1674482848.5742,362,'','GET',403,0,520,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','3OwlYnqeRoQfkEiVJDPU5xZS',0,1674482850.7690,360,'','GET',403,0,520,0,1,'',0),('154.26.138.129',2585430657,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YvVmy2QNLpAlDW5SGI4cs06Z',0,1674482871.0547,325,'','GET',403,0,520,0,1,'',0),('68.66.200.210',1145227474,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','iW4XFGc5hl93xMeRJBHzZo2K',0,1674487620.4475,290,'','GET',403,0,520,0,1,'',0),('174.138.177.173',2928325037,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EvrQC047ZoVcNk2YflnHmOSz',0,1674490528.8515,318,'','GET',403,0,520,0,1,'',0),('65.109.205.28',1097714972,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','Fh6aiq4AINOrY83wB1Ucx7Cm',0,1674493284.3170,265,'','GET',403,0,520,0,1,'',0),('65.109.205.28',1097714972,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','CVXz30aoZ4stF8M5mhvPdIUj',0,1674493285.4261,261,'','GET',403,0,520,0,1,'',0),('199.182.169.138',3350636938,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','9Umg5zAOoRxlIcQnyi1Gaqh3',0,1674497709.0147,1205,'','POST',403,0,600,0,1,'',0),('164.90.170.66',2757405250,'','https://www.sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/wp-login.php\"}','G0AMwzO1NcvF7Hg9o3fDdi6u',0,1674500303.2987,277,'','GET',403,0,520,0,1,'',0),('195.211.44.210',3285396690,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','biGNDxM4PYpkz7CgOEeXAjUd',0,1674500572.9494,253,'','GET',403,0,520,0,1,'',0),('47.88.22.184',794302136,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','xpN05tMuZRVh3KnHaSXYCgqF',0,1674501908.6834,304,'','GET',403,0,520,0,1,'',0),('159.203.80.245',2680901877,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','qjtb923aSsnP6WA0RZ1YFQu4',0,1674502683.4493,365,'','GET',403,0,520,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','H8UicudVvNofnqbxZD0CX5MG',0,1674503630.0697,404,'','GET',403,0,520,0,1,'',0),('95.217.179.159',1608102815,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','mzeWvtdo08PuH3fCIyLqr9xE',0,1674503631.1119,346,'','GET',403,0,520,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/599.46 (KHTML, like Gecko) Chrome\\/56.0.1704 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now\"}','7qt1sQKPx3oLrO4Zhy0i6XAD',0,1674505868.4960,210,'','GET',403,0,700,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:89.0) Gecko\\/20100101 Firefox\\/89.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),\"}','ZisjCBdDUSn8FK4Jer3qamIR',0,1674505868.7531,180,'','GET',403,0,700,0,1,'',0),('66.249.77.69',1123634501,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2011333','','{\"1\":\"Googlebot-Image\\/1.0\"}','E5WxBaI8XfvRKbd9LkVQHP7m',0,1674506446.1529,704,'','GET',403,0,700,0,1,'',0),('77.245.149.38',1307940134,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','9iFkA3VPYm2LXD8NKloq0Chz',0,1674506564.0026,260,'','GET',403,0,520,0,1,'',0),('17.241.75.210',301026258,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18709','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','75IU1G3ykVPEDcdQ8vews9RO',0,1674507901.2713,594,'','GET',403,0,700,0,1,'',0),('17.241.219.84',301062996,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','hmiNEJ9RnwXzlBLcTdSyt4ej',0,1674508604.1185,260,'','GET',403,0,700,0,1,'',0),('17.241.219.115',301063027,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','SVt0398ejEmJPunNKasHkizC',0,1674510409.6074,198,'','GET',403,0,700,0,1,'',0),('103.63.24.139',1732188299,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','enGKoftPBZ7XQ1jCJgphu4OV',0,1674512552.3289,274,'','GET',403,0,520,0,1,'',0),('5.23.50.61',85406269,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','uF9dawx75Qs4GVHYzZXDvtL8',0,1674512732.0543,341,'','GET',403,0,520,0,1,'',0),('17.241.75.202',301026250,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18149','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','CeJSsphPBFKmDx7kR08tovn2',0,1674513242.2308,258,'','GET',403,0,700,0,1,'',0),('107.161.23.203',1805719499,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7rD3PWlf8HI6FYQ915aSMXdZ',0,1674513261.6919,282,'','GET',403,0,520,0,1,'',0),('66.249.77.69',1123634501,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Googlebot-Image\\/1.0\"}','vbeSnz89B2RV3oCipMPLAkwT',0,1674513644.9609,1804,'','GET',403,0,700,0,1,'',0),('173.252.107.9',2919000841,'','https://www.sleepingsolutions.co.uk/img_popup.php?cat=1285','','{\"1\":\"facebookexternalhit\\/1.1 (+http:\\/\\/www.facebook.com\\/externalhit_uatext.php)\"}','mwI9HVdJls1EFcB5aAbyu3oW',0,1674513993.0447,246,'','GET',403,0,700,0,1,'',0),('31.13.127.15',520978191,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=o&i=1285&n=0','','{\"1\":\"facebookexternalhit\\/1.1 (+http:\\/\\/www.facebook.com\\/externalhit_uatext.php)\"}','TnNhP9yzYiZkUaHgmcx2K4sC',0,1674513996.0056,185,'','GET',403,0,700,0,1,'',0),('17.241.75.246',301026294,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3738','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','McaxhLXQK7sY28NTEZlJABrz',0,1674514438.4886,209,'','GET',403,0,700,0,1,'',0),('92.204.128.97',1556906081,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gFkvM0UcY9XOGxL65mHyrw13',0,1674514605.9743,308,'','GET',403,0,520,0,1,'',0),('17.241.75.32',301026080,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18950','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','0nTuOp7J2ZYoXMNa9mDvPkce',0,1674515209.1913,1340,'','GET',403,0,700,0,1,'',0),('17.241.227.67',301065027,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16885','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','JPyDABgtqok79TjMiZQ1EIsN',0,1674521093.7728,1220,'','GET',403,0,700,0,1,'',0),('17.241.227.221',301065181,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18957','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','EX0BuIf2Nex7Ts8mntYdCAFp',0,1674522153.7587,263,'','GET',403,0,700,0,1,'',0),('157.55.39.71',2637637447,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1967','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','20z4UMZGfkLhIseta9VHlrBo',0,1674522645.0043,702,'','GET',403,0,700,0,1,'',0),('206.72.203.35',3460877091,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2sziYJwFUAuyveOTkPNc65EV',0,1674523046.4582,692,'','GET',403,0,520,0,1,'',0),('213.144.128.149',3583017109,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','KlDI2hQnT68iELRXfoCbe4jJ',0,1674525597.3844,294,'','GET',403,0,520,0,1,'',0),('47.88.22.184',794302136,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Y1QoxWjtLcpeXBlzaRmEsHSG',0,1674525692.1882,286,'','GET',403,0,520,0,1,'',0),('190.83.75.85',3193129813,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','l8cweGOqYz1MmXLap6WodkZN',0,1674527211.1790,1263,'','POST',403,0,600,0,1,'',0),('190.83.75.85',3193129813,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','581ZBgKCSIdNGPrJ20YXciFh',0,1674527221.6858,577,'','POST',403,0,600,0,1,'',0),('1.251.233.150',33286550,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','XmkqiPAIfcs5bjnu2agUWTed',0,1674527241.0538,1432,'','POST',403,0,600,0,1,'',0),('1.251.233.150',33286550,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','FWZslvBz7RItpCX2boJegySm',0,1674527251.3272,628,'','POST',403,0,600,0,1,'',0),('210.194.249.254',3535993342,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','QwGfxsiXykEaR4Dep5g6JBVP',0,1674527275.1299,1133,'','POST',403,0,600,0,1,'',0),('210.194.249.254',3535993342,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','LsqGxINhYASR0JkaymWn32UX',0,1674527286.1391,866,'','POST',403,0,600,0,1,'',0),('24.113.101.75',410084683,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','aAvqeZcYWVJd2M1uErO9Fjnm',0,1674527304.1729,1237,'','POST',403,0,600,0,1,'',0),('46.71.77.148',776424852,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','IAkQKbxh5oVdrYJMELmlvinp',0,1674527313.1173,1202,'','POST',403,0,600,0,1,'',0),('188.166.149.6',3165033734,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','uPOlsr4a8GV3w7d2xyZADc5Q',0,1674527358.8721,495,'','GET',403,0,520,0,1,'',0),('49.50.249.34',825424162,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','TFZVcs256083RnuWAS4xalPX',0,1674531490.7521,336,'','GET',403,0,520,0,1,'',0),('34.96.143.131',576753539,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Ug0es4BtwvYuOX7jVkCrQ3Sm',0,1674531707.9768,460,'','GET',403,0,520,0,1,'',0),('103.153.3.21',1738081045,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','eP3xt5i1luMNGFSp7zWKR6oc',0,1674537141.4696,287,'','GET',403,0,520,0,1,'',0),('103.161.132.8',1738638344,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','iXgN216789ETI4hyarAjBo0k',0,1674538027.1387,308,'','GET',403,0,520,0,1,'',0),('77.37.208.205',1294323917,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EuidIstalQxVZe3JjNR7fS0n',0,1674541022.2843,474,'','GET',403,0,520,0,1,'',0),('77.245.149.38',1307940134,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','MSxf7DB8AoePCzVaK9QdFIXr',0,1674541305.4169,277,'','GET',403,0,520,0,1,'',0),('177.55.125.120',2973203832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7s8Uqe3ipfyVzTDc2NxKwrgX',0,1674542808.6380,301,'','GET',403,0,520,0,1,'',0),('211.217.159.126',3554254718,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ANBXDhSiyQOEKt8PJebZCvlp',0,1674544489.0165,272,'','GET',403,0,520,0,1,'',0),('86.48.26.198',1445993158,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6AOPZ0pNw4xvSJCLF8GybBEU',0,1674546232.0215,307,'','GET',403,0,520,0,1,'',0),('199.182.169.131',3350636931,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','JfL6srjZcldgEVyCMSKw79Ym',0,1674546477.1587,2223,'','POST',403,0,600,0,1,'',0),('185.204.0.204',3117154508,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','JbLqAMlnXFfPTgrU5Kju3wzS',0,1674546794.8757,277,'','GET',403,0,520,0,1,'',0),('36.91.100.149',609969301,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','jnZeVUX8zJtgsa1qfxm2C3yl',0,1674548926.5977,560,'','GET',403,0,520,0,1,'',0),('37.187.55.231',633026535,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','GfWFcX9Mdz3maVAo4gUsOPrR',0,1674549947.7150,273,'','GET',403,0,520,0,1,'',0),('34.229.92.180',585456820,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18105','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ixuGOLnc0X7rI6m9ey4FSdT8',0,1674552651.5998,243,'','GET',403,0,700,0,1,'',0),('52.90.148.47',878351407,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zcJlMdwkSPB1nYqsTjxtCXD9',0,1674552723.5387,235,'','GET',403,0,700,0,1,'',0),('103.161.132.8',1738638344,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','GEfSe104luARdCvpJ68ac5Ih',0,1674553052.2198,353,'','GET',403,0,520,0,1,'',0),('52.90.166.80',878356048,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19096','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KDcVPQ8lFTqoJxmkEjaRz2hL',0,1674553652.6129,268,'','GET',403,0,700,0,1,'',0),('3.238.140.114',65965170,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15958','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QuCXPbOfNEKAHtFw7ZiMrDq9',0,1674553834.1450,2304,'','GET',403,0,700,0,1,'',0),('54.237.240.63',921563199,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14272','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Y4cPzmwEHjp9s3BfF8D7NRAq',0,1674554641.9762,218,'','GET',403,0,700,0,1,'',0),('180.183.97.209',3031917009,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','TJSgFDyt5K0NRGfM1kjnZ69l',0,1674554749.4231,1275,'','POST',403,0,600,0,1,'',0),('180.183.97.209',3031917009,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','af6hBdQ204NMcmoW39ztxjXF',0,1674554758.3372,687,'','POST',403,0,600,0,1,'',0),('186.236.4.16',3136029712,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','PwdO4UG8CVT3v65lyZ2FQXpk',0,1674554776.5283,1278,'','POST',403,0,600,0,1,'',0),('186.236.4.16',3136029712,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','NHZayWiCdKEwqlBTvuDYIsgz',0,1674554785.9291,506,'','POST',403,0,600,0,1,'',0),('61.75.104.29',1028352029,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pYvW1exzPCBaUG4onHiI3TZb',0,1674554803.2511,1076,'','POST',403,0,600,0,1,'',0),('173.207.105.143',2916051343,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3HMsrDBGTqnlceRVu5ztK6jU',0,1674554812.2270,1112,'','POST',403,0,600,0,1,'',0),('173.207.105.143',2916051343,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','MwjDfxZXLeRrvQzlaokAnV3y',0,1674554821.5912,673,'','POST',403,0,600,0,1,'',0),('219.104.3.213',3681027029,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oqiFH35su6mD0rKw4zXb9B1R',0,1674554848.1900,1173,'','POST',403,0,600,0,1,'',0),('44.200.192.212',751354068,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14908','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KQkLb8H15PVy02ZlNuTx3nqg',0,1674555653.8109,245,'','GET',403,0,700,0,1,'',0),('77.245.149.38',1307940134,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Ma7jTIgG5HXAd1fFYqzm4hSl',0,1674556038.2954,293,'','GET',403,0,520,0,1,'',0),('18.212.230.235',315942635,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6MPcWCKisZDq5o9x1RbQhrIu',0,1674556139.1159,276,'','GET',403,0,700,0,1,'',0),('52.90.166.80',878356048,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vQxFYTteSqEiRgOPIJX3pmkG',0,1674556456.4794,1067,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','EI28eXyNLiDYqUG95jR7uoSJ',0,1674556484.5895,1206,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://sleepingsolutions.co.uk/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','aKnXGe6j0yEqxJbw1YR53sMQ',0,1674556485.9181,899,'','GET',403,0,700,0,1,'',0),('185.225.74.248',3118549752,'','https://sleepingsolutions.co.uk/modules/mod_araticlws/mod_araticlws.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','9c0lUQTZzH3MohFCewRrm5YP',0,1674556486.9480,863,'','GET',403,0,700,0,1,'',0),('86.134.163.3',1451664131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=631','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; KFTRWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','quMY3m0flC9VwDzxHyb7v5IK',0,1674556567.6913,706,'','GET',403,0,700,0,1,'',0),('86.134.163.3',1451664131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=162','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; KFTRWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','oEHqQSpgUJFXwG087NsTaLRI',0,1674556568.0521,663,'','GET',403,0,700,0,1,'',0),('86.134.163.3',1451664131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=630','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; KFTRWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','QSgnofxYa6zqdTNitF4r8lZC',0,1674556567.7096,1073,'','GET',403,0,700,0,1,'',0),('86.134.163.3',1451664131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=629','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; KFTRWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','dtJyXOGBwD2sg9rchRbvU0uL',0,1674556567.7139,1344,'','GET',403,0,700,0,1,'',0),('86.134.163.3',1451664131,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=160','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 9; KFTRWI) AppleWebKit\\/537.36 (KHTML, like Gecko) Silk\\/108.1.135 like Chrome\\/108.0.5359.160 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','RL358nVrJgCWbafuDpcZHBOS',0,1674556568.0547,1055,'','GET',403,0,700,0,1,'',0),('50.17.35.100',839983972,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eyPjZxihWTrtaFYQDL19UpBM',0,1674556582.2778,526,'','GET',403,0,700,0,1,'',0),('50.17.35.100',839983972,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10325','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oMP81qpXVDYCfZgmvG5sxdFA',0,1674556957.6713,818,'','GET',403,0,700,0,1,'',0),('90.213.219.68',1523964740,'','https://www.sleepingsolutions.co.uk/home.php?cat=2407','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','lJcKNZbo5zqhystf1YCnTPe9',0,1674558496.2189,212,'','GET',403,0,700,0,1,'',0),('80.42.76.2',1344949250,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13785','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36 OPR\\/93.0.0.0\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','Koj7IdCiBG5VXAmw8Hc902qy',0,1674559164.2681,227,'','GET',403,0,700,0,1,'',0),('54.221.19.33',920458017,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17999','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bhqvFRd2aZg5jmus40iBTwt9',0,1674559975.2535,252,'','GET',403,0,700,0,1,'',0),('120.132.99.49',2021942065,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','MWDljLuSawR4xTZyi9fdc7Er',0,1674565517.8731,264,'','GET',403,0,520,0,1,'',0),('83.69.230.5',1397089797,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','GzLP8oMKq7kEdNTnmc5BRD3U',0,1674567824.4655,288,'','GET',403,0,520,0,1,'',0),('143.198.226.137',2412176009,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pKzkDsU7ahMTwV93YICtBHSP',0,1674568487.8018,269,'','GET',403,0,520,0,1,'',0),('86.154.33.37',1452941605,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 12_5_6 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.1.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/Beds\\/rest-assured-double-pocket-classic-ophelia-2000--sprung-edge-4-drawers-.asp\"}','jHZQpuw8GN4B5cz2CLsKiUng',0,1674568506.9295,258,'','GET',403,0,700,0,1,'',0),('66.249.77.95',1123634527,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13614','','{\"1\":\"Googlebot-Image\\/1.0\"}','B4xOgiQWTsAoce3CFrptLHEG',0,1674568634.0179,231,'','GET',403,0,700,0,1,'',0),('78.147.187.32',1318304544,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2413','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','Re2hCHVIsvdkKFni0ycPNwLp',0,1674571368.6061,295,'','GET',403,0,700,0,1,'',0),('79.73.67.157',1330201501,'','https://www.sleepingsolutions.co.uk/home.php?cat=11213','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','zelMi1oBArvJqHbGQ9fTKRd2',0,1674571866.2859,256,'','GET',403,0,700,0,1,'',0),('79.73.67.157',1330201501,'','https://www.sleepingsolutions.co.uk/home.php?cat=11213','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','DeYmXQzMGyv0FlsKrH24ub3W',0,1674571866.8380,197,'','GET',403,0,700,0,1,'',0),('79.73.67.157',1330201501,'','https://www.sleepingsolutions.co.uk/home.php?cat=11213','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','pNdCahnqebVOrsEx7T4Ju5i9',0,1674571869.4895,227,'','GET',403,0,700,0,1,'',0),('79.73.67.157',1330201501,'','https://www.sleepingsolutions.co.uk/home.php?cat=11213','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','CgtM8vNcG5KZDJiBdmxYuwVn',0,1674571881.3856,235,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','4bRKuZ03SxXYWDEOetJfACB9',0,1674572947.5615,239,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10338','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','dkDV9mGx6pteZo4qHKhFXgNu',0,1674572947.5609,257,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','0FKs1zAZmQrXIYf4G96heHpc',0,1674572948.0988,243,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10338','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','azJrEFiRxKWYkfHUTZ14qVGC',0,1674572948.1519,200,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10338','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','vFd3k9YcsVGE4Cfj6LBeRZtK',0,1674572978.5248,210,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','majvQp1w8cLtqXsrUVPKFINR',0,1674572978.5251,221,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','Zt0HvjGuc7YRzsInedCqFX3T',0,1674572979.0164,232,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10338','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','quK6o0GmTalFDnrHOU352Adt',0,1674572979.0146,236,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10338','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','JBoIntg6SuPX9CcDzjLqdQVF',0,1674572995.9339,213,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','UYMPzZOvCTI7WtxHgn36A1dS',0,1674572995.9353,223,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10337','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','KJvko5j6iQSze1L9wRZAHDxE',0,1674573025.5987,269,'','GET',403,0,700,0,1,'',0),('209.93.50.79',3512545871,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10338','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A536B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','SVeAmk1yOFx53d8iP7wv9rI2',0,1674573025.5980,280,'','GET',403,0,700,0,1,'',0),('173.236.208.143',2917978255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YGCFOgVUzEcyXexsNS26rhQZ',0,1674576739.5963,283,'','GET',403,0,520,0,1,'',0),('103.130.219.238',1736629230,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','BWifF7aLN36hTcvY5EuVHDMQ',0,1674577446.2664,259,'','GET',403,0,520,0,1,'',0),('51.37.140.3',858098691,'','https://www.sleepingsolutions.co.uk/home.php?cat=1957','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\"}','3I20r67q8bvlYutfjJOKTdCp',0,1674579300.0072,227,'','GET',403,0,700,0,1,'',0),('66.249.69.245',1123632629,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13614&w=144','','{\"1\":\"Googlebot-Image\\/1.0\"}','P1DW4VuJTgNF80cvzQqybXnS',0,1674579434.0230,231,'','GET',403,0,700,0,1,'',0),('14.225.255.250',249692154,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','IqxRfmcVowlh1SEO8etDykWb',0,1674579543.7370,297,'','GET',403,0,520,0,1,'',0),('44.200.192.212',751354068,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15958','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','se13aRjLfT06YinJAK5dBZWS',0,1674580058.5838,219,'','GET',403,0,700,0,1,'',0),('3.21.171.101',51751781,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','Ip2lFyKYEesx3ZtQg1PwDuhL',0,1674580602.8572,300,'','GET',403,0,520,0,1,'',0),('52.91.188.220',878427356,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','GkjWydN35hTR8oBSXzwcLlnA',0,1674581153.2051,284,'','GET',403,0,520,0,1,'',0),('103.18.6.65',1729234497,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gqEG0Zab9yLNv65jCdnM1F2u',0,1674581161.1369,254,'','GET',403,0,520,0,1,'',0),('35.197.34.121',600121977,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','olFNiL7DYVsj2b3XCxWfAwUr',0,1674581670.5159,291,'','GET',403,0,520,0,1,'',0),('14.225.255.250',249692154,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','SJEYUHIPxo82gVNL5qmRGXsK',0,1674582102.3660,269,'','GET',403,0,520,0,1,'',0),('83.69.230.5',1397089797,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','285IpqkVbR9UdKj1SosEaHAO',0,1674582364.6714,277,'','GET',403,0,520,0,1,'',0),('90.213.219.68',1523964740,'','https://www.sleepingsolutions.co.uk/home.php?cat=2407','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko\\/20100101 Firefox\\/109.0\"}','fUN28AjDSJlswFQRch9a3VBK',0,1674583296.4844,224,'','GET',403,0,700,0,1,'',0),('44.201.133.185',751404473,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','FCj5EgVXxm9iBQKloYRnU4sT',0,1674583788.3866,317,'','GET',403,0,520,0,1,'',0),('203.205.52.183',3419223223,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mna6cduJ5qTvIzrZW8O3Lk0C',0,1674584501.4692,294,'','GET',403,0,520,0,1,'',0),('66.249.69.247',1123632631,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=337','','{\"1\":\"Googlebot-Image\\/1.0\"}','t8pn4bdUvmiDHYegsTGylV1O',0,1674584834.1322,248,'','GET',403,0,700,0,1,'',0),('87.236.20.130',1475089538,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','v7OBtmYpFH3Cxy1ZLjAqE2lS',0,1674586791.7720,277,'','GET',403,0,520,0,1,'',0),('167.71.229.255',2806507007,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yxYFs6zg9LRrtCBHbjZaVdWI',0,1674588116.5548,257,'','GET',403,0,520,0,1,'',0),('167.71.229.255',2806507007,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','vZbJsd9MuRXftokrmQnC23UL',0,1674588117.7186,1026,'','POST',403,0,600,0,1,'',0),('157.230.178.254',2649142014,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','SPmzCj5WwgXuM3A1hQeorJHG',0,1674588373.0404,350,'','GET',403,0,520,0,1,'',0),('150.107.74.24',2523613720,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3MxA7bKLcPhgQF4Vrw6JTzlt',0,1674590463.3888,280,'','GET',403,0,520,0,1,'',0),('185.107.237.201',3110858185,'','https://sleepingsolutions.co.uk/sitemap.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','bUec5mgWtn8MRsCYhwGExPN7',0,1674592914.1630,263,'','GET',403,0,700,0,1,'',0),('17.241.219.229',301063141,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3879','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','wltv8n3g7ZCM9SDBGWY41zjx',0,1674592993.7161,247,'','GET',403,0,700,0,1,'',0),('157.245.200.155',2650130587,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Y5VX69trGuNapSWKw8RLxjeZ',0,1674596613.4960,291,'','GET',403,0,520,0,1,'',0),('17.241.227.7',301064967,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15914','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','q8joMxCLcgFw9Qs1zXku3Gr2',0,1674597223.0542,267,'','GET',403,0,700,0,1,'',0),('216.69.168.230',3628443878,'','https://sleepingsolutions.co.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','J8PVQyNhz9K3qUv4IgLtROfM',0,1674598074.8282,1025,'','GET',403,0,700,0,1,'',0),('216.69.168.230',3628443878,'','https://sleepingsolutions.co.uk/wp-cc.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Mobile\\/15E148 Safari\\/604.1\"}','oZgRf5XFnPebzSIUV6wcsAHt',0,1674598074.8698,1009,'','GET',403,0,700,0,1,'',0),('139.196.207.33',2344931105,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\"}','K9ZbPqnJSIdvfyjYVOLasQ0B',0,1674599127.0539,270,'','GET',403,0,520,0,1,'',0),('17.241.219.106',301063018,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','DU6R4pJauYnt0ZTdWQei5XB7',0,1674601227.5182,234,'','GET',403,0,700,0,1,'',0),('67.205.132.31',1137542175,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pR4tuahzHEGdTBxjDvcS2ZNm',0,1674603588.6750,317,'','GET',403,0,520,0,1,'',0),('17.241.227.217',301065177,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14794','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','dWE7PlgrYvR3nupU1J6Mjzxa',0,1674604910.6351,283,'','GET',403,0,700,0,1,'',0),('45.133.39.32',763701024,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','u4HZBSToE2tOw13lbRyQ7mhr',0,1674605074.2160,295,'','GET',403,0,520,0,1,'',0),('95.217.178.185',1608102585,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','agJ39ipLkb5OtoDVKSnxTv2m',0,1674605678.8840,301,'','GET',403,0,520,0,1,'',0),('17.241.75.156',301026204,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18950','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','IjFqlbVXOyxUPKWSG4ZMeHAt',0,1674605702.2350,203,'','GET',403,0,700,0,1,'',0),('44.211.64.98',752042082,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','WPYx4f0k6HBwblvN7IDpgnOX',0,1674606061.8217,340,'','GET',403,0,520,0,1,'',0),('17.241.227.30',301064990,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3737','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ZM3dlNKRm4hJuWtP6EUBoGvs',0,1674606536.3526,245,'','GET',403,0,700,0,1,'',0),('77.37.208.205',1294323917,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','BQkMORfZYUucSJDiW9sg4p7I',0,1674608630.7824,392,'','GET',403,0,520,0,1,'',0),('95.111.230.235',1601169131,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kZKytEdJ7xsmrw3GQBMeUqRa',0,1674611889.4042,185,'','GET',403,0,700,0,1,'',0),('185.27.135.217',3105589209,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','6JICwuWi2Dn7KAlUhfPxjdtz',0,1674611889.4238,189,'','GET',403,0,700,0,1,'',0),('95.111.230.235',1601169131,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','4Qbh8zpRiOqyJn76vAfxDstG',0,1674611889.6728,227,'','POST',403,0,700,0,1,'',0),('185.27.135.217',3105589209,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','rDR1jo32hCpXwd7ZVnkGU8Hx',0,1674611889.6739,238,'','POST',403,0,700,0,1,'',0),('185.27.135.217',3105589209,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','5BQczvbAL7HVW9Oa4mGr38ZD',0,1674611889.9941,189,'','GET',403,0,700,0,1,'',0),('95.111.230.235',1601169131,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','N0zr7ILAdxB2qKhOayWXEFgu',0,1674611890.0267,196,'','GET',403,0,700,0,1,'',0),('185.27.135.217',3105589209,'','https://sleepingsolutions.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','smhbD5i8dNyRVckp4ZQCwPlg',0,1674611890.2475,196,'','GET',403,0,700,0,1,'',0),('95.111.230.235',1601169131,'','https://sleepingsolutions.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','hxCpRk3l24r0SbPFocJUI9aN',0,1674611890.3217,183,'','GET',403,0,700,0,1,'',0),('185.27.135.217',3105589209,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kjc1aEyoLI9Me0pKBUrv3VSA',0,1674611890.4997,182,'','GET',403,0,700,0,1,'',0),('95.111.230.235',1601169131,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Pjzrsboqd03wc5FvEkTyfGa7',0,1674611890.6033,185,'','GET',403,0,700,0,1,'',0),('171.244.17.89',2884899161,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','aEzg0qy92tnmJC78MrQFP5v6',0,1674612612.0596,272,'','GET',403,0,520,0,1,'',0),('81.69.253.128',1363541376,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oWPM4V7tegFq5faHAdpXhKyG',0,1674612999.9840,264,'','GET',403,0,520,0,1,'',0),('103.74.116.69',1732932677,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3EvBG6e4K8dsNaiczRVuIHP7',0,1674613986.9365,277,'','GET',403,0,520,0,1,'',0),('178.208.67.57',2999993145,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rL7zJcUSwAIV3MdgCKOqbmfB',0,1674615564.8938,283,'','GET',403,0,520,0,1,'',0),('185.46.8.7',3106801671,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','woXrgHKm1BljThNRf6svV2nI',0,1674620494.4928,301,'','GET',403,0,520,0,1,'',0),('81.69.253.128',1363541376,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kgyJIeWX5vTP87KMEhuw2SZo',0,1674621344.7387,290,'','GET',403,0,520,0,1,'',0),('87.249.43.21',1475947285,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Rw8vBYyLsp2FG7mgMlQCWtc0',0,1674622121.8991,266,'','GET',403,0,520,0,1,'',0),('46.101.179.205',778417101,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','UkzJ7XmM6fjrCGP1StLswhFH',0,1674623728.3889,319,'','GET',403,0,520,0,1,'',0),('103.146.203.123',1737673595,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','CgUIBzYOncRKo2H0D7es6kLX',0,1674625313.5505,268,'','GET',403,0,520,0,1,'',0),('103.63.24.139',1732188299,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2jwWTtPAapNmr3qiZbIocQxS',0,1674626658.8160,293,'','GET',403,0,520,0,1,'',0),('185.25.117.82',3105453394,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yVWTBfCsPiDFOzbo4Uwdrteq',0,1674626839.6806,281,'','GET',403,0,520,0,1,'',0),('5.101.115.109',90534765,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','smwLZ3T6MntkRv0PqrHDKVih',0,1674638966.9857,280,'','GET',403,0,520,0,1,'',0),('66.249.69.245',1123632629,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2016291','','{\"1\":\"Googlebot-Image\\/1.0\"}','upbKRZV9xYjFnArvcQ2O5TyX',0,1674640060.3769,234,'','GET',403,0,700,0,1,'',0),('175.178.160.253',2947719421,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','bkq4QdLHga8tIzpP91fo5K7n',0,1674641295.8651,289,'','GET',403,0,520,0,1,'',0),('102.129.40.35',1719740451,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','7Lq3DngOKhPw2k4MAvBajVW9',0,1674641698.2932,291,'','GET',403,0,520,0,1,'',0),('74.125.210.37',1249759781,'','https://www.sleepingsolutions.co.uk/home.php?cat=10&source=Google&WT.srch=1','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SAMSUNG SM-G991U) AppleWebKit\\/537.36 (KHTML, like Gecko) SamsungBrowser\\/19.0 Chrome\\/102.0.5005.125 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/\"}','tq3ADQFEnBTsdvWpVmjeJNRX',0,1674647016.3894,234,'','GET',403,0,700,0,1,'',0),('109.156.14.96',1838943840,'','https://www.sleepingsolutions.co.uk/home.php?cat=18136','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','R1ifNOMSdT72Cy6AEJ5oman8',0,1674648183.6096,223,'','GET',403,0,700,0,1,'',0),('109.156.14.96',1838943840,'','https://www.sleepingsolutions.co.uk/home.php?cat=18136','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.0 Mobile\\/15E148 Safari\\/604.1\"}','Z5Od9wBYpg6TqjtGrQLPnR2W',0,1674648186.1374,219,'','GET',403,0,700,0,1,'',0),('85.215.165.83',1440195923,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','EUpVrzdvloDjWPOw6It5Kb04',0,1674650934.3160,5476,'','GET',403,0,520,0,1,'',0),('177.55.125.120',2973203832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','BRWdHEwzTVSZeXY6pnAqvh3x',0,1674651475.9177,3287,'','GET',403,0,520,0,1,'',0),('87.236.20.180',1475089588,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6i8xgqV0TuWBALzJ9wNrFRtv',0,1674652451.3957,2901,'','GET',403,0,520,0,1,'',0),('34.143.149.238',579835374,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','xq5eymgCG01BTtJWiZYbu8aL',0,1674653345.3802,276,'','GET',403,0,520,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11215','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','lY3JmQKp9gMD6b2fEI4iAcho',0,1674653848.0727,232,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11212','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','qYiFNLKcTkwA8Qhobu09Vte5',0,1674653913.4181,215,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11213','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','N8wOoiHzc2l4mQEAZ0W7CXqT',0,1674653915.3353,232,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11218','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','5owPtqpQ8Llr1mSA3IYHVeTk',0,1674653987.1748,215,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11217','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','Kj3gQORTa1Nkh5ICXMryuBY2',0,1674653987.6520,188,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-content/uploads/2022/05/.cpt_lvwbf.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\"}','GyOcP51EDxnS0gB3j6lNV4Tw',0,1674654133.6634,233,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-content/uploads/typehub/custom/taijv/.cpt.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\"}','IAVS7JbtH1YraFhGoUf3Qw5n',0,1674654135.3303,182,'','GET',403,0,700,0,1,'',0),('131.251.32.95',2214273119,'','https://www.sleepingsolutions.co.uk/home.php?cat=3064','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','3Q0GSwbWIYNcLJjUualdrsfm',0,1674654467.7598,212,'','GET',403,0,700,0,1,'',0),('131.251.32.95',2214273119,'','https://www.sleepingsolutions.co.uk/home.php?cat=3064','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','BhfSTPLoORI82HyAjQ4dGcmD',0,1674654470.0749,200,'','GET',403,0,700,0,1,'',0),('103.82.24.124',1733433468,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','HjUCuGXnYIDg7Ba5yw61NMe8',0,1674655981.6203,211,'','GET',403,0,700,0,1,'',0),('103.82.24.124',1733433468,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','EpFs6nOlHvkJrPyYBAtW8jei',0,1674655983.1957,219,'','POST',403,0,700,0,1,'',0),('103.82.24.124',1733433468,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','rYSCvdUk2AO79f63boFl4H5T',0,1674655984.8407,224,'','GET',403,0,700,0,1,'',0),('103.82.24.124',1733433468,'','https://sleepingsolutions.co.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','CX6xQfW9gsvKh2ma4lrT30uI',0,1674655991.3362,222,'','GET',403,0,700,0,1,'',0),('103.82.24.124',1733433468,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','F7GkY6ymcd9lb3QLCrD5evwS',0,1674655992.8500,264,'','GET',403,0,700,0,1,'',0),('85.215.165.83',1440195923,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','CIRnK6UleZoxmujfwBWSkGb5',0,1674656515.7690,404,'','GET',403,0,520,0,1,'',0),('143.198.201.85',2412169557,'','https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.18.4\"}','W5kPdch4KlmTGFuYRD8UVesp',0,1674658798.2254,248,'','GET',403,0,700,0,1,'',0),('92.204.134.137',1556907657,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rxT0YSGX8s7HmMFDfwa69lOy',0,1674658829.2752,289,'','GET',403,0,520,0,1,'',0),('185.33.234.111',3106007663,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','lkPDd7nG9gp8wFbOyz6Qruis',0,1674658835.7921,288,'','GET',403,0,520,0,1,'',0),('182.2.36.24',3053593624,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','WfIGmOMxjLVsrFzTcgyt35BJ',0,1674661933.8041,283,'','GET',403,0,700,0,1,'',0),('182.2.36.24',3053593624,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','hTWrcJylIXmOg3ab1jkeRENf',0,1674661940.2934,220,'','GET',403,0,700,0,1,'',0),('182.2.36.0',3053593600,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZVv0Q93qbJU4d1KyeuhAtpFf',0,1674661947.6993,208,'','GET',403,0,700,0,1,'',0),('182.2.37.8',3053593864,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','PKG1qsjcxRz2SFe7NoLWkgiV',0,1674661955.1790,270,'','GET',403,0,700,0,1,'',0),('182.2.37.8',3053593864,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','a6SDrMRke0Q9Kyc58zBjqIF1',0,1674662047.7465,734,'','GET',403,0,700,0,1,'',0),('182.2.37.20',3053593876,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','M7w1KodsjJm6IrQRSN0U839e',0,1674662055.1207,226,'','GET',403,0,700,0,1,'',0),('182.2.37.8',3053593864,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','RPCcgZ7e14jGLYu5fWdqBv0S',0,1674662061.7849,219,'','GET',403,0,700,0,1,'',0),('172.106.0.111',2892628079,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Zf1wj5JPzlCuDBdb7xI2aeTi',0,1674663215.5401,275,'','GET',403,0,520,0,1,'',0),('172.106.0.111',2892628079,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ASQM7KHOUsxe8wYbJEitW9FG',0,1674668486.0365,687,'','GET',403,0,520,0,1,'',0),('198.54.114.86',3325456982,'','https://sleepingsolutions.co.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"}','YzITLWQ2j5gkKq0NnEwZUS4H',0,1674669389.5793,206,'','POST',404,0,700,0,1,'',0),('198.54.114.86',3325456982,'','https://sleepingsolutions.co.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"}','GUKCali8bjmo6tk7Tpqsg31Z',0,1674669390.6245,227,'','POST',404,0,700,0,1,'',0),('188.166.149.6',3165033734,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','vCN52VJAGzdQTPwhSieypKgL',0,1674670423.6112,272,'','GET',403,0,520,0,1,'',0),('1.15.139.122',17795962,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','tP89j0BnTpCcHEW6Dhviay5u',0,1674670436.1180,288,'','GET',403,0,520,0,1,'',0),('35.174.19.215',598610903,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PGnT2DUEfMw5X41ujFsImhxQ',0,1674670566.9634,218,'','GET',403,0,700,0,1,'',0),('103.74.116.69',1732932677,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','uwaLlXf5qjSY23PyDrME1CG7',0,1674670963.9157,283,'','GET',403,0,520,0,1,'',0),('44.213.73.130',752175490,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17950','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','J6QK7baB4wsqemYMW1RdP5Tp',0,1674671944.4885,734,'','GET',403,0,700,0,1,'',0),('44.197.102.68',751134276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17956','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gqJaAOtkIyUT0XFrQPZlef1D',0,1674672320.4710,561,'','GET',403,0,700,0,1,'',0),('44.197.102.68',751134276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18943','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Np9msvKUkPy3cYVjOfHT8lLD',0,1674672999.8953,229,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','w6rjgn9FxDUV8PcAJ7eHqTti',0,1674673692.1755,280,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CMlUc71obIgpLuqSJnOmWQ0B',0,1674673694.4025,210,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','UtTFdjKzkxAa8hRLMHZ5eqgb',0,1674673696.6067,294,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qTO6M1hYkPVILr7vmSNfH3DF',0,1674673698.8783,234,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6YOatHyKJc4wX2ZBkmP3DsQM',0,1674673701.0822,195,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1YZ9Rri3G2oQ4VHDCOsIq0E8',0,1674673703.2650,216,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','sczZryOJ8H1al5T2YDLhjtIQ',0,1674673705.4530,203,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','1cDaZst0vX6SAKPeOCFV3p9W',0,1674673707.8233,186,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','tYx3fBCd8mNOnhFS064T1GEq',0,1674673709.9488,231,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','K8P9ZztFwQYf05aSLsOHhVIU',0,1674673712.1346,194,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','dtkSrj90icRpTIHAV6ZgvnaG',0,1674673714.2934,215,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','XFkMaUmscE2hTbIKWBNiqdYy',0,1674673716.5015,279,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','MkmBRCbduYt5nQfTc0vG1sUo',0,1674673718.7472,233,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','u9PAOM7Lo3Eme1WFKXw8kCtQ',0,1674673720.9338,200,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','yp9B1C5xLri2wlQeGTsn6FMq',0,1674673723.0916,224,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','QOwd4HAR1hap6rn8S5o9XeD2',0,1674673725.2608,308,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','jFTlfNMvB4PApzSWwcKmJrt7',0,1674673727.5230,186,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','k2hn7ByEut8ePT1DHgUiS4I9',0,1674673729.6614,286,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','KhYwfZVrU8g5McBJmz13A7Xl',0,1674673731.9074,236,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','hNem9qQdcDKa7nZlfpAzOYT8',0,1674673734.1111,241,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','4et1ikWuQ5vVET9wXbUJYy0m',0,1674673736.3223,196,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','faXEkxT4F8cOQRzSCoPWbq5H',0,1674673738.4633,201,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','uwGC9j7XbEUeo6xJ4saWN2yv',0,1674673740.6338,286,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','em9brq16SPoRuaxAhFstdz7l',0,1674673742.9329,217,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','SHqc6P5QReOmIbLnDhoWtEF2',0,1674673745.1073,231,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','oewdp4cCBrPOIJiWUVq1gam3',0,1674673747.2949,188,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','GWU6IvPDfC19nbRx3dEBzHqc',0,1674673749.4580,214,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Njr0yGL2EkRh3KmpagitleOI',0,1674673751.6221,213,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','gAcDa4RSMpjBOqwv8Qn5LG2o',0,1674673753.7881,232,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','hF9x16qW3AnajwbIv42XSdK7',0,1674673756.0025,187,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','vFoiEHWwGxcrSkd6leVnOZ3B',0,1674673758.1208,265,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','CZnW7E54iD3MLkUmwvYsdBXl',0,1674673760.4018,198,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','vr7UYAVRjIo0uCghZ6c5xiwe',0,1674673762.5626,200,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','6YyDJXatPrH8Wx2Nj1wKvSp5',0,1674673764.7790,230,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','iEkUTyZ3pBwXHnvbN47JRAlt',0,1674673766.9901,225,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JdXas6hbItEuqrQL17YvFzig',0,1674673769.1881,209,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','FAJURWtSV8izLHg07NGkE2xX',0,1674673771.3478,192,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','eHXNKLYvn2FjTCEc5tb8sp6P',0,1674673773.4875,346,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','MWKSIjLmxktbrCV0OyzaZ65l',0,1674673776.1144,252,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ZbY8OefxJQ9dmKpizEN3atG0',0,1674673778.3228,261,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','quFiUN8BnSlgX67HsA3TVJwO',0,1674673780.6108,194,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','keGh8jVJITYXziqUx9wBrm3y',0,1674673782.7718,223,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','AuDmZIaYRCVbcU4eWi8hXlF9',0,1674673784.9428,197,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','qFyLuYA5wXiZkQn4CGa71cSe',0,1674673787.0906,298,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','l5ho2GcSa87JXIRC91eMEQOb',0,1674673789.3676,224,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ItxDTkng6rfVWd2yiQ5PaGcm',0,1674673791.5411,510,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','0esT5qko1iX6YxPpMzDR9b8Q',0,1674673794.0631,289,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','3Sp5euC2OdzgtEcVn0bq4ja8',0,1674673796.3002,247,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','ySR8IqLY6lw7udzWTj3OoQ2k',0,1674673798.5290,225,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/gaza.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','JUr4SiDxkTbaKzqdZjAvnMtV',0,1674673800.7050,277,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','EpyHtJoqM4leih0XSZ7Iv5Gx',0,1674673802.9535,342,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','N5rwGFEmA0P26ZQUL3jau1W8',0,1674673805.2469,197,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','FbrORNWgU6EV2QYqv9mCu3hA',0,1674673807.4045,285,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/wso1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','Z7JTK48P6dh1csV5O0uazR3t',0,1674673809.6552,219,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','2JxLTnUuoSfbdr0pyaCv6Kjc',0,1674673811.8192,202,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','RqH8ZK6aWOIejnQwVSUgrfGs',0,1674673813.9630,213,'','GET',403,0,700,0,1,'',0),('3.26.169.116',52078964,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"https:\\/\\/www.google.com\"}','lpY3qVDXcAt7xTeSoBhEMnGg',0,1674673816.1137,238,'','GET',403,0,700,0,1,'',0),('17.241.75.14',301026062,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2881','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','QmHVPguRpvs9Y6krnSdGqiaJ',0,1674676791.5518,235,'','GET',403,0,700,0,1,'',0),('94.250.250.48',1593506352,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Mny72iTwNtOPIjs1CaVKcvUF',0,1674678269.4143,288,'','GET',403,0,520,0,1,'',0),('152.37.73.195',2552580547,'','https://www.sleepingsolutions.co.uk/home.php?cat=14890&set_size=Double','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','DSzKRHY971Nt42vGEsaBxhrZ',0,1674679411.6230,233,'','GET',403,0,700,0,1,'',0),('152.37.73.195',2552580547,'','https://www.sleepingsolutions.co.uk/home.php?cat=14890&set_size=Double','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/14.0 Mobile\\/15E148 Safari\\/604.1\"}','6hGU7w4CmVIBcq3obstQDWyi',0,1674679414.3021,184,'','GET',403,0,700,0,1,'',0),('157.245.200.155',2650130587,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','G9xiQsze0Zlrh4j6puJyBHfI',0,1674681722.0147,301,'','GET',403,0,520,0,1,'',0),('34.75.221.29',575397149,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','RQKw8ylm2FdpLWvVEManbOTB',0,1674682351.9080,278,'','GET',403,0,520,0,1,'',0),('17.241.219.142',301063054,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18709','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','72RxSLyrWO8sa9g6tNw0Tmol',0,1674683878.1611,249,'','GET',403,0,700,0,1,'',0),('68.66.200.210',1145227474,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dHajv42wncWXUVbthgYkKLm0',0,1674684585.2384,256,'','GET',403,0,520,0,1,'',0),('35.222.218.27',601807387,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2dUZ3BnxzYN1b7VIH8e6haAs',0,1674685561.5293,295,'','GET',403,0,520,0,1,'',0),('103.129.222.7',1736564231,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gSJkeyWhTB26mu3ZxLC1Aiwz',0,1674686434.3747,308,'','GET',403,0,520,0,1,'',0),('104.243.43.65',1760766785,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','DBbpvjSou0rkL7dEnsQFtg15',0,1674686894.8073,277,'','GET',403,0,700,0,1,'',0),('104.243.43.65',1760766785,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','DU2gHEY6aeylsQdfAvu7nS0X',0,1674686895.2511,182,'','GET',403,0,700,0,1,'',0),('104.243.43.65',1760766785,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','7FYngtNz9CT1Sf0s4QPxWqkL',0,1674686895.5929,184,'','GET',403,0,700,0,1,'',0),('17.241.227.241',301065201,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3881','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','7NFaJycKh48WRAidtQj9zxZT',0,1674687264.5089,258,'','GET',403,0,700,0,1,'',0),('192.241.135.47',3237054255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','fGZmj6DVgwIkhytuplPqrxR3',0,1674687431.3094,291,'','GET',403,0,520,0,1,'',0),('17.241.227.199',301065159,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19093','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','HdARfx03T2Iboen7KDuGwSWj',0,1674688342.4061,237,'','GET',403,0,700,0,1,'',0),('66.45.229.42',1110304042,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dXtvOYgKCUQSiLklF8mZwVr1',0,1674688948.6885,315,'','GET',403,0,520,0,1,'',0),('45.84.1.94',760480094,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6EkUHRZSOdivIFYfXA29Qbmo',0,1674689512.5120,268,'','GET',403,0,520,0,1,'',0),('185.25.117.82',3105453394,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Y5q12dnVhjar48GzM0KL7lRe',0,1674694720.8529,327,'','GET',403,0,520,0,1,'',0),('54.36.82.134',908350086,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','JRFtMXnsEIYH4loG90upTgac',0,1674697133.5304,269,'','GET',403,0,520,0,1,'',0),('154.16.116.41',2584769577,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6lAxFseydLWVIGvacpn84S0J',0,1674697906.3343,279,'','GET',403,0,520,0,1,'',0),('66.249.65.3',1123631363,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2259','','{\"1\":\"Googlebot-Image\\/1.0\"}','rhvEjg0pO62St1f8yPemY9Zl',0,1674698102.1336,425,'','GET',403,0,700,0,1,'',0),('211.217.159.126',3554254718,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','zFHb7104MBCusU2rlPon5pjk',0,1674700696.9767,444,'','GET',403,0,520,0,1,'',0),('34.96.143.131',576753539,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2nDMIB1VePXsNlmzOZ0Ak5LH',0,1674703115.9842,279,'','GET',403,0,520,0,1,'',0),('66.249.65.34',1123631394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2263','','{\"1\":\"Googlebot-Image\\/1.0\"}','SGLFzQeY3D9UHP6CK5otx1hA',0,1674703503.8982,303,'','GET',403,0,700,0,1,'',0),('94.250.250.48',1593506352,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Xgj76fo0iOKnZTdVYHJxCq53',0,1674704428.2274,280,'','GET',403,0,520,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZoSmYR16pGr7hvDl08A4tuNa',0,1674704635.8339,274,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','o59zQKDbvV3cEl4Oy0YAi2aJ',0,1674704637.6291,261,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','9iRPq0rh63TfApeFNVvajkM2',0,1674704644.2471,214,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','PRhbHGAsTYzDFdEcvm3VgetS',0,1674704645.6841,196,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','QXnGdV9PfzaIYJpws5SEN12R',0,1674704647.2197,192,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','DNMCL0kJYUs1hzIeiOqFw7vQ',0,1674704649.0849,254,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZS7HKVmQky41GDgspveLO8fz',0,1674704652.2209,1334,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','xBMlALVhNPUfY4K2n5p1ijQa',0,1674704655.0074,253,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','8uwfKcMWdzyos4BJrD7e2OSl',0,1674704659.3928,1921,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','XtpsQf5VU0jKgBrWxiJd7AY2',0,1674704667.1982,285,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','6i8NShTCVIOoZ1uBmwlAyQeY',0,1674704668.4758,208,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','BQm5OaojGkn1gwuTitbrhfcE',0,1674704674.3102,287,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','wSgpDOxM763rnoGkfZ5yPN0U',0,1674704679.2434,237,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','juA2P4VEF5J1CsOaKedW7lB9',0,1674704681.2247,205,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','hYgsO7xJoSbELtN95vVKdzuy',0,1674704682.4619,236,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','Hina8W3OB5KksSdI7hRpPmN6',0,1674704685.0628,225,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','kezsma3yjN6XHic8ovRSWAGf',0,1674704686.6491,201,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','akGyANrF3wfnKQBuzjcoTesv',0,1674704689.4443,246,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','xqN8vyibgIFjCG92Xlsw7Thn',0,1674704691.1679,237,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','5XY9RnxmZVEitPaJ4h7DzSfK',0,1674704692.1191,191,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','qczxTNwd1GDiEAKhsa40Zn38',0,1674704697.4453,221,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','Ythxm97ql4J8DFasUZoz5V3b',0,1674704699.0429,244,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','0tzNmc4MkrbnpdoSYUq8aTly',0,1674704700.5176,204,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','dIwunHZYptyiSA5BsT4zXgjh',0,1674704702.3735,242,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','39SuAh4zInw0bdcemxtO6jkp',0,1674704703.9626,200,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','4UvbMqtjO6w2BliKkZ3fsxYu',0,1674704707.8301,222,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','9ORzl5D6CFrEB78MUJphIjbV',0,1674704714.6773,208,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','JanegorINquDf3QZvCXpEwWt',0,1674704715.6784,218,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','J4iFfcg3v5pBdzbhZwY09GWe',0,1674704718.3627,201,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','ETljnikosRNaV09qS4uMgcf6',0,1674704720.2860,221,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','JHtmBn0jGU6KW8wY7ui1XLCd',0,1674704723.8427,230,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','yqaCr1iOltgIsb6mBJNMzKXk',0,1674704725.3346,211,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','EgeyjA8XdQ5pG6kJTl9CF2uq',0,1674704727.5360,222,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','Xq39LZdiFhCjaxYyzQ4T5tKH',0,1674704728.9203,236,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','1SPQurK08ni7RyjzXetfkBqD',0,1674704735.0962,221,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','w5aNmQ1bfCecvB7kSq2G3WyX',0,1674704737.2628,244,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','FZ6Q3YsIHEMUG4geb0SVhANr',0,1674704739.7943,186,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','gfwkOXEtdcVizBJNnRapKATI',0,1674704740.7169,200,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','a94ES7xyIzw3KCcLDXAs0Fun',0,1674704741.9273,216,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','5vN2bVzBesTgCMZtu1HAL7xI',0,1674704745.6005,306,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','uCLzTqvH1tPiW2EgFYD53S0K',0,1674704746.8042,267,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','RnZTo4dVe27SQyvIKkahX3gl',0,1674704751.2723,223,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','axCo9pE43iqnU1RBgf0kFey2',0,1674704753.1639,220,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','J3MI6vGgY9it0p2k7maeHfsz',0,1674704754.8246,215,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','8usZA6BdkvLiKO4e7lTX3xFf',0,1674704756.0120,184,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','Yf2DHMN5qGZ0nowWpujFe7Xl',0,1674704760.8260,211,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','nDirsvS0wgHmOIoq6MhEeRKa',0,1674704761.8085,288,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','AtGesUrKz9NdZVbQ2kMhWnac',0,1674704764.6923,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','ivCV9GqQOxab6f7DWE5zkIjR',0,1674704766.1144,196,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','JRiXjKao8fxPw2n1gTv6OcHu',0,1674704768.5603,227,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','bxpmyNQMlHiw2aXcI4T9s7fE',0,1674704771.3913,218,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','TAUSElW1mPcrFD5QNzRhVMHq',0,1674704775.6362,182,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','5pVOU6dMbPE1qs3BFRNL8cnx',0,1674704776.4956,295,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','rWGLHUcEb0atZfC1kiXze64V',0,1674704777.9643,188,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','5yZXwa2ct6pV0lij3d9JxDOu',0,1674704779.4764,188,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','vnrqT9P1sHSY0N7fwXjRIC4M',0,1674704780.6456,250,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','nQq0HgD8t3ZvcreKYjXVlzRP',0,1674704781.5330,184,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','N8vxgMVq1Fc9Izs4HPL2QRBt',0,1674704782.4414,203,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','ysqvbWhAgKfG163Je59icoL8',0,1674704783.8637,223,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','vs9ICJpXtbqTZeRauyYw6SDU',0,1674704786.3692,216,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','wIiNfu7rBdpsyxFJG65mvlEA',0,1674704789.2257,230,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','OCqikLU05eborn1GHgFpvQdS',0,1674704791.1770,213,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','BYZ5gPyrHFa3Ou06Ac49xtpG',0,1674704792.1333,256,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','XHRwu6q4kPUcpStNxGDZr7ej',0,1674704796.0308,254,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','8zsQFKUnARBTjlyNScgGOdJt',0,1674704796.9814,177,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','QFzYs9uLdr1NCWq8yPHJoMAO',0,1674704799.3450,207,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','FIDVJ9l7Efz35ygXjbodHGPq',0,1674704800.2458,240,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','4A05Qn7GEztBTKirpYfNFRlC',0,1674704804.8260,213,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','0evujPS4rBab62g3wfQxtomd',0,1674704806.3538,238,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','MyIxpH9sT8vz3f7aNqPOX2AS',0,1674704829.7739,205,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','8Nw9KYgZHeitSG7VTnoXDFCB',0,1674704832.4398,257,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','yF8NGb0cTB4juZAlWPox5eSY',0,1674704845.4418,215,'','GET',403,0,700,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','vsm4fMZPxjRlXiqYwO5UNV3d',0,1674705202.6085,356,'','GET',403,0,520,0,1,'',0),('5.101.115.109',90534765,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3Ya8KtLTWPwdMyGuVEmlziJp',0,1674707113.3091,293,'','GET',403,0,520,0,1,'',0),('112.18.252.222',1880292574,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','jHcwn0yMtiu6mN8Uq7XIAxRz',0,1674708244.6318,289,'','GET',403,0,520,0,1,'',0),('66.249.65.63',1123631423,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=162','','{\"1\":\"Googlebot-Image\\/1.0\"}','ROu7AoZszeX5D4BiHxIjUbN0',0,1674708922.7425,266,'','GET',403,0,700,0,1,'',0),('15.235.142.129',267095681,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DTKO8scNeJE9rhmlMxR1z6H4',0,1674709049.3359,311,'','GET',403,0,520,0,1,'',0),('47.95.7.118',794756982,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3SP92fbWcNvpmeMDuBUXRxLQ',0,1674709821.2162,281,'','GET',403,0,520,0,1,'',0),('66.249.65.63',1123631423,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=631','','{\"1\":\"Googlebot-Image\\/1.0\"}','VUiclfu8pmzTE42DJdnjoFt7',0,1674712463.2149,256,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','vxwcUd0bTqD2aOf4Jl6yVsLh',0,1674713079.0172,197,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','ojiVtAnzbFE0DTC9l8KyHrgZ',0,1674713079.7724,219,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"python-requests\\/2.26.0\"}','iCrNkz5DLhXoslWyO6Qqjgfx',0,1674713084.5683,201,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/shells.php','','{\"1\":\"python-requests\\/2.26.0\"}','VpwKCxLG7RczfuXoijsTWFaE',0,1674713085.9345,185,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','aom6cQ9LU8xz1wKGHuNBZn72',0,1674713087.0282,201,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-admin/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','YsIVFkRGo5TpH2t6CnhmbN0v',0,1674713087.7880,242,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"python-requests\\/2.26.0\"}','E9pfgi1dYqWmFUxszcTCAGb8',0,1674713089.3103,189,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-includes/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','sBrncwS4aN5zHTU96K8fVFDb',0,1674713090.0448,183,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','fOxnAgbG5k3qT0oSZL4CzNv6',0,1674713091.1390,176,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-admin/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','xyXqtYv4Ds3rkKaeQRISpzf1',0,1674713091.8392,182,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/uploads/2021/12/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','oCWQU1dTZFRMxasc6PwqkiSV',0,1674713092.8762,195,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-includes/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','qo93aZwWnNs16YjQXiETglVh',0,1674713095.3189,178,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','IQylVd20wA367xBXLDHWznvq',0,1674713096.0472,202,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-admin/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','gdOz8Tb2CLsJXYp0uGN3yRtZ',0,1674713096.7566,187,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"python-requests\\/2.26.0\"}','8hKtOXFp2ATgQkrEYew9o4z0',0,1674713097.4974,210,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"python-requests\\/2.26.0\"}','X0rVc489P3FMhxKB5nkqilUo',0,1674713101.5435,244,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"python-requests\\/2.26.0\"}','M4md1ZIrnAvuVygeaqkP87bQ',0,1674713102.4071,187,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','KUwQXl0aACsRrJv6hxjS4Dqk',0,1674713104.1191,217,'','GET',403,0,700,0,1,'',0),('196.74.207.174',3293237166,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"python-requests\\/2.26.0\"}','oYzIkUuSLyvdVH3Cmj8bJhpK',0,1674713105.3407,233,'','GET',403,0,700,0,1,'',0),('66.249.65.63',1123631423,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=629','','{\"1\":\"Googlebot-Image\\/1.0\"}','VSRdx1EDyC9vwcu0oKWLMqFk',0,1674713543.2250,234,'','GET',403,0,700,0,1,'',0),('68.183.85.239',1152865775,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','n97vNsW8owHGzTO4yRKQItDr',0,1674713649.9852,314,'','GET',403,0,520,0,1,'',0),('66.249.65.34',1123631394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=160','','{\"1\":\"Googlebot-Image\\/1.0\"}','KScV8DynMragEY0CBkXjzdHw',0,1674714082.6179,240,'','GET',403,0,700,0,1,'',0),('66.249.65.34',1123631394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=630','','{\"1\":\"Googlebot-Image\\/1.0\"}','jr7FXpt9Uv1o56bNiE8xgBRy',0,1674714623.2234,226,'','GET',403,0,700,0,1,'',0),('45.252.251.45',771554093,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','NdIcDvAaGhtTK6be8X5wUglJ',0,1674714873.4301,262,'','GET',403,0,520,0,1,'',0),('77.222.54.217',1306408665,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','TeGst9f1FhaUmBo34xRdVC5N',0,1674714968.1764,285,'','GET',403,0,520,0,1,'',0),('66.249.65.63',1123631423,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=326','','{\"1\":\"Googlebot-Image\\/1.0\"}','7cg3YbnK2IxVWU4wulH1EPLQ',0,1674715382.6318,266,'','GET',403,0,700,0,1,'',0),('206.84.102.6',3461637638,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kFsmQ0wqDCzOiy8EVlx43bX2',0,1674715779.7552,268,'','GET',403,0,520,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-2018.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2018.php\"}','V1nkDOrleLWINs53G0T6vHpE',0,1674715916.4464,225,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-2020.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2020.php\"}','8qAIsJnXOuMK7CbWQjSylep0',0,1674715916.8559,230,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-2021.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2021.php\"}','BrcSO1NAn4gXHvDxL0lR6bsC',0,1674715917.2665,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-2022.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2022.php\"}','x95TJlBDn8p3WyUMbmYIQHGX',0,1674715917.6198,184,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/0z.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/0z.php\"}','jJXSV2rvRQf4N3aBPCe8YKqg',0,1674715917.9656,203,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/lock360.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/lock360.php\"}','WGmNvElrs87cBqbQfD2PtInp',0,1674715918.3821,193,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-22.php\"}','r7veEDuIJ2VAbsW0G6FqH14l',0,1674715918.7357,213,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-2019.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-2019.php\"}','9lGqhku3cUjPAb4FCKM56yX0',0,1674715919.1313,210,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/fw.php\"}','Rp17n6swJrL4a0GibjIDudTC',0,1674715919.5097,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/2index.php\"}','6vzULsAfG8NYlkcgibQPynte',0,1674715919.8428,207,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/C.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/C.php\"}','7VC3NUivO5aZBhbePEGkcJdw',0,1674715920.2656,182,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/c.php\"}','xMyzpsiJ6gTtVqScQeud5wWb',0,1674715920.6010,221,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/01.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/01.php\"}','YQxUkMElh2qAyCjfOXNmuibc',0,1674715920.9980,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1.php\"}','xq5yRfuaJN2D6OdzkSjGtUeI',0,1674715921.3381,199,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/02.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/02.php\"}','x7th4PYRLezgCNU9wbrOvalK',0,1674715921.7145,217,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp.php\"}','FQWiqPgNJfjmbAC3Gxw9ndRS',0,1674715922.0893,178,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/404.php\"}','hU8cMVIQRtz3eDTgvaBOypHZ',0,1674715922.4443,192,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/403.php\"}','bFsfLgCZ8aMmRlonKwAuqSeH',0,1674715922.8114,198,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/admin.php\"}','yHDCtKENiOAQ50TbJWqVwGng',0,1674715923.1716,196,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/good.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/good.php\"}','BPEs6N0vmzor7ShYZkK4yIu1',0,1674715923.5510,174,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/wp-pridmag\\/init.php\"}','QLPu38sdlX2zBNvSE4MxfbKY',0,1674715923.8864,184,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/radio.php\"}','1lVbiM5UFG0XYhLurwJ8o7gz',0,1674715924.3001,180,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-includes/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','bXTAhZRQL6J3tIcugpoSexvO',0,1674715924.6623,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/1index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1index.php?pass=am*guAW8.ryDgz-TYF\"}','fRtVMr0ICQEHiX7GjOqJZUkn',0,1674715924.9922,238,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php?pass=stusa','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp_wrong_datlib.php?pass=stusa\"}','l2O0IAK8xPYRV7FnEhp4W5mz',0,1674715925.3836,209,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/2index.php?pass=am*guAW8.ryDgz-TYF','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/2index.php?pass=am*guAW8.ryDgz-TYF\"}','BlX7fNk0jLsGpiFyhcOStRru',0,1674715925.7549,185,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/autoload_classmap.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/autoload_classmap.php\"}','GseFd20xQOzJl3pcUZPDanik',0,1674715926.0928,217,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wikindex.php\"}','2amLGOeBM4p5wYuiyAtVlQNX',0,1674715926.4765,267,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php\"}','HDfJT3AmobIw9tNr0Sul2BEQ',0,1674715926.8988,176,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/1h6j5.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1h6j5.php\"}','VRN4kcn5H2zDeOvL1lg9Ayw3',0,1674715927.2649,202,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-admin/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/xleet.php\"}','GNubqYA94PxdVs0mpOK5yoDW',0,1674715927.9807,187,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/fw.php\"}','JqgUM2aC1Hutl6kj8PeDBiKo',0,1674715928.3541,222,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-admin/fx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/fx.php\"}','0YHIGNe8pmgXqkriu7DW6xlt',0,1674715928.7722,242,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/4price.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/4price.php\"}','cl01BK8kSzxFIroy2XhpuiPq',0,1674715929.1782,183,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/utchiha.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/utchiha.php\"}','WO4aIvTo2bkMp6ClDsFmfiJ8',0,1674715929.5160,246,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-admin/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/priv8.php\"}','AF7uPjQ4t1iLdNvGEIMCsJrR',0,1674715929.9658,222,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-admin/rss.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-admin\\/rss.php\"}','gOSwmrG5VXu7T6qz3HWFPN4x',0,1674715930.3596,194,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/uploads/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/uploads\\/xleet.php\"}','pT0GZKghNIY6u2OWkiCvjBc5',0,1674715930.7432,196,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/upload.php?mr=exe3','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/upload.php?mr=exe3\"}','LhciwESeDrn4QHIBogbqNYjX',0,1674715931.0999,196,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/about.php\"}','rj0sWGtbfumpF94ehMQRELDU',0,1674715931.4475,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-includes/customize/class-wp-customize-nav-menu.php?new','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/customize\\/class-wp-customize-nav-menu.php?new\"}','rscj8yRgGPo2U1qhnVx6v9mS',0,1674715931.7884,173,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/ALFA_DATA\\/alfacgiapi\\/ups.php\"}','IZdP2yb15LBlQXADTwJe8f4u',0,1674715932.1142,186,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/3index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/3index.php\"}','TMrUjzPBCiQF0c4b28o7Ryxn',0,1674715932.4609,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/alfa.php\"}','f0hvPukTtZoBSwOX2lpdGMa7',0,1674715932.8107,194,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/old-index.php\"}','yXQuqT82ZhIVt0bEFJMB3NHO',0,1674715933.1745,200,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/baindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/baindex.php\"}','0v6G3aXilPzeYdxyCBMmjh5w',0,1674715933.5276,248,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wikindex.php\"}','BLfcRd6ACFqmEapw83GJIis4',0,1674715934.0044,180,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/doc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/doc.php\"}','zvkxy07DnOZ3GfEYMQeBWaFu',0,1674715934.3461,189,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/haxor.php\"}','kqBQrLOwsdzhT187npADf6Zv',0,1674715934.6969,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/marijuana.php\"}','yu7MnLesCQ8US6IiYvJckETm',0,1674715935.0495,173,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/mass.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mass.php\"}','CBZV8MKHkNRtnhED4s6cGmI3',0,1674715935.4067,188,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mini.php\"}','4tfPSOLqkpvD8c9gj3BHdzZ7',0,1674715935.7664,205,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/priv8.php\"}','tI5DlOBWS9fKzkaHxmTPQ6r1',0,1674715936.1351,298,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/shell.php\"}','NwzZfyCHcbQWKFuem8V90nir',0,1674715936.6363,242,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/small.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/small.php\"}','9YUzVAGs8ptDH4KFPIXxidqW',0,1674715937.0767,185,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wso.php\"}','lZ2ym9pOV0sBGNHd4gvhK635',0,1674715937.4291,190,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/mininew.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mininew.php\"}','zdyR3gOrl94Gvf05tIn7p2TL',0,1674715937.7783,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xleet.php\"}','I6xqdnYHTJzyahZbKR4oiSAF',0,1674715938.1185,187,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/1337.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1337.php\"}','h4RmAfPyltwaB7kXIi2M05u3',0,1674715938.4762,217,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wxo.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wxo.php\"}','4l1ghLx7WZjEBqIUNTwmKyJ5',0,1674715938.8639,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-info.php\"}','enfT4dHkWC9pimoOI6qY0xEj',0,1674715939.1937,233,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/up-kon.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/up-kon.php\"}','QxeAIYHDUdsp3hLJE7OWRoCw',0,1674715939.6093,290,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/hehe.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/hehe.php\"}','ZdFuCcvf1s7UB3zJiWPbhjn5',0,1674715940.0788,187,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/3x.php?3x=3x','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/3x.php?3x=3x\"}','UlxNjDAsoYMzQd9bveLXFnW4',0,1674715940.4293,228,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xmlrqc.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xmlrqc.php\"}','N0OXuRibp8ktrgIf6QmEvA1L',0,1674715940.8376,182,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-blog.php\"}','SYg26WD7EcBR9fNsCHXoLA0G',0,1674715941.1812,179,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xwxx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xwxx.php\"}','OVwArThcpkYnLi7S6UvbE5HG',0,1674715941.5191,186,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-content/plugins/fighter/fk.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/fighter\\/fk.php\"}','68bfzlkZcioaIA3QryVPwDd2',0,1674715941.8660,188,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-x.php\"}','6P9e2xoOKGLvTlgIprmaD5SW',0,1674715942.2546,181,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xl.php\"}','5uzjLedQ20nfrFKXqYJaxZhG',0,1674715942.5876,176,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-god.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-god.php\"}','c9SnHzkDQVBNpPl3EyvZjfdu',0,1674715942.9248,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-easy.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-easy.php\"}','fIkS8Bo5y734NJzMwvghTOWG',0,1674715943.2626,193,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-content/plugins/easybusy/wp-blog.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/easybusy\\/wp-blog.php\"}','1yW74NPFqoljdhCr2Vw9Sepu',0,1674715943.6201,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/DKIZ.php?DKIZ','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/DKIZ.php?DKIZ\"}','JyzDs0wMSaYIrcVfBRG6giuF',0,1674715943.9538,173,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/pi.php\"}','90HraGB4uZdvE3R5Uw8QnTK2',0,1674715944.2852,177,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-includes/assets/pi.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-includes\\/assets\\/pi.php\"}','PzobkxfyUImNwRS8aFMldGhV',0,1674715944.6221,206,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/XxX.php\"}','i1Dlu6TUtCgAnV5OQwkFW3E9',0,1674715944.9875,182,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/new-index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/new-index.php\"}','suZOMFKX7fei6pt5mgW2UGI4',0,1674715945.3383,188,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xml.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xml.php\"}','sdxTh4Bk2MJcUi5frLKCjSly',0,1674715945.7091,184,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp_logx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp_logx.php\"}','vLxGQOMEa2rUepB5Du0bdzg7',0,1674715946.0596,185,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-content/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/upload.php\"}','AoXu3p42VgQNTLJtn7EBHeWl',0,1674715946.4058,202,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/crypted.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/crypted.php\"}','4YckzUKxROhwu2rLZE0leJPM',0,1674715946.7722,248,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wpx.php\"}','WKj1hd8C0ZkluF7AbYc3GV6f',0,1674715947.1914,197,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/ini.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/ini.php\"}','ZX9FuxKLzdnO1iVhCGbrw084',0,1674715947.5510,168,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/xx.php\"}','fiyoSahjQIGzXUFJp0793RKm',0,1674715947.8795,203,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/reminder.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/reminder.php\"}','pyjfFwUezHqVQoLn4GAKrJta',0,1674715948.2466,197,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/wp-content/plugins/masterx/wpx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/\\/masterx\\/wpx.php\"}','laSfiJQ4kAEu2Fz7yOrWVbmG',0,1674715948.6146,208,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/image/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/image\\/screenshot_1.php\"}','VcBYvC9qSy0Kgz36iODxaed8',0,1674715948.9959,221,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/screenshot_1.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/screenshot_1.php\"}','mxVEGYljaIObgrhXDtQZc9AL',0,1674715949.3836,190,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/mad.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/mad.php\"}','PNKTJUV4abjeDgRw2fnBWoMZ',0,1674715949.7381,190,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/admin/controller/extension/wpm.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/admin\\/controller\\/extension\\/wpm.php\"}','96VKwNHUeZzIxPXFaqW2rmk0',0,1674715950.0803,208,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xlt.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xlt.php\"}','nyANZQais6g1rCSblGzmHhFL',0,1674715950.4496,197,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/xl.php\"}','9DMSmHQ20A143zci5oeZtKxV',0,1674715950.7988,199,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/lufix.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/lufix.php\"}','VhIP9CJMbBuZt2oDWmqd1esx',0,1674715951.1587,176,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/uploads/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/uploads\\/up.php\"}','Ivxg6kDmWXrlj7qLG5Nb9op8',0,1674715951.4956,202,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/images\\/vuln.php\"}','4xJcv6ogYCsLI2plNEFZyd8T',0,1674715951.8579,204,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/up.php\"}','Qz7frqxwLa8152hC4OvRuAKV',0,1674715952.2139,183,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/media-admin.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/media-admin.php\"}','qiOHeQtTmBVYMpj85LZlgh1o',0,1674715952.5539,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/1index.php\"}','KpGwvPfmj83rZ62iNcHOXx5V',0,1674715952.8802,179,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/payout.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/payout.php\"}','dur6f1tkOyV2jUHg7wElA95Z',0,1674715953.2947,209,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/google.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/google.php\"}','6uYNv48BRstVOkEAwK0Ppb2h',0,1674715953.8879,181,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/srx.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/srx.php\"}','yPjlKEbNVHCMRA5YtDogG8kW',0,1674715954.2261,175,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/x.php\"}','HbxAro08BfSz3J1Zs5hYdwMt',0,1674715954.5549,194,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/upload.php\"}','Fw5kKUinhS0DC7qVbvczEWp8',0,1674715954.9103,174,'','GET',403,0,700,0,1,'',0),('104.236.194.159',1760346783,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/ups.php\"}','xZzP4kqVN1iwOTHQ7F0thWGb',0,1674715955.2508,175,'','GET',403,0,700,0,1,'',0),('192.241.135.47',3237054255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','BIvRVPsUzJmOhEobkX4deTwr',0,1674716682.3704,323,'','GET',403,0,520,0,1,'',0),('34.96.143.131',576753539,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','l9NQ0F6xzVtIs2qvgacYMGrd',0,1674720467.7140,283,'','GET',403,0,520,0,1,'',0),('66.249.65.63',1123631423,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2016310','','{\"1\":\"Googlebot-Image\\/1.0\"}','6q5soK2pMtvURWlJxYQ3rC4L',0,1674723866.2162,209,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3612','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','JIpuOgGyH293nFq87XxhEZ5Y',0,1674724284.3512,213,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3614','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','FkydErpSbaCszNT34oHvlWVP',0,1674724304.5167,214,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3880','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','ePE9UCVvNDmMtsqWOuhL8HIw',0,1674724311.3248,211,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3741','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','In96ucetw5b0aOYmigPyAZNz',0,1674724311.4078,213,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3879','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','c7pPuv0B2C6EVqegbLwXmkfM',0,1674724311.6730,213,'','GET',403,0,700,0,1,'',0),('109.248.175.137',1845014409,'','https://sleepingsolutions.co.uk/bala.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','HZrcA8UsQ5m2PiJD6Vz9KEeY',0,1674727322.3075,231,'','GET',403,0,700,0,1,'',0),('120.132.99.49',2021942065,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','NiEXqWzCfwd7xS0l3YnjrtVm',0,1674731729.0111,267,'','GET',403,0,520,0,1,'',0),('120.132.99.49',2021942065,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','aOq7ZtoyKFnz5BRjiTHhcf2g',0,1674731730.3163,1197,'','POST',403,0,600,0,1,'',0),('103.72.163.9',1732813577,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','8kMSZWl3guIztj9odTmaPsON',0,1674732960.4748,266,'','GET',403,0,520,0,1,'',0),('47.242.124.78',804420686,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','RuwaK0nq6Lj7kTbgczryFWQ5',0,1674736630.0475,1305,'','POST',403,0,600,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3738','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','Z7x1NAmVhSe0RJvuGDqBwfds',0,1674740833.0912,218,'','GET',403,0,700,0,1,'',0),('51.91.151.60',861640508,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','K1lPAonB5R8xMOSrQGHyVIcw',0,1674740976.5355,1209,'','POST',403,0,600,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','07mPbslr9oC8auqKRBN4IMi2',0,1674740992.6782,250,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','fa3jstDiGm09IzNWvop68qlU',0,1674741015.1909,226,'','GET',403,0,700,0,1,'',0),('93.84.114.208',1565815504,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','1AgXnLqVsQbDHmOc4uF92Rxw',0,1674741217.5878,268,'','GET',403,0,520,0,1,'',0),('66.249.65.34',1123631394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%203824','','{\"1\":\"Googlebot-Image\\/1.0\"}','wGU4hfnzNoke0axCYRpZOQmI',0,1674743733.0892,223,'','GET',403,0,700,0,1,'',0),('45.130.83.70',763515718,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','48sSKNwjW9DQoCd2RAiaIHzU',0,1674746519.2023,1851,'','POST',403,0,600,0,1,'',0),('109.248.175.137',1845014409,'','https://sleepingsolutions.co.uk/ss.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','EvYeKAOzR3IahMnVCQgm1rq2',0,1674749927.2042,334,'','GET',403,0,700,0,1,'',0),('178.128.31.204',2994741196,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','UmJ98IX6Br1OqsZdWF7TaANC',0,1674749986.7263,271,'','GET',403,0,520,0,1,'',0),('138.199.48.186',2328309946,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','rF1hIUjcOEdA3NGTwfglSJt6',0,1674750333.4451,1909,'','GET',403,0,520,0,1,'',0),('140.238.8.151',2364410007,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\"}','4Rg6nlxqoCzma5OyJAw0QGir',0,1674751780.9473,320,'','GET',403,0,520,0,1,'',0),('52.176.65.17',883966225,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','2TiWsquja8kgy90b4GtXfBZo',0,1674751998.5353,1077,'','POST',403,0,600,0,1,'',0),('138.199.48.186',2328309946,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','0N9mqacgXZL8l64xzyISvJPY',0,1674753485.3205,693,'','GET',403,0,520,0,1,'',0),('138.199.48.186',2328309946,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Ob4ZwxAs3GIV5FkSqnyiMdcL',0,1674754616.4211,891,'','GET',403,0,520,0,1,'',0),('112.18.252.222',1880292574,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','p3GJkwdAPxzrKQt809mcBuYD',0,1674755493.2708,330,'','GET',403,0,520,0,1,'',0),('51.89.98.142',861495950,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','hyjfDaYxBWuzVU5sLJ1w9lId',0,1674756647.5185,304,'','GET',403,0,520,0,1,'',0),('150.143.111.232',2525982696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36 Edg\\/109.0.1518.61\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','CrFeMl8QBJwHkGoK9hLq2bDn',0,1674759013.1364,218,'','GET',403,0,700,0,1,'',0),('35.222.218.27',601807387,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rSqyM39FXdtogGxcblPO1ha2',0,1674761108.4857,281,'','GET',403,0,520,0,1,'',0),('177.55.125.120',2973203832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2CmUgB4Rpuda86HMxEt5o1An',0,1674763287.8985,276,'','GET',403,0,520,0,1,'',0),('109.248.175.137',1845014409,'','https://sleepingsolutions.co.uk/v33.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','e3inopZcvqbxEzQj8tNK4TJh',0,1674763510.7859,361,'','GET',403,0,700,0,1,'',0),('138.199.48.186',2328309946,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','hflnLb1oK4tJ7P5MWaeDuw6S',0,1674763929.4656,299,'','GET',403,0,520,0,1,'',0),('54.36.82.134',908350086,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','aOqlQo2mEBGiTesWMPdRNFzJ',0,1674764107.2357,274,'','GET',403,0,520,0,1,'',0),('5.23.51.236',85406700,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','g01UyKhzem9YOMcvVrFAR4f7',0,1674772334.9205,276,'','GET',403,0,520,0,1,'',0),('103.200.23.160',1741166496,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','M89PGSe2D3gBknlv1ITFO7yN',0,1674774160.2180,349,'','GET',403,0,520,0,1,'',0),('207.180.230.207',3484739279,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','4bNFhwWrPSo7gdR1eVnTkKaE',0,1674776403.0548,397,'','GET',403,0,520,0,1,'',0),('5.188.86.227',96229091,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.6 (Windows NT 6.5; Win64; x64) AppleWebKit\\/528 (KHTML, like Gecko) Chrome\\/79.4.6 Safari\\/58\"}','KH90FpSy1vJINPxcugdeTakM',0,1674777634.6649,436,'','GET',403,0,520,0,1,'',0),('5.188.86.227',96229091,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.6 (Windows NT 6.5; Win64; x64) AppleWebKit\\/528 (KHTML, like Gecko) Chrome\\/79.4.6 Safari\\/58\"}','8Uls9uKzxiqZ4CHpwVO6A3J2',0,1674777635.1613,288,'','GET',403,0,520,0,1,'',0),('5.188.86.227',96229091,'','https://sleepingsolutions.co.uk/?rest_route=/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.6 (Windows NT 6.5; Win64; x64) AppleWebKit\\/528 (KHTML, like Gecko) Chrome\\/79.4.6 Safari\\/58\"}','RYz3dp2aSeUWqO9cXBgIMvP4',0,1674777635.5510,309,'','GET',403,0,520,0,1,'',0),('150.109.60.184',2523741368,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YCZlc8urwW7qjmJD0ga9hOyx',0,1674781260.1504,321,'','GET',403,0,520,0,1,'',0),('103.130.218.42',1736628778,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6iUbZlFnXIwHoyQJ2cgDMO15',0,1674782408.9478,274,'','GET',403,0,520,0,1,'',0),('77.222.54.217',1306408665,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2QT3z9Kw6lDZ0hmtO8LsCWnb',0,1674786413.6289,368,'','GET',403,0,520,0,1,'',0),('108.179.251.69',1823734597,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','kpO8CY2Qs1SWqIjhTMUiRVJB',0,1674791731.1911,287,'','GET',403,0,520,0,1,'',0),('66.249.65.34',1123631394,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2373','','{\"1\":\"Googlebot-Image\\/1.0\"}','qA2OEMBi8rdes5lVpGuL0Jnk',0,1674792165.2788,287,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=joomsport_md_load','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','xe8FcCgNOIPWVE05HbGo6sXU',0,1674792324.6431,234,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','2gKvbsJlOonejL0IacuiwDfF',0,1674792325.0064,355,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','SrkWzBeCi3oIMKHZQGjL29TN',0,1674792325.0961,282,'','GET',403,0,520,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/gqjdio/vt.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\"}','HfmonhcJsaDtQd3qAUCEyIZ2',0,1674792325.2917,251,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/imagements/images/2ktsk8fdwlh7amaezqxxldrfpx9.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','YRDqTVZGgxFzQNpo6CU9K23A',0,1674792325.9670,281,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=formcraft3_get&URL=https://cf9kr129k8i4jn000010ptfodkaiw58yu.oast.live','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','OKuNIXLAoDhiU5l89G2a1Czf',0,1674792326.1096,283,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-json/visualizer/v1/upload-data','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','CdcGywk8uhjBUlEP3N7g6sTJ',0,1674792326.1096,306,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=moove_read_xml','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','byQ6wTp5EtxXvFCZlV1GouKr',0,1674792326.1096,457,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2KtSJoHdLXhkoXPSQ4VBmJGrlaP.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','3VvLrOh2ElFZt9pqHaeYjsMz',0,1674792326.2005,393,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','LFS7bRB2I94UoHC8qnekcmNO',0,1674792326.2018,423,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=memberhero_send_form&_memberhero_hook=phpinfo','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Bb6GRHgErD5udjzthixFeTLC',0,1674792326.2878,351,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/?qtproxycall=http://cf9kr129k8i4jn000010nmhytjd36s73b.oast.live','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','4raPn1yie3DAF5IMfVb2j76C',0,1674792326.3778,353,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','682XPd1RcSplATfCseDWv0Ow',0,1674792326.4027,373,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','0VFGNpQke5UTcv39PMHRWBOi',0,1674792326.6019,293,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\"}','EAftmP2YLoNIqrpWsn0zJv1R',0,1674792326.6717,313,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','a4ITd3fr6CVmGF8iyEwpzHQK',0,1674792326.6969,341,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=easync_success_and_save','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','X9QziPmYFLvo2Gnq154au3SI',0,1674792326.7283,334,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.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\"}','oseyRJju1OCYZcqAiTNd2pFD',0,1674792326.3468,716,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php?filepath=2KtSJoHdLXhkoXPSQ4VBmJGrlaP.php&size=1&sizefactor=.090909090909&text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','2aELPYbW3ANxR5ZSdyfQqjnJ',0,1674792326.7283,387,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/index.php/video?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','fA17zp8yODgoP6uJSHYkN35w',0,1674792326.9603,282,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','vU7uMWXe6xSZlr4kCQL2ogjh',0,1674792327.1206,237,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','5XDxbQoI890WTAPOkphYHqnN',0,1674792327.2422,216,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','76CMfeIbpvUOHQuKydWmxYoS',0,1674792327.2420,288,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','GrBIL4Ml60XZWsDKqY3ahciw',0,1674792327.2435,311,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','OoQ5ebdztyvFCkYLK2Uhsjcp',0,1674792327.2665,288,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','KYfFDl9MHRtq4sXrZo7ymA02',0,1674792327.3387,346,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','qbDJvCw2F1gnMSc3WB0pslEr',0,1674792327.3405,385,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','2Ryg8udhxkVUYJ3B0Cp1eDTI',0,1674792327.4536,312,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','d7gi48UlF2Hr5IxOomSjGeYz',0,1674792327.4567,330,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','XfvAG8TI6wjVBcWESZedxlNz',0,1674792327.4589,350,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','poWh6mKvXRES0VJid9QaYPt5',0,1674792327.4535,366,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','FkRZvjVSrBCwT8mW9dK4AsHU',0,1674792327.4537,387,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','LOtiMzpDNC9cP5Ebr0kYwTjW',0,1674792327.5272,345,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','mLvbah7zeNdwAHc3D9Yi0Q12',0,1674792327.5432,329,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','12GB0xlg6T3mwaNIenyO48Zo',0,1674792327.5426,329,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lgb6wOiQyvqRYd4K8kf2M7Dr',0,1674792327.5773,358,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xTpVQXNjznhO0dqD813PmogM',0,1674792327.5974,366,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xBuZYy6G2nHfMXAsITiNERqp',0,1674792327.6012,362,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Pm0ylR9JDSeGN4uBEWaCYAU6',0,1674792327.6833,391,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','J6Cso9WNXAav5QiwBnmIgqeF',0,1674792327.7098,374,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','AoQZXPSfbN5xzI2wYHF9aK7U',0,1674792327.7851,321,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','RyIU4D0cxrfw1gevLSHVK5Ak',0,1674792327.7112,444,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','AfbGvJLrQdZgKn3OqpXzRsDW',0,1674792327.7134,442,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','TYbPu5oIMK8w4UW9ldZh03SR',0,1674792327.8199,384,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','vqxRWTckGjM7foAzQrm1YygX',0,1674792327.9687,293,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Q5At6p2zN1FnmouDB8MOIfKi',0,1674792327.9795,294,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','MnW3CwKz2eSgQjf4Rx0YtLTl',0,1674792328.0216,308,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','vBR8OH0MGT9ozbc45IWgK2jC',0,1674792328.0268,318,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','ub37qycAIDgrMveEwdGs8lfY',0,1674792328.0215,327,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xkREYbsrjU4hMADiIuefL9ST',0,1674792328.0214,329,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','CxfKB0mOqSsQ3UInYzwo9p4j',0,1674792328.0953,308,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','oAu9Bc5DPM0Ea27UFmQenKJ8',0,1674792328.0952,319,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','bXF25xpNz1RyZr60KEinPtkV',0,1674792328.0953,358,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','1Wz8Cs7BKevkS6P9ZqnpX50I',0,1674792328.2587,290,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','0hIxyDvY6Sneul7MkrZVKmdi',0,1674792328.2434,314,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lH39eZh7xnVvgQGKPFNkbLB5',0,1674792328.2610,306,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','opUs1r2MizxhjlCL36me4YGD',0,1674792328.2905,285,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','GXCK2ojUO9gPWxtDMkehLS8m',0,1674792328.2904,304,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','oOZSuW9xFRDNtTYCEp8m3gGk',0,1674792328.3015,299,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','CtqJAMePIi6ux1OG4hFDpsnB',0,1674792328.3311,282,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','TovBZ9xYryWgQ4MRwkDp1qVs',0,1674792328.4048,253,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','EyzHqFu1jR02MrTVifw8SNxQ',0,1674792328.6001,251,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','GUOMlrboQSmKwv81DZkNdnHf',0,1674792328.6049,267,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','8uIN3jP9EfZBt2HkngzwdMFm',0,1674792328.6001,272,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Yd9j8hNDkgMoPWiFbnr12ZUc',0,1674792328.6001,293,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','BuWvoRiq3Tdlb1ZFgeEADQp0',0,1674792328.6643,285,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','LcQAV0hdE3MaxtTnbovNK9OP',0,1674792328.6757,285,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','aXDqKMPR7NxbuflwzQs2hctW',0,1674792328.6655,295,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','q3ziaRDdf2EBMHJrZyNjsYTk',0,1674792328.6756,295,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/?pid=0&uid=0&url=test&visitorId=1331\'+and+sleep(5)+or+\'&wmcAction=wmcTrack','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','2dQPpioxbF9WjzOSs05KDeun',0,1674792328.8471,252,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"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\"}','n8Gb2hyrF7sNB6pkAWow1gdH',0,1674792328.9675,266,'','GET',403,0,520,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2KtSJoHdLXhkoXPSQ4VBmJGrlaP.php?1=var_dump','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','tyGu2ETL5mPhcxnRNAY9vC4j',0,1674792329.0415,333,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.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\"}','3ogQ0KxmPAHcEB7eT8nW5ayI',0,1674792329.0951,387,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xVwjhWrtJ5C9p0gOLHMXNUYD',0,1674792329.0415,466,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','8Kf3yrMQT9ACmDPUv5qYJZRc',0,1674792329.1290,499,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','ZgJY1vFtHLUP4TDa8WSh5xdz',0,1674792329.1290,530,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','NnuwBEYiGDLyPICAMUj6X2s4',0,1674792329.2288,442,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','U5JpVQaMdyfPRmqehxIlsubA',0,1674792329.2360,444,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','bCO5AiIseB8FxHRM6Yq2dj7l',0,1674792329.2892,409,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lfZ30QKvcrDipsJMkzLbRgNO',0,1674792329.3362,362,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','wOEg98ktKfQlUicrmzexjH52',0,1674792329.2360,472,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','oVbzMsnhRW10cfDGg4JAm2Pu',0,1674792329.3585,370,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xAeinUkuaOY9oW3NCPD2MJVz',0,1674792329.2887,495,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','A1tbN6Jys7YaUodvxCZMWmlX',0,1674792329.4306,377,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','QFkf3gR1myWtY0G2DVlxdO67',0,1674792329.4367,371,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','DnsrjSpx4Xev7bCU9hZOlgMG',0,1674792329.3901,445,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','gJdCuBz0f7UTVoPhQtRjql8y',0,1674792329.6528,295,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users','','{\"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\"}','KyBRrJMYin28cEH4WslOSVFt',0,1674792329.8665,301,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','L2EtrcFnS8HZw5GbfW9xX1Vo',0,1674792329.8979,307,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','2FlkRJxeTMs7gDf3CIS9V4Pj',0,1674792329.8661,355,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Tw4RH1eaUkSDcOKqv2XfutVd',0,1674792329.9242,320,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','69utizSwkKnHfWmjlo2OVec5',0,1674792329.9239,345,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','F6wCpa5lvtu1Tkr7QjI48A3V',0,1674792329.9515,343,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','rVxX80EfcZQkSaN1im2G5JTL',0,1674792329.9514,389,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','kbtU7cKI2CwNo0eW38DLnHjG',0,1674792330.1105,318,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','HkCUJhte9AbnuSIWDVys0gXF',0,1674792330.0133,425,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PVyFlTstgxRavkUnpmhqw5d4',0,1674792330.1750,311,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','L26QIRMkwcivE8esrnYACG4F',0,1674792330.1712,348,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PXNukBdzKcvCt1xDq6joR7sZ',0,1674792330.2733,324,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','ivXbCAwaudlMnNcp9OtW8x0g',0,1674792330.3183,323,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','XtlxFcweR7q6IBAgDkGYVTyu',0,1674792330.3183,351,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','TmqEy3Pun97GheZvrfIdAoak',0,1674792330.3446,348,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PULBtEdvucwOy6J45nmISlq8',0,1674792330.3182,374,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','cCe8hKfZ2Tiov7WsnJdk0jXq',0,1674792330.3378,386,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','ZqR2mufv1iaSnMbTW8VOecdp',0,1674792330.3546,379,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','mPRJc9FYgMnvD6dKZGExX1zi',0,1674792330.3394,406,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Yw2tOLAHbvSjcKConypiX3hJ',0,1674792330.4967,306,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','GOLQUcxg9whlNsJzBVqai3y8',0,1674792330.5046,314,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','YKIsUFh5CjTzN8ngm3fMHluO',0,1674792330.5600,259,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','CIcztMV2YeTLnqgpOxm1sWSv',0,1674792330.6177,236,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','iDvxpSNnglEe1ho07qfCc8Fz',0,1674792330.8420,199,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','tqlHsoL5Q1iVgCOwuUjc0XdK',0,1674792330.8888,256,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','AnzsbSaIlBXjxkQ4rYZewyT5',0,1674792330.9446,241,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xavnNelyH7o9I4tpgDRSLrOF',0,1674792330.9958,347,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','wIj1SaNsOrF4WU7QXCl6kRbA',0,1674792331.0594,296,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','t9bqs3wJiKpBeWHcIUuX6ZTD',0,1674792331.0328,407,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','KMCW1Og8cx3huaA0H7RS9rdt',0,1674792331.0228,449,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','nRdWhMCTgy2jPoplwL8KEVOZ',0,1674792331.0092,471,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','IfGS5szFabMVL7cjPqCw6ugR',0,1674792331.0607,578,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=wpt_admin_update_notice_option','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','EWuCDtjMLcepwPRqOkf7zAVY',0,1674792331.1536,534,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Ns0awGy2mtKZXgThzQIMpo3f',0,1674792331.1893,528,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','wokXZpO7lrAVLCvq91hPDb2j',0,1674792331.1267,659,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','31cY7nQCbMFVDd4oWLBGkZyf',0,1674792331.1214,712,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','tO3ZAQHNxnIh2gkcJVaTM6BY',0,1674792331.3217,593,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/?rest_route=/olistener/new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Pox2Zivgu7HkhGENVMmKOJbU',0,1674792331.2128,712,'','POST',403,0,520,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/html2wp/2KtSK97MNcugrhMtpZxdZ1wuPqj.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','9RLJulOUWpNkP8FKaeYxjrVb',0,1674792331.1186,887,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/','','{\"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\"}','oSnEpeDCsfIGlO4Zx7HFWgP2',0,1674792331.1948,840,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','B5ODVSnvdczeKf6TgoR7A91t',0,1674792331.1175,939,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/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.47 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','U109wuVSEtjiFgr3eQxMYoyA',0,1674792331.4914,584,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xLk1tKSgpvlV65hc9szr4EYJ',0,1674792331.4749,639,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','EGYjI7Raf0XmQhMiWOc6CSvB',0,1674792331.7572,382,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','N9VubeSn8wOmCUxLFHXKdzgZ',0,1674792331.6216,587,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','YhLGQbavXIr872ofMk3y40nS',0,1674792331.4560,790,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','aVQrI3tNb27JSxlzpDRBcwZd',0,1674792331.6134,669,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','138XRpIKWT4azQGJiDLVye0M',0,1674792331.8254,492,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','pvlSkquyTiRsPrNHx0GjebCJ',0,1674792331.5140,803,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','q0ZsbQzXMJhfm7tPdIuYLAjw',0,1674792331.2776,1091,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xLYcEkJV2Bal0Wt3FN8yhRHK',0,1674792331.2514,1117,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','ZcSxfFh2u8wrgbDlMR0Io3Ap',0,1674792331.3234,1121,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','7FuTg3neXjyakN6WpZLOV2Bx',0,1674792332.0050,466,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','WCGEgMRmBpaS1etTAv05qkYX',0,1674792331.8740,597,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','VxrNfHhODAzPIW5yLeiUba41',0,1674792331.5926,878,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','LE9DUiA34pvG7eyYIlaSXVou',0,1674792331.6655,831,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','69Sb4vqpiDeVfETgKuotHMLF',0,1674792331.9010,595,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','FWg7sO2hz3lXruYQeUP1EnjM',0,1674792332.0463,453,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','KioJtxpnYSAH4P90CwbM51ar',0,1674792331.5330,992,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','b18Y4jDOVu9aLMBz5dICW27k',0,1674792331.3918,1134,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','72vsGpI8hMW1tA34SPcFJ5kQ',0,1674792331.7415,799,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','bEsqz1wcB8yPM0oL9UORSeK6',0,1674792331.5097,1042,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','OCkA5beZ8DXnzHIUjx9a4Kmv',0,1674792331.4757,1120,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xzwVAFkjXiK0mS85sCGtHpb1',0,1674792331.7855,833,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lvi0J426ztyckusrhqNGmUpW',0,1674792331.5176,1101,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xwFkU9j57KtJibWeZIChQB0p',0,1674792332.1817,453,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','2uwbQR3xE0jAp1tWNCgGeJYh',0,1674792332.0709,563,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','q9wHEWK1dN5ehbnikVaxMgcf',0,1674792332.0848,550,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','aF3g9YQtA8wzplx7Vye4mfrR',0,1674792332.1386,520,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','pEHVmq1Lrjb6sl32fo4avGkn',0,1674792332.2346,424,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','jHNdQuz4wYe9UDCymVE8hAxk',0,1674792332.3220,337,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','SXqhZP29RMjpFfuH50znatvs',0,1674792332.5450,274,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','QVKPyHD5Ym6xFnqd8pTi32jA',0,1674792332.5672,314,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','UC58tIWEDhNTiVs0lLpA4Qkn',0,1674792332.6190,293,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','OEJofe369TIsDamwz280ShxU',0,1674792332.6172,312,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','MpnOvW8wm5NRdFIUEJ7H4zGT',0,1674792332.6127,357,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','jRQ4HkeTtXmFx9pg5aPbO0Jo',0,1674792332.6835,303,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','VQIMyEipZYWBd54bexSJjRwg',0,1674792332.6855,327,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','dGyxrEP2IY0RlZH9O6w3k4TD',0,1674792332.7680,434,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','h2tC3BwilKrHWFDSemVUJbAj',0,1674792332.7687,493,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','UdIkECT4VfHu5z8FBeGlAKZx',0,1674792332.7407,638,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','tKVRxkgm9fwJTou7h6dE3y58',0,1674792333.0342,456,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','1FzLo0e73PlucRHWBhYdGist',0,1674792332.7704,772,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','KRJmEljh8NQWGcU5BqD7pZCL',0,1674792332.8916,727,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','kqyK98jMSGd5zavZ6PgBRWcJ',0,1674792332.8606,847,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','KPr4jOhlHyQd0JbazMc8BUN7',0,1674792332.8932,901,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','UprljCaZG5iOB3cyoRdMWz71',0,1674792332.9978,865,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','h5ZUV1gzKLFdEcimsQAStelT',0,1674792332.9704,916,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','T7yOh4Gck0Aw8DnrvodBj19Y',0,1674792332.9972,1059,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','sA9vFVkMh6TjrbNpD2ULIKca',0,1674792333.5471,509,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/2KtSKB82JhgI36okIu37UgsUwSF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','P6MfAd1c5eOsiK8SXTLo9YCZ',0,1674792332.9451,1138,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','yUvocXBQ3FS9nqhZsTkuIPOL',0,1674792332.9612,1122,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','DoT3E05FuBbCrOI9MKxzjv8J',0,1674792332.9573,1151,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xFwarLign5pcC1BdOKqHZ8Al',0,1674792333.4222,713,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','IsnTtjzcDJOlNiYmPgpCZaSK',0,1674792332.9332,1230,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','rkN0isWEzLJBGQFnXwjcZ5Pm',0,1674792333.0693,1151,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/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.47 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','BfTRxKz9i4odt5y6Hs0rPauO',0,1674792333.1635,1097,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','Alc8vfPVXWeKFDN123EnOxdi',0,1674792332.9451,1332,'','POST',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','B0UliJHgx7htX2VumqeQ6KD3',0,1674792333.3100,975,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','RHGf1MZl2U0V8eiF5p4wK7Qm',0,1674792332.9757,1363,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Nm6ip0cZY2oQGJHLuxC7KSjs',0,1674792333.0895,1282,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/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.47 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Oyb51mRjaE4HvVY0tnxICsMX',0,1674792332.8896,1511,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','MGOnrUWitKRfFTmuehlvZoYk',0,1674792333.0046,1396,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','GNftxaKzI2jVTABZFJ6Hbrpm',0,1674792332.9973,1404,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','WPjLgr1Dza0tpRSxT8e9M3C4',0,1674792333.2400,1196,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Pwdek0pFZVW6YsN87JcbGX3i',0,1674792333.0337,1402,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','sLt0qHQU75whNf3P86lcneiS',0,1674792333.0620,1374,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','t69y50AopI2ksVMXjwTB8eSK',0,1674792333.0612,1387,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','JzMuCH2FYUbZR0pOQEs5qj4V',0,1674792333.3176,1139,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Ckhcmy0Gbf8aRHPFjZBIv9wo',0,1674792333.8691,667,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','SV3w2jg9TAdl5kUZG0xh4KzC',0,1674792333.2284,1325,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Fn5AEOmq7G2daCitw6KfRsDx',0,1674792334.0766,503,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','YnI61spviRfmwhtlarDqN2V0',0,1674792333.9671,623,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','NlbvK9riX8epuFjJo3sOhWSP',0,1674792333.2166,1442,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','W5qBExnyHNrGD0YZags4zvA9',0,1674792333.2713,1548,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','KZIRXdqoHzWj4y9Fk1cih8u2',0,1674792333.5256,1341,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','QekpUtJgZBby41XhT0sPSHVW',0,1674792333.5299,1337,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','uKvyibHfLAET0ajcMszx1tXQ',0,1674792333.6892,1177,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','joaACOGemW0Q68EUi7Kldptc',0,1674792333.4746,1406,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','kjfQVXMlnW0YZPv3Ao7r6LO1',0,1674792333.4780,1461,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','eT8YoxIzb3QSvKdJCiw4HmPu',0,1674792333.5178,1433,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','aPRrjGJ634Dwc1pTLtZFvbhs',0,1674792333.5617,1390,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','eg3MVB98SKuj0ycvzsqFdQWf',0,1674792333.3341,1618,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','C1ARjinP6Or4fzhKGItJouyg',0,1674792333.3256,1698,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','pQv1csKD057Xum24TiBSYZqA',0,1674792333.9319,1126,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','vbr2Ip3WN7CJVzltS1AnE6yh',0,1674792333.6206,1444,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Wp1JAYQ2DlGCiMwyoBXF0crS',0,1674792334.3458,718,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','UCK4MpVYB3Rd0tx5bXaED71l',0,1674792333.3790,1685,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','xQq5etVN4loCvykgEhGiaP06',0,1674792333.7252,1339,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','8Z3EjrdsSy45YMLcQTinxlNh',0,1674792334.2006,864,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','vFbKf5Lrmt6szhAkGUdoEqp8',0,1674792333.7231,1377,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lOSswbP2A7v1INZyCxzYLWeH',0,1674792333.9294,1243,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','iSFVcxD8bvYaqH9pRW5U7sEI',0,1674792334.1971,995,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','7pGCNPAo2DS6IBb1XEcJanf4',0,1674792333.5171,1702,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','iFfpryumYIsD2vhH0e463O5J',0,1674792333.5462,1758,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','1RI9qSxeMNAVWckfLtT2F4zs',0,1674792334.6491,717,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','RUybtBTglzIC4MKNEs9f1W7w',0,1674792334.5602,833,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','fL5D6Bpm4VgieKU2Z8nuGHbS',0,1674792334.6529,740,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','swNWT3l84PJ2tODXSzFRaKxo',0,1674792334.6218,782,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','ur6IDhSsGptobvOe4kWMUm9z',0,1674792334.6512,763,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','fpOZdlzvkDsAS5yJujxUW8ng',0,1674792334.1306,1353,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','jmKRw9IbVEOTcszHrAuefGQM',0,1674792334.6528,836,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','N4Kk21rQchAUj0nYEaeZJPiB',0,1674792333.8851,1605,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','24YswMD6EZVLa5iqxmhfCrUz',0,1674792334.6218,982,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','BAV68MT5GCNa1tLbuFzvoc4r',0,1674792334.7526,878,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','S0q7p4Kotnghw8XjBC5Yf3ZT',0,1674792334.6849,957,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','IW1hqrfjYO2T86vbF0oEtXPJ',0,1674792334.6844,997,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','XGmifogInCVlMbZvTN6syDKx',0,1674792334.8009,891,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','0Y4toQcpgwuUiK9TBD2LPlHd',0,1674792334.7525,977,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','jFJAs97fWE32hyUz4uK6OpoS',0,1674792334.6529,1089,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','7mAGfxTp2KJscqW0nSjerzB8',0,1674792334.6528,1090,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','RQzMgnchPyNSdK0LCb4O3U1s',0,1674792334.6487,1094,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','aAPD5hyX3lZ1ij0uTqM9bIHG',0,1674792334.6213,1147,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','YFHrJjV1G2zqu0sk6tgSAcT3',0,1674792334.7490,1029,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','4RzFmvULwcZW2Ta0enEoYx6h',0,1674792335.0844,696,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','kJQ6zvtfFsWSHCMDiYPU4eG3',0,1674792334.6844,1129,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','utovb03IgdDjVwP6sMyC9K2l',0,1674792334.8579,955,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','NlXKIo2BYjcbHvk8CAJVDixt',0,1674792335.0844,762,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','CBt325yT4Zz6VuLkKvHbP1QM',0,1674792335.0340,857,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','bHVuBQLlt3PUMS7I4jGvFo6O',0,1674792335.4449,447,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','qNDy2ZhJ8XjPs9zEB4HxeFaW',0,1674792335.0844,807,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','XNvjWgmliELaSDuxfYzB24co',0,1674792335.0341,858,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','SxE6jNWObvX1eVHTlo4yf73J',0,1674792335.7187,368,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','8THPYQV2DNtCaI10Xkf6AqhR',0,1674792335.6983,445,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','M7e6Ru30Am2p5HCSyrwgFszn',0,1674792335.0612,1082,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','MwTN3qnBUkbZ4ResVQriElYL',0,1674792335.4767,713,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','EzPF7uRYm5q4DofH1WAQpOVG',0,1674792335.4683,754,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','mQeTxPHfclhoq4vFSVCLgB7n',0,1674792335.7336,667,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','pXCiq1mYkHdE9y7n62Fle3cJ',0,1674792335.4767,1007,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/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.47 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Q61UJL3OeKz27wmRGNZq8sxv',0,1674792335.7187,884,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PTQXHvhARgqtZU5D7puY10j9',0,1674792335.7187,950,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','bXrpTiwv7MLgCuJf9YBht0W6',0,1674792335.8799,824,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','YG5PNIu6fn0CAhsVe9OczxSp',0,1674792335.8555,870,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','hLktCcId4pViqEoDOv02ZaQ9',0,1674792336.1392,587,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Y0r36EkwBxSKbAeGpXav4gmD',0,1674792335.8794,881,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','pLDYPNJX7IkUZ1s0xE9QHqfm',0,1674792335.7336,1027,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','WkuSjypPG6ERvw5NUAZhxdre',0,1674792336.1392,665,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','qPMm1T6Ak0Ehldg2F4ZvjofS',0,1674792335.8886,925,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','wKvbfxG7TDUmMg0o4jIrLQtC',0,1674792335.8795,960,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','J8cqa4bfjsKNAVGR50YoEuX7',0,1674792335.8795,1008,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','z5graft01jZIG4XUb2kphRAM',0,1674792335.8646,1023,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','1uaydKqfB2xX5tECMpmoDArR',0,1674792336.1684,750,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','QXb81qKf3Zz0Mh7oSgjpaEHn',0,1674792335.8886,1029,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','NW8wcPI2ezSUJfhgdpjx1saD',0,1674792335.9304,1010,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PodD0wA8BgNmFOcy7txHEv4V',0,1674792335.8446,1095,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','TtKkSDCB73mNiPLaY8n90H1I',0,1674792335.8369,1129,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','K9GFEAHTBnke5py86r2Vi0dR',0,1674792336.1399,841,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','anVXeLD01ph4SK7TdZGMIvsU',0,1674792336.1701,826,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','vXty4OJHknN3CDeasqKPZUdY',0,1674792336.1435,876,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','LRCNhjnDe1MiJF7Xz8lEkUHB',0,1674792336.1399,917,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-post.php?vrc_cmd=phpinfo','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','F0xLWVKEvrpMQuzOgDNZ395j',0,1674792336.0933,963,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lgQiTKm7uXtrqedUJnpao60y',0,1674792336.1684,910,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','iohAqtO1FbXKerGV4H2SBlWP',0,1674792336.1691,921,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PXbUBQpE0Vtvyf6YHg519hFD',0,1674792335.8555,1266,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','jOKTlD6iohedv3J7gfF4XWAZ',0,1674792336.1806,952,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','it0Q4bJRdnmwkpfDey8IsKva',0,1674792336.1729,981,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lFCdmRIxA8DQN15UpBYySjwq',0,1674792336.4967,672,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Wn9Qo3SmMyR4r2FgNqOYKLup',0,1674792336.4978,671,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-content/uploads/workreap-temp/2KtSKh3mppqFnD5GdbliUuaj5zY.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','OzhPB4bsotEIjWx3Ta6elyUr',0,1674792336.0934,1075,'','GET',403,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','PmT8ujoNiI3dWMRkYGCJzVFa',0,1674792336.4324,747,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','lJwP4xAgWmCk7IrbMVySOXNu',0,1674792336.4978,682,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','8LjT1OzpWB0FMc53v9APmnHl',0,1674792336.5046,675,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','OYEy5foe09pT2kwzuAdUQn8D',0,1674792336.1392,1051,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Srzf0nigD6Tx5mEJPZWybKL9',0,1674792336.3182,873,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','OltxX6FLd8SKGUMuEW5VYQCa',0,1674792336.1684,1038,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','IswmlNvStXOkYpWEuMZ7Ac2D',0,1674792336.4978,709,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','93XpkQmP6HaO84bZqWyDhNLi',0,1674792336.4978,709,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','XtMQ7jmnwvbx0uqr8TW6PSKB',0,1674792336.1694,1075,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','IiKF6P2c0QfnDWvGJhaVNklq',0,1674792336.1684,1076,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','CJek2Mn4Tg5uG6iOrcV9IWfH',0,1674792336.4978,787,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','madteVuYELsUo1fvRTx8J6Fr',0,1674792336.9383,398,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','whrW5GljnioBVO6LTXk0qKNU',0,1674792337.0792,291,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','0a3SoEvsmMygzURqnQPKDdlu',0,1674792337.4238,274,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','MgLhOQwvB2X0cqUadrF5uylx',0,1674792337.3753,335,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Fc0wxI6szQH3tAjLa4UEVybZ',0,1674792337.4851,329,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','jSQpzNVR4LgFqCnGHvPA0mtu',0,1674792337.6197,268,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','kQZaTzWshGldnDo0iq2BLY7u',0,1674792338.0222,206,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','l4U0mA16hYfJRXoTj7eZkNtH',0,1674792338.0415,209,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','j9b6FeB0cHP27XCrlMtsR5Ya',0,1674792338.0422,222,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','ipt8XZ7nNskCeYycvTBjw0lz',0,1674792338.2278,264,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','zmOx8NChFsUSIQDyeoE1VuLR',0,1674792338.2835,226,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','kIN8oVmpTU35P1ftqxhlAQX9',0,1674792338.2834,284,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','OFlUrtGSfNuLkP58xAmJvhZz',0,1674792338.2833,292,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','2nOY7xJM4dSVEgqHzyDL1Ash',0,1674792338.4254,241,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Mf64Nk7PAUiRIXCt3eboEQrm',0,1674792341.9076,185,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.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\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','VvSmIAqY7e8KsiznhOWNyECR',0,1674792343.6210,229,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','pl1MRegZy8CEnH2mXt0JsUFx',0,1674792345.5785,221,'','POST',404,0,700,0,1,'',0),('185.65.134.179',3108079283,'','https://sleepingsolutions.co.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/favicon.ico\"}','Kwu1qj4pEyJh5FAlMseXZI9Y',0,1674792345.6181,222,'','POST',404,0,700,0,1,'',0),('47.88.61.91',794312027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Jq4Gig1nTAwSjRaWMCZytBor',0,1674793043.2481,315,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/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\"}','2KoxRV9vFnhS1mwACYsJMTqz',0,1674795902.5363,278,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_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\"}','PuaSev6YNlZE01QjxWnkX3pt',0,1674795902.7476,315,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','uGRY8XSTQzWgNACkw2JxPepL',0,1674795902.5408,903,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/simple-file-list/ee-file-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','YstD8wz3gxnC96QZa1mTUFBc',0,1674795903.3034,204,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?pid=0&uid=0&url=test&visitorId=1331\'+and+sleep(5)+or+\'&wmcAction=wmcTrack','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','qhMlD6A2Uk97XtOvmSWRKneN',0,1674795903.8093,197,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','cgz7950j8hHAK6JINDpx2GwL',0,1674795904.3652,446,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/2KtZa8qNTBMUvf9RuhK04DLtDrz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','Cz0lKM3evU4DEALjx1cyGZ82',0,1674795904.3648,463,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/uploads/simple-file-list/nuclei.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\"}','mtXHsvQYr5oGMPlDqjE2cz0y',0,1674795904.5108,352,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/','','{\"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\"}','H3u4bDgpqdWT6zvKock1lmy2',0,1674795904.6742,449,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-payeezy-pay/donate.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\"}','foYxBEAmQn2Fd81zUHpXNDWL',0,1674795905.1198,394,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/imagements/images/2ktzaoqi8h6sfipiyxgfaomezzl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','uAjrP2w3zbvKLTZGotpxDgHd',0,1674795905.1612,392,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','hNrdLDOnEe1ScGfaIsMQgJiv',0,1674795905.1931,384,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?qtproxycall=http://cf9lmvi9k8i8k5800010t1p9rfaiexh1m.oast.fun','','{\"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\"}','LAnSZfHhIOoegUju2DqNMC5R',0,1674795905.1611,416,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/barcode.php?filepath=2KtZa8qNTBMUvf9RuhK04DLtDrz.php&size=1&sizefactor=.090909090909&text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','vsd4ZSTG7rlLuj3iJAnYEX5e',0,1674795905.2710,352,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-json/visualizer/v1/upload-data','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','5me2FqaoVpQXgbuGnyWIPr4L',0,1674795905.6430,322,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?rest_route=/notificationx/v1/analytics','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','2UkwIsubA0T73pBe45KxjqZ6',0,1674795905.9204,273,'','POST',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/index.php/video?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','i46l0RwCkGSEH8eLxM7adVqT',0,1674795905.9714,276,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/uploads/workreap-temp/2KtZZ6d77gjKa0UGaxtevYNf5nL.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','qFbvQIYZpjJTBzm4VAEXohau',0,1674795906.0611,264,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','03G8dfAwDt4bzZlq2Jp6QmrW',0,1674795906.3760,327,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\"}','PKiuEtHVjC3YhnvAd16m0LJx',0,1674795906.7527,265,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','nhN91Xv8GmtW5YdQSFeo6xCq',0,1674795906.8641,266,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','AD2Mdwgoc5KBTZpRlfGSrJNP',0,1674795906.8640,293,'','GET',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/uploads/kaswara/fonts_icon/jpibfh/xj.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','Ni78YdpvyHUJTb5lneO9McAZ',0,1674795906.9914,274,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/uploads/html2wp/2KtZZ2dEfWHjP0THaTLEmmpeG54.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','A9qiK7RNBn5wtlDFMbOhJzS2',0,1674795907.0048,290,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/uploads/2KtZZNaj19cQOcD0AGYcIeH9oPa.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\"}','uaXMLFbZ6O89QVw52ivfnphE',0,1674795907.0040,301,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?rest_route=/olistener/new','','{\"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\"}','wlXBEgtsDbeKCOUZ5qhLPWJi',0,1674795907.0553,275,'','POST',403,0,520,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"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\"}','IV2xZHgpY1QM0f6Bz9PiuJ8t',0,1674795907.3696,249,'','GET',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/2KtZa8qNTBMUvf9RuhK04DLtDrz.php?1=var_dump','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','r45fbUH2CMSIXapViNKYW8Fu',0,1674795907.3313,297,'','POST',403,0,700,0,1,'',0),('185.65.134.166',3108079270,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk:443\\/\"}','LR1XikPHjNl0IZsFd6eOqDTB',0,1674795907.4669,242,'','POST',404,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko\\/20100101 Firefox\\/79.0\"}','xuSfPivWgN8p3tk0GBOqroXw',0,1674797345.7531,770,'','GET',403,0,700,0,1,'',0),('181.119.146.47',3044512303,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','m7AMVZb0BPRlKnqHTJ54Wpzr',0,1674797367.2743,262,'','GET',403,0,520,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','mVOSzqevRnltx9chLW3Q6XoG',0,1674797388.9386,279,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugin/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko\\/20100101 Firefox\\/71.0\"}','tBlCFReU8KAOQ4uvjVN0xPTy',0,1674797411.8848,230,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugin/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','oirjBZKnbR34zvtqLWNCuXY0',0,1674797501.4610,327,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/installer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.129 Safari\\/537.36\"}','NfOawEmWDtcYGAbrI3j5Jdis',0,1674797512.5936,544,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-admin/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dVXqBryaYOmcl0ovzNRZJG2L',0,1674797873.0637,265,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9NSRkOup8Peh4cG3K2lJTWVi',0,1674797875.8182,202,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/rss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FcHkxZUrnQN6DJ2SEbL3PYgA',0,1674797879.3864,201,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/fx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SlXRr6NEd9Lpo47uwxeFVhTY',0,1674797880.4729,209,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JCTgFXvdWyBSPlxteYpA793h',0,1674797881.6689,196,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/1h6j5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3ABQoNdjgH6SWmDICPXvr7b4',0,1674797882.7882,192,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lT74pNo8DVsanxgz1jbrQLyS',0,1674797883.5656,189,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-22.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0ZzcUDw3LlmEaoGRJquPph1s',0,1674797884.6553,483,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y5P684MpgnhcwtqzQJOsKdyT',0,1674797885.9089,193,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dp2eyQX79j6tbHmfg83wWcol',0,1674797886.9887,178,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kued18AR2PbVs0ir5Sv3mLlq',0,1674797887.9511,185,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/idx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5qCohyi7Fx4Gl26zbsZkcaDT',0,1674797888.9602,182,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/evil.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PxSJZzwOVQq2ra9yWB5LEmY3',0,1674797889.9864,207,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NfYEc4dzmuQHMwLZXb01eKPO',0,1674797890.8800,184,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YBhKz5RHLnwdrZvEFOXxMs46',0,1674797891.7697,286,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xg8cRZzsPyVHQrUGiCj2KXv0',0,1674797892.8138,229,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/Priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tQVMosemzhXOiWNH4xDc7n08',0,1674797893.8656,197,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZIh0iobekxVLTgHpOCNQMtXn',0,1674797894.9104,183,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/Priv.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ceb4F93mEWI056hyt2HQGiJT',0,1674797895.8743,193,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MEJzy0Nkw2QPWqD7U1i3SdTx',0,1674797897.8073,198,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','b84NzGcCPShet0XFkYH5sLpr',0,1674797899.0873,253,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CYj5R20e94WIX1PxdKEs3nHM',0,1674797900.3365,185,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AZBWgPhYrJte6Q5kxULnGwq1',0,1674797901.2795,181,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/themes/seotheme/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','g7pKPDUwcYiQVNC0aGhXLSH5',0,1674797905.4258,205,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/r57.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YuHli4hcrtVxDoqRL0FEvnI5',0,1674797907.1380,180,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/c100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vtgO6WQoD2ilaHAeJSpR9crN',0,1674797908.6670,178,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/sniper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','thdyBIXpNlgSfnKTs8YeaMGm',0,1674797909.8180,179,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3xMUm9d0LaGreHVp4yIXKCln',0,1674797911.0785,193,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7MWbdg0mUVxwOZfRDCq4zkBN',0,1674797912.3019,183,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z13aqLEmGJ9bBeMt2Xy6ikFK',0,1674797913.5521,203,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/1975.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sCF1yoX23bSUYMk9QjK8mDLd',0,1674797916.1683,183,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','X31gkbs5DFQTmirxLCSVePl0',0,1674797919.3595,218,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/h4xor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SVm9Lu5WH1AsiUDcpgEMw8tx',0,1674797921.5213,181,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wso24.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','J4mhocvkHyxDYz8F5G1PtilV',0,1674797922.5150,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ugid9pq47SXcJeyThlZ50HGB',0,1674797923.6865,200,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/ae.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5oxLhSaU1t3cP2OkYpvQb6re',0,1674797925.1016,171,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Jyb09tHwEKU4SqiIT8RNzmxo',0,1674797926.3958,206,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2pcJ3CGqVmylKQUvdzAEPrkF',0,1674797927.6485,203,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cfTUNlO7grzd0YXhMqWZxHIt',0,1674797928.7216,197,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Em3iZkyY0SR9jCbnKezp4Af5',0,1674797929.7634,240,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lpy5961DElOWkfdNCve3JKXu',0,1674797930.8243,184,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','img9fw38LjeHWCNFzQKYxdXV',0,1674797931.9410,194,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/fr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fWgmOLHy5MJnjkS47Z6XdrUF',0,1674797933.2649,401,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pKuHMTt3gacLO7VnkelvFDZ5',0,1674797934.6748,195,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/mm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zayL4JnYTCBH8U1rhsmQi7ux',0,1674797935.6448,189,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/blok.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Rfr1YOzk0PsCIg5FB6dvAcK4',0,1674797936.5718,181,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/images/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dVLO5qUmWx2hvRMP96401pJt',0,1674797937.4601,189,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-admin/user/include.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TMrER9Sa7DfI5dutFn4pl1gZ',0,1674797938.6420,182,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/languages/plugins/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c0yHSh81logRU6QNJB2PC3Oi',0,1674797939.7780,196,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/modules/logo_img.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O1kpsVJGaIbhr0MjXzBD7mEY',0,1674797942.3330,171,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/shells.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VI9yrb4wP2LnfGl6SesqJmFz',0,1674797943.1980,214,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Bqm6KJksAzGfvE9LOHp5dgCD',0,1674797944.2344,205,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/oc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sjnxGUpTLRyYQ0hNCWDqAPg5',0,1674797945.5542,180,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kTV6fUMoE0v9mlNhyAgdcxae',0,1674797947.1160,218,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Op1gkLRT4rvwoAynchKtD5Il',0,1674797948.2310,225,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','M9SNz3xITif6swZX8aACLQVP',0,1674797949.6641,191,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ipJM3GY9Z8VBaLrFCkRWntXh',0,1674797953.2437,227,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ko3XskpINvY6Wy0SGFRi95Jh',0,1674797955.2147,192,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vcug37tIPdahXFxp1A9QEsLD',0,1674797959.8976,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZnNaUzpDVW04BicrRdLEflCy',0,1674797961.9807,189,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PHjl4edtI9VCLU0MB2OWwqzp',0,1674797973.3835,222,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9UjubehVc04afvxg2XLJ6nyD',0,1674797981.8126,237,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AxNfYG3ET57tdsw9ZrXvyegP',0,1674797986.3057,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w9NF7SVK081bTcgqhkX2nzvf',0,1674797987.4877,240,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','52DISp6zijfQ1YquLVNsvGHT',0,1674797988.6192,220,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ogta92Zrhw5NDqEkGvol4YmQ',0,1674797989.8411,175,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DVn1O0WXPeodSzcpmLItwyvr',0,1674797992.4709,209,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XpME0YsWcGtuPTq3R86vyOIA',0,1674797994.9756,202,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d0rI3m9xfUHzbS1KvZ48XwEQ',0,1674797997.6294,200,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2deHZmYaRECnPuDIftvBpWho',0,1674797998.8522,187,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SJyQjapYefEhxdPqrGkH3iNt',0,1674798002.2966,176,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/tuco.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KLwkf6M8YsCyuOe2NPHriqS0',0,1674798003.1619,184,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iFrfqV6uUJtHxwNoe3g2RsCT',0,1674798005.9918,204,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ON1ItMq9Y0pf5PZywvcAz86H',0,1674798013.2508,239,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','crL7PO3ZIiARBYsl9pfHVJW0',0,1674798014.0455,213,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/shl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KGwEDMRbdiLvt5uHXBye8UzO',0,1674798017.3369,210,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yLHjUuvW75CR4FDAKXfJtxnN',0,1674798022.0680,215,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mvOsF0fdB71QHYgyeLTt3Ewc',0,1674798023.3319,191,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wsanon.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','51vyTmX6UKcbHpSxAJI3M4ae',0,1674798024.3742,178,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rF0BgHa1Q5c2yXC7Vl8zfGnu',0,1674798025.4403,201,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SDqzAGpsICi5g0JQ7yrdTXbK',0,1674798026.4131,200,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/ww.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bTan7xgCIeZBp5YsrP0mOcGD',0,1674798029.1100,235,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eMPwB4OrahSyCxLNvY2Kl3Ag',0,1674798030.1410,196,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/dev.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WdZRlVNi7YFmpv5bPHK08yne',0,1674798032.6554,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-text/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mPKACkVrs1j7bpWLcRNi9XJx',0,1674798033.6835,197,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4aOqnTdM5RSu8miCP71VGQH9',0,1674798034.6735,207,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HYP51kVuEoAMgy7qLU8h9sIn',0,1674798035.9689,206,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/gly.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tWiubFlp27eIP6ro3XscAYqT',0,1674798037.1695,182,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/ahg.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RS0PuKi2gEXmUWJwBexpMlQ5',0,1674798038.0463,175,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-loqin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VxlwRd3Z890KGiqEva7csmrP',0,1674798039.1029,190,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/123.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fPBe9bJ6HkxqsywoGih3QLYv',0,1674798040.4548,185,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-confiq.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','629fhodKL1TbACJPepvNtYz4',0,1674798060.3909,225,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fAZGDERnUtcleh3iX9p8uV0P',0,1674798064.7635,195,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/xmrlpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','q6hoayYBEusGKn95FZXzr3TD',0,1674798066.0470,179,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','udZKwGPglmyv79UxsibtEFpj',0,1674798068.5157,177,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pWQrCJRk2bFj1B0DXqfuLKmh',0,1674798069.9277,212,'','GET',403,0,700,0,1,'',0),('20.125.141.130',343772546,'','https://sleepingsolutions.co.uk/configs.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CAnvrFP2gcNIqm1UOibah9so',0,1674798760.9682,262,'','GET',403,0,700,0,1,'',0),('178.62.60.116',2990423156,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','sJCjYzayHEgGpW7NtSKPU6h9',0,1674802150.2191,277,'','GET',403,0,520,0,1,'',0),('205.169.39.63',3450414911,'','https://www.sleepingsolutions.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/106.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/home.php\"}','6NGEK4iso9yBbqSOMXxJ0jtA',0,1674803230.5883,266,'','GET',403,0,700,0,1,'',0),('81.69.253.128',1363541376,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\"}','N9bfotAqM5FScXYs6Pj2uT7H',0,1674803785.9948,278,'','GET',403,0,520,0,1,'',0),('35.172.216.212',598530260,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18943','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0Vu1x7rbp5vtnNdya32FzGPR',0,1674806551.9982,238,'','GET',403,0,700,0,1,'',0),('3.238.28.210',65936594,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3883','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QDRL62MnoBv71IjrtcpqwWuT',0,1674807054.5007,246,'','GET',403,0,700,0,1,'',0),('3.238.84.124',65950844,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lPsEjHcmzgQ0Oa79C4trLTZn',0,1674807247.6383,249,'','GET',403,0,700,0,1,'',0),('44.210.241.9',752021769,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18073','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0F9Nvn7LGgSY364dbjhuW8rt',0,1674808182.4078,266,'','GET',403,0,700,0,1,'',0),('66.249.65.63',1123631423,'','https://www.sleepingsolutions.co.uk/ssimg.php','','{\"1\":\"Googlebot-Image\\/1.0\"}','rZRg69Ft5bCoeBcM28mKkJ1p',0,1674808488.6024,230,'','GET',403,0,700,0,1,'',0),('3.239.1.141',65995149,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14271','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Xky3upi0TOm5KDfe2v6rbsVS',0,1674808899.8009,238,'','GET',403,0,700,0,1,'',0),('18.206.74.88',315509336,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18358','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pq4TJe7lFPYtZNdvHDSQKaxI',0,1674809451.3990,227,'','GET',403,0,700,0,1,'',0),('66.249.65.37',1123631397,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13913','','{\"1\":\"Googlebot-Image\\/1.0\"}','d18suKQyzJOEjSc5qrnfZbBN',0,1674810165.1790,252,'','GET',403,0,700,0,1,'',0),('44.200.43.87',751315799,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1951','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','izSFDtJLxIHyKT89XQRdN0cl',0,1674810608.0000,266,'','GET',403,0,700,0,1,'',0),('44.211.73.61',752044349,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hEi0bzaNk8BPsfWComxDAqeM',0,1674810718.7068,267,'','GET',403,0,700,0,1,'',0),('77.37.208.205',1294323917,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','qLS2TPw13sYA6kzWGJ9hgacM',0,1674810989.2007,278,'','GET',403,0,520,0,1,'',0),('66.45.229.42',1110304042,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','SmTRHciodyLUrZVbJ6vPYeuw',0,1674811248.3156,544,'','GET',403,0,520,0,1,'',0),('18.206.16.180',315494580,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3437','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SaJI1PcNFE6zK8OpWUqsoCX2',0,1674811450.2454,241,'','GET',403,0,700,0,1,'',0),('3.238.28.210',65936594,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2936','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xTYIahr0NlOXbJ92Kwgo3pc6',0,1674811649.4851,222,'','GET',403,0,700,0,1,'',0),('3.227.2.105',65208937,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wfC9oQJ5kvcBdO87Uxlp0KqV',0,1674811969.0394,234,'','GET',403,0,700,0,1,'',0),('77.222.54.217',1306408665,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','b2QPIpvETksWtlLHgiRDmwJ3',0,1674812506.0243,327,'','GET',403,0,520,0,1,'',0),('3.238.28.210',65936594,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LdI1rw0bSMz8GYuNyehP7XKH',0,1674812923.3161,231,'','GET',403,0,700,0,1,'',0),('5.101.157.36',90545444,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kYNpE4lhU9gdoGzKm1FQAuDO',0,1674814751.8849,289,'','GET',403,0,520,0,1,'',0),('3.238.28.210',65936594,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5345','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HcYM3NxDoWa6Vi5098KTL24b',0,1674815129.2379,213,'','GET',403,0,700,0,1,'',0),('44.210.241.9',752021769,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18524','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','qmS6HD4sVP8GUoIbcpLeBEFZ',0,1674815949.4189,224,'','GET',403,0,700,0,1,'',0),('3.80.2.60',55575100,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','E7BW10F6RSIwtXhTHbY8Vdf9',0,1674816413.0697,227,'','GET',403,0,700,0,1,'',0),('207.46.13.11',3475901707,'','https://sleepingsolutions.co.uk/home.php?cat=251','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','ys4Fm92ObrPYSalHhdvZA37I',0,1674816953.6630,244,'','GET',403,0,700,0,1,'',0),('177.55.125.120',2973203832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','QH6LT079AZrIElfPGxv35bCo',0,1674818004.9955,264,'','GET',403,0,520,0,1,'',0),('35.173.48.229',598552805,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18962','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HxMFYIu3GRZ1ml2y4WpEgaAn',0,1674818221.5655,223,'','GET',403,0,700,0,1,'',0),('5.71.19.59',88544059,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-G991B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','JWs9xwBAF1KTQZu4leUSkimj',0,1674820238.7914,304,'','GET',403,0,700,0,1,'',0),('5.71.19.59',88544059,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-G991B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','nbcYdxKWt0GfqsJeVjXhaR5y',0,1674820239.9501,205,'','GET',403,0,700,0,1,'',0),('103.146.203.15',1737673487,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Aa01gSr2QRHl5KoLDTi8PkOx',0,1674820506.7807,260,'','GET',403,0,520,0,1,'',0),('34.204.180.77',583840845,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3437','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6z0UHhFlRBA2Dp39N4XMd8Iq',0,1674821232.2644,256,'','GET',403,0,700,0,1,'',0),('202.172.28.182',3400277174,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','6rypBtRbHC352s7qDFghmkZn',0,1674821249.2432,1266,'','POST',403,0,600,0,1,'',0),('5.71.19.59',88544059,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-G991B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','wF7KRGlJOh0X4Ufe6tSIDjAu',0,1674821372.4451,221,'','GET',403,0,700,0,1,'',0),('5.71.19.59',88544059,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2738','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-G991B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','TIcjaR47oYxBzVybU16PO2Jn',0,1674821498.2191,207,'','GET',403,0,700,0,1,'',0),('17.241.219.225',301063137,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18954','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','BgP8zisOlE9n62GRTYvewhLV',0,1674836010.4242,245,'','GET',403,0,700,0,1,'',0),('66.249.69.237',1123632621,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13611&w=144','','{\"1\":\"Googlebot-Image\\/1.0\"}','BMt6leJkQxrawASDWUsL5Tvn',0,1674838674.6589,177,'','GET',403,0,700,0,1,'',0),('178.208.67.56',2999993144,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','FwQpDBPGfET6a5mqNj2MA3RC',0,1674838721.7359,273,'','GET',403,0,520,0,1,'',0),('67.205.132.31',1137542175,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7h3jnFKtxA9IRi1QMcLoEkXS',0,1674839135.1057,278,'','GET',403,0,520,0,1,'',0),('17.241.75.70',301026118,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10285','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','hTXJp8MCYDi0R61zcBIon4uW',0,1674842630.7026,229,'','GET',403,0,700,0,1,'',0),('103.178.152.146',1739757714,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','al8ERKTfLHvXFdbpkM9PoAYj',0,1674843505.0492,1432,'','GET',403,0,520,0,1,'',0),('3.239.43.191',66005951,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9W2PFnKLT1YN480RsdZGmcIt',0,1674843591.2259,1811,'','GET',403,0,700,0,1,'',0),('51.144.238.41',865136169,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','f2hJPR9Z3AsD6lSQm7aXtqx1',0,1674843756.2701,2742,'','GET',403,0,520,0,1,'',0),('3.238.135.67',65963843,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11215','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','paNR3FuItXx07kBPOjWeTlbn',0,1674843996.3230,2024,'','GET',403,0,700,0,1,'',0),('44.192.17.219',750784987,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','P2BJDjtLVCHmzgIX1eh65Nsk',0,1674844094.0977,1915,'','GET',403,0,700,0,1,'',0),('44.197.205.112',751160688,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5479','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','16l9cXJNfP2VU5KzbwdjRZrv',0,1674844539.6457,2301,'','GET',403,0,700,0,1,'',0),('3.239.43.191',66005951,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19094','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dRxTvbzIeD5jFngKiMZ9GPsr',0,1674844692.0497,410,'','GET',403,0,700,0,1,'',0),('112.18.252.222',1880292574,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','qvt3y8FPRO4eQAoUxYc0Ckbr',0,1674845027.4907,379,'','GET',403,0,520,0,1,'',0),('5.69.60.148',88423572,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','aq3w7VUY2tM8rQoNFnp96dv4',0,1674845235.8910,298,'','GET',403,0,700,0,1,'',0),('171.244.49.8',2884907272,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','uI61HhqrMNKcflRsd345XGOZ',0,1674845593.5521,269,'','GET',403,0,520,0,1,'',0),('44.200.189.98',751353186,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11218','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','H3n8j4zUsDWpGKVNEFfY0uX9',0,1674846001.2953,229,'','GET',403,0,700,0,1,'',0),('103.178.152.146',1739757714,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','7QRBx2AK5EoUZWnwGFHiCOl8',0,1674846266.8698,4175,'','GET',403,0,520,0,1,'',0),('18.206.92.246',315514102,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4767','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eQvZLWER1XPo9AcirMGqC74m',0,1674847278.5875,241,'','GET',403,0,700,0,1,'',0),('44.197.205.112',751160688,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14838','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9zJi5Z0YByFGrL7SmOlC84oV',0,1674847409.6442,224,'','GET',403,0,700,0,1,'',0),('3.226.74.152',65161880,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5496','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yd9bvr7jaXWfNPkAQlI5s4CL',0,1674847660.9897,232,'','GET',403,0,700,0,1,'',0),('44.213.65.88',752173400,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13892','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oMlIypbGq4XsSKcHB9Q2PDja',0,1674847903.9634,204,'','GET',403,0,700,0,1,'',0),('34.96.143.131',576753539,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','XncVrDU3QOtSdZqCxYFsI0Eu',0,1674848316.7219,269,'','GET',403,0,520,0,1,'',0),('51.241.73.14',871450894,'','https://www.sleepingsolutions.co.uk/home.php?cat=5505','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.3 Mobile\\/15E148 Safari\\/604.1\"}','vrNa6RiowIzE3PCLsXgD8KHn',0,1674848350.2375,226,'','GET',403,0,700,0,1,'',0),('3.231.219.197',65526725,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18149','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Cmv0iwd1HLrIZh5UOcPeFSlA',0,1674848876.8623,1436,'','GET',403,0,700,0,1,'',0),('3.235.181.201',65779145,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14751','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','flVKewZizq3GYm2h0k1IU7P6',0,1674848890.2237,223,'','GET',403,0,700,0,1,'',0),('44.200.189.98',751353186,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','r0Y7uPf8cnbwNhClWzSmaKUt',0,1674849002.5206,220,'','GET',403,0,700,0,1,'',0),('44.200.189.98',751353186,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13956','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tSL51E2vzdWg4N7IyqXGjneK',0,1674849332.2541,253,'','GET',403,0,700,0,1,'',0),('20.235.105.168',350972328,'','https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.25.1\"}','RIMAVfaWynCirQm8KlS9d3JX',0,1674849394.3749,255,'','GET',403,0,700,0,1,'',0),('34.204.174.48',583839280,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5374','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AOsBlbmeIMiNx2wKHuhLUqRS',0,1674849668.8217,236,'','GET',403,0,700,0,1,'',0),('18.207.224.49',315613233,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16881','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LmhUxujYFTyXkERBHNsg460q',0,1674850185.1042,283,'','GET',403,0,700,0,1,'',0),('137.116.141.77',2306116941,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','atimPNs7rvjH8dSCQZ0TBI42',0,1674850298.6929,369,'','GET',403,0,520,0,1,'',0),('3.231.219.197',65526725,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9193','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1PT6Iut5ObegDfGqX2nQHCE8',0,1674850445.8060,272,'','GET',403,0,700,0,1,'',0),('3.235.181.201',65779145,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16239','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JdS8ABKkOGfb5VqnQipwL9sZ',0,1674851289.4332,257,'','GET',403,0,700,0,1,'',0),('44.200.101.77',751330637,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18212','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1v75ugphjSbA43fRQ6MXtqeG',0,1674851510.5110,243,'','GET',403,0,700,0,1,'',0),('3.238.131.231',65962983,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Bbe4WaM0GsmdEgYUj6XKDVIn',0,1674851915.5911,607,'','GET',403,0,700,0,1,'',0),('17.241.227.70',301065030,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14822','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','iKoNtXGDbm872EFLO9dInxwH',0,1674852574.7800,213,'','GET',403,0,700,0,1,'',0),('47.88.22.184',794302136,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','8B6viD43sPCkRluM1op0TGKL',0,1674852686.9112,255,'','GET',403,0,520,0,1,'',0),('3.231.219.197',65526725,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17333','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9kBUC6bRQEwyYonWM1msdGhZ',0,1674853309.8261,218,'','GET',403,0,700,0,1,'',0),('3.235.181.201',65779145,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZigBpjVSWENGnsyQckFYz0XD',0,1674853625.7093,243,'','GET',403,0,700,0,1,'',0),('66.249.69.244',1123632628,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2730','','{\"1\":\"Googlebot-Image\\/1.0\"}','Uy14ojbM5hf7dLGJINxKWR6Q',0,1674854851.1014,244,'','GET',403,0,700,0,1,'',0),('17.241.219.184',301063096,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18152','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Mg2lmvfEAQHDkZsirPpXz14x',0,1674857292.2195,226,'','GET',403,0,700,0,1,'',0),('17.241.219.176',301063088,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3737','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','xOiSwsrvAHecq8RjtdgoEIJN',0,1674857894.4860,257,'','GET',403,0,700,0,1,'',0),('18.206.92.246',315514102,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3803','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CLR9MW5Q1sKzfNyx6kPOhISr',0,1674859109.5463,242,'','GET',403,0,700,0,1,'',0),('34.228.52.198',585381062,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11626','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','90LAxcJmkTwEZKpjgYoHsyu3',0,1674860430.8404,221,'','GET',403,0,700,0,1,'',0),('86.128.111.149',1451257749,'','https://www.sleepingsolutions.co.uk/home.php?cat=15384','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\"}','SGxq2s5pB6n7HobV0XraDucC',0,1674860579.3957,234,'','GET',403,0,700,0,1,'',0),('188.166.149.6',3165033734,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','tzcCnQKFPJ0oEZRhyruDLXvs',0,1674860588.1055,249,'','GET',403,0,520,0,1,'',0),('3.237.25.248',65870328,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14851','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bfwCh4Qli3JdZjL1628xUYoq',0,1674860660.1773,209,'','GET',403,0,700,0,1,'',0),('17.241.219.104',301063016,'','https://www.sleepingsolutions.co.uk/home.php?cat=10757','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','rwj24eLzQAVROb1dqKSE0YP3',0,1674860919.1452,226,'','GET',403,0,700,0,1,'',0),('18.206.92.246',315514102,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18614','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HgsCW1r7nAmQxjE3KD0YPJBe',0,1674861431.1031,276,'','GET',403,0,700,0,1,'',0),('178.208.67.56',2999993144,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','c09Lje6nSsmtVBEhl7RxiNr4',0,1674862111.9585,271,'','GET',403,0,520,0,1,'',0),('178.208.67.56',2999993144,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F\"}','SLhDHQs7WopPry23KxgEtceF',0,1674862112.2788,1073,'','POST',403,0,600,0,1,'',0),('18.206.92.246',315514102,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17117','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1h2zdgkUynEA8OTSJHNLGu3o',0,1674862938.5703,319,'','GET',403,0,700,0,1,'',0),('3.238.50.164',65942180,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16993','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bd5ieIlks8oZmPKtXCOVwMU0',0,1674863309.7076,206,'','GET',403,0,700,0,1,'',0),('3.237.25.248',65870328,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3741','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KHA3h7xy2e58MELsNTdjgl1o',0,1674863463.2832,238,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','9OUgf0mJrFH4YXdLsi58Z6ka',0,1674863786.9591,214,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','mRNJvaV8DGI7YHLAdCFzr20f',0,1674863789.1074,184,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wikindex.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','wX9tmCd40zeqvQWBhYfKIZ5P',0,1674863790.0177,202,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','YiUbpgWw0ckuvRIrdl3XVFGK',0,1674863790.8279,202,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','K04rbG1IeZouF87XnWMijLag',0,1674863798.8199,447,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','WQFo1nNe4drEIjcYZTX8iSCV',0,1674863800.0261,187,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Gdwe2kF9n4rxPqBKQj53HOov',0,1674863814.9626,213,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','idK84hFAb53Efmr7Qj9MBcXy',0,1674863815.3893,202,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lF4YjKgcpszOL6w3aRCqfVyI',0,1674863816.8639,201,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZV4FciX2G8zWLMfhatBTDIwp',0,1674863817.6568,178,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','q7pZBgsY46ithFmKE0Nbvz5R',0,1674863818.0075,180,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','FbaPrwiqhXk1oldKIHyuRN3Q',0,1674863818.7872,182,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','36NsXPzVHCm4LaoQOExD5Wl7',0,1674863820.2677,188,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','95nHjBMwGcSdo3NlOr40K7qX',0,1674863825.8537,187,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PyS8YEhrx5cmbgDKIwl4W6tk',0,1674863829.1934,191,'','GET',403,0,700,0,1,'',0),('20.231.18.49',350687793,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hwMJr79LoYjxPf8iReynTEdQ',0,1674863830.7207,189,'','GET',403,0,700,0,1,'',0),('44.200.101.77',751330637,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15836','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rhXQ6b5m1CSVMDAZERcdlOuP',0,1674866242.2738,1303,'','GET',403,0,700,0,1,'',0),('3.235.181.201',65779145,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UtMLJlIYxfazD7GhswuWHBrT',0,1674868765.0300,214,'','GET',403,0,700,0,1,'',0),('77.245.149.38',1307940134,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','QbytuUEFJaPZclWHqs4B0zVD',0,1674869512.2857,278,'','GET',403,0,520,0,1,'',0),('157.245.200.155',2650130587,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','PZFU5s2KuM07ztj4ABkyx8QD',0,1674869591.7068,276,'','GET',403,0,520,0,1,'',0),('207.46.13.69',3475901765,'','https://sleepingsolutions.co.uk/home.php?cat=386','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','mDoZae0SU9ErvjHM47ipFYPL',0,1674870094.6142,218,'','GET',403,0,700,0,1,'',0),('206.84.102.6',3461637638,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ctxr2bdp8ou5MJ7WTgw1PjCv',0,1674870122.6309,267,'','GET',403,0,520,0,1,'',0),('103.74.123.3',1732934403,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yFGd3oeOr8HNzvITk1nJPVx6',0,1674871967.1432,628,'','GET',403,0,520,0,1,'',0),('150.107.74.24',2523613720,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','6FxQSlgLE7fJvnbt1i5BKM0d',0,1674874578.2117,304,'','GET',403,0,520,0,1,'',0),('167.71.229.255',2806507007,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7DASTl2QysI0cvUiBF8MgnNm',0,1674876726.7923,331,'','GET',403,0,520,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','fYrJLdqDQVCmlzZOGiFHUkNu',0,1674877305.6350,275,'','GET',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','xQA87qbWOPKyNYhMnLfwE2sU',0,1674877306.7880,229,'','GET',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','soVZnDTmfNlCKr6HwRYX2O0b',0,1674877308.4216,203,'','GET',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','FA5brgjcGBkPnLmUhul9ONdv',0,1674877309.6870,193,'','POST',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ZVXFAyLhE49mGKr0WsaP1xC8',0,1674877311.1356,203,'','GET',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','FV3xE89rhWiHeAlozBRn7mQX',0,1674877312.2740,186,'','POST',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2uHoV7jC5RnGrZ6lYe04vtmT',0,1674877313.5976,269,'','GET',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','DThcaWL9V4BjpzXGekxvC7Hq',0,1674877315.2852,218,'','POST',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','IDA9rmfhVgHTjv7bSLK2oiw8',0,1674877316.4677,196,'','GET',403,0,700,0,1,'',0),('46.227.16.130',786632834,'','https://sleepingsolutions.co.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','7kczsxgZLHSnJyNeTaFOYGMq',0,1674877317.5931,189,'','GET',403,0,700,0,1,'',0),('103.200.23.139',1741166475,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','RLBa0Awvxr2IGzSNgEoZlMHy',0,1674878485.3646,277,'','GET',403,0,520,0,1,'',0),('173.236.208.143',2917978255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Ie0DGTBcf9VxlEo6vbKYhz7M',0,1674880283.0739,285,'','GET',403,0,520,0,1,'',0),('51.89.98.142',861495950,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0QE8v7U9NO6iw3LHPW1FIVld',0,1674880651.0767,332,'','GET',403,0,520,0,1,'',0),('40.77.189.241',676183537,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/534+ (KHTML, like Gecko) BingPreview\\/1.0b\"}','H198U2fhqOxPWnEcwiXluyVk',0,1674886481.0911,251,'','GET',403,0,700,0,1,'',0),('44.192.93.60',750804284,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','di48bAegucN5p96CnDsVxPzH',0,1674887411.8918,225,'','GET',403,0,700,0,1,'',0),('3.237.18.118',65868406,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bAuTqXRWLcE54p82SziOdm3s',0,1674889073.1994,304,'','GET',403,0,700,0,1,'',0),('34.204.179.65',583840577,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4427','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rFQ9u8Nv2ewLXSDkMgxqbIo6',0,1674890028.1783,260,'','GET',403,0,700,0,1,'',0),('3.235.238.245',65793781,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11829','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Ofn0Sa5XmLYGheVw7uky4b8U',0,1674890184.9515,255,'','GET',403,0,700,0,1,'',0),('211.140.23.130',3549173634,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1402','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','4N2d5IDo6El9ekPytHOiUhXj',0,1674890416.0845,257,'','GET',403,0,700,0,1,'',0),('45.84.1.94',760480094,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','f4day0lFvnLgCsWID9x7tE2p',0,1674890447.7149,268,'','GET',403,0,520,0,1,'',0),('3.235.238.245',65793781,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17930','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','j8qhaKILw7Jo3YB41nORQcfE',0,1674890458.4657,216,'','GET',403,0,700,0,1,'',0),('112.18.252.222',1880292574,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','hsgtQkf6H7PuB9RJ2FLvXnDm',0,1674890631.3025,266,'','GET',403,0,520,0,1,'',0),('3.236.211.209',65852369,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2737','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','OzT9CaVefpMqUItiPFm2EKQ5',0,1674890827.6403,280,'','GET',403,0,700,0,1,'',0),('3.236.80.249',65818873,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17018','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XwHWhDMSQPfoC6OYa1Uzqpxk',0,1674890942.8337,285,'','GET',403,0,700,0,1,'',0),('86.26.209.214',1444598230,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','6JtmDQGfwF9boZCvPpW2RVOg',0,1674891089.8206,272,'','GET',403,0,700,0,1,'',0),('86.26.209.214',1444598230,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/comparestoreprices.co.uk\\/\"}','t7Nw5HmOITpsuQPBWazE4U6f',0,1674891143.5486,227,'','GET',403,0,700,0,1,'',0),('44.200.43.202',751315914,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19098','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','c98jYLJNQnqDsFOPlzC2iaBt',0,1674891182.3734,257,'','GET',403,0,700,0,1,'',0),('34.229.65.12',585449740,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18998','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','F7Zzx0hHiuGVsYpnKTR8Llv1',0,1674891244.8230,295,'','GET',403,0,700,0,1,'',0),('36.91.100.149',609969301,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','WBT4CmSY8U5oRFeyrjJulO3H',0,1674891563.0451,275,'','GET',403,0,520,0,1,'',0),('3.236.219.103',65854311,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2370','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sjDnP7XptFzJbAr21uBhdfvZ',0,1674892230.8155,485,'','GET',403,0,700,0,1,'',0),('44.192.51.194',750793666,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=29266','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wDfmjUzHP50orBlR3sJNMxnC',0,1674893047.6661,212,'','GET',403,0,700,0,1,'',0),('3.234.213.44',65721644,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14794','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','q6vgHWb7DKi3J9mOzAFY4tCs',0,1674894800.3850,253,'','GET',403,0,700,0,1,'',0),('103.74.123.3',1732934403,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oSKRUN6XC4MZI0lwz8YxfiH9',0,1674896037.6471,297,'','GET',403,0,520,0,1,'',0),('94.250.250.48',1593506352,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','qrZOwAb6W95izltGLSJsjxa1',0,1674899720.7876,267,'','GET',403,0,520,0,1,'',0),('83.69.230.5',1397089797,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','xBDMGc4ykAUbeFIh2odtSzYE',0,1674900521.2600,264,'','GET',403,0,520,0,1,'',0),('34.96.143.131',576753539,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','TA0h4cpbxeXfuGt8RN76BMJn',0,1674900638.4296,305,'','GET',403,0,520,0,1,'',0),('112.18.252.222',1880292574,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','IGSRwWYBN309E7KmeOn1AQyg',0,1674900691.4428,291,'','GET',403,0,520,0,1,'',0),('103.200.23.160',1741166496,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EtcDQfhU9SZyOeYJ41NBTqP5',0,1674901823.1491,290,'','GET',403,0,520,0,1,'',0),('94.250.250.48',1593506352,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3S54B2qgUGXrpTLeYhbOjIuf',0,1674902666.2144,352,'','GET',403,0,520,0,1,'',0),('45.87.42.85',760687189,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','WEf1TBSIO6jtVw5Mybpn79Zs',0,1674902965.7798,270,'','GET',403,0,520,0,1,'',0),('17.241.75.228',301026276,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15959','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','0PQxgLEdYiFMbA7DhZsqurjn',0,1674905237.3978,237,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','brKnG4izU0m9M3Rqep2d1FIV',0,1674906741.5325,271,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Vesw53cFyCPXtjDp8oKg9Ah0',0,1674906940.4783,225,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','QLqiVyvk2cwPnYg63feJ7ACX',0,1674907016.5300,270,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','H6u4hgkbI1rwCfeOSqFNQKzB',0,1674907252.9141,225,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lDdzwxp7H02YbLWcauvt6XSB',0,1674907253.3187,232,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZgmRAj94avHnFUcpNzbCie1t',0,1674907304.7322,207,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','5z68SO4Ku1Rs0xLpqgVmnrJv',0,1674907348.1801,237,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','9oBfZjyPAvdDnE6tglrVbR45',0,1674907348.6118,204,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PEAbjk4K0VhWret2TcgQ7Cmo',0,1674907415.2567,240,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','5GdPLkqsNU8FTEDwW2fSR7OH',0,1674907508.9730,227,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','TGZlNxUtycPXqnCLuKMEieBf',0,1674908077.6054,222,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','4u3oRpWhYbPjQ20f7mF6DCc8',0,1674908808.5074,302,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','5blCo3Ocr0RIi2MSZgD4xjVH',0,1674908835.1910,204,'','GET',403,0,700,0,1,'',0),('17.241.75.100',301026148,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4574','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','MhW5n38BrDLHaCtTxFlUpyXo',0,1674913027.7948,272,'','GET',403,0,700,0,1,'',0),('17.241.227.245',301065205,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3737','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','I95SBkYGCpRgrxbK3ef7qj0T',0,1674913481.1800,225,'','GET',403,0,700,0,1,'',0),('17.241.219.214',301063126,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13597','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','WceUBK4nMoOjY1NAuar0JDFL',0,1674913869.2203,224,'','GET',403,0,700,0,1,'',0),('147.78.47.249',2471374841,'','https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/105.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-content\\/plugins\\/wp-file-manager\\/lib\\/php\\/connector.minimal.php\"}','rIO8yc2RWkDSi1Kdw9gUxzJn',0,1674915010.0598,177,'','GET',403,0,700,0,1,'',0),('157.55.39.186',2637637562,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=672','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','UlyAsop4e2uLDT6v5hHVxYjZ',0,1674915343.3063,215,'','GET',403,0,700,0,1,'',0),('207.46.13.0',3475901696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2187','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','Ln1zDNStPrslEXo3Zdg8RMc0',0,1674915346.8394,196,'','GET',403,0,700,0,1,'',0),('207.46.13.0',3475901696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','eIlf1kmixs9qnuCgjpKNH32T',0,1674915348.9154,186,'','GET',403,0,700,0,1,'',0),('40.77.167.56',676177720,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2306','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','xgLeXOQrJS3ucmjY4BaITAM8',0,1674915353.0548,219,'','GET',403,0,700,0,1,'',0),('207.46.13.11',3475901707,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=343','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','YUdiAo2p5CE8uNFPwSVIkQDb',0,1674915361.3981,918,'','GET',403,0,700,0,1,'',0),('207.46.13.11',3475901707,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=658','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','h1USIFQZdXse5BVJ7K9xMNYC',0,1674915363.4053,194,'','GET',403,0,700,0,1,'',0),('192.241.135.47',3237054255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','aqMb9DyOFNnPjLdtzxQw5HKA',0,1674915946.6619,267,'','GET',403,0,520,0,1,'',0),('17.241.219.26',301062938,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18149','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','morBvIDKZPpN5h0j72qxVJT8',0,1674916270.4611,264,'','GET',403,0,700,0,1,'',0),('17.241.75.27',301026075,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14798','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','Dman04ucsHxEjr167fphXJtV',0,1674917022.0536,244,'','GET',403,0,700,0,1,'',0),('173.247.245.154',2918708634,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','CHI0DEsWYt2Qzc3gKiV8w9G4',0,1674917439.6871,352,'','GET',403,0,520,0,1,'',0),('178.62.60.116',2990423156,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','879TKx1gZk3JSqfCEXHsnUMF',0,1674917588.2480,293,'','GET',403,0,520,0,1,'',0),('178.208.67.56',2999993144,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','sg2mwzJ6v37f0RUCcSWKd5HG',0,1674918991.3481,692,'','GET',403,0,520,0,1,'',0),('175.178.160.253',2947719421,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','7AuyI5qOT8dLMzC0GQps6bUS',0,1674919758.5678,264,'','GET',403,0,520,0,1,'',0),('17.241.75.34',301026082,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15837','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','dj2mDuaetNMJcrvGRXIxVklb',0,1674921271.7716,225,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://sleepingsolutions.co.uk/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','wl5mzWQ0hnJfRg26Sai4FBAG',0,1674921516.6301,212,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://sleepingsolutions.co.uk/assets/administrator/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','yKXsenFIHUZoGxjBpQmPic7r',0,1674921518.5822,233,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://sleepingsolutions.co.uk/assets/admin/js/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','LJcx9DzqCno01j5RpwSeF3Vd',0,1674921519.8050,209,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://sleepingsolutions.co.uk/assets/plugins/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','ahBR9x25oGIFszNTEujpwUQ3',0,1674921522.0853,187,'','GET',403,0,700,0,1,'',0),('17.241.219.159',301063071,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18150','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','NZ2Fgcn0q3jarJsvbDBERC81',0,1674921526.4980,206,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://sleepingsolutions.co.uk/assets/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','mIZzhTpt0ujRrSWd8nN71G6b',0,1674921528.8315,191,'','GET',403,0,700,0,1,'',0),('146.59.154.210',2453379794,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','JaHEflwr75C6ZB2tmoFsqQbO',0,1674921828.0635,269,'','GET',403,0,520,0,1,'',0),('66.249.68.69',1123632197,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2010500','','{\"1\":\"Googlebot-Image\\/1.0\"}','usCc96XHmo4BdIUS2YlpFyqz',0,1674922030.9228,220,'','GET',403,0,700,0,1,'',0),('211.249.246.131',3556374147,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11826','','{\"1\":\"Mozilla\\/5.0 (compatible; Daum\\/4.1; +http:\\/\\/cs.daum.net\\/faq\\/15\\/4118.html?faqId=28966)\"}','v6MUEctrZ7Wky3YgHzRVfDK1',0,1674922283.6690,256,'','GET',403,0,700,0,1,'',0),('185.229.66.15',3118809615,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Se1TnaUx7oqZgPmjl2pcs6Ri',0,1674922813.1337,290,'','GET',403,0,520,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','4KLYGWmQt5TPSg9al60Npnso',0,1674924034.5714,244,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ud0cZFS8zqiU65TywBHOr4Xt',0,1674924035.2862,193,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DtsiKgLYjT5wNFfJXq2ARd03',0,1674924036.2405,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GXle8i1mMKBkxrgTpcNC4J0a',0,1674924036.8988,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/sym403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XDiqTVAW0ZHYpuJ94CjfLOzF',0,1674924037.5229,174,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/xl.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HNjJ30encfYtkKPwFmoOlxaI',0,1674924038.2060,181,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','32WJuPbOxY8vkKXS1lLt50pA',0,1674924038.8624,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','FpK7m4ECZiaYgtvjDbVruwec',0,1674924039.5572,203,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TuDShRJ3gWv1xZQBqdMY97r8',0,1674924040.2716,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PimKcdFEsvrq7TukWSH4lGBM',0,1674924040.9438,204,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1p6K7nyxOlZV09rfcQHzq3SP',0,1674924041.6153,289,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','C3FcDfJILlinAaP0MYS7r5Td',0,1674924042.4469,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/xxx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DysEaW4rxNnoj5SuL83pTwfv',0,1674924043.0911,198,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/ok.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5qM7K1ozv4udaHxGylgbrkQW',0,1674924043.7579,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/0.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5COSB8PVzjE6leKY0TrQqZd4',0,1674924044.3831,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gD8QipRnIZMVuA97J1Yb5cL2',0,1674924045.0810,182,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0DAVFBJ31TNnR75CUvueIz9i',0,1674924045.7091,224,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YKoN2hr7kMA3PCEXVzbtR4xW',0,1674924046.4245,194,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','2anJIuZSb6h3YO7vK9PW1GfE',0,1674924047.1284,198,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','mI1HQyRasCJO4vN9qDk72uLb',0,1674924047.8647,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/4.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dLxQXtfNwZT2KEJ5S486sWAI',0,1674924048.5305,180,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MXpo84kAnUJx5Dwt3fWlzNry',0,1674924049.3194,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/6.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','v2C1O0UMPnakxw7SoRyTZtLd',0,1674924050.0361,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/7.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bPgTxQ6wMtcpaiJIkjyEWOeK',0,1674924050.7536,182,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','S1ljbePKF57yuXYi4A9E8wzR',0,1674924051.3755,199,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/9.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','bXOT374CUkR05ENwHZhmudf1',0,1674924052.1171,211,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/10.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ply9Wr65R1xTaXmdZ7CD0kYh',0,1674924052.8678,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rRZFdMkE2LhsCaP70QHy4YxA',0,1674924053.5903,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jc2WGb6Y9SsADP7HyQJNihUO',0,1674924054.2692,224,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PEovSQ5uDTJl1V2szXhyKFmi',0,1674924055.0145,193,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','AGXPZFuM1DxeNiRHoCUsIbkO',0,1674924055.6672,210,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VnfMNFCubHjsmtEvrBQXYT0w',0,1674924056.4209,217,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/y.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XcSzuqg05frZvnoODNYTeCGE',0,1674924057.1645,184,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/u.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','cbsaEPgBLmtDH7qIxpFwfV5i',0,1674924057.8654,211,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','CO20Y3hcG4VKeQivPf9ltZzD',0,1674924058.6248,187,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','naOB9ZWXcS3iI6qPsVhgQAml',0,1674924059.3667,232,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/p.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','WnrTm5gJURMDpFfcyv2XilKj',0,1674924060.1733,206,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/q.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','eb2o3lxJY5DOEBnQUmcMKWsu',0,1674924060.8994,197,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/s.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','gs2JHydaXilz3LEUIr05ATmq',0,1674924061.6089,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/d.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ni4dpE6xBcDAIumbS71OaQ2G',0,1674924062.2833,209,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tP3N08m7IQKwUChgODdSLxB5',0,1674924062.9293,199,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XiNcpbAMUwTV8Pf40FKqstzn',0,1674924063.5877,176,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/h.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','qimz20OytjFclQvNUhAWPEbx',0,1674924064.3318,212,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/j.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','evYrg1jV2mMkLEwUGfSyW0KH',0,1674924065.0812,200,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/k.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8jcpM0DmdtfJlQsFYrb2yAIR',0,1674924065.7319,184,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/l.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ouZxpIKOeGLk17Q8dn04bDts',0,1674924066.3692,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','M48pkKh9Cu3fjZs1Ylzy2Xvd',0,1674924067.0576,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','g8XzS9neFsohUylv4CwqxTpj',0,1674924067.8130,196,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XIP67cYiHbWpRtFwLs435fme',0,1674924068.4541,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/n.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','HqK9YisAdXIVfN5ylJokTuRh',0,1674924069.1449,190,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','dzyW4pKXJZLwAcTN6t1GaMvV',0,1674924069.7576,206,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','8HVBhKEaxe7c2uFRS4vqY9Zz',0,1674924070.4480,191,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','r7LW0NQZHnzoqtDYKR2kFUbv',0,1674924071.1226,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MfhbkcL1ED79Oxz5jnQgsaFw',0,1674924071.7332,196,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/minimo.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zt8DJo6W3KTbBmURjga0nAie',0,1674924072.4135,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GLN4MQ7lUXtwTZo0v1qmSDJr',0,1674924073.0701,232,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','XypJVkLHn4uFGN5jqYhSxWsi',0,1674924073.7710,188,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/www.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6UQsLzN9cxfXhu5proy7GZ3K',0,1674924074.4223,177,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BiCQfgpU6V8JGjOIwMk1yhX5',0,1674924075.0114,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Z4FCwXoqWB7cR2DQxe0EV5sK',0,1674924075.7167,195,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','1LloAn9I0ysTjrYfd3Fk84mM',0,1674924076.3706,223,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rlf8UkvDCAIjSsuJb7z6EPMW',0,1674924077.0653,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Y1SLOrJ6IcZVefTwso0FMtGP',0,1674924077.6952,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MWD4BLNTJmeKC2Gq3vcQ7w8A',0,1674924078.3040,174,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tgpKuirXkjq8lhG7065EMOys',0,1674924078.8969,187,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ctnqQsgV6o9PN8f3mKGF7wyJ',0,1674924079.5737,182,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','GQdh1ZvxAJifN3cbPCRIwBlt',0,1674924080.2808,196,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','P8FLd7yKTeBQZNCRbWMqVc5h',0,1674924080.9369,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YPonj50Hl91vETqQ6wzX2aC8',0,1674924081.5476,238,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','RTQN89BMuhw1sEq67xG3fYVc',0,1674924082.2235,175,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','KrLOsZvQW0Cu1BM9XiU7nY5x',0,1674924082.8336,199,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','ghJmei4x5WPA0lTNp6IncsoE',0,1674924083.5549,175,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','7j8ywnmTZeErOdc6DYQU5XBI',0,1674924084.2139,240,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/FoxWSOv1.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','go6jha0zOVQwDkSd8MJAnKbl',0,1674924084.8941,223,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/alf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','W6kz9oMR0n8u1v7LCThcbQVE',0,1674924085.5459,243,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','rRwAZdBFUgGqJQIYscTyL9ta',0,1674924086.2450,192,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/lf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','TDuF8iQPveKyfZAJoVNawOxX',0,1674924086.8813,240,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/WSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','tE1PBn0W9f5GCRX7MdsZrau3',0,1674924087.5843,201,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/hello.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YeipSXPWqhHUk4CKuFMNrtzV',0,1674924088.2407,214,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0o29LWEyFzKHx5v7ku3lpO6b',0,1674924088.9249,217,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','JfG9nPi83lRTcNkWgQxqyVIO',0,1674924089.6013,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/mrjn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hpVyMKQ6OaumXgYTF5BvjtHo',0,1674924090.2240,217,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/kn.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Age4GN07hjTcJibaY8QZPtdf',0,1674924090.9126,173,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/3301.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jqb4JnHOQAXrL9VkE1GCwm0B',0,1674924091.5911,198,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','5RyhNw9nrQGSkmfLFUWlZvIP',0,1674924092.2483,181,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','PCRLGoW29Y3DOSfdknqhsBJ5',0,1674924092.8745,181,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','0s8fCr6o742wjXZgFRMPVtHi',0,1674924093.5235,236,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','olcJzXBeQ9nHF1NRw03saZSk',0,1674924094.2642,183,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','MG5sNOjuE2zYaSL9mkJFIQgV',0,1674924094.9074,247,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-ad.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','glSXp4eFonHb3WCajkT5Lixh',0,1674924095.6164,222,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','VEqHSpDzi47LPZ2C5ROyAvJf',0,1674924096.2899,185,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/.wp-cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','BgKc3vqUzyxTMGaCRm1JDkIF',0,1674924096.9649,181,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/sendmail.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','xfCKdjecpDlrFg0G5qkynhzu',0,1674924097.6066,182,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/rahma.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','hloSK4vrte5H7RMInyWzfkJF',0,1674924098.2694,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/nasgor.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','huYd7c09mUM8fsZgQpD3oOaT',0,1674924098.9350,211,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','i1kdP5ynf8oFcNzTvGIYtQWM',0,1674924099.7210,201,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/alfa123.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','zvA9tU3eIVa457qCuiZSDnko',0,1674924100.4179,206,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','jnC1BOmQsvEiaSWArchR7k6b',0,1674924101.1042,176,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','DAnxPURSWfCvwKIi12B8JLXr',0,1674924101.7248,187,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wp-one.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','6xtYGlMAF30TUJ5Q9e8wsbmy',0,1674924102.3997,178,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/alexus.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','Ko6QWJrX3cPStxvyNeD9jdgG',0,1674924103.0638,186,'','GET',403,0,700,0,1,'',0),('172.174.224.29',2897141789,'','https://sleepingsolutions.co.uk/wso1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko\\/20091102 Firefox\\/3.5.5 (.NET CLR 3.5.30729)\"}','YBzSn1PQFr0NKMAiXUlD92th',0,1674924103.7295,229,'','GET',403,0,700,0,1,'',0),('154.246.120.10',2599843850,'','https://sleepingsolutions.co.uk/filemanager/dialog.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Redmi Note 9 Pro Build\\/QKQ1.191215.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/83.0.4103.101 Mobile Safari\\/537.36\"}','DA8liBT9XKacL2NMq6y0YWOu',0,1674924753.5170,219,'','GET',403,0,700,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) WebKit\\/589.13.1 (KHTML, like Gecko) Safari\\/5.0.4\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now\"}','q7CalVR53HkbWji6pA2I4oeP',0,1674924756.9044,186,'','GET',403,0,700,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:89.0) Gecko\\/20100101 Firefox\\/89.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=1990%20...%20Sign%20in.%20Already%20have%20an%20account?%20Sign%20in%20here.%20Sign%20In%20Now%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),\"}','zP2698jgFYqOQM7KskiwdhXZ',0,1674924757.1260,183,'','GET',403,0,700,0,1,'',0),('143.198.226.137',2412176009,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yncEQqmszRlOprk7CD8f1hv0',0,1674928168.0969,281,'','GET',403,0,520,0,1,'',0),('51.159.35.70',866067270,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','QH7W8nexqoSDjEIOlsp6UvyY',0,1674931660.1832,312,'','GET',403,0,520,0,1,'',0),('83.69.230.5',1397089797,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','8YeZ9D7hOfHqFdlIr4xn1MEm',0,1674931713.5648,278,'','GET',403,0,520,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','yNeLKMd0PnGBa9ozfZ2r36jY',0,1674931840.0841,199,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','y53LQ1Iuj7ceGbTVZEwgnvaP',0,1674931845.6799,190,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','N3PygocjlOfBaQJmKdpv6FTh',0,1674931846.6458,220,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','1xjgV5y3UOmhsX8CoEPeuHfn',0,1674931850.0069,190,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Y6KSdprFAxjJzf2y81whguks',0,1674931850.6573,199,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','8TVINZ2diHDntPOAjlXYM7R0',0,1674931854.2358,184,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','PosBTplMQeK6ibIu2YfcnGLN',0,1674931855.1690,176,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','okA0RUay4rgibQsPm9txq6Cu',0,1674931855.5714,179,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','S6mVjTgWGDpLth5rcdoJnX91',0,1674931856.2013,182,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','nvFHOewhrcdk38R1gVjb2s4C',0,1674931857.1515,181,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Uhu8PQOpdnt9eL26JAbxISCH',0,1674931862.7974,185,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','VrzFdWb637B0lyweI2phGJLk',0,1674931866.4499,188,'','GET',403,0,700,0,1,'',0),('167.235.143.158',2817232798,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vgGAxte1YpwD9KRBVnCzNoJl',0,1674931867.5734,177,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AHNEZJ2Q1dvT5eROX9cmbnip',0,1674932725.6526,210,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','UsiQyNmtv1YXL0SrTBIWZPHO',0,1674932730.0924,183,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','nbAH0Wo24yErzG5wpTBZqjt8',0,1674932731.2361,217,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','GR9i4rWsj8UCfHYq6whcKBpZ',0,1674932734.5587,184,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','lLg7wsaI8WQz1dMqN52YCZKn',0,1674932735.1524,214,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Xk7J354KbGnflpdrHPchWOAY',0,1674932737.6622,196,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','60BkKZa41Wi9JCsnu23YRSIT',0,1674932739.6652,203,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','U7se4VczkhB9xZvW82oTDObd',0,1674932740.2228,203,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','1wm7yavXdl3U8WKiEMnPACHp',0,1674932744.0309,181,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','2p3MmK8RfZLAlWywxg0cYPTt',0,1674932744.9339,202,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','3sNCYaeKblF9AGMq4VE1W7yo',0,1674932753.0805,324,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hoX9kHmLY7Bld5OIgF4z2iJZ',0,1674932760.1530,203,'','GET',403,0,700,0,1,'',0),('167.235.25.176',2817202608,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','euiohRTMsczALqn69ZNvjOGU',0,1674932761.1898,202,'','GET',403,0,700,0,1,'',0),('69.55.54.119',1161246327,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','k0nJSsjGpQXMiDRvlTI1qBwx',0,1674933295.5031,272,'','GET',403,0,520,0,1,'',0),('157.230.178.254',2649142014,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','v4KHwx1GCOdlfTynQ70LtEJF',0,1674934458.3286,267,'','GET',403,0,520,0,1,'',0),('199.182.169.160',3350636960,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','LtisRATPKBmbHMGY753wSlch',0,1674937656.3809,1176,'','POST',403,0,600,0,1,'',0),('51.159.35.70',866067270,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','AE4VGdWulMUzNeF3XTp1xqjo',0,1674937851.0798,292,'','GET',403,0,520,0,1,'',0),('171.244.17.89',2884899161,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','UGngYbvTVNcskSwBuiI6CFZf',0,1674940665.4947,348,'','GET',403,0,520,0,1,'',0),('86.48.26.198',1445993158,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Fh9UDorXln1WeYMNQHx2fV4z',0,1674943589.4934,311,'','GET',403,0,520,0,1,'',0),('173.177.133.2',2914092290,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2145','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','NFsoxretdaT7yljWc3zBXKZ2',0,1674944832.7006,285,'','GET',403,0,700,0,1,'',0),('173.177.133.2',2914092290,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2144','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','uKqjLxc0o1tWypYOgB4n2Dzl',0,1674944832.8515,213,'','GET',403,0,700,0,1,'',0),('173.177.133.2',2914092290,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','fgi1yl5J63P4urbMta9LYBpR',0,1674944833.1638,225,'','GET',403,0,700,0,1,'',0),('47.88.22.184',794302136,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','cjm3lZ07P8Rxo5a1MkWBhHwd',0,1674945263.3637,284,'','GET',403,0,520,0,1,'',0),('188.166.149.6',3165033734,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','l3aMWLcgGdPxSioruVKpEm10',0,1674945544.5547,273,'','GET',403,0,520,0,1,'',0),('157.245.200.155',2650130587,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2Fxe6zs79yNWnf3bTt4QSqcZ',0,1674949964.4176,277,'','GET',403,0,520,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EJ9HYyR6gmIfokFvZwpTxAD1',0,1674951753.3201,198,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','c7QzsfJudOrhBFA1jbeZqtCE',0,1674952060.1089,227,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','vwJVGxWAt36E41ru2RQOImTi',0,1674952104.6091,262,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','QkPujw7UA4TvKHoV8xqY0FWS',0,1674952506.6819,232,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KvljNuF5e7yVnQcP04BEkUr9',0,1674952595.0704,254,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','ZSQDN4AhpLdXqUiVFf1IMWyH',0,1674952615.6370,238,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','gbODHf4mZT1LyFRtMi3AU2YK',0,1674952645.7202,205,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','GstlTa5PB0YpKuROQENHF3qc',0,1674952680.3114,220,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','XaNp2sCkRqtGJA3dEbOPUIux',0,1674952719.9819,222,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','KZqoFO3wh7TRHYXyPmID8Ebk',0,1674952957.7885,224,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','hF2TJ7qmgK1wbEjQfUu63RG4',0,1674953037.7231,216,'','GET',403,0,700,0,1,'',0),('13.90.41.180',224012724,'','https://sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','AY3gIPR8akNFGHE1y642OZfi',0,1674953056.1660,238,'','GET',403,0,700,0,1,'',0),('95.59.26.9',1597708809,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','d9r2e1gj3tmZ6yqWTSVzJXxk',0,1674955092.3051,307,'','GET',403,0,520,0,1,'',0),('159.196.12.30',2680425502,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','SQWberULC9zmfKklnxh0qyYj',0,1674959050.9824,2460,'','GET',403,0,700,0,1,'',0),('159.196.12.30',2680425502,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1967','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','wYB9XpoT8uhVHQqE0WJfzIg3',0,1674959050.9844,2459,'','GET',403,0,700,0,1,'',0),('159.196.12.30',2680425502,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1453','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','qWXvMFy0r7Y9owLBfQRSha6Z',0,1674959050.9703,2927,'','GET',403,0,700,0,1,'',0),('143.198.226.137',2412176009,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','oGMQiHJICzm53nUS2pFwZVld',0,1674961951.9922,607,'','GET',403,0,520,0,1,'',0),('45.84.1.94',760480094,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YRMUS4nPXAfmtFOC0cjBxZ9p',0,1674964705.6030,317,'','GET',403,0,520,0,1,'',0),('17.241.227.70',301065030,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14798','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','rjaCQ4kfHIoS2wKOLc1dN3xD',0,1674965320.4498,202,'','GET',403,0,700,0,1,'',0),('17.241.219.6',301062918,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18952','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','CctelsDgRjaZVo9LXdIpGJxH',0,1674967159.5733,262,'','GET',403,0,700,0,1,'',0),('185.25.117.82',3105453394,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','V6gOraNRhGCPwHvu3xSmdo0q',0,1674975619.4303,301,'','GET',403,0,520,0,1,'',0),('24.199.86.99',415716963,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','sIGRSb19XpznZya6EO0BgN4e',0,1674977184.5076,1530,'','POST',403,0,600,0,1,'',0),('17.241.227.19',301064979,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18202','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','FvAPdxjnVutqOJksLw4aci6e',0,1674979657.0832,241,'','GET',403,0,700,0,1,'',0),('17.241.219.254',301063166,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18957','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','jJSnulHGfXvItLTDcxE73qg9',0,1674980029.4201,203,'','GET',403,0,700,0,1,'',0),('17.241.75.11',301026059,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3218','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','pBQixtwmcyTZ5RVhHCf2M7JN',0,1674981329.1892,256,'','GET',403,0,700,0,1,'',0),('3.80.231.194',55633858,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2306','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZuvanLSxtiVeFrl0BoDkKHpw',0,1674981805.2092,245,'','GET',403,0,700,0,1,'',0),('3.236.251.117',65862517,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12504','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ItGYsoTzVeEm584nh6rJ3A9R',0,1674981981.9746,202,'','GET',403,0,700,0,1,'',0),('3.235.176.170',65777834,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18959','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WA37FfyXdqQtZ2aUGrg5vhPS',0,1674983046.1727,233,'','GET',403,0,700,0,1,'',0),('103.146.203.15',1737673487,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','yBJSHZvnqlUz4Vo3het8sIEf',0,1674983480.4554,315,'','GET',403,0,520,0,1,'',0),('3.237.5.12',65864972,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19002','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KJmSc0dwUuR4plsMiv7koQfy',0,1674983615.3140,222,'','GET',403,0,700,0,1,'',0),('35.173.48.139',598552715,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18950','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nK6IdLNCV8r0R7uJH5EhcpSj',0,1674984201.9128,208,'','GET',403,0,700,0,1,'',0),('44.200.42.76',751315532,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16892','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Hk3eDUuQvrs6KAB4d5z82Wxh',0,1674984736.6985,230,'','GET',403,0,700,0,1,'',0),('147.78.47.230',2471374822,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.82 Safari\\/537.36\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-reset.php\"}','f6zgL3mhbRFQlnxE8ZtXHTcW',0,1674984916.9569,278,'','GET',403,0,700,0,1,'',0),('44.200.42.76',751315532,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','V0KsnWEz3qRNrbIy8OaXUS2k',0,1674985111.5356,256,'','GET',403,0,700,0,1,'',0),('44.197.205.152',751160728,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2936','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FdZsaRmoM32lbyUvH4LNrVBf',0,1674986172.9314,228,'','GET',403,0,700,0,1,'',0),('35.172.136.124',598509692,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3731','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','zMb1JrgO7UnA4kh8HpWl3IDv',0,1674986261.5845,288,'','GET',403,0,700,0,1,'',0),('17.241.75.68',301026116,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18150','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','1DqhON5Xa9S3ZIHucPYJx4zv',0,1674986390.5185,215,'','GET',403,0,700,0,1,'',0),('3.214.216.122',64411770,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18647','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','VQLP1tdS83WRY60fa4yrXjJb',0,1674986421.4168,276,'','GET',403,0,700,0,1,'',0),('44.197.202.15',751159823,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sCjpZKS0HczN8YlAOeoq2Mdk',0,1674986598.1863,255,'','GET',403,0,700,0,1,'',0),('17.241.75.187',301026235,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','rKSIcjLMJw7YHNt2viCefXTn',0,1674986671.9760,232,'','GET',403,0,700,0,1,'',0),('17.241.227.249',301065209,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','AR1c2aWyIYxndbO4ov39SLqT',0,1674986950.4568,286,'','GET',403,0,700,0,1,'',0),('18.206.238.158',315551390,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2306','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cF6rHEt7QmvdGobI8kuS0AZz',0,1674987339.0641,225,'','GET',403,0,700,0,1,'',0),('17.241.227.15',301064975,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3732','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','RXzLPEHmy7GOiubk2oJeD5B4',0,1674987362.8697,212,'','GET',403,0,700,0,1,'',0),('44.200.42.76',751315532,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17119','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','huawNOV4evxmoPnA1t8L532R',0,1674988712.1445,203,'','GET',403,0,700,0,1,'',0),('17.241.75.92',301026140,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14760','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','CmxlT2ts3pXdwjHGnzY8ARW9',0,1674989849.9010,617,'','GET',403,0,700,0,1,'',0),('3.236.9.196',65800644,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15853','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dqOFJPNKgf3aslE8DmQjRtZM',0,1674990522.0038,225,'','GET',403,0,700,0,1,'',0),('91.238.165.67',1542366531,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','mLxN7COJiysBMvDUXoqle3nc',0,1674991201.2421,307,'','GET',403,0,520,0,1,'',0),('34.236.171.145',585935761,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10284','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xsp3czTnG9SbJqDFe0PLriZA',0,1674991601.7857,249,'','GET',403,0,700,0,1,'',0),('35.172.136.124',598509692,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18910','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FW7H9hVwmAoSnPzBdgrNRjGq',0,1674991967.2171,202,'','GET',403,0,700,0,1,'',0),('3.239.12.7',65997831,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11665','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MrF7uSa2Tsei6hpY4xdIByoj',0,1674992587.7530,219,'','GET',403,0,700,0,1,'',0),('3.234.215.37',65722149,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17187','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','J36nEmGQUesO1zbLFMV8PSTr',0,1674992727.8292,401,'','GET',403,0,700,0,1,'',0),('44.200.42.76',751315532,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=23421','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xLVOJReEalkPigmr0npyo2TX',0,1674993159.4860,361,'','GET',403,0,700,0,1,'',0),('44.210.235.121',752020345,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11662','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dolvU4mIu9gyG3cSzN2RtsKA',0,1674993242.7083,257,'','GET',403,0,700,0,1,'',0),('18.208.159.10',315662090,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14762','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UeS1sZnYcOx0M6VEC9mJKfPB',0,1674993660.0761,243,'','GET',403,0,700,0,1,'',0),('3.229.123.144',65371024,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14876','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MKw9bmGSf42YoTvelNQsXApy',0,1674993673.2088,229,'','GET',403,0,700,0,1,'',0),('47.88.61.91',794312027,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','3nmbyM2okrvdjPERBx5KZwT7',0,1674994591.1361,322,'','GET',403,0,520,0,1,'',0),('92.204.128.97',1556906081,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dkzqXQg2e8xWDIvcG9PuKiaJ',0,1674995079.3265,298,'','GET',403,0,520,0,1,'',0),('3.234.210.18',65720850,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','l4u5ZQ0BikaI9UN1LYpm3DX6',0,1674996158.9955,282,'','GET',403,0,700,0,1,'',0),('44.200.145.54',751341878,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14766','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Y3WOPzIE4vrakGTM7iKAbtwm',0,1674996656.5242,223,'','GET',403,0,700,0,1,'',0),('206.72.203.35',3460877091,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','voQUfmBxIzdF2MutSEKZLhgP',0,1674996725.2972,345,'','GET',403,0,520,0,1,'',0),('3.85.214.40',55957032,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14858','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iDrBSut5ndpCA704Hh1GFmIU',0,1674997768.2202,251,'','GET',403,0,700,0,1,'',0),('185.119.81.109',3111604589,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.76 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','GephmAYByE5k3bQNRCgstJuj',0,1674998328.7229,1198,'','POST',403,0,600,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ipjeAgk68K5O0htasVPv2bIN',0,1675003855.2502,304,'','GET',403,0,520,0,1,'',0),('103.72.163.9',1732813577,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','VujBW0GIoaYZXFzR718nDSNh',0,1675006731.4068,302,'','GET',403,0,520,0,1,'',0),('159.89.228.214',2673468630,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','QWtzY8umrxFgw7ZkCUeBviyS',0,1675008022.7455,1126,'','POST',403,0,600,0,1,'',0),('14.225.255.250',249692154,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ZqicTVI96u3fKgezDlakMC0E',0,1675011321.0623,282,'','GET',403,0,520,0,1,'',0),('103.200.23.139',1741166475,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','XVApF4cvxCMoIUDlYasgNuJh',0,1675013071.1597,266,'','GET',403,0,520,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','KYGjybnkSptc409sQw5qmgDi',0,1675013563.2534,268,'','GET',403,0,520,0,1,'',0),('82.23.194.37',1377288741,'','https://www.sleepingsolutions.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\"}','WeNrtQ2Fm9PAZYGgSKRazuUd',0,1675015217.1420,230,'','GET',403,0,700,0,1,'',0),('103.200.23.160',1741166496,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','1tVobmgDQwzRnBPUL7uTHZ4K',0,1675015689.7522,256,'','GET',403,0,520,0,1,'',0),('185.60.170.226',3107760866,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','1k2Of8zEluVZY9QLGeT6atrs',0,1675017335.5642,274,'','GET',403,0,520,0,1,'',0),('3.238.204.71',65981511,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18626','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','4yM7CWxsVJTGuZwlNEibzSOL',0,1675018644.9288,243,'','GET',403,0,700,0,1,'',0),('34.75.65.218',575357402,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','2e4DWSN6vAYCP8o1acL3Kihd',0,1675019683.5853,1205,'','POST',403,0,600,0,1,'',0),('35.171.159.66',598449986,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3437','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nbTgaZN8IUGXDSlmhfxRd6tK',0,1675021041.6239,235,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','zHGV8g1y3AQ5XpB9vceIETfR',0,1675021829.4941,334,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','f0eCQJkTBAV7PL2gKnSd1Gqw',0,1675021829.3892,459,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','wF1yLU02XoAfbWJSdMRsOaBc',0,1675021831.5441,217,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','tWZYKNeaxFlkRyn0UpgC52vX',0,1675021831.7822,458,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','xbQcf0GZizLlJsDkuP9dV5UN',0,1675021831.9468,315,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','yorxACe3dmqzWJSflb46FBPQ',0,1675021832.9912,670,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/bolster-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','msonugfDy7hC9WQBEvw2d36U',0,1675021952.7863,238,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/kingclub-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?\"}','Pbm8Bwdvrte2ZR4F1WVMXnha',0,1675022004.4149,247,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.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?\"}','FSLvKtP8IHq4jioRTdMhu9Yr',0,1675022015.0807,207,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/faith-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?\"}','o2cKgT4VPrIlyt0YEBZ1mvJz',0,1675022037.9684,217,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/theme-deejay/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?\"}','2CHlL3ZAkWTYxGBr4yJKFO58',0,1675022043.1994,255,'','GET',403,0,700,0,1,'',0),('44.213.81.79',752177487,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19198','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oeuG2ycl9sXLt4VwjJZOazb8',0,1675022044.3935,218,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/rocky-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','KbkadVU3uSRG5X79cHsoFMrD',0,1675022054.8303,203,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.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?\"}','XIuB840Qtkvb6f52PsVOJW13',0,1675022060.0653,222,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.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?\"}','wTbfdDkVqa4ZcjlB3CvKnt0R',0,1675022081.5091,189,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/snapture/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','V7lO3CL54GHjsr6i8ZxukTQF',0,1675022087.0545,222,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/club-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','REsXyP4terfgM5vk6WNDpOai',0,1675022104.2780,208,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/spikes/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?\"}','LHmeSlRQFqo1W9B2UPNh58DX',0,1675022109.4943,209,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/statfort-new/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','aecqVoyChQY5EUAD40fPK1bz',0,1675022114.5117,203,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/soundblast/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?\"}','Ml4hwHjXrFpRa5Vd3KCLkBfe',0,1675022130.5517,213,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','lLsGkJ0oMfmueQRxvg96F2hB',0,1675022197.9176,223,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/statfort/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?\"}','AqXh36fDTGgYjPLOdSy5x9Z8',0,1675022209.4525,521,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.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?\"}','SNl2mHsxLQzGegw8ukfcoMF6',0,1675022277.9669,240,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/spikes-black/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?\"}','WCkEMU5xQqdmvnt0p194IYjX',0,1675022294.8843,227,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/bolster/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?\"}','SqOwz2J6fsQk1xXdhogIjlK5',0,1675022299.9176,227,'','GET',403,0,700,0,1,'',0),('34.237.76.125',585976957,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18053','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wqceZodz2xmOBiFPMGC0v3gN',0,1675022324.6454,223,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.uk/wp-content/themes/churchlife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','LMeiYF5zqxcNAZhJW6CPd7st',0,1675022339.8868,246,'','GET',403,0,700,0,1,'',0),('5.161.189.8',94485768,'','https://sleepingsolutions.co.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?\"}','H34pr1ScfUeVgzYvRA9Xbx6l',0,1675022345.0424,228,'','GET',403,0,700,0,1,'',0),('103.74.121.5',1732933893,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','aGd4kyUwN3qjKcQepT9gMlRL',0,1675022709.8998,277,'','GET',403,0,520,0,1,'',0),('205.169.39.63',3450414911,'','https://www.sleepingsolutions.co.uk/home.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/106.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/home.php\"}','4c87bGyasXxlTCmKU6tMAiZJ',0,1675025322.9368,241,'','GET',403,0,700,0,1,'',0),('94.250.250.48',1593506352,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','t6upd4E3LChZGjvsT8OUawnc',0,1675025700.5221,271,'','GET',403,0,520,0,1,'',0),('44.213.74.133',752175749,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18073','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','EVF6KMqWDtjs8cwLavCTGfiJ',0,1675026106.0882,231,'','GET',403,0,700,0,1,'',0),('3.236.231.181',65857461,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FtzLnWxe2KJrp0dsZ5lu6Xfm',0,1675026834.3989,291,'','GET',403,0,700,0,1,'',0),('35.172.111.232',598503400,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=13036','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xAvyiGqaF0QlCtubHRBUnXg7',0,1675028069.1726,245,'','GET',403,0,700,0,1,'',0),('3.235.181.43',65778987,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2399','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','X9HVZzgI1aYjBOSvcktPrCAf',0,1675028527.8480,248,'','GET',403,0,700,0,1,'',0),('3.236.223.12',65855244,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Pwdg9NhvVxcD21HBltyFOGof',0,1675028851.8518,648,'','GET',403,0,700,0,1,'',0),('81.79.135.155',1364166555,'','https://www.sleepingsolutions.co.uk/home.php?cat=10349&set_size=Kingsize','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\"}','bqYSJh1XZRHo4FOTvxEpw5di',0,1675029334.4567,241,'','GET',403,0,700,0,1,'',0),('3.238.242.49',65991217,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15244','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jMdGJTUErRakV1fCvne4c6Fo',0,1675029526.5143,246,'','GET',403,0,700,0,1,'',0),('3.236.223.12',65855244,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2736','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rkqAZz7JiQF3uHVPLbO6SG1a',0,1675029719.1447,219,'','GET',403,0,700,0,1,'',0),('35.170.75.179',598363059,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14845','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AEBwOFuS8tVnadYqGMxcvrsX',0,1675029843.4632,227,'','GET',403,0,700,0,1,'',0),('195.211.44.210',3285396690,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Nah7OIJbqC5ry83sQXfZmkHe',0,1675030558.6755,281,'','GET',403,0,520,0,1,'',0),('34.237.76.254',585977086,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18949','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PyLDJzeRGmN8uV03saj1BrFQ',0,1675030760.3666,217,'','GET',403,0,700,0,1,'',0),('3.239.112.239',66023663,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14751','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9I7blAmMYietVqgXa5kyfoLR',0,1675031146.1241,244,'','GET',403,0,700,0,1,'',0),('3.238.127.200',65961928,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18994','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','x9aL8FHQt3OJmw1jK2R5EeXU',0,1675031679.8901,216,'','GET',403,0,700,0,1,'',0),('44.200.139.1',751340289,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18089','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','angqSiNJlZQDzdvOm2FPfHCG',0,1675031751.6216,219,'','GET',403,0,700,0,1,'',0),('195.211.44.210',3285396690,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','p5svi3B7xrEAlKkdXLzInj1q',0,1675031873.9933,415,'','GET',403,0,520,0,1,'',0),('177.55.125.120',2973203832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','gESfezZrsMd4bA7OJKxvmo89',0,1675032090.0453,308,'','GET',403,0,520,0,1,'',0),('3.236.212.178',65852594,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6pzjH7W5XYVcrq18otgEsbaG',0,1675032460.2795,213,'','GET',403,0,700,0,1,'',0),('3.236.207.191',65851327,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18076','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KItSfAGBVqbDlhE5HP64i3LM',0,1675032954.3682,226,'','GET',403,0,700,0,1,'',0),('3.238.85.149',65951125,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13481','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vAEnzidTjr7FMKUObwP1Ls4X',0,1675033108.0217,246,'','GET',403,0,700,0,1,'',0),('44.192.33.40',750788904,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6H7Jo1MVXUBKlA4vntCIGQDS',0,1675033895.6865,254,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Nz9a5HbAhEjKMwVqlsZXYPQ3',0,1675034056.2330,188,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','V3qArYSF5Be6KZNOsQgliphD',0,1675034060.3172,182,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/beence.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Bfh6SrmieKk0PXT9l1CvQcqN',0,1675034061.5218,195,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','EqLmaP6xXn9F8D31gBjryJiZ',0,1675034067.2264,228,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/wp-content/export.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','M5jikLrApC6DmVve0aNHn9xy',0,1675034067.7868,228,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/wp-includes/wp-atom.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','LrsBWZiDlqEcya2XCIh4zPtT',0,1675034071.4900,184,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/wp-includes/images/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','aBig8FVcAuYTJW6PwEUjStM3',0,1675034072.9359,208,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','mHVbJ3c9jfnpYP1oRzi0Zt5g',0,1675034073.5405,208,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','73VPdJW4N1Q59IFpaoAnvwbc',0,1675034075.2292,198,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6g7AYCWDK03UJtBEeQx1fLcl',0,1675034077.2626,181,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','6W9fNvHacbnKX5gOBZCAluJP',0,1675034090.1920,184,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/archives.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','REM2BuXsKP9qpmhJkbFcODla',0,1675034095.5127,235,'','GET',403,0,700,0,1,'',0),('157.90.17.95',2639925599,'','https://www.sleepingsolutions.co.uk/defau11.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"www.bing.com\"}','Pbok9If2jaDYhWzq07KZnt3s',0,1675034096.6942,204,'','GET',403,0,700,0,1,'',0),('18.205.109.54',315452726,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3084','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Bqk8wp5xRNIXWr6mHaclg2tn',0,1675034216.2234,233,'','GET',403,0,700,0,1,'',0),('3.237.46.83',65875539,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3804','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vESOQKbNR2hP4VXgmHupwrF7',0,1675034474.0054,252,'','GET',403,0,700,0,1,'',0),('18.205.109.54',315452726,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17985','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kPzjDn0gweF3NMBrETR1i7Qf',0,1675035107.0170,220,'','GET',403,0,700,0,1,'',0),('3.239.87.105',66017129,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17949','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RjHv2lCydwY7PLO3XubVi0EJ',0,1675036028.6938,225,'','GET',403,0,700,0,1,'',0),('3.92.96.251',56385787,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9351','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wuTxH1amdYbc6U02oeBzPv4Z',0,1675036512.6068,233,'','GET',403,0,700,0,1,'',0),('3.236.87.117',65820533,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yn09vAKePaikJZCUcNH3TO68',0,1675036833.5071,341,'','GET',403,0,700,0,1,'',0),('148.72.214.245',2487801589,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','JFX9pbxhownOaq1v4BGCymDT',0,1675037053.9480,2637,'','POST',403,0,600,0,1,'',0),('17.241.75.220',301026268,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4600','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','L7wpikl3cPJCS2UK4NF5ujn0',0,1675037165.3431,236,'','GET',403,0,700,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','YMRE98DJGBlmzd3aQUb4ecso',0,1675037325.2299,425,'','GET',403,0,520,0,1,'',0),('3.236.223.12',65855244,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11213','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BP1vSqmVuYgEIRklC0iX96cF',0,1675038195.5380,252,'','GET',403,0,700,0,1,'',0),('3.235.181.43',65778987,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','K02bX3v9LIcnrT8GOBS64okN',0,1675038270.0694,309,'','GET',403,0,700,0,1,'',0),('35.173.42.206',598551246,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18713','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fRVMTjuC96Wvo1PEJtekGrOH',0,1675038304.0066,220,'','GET',403,0,700,0,1,'',0),('3.238.226.219',65987291,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17986','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2EWtmFeCkhRx6g3O84JQvpM7',0,1675038332.3786,305,'','GET',403,0,700,0,1,'',0),('3.236.53.5',65811717,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18894','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','f9NTiqQBozdlVSDhF3jYu8k1',0,1675038355.5695,206,'','GET',403,0,700,0,1,'',0),('3.235.191.19',65781523,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6iU39TkKPCx4yM75ZdDoQfSc',0,1675039571.4633,257,'','GET',403,0,700,0,1,'',0),('17.241.219.39',301062951,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2881','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ZoETm8GMJgC7t4eAv9OzF6Si',0,1675041456.7968,221,'','GET',403,0,700,0,1,'',0),('167.86.100.73',2807456841,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EULyFCqZpGawRmDPWKuBt0ig',0,1675041883.5480,309,'','GET',403,0,520,0,1,'',0),('146.59.154.210',2453379794,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rqeuxjg2E6atDH0wkm93KnRQ',0,1675043009.0226,315,'','GET',403,0,520,0,1,'',0),('78.46.82.123',1311658619,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','nXQcWBf4ANP8qstuV2rhJ6Ev',0,1675043643.6084,284,'','GET',403,0,520,0,1,'',0),('3.236.98.72',65823304,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2936','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ftIEpgO0DXWBy3a6ZcMoG7zr',0,1675044101.6442,239,'','GET',403,0,700,0,1,'',0),('17.241.219.210',301063122,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18956','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','2fEHI9YLBXo0OxMgwZjUzsyn',0,1675044928.1270,303,'','GET',403,0,700,0,1,'',0),('191.96.4.95',3210740831,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','u6ncelHM09YpqdbRkF4PfNjT',0,1675045110.3609,5193,'','GET',403,0,520,0,1,'',0),('34.226.244.208',585299152,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18170','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cPAXkmFOqbNv84IHWdCsyV7U',0,1675045379.8258,1987,'','GET',403,0,700,0,1,'',0),('3.85.214.211',55957203,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=658','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Vr0MTX6HIgm9oL41hWxb7Yce',0,1675045778.2470,797,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','D25vRAt3H4XNuFZae7U6dcjK',0,1675045817.5039,209,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','UzVx4YdEaIAPWsS6DJ1k89lG',0,1675045817.5237,254,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2Fp6oSYPeOxULBlMtu0isNrG',0,1675045817.9026,638,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Ssdfq8bIlhBM7xLOv9wR6TXJ',0,1675045817.9273,613,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','0VyL3J54cz7STG8Yu9Q1FfvU',0,1675045818.7434,218,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ZCNzVHqId6eh8PY1GawgOFSX',0,1675045818.7512,244,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','WPtbgeLMiDyk3wXnYxC1H4TS',0,1675045819.2406,221,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','v9Zw2iVtqFk8nKSzjUhxgHJA',0,1675045819.3428,194,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bSmGwCq3P8F5V9pEdgMBusyf',0,1675045819.7043,190,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','uyRZtkp7vrBAH3hPQmjbCiVc',0,1675045819.7037,212,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','UTYybMrEwz1LPq3ZgFG9extf',0,1675045820.1133,212,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','8vimQ6koj1lt4xbU7uSJK5Nr',0,1675045820.2057,443,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','0xANvSeuMrVgKpOwJFn9dGD6',0,1675045820.5048,411,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','BQ9Zowvn2Ym6duNGfKpAJaqT',0,1675045821.1208,209,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Ubmevz6P9ZXp3S7iLrKNf1l5',0,1675045821.1058,496,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','C2djIXrBgKlJovOM0ymTGbzp',0,1675045821.6052,251,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','At0D7VbXh9m2fZzUPkxB1QyH',0,1675045821.7455,221,'','POST',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','8t3bgVJfkMveGRyZ6AmhaTQz',0,1675045822.2052,641,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2kug7RJL8P0TaGX1mBzA6iIy',0,1675045824.7037,897,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GNSRUEhk5PIyLAHm68sl1bcT',0,1675045824.8416,1787,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','2t5oI7BCefEgYZbnzLK9A0QD',0,1675045826.2049,827,'','GET',403,0,700,0,1,'',0),('89.39.107.6',1495755526,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','SHpP9qhsrTbBKzlWf5dkuIQL',0,1675045826.9448,201,'','GET',403,0,700,0,1,'',0),('17.241.75.107',301026155,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1892','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','hnWtjN9Qa1Hv8EIu3oC7UeSd',0,1675046110.6778,262,'','GET',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Sj6vFNJAxhGYitnElDU1oe5d',0,1675047264.9930,258,'','POST',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://sleepingsolutions.co.uk/fvlxumnz.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\"}','4UlEpdBKoTjk6LaGS7vWHIme',0,1675047265.3905,227,'','GET',403,0,700,0,1,'',0),('3.236.87.117',65820533,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1959','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ewK7QlPuVM0pSFCXRaTzb5Zo',0,1675047524.1037,277,'','GET',403,0,700,0,1,'',0),('3.239.87.105',66017129,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3731','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TV5SRhpq2HLmIEYla3owD8i4',0,1675047652.4812,343,'','GET',403,0,700,0,1,'',0),('103.18.6.65',1729234497,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','LtX6FhYf3Sxi9ETqQPONe75I',0,1675050302.7273,332,'','GET',403,0,520,0,1,'',0),('17.241.219.192',301063104,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14798','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','DSyFQu79sWqgMU4JPA8KGHEc',0,1675050346.8272,353,'','GET',403,0,700,0,1,'',0),('17.241.219.195',301063107,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14760','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','vHjpzxeWoDYPq60QEfBa1bV4',0,1675050673.3118,300,'','GET',403,0,700,0,1,'',0),('17.241.219.169',301063081,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3030','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','ZjxFitsnYywX94uIg3c7fR28',0,1675051059.2499,297,'','GET',403,0,700,0,1,'',0),('103.74.116.69',1732932677,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','n5aX6GuZgLpDcQvbhxVeP2SH',0,1675051085.9609,280,'','GET',403,0,520,0,1,'',0),('185.224.137.71',3118500167,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','iFpQh9oxHmdjUt8G7A0ZLszy',0,1675052009.4652,401,'','GET',403,0,520,0,1,'',0),('180.74.225.171',3024806315,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9169','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36 Edg\\/109.0.1518.70\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','no6zghTJyN8fF0uGYwtxBbAl',0,1675053080.1247,240,'','GET',403,0,700,0,1,'',0),('180.74.225.171',3024806315,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9203','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Safari\\/537.36 Edg\\/109.0.1518.70\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','Qph68AXBulnYPZOg0CVGqb1v',0,1675053080.3801,215,'','GET',403,0,700,0,1,'',0),('39.108.148.88',661427288,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','xKzgW2ErdP4CUtwyjHITvAeV',0,1675053919.6102,3889,'','POST',403,0,600,0,1,'',0),('17.241.75.98',301026146,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15959','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','acxhLy7ToSzHFZJsigj2r6UC',0,1675054298.9975,222,'','GET',403,0,700,0,1,'',0),('47.88.22.184',794302136,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','HesFjYfpICcw5QDWtRP41mBX',0,1675054534.0766,285,'','GET',403,0,520,0,1,'',0),('37.140.192.32',629981216,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','DbPuMkAiCrVIFQ0tKyZ7UfGs',0,1675054631.9438,316,'','GET',403,0,520,0,1,'',0),('17.241.219.235',301063147,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18944','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','bN9ahuHO7zZCRE5GDempkX0y',0,1675055326.8497,274,'','GET',403,0,700,0,1,'',0),('93.84.114.208',1565815504,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','LCPhUalQmdjrBvZb4pwxAz8u',0,1675058582.3044,276,'','GET',403,0,520,0,1,'',0),('3.236.116.128',65827968,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18236','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MA7T1aPsi6B2NXtcSLmzv5WI',0,1675059604.0666,198,'','GET',403,0,700,0,1,'',0),('34.239.168.87',586131543,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11656','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7TNcgqVP0HtOZbWLvM28DodQ',0,1675059806.5871,219,'','GET',403,0,700,0,1,'',0),('3.236.5.194',65799618,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18174','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YWlkBcaNjmp41boIi0M59Aft',0,1675059807.9834,220,'','GET',403,0,700,0,1,'',0),('3.236.231.181',65857461,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14754','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3F5xC0pHlLNZBRz9oPybYA4g',0,1675060460.6317,258,'','GET',403,0,700,0,1,'',0),('3.236.9.224',65800672,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17183','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hCoUaBIkGtf9ME3dn421ZOAQ',0,1675060566.4571,245,'','GET',403,0,700,0,1,'',0),('3.236.53.5',65811717,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18700','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UAZ9HEOn36Sp4udtCX8sWTBh',0,1675060799.9774,227,'','GET',403,0,700,0,1,'',0),('3.236.229.144',65856912,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16991','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2jREz4AxLknH1QUhBwqlcu3Y',0,1675061107.2192,248,'','GET',403,0,700,0,1,'',0),('35.173.42.206',598551246,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9372','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bxVh1pfu8RJikOUd4IXQGWzZ',0,1675061525.6609,218,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','EsrljLYNcGbVd8qZH1n4vJRB',0,1675061711.9166,272,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','T6Ak94HZPySDuljeLEJizQIa',0,1675061711.8599,339,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','bMctOTC9QJrDW7Zg16qvSV8I',0,1675061715.7586,217,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','BKlERbo2uIX50HAjT9VC1nv7',0,1675061715.7766,284,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','6Ci0QoqJt4BdpF7Nb38WenAm',0,1675061716.9740,234,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','JfKdEAavIzg5T9HWLbkReCjs',0,1675061716.9475,320,'','GET',403,0,700,0,1,'',0),('34.239.175.199',586133447,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cUYy7Js8Vo4E9Buk1RZFgraO',0,1675061849.3174,247,'','GET',403,0,700,0,1,'',0),('3.235.188.79',65780815,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11622','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BOcxgqEs4ao7m2XutfnNvTep',0,1675062275.7478,556,'','GET',403,0,700,0,1,'',0),('35.173.47.147',598552467,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2737','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','isFgG9xb7yS0BdlNVrpvIOhM',0,1675062728.2212,260,'','GET',403,0,700,0,1,'',0),('44.212.99.80',752116560,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=309','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Osph9VT6KqFDLecwuSJG7lAi',0,1675062930.2436,211,'','GET',403,0,700,0,1,'',0),('34.237.76.254',585977086,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pjdh5ZeRcw6SJCzFLMn2B3Px',0,1675063171.2012,262,'','GET',403,0,700,0,1,'',0),('3.236.13.153',65801625,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14270','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vEWilMIGu90x8BYkAyfrgZ3R',0,1675066655.5674,240,'','GET',403,0,700,0,1,'',0),('34.204.198.117',583845493,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16885','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vcJL4OBg6an7VQ0d2IzqUEMN',0,1675066798.3971,222,'','GET',403,0,700,0,1,'',0),('44.200.186.84',751352404,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15913','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QweuZXjnkxm8gMK0vAV27sbS',0,1675067314.2245,291,'','GET',403,0,700,0,1,'',0),('3.238.179.142',65975182,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11828','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','95nFEp4IfAleV6rMQRK8GkjL',0,1675067754.8871,1144,'','GET',403,0,700,0,1,'',0),('3.238.26.93',65935965,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Equ6PbKkD3I1e4OlXt05G8ph',0,1675068276.5322,219,'','GET',403,0,700,0,1,'',0),('34.204.198.117',583845493,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jpWDoPsZmFg8dEbywiNuQ79a',0,1675069850.0331,258,'','GET',403,0,700,0,1,'',0),('44.197.198.138',751158922,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16240','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','L0avIHZyjmGoVEckuRzPO8eJ',0,1675069944.2949,221,'','GET',403,0,700,0,1,'',0),('34.229.119.244',585463796,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19018','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MK2UbXHAPVCwJiTtZs7NSaYd',0,1675069959.4270,222,'','GET',403,0,700,0,1,'',0),('3.236.254.238',65863406,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15915','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','c6JKtFaCeSgDEsPpfV2TIYzM',0,1675070131.9849,242,'','GET',403,0,700,0,1,'',0),('18.216.40.53',316155957,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','JliQeNju4EMF8gV20SAyfbdc',0,1675070273.8484,527,'','GET',403,0,520,0,1,'',0),('192.241.135.47',3237054255,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','pAydDfUQZSFnKWYeghzMBIiC',0,1675070311.6598,1590,'','GET',403,0,520,0,1,'',0),('206.72.203.35',3460877091,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','2b1DGlNhQmXFYqLayM80gV6S',0,1675070641.2103,2589,'','GET',403,0,520,0,1,'',0),('3.236.59.72',65813320,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10285','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','v6lAhKYGZemw7fpJ3P5WXRsF',0,1675071671.7120,1653,'','GET',403,0,700,0,1,'',0),('51.91.151.60',861640508,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','Gd0NwBUlVaezhy1knfJT3tYF',0,1675072207.5155,2778,'','POST',403,0,600,0,1,'',0),('17.241.219.16',301062928,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3880','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','nfBDOpS9mq3hNIRXoHLbFr1g',0,1675072288.0113,413,'','GET',403,0,700,0,1,'',0),('3.238.199.151',65980311,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18074','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RfvYTD5nQp7O30Ac8Bs9UygE',0,1675074588.3835,219,'','GET',403,0,700,0,1,'',0),('18.208.143.129',315658113,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2ku19AKcDmzHRZ0Qgroi7GPW',0,1675075875.3791,282,'','GET',403,0,700,0,1,'',0),('3.236.84.96',65819744,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=344','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dkUXOQjMvb3S7VuAgG95apnK',0,1675076072.1902,238,'','GET',403,0,700,0,1,'',0),('3.238.96.97',65953889,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','qzLYu7DgTROJceKhxkNaf96r',0,1675077323.1068,211,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','H3KtbLNk9RJrwW6SjsQXAghU',0,1675077495.2678,286,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','4gjHp3PwJUdxWTyk28eYXzNh',0,1675077495.8441,210,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/db.php?u\"}','OlDqzjGxuVhiK7FbI5k3nZyW',0,1675077495.9579,215,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://www.sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/www.sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','zNHInGRworOhKCVFLf1dk57x',0,1675077496.2281,232,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','3T4WY9H8EszwMPKDtCAJNhQm',0,1675077497.3183,191,'','GET',403,0,700,0,1,'',0),('104.243.43.64',1760766784,'','https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','cp5NoWU8xhld2wuCnOfvkjtm',0,1675077497.7190,234,'','GET',403,0,700,0,1,'',0),('3.238.113.86',65958230,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19159','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HhSVnCDsA79cKW2umMGZPplQ',0,1675078284.9093,324,'','GET',403,0,700,0,1,'',0),('18.216.40.53',316155957,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','2zKsY13GXhE9Adk47xZyeBHi',0,1675078675.1066,291,'','GET',403,0,520,0,1,'',0),('18.216.40.53',316155957,'','https://sleepingsolutions.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/\\/wp-login.php\"}','0L2eEg9nmbD5tr78l6pxZksA',0,1675078676.1113,1176,'','POST',403,0,600,0,1,'',0),('64.227.6.141',1088620173,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','kGoWFrhDtxsqYd5O6bPSiQRI',0,1675079379.6378,3534,'','POST',403,0,600,0,1,'',0),('3.239.101.147',66020755,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18472','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JLIke8EfThRnzyDZcduMUB2m',0,1675080545.9199,747,'','GET',403,0,700,0,1,'',0),('3.238.73.224',65948128,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17203','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KmW6PyEMo0IZXVbCNFDk7z1u',0,1675080637.5469,400,'','GET',403,0,700,0,1,'',0),('45.85.146.176',760582832,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','EcgPiD7SHKQw3Lz0G2huoWCM',0,1675080805.9331,399,'','GET',403,0,520,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','BZdoAeiH051uVNI42K6f3Gbc',0,1675082448.7519,200,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bqoiz14Qfcm2FsMYHW7ZkdOT',0,1675082449.7750,190,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','QI6RiMmsdGqB1ylD5nNgaew9',0,1675082450.7939,178,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','CR0gt1BOw78AEkhey4zIHLKP',0,1675082451.8523,176,'','POST',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','butenFW9sMLQkz0dro1SHUag',0,1675082453.2903,204,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','hcYjDXmVGvTkq9uJ28C30IQp',0,1675082453.9878,226,'','POST',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','D7H9q2Kp45rACdTR3L8bW6Py',0,1675082454.9177,177,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','yB8uTftKnC3JxbNR2HP01eDM',0,1675082456.1137,195,'','POST',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','XdkP5Zrav2HxSMsImpYqDjAg',0,1675082457.1292,193,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','H90EO5wsZV3vL2xaQqh6bW8B',0,1675082458.8911,186,'','GET',403,0,700,0,1,'',0),('130.185.74.204',2193181388,'','https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','OeMStYiywnxINDQbKTWzBEUh',0,1675082459.9537,204,'','GET',403,0,700,0,1,'',0),('44.192.91.23',750803735,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','KpIrCsGF0uY3vybBMP9cDW75',0,1675082681.5610,218,'','GET',403,0,700,0,1,'',0),('3.236.241.245',65860085,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18467','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','l64OCuUkrisqIaK3gSz9fYHX',0,1675082928.8759,223,'','GET',403,0,700,0,1,'',0),('80.189.183.77',1354610509,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2730','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A526B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','bdxRrF7tI3KSHWyJkmVlju8c',0,1675083056.6683,373,'','GET',403,0,700,0,1,'',0),('80.189.183.77',1354610509,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2728','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A526B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','sZUGzoPymxijNgLR1h2e5QX4',0,1675083056.9974,222,'','GET',403,0,700,0,1,'',0),('80.189.183.77',1354610509,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2729','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A526B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','TSPpKnm9CMdVeg5wFl34zDc7',0,1675083057.1479,238,'','GET',403,0,700,0,1,'',0),('80.189.183.77',1354610509,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 13; SM-A526B) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/109.0.0.0 Mobile Safari\\/537.36\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','Hv1XwOMclfQLsBCiZmdoR6Ub',0,1675083057.2907,190,'','GET',403,0,700,0,1,'',0),('44.200.184.56',751351864,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18962','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bkuvmt8BwPAj97SKrHXeGCWq',0,1675083400.5857,212,'','GET',403,0,700,0,1,'',0),('3.85.218.227',55958243,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14792','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XNJphCczRwy4Buks6ElAOjfQ',0,1675083438.1115,221,'','GET',403,0,700,0,1,'',0),('18.207.131.240',315589616,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17991','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dLnBIWx09oU6V1fRq3jkpDi4',0,1675083589.0675,215,'','GET',403,0,700,0,1,'',0),('44.200.186.84',751352404,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14794','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ix37F4VdKCZnmcIkAQwl2sT5',0,1675084243.5857,225,'','GET',403,0,700,0,1,'',0),('3.238.96.97',65953889,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','x2VflcDs0oIQ17ug6wh3LeWS',0,1675084833.8715,236,'','GET',403,0,700,0,1,'',0),('34.229.119.244',585463796,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18166','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kbx2dnGleBZovcmR0pE1TFCf',0,1675086264.3659,264,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','SQ3tpgTNJ7FiYsKOEXxZRUkn',0,1675086592.8688,219,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','o4PZwK816ajslQyXJEeuBr3d',0,1675086594.8044,211,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','t8NSPBiJ2HUYrnCd5zwVoxOc',0,1675086596.3763,184,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','OHrG8KWTAvjLnoeg4f0NQuxk',0,1675086597.8994,192,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','Yw719HPqd26WScKUnjQXiaCg',0,1675086598.3947,235,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','kEIS8L9mp54DWlOzshYuMo6d',0,1675086599.0530,187,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','5xemKJ0nidLu79c6G3bya4EO',0,1675086600.9747,187,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','Lgk6QNEwPum89xCX5RM7O1sc',0,1675086601.6756,186,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','4LkfWwKbaABy9VdMXjI31gYH',0,1675086602.4932,194,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','LmIOe3VMEgwScNtspZCPjiA5',0,1675086619.0617,193,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','5UjC1ibfhrAENVZDpdaxK4M3',0,1675086619.9423,203,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','khytf8x4AiCS9KHBTm3LRDea',0,1675086621.3626,186,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','W7jvPhmxpCcBHroZbEiI5kJ4',0,1675086621.7398,195,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','01m8XqOd46FglRV9NIWpnTjB',0,1675086622.2962,199,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','0HENYsetPKBZ4Rrm3pFjq2IJ',0,1675086622.8440,183,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','y83PuAmxrNWJSCO0piw2cDdF',0,1675086623.5637,210,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','nckoxTUXAspJagRBNWhuPEf2',0,1675086624.1410,181,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','0Za6BpISFlsehfE35Vbouwz4',0,1675086624.5143,176,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','bFu8MseVroPWD2fCJKLvSTt5',0,1675086624.8189,179,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','9dg7DHV3IcwPLCRnF1uaitkB',0,1675086625.4145,217,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','jV469CEfMsmTwPWkL5lpDR8G',0,1675086625.7745,177,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','CwX6krfHRMtpDN0GahSI4UPv',0,1675086626.0918,176,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','BywFQxq2YGHJjrzfP4lOukW1',0,1675086637.6946,218,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','rLETPwoe8cuAfjxM0pODVa7C',0,1675086639.1706,201,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.27.1\"}','Y85DrCx6W9VRhHQp3gFeykcK',0,1675086639.7631,208,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.27.1\"}','VCxTKsUkOID56PBl1YjRqEFA',0,1675086640.5262,180,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.27.1\"}','hGnRpNfdZv7wDX5yBIz6Mi8O',0,1675086641.3119,196,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','UtF6ZhBKGPp0qnlxaVr9N24J',0,1675086641.7466,223,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.27.1\"}','xrUNbaFEGYzswdJ3eBTCLmD4',0,1675086642.4136,218,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','43jdcxfHb7YaPDmuTXG1SRzM',0,1675086642.8988,220,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','Yw8WJKMyfZzxkB42Aqmu36Pe',0,1675086644.3900,478,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.27.1\"}','8JtHwKCcpoxBhsAyi1aPF4bd',0,1675086645.1512,187,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.27.1\"}','kD8nRac1OEQi3ydMGmhwjWHX',0,1675086646.0657,219,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.27.1\"}','xaT204gNkRqlzObDyXYisUZn',0,1675086646.6602,214,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','sg0ufBGiTv7PhalNWMj54UJD',0,1675086647.0212,201,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','Zw4FIqs1dULAtVvO6klbDoei',0,1675086647.4076,239,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','eoPB3tVE6dFfk4JnmbXKpSWU',0,1675086648.0335,183,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.27.1\"}','BvKzT2faPwZJAL8tpHrNkmRY',0,1675086648.9029,204,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.27.1\"}','n1TYEXAVfLdPKkaNp47ceiv9',0,1675086649.2818,180,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/V3.php','','{\"1\":\"python-requests\\/2.27.1\"}','9irtsXdfgbUZMPonwHvjRkA5',0,1675086649.7066,193,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','GeLkuC8T4Q0zV23wmy6fHUlK',0,1675086650.0922,174,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','FA4xKUSrL2HE0GqQlJBvNCi7',0,1675086658.2920,199,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','4XNPDRgY1nfiIrwzaTehQ3Kd',0,1675086658.8244,206,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','t8sHfQOo9aGcEFdJCVYPw0iK',0,1675086659.5985,176,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','UTlt5mGCFE37JrVYk0S9hsAb',0,1675086660.6283,185,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','wnRHOYNgPoFr3uXUiGIh60EJ',0,1675086661.0819,222,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','oexT1V5w8DHUZdtf2SrbXWRM',0,1675086662.2876,203,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','BZ0s18DnptLikvHoTd4PGgNF',0,1675086662.7169,241,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Iw0y5TpFeJS3EhAcLqWsKRYn',0,1675086663.8337,236,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','HClo7ZDU94RO3bkjwLSmac1B',0,1675086664.2600,217,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','HmIEoBidPTb7N8AD2tQ1gLaZ',0,1675086664.6656,170,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','s4V5AS9Ch6RTt0BIX8Uadweg',0,1675086665.0695,217,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','9w1f4IosHmSPpYWbX3LulJDy',0,1675086665.4687,180,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','QgbZezk09JTPmt5EO1MFlHDx',0,1675086666.1005,206,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','QdzMPm1ZI597RVpCxaDnOGli',0,1675086666.4759,186,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','bGe6gsdtJQxckrDfiTCKaRM1',0,1675086666.9583,198,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','atW01Ajob2BmUShi76xnZQDY',0,1675086667.5060,215,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','nLilOKc72wtErfIBXb5Y8agA',0,1675086667.8710,189,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','ZoUE7CKJnR6LVwPFfAxv45g8',0,1675086668.2341,179,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','Jjgh0HSUGkRI2TZvy7Et3sN1',0,1675086668.5740,179,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','vjR0t2iwnUrzDoXAWpJe1l6C',0,1675086669.3761,219,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','ht57pAeXGfd9vo1iUTzYWmg0',0,1675086669.7414,174,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','z3kQMbZEjla2XcHdCxgvqeyV',0,1675086670.0852,204,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','6eTEtzfjNqP8w0k5pXJGM3il',0,1675086674.2743,194,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.27.1\"}','2VkD85RgeMbrsYQCZhFnTfwE',0,1675086675.0504,211,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','P4KmVuABo3GE5kil8tJFbUxR',0,1675086684.7890,235,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','iVYHrtCWfzcjS4LbEgDK5aup',0,1675086685.5944,178,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','i6vQABGPwm5broqYK7T3nfDd',0,1675086686.0985,185,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','kIjgKATmZ6LQuhn8EtNaUVeP',0,1675086686.5764,219,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','jHG5XKClvyZfqW9SQkd0c4V6',0,1675086692.4670,185,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','i2UcaF5z3WmXjOeHVMhvG1DE',0,1675086692.8640,186,'','GET',403,0,700,0,1,'',0),('51.77.78.41',860704297,'','https://sleepingsolutions.co.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','I4GOCDoExNe5di0SP9yqcmMT',0,1675086693.3326,177,'','GET',403,0,700,0,1,'',0),('3.235.171.235',65776619,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16240','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','PmgdEkJvZKA3VbO9L87YMj0u',0,1675087092.9983,231,'','GET',403,0,700,0,1,'',0),('82.132.245.232',1384445416,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','92GMJAO3TsLKF1yCIH7zd8wt',0,1675090261.5743,248,'','GET',403,0,700,0,1,'',0),('82.132.245.232',1384445416,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','sTlHrYpfM25Da89NoSyiWxmt',0,1675090261.6689,213,'','GET',403,0,700,0,1,'',0),('44.192.91.23',750803735,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14826','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','98rfsc0V7BjHxSbmqK1guike',0,1675093065.7899,229,'','GET',403,0,700,0,1,'',0),('44.210.96.69',751984709,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9399','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gFaX89uIeYdRwNqfPHmt1y3C',0,1675093388.4174,230,'','GET',403,0,700,0,1,'',0),('18.207.131.240',315589616,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3732','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HTmbBoSFjCEZ3h97p4DyIxsw',0,1675093714.6053,222,'','GET',403,0,700,0,1,'',0),('44.210.236.147',752020627,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18161','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','F6wIthXlPa5z3bTkZEQenUv0',0,1675093771.7562,207,'','GET',403,0,700,0,1,'',0),('34.238.190.144',586071696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18910','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','F3oA2VpcMBKaUZkde47mXtTH',0,1675094598.2438,232,'','GET',403,0,700,0,1,'',0),('44.192.71.134',750798726,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15841','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8Z0MSjqmERv4flz1YkwepAg7',0,1675096644.2591,476,'','GET',403,0,700,0,1,'',0),('5.65.48.41',88158249,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.0 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','jbIQAL3Ko61yRz5408O9cptg',0,1675096756.8598,217,'','GET',403,0,700,0,1,'',0),('45.252.248.7',771553287,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','0QdujN1RZgO3rckwXoVTHGiK',0,1675096868.6062,267,'','GET',403,0,520,0,1,'',0),('44.192.91.23',750803735,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vVXrLUH48gfIWac2jPAJiYzt',0,1675098180.1236,230,'','GET',403,0,700,0,1,'',0),('3.238.122.222',65960670,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3525','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','RhUYGE0rfVu4vJaS5WNFQdtk',0,1675099427.7216,257,'','GET',403,0,700,0,1,'',0),('44.192.18.58',750785082,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2737','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vskoTgjL7z1VZRxIJDOUqlbB',0,1675100405.3652,224,'','GET',403,0,700,0,1,'',0),('134.209.234.177',2261904049,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','ezwYtraNluhE8A4jkxWUZbdH',0,1675101227.8956,277,'','GET',403,0,520,0,1,'',0),('44.197.205.154',751160730,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3739','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QJgLhvVGkAs1nYbRmtXE2H4w',0,1675101283.2656,209,'','GET',403,0,700,0,1,'',0),('3.238.72.224',65947872,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','yMp2YkAJGLRutqdao7KgnS8C',0,1675101741.5520,246,'','GET',403,0,700,0,1,'',0),('44.192.66.26',750797338,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18625','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','umr0UkLnFfaSbJ4vCeNiPHpY',0,1675102181.6646,249,'','GET',403,0,700,0,1,'',0),('44.213.80.62',752177214,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2935','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vRLWkjluw5zcmPo826gxydtX',0,1675102407.2551,295,'','GET',403,0,700,0,1,'',0),('185.225.33.7',3118539015,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','GyHQTgIY0kld126E5cJmuNMp',0,1675103412.8968,300,'','GET',403,0,520,0,1,'',0),('207.46.13.11',3475901707,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3474','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','VevaMxfhmT5Wl28DzEjtrw7d',0,1675104447.0196,192,'','GET',403,0,700,0,1,'',0),('207.46.13.69',3475901765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3471','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','5EVcQ3HzIspiYvoyMrBZkOb6',0,1675104450.4438,184,'','GET',403,0,700,0,1,'',0),('207.46.13.69',3475901765,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3477','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','NCeExcs2iVyJfh5uZ1bPX8kO',0,1675104452.8374,194,'','GET',403,0,700,0,1,'',0),('207.46.13.0',3475901696,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3541','','{\"1\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/103.0.5060.134 Safari\\/537.36\"}','Gi0l3jQTw82qZaCunYfHAxe7',0,1675104456.4520,224,'','GET',403,0,700,0,1,'',0),('3.235.140.233',65768681,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17948','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','538BQKPMifUIgw1DFhzR60O2',0,1675104687.5576,233,'','GET',403,0,700,0,1,'',0),('51.159.35.70',866067270,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','klRF2bYLeNiOuv3mXfnzo6cM',0,1675104699.1171,284,'','GET',403,0,520,0,1,'',0),('3.239.114.247',66024183,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9292','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hFODZVuCgvHlr43TJB6kLpW8',0,1675105376.1164,244,'','GET',403,0,700,0,1,'',0),('44.210.150.129',751998593,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=12504','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dWCLVolGhRa4mIJg37xfUEMr',0,1675105495.4019,219,'','GET',403,0,700,0,1,'',0),('35.174.61.36',598621476,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','T28EokrDHeiJhfSmPVNnL9QY',0,1675106369.5688,250,'','GET',403,0,700,0,1,'',0),('18.210.24.70',315758662,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16880','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DldICJK1aygtj2MWrefoQ3Ys',0,1675106545.5239,453,'','GET',403,0,700,0,1,'',0),('3.236.115.164',65827748,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10324','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TmYOz6uZwtrbFWl0saKJGfMq',0,1675106652.8022,230,'','GET',403,0,700,0,1,'',0),('82.132.216.125',1384437885,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','ngt6VdhPy4sMx5GieIJDCF08',0,1675106968.1253,248,'','GET',403,0,700,0,1,'',0),('82.132.216.125',1384437885,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','cK7QkpVmPXawOA0vGfJMR4DF',0,1675106968.2267,214,'','GET',403,0,700,0,1,'',0),('103.28.36.113',1729897585,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','P5Yez108JEpMuA3LBc2qxhZT',0,1675107304.4074,309,'','GET',403,0,520,0,1,'',0),('103.200.23.139',1741166475,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','iVx2vnIfTyOHh4z6kRFwNgcB',0,1675107645.8451,266,'','GET',403,0,520,0,1,'',0),('5.65.48.41',88158249,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.0 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','EoOJ2LlNpGeWIydH5sDZi0Ug',0,1675107794.1308,249,'','GET',403,0,700,0,1,'',0),('44.201.97.94',751395166,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18004','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Eqoxs6S43Wu7AzQagDHVlXRO',0,1675109576.3133,253,'','GET',403,0,700,0,1,'',0),('148.72.244.186',2487809210,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','s1iwHFnxy94Vj0feI3EJTCch',0,1675110566.6283,283,'','GET',403,0,520,0,1,'',0),('3.83.185.202',55818698,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18961','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','u3IcWiEUPG0jMVKT759XDysn',0,1675110956.9016,279,'','GET',403,0,700,0,1,'',0),('100.24.117.195',1679324611,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18998','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','OwiVp1DmbuaeQsXoKYCd3gRn',0,1675111119.1280,220,'','GET',403,0,700,0,1,'',0),('3.236.239.73',65859401,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=iandi=30261','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pdYAK0z6H83rm9MuBJjvP2Dn',0,1675111281.0108,238,'','GET',403,0,700,0,1,'',0),('3.94.99.1',56517377,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16876','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7eEuvnYSIx16LZmQMah5DdXJ',0,1675111555.8764,239,'','GET',403,0,700,0,1,'',0),('3.218.72.189',64637117,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18913','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ICGNhk2E75eKAgW4QBD8aRMf',0,1675111656.0288,322,'','GET',403,0,700,0,1,'',0),('3.226.76.148',65162388,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3612','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZU7V65LQaPNbpyqsDfzxgBMK',0,1675111893.1397,212,'','GET',403,0,700,0,1,'',0),('18.207.129.116',315588980,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YQvZoLiNj4WzRUmHlu2dxpcg',0,1675112624.0488,227,'','GET',403,0,700,0,1,'',0),('18.210.24.70',315758662,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XE9hebwlgAC5qRPrLjtFB6nf',0,1675112710.3552,220,'','GET',403,0,700,0,1,'',0),('66.249.66.158',1123631774,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=13611','','{\"1\":\"Googlebot-Image\\/1.0\"}','DcgYTSWwOBRUetyZs74nh5rv',0,1675112768.7884,185,'','GET',403,0,700,0,1,'',0),('18.210.24.70',315758662,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','W3NT5lMqiQG42kUAY1s7VZDP',0,1675112948.9835,236,'','GET',403,0,700,0,1,'',0),('44.210.236.202',752020682,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3796','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bEVpPfyOmIY7sU5wWcDKFRG0',0,1675113082.9694,238,'','GET',403,0,700,0,1,'',0),('18.232.54.39',317208103,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4470','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','z7KQseIRVctNFEpniSGouB5O',0,1675113802.1318,222,'','GET',403,0,700,0,1,'',0),('34.239.180.87',586134615,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','o4b9uLRAWw30PYJt5a7xSBzg',0,1675114579.6643,235,'','GET',403,0,700,0,1,'',0),('3.227.234.114',65268338,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10013','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','F9tW16PirBmGkw5UIJfOVpsY',0,1675115696.0589,304,'','GET',403,0,700,0,1,'',0),('3.238.242.190',65991358,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3758','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','LkPeDEZaql3wBHiUtFoNT2I5',0,1675115823.3977,223,'','GET',403,0,700,0,1,'',0),('35.174.61.36',598621476,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ne9N21s0YqLuldPVG8UQOwCz',0,1675115955.6189,217,'','GET',403,0,700,0,1,'',0),('3.237.11.255',65866751,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=636','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','bqYjeEngrOxH1wNWhGFRykmt',0,1675116285.3761,294,'','GET',403,0,700,0,1,'',0),('3.238.29.174',65936814,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3040','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7Dh2XE6HIWBdkQNcrOmZtvVx',0,1675117036.5204,214,'','GET',403,0,700,0,1,'',0),('3.239.89.30',66017566,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11625','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QBvdy5ru7aAchUKIXtC2HmiZ',0,1675117178.3493,248,'','GET',403,0,700,0,1,'',0),('17.241.75.230',301026278,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18957','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','dFTlOz0AY96HinX47JfRcZry',0,1675117830.5300,225,'','GET',403,0,700,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=324%20...%20A%20clue:%20this%20is%20written%20in%20the%20present%20tense,%20not%20the%20past!%20:D','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) WebKit\\/566.14.4 (KHTML, like Gecko) Safari\\/7.0.8\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=324%20...%20A%20clue:%20this%20is%20written%20in%20the%20present%20tense,%20not%20the%20past!%20:D\"}','p9J1ik8qInCNSguaQU0m3VR6',0,1675117916.9925,243,'','GET',403,0,700,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=324%20...%20A%20clue:%20this%20is%20written%20in%20the%20present%20tense,%20not%20the%20past!%20:D%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:89.0) Gecko\\/20100101 Firefox\\/89.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=324%20...%20A%20clue:%20this%20is%20written%20in%20the%20present%20tense,%20not%20the%20past!%20:D%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),\"}','TwZs3HoWXKrauLB9q74M5CY0',0,1675117917.2820,238,'','GET',403,0,700,0,1,'',0),('44.200.85.14',751326478,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2327','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0P1YeUOMSd25ZcTuR3Wrmasn',0,1675119184.6314,226,'','GET',403,0,700,0,1,'',0),('35.172.165.6',598516998,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17294','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','VgUNKCXD5BbEkujcAS8JY7Zm',0,1675119725.8555,261,'','GET',403,0,700,0,1,'',0),('66.249.66.2',1123631618,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%2010602','','{\"1\":\"Googlebot-Image\\/1.0\"}','6vEGNSRgw3ACYmfthb1BIJWs',0,1675119968.9763,220,'','GET',403,0,700,0,1,'',0),('34.87.94.148',576151188,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','wRWeUoQ4lkIHGBvpr5T7tZsq',0,1675123108.7315,317,'','GET',403,0,520,0,1,'',0),('35.222.218.27',601807387,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','rL5Zl1P8wXCJ4ahdcGnTYuEv',0,1675125708.3469,259,'','GET',403,0,520,0,1,'',0),('17.241.227.139',301065099,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3737','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','G4O60okw8jahiDbl2TCUcdVf',0,1675127143.8696,210,'','GET',403,0,700,0,1,'',0),('17.241.219.241',301063153,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','vbwl7gz6fsXY3r5jFtp8nQPe',0,1675127235.9745,222,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','CnaAEc9jip3VlYohWH40QSGz',0,1675129217.9530,260,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/providers/htmleditorproviders/telerik/telerik.web.ui.dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','HuAj0VqgwKTfSenUXLCM7Nzo',0,1675129219.8783,215,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/desktopmodules/telerikwebui/radeditorprovider/telerik.web.ui.dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','HXnDxp2eBCvZugsmR5UQKoJG',0,1675129222.1254,187,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/desktopmodules/dnnwerk.radeditorprovider/dialoghandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','786SWRnbPiyfAgjVxQdakBr3',0,1675129223.9611,204,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/App_Master/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','9iMOrPtn2I5SB8z7y1EKCYuN',0,1675129225.9668,187,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/common/admin/Jobs2/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','ApGNPVCzcuqh1BTy9iRLOHx6',0,1675129228.1645,207,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','5EbDm29ZSQIBpYcaCLvyl4VU',0,1675129230.4836,185,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/AsiCommon/Controls/ContentManagement/ContentDesigner/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','R5kzDaIwdlVyc4PLNCsf8WQj',0,1675129233.4658,190,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/DesktopModules/TNComments/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','sBJdZ3LiAlRhpvN8Oz520EKF',0,1675129235.2366,175,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/common/admin/Calendar/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','ajomGYlXNnwQEP9DtCqhi1vL',0,1675129238.2505,175,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/Telerik.Web.UI.DialogHandler.axd','','{\"1\":\"python-requests\\/2.27.1\"}','opPxOHAw52BY4isM8y6bQ7UK',0,1675129239.6252,184,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/DesktopModule/UIQuestionControls/UIAskQuestion/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','ji2awtKE8YXHukcfVz9QpnTy',0,1675129241.5964,232,'','GET',403,0,700,0,1,'',0),('154.247.138.225',2599914209,'','https://sleepingsolutions.co.uk/DesktopModule/UIYKienCuTri/Telerik.Web.UI.DialogHandler.aspx','','{\"1\":\"python-requests\\/2.27.1\"}','JIR1xMriUvl4juWTbS9omO7d',0,1675129250.2799,244,'','GET',403,0,700,0,1,'',0),('17.241.219.193',301063105,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18651','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.1.1 Safari\\/605.1.15 (Applebot\\/0.1; +http:\\/\\/www.apple.com\\/go\\/applebot)\"}','q8u7chTyV1IDir4bjgG0kwso',0,1675129554.7614,242,'','GET',403,0,700,0,1,'',0),('77.222.54.217',1306408665,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','5zMI4No6YAiZ9LgmpEe71wCs',0,1675132156.3546,476,'','GET',403,0,520,0,1,'',0),('206.84.102.6',3461637638,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','kn8aV40os5PvqxUjlw3SFXeT',0,1675136954.5724,432,'','GET',403,0,520,0,1,'',0),('178.208.67.56',2999993144,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','F8HPwVU4gcs2pWhbnCfSueJM',0,1675137382.5111,403,'','GET',403,0,520,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=1990','','{\"1\":\"Mozilla\\/5.0 (Windows NT 9_0_1; Win64; x64) WebKit\\/566.12.7 (KHTML, like Gecko) Safari\\/8.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=1990\"}','xNtaIXyrK61F7QmSJwgeVPlk',0,1675142460.1025,650,'','GET',403,0,700,0,1,'',0),('89.163.153.16',1503893776,'','https://sleepingsolutions.co.uk/home.php?cat=1990%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:89.0) Gecko\\/20100101 Firefox\\/89.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/home.php?cat=1990%27nvOpzp;%20AND%201=1%20OR%20(%3C%27%22%3EiKO)),\"}','kPiD1bfz3As2UVON6vuqYwht',0,1675142460.8096,230,'','GET',403,0,700,0,1,'',0),('3.238.111.130',65957762,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','pNV0aoKsufcUQ16g5JkvWiOy',0,1675146042.9436,241,'','GET',403,0,700,0,1,'',0),('3.239.11.57',65997625,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1951','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MJ4taOKneYWukbX6jgZxCzrH',0,1675146485.7415,269,'','GET',403,0,700,0,1,'',0),('35.172.146.215',598512343,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19201','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QxaFopHJcPyY4nZ7zsSemOih',0,1675148232.0825,273,'','GET',403,0,700,0,1,'',0),('100.25.42.98',1679370850,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17934','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vpYqxLX1EmzKOcySAoFg35n2',0,1675148282.2329,217,'','GET',403,0,700,0,1,'',0),('35.175.212.159',598725791,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','T2lPRa0cwKjArfOMExVUqLkZ',0,1675149071.8675,208,'','GET',403,0,700,0,1,'',0),('81.78.171.95',1364110175,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1210','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','mTtYQUo8192w3vaiGIgh6EHM',0,1675150873.7933,228,'','GET',403,0,700,0,1,'',0),('81.78.171.95',1364110175,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','eb5zwiUB2DqVcS8ZoHrgMOhC',0,1675150873.8630,222,'','GET',403,0,700,0,1,'',0),('81.78.171.95',1364110175,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1195','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Safari\\/605.1.15\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','gh1XqwUltbmovKdVrIMuABHj',0,1675150874.1028,522,'','GET',403,0,700,0,1,'',0),('3.238.238.13',65990157,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11631','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','8MaAOvjHretVsU4m6dRk75nb',0,1675152132.2646,295,'','GET',403,0,700,0,1,'',0),('18.207.249.146',315619730,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15862','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MXr12xJVEHSCmgiyFwfKBZTc',0,1675152357.5608,206,'','GET',403,0,700,0,1,'',0),('44.200.174.179',751349427,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14823','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lGAey78iBqRIEWkbPMhLHp1r',0,1675153063.7407,275,'','GET',403,0,700,0,1,'',0),('3.227.11.234',65211370,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19094','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Jnsm9PcyzYMe0xLFjuhgS7wK',0,1675153922.7929,314,'','GET',403,0,700,0,1,'',0),('3.238.246.7',65992199,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2737','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','i1jgE70h3JCmYGTA2Bl5Iqyp',0,1675154267.1898,408,'','GET',403,0,700,0,1,'',0),('3.209.56.239',64043247,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14789','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','94DI0uVweKWmtdS3fT7ObxqJ',0,1675154553.9136,247,'','GET',403,0,700,0,1,'',0),('35.172.146.215',598512343,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11352','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Qy6JZO84uizhG93PNW75nCke',0,1675155095.2710,257,'','GET',403,0,700,0,1,'',0),('3.236.124.234',65830122,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17983','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','QcfDug7phoM9XNbkyUJmePFv',0,1675155176.4820,216,'','GET',403,0,700,0,1,'',0),('18.204.220.131',315415683,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11840','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1IZFBPuf8JtsMpcx05Qd9Tve',0,1675155815.9314,248,'','GET',403,0,700,0,1,'',0),('202.181.170.109',3400903277,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users','','{\"1\":\"Go-http-client\\/1.1\"}','qx4ujs13QvYXMGacoTZmkJh7',0,1675156718.0075,296,'','GET',403,0,520,0,1,'',0),('44.201.106.111',751397487,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=5495','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XirU9TfB6nHpsQMzENY23xoh',0,1675157104.1436,267,'','GET',403,0,700,0,1,'',0),('44.201.106.111',751397487,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18060','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1UPpVSqLuoO2ZbaAWyscRwCY',0,1675157698.9490,244,'','GET',403,0,700,0,1,'',0),('18.208.159.184',315662264,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18152','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kQP4cwBWf5s6CD10XlKuzaOx',0,1675158252.3699,243,'','GET',403,0,700,0,1,'',0),('18.207.134.252',315590396,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18234','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UQn3WbFtM8OBY4a6DGxwuye5',0,1675159337.8020,214,'','GET',403,0,700,0,1,'',0),('168.119.107.2',2826398466,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','ym7GYShsjKLtcgW5vIfP2qxe',0,1675159916.1593,286,'','GET',403,0,520,0,1,'',0),('168.119.107.2',2826398466,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','fjd3gwRK4Gomu5p67neVW8Tz',0,1675159916.5247,278,'','GET',403,0,520,0,1,'',0),('44.210.16.44',751964204,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=9372','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','TgzAqabCuLyVjrd5I4Sxvt0J',0,1675161740.5235,285,'','GET',403,0,700,0,1,'',0),('44.210.16.44',751964204,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2354','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','C3Ot6iXwDlNyPZYFnE1pRUS0',0,1675162118.0689,251,'','GET',403,0,700,0,1,'',0),('18.207.249.146',315619730,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3481','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ukNz6IETrhBwSb4qcp1CVZ7d',0,1675162837.7272,245,'','GET',403,0,700,0,1,'',0),('44.192.32.250',750788858,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vdgM3T7hWP9bGwLQenjBilpU',0,1675162983.6031,226,'','GET',403,0,700,0,1,'',0),('3.237.48.54',65876022,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18649','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AU1aEchz3R5k0KWH8msM7TuP',0,1675163100.3760,219,'','GET',403,0,700,0,1,'',0),('3.227.233.110',65268078,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=4568','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','d3XxzGwvPugLIcNaKek05fO8',0,1675163540.3238,221,'','GET',403,0,700,0,1,'',0),('44.210.104.237',751986925,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=19023','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','d3Eb90Sl1ZcKymL6nq7YIoRk',0,1675164243.6652,226,'','GET',403,0,700,0,1,'',0),('18.207.249.146',315619730,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15914','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UA9bETJ0RLW78vgXtfcY4qIz',0,1675165388.1894,251,'','GET',403,0,700,0,1,'',0),('35.170.64.65',598360129,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16156','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1UZbEkJRKDtGoz2A94BSnfaI',0,1675166329.1165,233,'','GET',403,0,700,0,1,'',0),('44.200.140.249',751340793,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3437','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZhuyeUTA3pBXM89YOzWKdP5c',0,1675166704.1329,293,'','GET',403,0,700,0,1,'',0),('44.201.95.146',751394706,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1422','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oKwthuisvfB1DTN8aXPSkAr6',0,1675166997.7419,243,'','GET',403,0,700,0,1,'',0),('44.210.77.216',751979992,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3681','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','mcpTJsoLzVOvuIhxYCM3KWU6',0,1675167334.7396,220,'','GET',403,0,700,0,1,'',0),('86.158.156.141',1453235341,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.3 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','21sZt3DGogJwdkIlPNA7CjrE',0,1675167955.1746,218,'','GET',403,0,700,0,1,'',0),('86.158.156.141',1453235341,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.3 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','WxTwOn6thXbI2F7pAdY0KSzj',0,1675167955.2025,218,'','GET',403,0,700,0,1,'',0),('86.158.156.141',1453235341,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a,%201303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.3 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','cS2bVqvkOshCGYJE1A3fwF6Z',0,1675167971.1623,299,'','GET',403,0,700,0,1,'',0),('44.192.52.170',750793898,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xgb2kuw7tCOqS8UIWKla0Hem',0,1675168809.6223,252,'','GET',403,0,700,0,1,'',0),('3.239.92.127',66018431,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3434','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JvlQ7rSkAILg1MfXdsxtq903',0,1675168885.5713,235,'','GET',403,0,700,0,1,'',0),('85.215.104.152',1440180376,'','https://sleepingsolutions.co.uk/wp-content/plugins/core-engine/index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','oZdDwSB2zr06PmQxFAVRCqH4',0,1675169392.8204,226,'','GET',403,0,700,0,1,'',0),('93.84.114.208',1565815504,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','MANWx14qwd8KabQZsRoItDim',0,1675169864.5392,292,'','GET',403,0,520,0,1,'',0),('35.170.76.68',598363204,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dwH6LpIOchx8naZ02DmjUzgY',0,1675169939.4024,246,'','GET',403,0,700,0,1,'',0),('3.235.30.144',65740432,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11213','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lQT9WynRirKUdPuowcJC4EL0',0,1675170779.3878,280,'','GET',403,0,700,0,1,'',0),('3.209.56.239',64043247,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18408','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FXebp0gmIJZx8YfAPvkn1DaU',0,1675172924.7448,268,'','GET',403,0,700,0,1,'',0),('3.236.56.177',65812657,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16976','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kX6sMJKT1HgY4lvBCGOqEp0Z',0,1675174498.0610,238,'','GET',403,0,700,0,1,'',0),('3.227.11.234',65211370,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1189','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SzpiEBbOVmUnxw9I31fPKZNy',0,1675174968.1514,230,'','GET',403,0,700,0,1,'',0),('44.211.240.10',752087050,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','a2gQtIrYMfSoqmk54F9sEpLb',0,1675176125.8062,197,'','GET',403,0,700,0,1,'',0),('164.90.170.66',2757405250,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dPeh3aJr2QNiCgXGoTbfsAIV',0,1675176201.7124,286,'','GET',403,0,520,0,1,'',0),('18.204.220.131',315415683,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11826','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','YkopJzdaX9ZM8IL2v0tB56Aq',0,1675176477.6541,252,'','GET',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://sleepingsolutions.co.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','cVF6k1sRgSNqHywhjaT2bGrl',0,1675177463.8635,218,'','POST',403,0,700,0,1,'',0),('185.150.191.81',3113664337,'','https://sleepingsolutions.co.uk/wzyuwtnl.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\"}','J5jbT8kfhrG3YuDWxXde7Ftc',0,1675177464.2029,193,'','GET',403,0,700,0,1,'',0),('3.236.85.196',65820100,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18706','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','XT5zjAZ8GK7rBxyImeNYRWPU',0,1675177742.6483,261,'','GET',403,0,700,0,1,'',0),('143.244.132.153',2415166617,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','CmAg7nQWRFtPNpZbxVdlrGE9',0,1675178692.5631,257,'','GET',403,0,520,0,1,'',0),('44.200.107.234',751332330,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10324','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','abplSOEdZtu2i54MeXGHkPhB',0,1675178750.7690,209,'','GET',403,0,700,0,1,'',0),('44.192.82.145',750801553,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10340','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9juS3vBFtWlK0hLmga2NJoeY',0,1675179344.5931,254,'','GET',403,0,700,0,1,'',0),('103.74.123.3',1732934403,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','NcDA5dPExzIyeTFawOVX7bmr',0,1675181005.5622,259,'','GET',403,0,520,0,1,'',0),('92.204.128.97',1556906081,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','dI8wM9JArt7HXakvls4KTpZu',0,1675184478.3423,282,'','GET',403,0,520,0,1,'',0),('51.159.35.70',866067270,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','hl4apxHR6NY5uf7BPbQTXLtS',0,1675185416.3200,285,'','GET',403,0,520,0,1,'',0),('40.122.149.171',679122347,'','https://sleepingsolutions.co.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:\\/\\/sleepingsolutions.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','VlGXnDb0qe4thNsBEwJWSuYU',0,1675185631.7882,265,'','GET',403,0,520,0,1,'',0),('2.123.213.125',41670013,'','https://www.sleepingsolutions.co.uk/home.php?cat=9635','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/605.1.15 (KHTML, like Gecko)\"}','1fUNpgZszQOmdAVj8SKH0xrv',0,1675187605.2593,254,'','GET',403,0,700,0,1,'',0),('82.132.186.22',1384430102,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','OBiAHo3pIWYvE5KfF4G62eql',0,1675187856.4891,243,'','GET',403,0,700,0,1,'',0),('3.234.245.210',65730002,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16156','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','nT3VXZOEjqDxsiMymfAKvuRt',0,1675187951.0342,226,'','GET',403,0,700,0,1,'',0),('213.205.241.240',3587043824,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit\\/603.3.8 (KHTML, like Gecko) Version\\/10.0 Mobile\\/14G60 Safari\\/602.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/Beds\\/millbrook-beds-single-bodycare-firm-1000-mattress.asp\"}','FP8N0gpsCoRLhfrdTtkXnMYK',0,1675188053.3001,204,'','GET',403,0,700,0,1,'',0),('213.205.241.240',3587043824,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit\\/603.3.8 (KHTML, like Gecko) Version\\/10.0 Mobile\\/14G60 Safari\\/602.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/Beds\\/millbrook-beds-single-bodycare-firm-1000-mattress.asp\"}','Q2oKxgGXkrqDch57ntCb1RsS',0,1675188172.0298,237,'','GET',403,0,700,0,1,'',0),('188.163.15.236',3164803052,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','t1LqCWYnBEVMOocwdeUf84RA',0,1675190760.6299,1130,'','POST',403,0,600,0,1,'',0),('188.163.15.236',3164803052,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','KuF01oEMY4NxXiqVnIeQfPAs',0,1675190767.2378,517,'','POST',403,0,600,0,1,'',0),('177.130.169.150',2978130326,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','Tz1fxkL4YMe50tjQVrAqcX7a',0,1675190785.5327,1120,'','POST',403,0,600,0,1,'',0),('177.130.169.150',2978130326,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','IpxBei75MA0Jvtu89cq1RmVE',0,1675190794.2226,490,'','POST',403,0,600,0,1,'',0),('222.239.87.254',3740227582,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','58qsKnk3WfyugN7CXdMJw6YU',0,1675190813.3383,1126,'','POST',403,0,600,0,1,'',0),('206.43.8.193',3458926785,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','IVEGucbUztYdOlRgxp6SW5q9',0,1675190823.4840,1254,'','POST',403,0,600,0,1,'',0),('206.43.8.193',3458926785,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','HI5sT94pYWjGKdFJARbOnrhw',0,1675190833.3947,485,'','POST',403,0,600,0,1,'',0),('106.163.185.210',1789114834,'','https://sleepingsolutions.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','G5mhnZkTFjPNr68iUlwWdu1f',0,1675190846.6358,1030,'','POST',403,0,600,0,1,'',0),('3.238.236.56',65989688,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16975','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0NmEvHOSBwJLdecPTMCGKfhI',0,1675192158.3797,218,'','GET',403,0,700,0,1,'',0),('3.235.225.197',65790405,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18080','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','I1cRf4dWZiEKuHhJYoVT28Mp',0,1675192581.3188,242,'','GET',403,0,700,0,1,'',0),('44.210.150.17',751998481,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3740','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','s01DwnTaxRGjWuMZrbyEKmHJ',0,1675193202.3995,251,'','GET',403,0,700,0,1,'',0),('18.207.134.115',315590259,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18960','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','09t5koSE3RyKsewWvJnrdBCg',0,1675196247.0966,246,'','GET',403,0,700,0,1,'',0),('3.227.240.93',65269853,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10010','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','1kHiROwoex70TYutChZ8ajSW',0,1675196369.5954,218,'','GET',403,0,700,0,1,'',0),('44.210.109.79',751988047,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1227','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','axjJ6k2gON8El95Vw1MfUKi7',0,1675196958.4923,231,'','GET',403,0,700,0,1,'',0),('3.226.250.144',65206928,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1973','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MFvcsp6JBzVQ4hjbWfdETkrn',0,1675197671.6641,250,'','GET',403,0,700,0,1,'',0),('3.238.242.46',65991214,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=14270','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','7aH4KbN5EU8BgnXwOyVdvqCY',0,1675198131.2290,263,'','GET',403,0,700,0,1,'',0),('86.157.67.158',1453147038,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','1Pq38wS0FQCraZe6nIjtXzEk',0,1675198522.7605,223,'','GET',403,0,700,0,1,'',0),('86.157.67.158',1453147038,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1303','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/16.1 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','1IEqcxdOHLfjU8mVvktFbX39',0,1675198522.7908,226,'','GET',403,0,700,0,1,'',0),('18.207.130.194',315589314,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=18757','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FzjGZcgYoUnEQaxmCrBsRfkO',0,1675200645.9130,262,'','GET',403,0,700,0,1,'',0),('3.238.232.27',65988635,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17064','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tHezxQ5rvbj19WADF0VSaUBC',0,1675201474.9104,240,'','GET',403,0,700,0,1,'',0),('3.235.79.62',65752894,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3614','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JgXBCo5HTmGSKtQaxWZj2hYF',0,1675201610.4822,1651,'','GET',403,0,700,0,1,'',0),('44.210.109.79',751988047,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ncmtzE3qu81XRZ6QTfdJ2sgY',0,1675202990.9198,254,'','GET',403,0,700,0,1,'',0),('44.192.252.207',750845135,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2329','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oudIqLpiR6xFXzSc5Nga9YK0',0,1675203940.1932,244,'','GET',403,0,700,0,1,'',0),('3.238.118.218',65959642,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=2145','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vnwAsliRpOGN6oE5Ca28mFPU',0,1675204084.8958,264,'','GET',403,0,700,0,1,'',0),('103.146.203.73',1737673545,'','https://sleepingsolutions.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko\\/20100101 Firefox\\/108.0\",\"2\":\"http:\\/\\/sleepingsolutions.co.uk\\/wp-login.php\"}','OPyd18oeQwtiqgBHxMzR7u4E',0,1675204137.2625,298,'','GET',403,0,520,0,1,'',0),('82.39.41.94',1378298206,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=16286','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','c5PVChrqYw3unkEmMG8KeHg0',0,1675204787.7781,239,'','GET',403,0,700,0,1,'',0),('82.39.41.94',1378298206,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=10989','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','ZkwqLneb9i81UylhXYcWR6C0',0,1675204787.8249,221,'','GET',403,0,700,0,1,'',0),('82.39.41.94',1378298206,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=1406','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','m4ZL9wosS3lk01IJaPgYODRG',0,1675204788.0806,223,'','GET',403,0,700,0,1,'',0),('82.39.41.94',1378298206,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3453','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','l4d0MtT2jsUqxwR6mrBVOKon',0,1675204788.1040,217,'','GET',403,0,700,0,1,'',0),('82.39.41.94',1378298206,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3454','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','dGehDBKrq1JlymAg4Sb8nLUa',0,1675204788.2935,220,'','GET',403,0,700,0,1,'',0),('82.39.41.94',1378298206,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3540','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/15.6,2 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"http:\\/\\/www.comparestoreprices.co.uk\\/\"}','hUJaG1bWrLC8gE9fFOBlDAc0',0,1675204788.3179,253,'','GET',403,0,700,0,1,'',0),('3.238.242.46',65991214,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17333','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fMtxNHKnd5X16o2Qh3wjOzqu',0,1675205075.5397,261,'','GET',403,0,700,0,1,'',0),('44.197.102.105',751134313,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=15867','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Degx1Anv4tk3JyadcSMUoB98',0,1675205356.4849,260,'','GET',403,0,700,0,1,'',0),('3.237.17.86',65868118,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=17279','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','U1QvxisRgqefIEKjMZ9uzXYA',0,1675206054.9990,226,'','GET',403,0,700,0,1,'',0),('3.93.75.250',56445946,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=343','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','WYzQOlxJg9i5DpSj4Ndrk8sf',0,1675206790.2398,283,'','GET',403,0,700,0,1,'',0),('3.215.79.205',64442317,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=3119','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','802SubVNgsa1WQwRTCZDEIG9',0,1675207457.8832,2168,'','GET',403,0,700,0,1,'',0),('3.85.245.242',55965170,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=11629','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JGQbPZLYTvwBizsS7K2D40Xc',0,1675207496.5243,212,'','GET',403,0,700,0,1,'',0),('185.81.157.149',3109133717,'','https://sleepingsolutions.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','CHhrypUqoF7KnYPNLl4mDMxu',0,1675209249.7117,1802,'','GET',403,0,520,0,1,'',0),('66.249.76.95',1123634271,'','https://www.sleepingsolutions.co.uk/ssimg.php?t=a&i=314','','{\"1\":\"Googlebot-Image\\/1.0\"}','jJAalu2ZF1PfN7gG4LCt8wEx',0,1675210250.3755,249,'','GET',403,0,700,0,1,'',0);
/*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=655 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (546,'wpforms_admin_addons_cache_update','complete','2022-12-15 13:29:34','2022-12-15 13:29:34','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671110974;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671110974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-03 14:14:56','2023-01-03 14:14:56',0,NULL),(547,'wpforms_admin_builder_templates_cache_update','complete','2022-12-15 13:29:34','2022-12-15 13:29:34','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671110974;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671110974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-03 14:18:08','2023-01-03 14:18:08',0,NULL),(548,'wpforms_builder_help_cache_update','complete','2022-12-15 22:12:10','2022-12-15 22:12:10','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671142330;s:18:\"\0*\0first_timestamp\";i:1660838201;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671142330;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-03 14:18:29','2023-01-03 14:18:29',0,NULL),(561,'wpforms_email_summaries_fetch_info_blocks','complete','2022-12-19 22:36:59','2022-12-19 22:36:59','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671489419;s:18:\"\0*\0first_timestamp\";i:1649629735;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671489419;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-03 14:18:45','2023-01-03 14:18:45',0,NULL),(569,'wpforms_process_forms_locator_scan','complete','2022-12-16 08:51:47','2022-12-16 08:51:47','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671180707;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671180707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-03 14:18:39','2023-01-03 14:18:39',0,NULL),(570,'wpforms_process_forms_locator_scan','complete','2022-12-16 08:51:47','2022-12-16 08:51:47','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1671180707;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1671180707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-03 14:18:43','2023-01-03 14:18:43',0,NULL),(571,'wpforms_admin_addons_cache_update','complete','2023-01-10 14:14:56','2023-01-10 14:14:56','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673360096;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673360096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-11 11:18:32','2023-01-11 11:18:32',0,NULL),(572,'wpforms_admin_builder_templates_cache_update','complete','2023-01-10 14:18:08','2023-01-10 14:18:08','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673360288;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673360288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-11 11:18:32','2023-01-11 11:18:32',0,NULL),(573,'wpforms_builder_help_cache_update','complete','2023-01-10 14:18:29','2023-01-10 14:18:29','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673360309;s:18:\"\0*\0first_timestamp\";i:1660838201;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673360309;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-11 11:18:33','2023-01-11 11:18:33',0,NULL),(574,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":149}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-03 14:18:42','2023-01-03 14:18:42',0,NULL),(575,'wpforms_process_forms_locator_scan','complete','2023-01-04 14:18:40','2023-01-04 14:18:40','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1672841920;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1672841920;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-11 11:10:56','2023-01-11 11:10:56',0,NULL),(576,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":150}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-03 14:18:46','2023-01-03 14:18:46',0,NULL),(577,'wpforms_process_forms_locator_scan','complete','2023-01-04 14:18:43','2023-01-04 14:18:43','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1672841923;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1672841923;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-11 11:18:32','2023-01-11 11:18:32',0,NULL),(578,'wpforms_email_summaries_fetch_info_blocks','complete','2023-01-10 14:18:45','2023-01-10 14:18:45','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673360325;s:18:\"\0*\0first_timestamp\";i:1649629735;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673360325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-11 11:18:34','2023-01-11 11:18:34',0,NULL),(579,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":151}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-11 11:18:31','2023-01-11 11:18:31',0,NULL),(580,'wpforms_process_forms_locator_scan','complete','2023-01-12 11:10:57','2023-01-12 11:10:57','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673521857;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673521857;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-12 11:42:13','2023-01-12 11:42:13',0,NULL),(581,'wpforms_process_forms_locator_scan','complete','2023-01-12 11:18:32','2023-01-12 11:18:32','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673522312;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673522312;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-12 11:42:13','2023-01-12 11:42:13',0,NULL),(582,'wpforms_admin_addons_cache_update','complete','2023-01-18 11:18:32','2023-01-18 11:18:32','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674040712;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674040712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-18 11:27:58','2023-01-18 11:27:58',0,NULL),(583,'wpforms_admin_builder_templates_cache_update','complete','2023-01-18 11:18:33','2023-01-18 11:18:33','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674040713;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674040713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-18 11:27:58','2023-01-18 11:27:58',0,NULL),(584,'wpforms_builder_help_cache_update','complete','2023-01-18 11:18:33','2023-01-18 11:18:33','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674040713;s:18:\"\0*\0first_timestamp\";i:1660838201;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674040713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-18 11:27:58','2023-01-18 11:27:58',0,NULL),(585,'wpforms_email_summaries_fetch_info_blocks','complete','2023-01-18 11:18:34','2023-01-18 11:18:34','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674040714;s:18:\"\0*\0first_timestamp\";i:1649629735;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674040714;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-18 11:27:58','2023-01-18 11:27:58',0,NULL),(586,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":152}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-12 11:42:13','2023-01-12 11:42:13',0,NULL),(587,'wpforms_process_forms_locator_scan','complete','2023-01-13 11:42:13','2023-01-13 11:42:13','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673610133;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673610133;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-13 11:56:04','2023-01-13 11:56:04',0,NULL),(588,'wpforms_process_forms_locator_scan','complete','2023-01-13 11:42:13','2023-01-13 11:42:13','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673610133;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673610133;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-13 11:56:04','2023-01-13 11:56:04',0,NULL),(589,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":153}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-13 11:56:04','2023-01-13 11:56:04',0,NULL),(590,'wpforms_process_forms_locator_scan','complete','2023-01-14 11:56:04','2023-01-14 11:56:04','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673697364;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673697364;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-14 11:56:32','2023-01-14 11:56:32',0,NULL),(591,'wpforms_process_forms_locator_scan','complete','2023-01-14 11:56:04','2023-01-14 11:56:04','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673697364;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673697364;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-14 11:56:32','2023-01-14 11:56:32',0,NULL),(592,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":154}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-14 11:56:32','2023-01-14 11:56:32',0,NULL),(593,'wpforms_process_forms_locator_scan','complete','2023-01-15 11:56:32','2023-01-15 11:56:32','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673783792;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673783792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-15 11:57:02','2023-01-15 11:57:02',0,NULL),(594,'wpforms_process_forms_locator_scan','complete','2023-01-15 11:56:32','2023-01-15 11:56:32','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673783792;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673783792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-15 11:57:02','2023-01-15 11:57:02',0,NULL),(595,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":155}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-15 11:57:02','2023-01-15 11:57:02',0,NULL),(596,'wpforms_process_forms_locator_scan','complete','2023-01-16 11:57:02','2023-01-16 11:57:02','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673870222;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673870222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-16 11:57:32','2023-01-16 11:57:32',0,NULL),(597,'wpforms_process_forms_locator_scan','complete','2023-01-16 11:57:02','2023-01-16 11:57:02','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673870222;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673870222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-16 11:57:32','2023-01-16 11:57:32',0,NULL),(598,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":156}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-16 11:57:32','2023-01-16 11:57:32',0,NULL),(599,'wpforms_process_forms_locator_scan','complete','2023-01-17 11:57:32','2023-01-17 11:57:32','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673956652;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673956652;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-17 11:57:59','2023-01-17 11:57:59',0,NULL),(600,'wpforms_process_forms_locator_scan','complete','2023-01-17 11:57:32','2023-01-17 11:57:32','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1673956652;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1673956652;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-17 11:57:59','2023-01-17 11:57:59',0,NULL),(601,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":157}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-17 11:57:59','2023-01-17 11:57:59',0,NULL),(602,'wpforms_process_forms_locator_scan','complete','2023-01-18 11:57:59','2023-01-18 11:57:59','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674043079;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674043079;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-18 11:59:04','2023-01-18 11:59:04',0,NULL),(603,'wpforms_process_forms_locator_scan','complete','2023-01-18 11:57:59','2023-01-18 11:57:59','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674043079;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674043079;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-18 11:59:04','2023-01-18 11:59:04',0,NULL),(604,'wpforms_admin_addons_cache_update','complete','2023-01-25 11:27:58','2023-01-25 11:27:58','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674646078;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674646078;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-25 11:52:00','2023-01-25 11:52:00',0,NULL),(605,'wpforms_admin_builder_templates_cache_update','complete','2023-01-25 11:27:58','2023-01-25 11:27:58','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674646078;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674646078;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-25 11:52:00','2023-01-25 11:52:00',0,NULL),(606,'wpforms_builder_help_cache_update','complete','2023-01-25 11:27:58','2023-01-25 11:27:58','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674646078;s:18:\"\0*\0first_timestamp\";i:1660838201;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674646078;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-25 11:52:00','2023-01-25 11:52:00',0,NULL),(607,'wpforms_email_summaries_fetch_info_blocks','complete','2023-01-25 11:27:58','2023-01-25 11:27:58','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674646078;s:18:\"\0*\0first_timestamp\";i:1649629735;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674646078;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-01-25 11:52:01','2023-01-25 11:52:01',0,NULL),(608,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":158}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-18 11:59:04','2023-01-18 11:59:04',0,NULL),(609,'wpforms_process_forms_locator_scan','complete','2023-01-19 11:59:04','2023-01-19 11:59:04','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674129544;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674129544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-19 12:00:03','2023-01-19 12:00:03',0,NULL),(610,'wpforms_process_forms_locator_scan','complete','2023-01-19 11:59:04','2023-01-19 11:59:04','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674129544;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674129544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-19 12:00:03','2023-01-19 12:00:03',0,NULL),(611,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":159}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-19 12:00:03','2023-01-19 12:00:03',0,NULL),(612,'wpforms_process_forms_locator_scan','complete','2023-01-20 12:00:03','2023-01-20 12:00:03','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674216003;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674216003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-20 12:00:04','2023-01-20 12:00:04',0,NULL),(613,'wpforms_process_forms_locator_scan','complete','2023-01-20 12:00:03','2023-01-20 12:00:03','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674216003;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674216003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-20 12:00:04','2023-01-20 12:00:04',0,NULL),(614,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":160}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-19 15:13:15','2023-01-19 15:13:15',0,NULL),(615,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":161}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-20 12:00:04','2023-01-20 12:00:04',0,NULL),(616,'wpforms_process_forms_locator_scan','complete','2023-01-21 12:00:04','2023-01-21 12:00:04','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674302404;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674302404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-21 12:27:11','2023-01-21 12:27:11',0,NULL),(617,'wpforms_process_forms_locator_scan','complete','2023-01-21 12:00:04','2023-01-21 12:00:04','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674302404;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674302404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-21 12:27:11','2023-01-21 12:27:11',0,NULL),(618,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":162}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-21 12:27:11','2023-01-21 12:27:11',0,NULL),(619,'wpforms_process_forms_locator_scan','complete','2023-01-22 12:27:11','2023-01-22 12:27:11','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674390431;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674390431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-22 12:28:20','2023-01-22 12:28:20',0,NULL),(620,'wpforms_process_forms_locator_scan','complete','2023-01-22 12:27:11','2023-01-22 12:27:11','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674390431;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674390431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-22 12:28:20','2023-01-22 12:28:20',0,NULL),(621,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":163}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-22 12:28:20','2023-01-22 12:28:20',0,NULL),(622,'wpforms_process_forms_locator_scan','complete','2023-01-23 12:28:20','2023-01-23 12:28:20','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674476900;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674476900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-23 12:43:23','2023-01-23 12:43:23',0,NULL),(623,'wpforms_process_forms_locator_scan','complete','2023-01-23 12:28:20','2023-01-23 12:28:20','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674476900;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674476900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-23 12:43:23','2023-01-23 12:43:23',0,NULL),(624,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":164}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-23 12:43:23','2023-01-23 12:43:23',0,NULL),(625,'wpforms_process_forms_locator_scan','complete','2023-01-24 12:43:23','2023-01-24 12:43:23','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674564203;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674564203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-24 12:47:54','2023-01-24 12:47:54',0,NULL),(626,'wpforms_process_forms_locator_scan','complete','2023-01-24 12:43:23','2023-01-24 12:43:23','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674564203;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674564203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-24 12:47:54','2023-01-24 12:47:54',0,NULL),(627,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":165}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-24 12:47:54','2023-01-24 12:47:54',0,NULL),(628,'wpforms_process_forms_locator_scan','complete','2023-01-25 12:47:54','2023-01-25 12:47:54','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674650874;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674650874;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-25 12:48:41','2023-01-25 12:48:41',0,NULL),(629,'wpforms_process_forms_locator_scan','complete','2023-01-25 12:47:54','2023-01-25 12:47:54','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674650874;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674650874;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-25 12:48:41','2023-01-25 12:48:41',0,NULL),(630,'wpforms_admin_addons_cache_update','pending','2023-02-01 11:52:00','2023-02-01 11:52:00','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675252320;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675252320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(631,'wpforms_admin_builder_templates_cache_update','pending','2023-02-01 11:52:00','2023-02-01 11:52:00','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675252320;s:18:\"\0*\0first_timestamp\";i:1649863043;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675252320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(632,'wpforms_builder_help_cache_update','pending','2023-02-01 11:52:00','2023-02-01 11:52:00','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675252320;s:18:\"\0*\0first_timestamp\";i:1660838201;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675252320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(633,'wpforms_email_summaries_fetch_info_blocks','pending','2023-02-01 11:52:01','2023-02-01 11:52:01','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675252321;s:18:\"\0*\0first_timestamp\";i:1649629735;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675252321;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(634,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":166}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-25 12:48:41','2023-01-25 12:48:41',0,NULL),(635,'wpforms_process_forms_locator_scan','complete','2023-01-26 12:48:41','2023-01-26 12:48:41','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674737321;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674737321;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-26 12:51:54','2023-01-26 12:51:54',0,NULL),(636,'wpforms_process_forms_locator_scan','complete','2023-01-26 12:48:41','2023-01-26 12:48:41','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674737321;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674737321;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-26 12:51:54','2023-01-26 12:51:54',0,NULL),(637,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":167}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-26 12:51:54','2023-01-26 12:51:54',0,NULL),(638,'wpforms_process_forms_locator_scan','complete','2023-01-27 12:51:54','2023-01-27 12:51:54','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674823914;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674823914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-27 13:05:53','2023-01-27 13:05:53',0,NULL),(639,'wpforms_process_forms_locator_scan','complete','2023-01-27 12:51:54','2023-01-27 12:51:54','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674823914;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674823914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-27 13:05:53','2023-01-27 13:05:53',0,NULL),(640,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":168}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-27 13:05:54','2023-01-27 13:05:54',0,NULL),(641,'wpforms_process_forms_locator_scan','complete','2023-01-28 13:05:53','2023-01-28 13:05:53','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674911153;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674911153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-28 13:15:04','2023-01-28 13:15:04',0,NULL),(642,'wpforms_process_forms_locator_scan','complete','2023-01-28 13:05:53','2023-01-28 13:05:53','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674911153;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674911153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-28 13:15:04','2023-01-28 13:15:04',0,NULL),(643,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":169}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-28 13:15:04','2023-01-28 13:15:04',0,NULL),(644,'wpforms_process_forms_locator_scan','complete','2023-01-29 13:15:04','2023-01-29 13:15:04','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674998104;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674998104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-29 13:18:49','2023-01-29 13:18:49',0,NULL),(645,'wpforms_process_forms_locator_scan','complete','2023-01-29 13:15:04','2023-01-29 13:15:04','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1674998104;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1674998104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-29 13:18:49','2023-01-29 13:18:49',0,NULL),(646,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":170}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-29 13:18:49','2023-01-29 13:18:49',0,NULL),(647,'wpforms_process_forms_locator_scan','complete','2023-01-30 13:18:49','2023-01-30 13:18:49','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675084729;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675084729;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-30 13:21:08','2023-01-30 13:21:08',0,NULL),(648,'wpforms_process_forms_locator_scan','complete','2023-01-30 13:18:49','2023-01-30 13:18:49','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675084729;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675084729;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-30 13:21:08','2023-01-30 13:21:08',0,NULL),(649,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":171}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-30 13:21:08','2023-01-30 13:21:08',0,NULL),(650,'wpforms_process_forms_locator_scan','complete','2023-01-31 13:21:08','2023-01-31 13:21:08','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675171268;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675171268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-31 13:25:49','2023-01-31 13:25:49',0,NULL),(651,'wpforms_process_forms_locator_scan','complete','2023-01-31 13:21:08','2023-01-31 13:21:08','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675171268;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675171268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-01-31 13:25:50','2023-01-31 13:25:50',0,NULL),(652,'wpforms_process_forms_locator_save','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":172}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-01-31 13:25:50','2023-01-31 13:25:50',0,NULL),(653,'wpforms_process_forms_locator_scan','pending','2023-02-01 13:25:49','2023-02-01 13:25:49','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675257949;s:18:\"\0*\0first_timestamp\";i:1658746721;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675257949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(654,'wpforms_process_forms_locator_scan','pending','2023-02-01 13:25:50','2023-02-01 13:25:50','{\"tasks_meta_id\":98}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1675257950;s:18:\"\0*\0first_timestamp\";i:1668043281;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1675257950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=27853 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=1587 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1262,546,'action created','2022-12-08 13:29:34','2022-12-08 13:29:34'),(1265,547,'action created','2022-12-08 13:29:34','2022-12-08 13:29:34'),(1268,548,'action created','2022-12-08 22:12:10','2022-12-08 22:12:10'),(1307,561,'action created','2022-12-12 22:36:59','2022-12-12 22:36:59'),(1329,569,'action created','2022-12-15 08:51:47','2022-12-15 08:51:47'),(1332,570,'action created','2022-12-15 08:51:47','2022-12-15 08:51:47'),(1335,546,'action started via WP Cron','2023-01-03 14:14:53','2023-01-03 14:14:53'),(1336,546,'action complete via WP Cron','2023-01-03 14:14:56','2023-01-03 14:14:56'),(1337,571,'action created','2023-01-03 14:14:56','2023-01-03 14:14:56'),(1338,547,'action started via Async Request','2023-01-03 14:18:05','2023-01-03 14:18:05'),(1339,547,'action complete via Async Request','2023-01-03 14:18:08','2023-01-03 14:18:08'),(1340,572,'action created','2023-01-03 14:18:08','2023-01-03 14:18:08'),(1341,548,'action started via Async Request','2023-01-03 14:18:28','2023-01-03 14:18:28'),(1342,548,'action complete via Async Request','2023-01-03 14:18:28','2023-01-03 14:18:28'),(1343,573,'action created','2023-01-03 14:18:29','2023-01-03 14:18:29'),(1344,569,'action started via Async Request','2023-01-03 14:18:38','2023-01-03 14:18:38'),(1345,574,'action created','2023-01-03 14:18:39','2023-01-03 14:18:39'),(1346,569,'action complete via Async Request','2023-01-03 14:18:39','2023-01-03 14:18:39'),(1347,575,'action created','2023-01-03 14:18:40','2023-01-03 14:18:40'),(1348,574,'action started via Async Request','2023-01-03 14:18:42','2023-01-03 14:18:42'),(1349,574,'action complete via Async Request','2023-01-03 14:18:42','2023-01-03 14:18:42'),(1350,570,'action started via Async Request','2023-01-03 14:18:42','2023-01-03 14:18:42'),(1351,576,'action created','2023-01-03 14:18:43','2023-01-03 14:18:43'),(1352,570,'action complete via Async Request','2023-01-03 14:18:43','2023-01-03 14:18:43'),(1353,577,'action created','2023-01-03 14:18:44','2023-01-03 14:18:44'),(1354,561,'action started via Async Request','2023-01-03 14:18:44','2023-01-03 14:18:44'),(1355,561,'action complete via Async Request','2023-01-03 14:18:45','2023-01-03 14:18:45'),(1356,578,'action created','2023-01-03 14:18:45','2023-01-03 14:18:45'),(1357,576,'action started via Async Request','2023-01-03 14:18:46','2023-01-03 14:18:46'),(1358,576,'action complete via Async Request','2023-01-03 14:18:46','2023-01-03 14:18:46'),(1359,575,'action started via WP Cron','2023-01-11 11:10:56','2023-01-11 11:10:56'),(1360,579,'action created','2023-01-11 11:10:56','2023-01-11 11:10:56'),(1361,575,'action complete via WP Cron','2023-01-11 11:10:56','2023-01-11 11:10:56'),(1362,580,'action created','2023-01-11 11:10:57','2023-01-11 11:10:57'),(1363,579,'action started via WP Cron','2023-01-11 11:18:31','2023-01-11 11:18:31'),(1364,579,'action complete via WP Cron','2023-01-11 11:18:31','2023-01-11 11:18:31'),(1365,577,'action started via WP Cron','2023-01-11 11:18:31','2023-01-11 11:18:31'),(1366,577,'action complete via WP Cron','2023-01-11 11:18:31','2023-01-11 11:18:31'),(1367,581,'action created','2023-01-11 11:18:32','2023-01-11 11:18:32'),(1368,571,'action started via WP Cron','2023-01-11 11:18:32','2023-01-11 11:18:32'),(1369,571,'action complete via WP Cron','2023-01-11 11:18:32','2023-01-11 11:18:32'),(1370,582,'action created','2023-01-11 11:18:32','2023-01-11 11:18:32'),(1371,572,'action started via WP Cron','2023-01-11 11:18:32','2023-01-11 11:18:32'),(1372,572,'action complete via WP Cron','2023-01-11 11:18:32','2023-01-11 11:18:32'),(1373,583,'action created','2023-01-11 11:18:33','2023-01-11 11:18:33'),(1374,573,'action started via WP Cron','2023-01-11 11:18:33','2023-01-11 11:18:33'),(1375,573,'action complete via WP Cron','2023-01-11 11:18:33','2023-01-11 11:18:33'),(1376,584,'action created','2023-01-11 11:18:33','2023-01-11 11:18:33'),(1377,578,'action started via WP Cron','2023-01-11 11:18:33','2023-01-11 11:18:33'),(1378,578,'action complete via WP Cron','2023-01-11 11:18:34','2023-01-11 11:18:34'),(1379,585,'action created','2023-01-11 11:18:34','2023-01-11 11:18:34'),(1380,580,'action started via WP Cron','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1381,586,'action created','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1382,580,'action complete via WP Cron','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1383,587,'action created','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1384,581,'action started via WP Cron','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1385,581,'action complete via WP Cron','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1386,588,'action created','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1387,586,'action started via WP Cron','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1388,586,'action complete via WP Cron','2023-01-12 11:42:13','2023-01-12 11:42:13'),(1389,587,'action started via WP Cron','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1390,589,'action created','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1391,587,'action complete via WP Cron','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1392,590,'action created','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1393,588,'action started via WP Cron','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1394,588,'action complete via WP Cron','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1395,591,'action created','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1396,589,'action started via WP Cron','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1397,589,'action complete via WP Cron','2023-01-13 11:56:04','2023-01-13 11:56:04'),(1398,590,'action started via WP Cron','2023-01-14 11:56:31','2023-01-14 11:56:31'),(1399,592,'action created','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1400,590,'action complete via WP Cron','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1401,593,'action created','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1402,591,'action started via WP Cron','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1403,591,'action complete via WP Cron','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1404,594,'action created','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1405,592,'action started via WP Cron','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1406,592,'action complete via WP Cron','2023-01-14 11:56:32','2023-01-14 11:56:32'),(1407,593,'action started via WP Cron','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1408,595,'action created','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1409,593,'action complete via WP Cron','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1410,596,'action created','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1411,594,'action started via WP Cron','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1412,594,'action complete via WP Cron','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1413,597,'action created','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1414,595,'action started via WP Cron','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1415,595,'action complete via WP Cron','2023-01-15 11:57:02','2023-01-15 11:57:02'),(1416,596,'action started via WP Cron','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1417,598,'action created','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1418,596,'action complete via WP Cron','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1419,599,'action created','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1420,597,'action started via WP Cron','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1421,597,'action complete via WP Cron','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1422,600,'action created','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1423,598,'action started via WP Cron','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1424,598,'action complete via WP Cron','2023-01-16 11:57:32','2023-01-16 11:57:32'),(1425,599,'action started via Async Request','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1426,601,'action created','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1427,599,'action complete via Async Request','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1428,602,'action created','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1429,600,'action started via Async Request','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1430,600,'action complete via Async Request','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1431,603,'action created','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1432,601,'action started via Async Request','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1433,601,'action complete via Async Request','2023-01-17 11:57:59','2023-01-17 11:57:59'),(1434,582,'action started via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1435,582,'action complete via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1436,604,'action created','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1437,583,'action started via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1438,583,'action complete via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1439,605,'action created','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1440,584,'action started via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1441,584,'action complete via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1442,606,'action created','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1443,585,'action started via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1444,585,'action complete via WP Cron','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1445,607,'action created','2023-01-18 11:27:58','2023-01-18 11:27:58'),(1446,602,'action started via WP Cron','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1447,608,'action created','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1448,602,'action complete via WP Cron','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1449,609,'action created','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1450,603,'action started via WP Cron','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1451,603,'action complete via WP Cron','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1452,610,'action created','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1453,608,'action started via WP Cron','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1454,608,'action complete via WP Cron','2023-01-18 11:59:04','2023-01-18 11:59:04'),(1455,609,'action started via WP Cron','2023-01-19 12:00:02','2023-01-19 12:00:02'),(1456,611,'action created','2023-01-19 12:00:02','2023-01-19 12:00:02'),(1457,609,'action complete via WP Cron','2023-01-19 12:00:02','2023-01-19 12:00:02'),(1458,612,'action created','2023-01-19 12:00:03','2023-01-19 12:00:03'),(1459,610,'action started via WP Cron','2023-01-19 12:00:03','2023-01-19 12:00:03'),(1460,610,'action complete via WP Cron','2023-01-19 12:00:03','2023-01-19 12:00:03'),(1461,613,'action created','2023-01-19 12:00:03','2023-01-19 12:00:03'),(1462,611,'action started via WP Cron','2023-01-19 12:00:03','2023-01-19 12:00:03'),(1463,611,'action complete via WP Cron','2023-01-19 12:00:03','2023-01-19 12:00:03'),(1464,614,'action created','2023-01-19 15:13:05','2023-01-19 15:13:05'),(1465,614,'action started via WP Cron','2023-01-19 15:13:15','2023-01-19 15:13:15'),(1466,614,'action complete via WP Cron','2023-01-19 15:13:15','2023-01-19 15:13:15'),(1467,612,'action started via WP Cron','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1468,615,'action created','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1469,612,'action complete via WP Cron','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1470,616,'action created','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1471,613,'action started via WP Cron','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1472,613,'action complete via WP Cron','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1473,617,'action created','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1474,615,'action started via WP Cron','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1475,615,'action complete via WP Cron','2023-01-20 12:00:04','2023-01-20 12:00:04'),(1476,616,'action started via WP Cron','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1477,618,'action created','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1478,616,'action complete via WP Cron','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1479,619,'action created','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1480,617,'action started via WP Cron','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1481,617,'action complete via WP Cron','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1482,620,'action created','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1483,618,'action started via WP Cron','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1484,618,'action complete via WP Cron','2023-01-21 12:27:11','2023-01-21 12:27:11'),(1485,619,'action started via WP Cron','2023-01-22 12:28:19','2023-01-22 12:28:19'),(1486,621,'action created','2023-01-22 12:28:19','2023-01-22 12:28:19'),(1487,619,'action complete via WP Cron','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1488,622,'action created','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1489,620,'action started via WP Cron','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1490,620,'action complete via WP Cron','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1491,623,'action created','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1492,621,'action started via WP Cron','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1493,621,'action complete via WP Cron','2023-01-22 12:28:20','2023-01-22 12:28:20'),(1494,622,'action started via WP Cron','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1495,624,'action created','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1496,622,'action complete via WP Cron','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1497,625,'action created','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1498,623,'action started via WP Cron','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1499,623,'action complete via WP Cron','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1500,626,'action created','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1501,624,'action started via WP Cron','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1502,624,'action complete via WP Cron','2023-01-23 12:43:23','2023-01-23 12:43:23'),(1503,625,'action started via WP Cron','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1504,627,'action created','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1505,625,'action complete via WP Cron','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1506,628,'action created','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1507,626,'action started via WP Cron','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1508,626,'action complete via WP Cron','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1509,629,'action created','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1510,627,'action started via WP Cron','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1511,627,'action complete via WP Cron','2023-01-24 12:47:54','2023-01-24 12:47:54'),(1512,604,'action started via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1513,604,'action complete via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1514,630,'action created','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1515,605,'action started via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1516,605,'action complete via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1517,631,'action created','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1518,606,'action started via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1519,606,'action complete via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1520,632,'action created','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1521,607,'action started via WP Cron','2023-01-25 11:52:00','2023-01-25 11:52:00'),(1522,607,'action complete via WP Cron','2023-01-25 11:52:01','2023-01-25 11:52:01'),(1523,633,'action created','2023-01-25 11:52:01','2023-01-25 11:52:01'),(1524,628,'action started via WP Cron','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1525,634,'action created','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1526,628,'action complete via WP Cron','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1527,635,'action created','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1528,629,'action started via WP Cron','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1529,629,'action complete via WP Cron','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1530,636,'action created','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1531,634,'action started via WP Cron','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1532,634,'action complete via WP Cron','2023-01-25 12:48:41','2023-01-25 12:48:41'),(1533,635,'action started via WP Cron','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1534,637,'action created','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1535,635,'action complete via WP Cron','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1536,638,'action created','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1537,636,'action started via WP Cron','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1538,636,'action complete via WP Cron','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1539,639,'action created','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1540,637,'action started via WP Cron','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1541,637,'action complete via WP Cron','2023-01-26 12:51:54','2023-01-26 12:51:54'),(1542,638,'action started via WP Cron','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1543,640,'action created','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1544,638,'action complete via WP Cron','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1545,641,'action created','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1546,639,'action started via WP Cron','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1547,639,'action complete via WP Cron','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1548,642,'action created','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1549,640,'action started via WP Cron','2023-01-27 13:05:53','2023-01-27 13:05:53'),(1550,640,'action complete via WP Cron','2023-01-27 13:05:54','2023-01-27 13:05:54'),(1551,641,'action started via WP Cron','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1552,643,'action created','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1553,641,'action complete via WP Cron','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1554,644,'action created','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1555,642,'action started via WP Cron','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1556,642,'action complete via WP Cron','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1557,645,'action created','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1558,643,'action started via WP Cron','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1559,643,'action complete via WP Cron','2023-01-28 13:15:04','2023-01-28 13:15:04'),(1560,644,'action started via WP Cron','2023-01-29 13:18:48','2023-01-29 13:18:48'),(1561,646,'action created','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1562,644,'action complete via WP Cron','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1563,647,'action created','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1564,645,'action started via WP Cron','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1565,645,'action complete via WP Cron','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1566,648,'action created','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1567,646,'action started via WP Cron','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1568,646,'action complete via WP Cron','2023-01-29 13:18:49','2023-01-29 13:18:49'),(1569,647,'action started via WP Cron','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1570,649,'action created','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1571,647,'action complete via WP Cron','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1572,650,'action created','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1573,648,'action started via WP Cron','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1574,648,'action complete via WP Cron','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1575,651,'action created','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1576,649,'action started via WP Cron','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1577,649,'action complete via WP Cron','2023-01-30 13:21:08','2023-01-30 13:21:08'),(1578,650,'action started via WP Cron','2023-01-31 13:25:49','2023-01-31 13:25:49'),(1579,652,'action created','2023-01-31 13:25:49','2023-01-31 13:25:49'),(1580,650,'action complete via WP Cron','2023-01-31 13:25:49','2023-01-31 13:25:49'),(1581,653,'action created','2023-01-31 13:25:49','2023-01-31 13:25:49'),(1582,651,'action started via WP Cron','2023-01-31 13:25:49','2023-01-31 13:25:49'),(1583,651,'action complete via WP Cron','2023-01-31 13:25:50','2023-01-31 13:25:50'),(1584,654,'action created','2023-01-31 13:25:50','2023-01-31 13:25:50'),(1585,652,'action started via WP Cron','2023-01-31 13:25:50','2023-01-31 13:25:50'),(1586,652,'action complete via WP Cron','2023-01-31 13:25:50','2023-01-31 13:25:50');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_aiowps_debug_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_debug_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `level` varchar(25) NOT NULL DEFAULT '',
  `message` text NOT NULL DEFAULT '',
  `type` varchar(25) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_debug_log`
--

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

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

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

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

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

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

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

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

LOCK TABLES `wp_aiowps_failed_logins` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` DISABLE KEYS */;
INSERT INTO `wp_aiowps_failed_logins` VALUES (2,0,'admin','2023-01-19 22:34:24','78.190.146.5'),(3,0,'admin','2023-01-19 22:34:26','188.190.221.181'),(4,0,'admin','2023-01-19 22:34:29','136.169.16.237'),(5,0,'admin','2023-01-19 22:34:32','49.37.91.140'),(6,0,'admin','2023-01-19 22:34:37','171.7.227.73'),(7,0,'louise','2023-01-19 22:34:39','78.190.146.5'),(8,0,'louise','2023-01-19 22:34:42','37.215.10.8'),(9,0,'louise','2023-01-19 22:34:48','73.73.177.241'),(10,0,'louise','2023-01-19 22:34:51','61.92.85.238'),(11,0,'louise','2023-01-19 22:34:54','186.235.128.158'),(12,0,'admin','2023-01-20 03:56:34','213.145.233.155'),(13,0,'sleeping','2023-01-20 04:29:27','185.119.81.100'),(14,0,'admin','2023-01-20 04:44:51','150.107.74.24'),(15,0,'admin','2023-01-20 05:31:17','103.74.123.3'),(16,0,'admin','2023-01-20 05:35:37','162.19.86.132'),(17,0,'pings','2023-01-20 08:25:28','185.119.81.96'),(18,0,'admin','2023-01-20 09:03:35','180.199.121.84'),(19,0,'sue','2023-01-20 09:03:44','180.199.121.84'),(20,0,'user','2023-01-20 09:04:04','177.130.169.49'),(21,0,'root','2023-01-20 09:04:12','177.130.169.49'),(22,0,'sue@sleepingsolutions.co.uk','2023-01-20 09:04:30','47.25.176.13'),(23,0,'sleepingsolutions.co.uk','2023-01-20 09:04:38','47.25.176.13'),(24,0,'administrator','2023-01-20 09:04:51','219.79.5.188'),(25,0,'administrator','2023-01-20 09:05:06','219.120.188.101'),(26,0,'admin','2023-01-20 09:22:20','35.222.218.27'),(27,0,'admin','2023-01-20 09:22:20','35.222.218.27'),(28,0,'sleepingsolutions','2023-01-20 17:21:09','128.199.131.42'),(29,0,'admin','2023-01-20 22:53:12','45.252.248.7'),(30,0,'admin','2023-01-21 01:56:40','47.110.72.238'),(31,0,'sleepingsolutions','2023-01-21 04:09:52','103.173.78.7'),(32,0,'admin','2023-01-21 12:27:15','5.101.157.14'),(33,0,'sue@sleepingsolutions.co.uk','2023-01-21 14:51:51','177.228.69.244'),(34,0,'admin','2023-01-21 14:51:58','177.228.69.244'),(35,0,'sue','2023-01-21 14:53:14','185.220.101.36'),(36,0,'sue@sleepingsolutions.co.uk','2023-01-21 14:53:25','146.59.233.33'),(37,0,'admin','2023-01-21 14:53:46','89.58.30.164'),(38,0,'administrator','2023-01-21 14:54:00','185.220.101.83'),(39,0,'sleepingsolutions','2023-01-21 14:54:16','185.220.101.3'),(40,0,'LOLA1979*','2023-01-21 14:54:29','185.244.194.139'),(41,0,'sue','2023-01-22 05:44:44','91.137.147.151'),(42,0,'sue@sleepingsolutions.co.uk','2023-01-22 05:44:45','91.137.147.151'),(43,0,'sue','2023-01-22 05:44:58','89.234.157.254'),(44,0,'sue@sleepingsolutions.co.uk','2023-01-22 05:45:03','185.220.102.252'),(45,0,'admin','2023-01-22 05:45:05','185.220.102.252'),(46,0,'administrator','2023-01-22 05:45:10','107.189.5.241'),(47,0,'sleepingsolutions','2023-01-22 05:45:15','185.220.101.4'),(48,0,'armstronG','2023-01-22 05:45:19','185.243.218.153'),(49,0,'admin','2023-01-22 18:38:00','166.62.103.104'),(50,0,'admin','2023-01-22 20:08:13','36.90.129.38'),(51,0,'zaac','2023-01-22 20:08:21','36.90.129.38'),(52,0,'user','2023-01-22 20:08:40','27.2.254.120'),(53,0,'root','2023-01-22 20:08:47','27.2.254.120'),(54,0,'root','2023-01-22 20:08:54','34.200.254.202'),(55,0,'zaac@sleepingsolutions.co.uk','2023-01-22 20:09:01','34.200.254.202'),(56,0,'sleepingsolutions.co.uk','2023-01-22 20:09:18','46.36.146.6'),(57,0,'administrator','2023-01-22 20:09:25','46.36.146.6'),(58,0,'administrator','2023-01-22 20:10:35','185.18.133.184'),(59,0,'admin','2023-01-22 21:55:21','148.72.244.186'),(60,0,'admin','2023-01-23 18:15:10','199.182.169.138'),(61,0,'admin','2023-01-24 02:26:52','190.83.75.85'),(62,0,'sue','2023-01-24 02:27:02','190.83.75.85'),(63,0,'user','2023-01-24 02:27:22','1.251.233.150'),(64,0,'root','2023-01-24 02:27:31','1.251.233.150'),(65,0,'sue@sleepingsolutions.co.uk','2023-01-24 02:27:56','210.194.249.254'),(66,0,'sleepingsolutions.co.uk','2023-01-24 02:28:06','210.194.249.254'),(67,0,'administrator','2023-01-24 02:28:25','24.113.101.75'),(68,0,'administrator','2023-01-24 02:28:34','46.71.77.148'),(69,0,'admin','2023-01-24 07:47:59','199.182.169.131'),(70,0,'admin','2023-01-24 10:05:50','180.183.97.209'),(71,0,'sue','2023-01-24 10:05:58','180.183.97.209'),(72,0,'user','2023-01-24 10:06:17','186.236.4.16'),(73,0,'root','2023-01-24 10:06:26','186.236.4.16'),(74,0,'sue@sleepingsolutions.co.uk','2023-01-24 10:06:44','61.75.104.29'),(75,0,'sue@sleepingsolutions.co.uk','2023-01-24 10:06:53','173.207.105.143'),(76,0,'sleepingsolutions.co.uk','2023-01-24 10:07:02','173.207.105.143'),(77,0,'administrator','2023-01-24 10:07:29','219.104.3.213'),(78,0,'admin','2023-01-24 19:21:58','167.71.229.255'),(79,0,'sleepingsolutions','2023-01-26 11:15:31','120.132.99.49'),(80,0,'sleepingsolutions','2023-01-26 12:37:11','47.242.124.78'),(81,0,'sleepingsolutions','2023-01-26 13:49:37','51.91.151.60'),(82,0,'sleepingsolutions','2023-01-26 15:22:00','45.130.83.70'),(83,0,'sleepingsolutions','2023-01-26 16:53:19','52.176.65.17'),(84,0,'admin','2023-01-27 12:07:30','202.172.28.182'),(85,0,'sleepingsolutions','2023-01-27 23:28:33','178.208.67.56'),(86,0,'admin','2023-01-28 20:27:37','199.182.169.160'),(87,0,'admin','2023-01-29 07:26:25','24.199.86.99'),(88,0,'Hastings','2023-01-29 13:18:49','185.119.81.109'),(89,0,'sleepingsolutions','2023-01-29 16:00:23','159.89.228.214'),(90,0,'sleepingsolutions','2023-01-29 19:14:44','34.75.65.218'),(91,0,'sleepingsolutions','2023-01-30 00:04:16','148.72.214.245'),(92,0,'sleepingsolutions','2023-01-30 04:45:23','39.108.148.88'),(93,0,'sleepingsolutions','2023-01-30 09:50:10','51.91.151.60'),(94,0,'admin','2023-01-30 11:37:57','18.216.40.53'),(95,0,'sleepingsolutions','2023-01-30 11:49:43','64.227.6.141'),(96,0,'admin','2023-01-31 18:46:01','188.163.15.236'),(97,0,'sue','2023-01-31 18:46:07','188.163.15.236'),(98,0,'user','2023-01-31 18:46:26','177.130.169.150'),(99,0,'root','2023-01-31 18:46:34','177.130.169.150'),(100,0,'sue@sleepingsolutions.co.uk','2023-01-31 18:46:54','222.239.87.254'),(101,0,'sue@sleepingsolutions.co.uk','2023-01-31 18:47:04','206.43.8.193'),(102,0,'sleepingsolutions.co.uk','2023-01-31 18:47:13','206.43.8.193'),(103,0,'administrator','2023-01-31 18:47:27','106.163.185.210');
/*!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=8 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 (7,1,'sssssssjklkoiu8','2023-01-19 15:12:58','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 '',
  `is_lockout_email_sent` tinyint(1) NOT NULL DEFAULT 1,
  `backtrace_log` text NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `failed_login_ip` (`failed_login_ip`),
  KEY `is_lockout_email_sent` (`is_lockout_email_sent`),
  KEY `unlock_key` (`unlock_key`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_lockdown` VALUES (1,0,'louise','2023-01-19 22:34:39','2023-01-19 23:34:39','78.190.146.5','too_many_failed_logins','',-1,''),(2,0,'sue','2023-01-20 09:03:44','2023-01-20 10:03:44','180.199.121.84','too_many_failed_logins','',-1,''),(3,0,'root','2023-01-20 09:04:12','2023-01-20 10:04:12','177.130.169.49','too_many_failed_logins','',-1,''),(4,0,'sleepingsolutions.co.uk','2023-01-20 09:04:38','2023-01-20 10:04:38','47.25.176.13','too_many_failed_logins','',-1,''),(5,0,'admin','2023-01-20 09:22:20','2023-01-20 10:22:20','35.222.218.27','too_many_failed_logins','',-1,''),(6,0,'admin','2023-01-21 14:51:58','2023-01-21 15:51:58','177.228.69.244','too_many_failed_logins','',-1,''),(7,0,'sue@sleepingsolutions.co.uk','2023-01-22 05:44:45','2023-01-22 06:44:45','91.137.147.151','too_many_failed_logins','',-1,''),(8,0,'admin','2023-01-22 05:45:05','2023-01-22 06:45:05','185.220.102.252','too_many_failed_logins','',-1,''),(9,0,'zaac','2023-01-22 20:08:21','2023-01-22 21:08:21','36.90.129.38','too_many_failed_logins','',-1,''),(10,0,'root','2023-01-22 20:08:47','2023-01-22 21:08:47','27.2.254.120','too_many_failed_logins','',-1,''),(11,0,'zaac@sleepingsolutions.co.uk','2023-01-22 20:09:01','2023-01-22 21:09:01','34.200.254.202','too_many_failed_logins','',-1,''),(12,0,'administrator','2023-01-22 20:09:25','2023-01-22 21:09:25','46.36.146.6','too_many_failed_logins','',-1,''),(13,0,'sue','2023-01-24 02:27:02','2023-01-24 03:27:02','190.83.75.85','too_many_failed_logins','',-1,''),(14,0,'root','2023-01-24 02:27:31','2023-01-24 03:27:31','1.251.233.150','too_many_failed_logins','',-1,''),(15,0,'sleepingsolutions.co.uk','2023-01-24 02:28:06','2023-01-24 03:28:06','210.194.249.254','too_many_failed_logins','',-1,''),(16,0,'sue','2023-01-24 10:05:58','2023-01-24 11:05:58','180.183.97.209','too_many_failed_logins','',-1,''),(17,0,'root','2023-01-24 10:06:26','2023-01-24 11:06:26','186.236.4.16','too_many_failed_logins','',-1,''),(18,0,'sleepingsolutions.co.uk','2023-01-24 10:07:02','2023-01-24 11:07:02','173.207.105.143','too_many_failed_logins','',-1,''),(19,0,'sleepingsolutions','2023-01-30 09:50:10','2023-01-30 10:50:10','51.91.151.60','too_many_failed_logins','',-1,''),(20,0,'sue','2023-01-31 18:46:07','2023-01-31 19:46:07','188.163.15.236','too_many_failed_logins','',-1,''),(21,0,'root','2023-01-31 18:46:34','2023-01-31 19:46:34','177.130.169.150','too_many_failed_logins','',-1,''),(22,0,'sleepingsolutions.co.uk','2023-01-31 18:47:13','2023-01-31 19:47:13','206.43.8.193','too_many_failed_logins','',-1,'');
/*!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`),
  KEY `blocked_ip` (`blocked_ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

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

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

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

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

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

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

LOCK TABLES `wp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `wp_cerber_sets` DISABLE KEYS */;
INSERT INTO `wp_cerber_sets` VALUES ('admin_message',0,'a:0:{}',0),('admin_notice',0,'a:0:{}',0),('boot_cerber_addons',0,'a:0:{}',0),('cerber_admin_wide',0,'',0),('cerber_user',1,'a:2:{s:10:\"last_login\";a:2:{s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:40:\"4f1d571739a5a4f2b7edfa9633ad73981e4aed42\";}s:11:\"2fa_history\";a:2:{i:0;i:7;i:1;i:1649258625;}}',0),('garbage_collector',0,'1675210250',0),('quarantined_total',0,'0',0),('refresh_add_on_list',0,'0',0),('_background_tasks',0,'a:0:{}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"96722db42fa0b4792aa6e7a7b3c1fd9a\";i:1;i:1658744283;i:4;s:40:\"SK//I65A0TOSPNZV174YM2EURWC8JKXLQHFB3DG9\";}',0),('_cerber_last_send',0,'a:1:{s:5:\"email\";i:1662974823;}',0),('_cerber_mnemosyne',0,'a:3:{i:2;s:18:\"M2PEOYZJVK0R4UASNF\";i:4;i:8;i:8;s:16:\"2AS5JN3XDRV0184W\";}',0),('_cerber_off',0,'a:4:{s:22:\"Elementor tested up to\";s:0:\"\";s:7:\"Version\";s:5:\"8.8.5\";s:1:\"v\";i:1627642823;s:1:\"u\";i:1;}',0),('_check_env',0,'1649257929',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','',1674141177,1674313977,'7fUnJF2W8xydY4OZVeEQ9XmC','a81bd608bbe8c6622fbd016ef0dcaff09e91d4208040375b23d036bf8c247621');
/*!40000 ALTER TABLE `wp_cerber_uss` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_events` 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_litespeed_url`
--

DROP TABLE IF EXISTS `wp_litespeed_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_litespeed_url` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url`
--

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

--
-- Table structure for table `wp_litespeed_url_file`
--

DROP TABLE IF EXISTS `wp_litespeed_url_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `expired` int(11) NOT NULL DEFAULT 0,
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url_file`
--

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

--
-- Table structure for table `wp_ninja_table_items`
--

DROP TABLE IF EXISTS `wp_ninja_table_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ninja_table_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `position` int(11) DEFAULT NULL,
  `table_id` int(11) NOT NULL,
  `owner_id` int(11) DEFAULT NULL,
  `attribute` varchar(255) NOT NULL,
  `settings` longtext DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL 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_ninja_table_items`
--

LOCK TABLES `wp_ninja_table_items` WRITE;
/*!40000 ALTER TABLE `wp_ninja_table_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ninja_table_items` 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=128066 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://sleepingsolutions.co.uk','yes'),(2,'home','https://sleepingsolutions.co.uk','yes'),(3,'blogname','Sleeping Solutions','yes'),(4,'blogdescription','All you will need to know about sleep health','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','bensykes@bensykes.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','','yes'),(20,'default_ping_status','','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/health-blog/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:92:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/uninstall.php\";i:1;s:100:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php\";i:2;s:112:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php\";i:3;s:0:\"\";}','no'),(40,'template','sydney','yes'),(41,'stylesheet','sydney','yes'),(42,'comment_registration','','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','1','yes'),(68,'close_comments_days_old','1','yes'),(69,'thread_comments','','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:1:{s:5:\"title\";s:10:\"Categories\";}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:5:{i:3;a:1:{s:5:\"title\";s:10:\"Categories\";}i:4;a:4:{s:5:\"title\";s:7:\"Address\";s:4:\"text\";s:47:\"K, G House, Kingsfield Way, Northampton NN5 7QS\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:10:\"Contact us\";s:4:\"text\";s:142:\"For more information:\r\n\r\nTel: <a href=\"https://fakenumber.org/phone/01604-496-0719\">01604 496 07191</a>\r\n\r\nEmail: info@sleepingsolutions.co.uk\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:18:\"Sleeping Solutions\";s:4:\"text\";s:224:\"Our website features content with resources related to how essential it is to get the recommended amount of sleep.\r\n\r\nBy informing people about the importance of sleep, we hope more people begin to take their rest seriously.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:6:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";a:2:{i:0;s:15:\"AIO_WP_Security\";i:1;s:17:\"uninstall_handler\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','124','yes'),(82,'page_on_front','124','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','','yes'),(91,'admin_email_lifespan','1664809756','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:15:\"manage_security\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Archives\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:10:\"archives-2\";i:1;s:8:\"search-2\";i:2;s:6:\"text-3\";i:3;s:12:\"categories-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-6\";i:1;s:14:\"recent-posts-1\";i:2;s:13:\"custom_html-2\";}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-4\";}s:8:\"footer-2\";a:1:{i:0;s:6:\"text-5\";}s:8:\"footer-3\";a:1:{i:0;s:13:\"custom_html-3\";}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:37:{i:1675209764;a:1:{s:18:\"litespeed_task_vpi\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1675209782;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1675209791;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1675209793;a:1:{s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1675209904;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:1675210164;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: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:1675210445;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:1675210448;a:1:{s:26:\"aios_15_minutes_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"aios-every-15-minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1675210451;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:1675210619;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675211399;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:1675213200;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: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:1675221235;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675227812;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675230283;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675232811;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:1675237093;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675237094;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:1675246630;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:1675252200;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"0e3cbe01db721efb50cca9a3f8f0f25d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1675252200;}}}}i:1675264164;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:1675264202;a:1:{s:28:\"elementor/tracker/send_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:1675264325;a:1:{s:22:\"redirection_log_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675264439;a:1:{s:20:\"rsssl_every_day_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"rsssl_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675264451;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:1675264587;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675264589;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675271012;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675350839;a:1:{s:21:\"rsssl_every_week_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rsssl_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675443812;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675511400;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"d988d08b431ca905dc2633386404f58f\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1675511400;}}}}i:1675692000;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675699200;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1675866624;a:1:{s:19:\"delete_fonts_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:241:\"<a class=\"twitter-timeline\" data-width=\"900\" data-height=\"800\" href=\"https://twitter.com/TheSleepCouncil?ref_src=twsrc%5Etfw\">Tweets by TheSleepCouncil</a> <script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:426:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d78148.40481819904!2d-0.9251214126644428!3d52.25904537904441!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48770e8b5e93224d%3A0xa4e5f54abd8ac242!2sBizSpace%20Northampton%20KG!5e0!3m2!1sen!2suk!4v1658746422289!5m2!1sen!2suk\" width=\"400\" height=\"300\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\";}s:12:\"_multiwidget\";i:1;}','yes'),(118,'theme_mods_twentytwentyone','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1627570634;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(119,'recovery_keys','a:0:{}','yes'),(160,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":7,\"critical\":1}','yes'),(589,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"bensykes@bensykes.co.uk\";s:7:\"version\";s:5:\"6.1.1\";s:9:\"timestamp\";i:1668581417;}','no'),(591,'https_detection_errors','a:1:{s:19:\"bad_response_source\";a:1:{i:0;s:55:\"It looks like the response did not come from this site.\";}}','yes'),(851,'finished_updating_comment_type','1','yes'),(4933,'wfls_last_role_change','1674141236','no'),(4934,'wordfence_version','7.8.2','yes'),(4935,'wordfence_case','1','yes'),(4936,'wordfence_installed','1','yes'),(4937,'wordfenceActivated','1','yes'),(4938,'active_plugins','a:12:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:35:\"litespeed-cache/litespeed-cache.php\";i:4;s:29:\"ninja-tables/ninja-tables.php\";i:5;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:6;s:27:\"redirection/redirection.php\";i:7;s:27:\"updraftplus/updraftplus.php\";i:8;s:23:\"wordfence/wordfence.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:23:\"wp-cerber/wp-cerber.php\";i:11;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(4939,'wf_plugin_act_error','','yes'),(4944,'wordfence_syncAttackDataAttempts','0','no'),(4945,'wordfence_syncingAttackData','0','no'),(4946,'wordfence_lastSyncAttackData','1675191898','no'),(4960,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5087,'wp_force_deactivated_plugins','a:0:{}','yes'),(5103,'recently_activated','a:0:{}','yes'),(5108,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(5110,'current_theme','Sydney','yes'),(5111,'theme_mods_twentytwenty','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:2;s:8:\"expanded\";i:2;s:6:\"mobile\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1627641669;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}}}}','yes'),(5112,'theme_switched','','yes'),(5114,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1627570960;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'),(5117,'elementor_active_kit','48','yes'),(5120,'elementor_version','3.6.2','yes'),(5121,'elementor_install_history','a:2:{s:5:\"3.3.1\";i:1627570724;s:5:\"3.6.2\";i:1649257806;}','yes'),(5123,'_elementor_installed_time','1627570724','yes'),(5124,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(5125,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:98:\"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow\";s:7:\"excerpt\";s:253:\"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. \";s:7:\"created\";i:1670943042;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:141:\"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:47:\"The Complete Guide To Design Project Management\";s:7:\"excerpt\";s:347:\"Successful web creators understand that design and systems must work side by side for people to deliver high-quality work without burning out. In this guide, we will explore the practical steps you can take to shut down time-wasting activities and frustration. Say no to scope creep and build a no-fail framework that can pivot for the unexpected.\";s:7:\"created\";i:1655196509;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:131:\"https://elementor.com/blog/design-project-management-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(5139,'disable_gutenberg_options','a:24:{s:11:\"disable-all\";i:1;s:23:\"user-role_administrator\";i:1;s:16:\"user-role_editor\";i:1;s:16:\"user-role_author\";i:1;s:21:\"user-role_contributor\";i:1;s:20:\"user-role_subscriber\";i:1;s:14:\"post-type_post\";i:1;s:14:\"post-type_page\";i:1;s:21:\"post-type_wp_template\";i:1;s:24:\"post-type_e-landing-page\";i:1;s:27:\"post-type_elementor_library\";i:1;s:9:\"templates\";s:0:\"\";s:8:\"post-ids\";s:0:\"\";s:12:\"whitelist-id\";s:0:\"\";s:14:\"whitelist-slug\";s:0:\"\";s:15:\"whitelist-title\";s:0:\"\";s:15:\"classic-widgets\";i:1;s:11:\"disable-nag\";i:1;s:13:\"styles-enable\";i:0;s:9:\"whitelist\";i:0;s:9:\"hide-menu\";i:0;s:8:\"hide-gut\";i:0;s:12:\"links-enable\";i:0;s:10:\"acf-enable\";i:0;}','yes'),(5212,'aiowpsec_db_version','1.9.7','yes'),(5213,'aio_wp_security_configs','a:105:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:1:\"1\";s:25:\"aiowps_max_login_attempts\";i:2;s:24:\"aiowps_retry_time_period\";i:500000;s:26:\"aiowps_lockout_time_length\";i:6000;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"lvnxllcn87nr42ulg88r\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:1:\"0\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"185.175.113.72\";s:27:\"aiowps_enable_login_captcha\";s:1:\"1\";s:34:\"aiowps_enable_custom_login_captcha\";s:1:\"1\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"vshhpkq5qy10e7gi8bnk\";s:42:\"aiowps_enable_manual_registration_approval\";s:1:\"1\";s:39:\"aiowps_enable_registration_page_captcha\";s:1:\"1\";s:35:\"aiowps_enable_registration_honeypot\";s:1:\"1\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:27:\"aiowps_max_file_upload_size\";i:10;s:31:\"aiowps_enable_pingback_firewall\";s:1:\"1\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:1:\"1\";s:34:\"aiowps_block_debug_log_file_access\";s:1:\"1\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";s:12:\"installed-at\";i:1649257833;s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";s:35:\"aiowps_enable_lost_password_captcha\";s:1:\"1\";s:36:\"aiowps_enable_php_backtrace_in_email\";s:0:\"\";s:30:\"aiowps_max_lockout_time_length\";s:2:\"60\";s:22:\"aiowps_default_captcha\";s:0:\"\";s:33:\"aiowps_disable_rss_and_atom_feeds\";s:0:\"\";s:35:\"aiowps_disable_application_password\";s:0:\"\";s:33:\"aiowps_enable_trash_spam_comments\";s:0:\"\";s:37:\"aiowps_trash_spam_comments_after_days\";s:2:\"14\";s:36:\"aiowps_on_uninstall_delete_db_tables\";s:1:\"1\";s:34:\"aiowps_on_uninstall_delete_configs\";s:1:\"1\";s:45:\"aiowps_is_login_whitelist_disabled_on_upgrade\";s:1:\"1\";}','yes'),(5214,'_cerber_db_errors','','no'),(5229,'_cerber_up','a:2:{s:1:\"v\";s:3:\"9.0\";s:1:\"t\";i:1658744283;}','no'),(5230,'cerber_admin_info','<h1>Highlights from WP Cerber Security 9.0</h1><ul><li>New: Different <a href=\"https://wpcerber.com/wordpress-notifications-made-easy/\" target=\"_blank\">alerts</a> can be sent through different channels. You can select delivering notifications through Pushbullet and email simultaneously, Pushbullet only, or email only. The settings are configured on a per-alert basis in the alert creation form.</li><li>New: Implemented a new &quot;Message format&quot; feature and setting. You can reduce the number of links in WP Cerber’s messages or disable them completely to prevent sending sensitive data.</li><li>New: Implemented separate rate limiting settings for email and <a href=\"https://wpcerber.com/wordpress-mobile-and-browser-notifications-pushbullet/\" target=\"_blank\">Pushbullet notifications</a>.</li><li>New: Lockout notifications and appropriate threshold can be enabled for Pushbullet and emails separately.</li><li>New: Email reports and alerts can be sent via a separate SMTP server configured in the WP Cerber settings.</li><li>New: Implemented masking IP addresses and usernames (logins) in emails and mobile alerts.</li><li>New: Disabling login language switcher. If enabled, removes language switcher on the standard WordPress login page introduced in WordPress 5.9.</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=9.0\" target=\"_blank\">Read more on wpcerber.com</a></p>  <h2 style=\"margin-top: 28px;\">We need your support to keep moving forward</h2>\r\n                    <table style=\"margin-top: 20px;\"><tr><td></td><td style=\"padding-top: 0;\">By sharing your unique opinion on WP Cerber, you help the engineers behind the plugin make greater progress and help other professionals find the right software. You can leave your review on one of the following websites. Feel free to use your native language. Thanks!\r\n                    </td></tr></table>\r\n                       \r\n                    <p><a href=\"https://www.trustpilot.com/review/wpcerber.com\" target=\"_blank\">Leave review on Trustpilot</a>\r\n                    &nbsp;|&nbsp; \r\n                    <a href=\"https://www.g2.com/products/cerber-security-antispam-malware-scan/reviews/start\" target=\"_blank\">Leave review on G2.COM</a><p style=\"text-align:right; padding-right: 20px;\">\r\n    		    <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" &nbsp; Awesome! &nbsp; \"/></p>','no'),(5231,'cerber-groove','SmijTN7K2Rtbyx9D','no'),(5232,'cerber-groove-x','a:2:{i:0;s:24:\"IOWn0utQj3Xzq6lCdRJxUMyH\";i:1;s:32:\"4tjNLnyQxh1v3EGAM9cag2UuTkqIFOJZ\";}','no'),(5233,'cerber-main','a:39:{s:9:\"boot-mode\";s:1:\"0\";s:8:\"attempts\";s:1:\"5\";s:6:\"period\";s:2:\"30\";s:7:\"lockout\";s:2:\"60\";s:8:\"agperiod\";s:2:\"24\";s:7:\"aglocks\";s:1:\"2\";s:6:\"aglast\";s:1:\"4\";s:10:\"limitwhite\";s:1:\"0\";s:11:\"nologinhint\";s:1:\"0\";s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";s:1:\"0\";s:14:\"nopasshint_msg\";s:0:\"\";s:11:\"nologinlang\";s:1:\"0\";s:5:\"proxy\";s:1:\"0\";s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";s:1:\"0\";s:8:\"nonusers\";s:1:\"0\";s:7:\"wplogin\";s:1:\"0\";s:10:\"noredirect\";s:1:\"0\";s:7:\"page404\";s:1:\"1\";s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";s:1:\"0\";s:13:\"logindeferred\";s:1:\"0\";s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";s:3:\"200\";s:8:\"ciperiod\";s:2:\"15\";s:10:\"ciduration\";s:2:\"60\";s:8:\"cinotify\";s:1:\"1\";s:7:\"keeplog\";s:2:\"30\";s:12:\"keeplog_auth\";s:2:\"30\";s:8:\"ip_extra\";s:1:\"1\";s:9:\"cerberlab\";s:1:\"0\";s:11:\"cerberproto\";s:1:\"0\";s:7:\"usefile\";s:1:\"0\";s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";s:1:\"0\";s:10:\"admin_lang\";s:1:\"0\";s:14:\"top_admin_menu\";s:1:\"0\";s:14:\"no_white_my_ip\";s:1:\"0\";}','no'),(5234,'cerber-hardening','a:14:{s:8:\"stopenum\";s:1:\"1\";s:15:\"stopenum_oembed\";s:1:\"1\";s:16:\"stopenum_sitemap\";s:1:\"1\";s:8:\"adminphp\";s:1:\"1\";s:8:\"phpnoupl\";s:1:\"1\";s:8:\"nophperr\";s:1:\"1\";s:6:\"xmlrpc\";s:1:\"1\";s:7:\"nofeeds\";s:0:\"\";s:10:\"norestuser\";s:1:\"1\";s:6:\"norest\";s:0:\"\";s:8:\"restauth\";s:1:\"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\";s:0:\"\";}','no'),(5235,'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'),(5236,'cerber-antispam','a:11:{s:8:\"botscomm\";s:1:\"1\";s:7:\"botsreg\";s:1:\"0\";s:7:\"botsany\";s:1:\"0\";s:8:\"botssafe\";s:1:\"0\";s:10:\"botsnoauth\";s:1:\"1\";s:11:\"botsipwhite\";s:1:\"1\";s:10:\"customcomm\";s:1:\"0\";s:9:\"botswhite\";a:0:{}s:8:\"spamcomm\";s:1:\"0\";s:10:\"trashafter\";s:1:\"7\";s:18:\"trashafter-enabled\";s:1:\"0\";}','no'),(5237,'cerber-recaptcha','a:15:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";s:1:\"0\";s:10:\"recaplogin\";s:1:\"0\";s:9:\"recaplost\";s:1:\"0\";s:8:\"recapreg\";s:1:\"0\";s:13:\"recapwoologin\";s:1:\"0\";s:12:\"recapwoolost\";s:1:\"0\";s:11:\"recapwooreg\";s:1:\"0\";s:8:\"recapcom\";s:1:\"0\";s:12:\"recapcomauth\";s:1:\"0\";s:12:\"recapipwhite\";s:1:\"0\";s:16:\"recaptcha-period\";s:2:\"60\";s:16:\"recaptcha-number\";s:1:\"3\";s:16:\"recaptcha-within\";s:2:\"30\";}','no'),(5238,'cerber-notifications','a:26:{s:6:\"notify\";s:1:\"1\";s:5:\"above\";s:1:\"3\";s:5:\"email\";a:0:{}s:9:\"emailrate\";s:2:\"12\";s:14:\"notify-new-ver\";s:1:\"1\";s:10:\"email_mask\";s:1:\"0\";s:12:\"email_format\";s:1:\"0\";s:8:\"use_smtp\";s:1:\"0\";s:9:\"smtp_host\";s:0:\"\";s:9:\"smtp_port\";s:3:\"587\";s:9:\"smtp_encr\";s:3:\"tls\";s:8:\"smtp_pwd\";s:0:\"\";s:9:\"smtp_user\";s:0:\"\";s:9:\"smtp_from\";s:0:\"\";s:14:\"smtp_from_name\";s:9:\"WP Cerber\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:6:\"pbrate\";s:0:\"\";s:8:\"pbnotify\";s:2:\"10\";s:16:\"pbnotify-enabled\";s:0:\"\";s:7:\"pb_mask\";s:1:\"0\";s:9:\"pb_format\";s:1:\"0\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";s:1:\"9\";s:12:\"email-report\";a:0:{}s:13:\"enable-report\";s:1:\"1\";}','no'),(5239,'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'),(5240,'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'),(5241,'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'),(5242,'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'),(5243,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"04: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'),(5244,'cerber-policies','a:12:{s:13:\"scan_delunatt\";s:1:\"0\";s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";s:1:\"0\";s:15:\"scan_recover_wp\";s:1:\"0\";s:15:\"scan_recover_pl\";s:1:\"0\";s:10:\"scan_media\";s:1:\"0\";s:15:\"scan_skip_media\";a:14:{i:0;s:3:\"css\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"jpe\";i:4;s:3:\"gif\";i:5;s:3:\"png\";i:6;s:3:\"bmp\";i:7;s:3:\"tif\";i:8;s:4:\"tiff\";i:9;s:3:\"ico\";i:10;s:4:\"woff\";i:11;s:5:\"woff2\";i:12;s:3:\"eot\";i:13;s:3:\"ttf\";}s:14:\"scan_del_media\";a:5:{i:0;s:3:\"php\";i:1;s:2:\"js\";i:2;s:3:\"htm\";i:3;s:4:\"html\";i:4;s:5:\"shtml\";}s:14:\"scan_nodeltemp\";s:1:\"0\";s:14:\"scan_nodelsess\";s:1:\"0\";s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}','no'),(5245,'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'),(5246,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(5247,'cerber-antibot','a:2:{i:0;a:3:{i:0;a:2:{i:0;s:12:\"cysqzMUAtFDV\";i:1;s:12:\"[3WZzn.eg*UG\";}i:1;a:2:{i:0;s:6:\"ISgUmx\";i:1;s:9:\"qYjk@rC6F\";}i:2;a:2:{i:0;s:12:\"rodifRxSczBX\";i:1;s:10:\"*OXE6]u9ZS\";}}i:1;a:4:{i:0;a:2:{i:0;s:11:\"Q-gLdZfKokw\";i:1;s:6:\"MuY7N6\";}i:1;a:2:{i:0;s:11:\"uaWpmsExwBy\";i:1;s:6:\"]QG70g\";}i:2;a:2:{i:0;s:15:\"qufHkvwJajYLXdr\";i:1;s:9:\"slczva[EG\";}i:3;a:2:{i:0;s:10:\"QqNtwvjmiR\";i:1;s:11:\"YIt@P_i*]H2\";}}}','no'),(5258,'_cerber_notify_new','a:2:{i:0;s:3:\"8.9\";i:1;s:3:\"9.0\";}','no'),(5270,'astra-settings','a:16:{s:50:\"ast-callback-notice-header-transparent-header-logo\";s:0:\"\";s:55:\"ast-callback-notice-header-transparent-header-logo-link\";s:0:\"\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:51:\"ast-callback-notice-header-transparent-meta-enabled\";s:0:\"\";s:55:\"ast-callback-notice-header-transparent-header-meta-link\";s:0:\"\";s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:22:\"is_theme_queue_running\";b:0;s:18:\"theme-auto-version\";s:5:\"3.6.7\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:25:\"transparent-header-enable\";b:0;s:19:\"breadcrumb-position\";s:18:\"astra_header_after\";s:28:\"breadcrumb-disable-home-page\";b:1;s:23:\"footer-copyright-editor\";s:173:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author] | Supporting the <a href=\"https://www.nhs.uk/live-well/\" target=\"_blank\" rel=\"noopener\">NHS</a>\";s:18:\"site-sidebar-width\";i:45;}','yes'),(5272,'theme_mods_astra','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1658745791;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:10:\"archives-2\";i:1;s:8:\"search-2\";i:2;s:6:\"text-2\";i:3;s:6:\"text-3\";i:4;s:12:\"categories-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-1\";i:1;s:14:\"recent-posts-1\";i:2;s:10:\"archives-1\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:4:{i:0;s:6:\"text-1\";i:1;s:12:\"categories-1\";i:2;s:10:\"archives-1\";i:3;s:8:\"search-1\";}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:9:\"sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}}}}','yes'),(5277,'theme_switched_via_customizer','','yes'),(5278,'customize_stashed_theme_mods','a:1:{s:7:\"olivewp\";a:1:{s:19:\"custom_color_enable\";a:4:{s:5:\"value\";b:1;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2022-04-06 15:17:31\";}}}','no'),(5291,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:678:{s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:29:\"astra-settings[button-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-site-title-tagline-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[blog-single-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:45;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-content-layout]\";a:4:{s:7:\"default\";s:23:\"content-boxed-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-container-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:7:\"#0170B9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#0170B9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:47:\"astra-settings[font-size-archive-summary-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:35:\"astra-settings[body-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[headings-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h4]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h5]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[divider-section-h6]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-content-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-sngle-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:37:\"astra-settings[font-size-entry-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[load-google-fonts-locally]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[preload-local-fonts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[flush-local-font-files]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:50:\"astra-settings[related-posts-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-line-height]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[related-posts-section-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[related-posts-meta-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[related-posts-content-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[different-transparent-logo-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[transparent-header-widget-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-widget-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[transparent-header-widget-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-widget-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-widget-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:18:\"astra_header_after\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[select-breadcrumb-source]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-separator-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[breadcrumb-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[text-transform-button]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[theme-btn-line-height]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-btn-letter-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[mobile-header-toggle-border-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[title_tagline-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[title_tagline-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button1-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu1-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu1-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu2-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu2-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-search-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-header-search-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:44:\"https://sleepingsolutions.co.uk/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[header-mobile-menu-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[section-header-mobile-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-mobile-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-above-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-below-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:173:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author] | Supporting the <a href=\"https://www.nhs.uk/live-well/\" target=\"_blank\" rel=\"noopener\">NHS</a>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-copyright-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-footer-menu-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-social-icons-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-primary-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:40:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5366;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hba-stack]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:24:\"astra-settings[hb-stack]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5387;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(5295,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"1365041424908079350e293d1040a39a\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:3:\"4.2\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}','yes'),(19960,'db_upgraded','','yes'),(50069,'elementor_log','a:10:{s:32:\"3f88d1d46cf35143b6b325b5e280872d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.6.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:05\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.6.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"63ba780d0a2285e06ce7fe1bbe3d346a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"b05ddb9f9f7c6f12458da9c8c2e3c472\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5b1348e116a6060f7df3aa5fd86bd677\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"bd8fd0f8731cf996f35e8f7383c0eb97\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"53363a7591d0ef0a92df12cfa72c69e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e699377615e8599d04948b7182f30d09\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c765952aef16751c22846cdb6001b73e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"050965f16aa29960adaf33c68debbc1a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.6.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.6.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2767d983b57290de214bec19fdb4e189\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-04-06 15:10:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.6.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-04-06 15:10:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.1\";s:2:\"to\";s:5:\"3.6.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(50070,'elementor_events_db_version','1.0.0','no'),(50078,'elementor_1_elementor_updater_batch_d70a89aa7656ea392e8ef17d2f29','a:3:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}i:1;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:53:\"_v_3_4_8_fix_font_awesome_default_value_from_1_to_yes\";}}i:2;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:36:\"_v_3_5_0_remove_old_elementor_scheme\";}}}','no'),(50089,'cerber_configuration','a:13:{s:8:\"stopenum\";s:1:\"1\";s:15:\"stopenum_oembed\";s:1:\"1\";s:16:\"stopenum_sitemap\";s:1:\"1\";s:8:\"adminphp\";s:1:\"1\";s:8:\"phpnoupl\";s:1:\"1\";s:8:\"nophperr\";s:1:\"1\";s:6:\"xmlrpc\";s:1:\"1\";s:7:\"nofeeds\";s:0:\"\";s:10:\"norestuser\";s:1:\"1\";s:6:\"norest\";s:0:\"\";s:8:\"restauth\";s:1:\"1\";s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";s:22:\"oembed\r\nwp-site-health\";}','no'),(50115,'litespeed.conf.__activation','-1','yes'),(50116,'litespeed.purge.queue','-1','yes'),(50117,'litespeed.purge.queue2','-1','yes'),(50118,'rsssl_activated_plugin','1','yes'),(50119,'wordfence_ls_version','1.0.12','yes'),(50125,'action_scheduler_hybrid_store_demarkation','121','yes'),(50126,'schema-ActionScheduler_StoreSchema','6.0.1649258163','yes'),(50127,'schema-ActionScheduler_LoggerSchema','3.0.1649258163','yes'),(50128,'rlrsssl_options','a:16:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.3.3\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:13:\"high_contrast\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(50129,'wpforms_version','1.7.3','yes'),(50130,'wpforms_version_lite','1.7.3','yes'),(50131,'wpforms_activated','a:1:{s:4:\"lite\";i:1649258163;}','yes'),(50136,'yoast_migrations_free','a:1:{s:7:\"version\";s:5:\"19.14\";}','yes'),(50137,'litespeed.cloud._summary','{\"curr_request.ver\":0,\"last_request.ver\":1674141245,\"news.utime\":1661166997,\"curr_request.news\":0,\"last_request.news\":1661166997}','yes'),(50139,'litespeed.conf.hash','mBjp4Kfh86TKK2z1BCKVpLvM4m9oGwk5','yes'),(50140,'litespeed.conf.auto_upgrade','','yes'),(50141,'litespeed.conf.api_key','','yes'),(50142,'litespeed.conf.server_ip','','yes'),(50143,'litespeed.conf.guest','','yes'),(50144,'litespeed.conf.guest_optm','','yes'),(50145,'litespeed.conf.news','1','yes'),(50146,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]','yes'),(50147,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','yes'),(50148,'litespeed.conf.cache','1','yes'),(50149,'litespeed.conf.cache-priv','1','yes'),(50150,'litespeed.conf.cache-commenter','1','yes'),(50151,'litespeed.conf.cache-rest','1','yes'),(50152,'litespeed.conf.cache-page_login','1','yes'),(50153,'litespeed.conf.cache-favicon','1','yes'),(50154,'litespeed.conf.cache-resources','1','yes'),(50155,'litespeed.conf.cache-mobile','','yes'),(50156,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','yes'),(50157,'litespeed.conf.cache-browser','','yes'),(50158,'litespeed.conf.cache-exc_useragents','[]','yes'),(50159,'litespeed.conf.cache-exc_cookies','[]','yes'),(50160,'litespeed.conf.cache-exc_qs','[]','yes'),(50161,'litespeed.conf.cache-exc_cat','[]','yes'),(50162,'litespeed.conf.cache-exc_tag','[]','yes'),(50163,'litespeed.conf.cache-force_uri','[]','yes'),(50164,'litespeed.conf.cache-force_pub_uri','[]','yes'),(50165,'litespeed.conf.cache-priv_uri','[]','yes'),(50166,'litespeed.conf.cache-exc','[]','yes'),(50167,'litespeed.conf.cache-exc_roles','[]','yes'),(50168,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','yes'),(50169,'litespeed.conf.cache-ttl_pub','604800','yes'),(50170,'litespeed.conf.cache-ttl_priv','1800','yes'),(50171,'litespeed.conf.cache-ttl_frontpage','604800','yes'),(50172,'litespeed.conf.cache-ttl_feed','604800','yes'),(50173,'litespeed.conf.cache-ttl_rest','604800','yes'),(50174,'litespeed.conf.cache-ttl_browser','31557600','yes'),(50175,'litespeed.conf.cache-ttl_status','[\"403 3600\",\"404 3600\",\"500 3600\"]','yes'),(50176,'litespeed.conf.cache-login_cookie','','yes'),(50177,'litespeed.conf.cache-vary_group','[]','yes'),(50178,'litespeed.conf.purge-upgrade','1','yes'),(50179,'litespeed.conf.purge-stale','','yes'),(50180,'litespeed.conf.purge-post_all','','yes'),(50181,'litespeed.conf.purge-post_f','1','yes'),(50182,'litespeed.conf.purge-post_h','1','yes'),(50183,'litespeed.conf.purge-post_p','1','yes'),(50184,'litespeed.conf.purge-post_pwrp','1','yes'),(50185,'litespeed.conf.purge-post_a','1','yes'),(50186,'litespeed.conf.purge-post_y','','yes'),(50187,'litespeed.conf.purge-post_m','1','yes'),(50188,'litespeed.conf.purge-post_d','','yes'),(50189,'litespeed.conf.purge-post_t','1','yes'),(50190,'litespeed.conf.purge-post_pt','1','yes'),(50191,'litespeed.conf.purge-timed_urls','[]','yes'),(50192,'litespeed.conf.purge-timed_urls_time','','yes'),(50193,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','yes'),(50194,'litespeed.conf.esi','','yes'),(50195,'litespeed.conf.esi-cache_admbar','1','yes'),(50196,'litespeed.conf.esi-cache_commform','1','yes'),(50197,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','yes'),(50198,'litespeed.conf.util-instant_click','','yes'),(50199,'litespeed.conf.util-no_https_vary','','yes'),(50200,'litespeed.conf.debug-disable_all','','yes'),(50201,'litespeed.conf.debug','','yes'),(50202,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','yes'),(50203,'litespeed.conf.debug-level','','yes'),(50204,'litespeed.conf.debug-filesize','3','yes'),(50205,'litespeed.conf.debug-cookie','','yes'),(50206,'litespeed.conf.debug-collaps_qs','','yes'),(50207,'litespeed.conf.debug-inc','[]','yes'),(50208,'litespeed.conf.debug-exc','[]','yes'),(50209,'litespeed.conf.db_optm-revisions_max','0','yes'),(50210,'litespeed.conf.db_optm-revisions_age','0','yes'),(50211,'litespeed.conf.optm-css_min','','yes'),(50212,'litespeed.conf.optm-css_comb','','yes'),(50213,'litespeed.conf.optm-css_comb_ext_inl','1','yes'),(50214,'litespeed.conf.optm-ucss','','yes'),(50215,'litespeed.conf.optm-ucss_inline','','yes'),(50216,'litespeed.conf.optm-ucss_whitelist','[]','yes'),(50217,'litespeed.conf.optm-ucss_exc','[]','yes'),(50218,'litespeed.conf.optm-css_exc','[]','yes'),(50219,'litespeed.conf.optm-js_min','','yes'),(50220,'litespeed.conf.optm-js_comb','','yes'),(50221,'litespeed.conf.optm-js_comb_ext_inl','1','yes'),(50222,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','yes'),(50223,'litespeed.conf.optm-html_min','','yes'),(50224,'litespeed.conf.optm-html_lazy','[]','yes'),(50225,'litespeed.conf.optm-qs_rm','','yes'),(50226,'litespeed.conf.optm-ggfonts_rm','','yes'),(50227,'litespeed.conf.optm-css_async','','yes'),(50228,'litespeed.conf.optm-ccss_per_url','','yes'),(50229,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','yes'),(50230,'litespeed.conf.optm-ccss_sep_uri','[]','yes'),(50231,'litespeed.conf.optm-css_async_inline','1','yes'),(50232,'litespeed.conf.optm-css_font_display','','yes'),(50233,'litespeed.conf.optm-js_defer','','yes'),(50234,'litespeed.conf.optm-emoji_rm','','yes'),(50235,'litespeed.conf.optm-noscript_rm','','yes'),(50236,'litespeed.conf.optm-ggfonts_async','','yes'),(50237,'litespeed.conf.optm-exc_roles','[]','yes'),(50238,'litespeed.conf.optm-ccss_con','','yes'),(50239,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','yes'),(50240,'litespeed.conf.optm-gm_js_exc','[]','yes'),(50241,'litespeed.conf.optm-dns_prefetch','[]','yes'),(50242,'litespeed.conf.optm-dns_prefetch_ctrl','','yes'),(50243,'litespeed.conf.optm-exc','[]','yes'),(50244,'litespeed.conf.optm-guest_only','1','yes'),(50245,'litespeed.conf.object','','yes'),(50246,'litespeed.conf.object-kind','','yes'),(50247,'litespeed.conf.object-host','localhost','yes'),(50248,'litespeed.conf.object-port','11211','yes'),(50249,'litespeed.conf.object-life','360','yes'),(50250,'litespeed.conf.object-persistent','1','yes'),(50251,'litespeed.conf.object-admin','1','yes'),(50252,'litespeed.conf.object-transients','1','yes'),(50253,'litespeed.conf.object-db_id','0','yes'),(50254,'litespeed.conf.object-user','','yes'),(50255,'litespeed.conf.object-pswd','','yes'),(50256,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','yes'),(50257,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','yes'),(50258,'litespeed.conf.discuss-avatar_cache','','yes'),(50259,'litespeed.conf.discuss-avatar_cron','','yes'),(50260,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes'),(50261,'litespeed.conf.optm-localize','','yes'),(50262,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','yes'),(50263,'litespeed.conf.media-lazy','','yes'),(50264,'litespeed.conf.media-lazy_placeholder','','yes'),(50265,'litespeed.conf.media-placeholder_resp','','yes'),(50266,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes'),(50267,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','yes'),(50268,'litespeed.conf.media-lqip','','yes'),(50269,'litespeed.conf.media-lqip_qual','4','yes'),(50270,'litespeed.conf.media-lqip_min_w','150','yes'),(50271,'litespeed.conf.media-lqip_min_h','150','yes'),(50272,'litespeed.conf.media-placeholder_resp_async','1','yes'),(50273,'litespeed.conf.media-iframe_lazy','','yes'),(50274,'litespeed.conf.media-add_missing_sizes','','yes'),(50275,'litespeed.conf.media-lazy_exc','[]','yes'),(50276,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','yes'),(50277,'litespeed.conf.media-lazy_parent_cls_exc','[]','yes'),(50278,'litespeed.conf.media-iframe_lazy_cls_exc','[]','yes'),(50279,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','yes'),(50280,'litespeed.conf.media-lazy_uri_exc','[]','yes'),(50281,'litespeed.conf.media-lqip_exc','[]','yes'),(50282,'litespeed.conf.img_optm-auto','','yes'),(50283,'litespeed.conf.img_optm-cron','1','yes'),(50284,'litespeed.conf.img_optm-ori','1','yes'),(50285,'litespeed.conf.img_optm-rm_bkup','','yes'),(50286,'litespeed.conf.img_optm-webp','1','yes'),(50287,'litespeed.conf.img_optm-lossless','','yes'),(50288,'litespeed.conf.img_optm-exif','1','yes'),(50289,'litespeed.conf.img_optm-webp_replace','','yes'),(50290,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"video.poster\"]','yes'),(50291,'litespeed.conf.img_optm-webp_replace_srcset','','yes'),(50292,'litespeed.conf.img_optm-jpg_quality','82','yes'),(50293,'litespeed.conf.crawler','','yes'),(50294,'litespeed.conf.crawler-usleep','500','yes'),(50295,'litespeed.conf.crawler-run_duration','400','yes'),(50296,'litespeed.conf.crawler-run_interval','600','yes'),(50297,'litespeed.conf.crawler-crawl_interval','302400','yes'),(50298,'litespeed.conf.crawler-threads','3','yes'),(50299,'litespeed.conf.crawler-timeout','30','yes'),(50300,'litespeed.conf.crawler-load_limit','1','yes'),(50301,'litespeed.conf.crawler-sitemap','','yes'),(50302,'litespeed.conf.crawler-drop_domain','1','yes'),(50303,'litespeed.conf.crawler-map_timeout','120','yes'),(50304,'litespeed.conf.crawler-roles','[]','yes'),(50305,'litespeed.conf.crawler-cookies','[]','yes'),(50306,'litespeed.conf.misc-heartbeat_front','','yes'),(50307,'litespeed.conf.misc-heartbeat_front_ttl','60','yes'),(50308,'litespeed.conf.misc-heartbeat_back','','yes'),(50309,'litespeed.conf.misc-heartbeat_back_ttl','60','yes'),(50310,'litespeed.conf.misc-heartbeat_editor','','yes'),(50311,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes'),(50312,'litespeed.conf.cdn','','yes'),(50313,'litespeed.conf.cdn-ori','[]','yes'),(50314,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','yes'),(50315,'litespeed.conf.cdn-exc','[]','yes'),(50316,'litespeed.conf.cdn-quic','','yes'),(50317,'litespeed.conf.cdn-cloudflare','','yes'),(50318,'litespeed.conf.cdn-cloudflare_email','','yes'),(50319,'litespeed.conf.cdn-cloudflare_key','','yes'),(50320,'litespeed.conf.cdn-cloudflare_name','','yes'),(50321,'litespeed.conf.cdn-cloudflare_zone','','yes'),(50322,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','yes'),(50323,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','yes'),(50326,'rsssl_remaining_tasks','1','yes'),(50329,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50335,'wpseo','a:99:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:5:\"19.14\";s:16:\"previous_version\";s:6:\"19.5.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1649258173;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:24:\"/health-blog/%postname%/\";s:8:\"home_url\";s:31:\"https://sleepingsolutions.co.uk\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:3:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:16:\"wpforms_form_tag\";s:16:\"wpforms_form_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:5:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}}','yes'),(50336,'wpseo_titles','a:128:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(50337,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(50338,'action_scheduler_lock_async-request-runner','1675178487','yes'),(50346,'auto_update_plugins','a:0:{}','no'),(50347,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1649258175;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1660233764;s:9:\"dismissed\";b:1;}}','yes'),(50348,'rsssl_current_version','6.1.0','no'),(50349,'_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1674734114;s:5:\"ctime\";i:1674734114;}','yes'),(50364,'litespeed.gui.lscwp_whm_install','-1','yes'),(50365,'litespeed.gui.dismiss','-1','yes'),(50366,'litespeed.gui._summary','{\"new_version\":1649862983,\"score\":1650467783}','yes'),(50373,'theme_mods_olivewp','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1649258258;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}}}}','yes'),(50388,'theme_mods_appetizer','a:6:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";i:2;}s:11:\"custom_logo\";s:0:\"\";s:17:\"breadcrumb_bg_img\";s:75:\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg\";s:13:\"footer_bg_img\";s:80:\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1658745723;s:4:\"data\";a:2:{s:25:\"appetizer-sidebar-primary\";a:3:{i:0;s:8:\"search-1\";i:1;s:14:\"recent-posts-1\";i:2;s:10:\"archives-1\";}s:28:\"appetizer-footer-widget-area\";a:4:{i:0;s:6:\"text-1\";i:1;s:12:\"categories-1\";i:2;s:10:\"archives-1\";i:3;s:8:\"search-1\";}}}}','yes'),(50402,'appetizer_media_id','a:1:{i:0;i:123;}','yes'),(50404,'item_details_page','Done','yes'),(50407,'litespeed.data.upgrading','-1','yes'),(50408,'litespeed.admin_display.messages','-1','yes'),(50409,'litespeed.admin_display.msg_pin','-1','yes'),(50415,'wpforms_notifications','a:4:{s:6:\"update\";i:1674141195;s:4:\"feed\";a:2:{i:0;a:6:{s:5:\"title\";s:45:\"Lead Forms: Supercharge Your Form Conversions\";s:7:\"content\";s:365:\"Want to get more entries from your forms? Our new Lead Forms addon makes it easy to create <strong>beautiful forms</strong> 😍 that show one question at a time. Instantly publish a new Lead Form, or convert your existing forms in a click. Customize and style your Lead Forms without writing any code! Upgrade to Pro and try Lead Forms to get more leads and sales!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:201;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:190:\"https://wpforms.com/introducing-the-new-lead-forms-addon-for-wpforms/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Lead Forms Addon Learn More Lite\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:159:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_medium=liteplugin&utm_campaign=Plugin Notification&utm_content=Lead Forms Addon Upgrade Lite\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2023-01-11 00:00:00\";}i:1;a:6:{s:5:\"title\";s:35:\"Layout Field: Form Design Made Easy\";s:7:\"content\";s:270:\"Build your own form layout... no code required! The Layout field lets you position fields in columns to make form completion easier and faster. Build a custom layout or get ahead with pre-built layouts... your forms never looked so good! Upgrade to Pro to give it a try.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:179;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:193:\"https://wpforms.com/introducing-wpforms-1-7-7-the-new-layout-field-is-here/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=WPForms 1.7.7 Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:156:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_medium=liteplugin&utm_campaign=Plugin Notification&utm_content=WPForms 1.7.7 Lite Upgrade\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2022-10-21 00:00:00\";}}s:6:\"events\";a:5:{s:22:\"wp-mail-smtp-education\";a:5:{s:2:\"id\";s:22:\"wp-mail-smtp-education\";s:5:\"title\";s:43:\"Don’t Miss Your Form Notification Emails!\";s:7:\"content\";s:260:\"Did you know that many WordPress sites are not properly configured to send emails? With the free WP Mail SMTP plugin, you can easily optimize your site to send emails, avoid the spam folder, and make sure your emails land in the recipient’s inbox every time.\";s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:68:\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=wpforms-smtp\";s:4:\"text\";s:11:\"Install now\";}s:3:\"alt\";a:2:{s:3:\"url\";s:195:\"https://wpforms.com/docs/how-to-set-up-smtp-using-the-wp-mail-smtp-plugin/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=WP%20Mail%20SMTP%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2022-07-28 10:18:03\";}s:15:\"join-vip-circle\";a:5:{s:2:\"id\";s:15:\"join-vip-circle\";s:5:\"title\";s:27:\"Want to Be a VIP? Join Now!\";s:7:\"content\";s:326:\"Running a WordPress site can be challenging. But help is just around the corner! Our Facebook group contains tons of tips and help to get your business growing! When you join our VIP Circle, you’ll get instant access to tips, tricks, and answers from a community of loyal WPForms users. Best of all, membership is 100% free!\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:43:\"https://www.facebook.com/groups/wpformsvip/\";s:4:\"text\";s:8:\"Join Now\";}}s:5:\"start\";s:19:\"2022-08-24 10:18:03\";}s:14:\"survey-reports\";a:5:{s:2:\"id\";s:14:\"survey-reports\";s:5:\"title\";s:46:\"Want to Know What Your Customers Really Think?\";s:7:\"content\";s:334:\"Nothing beats real feedback from your customers and visitors. That’s why many small businesses love our awesome Surveys and Polls addon. Instantly unlock full survey reporting right in your WordPress dashboard. And don’t forget: building a survey is easy with our pre-made templates, so you could get started within a few minutes!\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:161:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Lite\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:70:\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:70:\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:202:\"https://wpforms.com/docs/how-to-install-and-use-the-surveys-and-polls-addon/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2022-09-08 10:18:03\";}s:16:\"form-abandonment\";a:5:{s:2:\"id\";s:16:\"form-abandonment\";s:5:\"title\";s:31:\"Get More Leads From Your Forms!\";s:7:\"content\";s:363:\"Are your forms converting fewer visitors than you hoped? Often, visitors quit forms partway through. That can prevent you from getting all the leads you deserve to capture. With our Form Abandonment addon, you can capture partial entries even if your visitor didn’t hit Submit! From there, it’s easy to follow up with leads and turn them into loyal customers.\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:158:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Lite\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:70:\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:70:\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:201:\"https://wpforms.com/docs/how-to-install-and-use-form-abandonment-with-wpforms/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2022-09-23 10:18:03\";}s:5:\"ideas\";a:5:{s:2:\"id\";s:5:\"ideas\";s:5:\"title\";s:36:\"What’s Your Dream WPForms Feature?\";s:7:\"content\";s:288:\"If you could add just one feature to WPForms, what would it be? We want to know! Our team is busy surveying valued customers like you as we plan the year ahead. We’d love to know which features would take your business to the next level! Do you have a second to share your idea with us?\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:36:\"https://wpforms.com/share-your-idea/\";s:4:\"text\";s:15:\"Share Your Idea\";}}s:5:\"start\";s:19:\"2022-12-09 15:48:44\";}}s:9:\"dismissed\";a:0:{}}','yes'),(50436,'rsssl_activation_timestamp','1649258314','yes'),(50438,'rsssl_flush_caches','1649258311','yes'),(50462,'updraftplus_tour_cancelled_on','intro','yes'),(50474,'action_scheduler_migration_status','complete','yes'),(50552,'wp_calendar_block_has_published_posts','1','yes'),(50624,'dismissed-get_started','1','yes'),(51140,'rewrite_rules','a:131:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:59:\"health-blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:54:\"health-blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"health-blog/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:47:\"health-blog/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:29:\"health-blog/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:56:\"health-blog/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:51:\"health-blog/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"health-blog/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:44:\"health-blog/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:26:\"health-blog/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:57:\"health-blog/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:52:\"health-blog/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"health-blog/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:45:\"health-blog/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:27:\"health-blog/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:54:\"health-blog/e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:64:\"health-blog/e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:84:\"health-blog/e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"health-blog/e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"health-blog/e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:60:\"health-blog/e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"health-blog/e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:47:\"health-blog/e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:55:\"health-blog/e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:62:\"health-blog/e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:51:\"health-blog/e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:43:\"health-blog/e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"health-blog/e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"health-blog/e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"health-blog/e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"health-blog/e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"health-blog/e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"health-blog/ninja-table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:61:\"health-blog/ninja-table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"health-blog/ninja-table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"health-blog/ninja-table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"health-blog/ninja-table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"health-blog/ninja-table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"health-blog/ninja-table/([^/]+)/embed/?$\";s:59:\"index.php?post_type=ninja-table&name=$matches[1]&embed=true\";s:44:\"health-blog/ninja-table/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=ninja-table&name=$matches[1]&tb=1\";s:52:\"health-blog/ninja-table/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=ninja-table&name=$matches[1]&paged=$matches[2]\";s:59:\"health-blog/ninja-table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=ninja-table&name=$matches[1]&cpage=$matches[2]\";s:48:\"health-blog/ninja-table/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=ninja-table&name=$matches[1]&page=$matches[2]\";s:40:\"health-blog/ninja-table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"health-blog/ninja-table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"health-blog/ninja-table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"health-blog/ninja-table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"health-blog/ninja-table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"health-blog/ninja-table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=124&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:59:\"health-blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:54:\"health-blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"health-blog/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:47:\"health-blog/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:29:\"health-blog/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:81:\"health-blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:76:\"health-blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"health-blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:69:\"health-blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:51:\"health-blog/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:68:\"health-blog/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:63:\"health-blog/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"health-blog/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:56:\"health-blog/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:38:\"health-blog/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:55:\"health-blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:50:\"health-blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"health-blog/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:43:\"health-blog/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:25:\"health-blog/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:39:\"health-blog/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"health-blog/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"health-blog/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"health-blog/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"health-blog/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"health-blog/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"health-blog/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:32:\"health-blog/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:52:\"health-blog/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:47:\"health-blog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:40:\"health-blog/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:47:\"health-blog/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:36:\"health-blog/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:28:\"health-blog/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"health-blog/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"health-blog/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"health-blog/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"health-blog/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"health-blog/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(52046,'wpforms_email_summaries_fetch_info_blocks_last_run','1674647521','yes'),(52142,'_cerber_report','a:2:{i:0;i:1675069857;i:1;b:0;}','no'),(68001,'_transient_global_styles_svg_filters_appetizer','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(78014,'user_count','1','no'),(81110,'can_compress_scripts','0','no'),(81133,'wpforms_versions_lite','a:9:{s:5:\"1.5.9\";i:1658744283;s:7:\"1.6.7.2\";i:1658744283;s:5:\"1.6.8\";i:1658744283;s:5:\"1.7.5\";i:1658744283;s:7:\"1.7.5.1\";i:1658744283;s:7:\"1.7.5.3\";i:1658744283;s:7:\"1.7.5.5\";i:1660232924;s:5:\"1.7.7\";i:1674141240;s:7:\"1.7.9.1\";i:1674141240;}','yes'),(81135,'updraftplus_version','1.22.24','yes'),(81218,'theme_mods_sydney','a:54:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:19:\"forked_owl_carousel\";b:1;s:11:\"blog_layout\";s:7:\"layout6\";s:31:\"sydney_migrate_blog_layout_flag\";b:1;s:20:\"h1_font_size_desktop\";i:52;s:20:\"h2_font_size_desktop\";i:42;s:20:\"h3_font_size_desktop\";i:32;s:20:\"h4_font_size_desktop\";i:24;s:20:\"h5_font_size_desktop\";i:20;s:20:\"h6_font_size_desktop\";i:18;s:22:\"body_font_size_desktop\";i:16;s:30:\"single_post_title_size_desktop\";i:48;s:28:\"site_title_font_size_desktop\";i:32;s:27:\"site_desc_font_size_desktop\";i:16;s:25:\"sydney_migrate_typography\";b:1;s:26:\"sydney_migrate_woo_options\";b:1;s:20:\"swc_sidebar_products\";b:1;s:20:\"shop_archive_sidebar\";s:10:\"no-sidebar\";s:25:\"footer_widgets_background\";s:7:\"#00102E\";s:20:\"footer_widgets_color\";s:7:\"#ffffff\";s:26:\"footer_widgets_links_color\";s:7:\"#ffffff\";s:17:\"footer_background\";s:7:\"#00102E\";s:12:\"footer_color\";s:7:\"#ffffff\";s:22:\"footer_credits_divider\";i:1;s:28:\"footer_credits_divider_color\";s:21:\"rgba(255,255,255,0.1)\";s:29:\"sydney_update_footer_defaults\";b:1;s:23:\"perf_google_fonts_local\";i:1;s:18:\"custom_css_post_id\";i:-1;s:21:\"header_layout_desktop\";s:15:\"header_layout_2\";s:16:\"header_container\";s:15:\"container-fluid\";s:35:\"archive_featured_image_size_desktop\";i:39;s:38:\"archive_featured_image_spacing_desktop\";i:31;s:21:\"archive_title_spacing\";i:7;s:10:\"exc_lenght\";i:29;s:14:\"read_more_link\";i:1;s:22:\"archive_meta_delimiter\";s:8:\"vertical\";s:21:\"loop_post_title_color\";s:7:\"#0006bf\";s:22:\"main_header_background\";s:7:\"#4c00aa\";s:19:\"footer_widget_areas\";s:1:\"3\";s:12:\"header_image\";s:81:\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:32;s:3:\"url\";s:81:\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg\";s:13:\"thumbnail_url\";s:81:\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg\";s:6:\"height\";i:1280;s:5:\"width\";i:1920;}s:25:\"main_header_menu_position\";s:5:\"right\";s:25:\"main_header_divider_width\";s:9:\"contained\";s:17:\"front_header_type\";s:5:\"image\";s:20:\"sydney_headings_font\";s:68:\"{\"font\":\"ABeeZee\",\"regularweight\":\"regular\",\"category\":\"sans-serif\"}\";s:16:\"sydney_body_font\";s:68:\"{\"font\":\"ABeeZee\",\"regularweight\":\"regular\",\"category\":\"sans-serif\"}\";s:14:\"header_bg_size\";s:5:\"cover\";s:12:\"hide_overlay\";s:0:\"\";s:15:\"body_font_style\";s:6:\"normal\";s:19:\"wrapper_top_padding\";i:50;s:20:\"sydney_enable_schema\";s:0:\"\";s:16:\"enable_preloader\";i:1;s:14:\"scrolltop_icon\";s:5:\"icon4\";}','yes'),(81219,'yith_woocompare_button_text','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\" /></svg>','yes'),(81220,'sydney_theme_installed_time','1658745791','yes'),(81221,'sydney-update-header','1','yes'),(81222,'sydney_woo_content_pos_disable','1','yes'),(81223,'elementor_disable_color_schemes','yes','yes'),(81224,'elementor_disable_typography_schemes','yes','yes'),(81225,'elementor_onboarded','1','yes'),(81226,'sydney-fontawesome-v5','1','yes'),(81230,'widget_sydney_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81248,'_transient_sydney_hero_notice','1','yes'),(81304,'wpforms_process_forms_locator_status','completed','yes'),(81729,'litespeed.admin_display._summary','{\"new_version\":1649862983,\"score\":1650467783,\"new_version.last_check\":1674141203,\"new_version.v\":\"5.3.2\"}','yes'),(86033,'rsssl_mixed_content_scan_dismissed','1','yes'),(86034,'rsssl_google_analytics_dismissed','1','yes'),(86037,'wpforms_version_upgraded_from','1.7.5.5','yes'),(86042,'litespeed.optimize.timestamp_purge_css','1674141244','yes'),(86043,'litespeed.conf.debug-exc_strings','[]','yes'),(86044,'litespeed.conf.media-vpi','','yes'),(86045,'litespeed.conf.media-vpi_cron','1','yes'),(86046,'litespeed.conf.qc-token','','yes'),(86047,'litespeed.conf.qc-nameservers','','yes'),(86064,'wpforms_challenge','a:13:{s:6:\"status\";s:0:\"\";s:4:\"step\";i:0;s:7:\"user_id\";i:1;s:7:\"form_id\";i:0;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:0:\"\";s:17:\"finished_date_gmt\";s:0:\"\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:0;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:0:\"\";}','yes'),(86065,'wpforms_builder_opened_date','1660233401','no'),(86067,'wpforms_forms_first_created','1660233405','no'),(86069,'wpforms_crypto_secret_key','BWu2fTkiqiSEmtprU/VKsRrIkZ+lHp0AhHiu1DX7CRw=','yes'),(86477,'category_children','a:0:{}','yes'),(86498,'downloaded_font_files','a:2:{s:70:\"https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tukkIcH.woff2\";s:98:\"/home/sleepingsolutions.co.uk/public_html/wp-content//fonts/abeezee/esDR31xSG-6AGleN2tukkIcH.woff2\";s:68:\"https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tWkkA.woff2\";s:96:\"/home/sleepingsolutions.co.uk/public_html/wp-content//fonts/abeezee/esDR31xSG-6AGleN2tWkkA.woff2\";}','no'),(88943,'_ninja_tables_settings_migration','1','yes'),(88944,'_ninja_tables_sorting_migration','1','yes'),(88946,'_ninja_tables_plugin_suggest_dismiss','1660821432','yes'),(117654,'_site_transient_timeout_cerber_daily_1','1675304917','no'),(117655,'_site_transient_cerber_daily_1','a:2:{i:0;i:1675132107;i:1;i:1675132117;}','no'),(119567,'_site_transient_timeout_cerber_hourly_1','1675216956','no'),(119568,'_site_transient_cerber_hourly_1','a:2:{i:0;i:1675209756;i:1;i:1675209756;}','no'),(119569,'_site_transient_timeout_cerber_hourly_2','1675216121','no'),(119570,'_site_transient_cerber_hourly_2','a:2:{i:0;i:1675208921;i:1;i:1675208921;}','no'),(120757,'_transient_is_multi_author','0','yes'),(120762,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.1.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1675187861;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}','no'),(120766,'rsssl_show_onboarding','1','no'),(120767,'rsssl_options','a:8:{s:11:\"ssl_enabled\";b:1;s:19:\"mixed_content_fixer\";b:1;s:8:\"redirect\";s:11:\"wp_redirect\";s:20:\"do_not_edit_htaccess\";b:0;s:19:\"dismiss_all_notices\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:12:\"site_has_ssl\";s:1:\"1\";s:19:\"review_notice_shown\";s:1:\"1\";}','yes'),(120768,'rsssl_6_upgrade_completed','1','no'),(120769,'litespeed.conf._version','5.3.2','yes'),(120770,'litespeed.conf.optm-ucss_file_exc_inline','[]','yes'),(120771,'aiowpsec_firewall_version','1.0.2','yes'),(120778,'rsssl_port_check_2082','fail','no'),(120779,'rsssl_port_check_8443','fail','no'),(120780,'rsssl_port_check_2222','fail','no'),(120785,'rsssl_wp_version_detected','found','no'),(120786,'updraft_lock_aios_15_minutes_cron_event','0','no'),(125964,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675443935','no'),(125965,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(125966,'_transient_timeout_rsssl_can_use_curl_headers_check','1675443935','no'),(125967,'_transient_rsssl_can_use_curl_headers_check','a:7:{i:0;s:25:\"Upgrade Insecure Requests\";i:1;s:16:\"X-XSS protection\";i:2;s:22:\"X-Content Type Options\";i:3;s:15:\"Referrer-Policy\";i:4;s:15:\"X-Frame-Options\";i:5;s:18:\"Permissions-Policy\";i:6;s:30:\"HTTP Strict Transport Security\";}','no'),(127881,'aiowps_captcha_string_info_o7dat1xvnr','MTY3NTE3NjIwMXZzaGhwa3E1cXkxMGU3Z2k4Ym5rMjY=','no'),(127882,'aiowps_captcha_string_info_time_o7dat1xvnr','1675176201','no'),(127902,'aiowps_captcha_string_info_g48bz0ypga','MTY3NTE3ODY5MXZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTE=','no'),(127903,'aiowps_captcha_string_info_time_g48bz0ypga','1675178691','no'),(127912,'aiowps_captcha_string_info_7lmfs1ivv4','MTY3NTE4MTAwNHZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTI=','no'),(127913,'aiowps_captcha_string_info_time_7lmfs1ivv4','1675181004','no'),(127930,'aiowps_captcha_string_info_5aovhy58el','MTY3NTE4NDQ3N3ZzaGhwa3E1cXkxMGU3Z2k4Ym5rMw==','no'),(127931,'aiowps_captcha_string_info_time_5aovhy58el','1675184477','no'),(127933,'aiowps_captcha_string_info_jsj64jgqvi','MTY3NTE4NTQxNnZzaGhwa3E1cXkxMGU3Z2k4Ym5rNQ==','no'),(127934,'aiowps_captcha_string_info_time_jsj64jgqvi','1675185416','no'),(127938,'aiowps_captcha_string_info_qa6nvhayux','MTY3NTE4NTYyOXZzaGhwa3E1cXkxMGU3Z2k4Ym5rMjA=','no'),(127939,'aiowps_captcha_string_info_time_qa6nvhayux','1675185629','no'),(127952,'_site_transient_timeout_theme_roots','1675189662','no'),(127953,'_site_transient_theme_roots','a:6:{s:5:\"astra\";s:7:\"/themes\";s:6:\"sydney\";s:7:\"/themes\";s:6:\"themes\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(127954,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675187862;s:7:\"checked\";a:5:{s:5:\"astra\";s:5:\"3.9.1\";s:6:\"sydney\";s:4:\"2.09\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:4:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"4.0.2\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.4.0.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:6:\"sydney\";a:6:{s:5:\"theme\";s:6:\"sydney\";s:11:\"new_version\";s:4:\"2.17\";s:3:\"url\";s:36:\"https://wordpress.org/themes/sydney/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/sydney.2.17.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}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:9:\"no_update\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(127955,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1675187862;s:8:\"response\";a:5:{s:37:\"burger-companion/burger-companion.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/burger-companion\";s:4:\"slug\";s:16:\"burger-companion\";s:6:\"plugin\";s:37:\"burger-companion/burger-companion.php\";s:11:\"new_version\";s:3:\"6.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/burger-companion/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/burger-companion.6.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/burger-companion/assets/icon-128x128.png?rev=2453883\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/burger-companion/assets/banner-772x250.png?rev=2453883\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.10.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"6.1.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.6.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2810049\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2810049\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.2\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.3.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":10:{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:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/disable-gutenberg.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:29:\"ninja-tables/ninja-tables.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/ninja-tables\";s:4:\"slug\";s:12:\"ninja-tables\";s:6:\"plugin\";s:29:\"ninja-tables/ninja-tables.php\";s:11:\"new_version\";s:5:\"4.3.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/ninja-tables/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-tables.4.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=2797890\";s:2:\"1x\";s:65:\"https://ps.w.org/ninja-tables/assets/icon-128x128.png?rev=2797890\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ninja-tables/assets/banner-1544x500.png?rev=2798378\";s:2:\"1x\";s:67:\"https://ps.w.org/ninja-tables/assets/banner-772x250.png?rev=2798378\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.22.24\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.22.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.7.9.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.7.9.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=2574201\";s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=2602491\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=2602491\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=2602491\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=2602491\";}s:8:\"requires\";s:3:\"5.2\";}}}','no'),(127960,'aiowps_captcha_string_info_v1oflwd51e','MTY3NTE5MDc1NXZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTI=','no'),(127961,'aiowps_captcha_string_info_time_v1oflwd51e','1675190755','no'),(127964,'_transient_timeout_wflginfl_00000000000000000000ffffbca30fec','1675205167','no'),(127965,'_transient_wflginfl_00000000000000000000ffffbca30fec','2','no'),(127966,'aiowps_captcha_string_info_akeo0jd65g','MTY3NTE5MDc2MXZzaGhwa3E1cXkxMGU3Z2k4Ym5rOA==','no'),(127967,'aiowps_captcha_string_info_time_akeo0jd65g','1675190761','no'),(127969,'aiowps_captcha_string_info_pxnpzszk6f','MTY3NTE5MDc2N3ZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTY=','no'),(127970,'aiowps_captcha_string_info_time_pxnpzszk6f','1675190767','no'),(127972,'_transient_timeout_wflginfl_00000000000000000000ffffb182a996','1675205194','no'),(127973,'_transient_wflginfl_00000000000000000000ffffb182a996','2','no'),(127974,'aiowps_captcha_string_info_jkyb2b7iny','MTY3NTE5MDc4NnZzaGhwa3E1cXkxMGU3Z2k4Ym5rMzk=','no'),(127975,'aiowps_captcha_string_info_time_jkyb2b7iny','1675190786','no'),(127977,'aiowps_captcha_string_info_zmk2wfyxtd','MTY3NTE5MDc5NHZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTI=','no'),(127978,'aiowps_captcha_string_info_time_zmk2wfyxtd','1675190794','no'),(127980,'_transient_timeout_wflginfl_00000000000000000000ffffdeef57fe','1675205214','no'),(127981,'_transient_wflginfl_00000000000000000000ffffdeef57fe','1','no'),(127982,'aiowps_captcha_string_info_wp7098iqz1','MTY3NTE5MDgxNHZzaGhwa3E1cXkxMGU3Z2k4Ym5rNA==','no'),(127983,'aiowps_captcha_string_info_time_wp7098iqz1','1675190814','no'),(127985,'_transient_timeout_wflginfl_00000000000000000000ffffce2b08c1','1675205233','no'),(127986,'_transient_wflginfl_00000000000000000000ffffce2b08c1','2','no'),(127987,'aiowps_captcha_string_info_pxu29guc1k','MTY3NTE5MDgyNHZzaGhwa3E1cXkxMGU3Z2k4Ym5rMjU=','no'),(127988,'aiowps_captcha_string_info_time_pxu29guc1k','1675190824','no'),(127990,'aiowps_captcha_string_info_eg9zc54efg','MTY3NTE5MDgzM3ZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTQ=','no'),(127991,'aiowps_captcha_string_info_time_eg9zc54efg','1675190833','no'),(127992,'_transient_timeout_wflginfl_00000000000000000000ffff6aa3b9d2','1675205247','no'),(127993,'_transient_wflginfl_00000000000000000000ffff6aa3b9d2','1','no'),(127994,'aiowps_captcha_string_info_nei738v5zb','MTY3NTE5MDg0N3ZzaGhwa3E1cXkxMGU3Z2k4Ym5rMw==','no'),(127995,'aiowps_captcha_string_info_time_nei738v5zb','1675190847','no'),(128051,'aiowps_captcha_string_info_xobxduqroh','MTY3NTIwNDEzNXZzaGhwa3E1cXkxMGU3Z2k4Ym5rMTY=','no'),(128052,'aiowps_captcha_string_info_time_xobxduqroh','1675204135','no'),(128053,'_site_transient_timeout_available_translations','1675214935','no'),(128054,'_site_transient_available_translations','a:130:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-04 13:58:35\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-26 12:58:55\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 13:00:35\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-24 12:03:10\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-13 14:46:37\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-25 20:56:45\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-14 15:48:08\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-10 08:19:28\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 12:27:34\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.1.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 12:27:22\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-17 17:06:48\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-17 17:02:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-23 11:08:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-31 12:11:44\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 21:58:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-16 06:36:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-18 21:56:09\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-03 15:35:12\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 23:25:26\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 18:26:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 19:19:07\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 14:28:26\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-16 13:13:32\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 05:47:03\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-19 05:14:04\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 08:19:07\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-07 05:25:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-12 18:38:54\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-23 13:11:21\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-03 10:28:43\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.29\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.29/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-02 09:16:06\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 19:56:23\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-23 17:09:07\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-29 15:17:58\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-30 17:30:13\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-06 07:11:58\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-24 08:01:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-21 21:13:06\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.17/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-21 23:01:12\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.6/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-06 16:38:45\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-02 15:24:05\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.11\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.11/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 01:42:08\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-24 12:00:31\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-05 12:28:58\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-26 10:11:03\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-31 09:04:37\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-30 18:34:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.30\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.30/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-08 13:50:14\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-09 08:47:14\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-05 04:37:02\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-25 17:58:11\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-20 04:27:59\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-06 09:43:42\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 12:48:55\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-18 19:47:58\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-24 23:38:28\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.14\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.21/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-04 13:32:22\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-11 15:51:48\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 10:13:02\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-18 06:20:30\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 22:21:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(128060,'_transient_timeout_global_styles_sydney','1675209304','no'),(128061,'_transient_global_styles_sydney','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(128062,'aiowps_captcha_string_info_56q1ud4ag8','MTY3NTIwOTI0NHZzaGhwa3E1cXkxMGU3Z2k4Ym5rNA==','no'),(128063,'aiowps_captcha_string_info_time_56q1ud4ag8','1675209244','no'),(128065,'_transient_doing_cron','1675210178.6773838996887207031250','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=403 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 (20,15,'_edit_lock','1627572872:1'),(21,17,'_edit_lock','1627642447:1'),(22,19,'_edit_lock','1627572846:1'),(27,30,'_edit_lock','1649260137:1'),(28,32,'_wp_attached_file','2021/07/woman-2197947_1920.jpg'),(29,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2021/07/woman-2197947_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"woman-2197947_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"woman-2197947_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"woman-2197947_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"woman-2197947_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"woman-2197947_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"woman-2197947_1920-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;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:{}}}'),(30,33,'_wp_attached_file','2021/07/girl-1733352_1920.jpg'),(31,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:4:\"file\";s:29:\"2021/07/girl-1733352_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"girl-1733352_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"girl-1733352_1920-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"girl-1733352_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"girl-1733352_1920-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"girl-1733352_1920-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"girl-1733352_1920-1568x1043.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32,34,'_wp_attached_file','2021/07/woman-918981_1920.jpg'),(33,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2021/07/woman-918981_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"woman-918981_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"woman-918981_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"woman-918981_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"woman-918981_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"woman-918981_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"woman-918981_1920-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;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:{}}}'),(34,35,'_wp_attached_file','2021/07/bed-1846251_1920.jpg'),(35,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:28:\"2021/07/bed-1846251_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bed-1846251_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bed-1846251_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bed-1846251_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bed-1846251_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"bed-1846251_1920-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"bed-1846251_1920-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;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:{}}}'),(36,30,'_thumbnail_id','34'),(37,36,'_edit_lock','1627572699:1'),(38,39,'_edit_lock','1627642506:1'),(41,48,'_elementor_edit_mode','builder'),(42,48,'_elementor_template_type','kit'),(52,51,'_menu_item_type','post_type'),(53,51,'_menu_item_menu_item_parent','105'),(54,51,'_menu_item_object_id','39'),(55,51,'_menu_item_object','page'),(56,51,'_menu_item_target',''),(57,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,51,'_menu_item_xfn',''),(59,51,'_menu_item_url',''),(61,52,'_menu_item_type','post_type'),(62,52,'_menu_item_menu_item_parent','0'),(63,52,'_menu_item_object_id','36'),(64,52,'_menu_item_object','page'),(65,52,'_menu_item_target',''),(66,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,52,'_menu_item_xfn',''),(68,52,'_menu_item_url',''),(70,53,'_menu_item_type','post_type'),(71,53,'_menu_item_menu_item_parent','0'),(72,53,'_menu_item_object_id','30'),(73,53,'_menu_item_object','page'),(74,53,'_menu_item_target',''),(75,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(76,53,'_menu_item_xfn',''),(77,53,'_menu_item_url',''),(106,57,'_menu_item_type','post_type'),(107,57,'_menu_item_menu_item_parent','66'),(108,57,'_menu_item_object_id','19'),(109,57,'_menu_item_object','page'),(110,57,'_menu_item_target',''),(111,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(112,57,'_menu_item_xfn',''),(113,57,'_menu_item_url',''),(115,58,'_menu_item_type','post_type'),(116,58,'_menu_item_menu_item_parent','0'),(117,58,'_menu_item_object_id','15'),(118,58,'_menu_item_object','page'),(119,58,'_menu_item_target',''),(120,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(121,58,'_menu_item_xfn',''),(122,58,'_menu_item_url',''),(133,15,'_edit_last','1'),(134,15,'_wp_page_template','default'),(135,39,'_edit_last','1'),(136,39,'_wp_page_template','default'),(137,36,'_edit_last','1'),(138,36,'_wp_page_template','default'),(139,65,'_edit_last','1'),(140,65,'_edit_lock','1636564898:1'),(141,65,'_wp_page_template','default'),(142,66,'_menu_item_type','post_type'),(143,66,'_menu_item_menu_item_parent','0'),(144,66,'_menu_item_object_id','65'),(145,66,'_menu_item_object','page'),(146,66,'_menu_item_target',''),(147,66,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(148,66,'_menu_item_xfn',''),(149,66,'_menu_item_url',''),(153,30,'_edit_last','1'),(154,30,'_wp_page_template','default'),(164,19,'_edit_last','1'),(165,19,'_wp_page_template','default'),(167,17,'_edit_last','1'),(168,17,'_thumbnail_id','33'),(169,17,'_wp_page_template','default'),(170,39,'_thumbnail_id','32'),(171,36,'_thumbnail_id','35'),(172,81,'_wp_attached_file','2021/07/woman-2870659_1920.jpg'),(173,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1535;s:4:\"file\";s:30:\"2021/07/woman-2870659_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"woman-2870659_1920-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"woman-2870659_1920-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"woman-2870659_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"woman-2870659_1920-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"woman-2870659_1920-1536x1228.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"woman-2870659_1920-1200x959.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:959;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:{}}}'),(174,65,'_thumbnail_id','81'),(177,84,'_wp_attached_file','2021/07/piglet-3386356_1920.jpg'),(178,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2021/07/piglet-3386356_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"piglet-3386356_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"piglet-3386356_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"piglet-3386356_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"piglet-3386356_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"piglet-3386356_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"piglet-3386356_1920-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(179,19,'_thumbnail_id','84'),(180,86,'_wp_attached_file','2021/07/bed-1836316_1920.jpg'),(181,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2021/07/bed-1836316_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bed-1836316_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bed-1836316_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bed-1836316_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bed-1836316_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"bed-1836316_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"bed-1836316_1920-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(182,15,'_thumbnail_id','86'),(183,88,'_edit_last','1'),(184,88,'_edit_lock','1660233608:1'),(185,88,'_wp_page_template','default'),(186,89,'_menu_item_type','post_type'),(187,89,'_menu_item_menu_item_parent','0'),(188,89,'_menu_item_object_id','88'),(189,89,'_menu_item_object','page'),(190,89,'_menu_item_target',''),(191,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,89,'_menu_item_xfn',''),(193,89,'_menu_item_url',''),(194,91,'_wp_attached_file','2021/07/iphone-410324_1920.jpg'),(195,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:30:\"2021/07/iphone-410324_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"iphone-410324_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"iphone-410324_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"iphone-410324_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"iphone-410324_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"iphone-410324_1920-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"iphone-410324_1920-1200x799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:799;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:{}}}'),(196,88,'_thumbnail_id','91'),(197,94,'_elementor_edit_mode','builder'),(198,94,'_elementor_template_type','kit'),(199,48,'_wp_page_template','default'),(200,48,'_elementor_page_settings','a:2:{s:9:\"site_name\";s:18:\"Sleeping Solutions\";s:16:\"site_description\";s:44:\"All you will need to know about sleep health\";}'),(204,51,'_wp_old_date','2021-07-29'),(205,52,'_wp_old_date','2021-07-29'),(206,53,'_wp_old_date','2021-07-29'),(207,66,'_wp_old_date','2021-07-29'),(208,57,'_wp_old_date','2021-07-29'),(209,58,'_wp_old_date','2021-07-29'),(210,89,'_wp_old_date','2021-07-29'),(222,104,'_edit_last','1'),(223,104,'_edit_lock','1627642355:1'),(224,104,'_wp_page_template','default'),(225,105,'site-sidebar-layout','default'),(226,105,'site-content-layout','default'),(227,105,'theme-transparent-header-meta','default'),(228,105,'_menu_item_type','post_type'),(229,105,'_menu_item_menu_item_parent','0'),(230,105,'_menu_item_object_id','104'),(231,105,'_menu_item_object','page'),(232,105,'_menu_item_target',''),(233,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(234,105,'_menu_item_xfn',''),(235,105,'_menu_item_url',''),(236,104,'site-sidebar-layout','default'),(237,104,'site-content-layout','default'),(238,104,'theme-transparent-header-meta','default'),(241,86,'_wp_attachment_image_alt','sleep problems'),(242,65,'site-sidebar-layout','default'),(243,65,'site-content-layout','default'),(244,65,'theme-transparent-header-meta','default'),(246,116,'_edit_lock','1661167475:1'),(247,117,'_wp_attached_file','2022/01/sleep-problems.jpeg'),(248,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:627;s:4:\"file\";s:27:\"2022/01/sleep-problems.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sleep-problems-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sleep-problems-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sleep-problems-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,117,'_wp_attachment_image_alt','sleep problems'),(250,118,'_wp_attached_file','2022/01/sleep-apnea.jpeg'),(251,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:24:\"2022/01/sleep-apnea.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sleep-apnea-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sleep-apnea-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(253,116,'_thumbnail_id','117'),(254,116,'_edit_last','1'),(255,116,'site-sidebar-layout','default'),(256,116,'site-content-layout','default'),(257,116,'theme-transparent-header-meta','default'),(258,120,'_menu_item_type','post_type'),(259,120,'_menu_item_menu_item_parent','66'),(260,120,'_menu_item_object_id','116'),(261,120,'_menu_item_object','post'),(262,120,'_menu_item_target',''),(263,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(264,120,'_menu_item_xfn',''),(265,120,'_menu_item_url',''),(267,52,'_wp_old_date','2021-07-30'),(268,105,'_wp_old_date','2021-07-30'),(269,51,'_wp_old_date','2021-07-30'),(270,53,'_wp_old_date','2021-07-30'),(271,66,'_wp_old_date','2021-07-30'),(272,57,'_wp_old_date','2021-07-30'),(273,58,'_wp_old_date','2021-07-30'),(274,89,'_wp_old_date','2021-07-30'),(280,123,'_wp_attached_file','2022/04/logo.png'),(281,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:344;s:4:\"file\";s:16:\"2022/04/logo.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"logo-1024x326.png\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"logo-768x245.png\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(282,125,'_menu_item_type','post_type'),(283,125,'_menu_item_menu_item_parent','0'),(284,125,'_menu_item_object_id','124'),(285,125,'_menu_item_object','page'),(286,125,'_menu_item_target',''),(287,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(288,125,'_menu_item_xfn',''),(289,125,'_menu_item_url',''),(290,124,'_wp_page_template','default'),(293,128,'_edit_last','1'),(294,128,'_edit_lock','1658744256:1'),(295,128,'_wp_page_template','default'),(296,128,'_yoast_wpseo_content_score','60'),(297,128,'_yoast_wpseo_estimated-reading-time-minutes','3'),(298,130,'_wp_attached_file','2022/04/airbnb-scaled.jpg'),(299,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:25:\"2022/04/airbnb-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"airbnb-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"airbnb-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"airbnb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"airbnb-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"airbnb-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"airbnb-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;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:{}}s:14:\"original_image\";s:10:\"airbnb.jpg\";}'),(300,130,'_wp_attachment_image_alt','airbnb'),(301,131,'_wp_attached_file','2022/04/property-scaled.jpg'),(302,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2022/04/property-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"property-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"property-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"property-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"property-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"property-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"property-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;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:{}}s:14:\"original_image\";s:12:\"property.jpg\";}'),(303,131,'_wp_attachment_image_alt','property'),(304,128,'_thumbnail_id','130'),(305,128,'_yoast_wpseo_metadesc','%%excerpt%%'),(306,128,'_yoast_wpseo_primary_category','11'),(311,118,'_wp_attachment_image_alt','sleep'),(312,33,'_wp_attachment_image_alt','sleeping'),(319,116,'_yoast_wpseo_content_score','60'),(320,116,'_yoast_wpseo_estimated-reading-time-minutes','2'),(321,116,'_yoast_wpseo_wordproof_timestamp',''),(322,116,'_wp_page_template','default'),(324,116,'_yoast_wpseo_focuskw','sleep'),(325,116,'_yoast_wpseo_linkdex','60'),(326,116,'_yoast_wpseo_metadesc','%%excerpt%%'),(328,125,'_wp_old_date','2022-04-06'),(329,52,'_wp_old_date','2022-01-25'),(330,105,'_wp_old_date','2022-01-25'),(331,51,'_wp_old_date','2022-01-25'),(332,53,'_wp_old_date','2022-01-25'),(333,66,'_wp_old_date','2022-01-25'),(334,57,'_wp_old_date','2022-01-25'),(335,120,'_wp_old_date','2022-01-25'),(336,58,'_wp_old_date','2022-01-25'),(337,89,'_wp_old_date','2022-01-25'),(342,124,'_edit_lock','1660314959:1'),(361,88,'_sydney_transparent_menu','0'),(362,88,'_yoast_wpseo_content_score','90'),(363,88,'_yoast_wpseo_estimated-reading-time-minutes','1'),(364,88,'_yoast_wpseo_wordproof_timestamp',''),(365,162,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:14:\"Get in contact\";s:7:\"form_id\";i:162;s:2:\"id\";i:88;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:16:\"/get-in-contact/\";}}'),(368,167,'_edit_last','1'),(369,167,'_edit_lock','1660314304:1'),(370,167,'_wp_page_template','default'),(371,167,'_yoast_wpseo_content_score','90'),(372,167,'_yoast_wpseo_estimated-reading-time-minutes','5'),(373,167,'_yoast_wpseo_wordproof_timestamp',''),(374,169,'_wp_attached_file','2022/08/healthy-food.jpg'),(375,169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:24:\"2022/08/healthy-food.jpg\";s:8:\"filesize\";i:614421;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"healthy-food-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26309;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"healthy-food-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"healthy-food-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"healthy-food-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112150;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"healthy-food-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335873;}s:18:\"sydney-large-thumb\";a:5:{s:4:\"file\";s:24:\"healthy-food-920x613.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148309;}s:19:\"sydney-medium-thumb\";a:5:{s:4:\"file\";s:24:\"healthy-food-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70276;}s:18:\"sydney-small-thumb\";a:5:{s:4:\"file\";s:24:\"healthy-food-230x153.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17393;}s:20:\"sydney-service-thumb\";a:5:{s:4:\"file\";s:24:\"healthy-food-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33794;}s:16:\"sydney-mas-thumb\";a:5:{s:4:\"file\";s:24:\"healthy-food-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54685;}}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:{}}}'),(376,169,'_wp_attachment_image_alt','healthy food'),(377,167,'_thumbnail_id','169'),(378,167,'_yoast_wpseo_focuskw','cholesterol'),(379,167,'_yoast_wpseo_metadesc','%%excerpt%%'),(380,167,'_yoast_wpseo_linkdex','34'),(381,167,'_yoast_wpseo_primary_category','12'),(383,167,'_encloseme','1'),(384,167,'_wp_old_date','2022-08-12'),(385,32,'_wp_attachment_custom_header_last_used_sydney','1660314702'),(386,32,'_wp_attachment_is_custom_header','sydney'),(393,124,'_edit_last','1'),(396,162,'wpforms_entries_count','708'),(397,116,'_encloseme','1'),(398,177,'_ninja_tables_data_provider','drag_and_drop'),(399,177,'_ninja_table_builder_table_html','<!----> <table id=\"ntb_table\" role=\"table\" class=\"table ninja_tables_builder_class_177\" style=\"margin-top: 0px; table-layout: fixed; border-collapse: separate; border: 0px solid rgb(209, 57, 228); font-family: inherit; border-spacing: 3px; margin-right: auto;\"><!----> <tbody class=\"tbody\"><tr id=\"tr_id_7135115\" class=\"desktop-view tr_class_7135115 \" style=\"\"><!----> <td id=\"td_id_47113494\" rowspan=\"1\" colspan=\"1\" class=\"td_class_47113494\" style=\"padding: 10px; max-width: 150px; min-width: 150px; border: 1px solid rgb(145, 32, 153);\" cellindex=\"1\"><div id=\"td_id_47113494\"><div class=\"single-item other-item\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 0px;\"><span class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 15px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\">Mental health disorders</span> <!----> <!----></div> <div class=\"ntb-elements-wrapper remove-elements\"><!----></div> <div class=\"icon-style remove-elements\" style=\"margin-left: 0px; margin-right: 0px; width: auto;\"><i class=\"el-icon-rank\"></i> <i class=\"el-icon-copy-document\"></i> <i class=\"el-icon-delete\"></i></div></div></div></td><td id=\"td_id_59266208\" rowspan=\"1\" colspan=\"1\" class=\"td_class_59266208\" style=\"padding: 10px; max-width: 150px; min-width: 150px; border: 1px solid rgb(145, 32, 153);\" cellindex=\"2\"><div id=\"td_id_59266208\"><div class=\"single-item other-item\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 0px;\"><span class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 15px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\">Medication</span> <!----> <!----></div> <div class=\"ntb-elements-wrapper remove-elements\"><!----></div> <div class=\"icon-style remove-elements\" style=\"margin-left: 0px; margin-right: 0px; width: auto;\"><i class=\"el-icon-rank\"></i> <i class=\"el-icon-copy-document\"></i> <i class=\"el-icon-delete\"></i></div></div></div></td></tr><tr id=\"tr_id_8248333\" class=\"desktop-view tr_class_8248333 \" style=\"background: rgb(255, 255, 255);\"><!----> <td id=\"td_id_18491182\" rowspan=\"1\" colspan=\"1\" class=\"td_class_18491182\" style=\"padding: 10px; max-width: 150px; min-width: 150px; border: 1px solid rgb(145, 32, 153);\" cellindex=\"3\"><div id=\"td_id_18491182\"><div class=\"single-item other-item\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 0px;\"><span class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 15px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\">Medical conditions</span> <!----> <!----></div> <div class=\"ntb-elements-wrapper remove-elements\"><!----></div> <div class=\"icon-style remove-elements\" style=\"margin-left: 0px; margin-right: 0px; width: auto;\"><i class=\"el-icon-rank\"></i> <i class=\"el-icon-copy-document\"></i> <i class=\"el-icon-delete\"></i></div></div></div></td><td id=\"td_id_40957498\" rowspan=\"1\" colspan=\"1\" class=\"td_class_40957498\" style=\"padding: 10px; max-width: 150px; min-width: 150px; border: 1px solid rgb(145, 32, 153);\" cellindex=\"4\"><div id=\"td_id_40957498\"><div class=\"single-item other-item\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 0px;\"><span class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 15px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\">Sleep-related disorders</span> <!----> <!----></div> <div class=\"ntb-elements-wrapper remove-elements\"><!----></div> <div class=\"icon-style remove-elements\" style=\"margin-left: 0px; margin-right: 0px; width: auto;\"><i class=\"el-icon-rank\"></i> <i class=\"el-icon-copy-document\"></i> <i class=\"el-icon-delete\"></i></div></div></div></td></tr><tr id=\"tr_id_1027230\" class=\"desktop-view tr_class_1027230\" style=\"\" draggable=\"false\"><!----> <td id=\"td_id_75229219\" rowspan=\"1\" colspan=\"1\" class=\"td_class_75229219\" style=\"padding: 10px; max-width: 150px; min-width: 150px; border: 1px solid rgb(145, 32, 153);\" cellindex=\"5\"><div id=\"td_id_75229219\"><div class=\"single-item other-item\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 0px;\"><span class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 15px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\">Stress</span> <!----> <!----></div> <div class=\"ntb-elements-wrapper remove-elements\"><!----></div> <div class=\"icon-style remove-elements\" style=\"margin-left: 0px; margin-right: 0px; width: auto;\"><i class=\"el-icon-rank\"></i> <i class=\"el-icon-copy-document\"></i> <i class=\"el-icon-delete\"></i></div></div></div></td><td id=\"td_id_46182813\" rowspan=\"1\" colspan=\"1\" class=\"td_class_46182813\" style=\"padding: 10px; max-width: 150px; min-width: 150px; border: 1px solid rgb(145, 32, 153);\" cellindex=\"6\"><div id=\"td_id_46182813\"><div class=\"single-item other-item\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 0px;\"><span class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 15px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\">Caffeine, nicotine and alcohol</span> <!----> <!----></div> <div class=\"ntb-elements-wrapper remove-elements\"><!----></div> <div class=\"icon-style remove-elements\" style=\"margin-left: 0px; margin-right: 0px; width: auto;\"><i class=\"el-icon-rank\"></i> <i class=\"el-icon-copy-document\"></i> <i class=\"el-icon-delete\"></i></div></div></div></td></tr></tbody></table>'),(400,177,'_ninja_table_builder_table_settings','a:6:{s:7:\"general\";a:4:{s:4:\"name\";s:7:\"General\";s:3:\"key\";s:7:\"general\";s:7:\"has_pro\";b:0;s:7:\"options\";a:6:{s:12:\"cell_padding\";a:5:{s:5:\"label\";s:12:\"Cell Padding\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:10;s:3:\"min\";i:0;s:3:\"max\";i:50;}s:15:\"table_alignment\";a:3:{s:5:\"label\";s:15:\"Table Alignment\";s:4:\"type\";s:9:\"alignment\";s:5:\"value\";s:4:\"left\";}s:21:\"columns_rows_separate\";a:4:{s:5:\"label\";s:21:\"Separate Columns/Rows\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:1;s:6:\"childs\";a:2:{s:20:\"space_between_column\";a:5:{s:5:\"label\";s:21:\"Space Between Columns\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:3;s:3:\"min\";i:0;s:3:\"max\";i:50;}s:17:\"space_between_row\";a:5:{s:5:\"label\";s:18:\"Space Between Rows\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:3;s:3:\"min\";i:0;s:3:\"max\";i:50;}}}s:26:\"container_max_width_switch\";a:4:{s:5:\"label\";s:25:\"Table Container Max Width\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;s:6:\"childs\";a:1:{s:19:\"container_max_width\";a:5:{s:5:\"label\";s:25:\"Table Container Max Width\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:700;s:3:\"min\";i:100;s:3:\"max\";i:5000;}}}s:19:\"cell_min_auto_width\";a:5:{s:5:\"label\";s:25:\"Table Cell Min Auto Width\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:150;s:3:\"min\";i:10;s:3:\"max\";i:500;}s:20:\"container_max_height\";a:5:{s:5:\"label\";s:26:\"Table Container Max Height\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:608;s:3:\"min\";i:100;s:3:\"max\";i:2000;}}}s:10:\"background\";a:4:{s:4:\"name\";s:10:\"Background\";s:3:\"key\";s:10:\"background\";s:7:\"has_pro\";b:0;s:7:\"options\";a:3:{s:17:\"header_background\";a:3:{s:5:\"label\";s:17:\"Header Background\";s:4:\"type\";s:5:\"color\";s:5:\"value\";s:0:\"\";}s:19:\"even_row_background\";a:3:{s:5:\"label\";s:19:\"Even Row Background\";s:4:\"type\";s:5:\"color\";s:5:\"value\";s:0:\"\";}s:18:\"odd_row_background\";a:3:{s:5:\"label\";s:18:\"Odd Row Background\";s:4:\"type\";s:5:\"color\";s:5:\"value\";s:7:\"#ffffff\";}}}s:6:\"sticky\";a:4:{s:4:\"name\";s:6:\"Sticky\";s:3:\"key\";s:6:\"sticky\";s:7:\"has_pro\";b:1;s:7:\"options\";a:2:{s:16:\"first_row_sticky\";a:3:{s:5:\"label\";s:16:\"First Row Sticky\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;}s:19:\"first_column_sticky\";a:3:{s:5:\"label\";s:19:\"First Column Sticky\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;}}}s:13:\"accessibility\";a:4:{s:4:\"name\";s:13:\"Accessibility\";s:3:\"key\";s:13:\"accessibility\";s:7:\"has_pro\";b:0;s:7:\"options\";a:1:{s:10:\"table_role\";a:4:{s:5:\"label\";s:10:\"Table Role\";s:4:\"type\";s:6:\"select\";s:5:\"value\";s:5:\"table\";s:5:\"items\";a:4:{i:0;a:2:{s:5:\"label\";s:5:\"Table\";s:5:\"value\";s:5:\"table\";}i:1;a:2:{s:5:\"label\";s:12:\"Presentation\";s:5:\"value\";s:12:\"presentation\";}i:2;a:2:{s:5:\"label\";s:4:\"List\";s:5:\"value\";s:4:\"list\";}i:3;a:2:{s:5:\"label\";s:9:\"Row Group\";s:5:\"value\";s:8:\"rowgroup\";}}}}}s:6:\"border\";a:4:{s:4:\"name\";s:6:\"Border\";s:3:\"key\";s:6:\"border\";s:7:\"has_pro\";b:0;s:7:\"options\";a:3:{s:12:\"table_border\";a:5:{s:5:\"label\";s:12:\"Table Border\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:0;s:3:\"min\";i:0;s:3:\"max\";i:50;}s:12:\"border_color\";a:3:{s:5:\"label\";s:12:\"Border Color\";s:4:\"type\";s:5:\"color\";s:5:\"value\";s:17:\"rgb(209, 57, 228)\";}s:12:\"inner_border\";a:4:{s:5:\"label\";s:18:\"Apply Inner Border\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:1;s:6:\"childs\";a:3:{s:19:\"header_inner_border\";a:3:{s:5:\"label\";s:19:\"Header Inner Border\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:1;}s:18:\"inner_border_color\";a:3:{s:5:\"label\";s:18:\"Inner Border Color\";s:4:\"type\";s:5:\"color\";s:5:\"value\";s:17:\"rgb(145, 32, 153)\";}s:17:\"inner_border_size\";a:5:{s:5:\"label\";s:17:\"Inner Border Size\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:1;s:3:\"min\";i:0;s:3:\"max\";i:50;}}}}}s:14:\"global_styling\";a:4:{s:4:\"name\";s:12:\"Global Style\";s:3:\"key\";s:14:\"global_styling\";s:7:\"has_pro\";b:0;s:7:\"options\";a:4:{s:10:\"margin_top\";a:5:{s:5:\"label\";s:10:\"Margin Top\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:0;s:3:\"min\";i:0;s:3:\"max\";i:100;}s:9:\"font_size\";a:5:{s:5:\"label\";s:9:\"Font Size\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:15;s:3:\"min\";i:12;s:3:\"max\";i:40;}s:5:\"color\";a:3:{s:5:\"label\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:5:\"value\";s:7:\"#000001\";}s:11:\"font_family\";a:4:{s:5:\"label\";s:11:\"Font Family\";s:4:\"type\";s:6:\"select\";s:5:\"value\";s:7:\"inherit\";s:5:\"items\";a:17:{i:0;a:2:{s:5:\"label\";s:7:\"Inherit\";s:5:\"value\";s:7:\"inherit\";}i:1;a:2:{s:5:\"label\";s:5:\"Arial\";s:5:\"value\";s:5:\"Arial\";}i:2;a:2:{s:5:\"label\";s:9:\"Helvetica\";s:5:\"value\";s:9:\"Helvetica\";}i:3;a:2:{s:5:\"label\";s:10:\"Comic Sans\";s:5:\"value\";s:10:\"Comic Sans\";}i:4;a:2:{s:5:\"label\";s:11:\"Courier New\";s:5:\"value\";s:11:\"Courier New\";}i:5;a:2:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:7:\"Georgia\";}i:6;a:2:{s:5:\"label\";s:6:\"Impact\";s:5:\"value\";s:6:\"Impact\";}i:7;a:2:{s:5:\"label\";s:8:\"Charcoal\";s:5:\"value\";s:8:\"Charcoal\";}i:8;a:2:{s:5:\"label\";s:13:\"Lucida Grande\";s:5:\"value\";s:13:\"Lucida Grande\";}i:9;a:2:{s:5:\"label\";s:17:\"Palatino Linotype\";s:5:\"value\";s:17:\"Palatino Linotype\";}i:10;a:2:{s:5:\"label\";s:12:\"Book Antiqua\";s:5:\"value\";s:12:\"Book Antiqua\";}i:11;a:2:{s:5:\"label\";s:8:\"Palatino\";s:5:\"value\";s:8:\"Palatino\";}i:12;a:2:{s:5:\"label\";s:6:\"Tahoma\";s:5:\"value\";s:6:\"Tahoma\";}i:13;a:2:{s:5:\"label\";s:6:\"Geneva\";s:5:\"value\";s:6:\"Geneva\";}i:14;a:2:{s:5:\"label\";s:15:\"Times New Roman\";s:5:\"value\";s:15:\"Times New Roman\";}i:15;a:2:{s:5:\"label\";s:7:\"Verdana\";s:5:\"value\";s:7:\"Verdana\";}i:16;a:2:{s:5:\"label\";s:6:\"Monaco\";s:5:\"value\";s:6:\"Monaco\";}}}}}}'),(401,177,'_ninja_table_builder_table_responsive','a:2:{s:7:\"general\";a:4:{s:4:\"name\";s:7:\"General\";s:3:\"key\";s:7:\"general\";s:7:\"has_pro\";b:0;s:7:\"options\";a:1:{s:23:\"enable_responsive_table\";a:3:{s:5:\"label\";s:23:\"Enable Responsive Table\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:1;}}}s:12:\"mode_options\";a:4:{s:4:\"name\";s:12:\"Mode Options\";s:3:\"key\";s:12:\"mode_options\";s:7:\"has_pro\";b:0;s:7:\"options\";a:1:{s:7:\"devices\";a:3:{s:6:\"mobile\";a:6:{s:4:\"name\";s:6:\"Mobile\";s:3:\"key\";s:6:\"mobile\";s:18:\"disable_breakpoint\";a:4:{s:5:\"label\";s:18:\"Disable Breakpoint\";s:3:\"key\";s:18:\"disable_breakpoint\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;}s:17:\"top_row_as_header\";a:4:{s:5:\"label\";s:17:\"Top Row As Header\";s:3:\"key\";s:17:\"top_row_as_header\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:1;}s:13:\"items_per_row\";a:6:{s:5:\"label\";s:16:\"Items Per Header\";s:3:\"key\";s:16:\"items_per_header\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:1;s:3:\"min\";i:1;s:3:\"max\";i:5;}s:11:\"cell_border\";a:6:{s:5:\"label\";s:15:\"Group Separator\";s:3:\"key\";s:18:\"mobile_cell_border\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:4;s:3:\"min\";i:1;s:3:\"max\";i:10;}}s:6:\"tablet\";a:6:{s:4:\"name\";s:6:\"Tablet\";s:3:\"key\";s:6:\"tablet\";s:18:\"disable_breakpoint\";a:4:{s:5:\"label\";s:18:\"Disable Breakpoint\";s:3:\"key\";s:18:\"disable_breakpoint\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;}s:17:\"top_row_as_header\";a:4:{s:5:\"label\";s:17:\"Top Row As Header\";s:3:\"key\";s:17:\"top_row_as_header\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:1;}s:13:\"items_per_row\";a:6:{s:5:\"label\";s:16:\"Items Per Header\";s:3:\"key\";s:16:\"items_per_header\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:2;s:3:\"min\";i:1;s:3:\"max\";i:5;}s:11:\"cell_border\";a:6:{s:5:\"label\";s:15:\"Group Separator\";s:3:\"key\";s:18:\"tablet_cell_border\";s:4:\"type\";s:6:\"slider\";s:5:\"value\";i:4;s:3:\"min\";i:1;s:3:\"max\";i:10;}}s:7:\"desktop\";a:4:{s:4:\"name\";s:7:\"Desktop\";s:3:\"key\";s:7:\"desktop\";s:17:\"top_row_as_header\";a:5:{s:5:\"label\";s:17:\"Top Row As Header\";s:3:\"key\";s:17:\"top_row_as_header\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;s:7:\"disable\";b:1;}s:14:\"static_top_row\";a:5:{s:5:\"label\";s:14:\"Static Top Row\";s:3:\"key\";s:14:\"static_top_row\";s:4:\"type\";s:6:\"switch\";s:5:\"value\";b:0;s:7:\"disable\";b:1;}}}}}}'),(402,177,'_ninja_table_builder_table_data','a:5:{s:2:\"id\";i:177;s:10:\"table_name\";s:25:\"Common Causes of Insomnia\";s:4:\"data\";a:3:{i:0;a:2:{s:4:\"rows\";a:2:{s:8:\"column_0\";a:2:{s:5:\"style\";a:7:{s:4:\"tdId\";i:47113494;s:15:\"backgroundColor\";s:0:\"\";s:11:\"columnWidth\";s:0:\"\";s:9:\"emptyCell\";s:0:\"\";s:17:\"verticalAlignment\";s:0:\"\";s:7:\"rowspan\";i:1;s:7:\"colspan\";i:1;}s:7:\"columns\";a:1:{i:0;a:2:{s:2:\"id\";i:815074318;s:4:\"data\";a:6:{s:4:\"name\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:4:\"icon\";s:20:\"el-icon-edit-outline\";s:7:\"has_pro\";b:0;s:5:\"value\";s:23:\"Mental health disorders\";s:5:\"style\";a:6:{s:8:\"fontSize\";i:10;s:5:\"color\";s:0:\"\";s:9:\"alignment\";s:6:\"center\";s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"padding\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:10:\"fontWeight\";a:0:{}}}}}}s:8:\"column_1\";a:2:{s:5:\"style\";a:7:{s:4:\"tdId\";i:59266208;s:15:\"backgroundColor\";s:0:\"\";s:11:\"columnWidth\";s:0:\"\";s:9:\"emptyCell\";s:0:\"\";s:17:\"verticalAlignment\";s:0:\"\";s:7:\"rowspan\";i:1;s:7:\"colspan\";i:1;}s:7:\"columns\";a:1:{i:0;a:2:{s:2:\"id\";i:499676197;s:4:\"data\";a:6:{s:4:\"name\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:4:\"icon\";s:20:\"el-icon-edit-outline\";s:7:\"has_pro\";b:0;s:5:\"value\";s:10:\"Medication\";s:5:\"style\";a:6:{s:8:\"fontSize\";i:10;s:5:\"color\";s:0:\"\";s:9:\"alignment\";s:6:\"center\";s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"padding\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:10:\"fontWeight\";a:0:{}}}}}}}s:5:\"style\";a:3:{s:4:\"trId\";i:7135115;s:15:\"backgroundColor\";s:0:\"\";s:9:\"rowHeight\";s:0:\"\";}}i:1;a:2:{s:4:\"rows\";a:2:{s:8:\"column_0\";a:2:{s:5:\"style\";a:7:{s:4:\"tdId\";i:18491182;s:15:\"backgroundColor\";s:0:\"\";s:11:\"columnWidth\";s:0:\"\";s:9:\"emptyCell\";s:0:\"\";s:17:\"verticalAlignment\";s:0:\"\";s:7:\"rowspan\";i:1;s:7:\"colspan\";i:1;}s:7:\"columns\";a:1:{i:0;a:2:{s:2:\"id\";i:891358448;s:4:\"data\";a:6:{s:4:\"name\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:4:\"icon\";s:20:\"el-icon-edit-outline\";s:7:\"has_pro\";b:0;s:5:\"value\";s:18:\"Medical conditions\";s:5:\"style\";a:6:{s:8:\"fontSize\";i:10;s:5:\"color\";s:0:\"\";s:9:\"alignment\";s:6:\"center\";s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"padding\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:10:\"fontWeight\";a:0:{}}}}}}s:8:\"column_1\";a:2:{s:5:\"style\";a:7:{s:4:\"tdId\";i:40957498;s:15:\"backgroundColor\";s:0:\"\";s:11:\"columnWidth\";s:0:\"\";s:9:\"emptyCell\";s:0:\"\";s:17:\"verticalAlignment\";s:0:\"\";s:7:\"rowspan\";i:1;s:7:\"colspan\";i:1;}s:7:\"columns\";a:1:{i:0;a:2:{s:2:\"id\";i:306749361;s:4:\"data\";a:6:{s:4:\"name\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:4:\"icon\";s:20:\"el-icon-edit-outline\";s:7:\"has_pro\";b:0;s:5:\"value\";s:23:\"Sleep-related disorders\";s:5:\"style\";a:6:{s:8:\"fontSize\";i:10;s:5:\"color\";s:0:\"\";s:9:\"alignment\";s:6:\"center\";s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"padding\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:10:\"fontWeight\";a:0:{}}}}}}}s:5:\"style\";a:3:{s:4:\"trId\";i:8248333;s:15:\"backgroundColor\";s:0:\"\";s:9:\"rowHeight\";s:0:\"\";}}i:2;a:2:{s:4:\"rows\";a:2:{s:8:\"column_0\";a:2:{s:5:\"style\";a:7:{s:4:\"tdId\";i:75229219;s:15:\"backgroundColor\";s:0:\"\";s:11:\"columnWidth\";s:0:\"\";s:9:\"emptyCell\";s:0:\"\";s:17:\"verticalAlignment\";s:0:\"\";s:7:\"rowspan\";i:1;s:7:\"colspan\";i:1;}s:7:\"columns\";a:1:{i:0;a:2:{s:2:\"id\";i:496242731;s:4:\"data\";a:6:{s:4:\"name\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:4:\"icon\";s:20:\"el-icon-edit-outline\";s:7:\"has_pro\";b:0;s:5:\"value\";s:6:\"Stress\";s:5:\"style\";a:6:{s:8:\"fontSize\";i:10;s:5:\"color\";s:0:\"\";s:9:\"alignment\";s:6:\"center\";s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"padding\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:10:\"fontWeight\";a:0:{}}}}}}s:8:\"column_1\";a:2:{s:5:\"style\";a:7:{s:4:\"tdId\";i:46182813;s:15:\"backgroundColor\";s:0:\"\";s:11:\"columnWidth\";s:0:\"\";s:9:\"emptyCell\";s:0:\"\";s:17:\"verticalAlignment\";s:0:\"\";s:7:\"rowspan\";i:1;s:7:\"colspan\";i:1;}s:7:\"columns\";a:1:{i:0;a:2:{s:2:\"id\";i:697951315;s:4:\"data\";a:6:{s:4:\"name\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:4:\"icon\";s:20:\"el-icon-edit-outline\";s:7:\"has_pro\";b:0;s:5:\"value\";s:30:\"Caffeine, nicotine and alcohol\";s:5:\"style\";a:6:{s:8:\"fontSize\";i:10;s:5:\"color\";s:0:\"\";s:9:\"alignment\";s:6:\"center\";s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"padding\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:10:\"fontWeight\";a:0:{}}}}}}}s:5:\"style\";a:3:{s:4:\"trId\";i:1027230;s:15:\"backgroundColor\";s:0:\"\";s:9:\"rowHeight\";s:0:\"\";}}}s:7:\"headers\";a:2:{i:0;s:8:\"column_0\";i:1;s:8:\"column_1\";}s:5:\"table\";a:3:{s:2:\"tr\";s:1:\"3\";s:2:\"tc\";s:1:\"2\";s:5:\"merge\";a:1:{s:7:\"history\";a:0:{}}}}');
/*!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=180 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 (15,1,'2021-07-29 14:33:28','2021-07-29 14:33:28','<h3><a href=\"/\">We are an information-based website that provide readers with information about the importance of sleep.</a></h3>\r\nMany people may not realise how important sleep is, but sleep plays a big part in a person\'s development, and towards their mental/physical health.\r\n\r\nBy informing people about the importance of sleep, we hope more people begin to take their sleep seriously.\r\n\r\nOur website features content with resources related to how essential it is to get the recommended amount of sleep.','About us','','publish','closed','closed','','about-us','','','2021-07-29 15:36:56','2021-07-29 15:36:56','',0,'https://sleepingsolutions.co.uk/?page_id=15',0,'page','',0),(16,1,'2021-07-29 14:33:28','2021-07-29 14:33:28','','About us','','inherit','closed','closed','','15-revision-v1','','','2021-07-29 14:33:28','2021-07-29 14:33:28','',15,'https://sleepingsolutions.co.uk/?p=16',0,'revision','',0),(17,1,'2021-07-29 14:33:39','2021-07-29 14:33:39','<!-- wp:paragraph -->\r\n<h3><a href=\"/\">At Sleeping Solutions, we understand that sleeping is an important part of everyone\'s life and not that many people are aware of the importance of it.</a></h3>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Whether if you want to know more information about the importance of sleep, or reasons why you may not be getting much sleep - we have the information here for you that will help you get your recommended amount of sleep.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Sleep is important, and not getting the right amount does a lot of damage to someone\'s physical, emotional and psychological wellbeing.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Browse through our website to get a better understanding of the role sleep plays in our lives.</p>\r\n<!-- /wp:paragraph -->','Getting better sleep','','publish','closed','closed','','home','','','2021-07-29 15:54:43','2021-07-29 15:54:43','',0,'https://sleepingsolutions.co.uk/?page_id=17',0,'page','',0),(18,1,'2021-07-29 14:33:39','2021-07-29 14:33:39','','Home','','inherit','closed','closed','','17-revision-v1','','','2021-07-29 14:33:39','2021-07-29 14:33:39','',17,'https://sleepingsolutions.co.uk/?p=18',0,'revision','',0),(19,1,'2021-07-29 14:33:54','2021-07-29 14:33:54','<h3><a href=\"/\">Getting the right amount of sleep is important - those who get less sleep than they should are more likely to experience multiple health conditions.</a></h3>\r\nThose who do not get enough sleep will be constantly experiencing fatigue and will always appear tired.\r\n<blockquote>It is said <a href=\"https://www.nhs.uk/live-well/sleep-and-tiredness/why-lack-of-sleep-is-bad-for-your-health/\" target=\"_blank\" rel=\"noopener\">one in three people</a> suffer with poor sleep.</blockquote>\r\nThose who do not get enough sleep will be likely to experience serious health issues, <a href=\"https://www.healthline.com/health/healthy-sleep/what-happens-to-your-body-when-you-lose-sleep\" target=\"_blank\" rel=\"noopener\">some of which can include</a>:\r\n<ul>\r\n 	<li>Constantly feeling ill</li>\r\n 	<li>Issues with heart</li>\r\n 	<li>Higher risk of cancer</li>\r\n 	<li>Being more forgetful</li>\r\n 	<li>Risk of getting diabetes increases</li>\r\n</ul>','Why is sleep important?','','publish','closed','closed','','why-is-sleep-important','','','2021-07-29 15:36:29','2021-07-29 15:36:29','',0,'https://sleepingsolutions.co.uk/?page_id=19',0,'page','',0),(20,1,'2021-07-29 14:33:54','2021-07-29 14:33:54','','Why is sleep important?','','inherit','closed','closed','','19-revision-v1','','','2021-07-29 14:33:54','2021-07-29 14:33:54','',19,'https://sleepingsolutions.co.uk/?p=20',0,'revision','',0),(29,1,'2021-07-29 14:43:32','2021-07-29 14:43:32','<!-- wp:paragraph -->\n<p>At Sleeping Solutions, we understand that sleeping is an important part of everyone\'s life and not that many people are aware of the importance of it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether if you want to know more information about the importance of sleep, or reasons why you may not be getting much sleep - we have the information here for you that will help you get your recommended amount of sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleep is important, and not getting the right amount does a lot of damage to someone\'s physical, emotional and psychological wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Browse through our website to get a better understanding of the role sleep plays in our lives.</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','17-revision-v1','','','2021-07-29 14:43:32','2021-07-29 14:43:32','',17,'https://sleepingsolutions.co.uk/?p=29',0,'revision','',0),(30,1,'2021-07-29 14:46:12','2021-07-29 14:46:12','<!-- wp:paragraph --><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<h1><a href=\"/\">What is the right amount of sleep?</a></h1>\r\n<p>Children are recommended to get between 9 to 15 hours - depending on the age of the child.</p>\r\n<p>Adults have a different recommended amount of sleep - their hours  range from between 7 to 9 hours.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Elderly individuals are recommended to get 7 to 8 hours of sleep.</p>\r\n<p>Read <a href=\"https://www.sleepfoundation.org/how-sleep-works/how-much-sleep-do-we-really-need\" target=\"_blank\" rel=\"noopener\">more</a> here about how much sleep each different age group should be getting.</p>\r\n<!-- /wp:paragraph -->','Recommended amount of sleep','','publish','closed','closed','','recommended-amount-of-sleep','','','2021-07-29 15:53:14','2021-07-29 15:53:14','',0,'https://sleepingsolutions.co.uk/?page_id=30',0,'page','',0),(31,1,'2021-07-29 14:44:28','2021-07-29 14:44:28','<!-- wp:paragraph -->\n<p>Adults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Children</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elderly</p>\n<!-- /wp:paragraph -->','Recommended amount of sleep','','inherit','closed','closed','','30-revision-v1','','','2021-07-29 14:44:28','2021-07-29 14:44:28','',30,'https://sleepingsolutions.co.uk/?p=31',0,'revision','',0),(32,1,'2021-07-29 14:46:02','2021-07-29 14:46:02','','woman-2197947_1920','','inherit','open','closed','','woman-2197947_1920','','','2021-07-29 14:46:02','2021-07-29 14:46:02','',30,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg',0,'attachment','image/jpeg',0),(33,1,'2021-07-29 14:46:04','2021-07-29 14:46:04','','girl-1733352_1920','','inherit','open','closed','','girl-1733352_1920','','','2022-04-06 16:06:02','2022-04-06 16:06:02','',30,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg',0,'attachment','image/jpeg',0),(34,1,'2021-07-29 14:46:05','2021-07-29 14:46:05','','woman-918981_1920','','inherit','open','closed','','woman-918981_1920','','','2021-07-29 14:46:05','2021-07-29 14:46:05','',30,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg',0,'attachment','image/jpeg',0),(35,1,'2021-07-29 14:46:06','2021-07-29 14:46:06','','bed-1846251_1920','','inherit','open','closed','','bed-1846251_1920','','','2021-07-29 14:46:06','2021-07-29 14:46:06','',30,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg',0,'attachment','image/jpeg',0),(36,1,'2021-07-29 14:46:44','2021-07-29 14:46:44','<!-- wp:paragraph -->\r\n<h3><a href=\"/\">Those who get the recommended amount of sleep are likely to experience multiple benefits related to it.</a></h3>\r\n<p>People who are <a href=\"https://www.webmd.com/sleep-disorders/benefits-sleep-more\" target=\"_blank\" rel=\"noopener\">well-rested tend to</a>:</p>\r\n<ul>\r\n<li>Be smarter than those who don\'t get much sleep</li>\r\n<li>Have positive mood boosts</li>\r\n<li>Experience more athletic achievements</li>\r\n<li>Have steadier blood sugar</li>\r\n<li>Fight germs in a better way</li>\r\n<li>Have a healthier heart</li>\r\n</ul>\r\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','publish','closed','closed','','health-benefits-relating-to-sleep','','','2021-07-29 15:34:02','2021-07-29 15:34:02','',0,'https://sleepingsolutions.co.uk/?page_id=36',0,'page','',0),(37,1,'2021-07-29 14:46:44','2021-07-29 14:46:44','','Health benefits relating to sleep','','inherit','closed','closed','','36-revision-v1','','','2021-07-29 14:46:44','2021-07-29 14:46:44','',36,'https://sleepingsolutions.co.uk/?p=37',0,'revision','',0),(38,1,'2021-07-29 15:11:22','2021-07-29 15:11:22','<!-- wp:paragraph -->\n<p>Those who get the recommended amount of sleep are likely to experience multiple benefits related to it.</p>\n<p>People who are <a href=\"https://www.webmd.com/sleep-disorders/benefits-sleep-more\" target=\"_blank\" rel=\"noopener\">well-rested tend to</a>:</p>\n<ul>\n<li>Be smarter than those who don\'t get much sleep</li>\n<li>Have positive mood boosts</li>\n<li>Experience more athletic achievements</li>\n<li>Have steadier blood sugar</li>\n<li>Fight germs in a better way</li>\n<li>Maintain a healthier weight</li>\n<li>Reduce their amounts of stress</li>\n<li>Have a healthier heart</li>\n</ul>\n<p>Unlike those who </p>\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','inherit','closed','closed','','36-autosave-v1','','','2021-07-29 15:11:22','2021-07-29 15:11:22','',36,'https://sleepingsolutions.co.uk/?p=38',0,'revision','',0),(39,1,'2021-07-29 14:51:17','2021-07-29 14:51:17','<h1><a href=\"/\">Sleeplessness</a></h1>\r\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness can be caused by:</p>\r\n<ul>\r\n<li>Consuming too much caffeine or alcohol.</li>\r\n<li>Strenuous physical or mental activity, emotional conversations or challenging work</li>\r\n<li>Daytime napping can affect night time relaxation.</li>\r\n</ul>\r\n<h2>How you can be affected</h2>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.</p>\r\n<p>You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You drift in and out of sleep all night long, arising in the morning exhausted.</p>\r\n<h2>How hypnotherapy can help</h2>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<h2>Self-Help</h2>\r\n<p>If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>','Hypnosis','','publish','closed','closed','','hypnosis','','','2021-07-30 10:55:06','2021-07-30 10:55:06','',104,'https://sleepingsolutions.co.uk/?page_id=39',0,'page','',0),(40,1,'2021-07-29 14:51:17','2021-07-29 14:51:17','<!-- wp:code -->\n<pre class=\"wp-block-code\"><code><strong>Sleeplessness</strong></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleeplessness can be caused by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consuming too much caffeine or alcohol.<br>Strenuous physical or mental activity, emotional conversations or challenging work.<br>Daytime napping can affect night time relaxation.<br>How you can be affected</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.Â<br>You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.Â<br>You drift in and out of sleep all night long, arising in the morning exhausted.<br>How hypnotherapy can help</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Self-Help<br>If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty. It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings. After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>\n<!-- /wp:paragraph -->','Hypnosis','','inherit','closed','closed','','39-revision-v1','','','2021-07-29 14:51:17','2021-07-29 14:51:17','',39,'https://sleepingsolutions.co.uk/?p=40',0,'revision','',0),(42,1,'2021-07-29 14:52:38','2021-07-29 14:52:38','<!-- wp:code -->\n<pre class=\"wp-block-code\"><code><strong>Sleeplessness</strong></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleeplessness can be caused by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consuming too much caffeine or alcohol.<br>Strenuous physical or mental activity, emotional conversations or challenging work.<br>Daytime napping can affect night time relaxation.<br>How you can be affected</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.<br>You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.<br>You drift in and out of sleep all night long, arising in the morning exhausted.<br>How hypnotherapy can help</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Self-Help<br>If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>\n<!-- /wp:paragraph -->','Hypnosis','','inherit','closed','closed','','39-revision-v1','','','2021-07-29 14:52:38','2021-07-29 14:52:38','',39,'https://sleepingsolutions.co.uk/?p=42',0,'revision','',0),(43,1,'2021-07-29 14:55:50','2021-07-29 14:55:50','<!-- wp:paragraph -->\n<p>Those who </p>\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','inherit','closed','closed','','36-revision-v1','','','2021-07-29 14:55:50','2021-07-29 14:55:50','',36,'https://sleepingsolutions.co.uk/?p=43',0,'revision','',0),(47,1,'2021-07-29 14:58:24','2021-07-29 14:58:24','<!-- wp:code -->\n<pre class=\"wp-block-code\"><code><strong>Sleeplessness</strong></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleeplessness can be caused by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consuming too much caffeine or alcohol.<br>Strenuous physical or mental activity, emotional conversations or challenging work.<br>Daytime napping can affect night time relaxation.<br>How you can be affected</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.<br>You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You drift in and out of sleep all night long, arising in the morning exhausted.<br>How hypnotherapy can help</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Self-Help<br>If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>\n<!-- /wp:paragraph -->','Hypnosis','','inherit','closed','closed','','39-revision-v1','','','2021-07-29 14:58:24','2021-07-29 14:58:24','',39,'https://sleepingsolutions.co.uk/?p=47',0,'revision','',0),(48,1,'2021-07-29 14:58:44','2021-07-29 14:58:44','','Default Kit','','publish','closed','closed','','default-kit','','','2021-07-30 10:39:44','2021-07-30 10:39:44','',0,'https://sleepingsolutions.co.uk/?p=48',0,'elementor_library','',0),(49,1,'2021-07-29 15:06:01','2021-07-29 15:06:01','We are an information-based website that provide readers with information about the importance of sleep.\n\nMany people may not realise how important sleep is, but sleep plays a big part in a person\'s development, and towards their mental/physical health.\n\nBy informing people about the importance of sleep, we hope more people begin to take their sleep seriously.\n\nOur website features content with resources related to how sleep','About us','','inherit','closed','closed','','15-autosave-v1','','','2021-07-29 15:06:01','2021-07-29 15:06:01','',15,'https://sleepingsolutions.co.uk/?p=49',0,'revision','',0),(51,1,'2022-07-25 10:39:45','2021-07-29 15:01:29',' ','','','publish','closed','closed','','51','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',104,'https://sleepingsolutions.co.uk/?p=51',4,'nav_menu_item','',0),(52,1,'2022-07-25 10:39:45','2021-07-29 15:01:29','','Health benefits','','publish','closed','closed','','52','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/?p=52',2,'nav_menu_item','',0),(53,1,'2022-07-25 10:39:45','2021-07-29 15:01:29','','Recommended amounts','','publish','closed','closed','','53','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/?p=53',5,'nav_menu_item','',0),(57,1,'2022-07-25 10:39:45','2021-07-29 15:01:29',' ','','','publish','closed','closed','','57','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/?p=57',7,'nav_menu_item','',0),(58,1,'2022-07-25 10:39:45','2021-07-29 15:01:29',' ','','','publish','closed','closed','','58','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/?p=58',9,'nav_menu_item','',0),(60,1,'2021-07-29 15:06:17','2021-07-29 15:06:17','We are an information-based website that provide readers with information about the importance of sleep.\r\n\r\nMany people may not realise how important sleep is, but sleep plays a big part in a person\'s development, and towards their mental/physical health.\r\n\r\nBy informing people about the importance of sleep, we hope more people begin to take their sleep seriously.\r\n\r\nOur website features content with resources related to how essential it is to get the recommended amount of sleep.','About us','','inherit','closed','closed','','15-revision-v1','','','2021-07-29 15:06:17','2021-07-29 15:06:17','',15,'https://sleepingsolutions.co.uk/?p=60',0,'revision','',0),(61,1,'2021-07-29 15:06:48','2021-07-29 15:06:48','<p>Sleeplessness</p>\r\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness can be caused by:</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Consuming too much caffeine or alcohol.<br />Strenuous physical or mental activity, emotional conversations or challenging work.<br />Daytime napping can affect night time relaxation.<br />How you can be affected</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.<br />You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You drift in and out of sleep all night long, arising in the morning exhausted.<br />How hypnotherapy can help</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Self-Help<br />If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>','Hypnosis','','inherit','closed','closed','','39-revision-v1','','','2021-07-29 15:06:48','2021-07-29 15:06:48','',39,'https://sleepingsolutions.co.uk/?p=61',0,'revision','',0),(62,1,'2021-07-29 15:08:43','2021-07-29 15:08:43','<!-- wp:paragraph -->\r\n<p>Those who get the recommended amount of sleep are likely to experience multple benefits related to it.</p>\r\n<p>People who are well-rested tend to have:</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','inherit','closed','closed','','36-revision-v1','','','2021-07-29 15:08:43','2021-07-29 15:08:43','',36,'https://sleepingsolutions.co.uk/?p=62',0,'revision','',0),(63,1,'2021-07-29 15:10:21','2021-07-29 15:10:21','<!-- wp:paragraph -->\r\n<p>Those who get the recommended amount of sleep are likely to experience multiple benefits related to it.</p>\r\n<p>People who are <a href=\"https://www.webmd.com/sleep-disorders/benefits-sleep-more\" target=\"_blank\" rel=\"noopener\">well-rested tend to</a>:</p>\r\n<ul>\r\n<li>Be smarter than those who don\'t get much sleep</li>\r\n<li>Have positive mood boosts</li>\r\n<li>Experience more athletic achievements</li>\r\n<li>Have steadier blood sugar</li>\r\n<li>Fight germs in a better way</li>\r\n<li>Have a healthier heart</li>\r\n</ul>\r\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','inherit','closed','closed','','36-revision-v1','','','2021-07-29 15:10:21','2021-07-29 15:10:21','',36,'https://sleepingsolutions.co.uk/?p=63',0,'revision','',0),(65,1,'2021-07-29 15:16:28','2021-07-29 15:16:28','<h1><a href=\"/\">What is a sleep disorder and what\'s causing it?</a></h1>\nSleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning.\n<h3><a href=\"https://my.clevelandclinic.org/health/articles/11429-common-sleep-disorders\" target=\"_blank\" rel=\"noopener\">Common sleep disorders</a></h3>\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomnia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\n<h3>What can cause sleep disorders?</h3>\nThey can be caused by a variety of things, from physical issues such as <a href=\"https://www.mayoclinic.org/diseases-conditions/bruxism/symptoms-causes/syc-20356095#:~:text=Bruxism%20(BRUK%2Dsiz%2Dum,a%20sleep%2Drelated%20movement%20disorder.\" target=\"_blank\" rel=\"noopener\">bruxism</a> (teeth grinding) to night terrors. Insomnia is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\n\nHowever, it is worth mentioning that sleep disorders can appear from <a href=\"https://pestexterminatorskent.co.uk/\" target=\"_blank\" rel=\"noopener\">problems with pests</a>. For example, some people suffering from problems sleeping have responded badly to bed bug infestations. Infestations like this can cause insomnia, fear, stress, anxiety and even paranoia. Simple signs of a bed bug infestation include blood spots or hatched shells - if you are unsure you might consider a pest control inspection.\n\n<a href=\"https://sleepingsolutions.co.uk/\"><img class=\"alignnone size-full wp-image-86\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg\" alt=\"sleep problems\" width=\"1920\" height=\"1280\" /></a>\n<h3>What can be done?</h3>\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive.\n\nAs many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\n<h3>Therapy vs medicine</h3>\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives.\n\nThe most common medicine is temazepam, which is a <a href=\"https://www.mind.org.uk/information-support/drugs-and-treatments/sleeping-pills-and-minor-tranquillisers/about-benzodiazepines/\" target=\"_blank\" rel=\"noopener\">benzodiazepine</a> and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment.\n\nIt is only designed for short term treatment because of its psychoactive nature.\n\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','publish','closed','closed','','sleeping-disorders','','','2021-11-10 17:21:37','2021-11-10 17:21:37','',0,'https://sleepingsolutions.co.uk/?page_id=65',0,'page','',0),(66,1,'2022-07-25 10:39:45','2021-07-29 15:16:28',' ','','','publish','closed','closed','','66','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/2021/07/29/66/',6,'nav_menu_item','',0),(67,1,'2021-07-29 15:16:28','2021-07-29 15:16:28','Sleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning. They can be caused by a variety of things, from physical issues such as bruxism (teeth grinding) to night terrors. <a href=\"https://sleepingsolutions.co.uk/insomnia/\">Insomnia</a> is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\r\n\r\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\r\n\r\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive. As many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\r\n\r\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives. The most common medicine is temazepam, which is a benzodiazepine and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment. It is only designed for short term treatment because of its psychoactive nature.\r\n\r\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-07-29 15:16:28','2021-07-29 15:16:28','',65,'https://sleepingsolutions.co.uk/?p=67',0,'revision','',0),(68,1,'2021-07-29 15:18:06','2021-07-29 15:18:06','<h1><a href=\"/\">Sleeplessness</a></h1>\r\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness can be caused by:</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Consuming too much caffeine or alcohol.<br />Strenuous physical or mental activity, emotional conversations or challenging work.<br />Daytime napping can affect night time relaxation.<br />How you can be affected</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.<br />You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You drift in and out of sleep all night long, arising in the morning exhausted.<br />How hypnotherapy can help</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Self-Help<br />If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>','Hypnosis','','inherit','closed','closed','','39-revision-v1','','','2021-07-29 15:18:06','2021-07-29 15:18:06','',39,'https://sleepingsolutions.co.uk/?p=68',0,'revision','',0),(69,1,'2021-07-29 15:19:17','2021-07-29 15:19:17','<h1><a href=\"/\">Sleeplessness</a></h1>\r\n<p>Sleep disorders affect nearly all the population at some time in their lives. Hypnotherapy is a fast and safe method to help you get a good nights rest, essential for good health and well being.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Occasional trouble sleeping is rarely cause for concern but when thoughts and feelings flood your mind and keep you worrying you feel doomed to face yet another sleepless night. By believing you cannot sleep, it will affect your mental state and will cause you to be unable to sleep.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness can be caused by:</p>\r\n<ul>\r\n<li>Consuming too much caffeine or alcohol.</li>\r\n<li>Strenuous physical or mental activity, emotional conversations or challenging work</li>\r\n<li>Daytime napping can affect night time relaxation.</li>\r\n</ul>\r\n<h2>How you can be affected</h2>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You feel restless and lie awake for hours before finally drifting into a light sleep.</p>\r\n<p>You fall asleep promptly, then awaken later with your mind racing, then thrash around restlessly for the rest of the night.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>You drift in and out of sleep all night long, arising in the morning exhausted.</p>\r\n<h2>How hypnotherapy can help</h2>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>Sleeplessness responds very well to hypnosis. Deep relaxation and hypnotic suggestion help to promote sleep and allow the body to recover faster and the mind to become more focused on tasks in hand during the day. Following the hypnotherapy session you will leave feeling very relaxed and with the skills to regain control over your sleep patterns. Learning self-hypnosis techniques can help to resolve problems; and in the process provide you with the tools you need to handle future problems in a less stress producing manner.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<h2>Self-Help</h2>\r\n<p>If you have trouble sleeping, there are many self help techniques to aid you in overcoming your difficulty.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>It\'s important to determine that specific deterrents to sleep may be present in your diet, habits or surroundings.</p>\r\n<p><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph --></p>\r\n<p>After making any lifestyle changes that you can, hypnotic suggestion can help you minimize or disregard those that you can not.</p>','Hypnosis','','inherit','closed','closed','','39-revision-v1','','','2021-07-29 15:19:17','2021-07-29 15:19:17','',39,'https://sleepingsolutions.co.uk/?p=69',0,'revision','',0),(70,1,'2021-07-29 15:21:19','2021-07-29 15:21:19','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Children are recommended to get between </p>\n<p>Adults\'s recommended amount of sleep ranges from between 7 to 9 hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elderly</p>\n<!-- /wp:paragraph -->','Recommended amount of sleep','','inherit','closed','closed','','30-autosave-v1','','','2021-07-29 15:21:19','2021-07-29 15:21:19','',30,'https://sleepingsolutions.co.uk/?p=70',0,'revision','',0),(71,1,'2021-07-29 15:22:37','2021-07-29 15:22:37','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Children are recommended to get between 9 to 15 hours - depending on the age of the child.</p>\r\n<p>Adultss have a different recommended amount of sleep - their hours  range from between 7 to 9 hours.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Elderly individuals are recommended to get 7 to 8 hours of sleep.</p>\r\n<!-- /wp:paragraph -->','Recommended amount of sleep','','inherit','closed','closed','','30-revision-v1','','','2021-07-29 15:22:37','2021-07-29 15:22:37','',30,'https://sleepingsolutions.co.uk/?p=71',0,'revision','',0),(72,1,'2021-07-29 15:23:49','2021-07-29 15:23:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Children are recommended to get between 9 to 15 hours - depending on the age of the child.</p>\r\n<p>Adultss have a different recommended amount of sleep - their hours  range from between 7 to 9 hours.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Elderly individuals are recommended to get 7 to 8 hours of sleep.</p>\r\n<p>Read <a href=\"https://www.sleepfoundation.org/how-sleep-works/how-much-sleep-do-we-really-need\" target=\"_blank\" rel=\"noopener\">more </a>here about how much sleep each different age group should be getting.</p>\r\n<!-- /wp:paragraph -->','Recommended amount of sleep','','inherit','closed','closed','','30-revision-v1','','','2021-07-29 15:23:49','2021-07-29 15:23:49','',30,'https://sleepingsolutions.co.uk/?p=72',0,'revision','',0),(73,1,'2021-07-29 15:24:11','2021-07-29 15:24:11','Sleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning. They can be caused by a variety of things, from physical issues such as bruxism (teeth grinding) to night terrors. <a href=\"https://sleepingsolutions.co.uk/insomnia/\">I</a>n<a href=\"https://sleepingsolutions.co.uk/insomnia/\">somnia</a> is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\r\n\r\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\r\n\r\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive. As many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\r\n\r\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives. The most common medicine is temazepam, which is a benzodiazepine and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment. It is only designed for short term treatment because of its psychoactive nature.\r\n\r\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-07-29 15:24:11','2021-07-29 15:24:11','',65,'https://sleepingsolutions.co.uk/?p=73',0,'revision','',0),(74,1,'2021-07-29 15:24:43','2021-07-29 15:24:43','Sleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning. They can be caused by a variety of things, from physical issues such as bruxism (teeth grinding) to night terrors. Insomnia is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\r\n\r\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\r\n\r\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive. As many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\r\n\r\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives. The most common medicine is temazepam, which is a benzodiazepine and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment. It is only designed for short term treatment because of its psychoactive nature.\r\n\r\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-07-29 15:24:43','2021-07-29 15:24:43','',65,'https://sleepingsolutions.co.uk/?p=74',0,'revision','',0),(75,1,'2021-07-29 15:25:48','2021-07-29 15:25:48','Sleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning. They can be caused by a variety of things, from physical issues such as bruxism (teeth grinding) to night terrors. Insomnia is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\r\n\r\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomnia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\r\n\r\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive. As many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\r\n\r\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives. The most common medicine is temazepam, which is a benzodiazepine and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment. It is only designed for short term treatment because of its psychoactive nature.\r\n\r\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-07-29 15:25:48','2021-07-29 15:25:48','',65,'https://sleepingsolutions.co.uk/?p=75',0,'revision','',0),(76,1,'2021-07-29 15:29:18','2021-07-29 15:29:18','Getting the right amount of sleep is important - those who get less sleep than they should are more likely to experience multiple health conditions.\n\nThose who do not get enough sleep will be constantly experiencing fatigue and will always appear tired.\n<blockquote>It is said <a href=\"https://www.nhs.uk/live-well/sleep-and-tiredness/why-lack-of-sleep-is-bad-for-your-health/\" target=\"_blank\" rel=\"noopener\">one in three people</a> suffer with poor sleep.</blockquote>\nThose who do not get enough sleep will be likely to experience serious health issues, some of which can include:\n<ul>\n 	<li></li>\n</ul>','Why is sleep important?','','inherit','closed','closed','','19-autosave-v1','','','2021-07-29 15:29:18','2021-07-29 15:29:18','',19,'https://sleepingsolutions.co.uk/?p=76',0,'revision','',0),(77,1,'2021-07-29 15:30:24','2021-07-29 15:30:24','Getting the right amount of sleep is important - those who get less sleep than they should are more likely to experience multiple health conditions.\r\n\r\nThose who do not get enough sleep will be constantly experiencing fatigue and will always appear tired.\r\n<blockquote>It is said <a href=\"https://www.nhs.uk/live-well/sleep-and-tiredness/why-lack-of-sleep-is-bad-for-your-health/\" target=\"_blank\" rel=\"noopener\">one in three people</a> suffer with poor sleep.</blockquote>\r\nThose who do not get enough sleep will be likely to experience serious health issues, <a href=\"https://www.healthline.com/health/healthy-sleep/what-happens-to-your-body-when-you-lose-sleep\" target=\"_blank\" rel=\"noopener\">some of which can include</a>:\r\n<ul>\r\n 	<li>Constantly feeling ill</li>\r\n 	<li>Issues with heart</li>\r\n 	<li>Higher risk of cancer</li>\r\n 	<li>Being more forgetful</li>\r\n 	<li>Risk of getting diabetes increases</li>\r\n</ul>','Why is sleep important?','','inherit','closed','closed','','19-revision-v1','','','2021-07-29 15:30:24','2021-07-29 15:30:24','',19,'https://sleepingsolutions.co.uk/?p=77',0,'revision','',0),(78,1,'2021-07-29 15:33:50','2021-07-29 15:33:50','<!-- wp:paragraph -->\r\n<h1><a href=\"/\">Those who get the recommended amount of sleep are likely to experience multiple benefits related to it.</a></h1>\r\n<p>People who are <a href=\"https://www.webmd.com/sleep-disorders/benefits-sleep-more\" target=\"_blank\" rel=\"noopener\">well-rested tend to</a>:</p>\r\n<ul>\r\n<li>Be smarter than those who don\'t get much sleep</li>\r\n<li>Have positive mood boosts</li>\r\n<li>Experience more athletic achievements</li>\r\n<li>Have steadier blood sugar</li>\r\n<li>Fight germs in a better way</li>\r\n<li>Have a healthier heart</li>\r\n</ul>\r\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','inherit','closed','closed','','36-revision-v1','','','2021-07-29 15:33:50','2021-07-29 15:33:50','',36,'https://sleepingsolutions.co.uk/?p=78',0,'revision','',0),(79,1,'2021-07-29 15:34:02','2021-07-29 15:34:02','<!-- wp:paragraph -->\r\n<h3><a href=\"/\">Those who get the recommended amount of sleep are likely to experience multiple benefits related to it.</a></h3>\r\n<p>People who are <a href=\"https://www.webmd.com/sleep-disorders/benefits-sleep-more\" target=\"_blank\" rel=\"noopener\">well-rested tend to</a>:</p>\r\n<ul>\r\n<li>Be smarter than those who don\'t get much sleep</li>\r\n<li>Have positive mood boosts</li>\r\n<li>Experience more athletic achievements</li>\r\n<li>Have steadier blood sugar</li>\r\n<li>Fight germs in a better way</li>\r\n<li>Have a healthier heart</li>\r\n</ul>\r\n<!-- /wp:paragraph -->','Health benefits relating to sleep','','inherit','closed','closed','','36-revision-v1','','','2021-07-29 15:34:02','2021-07-29 15:34:02','',36,'https://sleepingsolutions.co.uk/?p=79',0,'revision','',0),(80,1,'2021-07-29 15:34:33','2021-07-29 15:34:33','<!-- wp:paragraph --><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<h1><a href=\"/\">What is the right amount of sleep?</a></h1>\r\n<p>Children are recommended to get between 9 to 15 hours - depending on the age of the child.</p>\r\n<p>Adultss have a different recommended amount of sleep - their hours  range from between 7 to 9 hours.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Elderly individuals are recommended to get 7 to 8 hours of sleep.</p>\r\n<p>Read <a href=\"https://www.sleepfoundation.org/how-sleep-works/how-much-sleep-do-we-really-need\" target=\"_blank\" rel=\"noopener\">more </a>here about how much sleep each different age group should be getting.</p>\r\n<!-- /wp:paragraph -->','Recommended amount of sleep','','inherit','closed','closed','','30-revision-v1','','','2021-07-29 15:34:33','2021-07-29 15:34:33','',30,'https://sleepingsolutions.co.uk/?p=80',0,'revision','',0),(81,1,'2021-07-29 15:35:23','2021-07-29 15:35:23','','woman-2870659_1920','','inherit','open','closed','','woman-2870659_1920','','','2021-07-29 15:35:23','2021-07-29 15:35:23','',65,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg',0,'attachment','image/jpeg',0),(82,1,'2021-07-29 15:35:26','2021-07-29 15:35:26','<h1><a href=\"/\">What is a sleep disorder?</a></h1>\r\nSleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning. They can be caused by a variety of things, from physical issues such as bruxism (teeth grinding) to night terrors. Insomnia is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\r\n\r\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomnia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\r\n\r\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive. As many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\r\n\r\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives. The most common medicine is temazepam, which is a benzodiazepine and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment. It is only designed for short term treatment because of its psychoactive nature.\r\n\r\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-07-29 15:35:26','2021-07-29 15:35:26','',65,'https://sleepingsolutions.co.uk/?p=82',0,'revision','',0),(84,1,'2021-07-29 15:36:25','2021-07-29 15:36:25','','piglet-3386356_1920','','inherit','open','closed','','piglet-3386356_1920','','','2021-07-29 15:36:25','2021-07-29 15:36:25','',19,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg',0,'attachment','image/jpeg',0),(85,1,'2021-07-29 15:36:29','2021-07-29 15:36:29','<h3><a href=\"/\">Getting the right amount of sleep is important - those who get less sleep than they should are more likely to experience multiple health conditions.</a></h3>\r\nThose who do not get enough sleep will be constantly experiencing fatigue and will always appear tired.\r\n<blockquote>It is said <a href=\"https://www.nhs.uk/live-well/sleep-and-tiredness/why-lack-of-sleep-is-bad-for-your-health/\" target=\"_blank\" rel=\"noopener\">one in three people</a> suffer with poor sleep.</blockquote>\r\nThose who do not get enough sleep will be likely to experience serious health issues, <a href=\"https://www.healthline.com/health/healthy-sleep/what-happens-to-your-body-when-you-lose-sleep\" target=\"_blank\" rel=\"noopener\">some of which can include</a>:\r\n<ul>\r\n 	<li>Constantly feeling ill</li>\r\n 	<li>Issues with heart</li>\r\n 	<li>Higher risk of cancer</li>\r\n 	<li>Being more forgetful</li>\r\n 	<li>Risk of getting diabetes increases</li>\r\n</ul>','Why is sleep important?','','inherit','closed','closed','','19-revision-v1','','','2021-07-29 15:36:29','2021-07-29 15:36:29','',19,'https://sleepingsolutions.co.uk/?p=85',0,'revision','',0),(86,1,'2021-07-29 15:36:43','2021-07-29 15:36:43','','bed-1836316_1920','','inherit','open','closed','','bed-1836316_1920','','','2021-11-10 17:18:25','2021-11-10 17:18:25','',15,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg',0,'attachment','image/jpeg',0),(87,1,'2021-07-29 15:36:56','2021-07-29 15:36:56','<h3><a href=\"/\">We are an information-based website that provide readers with information about the importance of sleep.</a></h3>\r\nMany people may not realise how important sleep is, but sleep plays a big part in a person\'s development, and towards their mental/physical health.\r\n\r\nBy informing people about the importance of sleep, we hope more people begin to take their sleep seriously.\r\n\r\nOur website features content with resources related to how essential it is to get the recommended amount of sleep.','About us','','inherit','closed','closed','','15-revision-v1','','','2021-07-29 15:36:56','2021-07-29 15:36:56','',15,'https://sleepingsolutions.co.uk/?p=87',0,'revision','',0),(88,1,'2021-07-29 15:42:52','2021-07-29 15:42:52','If you want to get in touch with us, please <a href=\"tel:01378398882\">call us</a> or <a href=\"mailto:info@sleepingsolutions.co.uk\">send us an email.</a>\r\n<table class=\"wp-list-table widefat fixed striped table-view-list forms\">\r\n<tbody id=\"the-list\" data-wp-lists=\"list:form\">\r\n<tr>\r\n<td class=\"shortcode column-shortcode\" data-colname=\"Shortcode\">[wpforms id=\"162\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Get in contact','','publish','closed','closed','','get-in-contact','','','2022-08-11 15:57:11','2022-08-11 15:57:11','',0,'https://sleepingsolutions.co.uk/?page_id=88',0,'page','',0),(89,1,'2022-07-25 10:39:45','2021-07-29 15:42:52',' ','','','publish','closed','closed','','89','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/2021/07/29/89/',10,'nav_menu_item','',0),(90,1,'2021-07-29 15:42:52','2021-07-29 15:42:52','If you want to get in touch with us, please <a href=\"tel:01378398882\">call us</a> or <a href=\"mailto:info@sleepingsolutions.co.uk\">send us an email.</a>','Our contact','','inherit','closed','closed','','88-revision-v1','','','2021-07-29 15:42:52','2021-07-29 15:42:52','',88,'https://sleepingsolutions.co.uk/?p=90',0,'revision','',0),(91,1,'2021-07-29 15:43:15','2021-07-29 15:43:15','','iphone-410324_1920','','inherit','open','closed','','iphone-410324_1920','','','2021-07-29 15:43:15','2021-07-29 15:43:15','',88,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg',0,'attachment','image/jpeg',0),(92,1,'2021-07-29 15:43:44','2021-07-29 15:43:44','<!-- wp:paragraph -->\r\n<h3><a href=\"/\">At Sleeping Solutions, we understand that sleeping is an important part of everyone\'s life and not that many people are aware of the importance of it.</a></h3>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Whether if you want to know more information about the importance of sleep, or reasons why you may not be getting much sleep - we have the information here for you that will help you get your recommended amount of sleep.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Sleep is important, and not getting the right amount does a lot of damage to someone\'s physical, emotional and psychological wellbeing.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Browse through our website to get a better understanding of the role sleep plays in our lives.</p>\r\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','17-revision-v1','','','2021-07-29 15:43:44','2021-07-29 15:43:44','',17,'https://sleepingsolutions.co.uk/?p=92',0,'revision','',0),(94,1,'2021-07-29 15:44:51','2021-07-29 15:44:51','','Default Kit','','inherit','closed','closed','','48-revision-v1','','','2021-07-29 15:44:51','2021-07-29 15:44:51','',48,'https://sleepingsolutions.co.uk/?p=94',0,'revision','',0),(95,1,'2021-07-29 15:53:14','2021-07-29 15:53:14','<!-- wp:paragraph --><!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<h1><a href=\"/\">What is the right amount of sleep?</a></h1>\r\n<p>Children are recommended to get between 9 to 15 hours - depending on the age of the child.</p>\r\n<p>Adults have a different recommended amount of sleep - their hours  range from between 7 to 9 hours.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Elderly individuals are recommended to get 7 to 8 hours of sleep.</p>\r\n<p>Read <a href=\"https://www.sleepfoundation.org/how-sleep-works/how-much-sleep-do-we-really-need\" target=\"_blank\" rel=\"noopener\">more</a> here about how much sleep each different age group should be getting.</p>\r\n<!-- /wp:paragraph -->','Recommended amount of sleep','','inherit','closed','closed','','30-revision-v1','','','2021-07-29 15:53:14','2021-07-29 15:53:14','',30,'https://sleepingsolutions.co.uk/?p=95',0,'revision','',0),(96,1,'2021-07-30 10:44:10','2021-07-30 10:44:10','<!-- wp:paragraph -->\n<h3><a href=\"/\">At Sleeping Solutions, we understand that sleeping is an important part of everyone\'s life and not that many people are aware of the importance of it.</a></h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether if you want to know more information about the importance of sleep, or reasons why you may not be getting much sleep - we have the information here for you that will help you get your recommended amount of sleep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sleep is important, and not getting the right amount does a lot of damage to someone\'s physical, emotional and psychological wellbeing.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Browse through our website to get a better understanding of the role sleep plays in our lives.</p>\n<!-- /wp:paragraph -->','Getting better sleep','','inherit','closed','closed','','17-autosave-v1','','','2021-07-30 10:44:10','2021-07-30 10:44:10','',17,'https://sleepingsolutions.co.uk/?p=96',0,'revision','',0),(97,1,'2021-07-29 15:54:43','2021-07-29 15:54:43','<!-- wp:paragraph -->\r\n<h3><a href=\"/\">At Sleeping Solutions, we understand that sleeping is an important part of everyone\'s life and not that many people are aware of the importance of it.</a></h3>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Whether if you want to know more information about the importance of sleep, or reasons why you may not be getting much sleep - we have the information here for you that will help you get your recommended amount of sleep.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Sleep is important, and not getting the right amount does a lot of damage to someone\'s physical, emotional and psychological wellbeing.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Browse through our website to get a better understanding of the role sleep plays in our lives.</p>\r\n<!-- /wp:paragraph -->','Getting better sleep','','inherit','closed','closed','','17-revision-v1','','','2021-07-29 15:54:43','2021-07-29 15:54:43','',17,'https://sleepingsolutions.co.uk/?p=97',0,'revision','',0),(98,1,'2021-07-29 15:55:48','2021-07-29 15:55:48','If you want to get in touch with us, please <a href=\"tel:01378398882\">call us</a> or <a href=\"mailto:info@sleepingsolutions.co.uk\">send us an email.</a>','Get in contact','','inherit','closed','closed','','88-revision-v1','','','2021-07-29 15:55:48','2021-07-29 15:55:48','',88,'https://sleepingsolutions.co.uk/?p=98',0,'revision','',0),(104,1,'2021-07-30 10:54:56','2021-07-30 10:54:56','<h2>CBT Cognitive behavioural therapy Psychotherapy Counselling NLP Hypnotherapy Edinburgh Glasgow Falkirk Bipolar Depression Anxiety NEAD stress anger</h2>\r\n&nbsp;\r\n\r\nCBT is a form of psychotherapy or counselling. It is cognitive behavioural in nature but is not a stand-alone therapy, merely one form of psychological therapy. Some CBT practitioners are only qualified in CBT, but many psychotherapists and counsellors are qualified in the provision of a range of models, including CBT. As they say, if all you have is a hammer, all you see is nails. We suggest you choose therapists with other skills too like ourselves.\r\n<h3>Cognitive Behavioural Therapy for sleep disorders</h3>\r\nCognitive Behavioural Therapy / Training, or CBT / CBC as it is usually known, is a special form of psychological therapy. Like Life Coaching, personal development training or NLP, it is often provided in a training format. Therefore some practitioners may consider themselves \"clinical counsellors\" who provide CBT, others may prefer to consider themselves \"trainers\" who empower their clients while still working through deeper issues. As mentioned, some practitioners are only qualified in CBT. We however are trained in a range of methods, including CBT and therefore provide a range of counselling models.\r\n\r\nThis web page is not meant to give an in-depth or technical description, but instead a basic idea for the layperson considering CBT / CBC.\r\n\r\nCognitive Behaviour Therapy is a very practical form of therapy. Like Life Coaching it aims to make discernible changes in a client\'s behaviour and lifestyle in order to help them.\r\n\r\nCBT is widely recognised as a scientifically tested and verified psychotherapeutic method of overcoming common emotional problems.\r\n\r\nWith CBT you identify errors in the way you may be thinking or perceiving things, and from there learning to adopt more helpful thoughts, attitudes, philosophies and beliefs.\r\n\r\n<strong>Cognitive:</strong>\r\n\r\nIn lay-mans terms this is our perception and identification of things around us. We may have faulty perception for a number of reasons. This may for example be due to obsession or trauma colouring the way we see things.\r\n\r\nBehaviour\r\n\r\nThis is simply the way be act, behave and react to what we have already noticed going on around us. Again we can learn to act inappropriately for a number of reasons, often again because of trauma or obsession.\r\n\r\n<strong>Sleep Therapy</strong>\r\n\r\nThe process of understanding, relearning and retraining in order to change these errors from occurring and having a negative impact on us. Care is taken to have a non-judgmental attitude. The client is helped to challenge their own perceptions and behaviours. It is most certainly NOT about the therapist telling you how to act and think!\r\n\r\n<strong>What to expect from Cognitive Behavioural therapy &amp; psychotherapy </strong>\r\nYou will be encouraged to examine, challenge and understand your perceptions and behaviours. Where appropriate you will be set exercises and challenges to help you change these for more positive thoughts and behaviours.\r\n\r\nIt is quite normal to expect \"homework\" from your therapist. Indeed Stuart uses his own award winning training pack with clients, formulated from real life practice over more than 12 years.\r\n\r\nWe are integrative therapists, and therefore CBT will be offered as part of a therapy package tailored to your needs, usually using a range of other therapy models from counselling and psychotherapy. Life coaching, mindfulness, hypnotherapy, meditation and complementary therapies are also available.\r\n\r\n&nbsp;','Sleep therapy','','publish','closed','closed','','sleep-therapy','','','2021-07-30 10:54:56','2021-07-30 10:54:56','',0,'https://sleepingsolutions.co.uk/?page_id=104',0,'page','',0),(105,1,'2022-07-25 10:39:45','2021-07-30 10:54:56',' ','','','publish','closed','closed','','105','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/2021/07/30/105/',3,'nav_menu_item','',0),(106,1,'2021-07-30 10:54:56','2021-07-30 10:54:56','<h2>CBT Cognitive behavioural therapy Psychotherapy Counselling NLP Hypnotherapy Edinburgh Glasgow Falkirk Bipolar Depression Anxiety NEAD stress anger</h2>\r\n&nbsp;\r\n\r\nCBT is a form of psychotherapy or counselling. It is cognitive behavioural in nature but is not a stand-alone therapy, merely one form of psychological therapy. Some CBT practitioners are only qualified in CBT, but many psychotherapists and counsellors are qualified in the provision of a range of models, including CBT. As they say, if all you have is a hammer, all you see is nails. We suggest you choose therapists with other skills too like ourselves.\r\n<h3>Cognitive Behavioural Therapy for sleep disorders</h3>\r\nCognitive Behavioural Therapy / Training, or CBT / CBC as it is usually known, is a special form of psychological therapy. Like Life Coaching, personal development training or NLP, it is often provided in a training format. Therefore some practitioners may consider themselves \"clinical counsellors\" who provide CBT, others may prefer to consider themselves \"trainers\" who empower their clients while still working through deeper issues. As mentioned, some practitioners are only qualified in CBT. We however are trained in a range of methods, including CBT and therefore provide a range of counselling models.\r\n\r\nThis web page is not meant to give an in-depth or technical description, but instead a basic idea for the layperson considering CBT / CBC.\r\n\r\nCognitive Behaviour Therapy is a very practical form of therapy. Like Life Coaching it aims to make discernible changes in a client\'s behaviour and lifestyle in order to help them.\r\n\r\nCBT is widely recognised as a scientifically tested and verified psychotherapeutic method of overcoming common emotional problems.\r\n\r\nWith CBT you identify errors in the way you may be thinking or perceiving things, and from there learning to adopt more helpful thoughts, attitudes, philosophies and beliefs.\r\n\r\n<strong>Cognitive:</strong>\r\n\r\nIn lay-mans terms this is our perception and identification of things around us. We may have faulty perception for a number of reasons. This may for example be due to obsession or trauma colouring the way we see things.\r\n\r\nBehaviour\r\n\r\nThis is simply the way be act, behave and react to what we have already noticed going on around us. Again we can learn to act inappropriately for a number of reasons, often again because of trauma or obsession.\r\n\r\n<strong>Sleep Therapy</strong>\r\n\r\nThe process of understanding, relearning and retraining in order to change these errors from occurring and having a negative impact on us. Care is taken to have a non-judgmental attitude. The client is helped to challenge their own perceptions and behaviours. It is most certainly NOT about the therapist telling you how to act and think!\r\n\r\n<strong>What to expect from Cognitive Behavioural therapy &amp; psychotherapy </strong>\r\nYou will be encouraged to examine, challenge and understand your perceptions and behaviours. Where appropriate you will be set exercises and challenges to help you change these for more positive thoughts and behaviours.\r\n\r\nIt is quite normal to expect \"homework\" from your therapist. Indeed Stuart uses his own award winning training pack with clients, formulated from real life practice over more than 12 years.\r\n\r\nWe are integrative therapists, and therefore CBT will be offered as part of a therapy package tailored to your needs, usually using a range of other therapy models from counselling and psychotherapy. Life coaching, mindfulness, hypnotherapy, meditation and complementary therapies are also available.\r\n\r\n&nbsp;','Sleep therapy','','inherit','closed','closed','','104-revision-v1','','','2021-07-30 10:54:56','2021-07-30 10:54:56','',104,'https://sleepingsolutions.co.uk/?p=106',0,'revision','',0),(111,1,'2021-11-10 17:19:58','2021-11-10 17:19:58','<h1><a href=\"/\">What is a sleep disorder and what\'s causing it?</a></h1>\nSleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning.\n<h3>Common sleep disorders</h3>\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomnia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\n<h3>What can cause sleep disorders?</h3>\nThey can be caused by a variety of things, from physical issues such as bruxism (teeth grinding) to night terrors. Insomnia is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\n\nHowever, it is worth mentioning that sleep disorders can appear from <a href=\"https://pestexterminatorskent.co.uk/\" target=\"_blank\" rel=\"noopener\">problems with pests</a>. For example, some people suffering from problems sleeping have responded badly to bed bug infestations. Infestations like this can cause insomnia, fear, stress, anxiety and even paranoia. Simple signs of a bed bug infestation include blood spots or hatched shells - if you are unsure you might consider a pest control inspection.\n\n<a href=\"https://sleepingsolutions.co.uk/\"><img class=\"alignnone size-full wp-image-86\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg\" alt=\"sleep problems\" width=\"1920\" height=\"1280\" /></a>\n<h3>What can be done?</h3>\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive.\n\nAs many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\n<h3>Therapy vs medicine</h3>\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives. T\n\nhe most common medicine is temazepam, which is a benzodiazepine and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment.\n\nIt is only designed for short term treatment because of its psychoactive nature.\n\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-11-10 17:19:58','2021-11-10 17:19:58','',65,'https://sleepingsolutions.co.uk/?p=111',0,'revision','',0),(113,1,'2021-11-10 17:21:35','2021-11-10 17:21:35','<h1><a href=\"/\">What is a sleep disorder and what\'s causing it?</a></h1>\nSleep disorders are medical disorders that interfere with normal physical, mental and emotional functioning.\n<h3><a href=\"https://my.clevelandclinic.org/health/articles/11429-common-sleep-disorders\" target=\"_blank\" rel=\"noopener\">Common sleep disorders</a></h3>\nCommon disorders include narcolepsy; falling asleep spontaneously at any given moment, parasomnia; events such as sleepwalking, sleep apnea; obstruction of the airway during sleep, leading to the person stopping breathing for short periods, and insomnia. Some of these have recognisable causes, for example many people who suffer from sleep apnea are overweight, whereas others have no definitive cause. Psychiatric conditions that can lead to sleep disorders are psychosis, depression, anxiety, panic disorders and alcoholism.\n<h3>What can cause sleep disorders?</h3>\nThey can be caused by a variety of things, from physical issues such as <a href=\"https://www.mayoclinic.org/diseases-conditions/bruxism/symptoms-causes/syc-20356095#:~:text=Bruxism%20(BRUK%2Dsiz%2Dum,a%20sleep%2Drelated%20movement%20disorder.\" target=\"_blank\" rel=\"noopener\">bruxism</a> (teeth grinding) to night terrors. Insomnia is when a person has issues falling asleep - or being able to stay asleep - for no specific reason. The opposite is hypersomnia, where a person sleeps excessively without meaning to.\n\nHowever, it is worth mentioning that sleep disorders can appear from <a href=\"https://pestexterminatorskent.co.uk/\" target=\"_blank\" rel=\"noopener\">problems with pests</a>. For example, some people suffering from problems sleeping have responded badly to bed bug infestations. Infestations like this can cause insomnia, fear, stress, anxiety and even paranoia. Simple signs of a bed bug infestation include blood spots or hatched shells - if you are unsure you might consider a pest control inspection.\n\n<a href=\"https://sleepingsolutions.co.uk/\"><img class=\"alignnone size-full wp-image-86\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg\" alt=\"sleep problems\" width=\"1920\" height=\"1280\" /></a>\n<h3>What can be done?</h3>\nTreatment of sleep disorders can vary, sometimes simple sleeping pills work, but these aren’t ideal and are often addictive.\n\nAs many as 70% of children with developmental or psychological disorders suffer from sleep disorders, and many adolescents find that their natural circadian rhythm is slightly out of line with how it should be – many rise late and go to bed late, and this doesn’t fit in with schedules of school and college, which leads to sleep disturbances and thus disorders.\n<h3>Therapy vs medicine</h3>\nSleep medicine is prescribed to those who suffer from such a lack of sleep that they cannot function as normal throughout their day to day lives.\n\nThe most common medicine is temazepam, which is a <a href=\"https://www.mind.org.uk/information-support/drugs-and-treatments/sleeping-pills-and-minor-tranquillisers/about-benzodiazepines/\" target=\"_blank\" rel=\"noopener\">benzodiazepine</a> and will send anyone to sleep. Unfortunately it often leaves the sufferer particularly drowsy in the morning, and it can be very difficult to come off after a period of treatment.\n\nIt is only designed for short term treatment because of its psychoactive nature.\n\nImproving sleep hygiene can help certain sleep disorders, and having a comfortable place to sleep can really make a huge difference. For this reason, a comfortable mattress is often ideal for those who suffer from a sleep disorder, as even if they can’t sleep, they are in a comfortable place to relax.','Sleeping disorders','','inherit','closed','closed','','65-revision-v1','','','2021-11-10 17:21:35','2021-11-10 17:21:35','',65,'https://sleepingsolutions.co.uk/?p=113',0,'revision','',0),(116,1,'2022-01-25 15:59:12','2022-01-25 15:59:12','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<p>[ninja_table_builder id=\"177\"]</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, finding any missing teeth solution can be difficult. However, after long research, we\'ve sourced the <a href=\"https://dorsetdentalimplants.com/dental-implants/multiple-teeth-dental-implants\" target=\"_blank\" rel=\"noopener\">best dental clinic</a> for resolving this issue, they provide multiple procedures and treatment options available to deal with missing teeth.</p>\r\n<p><strong><em>Leaving you feeling happy and confident about your smile again!</em></strong></p>\r\n<p><iframe style=\"border: none; overflow: hidden;\" src=\"https://www.facebook.com/plugins/video.php?height=284&amp;href=https%3A%2F%2Fwww.facebook.com%2Fdorsetdentalimplants%2Fvideos%2F1152230884955382%2F&amp;show_text=true&amp;width=560&amp;t=0\" width=\"560\" height=\"399\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','publish','closed','closed','','missing-teeth-increase-the-risk-of-insomnia','','','2022-08-22 11:22:58','2022-08-22 11:22:58','',0,'https://sleepingsolutions.co.uk/?p=116',0,'post','',0),(117,1,'2022-01-25 15:58:47','2022-01-25 15:58:47','','sleep problems','','inherit','closed','closed','','sleep-problems','','','2022-01-25 15:58:51','2022-01-25 15:58:51','',116,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg',0,'attachment','image/jpeg',0),(118,1,'2022-01-25 15:59:01','2022-01-25 15:59:01','','sleep-apnea','','inherit','closed','closed','','sleep-apnea','','','2022-04-06 16:05:14','2022-04-06 16:05:14','',116,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg',0,'attachment','image/jpeg',0),(119,1,'2022-01-25 15:59:12','2022-01-25 15:59:12','<!-- wp:heading -->\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia related problems or sleep apnea. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The research was published in the journal <a rel=\"noreferrer noopener\" href=\"https://www.sleep-journal.com/\" target=\"_blank\">Sleep Medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to properly rest in the mouth. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Diving into the details</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The study uncovered the fact that elderly people who have less than 10 teeth more often than not do get the recommended seven hours of sleep per night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some, according to researchers, only get four hours of sleep a night. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The particular age group of the over 60s are particularly vulnerable. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg\" alt=\"\" class=\"wp-image-118\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Time to visit the dentist?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The researchers also made the point that in order to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants in order to avoid an array of detrimental health consequences. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like all on four, which can replace missing teeth in one go, and in just one day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Read more:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\">Tooth loss and obstructive sleep apnoea</a></li><li>T<a rel=\"noreferrer noopener\" href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" data-type=\"URL\" data-id=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\">ooth loss and obstructive sleep apnea signs and symptoms</a></li><li><a rel=\"noreferrer noopener\" href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\">The Connection Between Sleep Apnea and Oral Health</a></li><li><a rel=\"noreferrer noopener\" href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\">The Connection Between Sleep Apnea and Oral Health</a></li></ul>\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-01-25 15:59:12','2022-01-25 15:59:12','',116,'https://sleepingsolutions.co.uk/?p=119',0,'revision','',0),(120,1,'2022-07-25 10:39:45','2022-01-25 16:00:56',' ','','','publish','closed','closed','','120','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/?p=120',8,'nav_menu_item','',0),(123,1,'2022-04-06 15:17:58','2022-04-06 15:17:58','','logo','appetizer caption','inherit','','closed','','logo','','','2022-04-06 15:17:58','2022-04-06 15:17:58','',0,'https://sleepingsolutions.co.uk/logo/',0,'attachment','image/png',0),(124,1,'2022-04-06 15:17:58','2022-04-06 15:17:58','','Home','','publish','closed','closed','','home-2','','','2022-08-12 14:37:14','2022-08-12 14:37:14','',0,'https://sleepingsolutions.co.uk/home-2/',0,'page','',0),(125,1,'2022-07-25 10:39:45','2022-04-06 15:17:58',' ','','','publish','closed','closed','','125','','','2022-07-25 10:39:45','2022-07-25 10:39:45','',0,'https://sleepingsolutions.co.uk/2022/04/06/125/',1,'nav_menu_item','',0),(128,1,'2022-04-06 15:54:38','2022-04-06 15:54:38','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\">HelloGuest</a>, we deliver advice, consultancy and Airbnb management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\nHelloGuest recognises and reinforces the importance of replenishing and updating essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\">More Here.</a>\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property.<a href=\"https://homelet.co.uk/landlord-insurance/tips/what-is-landlords-insurance\" target=\"_blank\" rel=\"noopener\">Advice here</a>.</li>\r\n 	<li>No contract commitment, lock in or notice periods.</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they add and update their amenities to their property to stand out.\r\n\r\n<em>Choosing an Airbnb management service will provide this for you.</em>\r\n\r\nHave a look at what customers value most when searching for accommodations. <a href=\"https://www.bu.edu/bhr/2017/06/07/airbnb-guest-pricing-value/\" target=\"_blank\" rel=\"noopener\">Here</a>.\r\n<h3><strong>Where to start:</strong></h3>\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to understand your expectations better.\r\n\r\nThere are many service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use an Airbnb management service to keep you and the customer happy.\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','publish','closed','closed','','how-to-make-your-property-listing-pop-on-airbnb','','','2022-04-07 08:58:18','2022-04-07 08:58:18','',0,'https://sleepingsolutions.co.uk/?p=128',0,'post','',0),(129,1,'2022-04-06 15:28:17','2022-04-06 15:28:17','<h2><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you not only want to make money but also reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n\r\n&nbsp;\r\n\r\n<strong>What is property management?</strong>\r\n\r\nAt <a href=\"https://helloguest.co.uk/\">HelloGuest</a>, we deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<strong> </strong>\r\n\r\n<strong>What do they provide?</strong>\r\n\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\n<blockquote><em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em></blockquote>\r\nUsing this type of management can not only guarantee returns but also achieve five-star reviews on your listing.\r\n\r\nYou are making your listing a clear choice to the customer.\r\n\r\n&nbsp;\r\n\r\n<strong>What do customers look for?</strong>\r\n\r\nOften guests are very selective when looking for the right property.\r\n\r\nThe majority of tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\nChoosing a management service will provide this for you.\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\">More Here.</a>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to gain a better feel of your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso see:\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:28:17','2022-04-06 15:28:17','',128,'https://sleepingsolutions.co.uk/?p=129',0,'revision','',0),(130,1,'2022-04-06 15:32:49','2022-04-06 15:32:49','','airbnb','','inherit','closed','closed','','airbnb','','','2022-04-06 15:33:08','2022-04-06 15:33:08','',128,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb.jpg',0,'attachment','image/jpeg',0),(131,1,'2022-04-06 15:35:03','2022-04-06 15:35:03','','property','','inherit','closed','closed','','property','','','2022-04-06 15:35:17','2022-04-06 15:35:17','',128,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property.jpg',0,'attachment','image/jpeg',0),(132,1,'2022-04-06 15:35:53','2022-04-06 15:35:53','<h2><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\">HelloGuest</a>, we deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\n<blockquote><em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em></blockquote>\r\nUsing this type of management can guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see:\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:35:53','2022-04-06 15:35:53','',128,'https://sleepingsolutions.co.uk/?p=132',0,'revision','',0),(133,1,'2022-04-06 15:39:09','2022-04-06 15:39:09','<h2><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\" target=\"_blank\" rel=\"noopener\">HelloGuest</a>, we deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\n<blockquote><em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em></blockquote>\r\nUsing this type of management can guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:39:09','2022-04-06 15:39:09','',128,'https://sleepingsolutions.co.uk/?p=133',0,'revision','',0),(134,1,'2022-04-06 15:44:25','2022-04-06 15:44:25','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\" target=\"_blank\" rel=\"noopener\">HelloGuest</a>, we deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n<blockquote><em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em></blockquote>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:44:25','2022-04-06 15:44:25','',128,'https://sleepingsolutions.co.uk/?p=134',0,'revision','',0),(135,1,'2022-04-06 15:51:31','2022-04-06 15:51:31','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\" target=\"_blank\" rel=\"noopener\">HelloGuest</a>, we deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n&nbsp;\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:51:31','2022-04-06 15:51:31','',128,'https://sleepingsolutions.co.uk/?p=135',0,'revision','',0),(136,1,'2022-04-06 15:51:52','2022-04-06 15:51:52','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\" target=\"_blank\" rel=\"noopener\">HelloGuest</a>, we deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:51:52','2022-04-06 15:51:52','',128,'https://sleepingsolutions.co.uk/?p=136',0,'revision','',0),(137,1,'2022-04-06 15:53:11','2022-04-06 15:53:11','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nWe deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:53:11','2022-04-06 15:53:11','',128,'https://sleepingsolutions.co.uk/?p=137',0,'revision','',0),(138,1,'2022-04-06 15:57:57','2022-04-06 15:57:57','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nWe deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:57:57','2022-04-06 15:57:57','',128,'https://sleepingsolutions.co.uk/?p=138',0,'revision','',0),(139,1,'2022-04-06 15:59:02','2022-04-06 15:59:02','<h3><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h3>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nWe deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 15:59:02','2022-04-06 15:59:02','',128,'https://sleepingsolutions.co.uk/?p=139',0,'revision','',0),(140,1,'2022-04-06 16:00:23','2022-04-06 16:00:23','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nWe deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n\r\n<strong> </strong><strong>Where to start:</strong>\r\n\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 16:00:23','2022-04-06 16:00:23','',128,'https://sleepingsolutions.co.uk/?p=140',0,'revision','',0),(141,1,'2022-04-06 16:02:04','2022-04-06 16:02:04','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nWe deliver advice, consultancy and management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\" target=\"_blank\" rel=\"noopener\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\n<em> ‘Property owners who use property management earn up to 30% more than traditional tenancies’</em>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property</li>\r\n 	<li>No contract commitment, lock in or notice periods</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they’re adding and updating their amenities to their property to stand out.\r\n\r\n<em>Choosing a management service will provide this for you.</em>\r\n\r\nHelloGuest understands this and reinforces the importance of replenishing essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\" target=\"_blank\" rel=\"noopener\">More Here.</a>\r\n<h3><strong>Where to start:</strong></h3>\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to better understand your expectations.\r\n\r\nOur service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use a property management service.\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n\r\n&nbsp;\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-06 16:02:04','2022-04-06 16:02:04','',128,'https://sleepingsolutions.co.uk/?p=141',0,'revision','',0),(144,1,'2022-04-07 09:04:28','2022-04-07 09:04:28','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\n\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\n<h3><strong>What is property management?</strong></h3>\nAt <a href=\"https://helloguest.co.uk/\">HelloGuest</a>, we deliver advice, consultancy and Airbnb management across all types of residential property for a client base of institutions, developers and property owners around the UK.\n\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\n\nWhat’s vital for our team is to build successful relations with property owners.\n\nHelloGuest recognises and reinforces the importance of replenishing and updating essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\">More Here.</a>\n\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\nFor owners:\n<ul>\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\n 	<li>Property cleaning to immaculate standards</li>\n 	<li>Replenishment of new amenities</li>\n 	<li>Recommend insurances specific to your property.<a href=\"https://homelet.co.uk/landlord-insurance/tips/what-is-landlords-insurance\" target=\"_blank\" rel=\"noopener\">Advice here</a>.</li>\n 	<li>No contract commitment, lock in or notice periods.</li>\n</ul>\nFor Customers:\n<ul>\n 	<li>Knowledge of selected property</li>\n 	<li>Provide a portfolio of holiday homes in the UK</li>\n 	<li>Ensure smooth booking service</li>\n</ul>\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\n\n<strong>You are making your listing a clear choice to the customer.</strong>\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\n<h3><strong>What do customers look for?</strong></h3>\nOften guests are very selective when looking for the right property.\n\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they add and update their amenities to their property to stand out.\n\n<em>Choosing an Airbnb management service will provide this for you.</em>\n\nHave a look at what customers value most when searching for accommodations. <a href=\"https://www.bu.edu/bhr/2017/06/07/airbnb-guest-pricing-value/\" target=\"_blank\" rel=\"noopener\">Here</a>.\n<h3><strong>Where to start:</strong></h3>\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\n\nIt would also be wise to preview current properties that are being managed to understand your expectations better.\n\nThere are many service branches across the UK with specialists on call to respond to your enquiries.\n\nDon’t miss out on the hundreds of property owners that have already chosen to use an Airbnb management service to keep you and the customer happy.\n\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK.</a>\n\n&nbsp;\n\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-autosave-v1','','','2022-04-07 09:04:28','2022-04-07 09:04:28','',128,'https://sleepingsolutions.co.uk/?p=144',0,'revision','',0),(145,1,'2022-04-07 08:58:18','2022-04-07 08:58:18','<h2><strong><span style=\"color: windowtext;\">Propel your earnings from people staying over.</span></strong></h2>\r\nWhether you own that one-bedroom flat or multiple properties on the coast of Cornwall, renting out a property on Airbnb requires substantial time and commitment if you want to make money and reach the right customers.\r\n\r\nOr do you want the best advice on what property is most appropriate for your UK getaway budget?\r\n\r\nEarn from your property without the stress, and maximise your rental income with hassle-free hosting managed by short, mid and long-letting experts.\r\n<h3><strong>What is property management?</strong></h3>\r\nAt <a href=\"https://helloguest.co.uk/\">HelloGuest</a>, we deliver advice, consultancy and Airbnb management across all types of residential property for a client base of institutions, developers and property owners around the UK.\r\n\r\nOur team cover every aspect of <a href=\"https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/\">all types of letting lengths</a> to anticipate and provide for guest needs with expert service.\r\n\r\nWhat’s vital for our team is to build successful relations with property owners.\r\n\r\nHelloGuest recognises and reinforces the importance of replenishing and updating essential items and housekeeping, which saves the hassle of doing this yourself. <a href=\"https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.\">More Here.</a>\r\n\r\nHelloGuest.co.uk is a great place to start: <a href=\"tel:02034886935\">02034886935</a>\r\n<h3><strong> </strong><strong>What do they provide?</strong></h3>\r\nFor owners:\r\n<ul>\r\n 	<li>Professional Housekeeping – we ensure your property with professional housekeepers</li>\r\n 	<li>Property cleaning to immaculate standards</li>\r\n 	<li>Replenishment of new amenities</li>\r\n 	<li>Recommend insurances specific to your property.<a href=\"https://homelet.co.uk/landlord-insurance/tips/what-is-landlords-insurance\" target=\"_blank\" rel=\"noopener\">Advice here</a>.</li>\r\n 	<li>No contract commitment, lock in or notice periods.</li>\r\n</ul>\r\nFor Customers:\r\n<ul>\r\n 	<li>Knowledge of selected property</li>\r\n 	<li>Provide a portfolio of holiday homes in the UK</li>\r\n 	<li>Ensure smooth booking service</li>\r\n</ul>\r\nUsing this type of management can no doubt guarantee returns and achieve five-star reviews on your listing.\r\n\r\n<strong>You are making your listing a clear choice to the customer.</strong>\r\n<h3><img class=\"alignnone wp-image-131 size-full\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\" alt=\"property\" width=\"2560\" height=\"1707\" /></h3>\r\n<h3><strong>What do customers look for?</strong></h3>\r\nOften guests are very selective when looking for the right property.\r\n\r\nMost tourists say amenities and cleanliness are a top priority for a great trip; properties now have to ensure that they add and update their amenities to their property to stand out.\r\n\r\n<em>Choosing an Airbnb management service will provide this for you.</em>\r\n\r\nHave a look at what customers value most when searching for accommodations. <a href=\"https://www.bu.edu/bhr/2017/06/07/airbnb-guest-pricing-value/\" target=\"_blank\" rel=\"noopener\">Here</a>.\r\n<h3><strong>Where to start:</strong></h3>\r\nWhen searching for the best management service for you, ensure to ask the company about the full range of services that would be more suited to your property.\r\n\r\nIt would also be wise to preview current properties that are being managed to understand your expectations better.\r\n\r\nThere are many service branches across the UK with specialists on call to respond to your enquiries.\r\n\r\nDon’t miss out on the hundreds of property owners that have already chosen to use an Airbnb management service to keep you and the customer happy.\r\n\r\nAlso, see: <a href=\"https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/\" target=\"_blank\" rel=\"noopener\">Best getaways in the UK.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to make your property listing pop on AirBnB','','inherit','closed','closed','','128-revision-v1','','','2022-04-07 08:58:18','2022-04-07 08:58:18','',128,'https://sleepingsolutions.co.uk/?p=145',0,'revision','',0),(148,1,'2022-07-25 10:35:47','2022-07-25 10:35:47','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Sleep Medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to properly rest in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-118\" src=\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, dental implants are the best solution for missing teeth.</p>\r\n<p>Residents who live in London tend to find prices of dental implants more expensive.</p>\r\n<p>After long research, we\'ve sourced the best dental clinic for dental implant costs in London.</p>\r\n<div>\r\n[caption id=\"\" align=\"alignnone\" width=\"447\"]<a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\"><img src=\"https://document-export.canva.com/R8Ro8/DAFHakR8Ro8/3/thumbnail/0001.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQYCGKMUHWDTJW6UD%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20220724T200656Z&amp;X-Amz-Expires=57817&amp;X-Amz-Signature=400aa591cd743b71d3917c2f3a98c021ac23a1ec4efbc5ee1b7c6442348734f4&amp;X-Amz-SignedHeaders=host&amp;response-expires=Mon%2C%2025%20Jul%202022%2012%3A10%3A33%20GMT\" alt=\"Aqua Dental, Pinner, implant prices\" width=\"447\" height=\"447\" /></a> Aqua Dental, Pinner, <a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\" target=\"_blank\" rel=\"noopener\">implant prices</a>[/caption]\r\n</div>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li>T<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\">ooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-07-25 10:35:47','2022-07-25 10:35:47','',116,'https://sleepingsolutions.co.uk/?p=148',0,'revision','',0),(155,1,'2022-07-25 12:35:41','2022-07-25 12:35:41','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Sleep Medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to properly rest in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, dental implants are the best solution for missing teeth.</p>\r\n<p>Residents who live in London tend to find prices of dental implants more expensive.</p>\r\n<p>After long research, we\'ve sourced the best dental clinic for dental implant costs in London.</p>\r\n<div>\r\n[caption id=\"\" align=\"alignnone\" width=\"447\"]<a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\"><img src=\"https://document-export.canva.com/R8Ro8/DAFHakR8Ro8/3/thumbnail/0001.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQYCGKMUHWDTJW6UD%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20220724T200656Z&amp;X-Amz-Expires=57817&amp;X-Amz-Signature=400aa591cd743b71d3917c2f3a98c021ac23a1ec4efbc5ee1b7c6442348734f4&amp;X-Amz-SignedHeaders=host&amp;response-expires=Mon%2C%2025%20Jul%202022%2012%3A10%3A33%20GMT\" alt=\"Aqua Dental, Pinner, implant prices\" width=\"447\" height=\"447\" /></a> Aqua Dental, Pinner, <a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\" target=\"_blank\" rel=\"noopener\">implant prices</a>[/caption]\r\n</div>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li>T<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\">ooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-07-25 12:35:41','2022-07-25 12:35:41','',116,'https://sleepingsolutions.co.uk/?p=155',0,'revision','',0),(156,1,'2022-07-25 13:03:36','2022-07-25 13:03:36','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Sleep Medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to properly rest in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, dental implants are the best solution for missing teeth.</p>\r\n<p>Residents who live in London tend to find prices of dental implants more expensive.</p>\r\n<p>After long research, we\'ve sourced the best dental clinic for dental implant costs in London.</p>\r\n<div>\r\n[caption id=\"\" align=\"alignnone\" width=\"447\"]<a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\"><img src=\"https://document-export.canva.com/R8Ro8/DAFHakR8Ro8/3/thumbnail/0001.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQYCGKMUHWDTJW6UD%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20220724T200656Z&amp;X-Amz-Expires=57817&amp;X-Amz-Signature=400aa591cd743b71d3917c2f3a98c021ac23a1ec4efbc5ee1b7c6442348734f4&amp;X-Amz-SignedHeaders=host&amp;response-expires=Mon%2C%2025%20Jul%202022%2012%3A10%3A33%20GMT\" alt=\"Aqua Dental, Pinner, implant prices\" width=\"447\" height=\"447\" /></a> Aqua Dental, Pinner, <a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\" target=\"_blank\" rel=\"noopener\">implant prices</a>[/caption]\r\n</div>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li>T<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\">ooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-07-25 13:03:36','2022-07-25 13:03:36','',116,'https://sleepingsolutions.co.uk/?p=156',0,'revision','',0),(157,1,'2022-08-22 11:22:35','2022-08-22 11:22:35','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<p>[ninja_table_builder id=\"177\"]</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, finding any missing teeth solution can be difficult. However, after long research, we\'ve sourced the <a href=\"https://dorsetdentalimplants.com/dental-implants/multiple-teeth-dental-implants\" target=\"_blank\" rel=\"noopener\">best dental clinic</a> for resolving this issue, they provide multiple procedures and treatment options available to deal with missing teeth.</p>\r\n<p><strong><em>Leaving you feeling happy and confident about your smile again!</em></strong></p>\r\n<p><iframe style=\"border: none; overflow: hidden;\" src=\"https://www.facebook.com/plugins/video.php?height=284&amp;href=https%3A%2F%2Fwww.facebook.com%2Fdorsetdentalimplants%2Fvideos%2F1152230884955382%2F&amp;show_text=true&amp;width=560&amp;t=0\" width=\"560\" height=\"399\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-autosave-v1','','','2022-08-22 11:22:35','2022-08-22 11:22:35','',116,'https://sleepingsolutions.co.uk/?p=157',0,'revision','',0),(158,1,'2022-07-26 11:42:43','2022-07-26 11:42:43','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, dental implants are the best solution for missing teeth.</p>\r\n<p>Residents who live in London tend to find prices of dental implants more expensive.</p>\r\n<p>After long research, we\'ve sourced the best dental clinic for dental implant costs in London.</p>\r\n<div>\r\n[caption id=\"\" align=\"alignnone\" width=\"447\"]<a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\"><img src=\"https://document-export.canva.com/R8Ro8/DAFHakR8Ro8/3/thumbnail/0001.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQYCGKMUHWDTJW6UD%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20220724T200656Z&amp;X-Amz-Expires=57817&amp;X-Amz-Signature=400aa591cd743b71d3917c2f3a98c021ac23a1ec4efbc5ee1b7c6442348734f4&amp;X-Amz-SignedHeaders=host&amp;response-expires=Mon%2C%2025%20Jul%202022%2012%3A10%3A33%20GMT\" alt=\"Aqua Dental, Pinner, implant prices\" width=\"447\" height=\"447\" /></a> Aqua Dental, Pinner, <a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\" target=\"_blank\" rel=\"noopener\">implant prices</a>[/caption]\r\n</div>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-07-26 11:42:43','2022-07-26 11:42:43','',116,'https://sleepingsolutions.co.uk/?p=158',0,'revision','',0),(159,1,'2022-07-26 11:43:35','2022-07-26 11:43:35','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, dental implants are the best solution for missing teeth.</p>\r\n<p>Residents who live in London tend to find prices of dental implants more expensive.</p>\r\n<p>After long research, we\'ve sourced the best dental clinic for dental implant costs.</p>\r\n<div>\r\n[caption id=\"\" align=\"alignnone\" width=\"447\"]<a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\"><img src=\"https://document-export.canva.com/R8Ro8/DAFHakR8Ro8/3/thumbnail/0001.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQYCGKMUHWDTJW6UD%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20220724T200656Z&amp;X-Amz-Expires=57817&amp;X-Amz-Signature=400aa591cd743b71d3917c2f3a98c021ac23a1ec4efbc5ee1b7c6442348734f4&amp;X-Amz-SignedHeaders=host&amp;response-expires=Mon%2C%2025%20Jul%202022%2012%3A10%3A33%20GMT\" alt=\"Aqua Dental, Pinner, implant prices\" width=\"447\" height=\"447\" /></a> Aqua Dental, Pinner, <a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\" target=\"_blank\" rel=\"noopener\">implant cost</a>[/caption]\r\n</div>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-07-26 11:43:35','2022-07-26 11:43:35','',116,'https://sleepingsolutions.co.uk/?p=159',0,'revision','',0),(160,1,'2022-07-26 11:44:52','2022-07-26 11:44:52','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3><a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\" target=\"_blank\" rel=\"noopener\">Missing tooth solutions</a></h3>\r\n<p>Whether you suffer from this problem, dental implants are the best solution for missing teeth. Residents who live in London tend to find the prices of dental implants more expensive; however, after long research, we\'ve sourced the best dental clinic for dental implant costs.</p>\r\n<div>\r\n[caption id=\"\" align=\"alignnone\" width=\"447\"]<a href=\"https://www.aquadentalclinic.co.uk/dental-implants/dental-implant-costs\"><img src=\"https://document-export.canva.com/R8Ro8/DAFHakR8Ro8/3/thumbnail/0001.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQYCGKMUHWDTJW6UD%2F20220724%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20220724T200656Z&amp;X-Amz-Expires=57817&amp;X-Amz-Signature=400aa591cd743b71d3917c2f3a98c021ac23a1ec4efbc5ee1b7c6442348734f4&amp;X-Amz-SignedHeaders=host&amp;response-expires=Mon%2C%2025%20Jul%202022%2012%3A10%3A33%20GMT\" alt=\"Aqua Dental, Pinner, implant prices\" width=\"447\" height=\"447\" /></a> Aqua Dental, Pinner, implant cost[/caption]\r\n</div>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-07-26 11:44:52','2022-07-26 11:44:52','',116,'https://sleepingsolutions.co.uk/?p=160',0,'revision','',0),(162,1,'2022-08-11 15:56:45','2022-08-11 15:56:45','{\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}],\"id\":\"162\",\"field_id\":3,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending\\u2026\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Sleeping Solutions\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"15\",\"redirect\":\"\"}},\"form_tags\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','publish','closed','closed','','simple-contact-form','','','2022-08-11 15:56:49','2022-08-11 15:56:49','',0,'https://sleepingsolutions.co.uk/?post_type=wpforms&#038;p=162',0,'wpforms','',0),(163,1,'2022-08-11 15:56:47','2022-08-11 15:56:47','{\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}],\"id\":\"162\",\"field_id\":3,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending\\u2026\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Sleeping Solutions\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"15\",\"redirect\":\"\"}},\"form_tags\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','inherit','closed','closed','','162-revision-v1','','','2022-08-11 15:56:47','2022-08-11 15:56:47','',162,'https://sleepingsolutions.co.uk/?p=163',0,'revision','',0),(164,1,'2022-08-11 15:57:11','2022-08-11 15:57:11','If you want to get in touch with us, please <a href=\"tel:01378398882\">call us</a> or <a href=\"mailto:info@sleepingsolutions.co.uk\">send us an email.</a>\r\n<table class=\"wp-list-table widefat fixed striped table-view-list forms\">\r\n<tbody id=\"the-list\" data-wp-lists=\"list:form\">\r\n<tr>\r\n<td class=\"shortcode column-shortcode\" data-colname=\"Shortcode\">[wpforms id=\"162\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Get in contact','','inherit','closed','closed','','88-revision-v1','','','2022-08-11 15:57:11','2022-08-11 15:57:11','',88,'https://sleepingsolutions.co.uk/?p=164',0,'revision','',0),(167,1,'2021-11-12 14:26:47','2021-11-12 14:26:47','<span data-preserver-spaces=\"true\">We always hear about cholesterol and how you want to avoid having high levels of it.</span>\r\n\r\n<span data-preserver-spaces=\"true\"> But what does it actually mean? According to the National Heart, Lung and Blood Institute, “cholesterol is a waxy, fat-like substance that’s found in all cells of the body.”</span>\r\n\r\n<span data-preserver-spaces=\"true\">It doesn’t exactly sound good, to begin with, but it’s in all cells, so what’s the big deal? In this article, we’ll go more into detail about how cholesterol and cholesterol levels work in your body and why it’s important for maintaining your health.</span>\r\n<h3><span data-preserver-spaces=\"true\">Cholesterol Comes in Food and Your Body</span></h3>\r\n<span data-preserver-spaces=\"true\">Your body actually manifests cholesterol naturally. The liver produces cholesterol to help make the outer layers of cells, completing the makeup of bile acids that aid in digestion. Cholesterol also helps the body perform other functions, which we’ll cover later. </span>\r\n\r\n<span data-preserver-spaces=\"true\">The point here is that you don’t just get cholesterol from your diet. Your body creates it as well, meaning even if you never ate any food with cholesterol in it, you’ll still have it in you. In fact, you need it to live.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Having said that, you still shouldn’t eat huge amounts of cholesterol. Everything in life requires balance, and this stays true in all forms of nutrition, even cholesterol levels.</span>\r\n<h3><span data-preserver-spaces=\"true\">Cholesterol Only Comes from Animal Foods</span></h3>\r\n<span data-preserver-spaces=\"true\">You won’t find cholesterol in a Vegan diet. Cholesterol only comes from animal products, so if you find yourself eating red meat, chicken, eggs, fish, organs, or dairy products that contain fat in them, you’re probably eating cholesterol. </span>\r\n\r\n<span data-preserver-spaces=\"true\">Basically, any animal product with animal fat you can guarantee has cholesterol in it. You’ll find this because animals, like us, produce cholesterol in their body naturally.</span>\r\n<h3><span data-preserver-spaces=\"true\">Unlike Fats, You Can’t Burn Off Cholesterol</span></h3>\r\n<span data-preserver-spaces=\"true\">The best way to combat excess fat or counteract the amount of fat in your diet has always been exercise. That’s why so many athletes can eat such high-calorie diets that are still high in fat and stay in such good shape.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Unfortunately, unlike fats, cholesterol doesn’t burn off. But, this doesn’t mean it can’t help. Even if you don’t burn off the cholesterol, regular exercise helps push your body to further eliminate bad cholesterol, teaching it to produce less of them, and also to produce more of the good kinds of cholesterol. That’s the other good news—not all cholesterol hurts you. In fact, some cholesterol actually helps your body function better.</span>\r\n<h3><span data-preserver-spaces=\"true\">There Are Two Types: One Good and One Bad</span></h3>\r\n<span data-preserver-spaces=\"true\">Your body actually produces two types of cholesterol. Each of these two types of cholesterol gets carried through the bloodstream by different water-soluble “bubbles” of protein. One of these types, called low-density-lipoproteins (LDLs), helps carry cholesterol to your body’s tissues. We call this type the “bad” cholesterol because doctors have found links between high LDL levels and heart disease.</span>\r\n\r\n<span data-preserver-spaces=\"true\">The other type of cholesterol gets carried by high-density lipoproteins. These proteins help carry excess cholesterol back to the liver to get processed and usually excreted. We call this cholesterol “good” because higher levels of it are associated with better health.</span>\r\n\r\n<span data-preserver-spaces=\"true\">So, you can see how cholesterol can get confusing quickly. That’s why it’s good to know all the facts. HDLs and LDLs only exist in your body; you won’t find them in your food. So don’t go looking for foods high in HDLs and low in LDLs, you won’t find anything helpful.</span>\r\n<h3><span data-preserver-spaces=\"true\">Eating Fat Can Help You; Or Hurt You</span></h3>\r\n<span data-preserver-spaces=\"true\">So, how do you balance out your LDLs and HDLs? First of all, notice that the more saturated fats you eat, the higher you’ll find your overall cholesterol levels. Overall high cholesterol levels, even if HDLs increase at all, still show a high correlation with heart disease. So, do your best to avoid eating too much-saturated fat. On the other hand, eating no saturated fat might not do you well either. You don’t want to have really low cholesterol levels.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Unsaturated fats can help, but not always. Polyunsaturated fats can lower your overall cholesterol level, but they also lower HDL levels. If you want to lower cholesterol levels, but keep up your HDLs, the best fat or oil to eat comes from olives. Fish has also been known to help with this, but nothing has more evidence of lowering overall cholesterol levels without affecting HDLs than olive oil.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Keep this in mind: Olive oils don’t actually increase your HDLs, so still don’t just eat olive oil as your only fat. Make sure you have a healthy level of HDLs, and then use olive oil to help keep down the levels of bad cholesterol.</span>\r\n<h3><span data-preserver-spaces=\"true\">Paying Attention to Your Body Can Save You</span></h3>\r\n<span data-preserver-spaces=\"true\">You can save yourself a lot of trouble by going to the doctor for regular checkups. Doctors know what your cholesterol levels should look like. They also can help determine if you’re already at risk for heart disease for a number of reasons and can help you make decisions on whether you should change your diet. </span>\r\n\r\n<span data-preserver-spaces=\"true\">If you want to know what the doctor looks for when checking your cholesterol levels, they measure the levels in mg/dL (milligrams per deciliter). Cholesterol levels should never go higher than 200mg/dL, which basically means no more than .2 grams for every 1/10 of a litre. LDLs appear more frequently, and a healthy person wants to have them lower than 130 mg/dL. HDL levels should sit at least at 40 mg/dL, but hopefully higher.</span>\r\n<h3><span data-preserver-spaces=\"true\">Fibre Helps</span></h3>\r\n<span data-preserver-spaces=\"true\">If you already eat lots of olive oil, and you don’t want to cut out any more animal products, fibre offers another great way to help your body eliminate cholesterol.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Foods such as oats, beans, okra, and barley come rich in soluble fibres. Oats for breakfast have consistently shown a range of benefits, and in the case of cholesterol, the argument still stands. If you care about your health and diet, seriously consider changing your breakfast to an oat-based cereal. But, if you’re doing it to lower cholesterol, try not to mix in any dairy.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hopefully, this guide helps you understand how cholesterol works a bit better and will help you make more informed decisions about your health in the future.</span>\r\n\r\n<span data-preserver-spaces=\"true\"> </span>','7 Cholesterol Facts that Could Save Your Life','','publish','closed','closed','','7-cholesterol-facts-that-could-save-your-life','','','2022-08-12 14:27:06','2022-08-12 14:27:06','',0,'https://sleepingsolutions.co.uk/?p=167',0,'post','',0),(168,1,'2022-08-12 14:25:40','2022-08-12 14:25:40','<span data-preserver-spaces=\"true\">We always hear about cholesterol and how you want to avoid having high levels of it.</span>\r\n\r\n<span data-preserver-spaces=\"true\"> But what does it actually mean? According to the National Heart, Lung and Blood Institute, “cholesterol is a waxy, fat-like substance that’s found in all cells of the body.”</span>\r\n\r\n<span data-preserver-spaces=\"true\">It doesn’t exactly sound good, to begin with, but it’s in all cells, so what’s the big deal? In this article, we’ll go more into detail about how cholesterol and cholesterol levels work in your body and why it’s important for maintaining your health.</span>\r\n<h3><span data-preserver-spaces=\"true\">Cholesterol Comes in Food and Your Body</span></h3>\r\n<span data-preserver-spaces=\"true\">Your body actually manifests cholesterol naturally. The liver produces cholesterol to help make the outer layers of cells, completing the makeup of bile acids that aid in digestion. Cholesterol also helps the body perform other functions, which we’ll cover later. </span>\r\n\r\n<span data-preserver-spaces=\"true\">The point here is that you don’t just get cholesterol from your diet. Your body creates it as well, meaning even if you never ate any food with cholesterol in it, you’ll still have it in you. In fact, you need it to live.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Having said that, you still shouldn’t eat huge amounts of cholesterol. Everything in life requires balance, and this stays true in all forms of nutrition, even cholesterol levels.</span>\r\n<h3><span data-preserver-spaces=\"true\">Cholesterol Only Comes from Animal Foods</span></h3>\r\n<span data-preserver-spaces=\"true\">You won’t find cholesterol in a Vegan diet. Cholesterol only comes from animal products, so if you find yourself eating red meat, chicken, eggs, fish, organs, or dairy products that contain fat in them, you’re probably eating cholesterol. </span>\r\n\r\n<span data-preserver-spaces=\"true\">Basically, any animal product with animal fat you can guarantee has cholesterol in it. You’ll find this because animals, like us, produce cholesterol in their body naturally.</span>\r\n<h3><span data-preserver-spaces=\"true\">Unlike Fats, You Can’t Burn Off Cholesterol</span></h3>\r\n<span data-preserver-spaces=\"true\">The best way to combat excess fat or counteract the amount of fat in your diet has always been exercise. That’s why so many athletes can eat such high-calorie diets that are still high in fat and stay in such good shape.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Unfortunately, unlike fats, cholesterol doesn’t burn off. But, this doesn’t mean it can’t help. Even if you don’t burn off the cholesterol, regular exercise helps push your body to further eliminate bad cholesterol, teaching it to produce less of them, and also to produce more of the good kinds of cholesterol. That’s the other good news—not all cholesterol hurts you. In fact, some cholesterol actually helps your body function better.</span>\r\n<h3><span data-preserver-spaces=\"true\">There Are Two Types: One Good and One Bad</span></h3>\r\n<span data-preserver-spaces=\"true\">Your body actually produces two types of cholesterol. Each of these two types of cholesterol gets carried through the bloodstream by different water-soluble “bubbles” of protein. One of these types, called low-density-lipoproteins (LDLs), helps carry cholesterol to your body’s tissues. We call this type the “bad” cholesterol because doctors have found links between high LDL levels and heart disease.</span>\r\n\r\n<span data-preserver-spaces=\"true\">The other type of cholesterol gets carried by high-density lipoproteins. These proteins help carry excess cholesterol back to the liver to get processed and usually excreted. We call this cholesterol “good” because higher levels of it are associated with better health.</span>\r\n\r\n<span data-preserver-spaces=\"true\">So, you can see how cholesterol can get confusing quickly. That’s why it’s good to know all the facts. HDLs and LDLs only exist in your body; you won’t find them in your food. So don’t go looking for foods high in HDLs and low in LDLs, you won’t find anything helpful.</span>\r\n<h3><span data-preserver-spaces=\"true\">Eating Fat Can Help You; Or Hurt You</span></h3>\r\n<span data-preserver-spaces=\"true\">So, how do you balance out your LDLs and HDLs? First of all, notice that the more saturated fats you eat, the higher you’ll find your overall cholesterol levels. Overall high cholesterol levels, even if HDLs increase at all, still show a high correlation with heart disease. So, do your best to avoid eating too much-saturated fat. On the other hand, eating no saturated fat might not do you well either. You don’t want to have really low cholesterol levels.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Unsaturated fats can help, but not always. Polyunsaturated fats can lower your overall cholesterol level, but they also lower HDL levels. If you want to lower cholesterol levels, but keep up your HDLs, the best fat or oil to eat comes from olives. Fish has also been known to help with this, but nothing has more evidence of lowering overall cholesterol levels without affecting HDLs than olive oil.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Keep this in mind: Olive oils don’t actually increase your HDLs, so still don’t just eat olive oil as your only fat. Make sure you have a healthy level of HDLs, and then use olive oil to help keep down the levels of bad cholesterol.</span>\r\n<h3><span data-preserver-spaces=\"true\">Paying Attention to Your Body Can Save You</span></h3>\r\n<span data-preserver-spaces=\"true\">You can save yourself a lot of trouble by going to the doctor for regular checkups. Doctors know what your cholesterol levels should look like. They also can help determine if you’re already at risk for heart disease for a number of reasons and can help you make decisions on whether you should change your diet. </span>\r\n\r\n<span data-preserver-spaces=\"true\">If you want to know what the doctor looks for when checking your cholesterol levels, they measure the levels in mg/dL (milligrams per deciliter). Cholesterol levels should never go higher than 200mg/dL, which basically means no more than .2 grams for every 1/10 of a litre. LDLs appear more frequently, and a healthy person wants to have them lower than 130 mg/dL. HDL levels should sit at least at 40 mg/dL, but hopefully higher.</span>\r\n<h3><span data-preserver-spaces=\"true\">Fibre Helps</span></h3>\r\n<span data-preserver-spaces=\"true\">If you already eat lots of olive oil, and you don’t want to cut out any more animal products, fibre offers another great way to help your body eliminate cholesterol.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Foods such as oats, beans, okra, and barley come rich in soluble fibres. Oats for breakfast have consistently shown a range of benefits, and in the case of cholesterol the argument still stands. If you care about your health and diet, seriously consider changing your breakfast to an oat-based cereal. But, if you’re doing it to lower cholesterol, try not to mix in any dairy.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hopefully, this guide helps you understand how cholesterol works a bit better and will help you make more informed decisions about your health in the future.</span>\r\n\r\n<span data-preserver-spaces=\"true\"> </span>','7 Cholesterol Facts that Could Save Your Life','','inherit','closed','closed','','167-revision-v1','','','2022-08-12 14:25:40','2022-08-12 14:25:40','',167,'https://sleepingsolutions.co.uk/?p=168',0,'revision','',0),(169,1,'2022-08-12 14:26:15','2022-08-12 14:26:15','','','','inherit','closed','closed','','healthy-food','','','2022-08-12 14:26:21','2022-08-12 14:26:21','',167,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg',0,'attachment','image/jpeg',0),(170,1,'2022-08-12 14:26:42','2022-08-12 14:26:42','<span data-preserver-spaces=\"true\">We always hear about cholesterol and how you want to avoid having high levels of it.</span>\r\n\r\n<span data-preserver-spaces=\"true\"> But what does it actually mean? According to the National Heart, Lung and Blood Institute, “cholesterol is a waxy, fat-like substance that’s found in all cells of the body.”</span>\r\n\r\n<span data-preserver-spaces=\"true\">It doesn’t exactly sound good, to begin with, but it’s in all cells, so what’s the big deal? In this article, we’ll go more into detail about how cholesterol and cholesterol levels work in your body and why it’s important for maintaining your health.</span>\r\n<h3><span data-preserver-spaces=\"true\">Cholesterol Comes in Food and Your Body</span></h3>\r\n<span data-preserver-spaces=\"true\">Your body actually manifests cholesterol naturally. The liver produces cholesterol to help make the outer layers of cells, completing the makeup of bile acids that aid in digestion. Cholesterol also helps the body perform other functions, which we’ll cover later. </span>\r\n\r\n<span data-preserver-spaces=\"true\">The point here is that you don’t just get cholesterol from your diet. Your body creates it as well, meaning even if you never ate any food with cholesterol in it, you’ll still have it in you. In fact, you need it to live.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Having said that, you still shouldn’t eat huge amounts of cholesterol. Everything in life requires balance, and this stays true in all forms of nutrition, even cholesterol levels.</span>\r\n<h3><span data-preserver-spaces=\"true\">Cholesterol Only Comes from Animal Foods</span></h3>\r\n<span data-preserver-spaces=\"true\">You won’t find cholesterol in a Vegan diet. Cholesterol only comes from animal products, so if you find yourself eating red meat, chicken, eggs, fish, organs, or dairy products that contain fat in them, you’re probably eating cholesterol. </span>\r\n\r\n<span data-preserver-spaces=\"true\">Basically, any animal product with animal fat you can guarantee has cholesterol in it. You’ll find this because animals, like us, produce cholesterol in their body naturally.</span>\r\n<h3><span data-preserver-spaces=\"true\">Unlike Fats, You Can’t Burn Off Cholesterol</span></h3>\r\n<span data-preserver-spaces=\"true\">The best way to combat excess fat or counteract the amount of fat in your diet has always been exercise. That’s why so many athletes can eat such high-calorie diets that are still high in fat and stay in such good shape.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Unfortunately, unlike fats, cholesterol doesn’t burn off. But, this doesn’t mean it can’t help. Even if you don’t burn off the cholesterol, regular exercise helps push your body to further eliminate bad cholesterol, teaching it to produce less of them, and also to produce more of the good kinds of cholesterol. That’s the other good news—not all cholesterol hurts you. In fact, some cholesterol actually helps your body function better.</span>\r\n<h3><span data-preserver-spaces=\"true\">There Are Two Types: One Good and One Bad</span></h3>\r\n<span data-preserver-spaces=\"true\">Your body actually produces two types of cholesterol. Each of these two types of cholesterol gets carried through the bloodstream by different water-soluble “bubbles” of protein. One of these types, called low-density-lipoproteins (LDLs), helps carry cholesterol to your body’s tissues. We call this type the “bad” cholesterol because doctors have found links between high LDL levels and heart disease.</span>\r\n\r\n<span data-preserver-spaces=\"true\">The other type of cholesterol gets carried by high-density lipoproteins. These proteins help carry excess cholesterol back to the liver to get processed and usually excreted. We call this cholesterol “good” because higher levels of it are associated with better health.</span>\r\n\r\n<span data-preserver-spaces=\"true\">So, you can see how cholesterol can get confusing quickly. That’s why it’s good to know all the facts. HDLs and LDLs only exist in your body; you won’t find them in your food. So don’t go looking for foods high in HDLs and low in LDLs, you won’t find anything helpful.</span>\r\n<h3><span data-preserver-spaces=\"true\">Eating Fat Can Help You; Or Hurt You</span></h3>\r\n<span data-preserver-spaces=\"true\">So, how do you balance out your LDLs and HDLs? First of all, notice that the more saturated fats you eat, the higher you’ll find your overall cholesterol levels. Overall high cholesterol levels, even if HDLs increase at all, still show a high correlation with heart disease. So, do your best to avoid eating too much-saturated fat. On the other hand, eating no saturated fat might not do you well either. You don’t want to have really low cholesterol levels.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Unsaturated fats can help, but not always. Polyunsaturated fats can lower your overall cholesterol level, but they also lower HDL levels. If you want to lower cholesterol levels, but keep up your HDLs, the best fat or oil to eat comes from olives. Fish has also been known to help with this, but nothing has more evidence of lowering overall cholesterol levels without affecting HDLs than olive oil.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Keep this in mind: Olive oils don’t actually increase your HDLs, so still don’t just eat olive oil as your only fat. Make sure you have a healthy level of HDLs, and then use olive oil to help keep down the levels of bad cholesterol.</span>\r\n<h3><span data-preserver-spaces=\"true\">Paying Attention to Your Body Can Save You</span></h3>\r\n<span data-preserver-spaces=\"true\">You can save yourself a lot of trouble by going to the doctor for regular checkups. Doctors know what your cholesterol levels should look like. They also can help determine if you’re already at risk for heart disease for a number of reasons and can help you make decisions on whether you should change your diet. </span>\r\n\r\n<span data-preserver-spaces=\"true\">If you want to know what the doctor looks for when checking your cholesterol levels, they measure the levels in mg/dL (milligrams per deciliter). Cholesterol levels should never go higher than 200mg/dL, which basically means no more than .2 grams for every 1/10 of a litre. LDLs appear more frequently, and a healthy person wants to have them lower than 130 mg/dL. HDL levels should sit at least at 40 mg/dL, but hopefully higher.</span>\r\n<h3><span data-preserver-spaces=\"true\">Fibre Helps</span></h3>\r\n<span data-preserver-spaces=\"true\">If you already eat lots of olive oil, and you don’t want to cut out any more animal products, fibre offers another great way to help your body eliminate cholesterol.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Foods such as oats, beans, okra, and barley come rich in soluble fibres. Oats for breakfast have consistently shown a range of benefits, and in the case of cholesterol, the argument still stands. If you care about your health and diet, seriously consider changing your breakfast to an oat-based cereal. But, if you’re doing it to lower cholesterol, try not to mix in any dairy.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hopefully, this guide helps you understand how cholesterol works a bit better and will help you make more informed decisions about your health in the future.</span>\r\n\r\n<span data-preserver-spaces=\"true\"> </span>','7 Cholesterol Facts that Could Save Your Life','','inherit','closed','closed','','167-revision-v1','','','2022-08-12 14:26:42','2022-08-12 14:26:42','',167,'https://sleepingsolutions.co.uk/?p=170',0,'revision','',0),(173,1,'2022-08-12 14:37:14','2022-08-12 14:37:14','','Home','','inherit','closed','closed','','124-revision-v1','','','2022-08-12 14:37:14','2022-08-12 14:37:14','',124,'https://sleepingsolutions.co.uk/?p=173',0,'revision','',0),(176,1,'2022-08-22 11:16:32','2022-08-22 11:16:32','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, finding any missing teeth solution can be difficult. However, after long research, we\'ve sourced the <a href=\"https://dorsetdentalimplants.com/dental-implants/multiple-teeth-dental-implants\" target=\"_blank\" rel=\"noopener\">best dental clinic</a> for resolving this issue, they provide multiple procedures and treatment options available to deal with missing teeth.</p>\r\n<p><strong><em>Leaving you feeling happy and confident about your smile again!</em></strong></p>\r\n<p><iframe style=\"border: none; overflow: hidden;\" src=\"https://www.facebook.com/plugins/video.php?height=284&amp;href=https%3A%2F%2Fwww.facebook.com%2Fdorsetdentalimplants%2Fvideos%2F1152230884955382%2F&amp;show_text=true&amp;width=560&amp;t=0\" width=\"560\" height=\"399\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-08-22 11:16:32','2022-08-22 11:16:32','',116,'https://sleepingsolutions.co.uk/?p=176',0,'revision','',0),(177,1,'2022-08-22 11:18:14','2022-08-22 11:18:14','','Common Causes of Insomnia','','publish','closed','closed','','symptoms-include','','','2022-08-22 11:22:29','2022-08-22 11:22:29','',0,'https://sleepingsolutions.co.uk/health-blog/ninja-table/symptoms-include/',0,'ninja-table','',0),(178,1,'2022-08-22 11:22:58','2022-08-22 11:22:58','<!-- wp:heading -->\r\n<h2><a href=\"/\">A Study: Missing Teeth &amp; Sleep Problems</a></h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>According to a new Japanese study, those who care better for their teeth are less likely to suffer from any insomnia-related problems or sleep apnea.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The research published in the journal of <a href=\"https://www.sleep-journal.com/\" target=\"_blank\" rel=\"noreferrer noopener\">sleep medicine</a> discovered that patients who had fewer missing teeth experienced less-than-optimal insomnia.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The cause of this is missing teeth and how they affect the tongue\'s ability to rest properly in the mouth.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Therefore, researchers have concluded that the inability of the tongue to rest is compromised by missing teeth, which can cause sleep apnea.</p>\r\n<p>[ninja_table_builder id=\"177\"]</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Diving into the details</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Researchers from <a href=\"http://www.tohoku.ac.jp/en/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"http://www.tohoku.ac.jp/en/\">Tohoku University</a> conducted a study on 23,444 elderly participants who were randomly selected. The average age was 73.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>“The finding that older adults with fewer teeth had both shorter and longer sleep durations indicate that these individuals may be suffering from OSA,” they wrote.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The study uncovered that elderly people with less than 10 teeth more often than not get the recommended seven hours of sleep per night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Some, according to researchers, only get four hours of sleep a night.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The particular age group of the over 60s are particularly vulnerable.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":118,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Missing tooth solutions</h3>\r\n<p>Whether you suffer from this problem, finding any missing teeth solution can be difficult. However, after long research, we\'ve sourced the <a href=\"https://dorsetdentalimplants.com/dental-implants/multiple-teeth-dental-implants\" target=\"_blank\" rel=\"noopener\">best dental clinic</a> for resolving this issue, they provide multiple procedures and treatment options available to deal with missing teeth.</p>\r\n<p><strong><em>Leaving you feeling happy and confident about your smile again!</em></strong></p>\r\n<p><iframe style=\"border: none; overflow: hidden;\" src=\"https://www.facebook.com/plugins/video.php?height=284&amp;href=https%3A%2F%2Fwww.facebook.com%2Fdorsetdentalimplants%2Fvideos%2F1152230884955382%2F&amp;show_text=true&amp;width=560&amp;t=0\" width=\"560\" height=\"399\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<h3><a href=\"https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/\" target=\"_blank\" rel=\"noopener\">Time to visit the dentist?</a></h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The researchers also made the point that to prevent tooth-related obstructive sleep apnea, it\'s critical for people of all ages to implement correct dental habits.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>More than this, if you have a missing tooth, it\'s recommended to get this replaced with advanced treatments like dental implants to avoid an array of detrimental health consequences.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you experience tooth loss with several teeth and are worried there is nothing that can be done to help you, you might want to check out procedures like <a href=\"https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/\" target=\"_blank\" rel=\"noopener\">all on four</a>, which can replace missing teeth in one go, and in just one day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Read more:</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li><a href=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8\">Tooth loss and obstructive sleep apnoea</a></li>\r\n<li><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/\" target=\"_blank\" rel=\"noopener\">Tooth loss and obstructive sleep apnea signs and symptoms</a></li>\r\n<li><a href=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n<li><a href=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690\">The Connection Between Sleep Apnea and Oral Health</a></li>\r\n</ul>\r\n<!-- /wp:list -->','Missing Teeth Increase The Risk Of Insomnia','','inherit','closed','closed','','116-revision-v1','','','2022-08-22 11:22:58','2022-08-22 11:22:58','',116,'https://sleepingsolutions.co.uk/?p=178',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_redirection_404` WRITE;
/*!40000 ALTER TABLE `wp_redirection_404` DISABLE KEYS */;
INSERT INTO `wp_redirection_404` VALUES (9237,'2023-01-24 17:34:20','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9238,'2023-01-24 20:16:00','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_3 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9239,'2023-01-24 22:49:56','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3760. Safari/537.36 Edg/77.0.141.7','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9240,'2023-01-25 00:36:50','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9241,'2023-01-25 01:24:14','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.35','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9242,'2023-01-25 03:49:56','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/101.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9243,'2023-01-25 04:58:53','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.35','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9244,'2023-01-25 06:32:05','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.4.2 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9245,'2023-01-25 06:53:05','/2021/02/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.77.22'),(9246,'2023-01-25 09:06:10','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'5.255.253.141'),(9247,'2023-01-25 09:41:01','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_3_4 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9248,'2023-01-25 11:18:07','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.3282.140 Safari/537.36 Edge/18.17763','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9249,'2023-01-25 12:03:04','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','Safari/17614.3.7.1.7 CFNetwork/1335.0.3 Darwin/21.6.0',NULL,404,'GET',NULL,'109.156.14.96'),(9250,'2023-01-25 12:03:05','/apple-touch-icon.png','https://sleepingsolutions.co.uk','Safari/17614.3.7.1.7 CFNetwork/1335.0.3 Darwin/21.6.0',NULL,404,'GET',NULL,'109.156.14.96'),(9251,'2023-01-25 12:03:06','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','Safari/17614.3.7.1.7 CFNetwork/1335.0.3 Darwin/21.6.0',NULL,404,'GET',NULL,'109.156.14.96'),(9252,'2023-01-25 12:03:07','/apple-touch-icon.png','https://sleepingsolutions.co.uk','Safari/17614.3.7.1.7 CFNetwork/1335.0.3 Darwin/21.6.0',NULL,404,'GET',NULL,'109.156.14.96'),(9253,'2023-01-25 13:47:48','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','Safari/14611.3.10.1.7 CFNetwork/978.5 Darwin/18.7.0 (x86_64)',NULL,404,'GET',NULL,'131.251.32.95'),(9254,'2023-01-25 13:47:49','/apple-touch-icon.png','https://sleepingsolutions.co.uk','Safari/14611.3.10.1.7 CFNetwork/978.5 Darwin/18.7.0 (x86_64)',NULL,404,'GET',NULL,'131.251.32.95'),(9255,'2023-01-25 13:47:50','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','Safari/14611.3.10.1.7 CFNetwork/978.5 Darwin/18.7.0 (x86_64)',NULL,404,'GET',NULL,'131.251.32.95'),(9256,'2023-01-25 13:47:51','/apple-touch-icon.png','https://sleepingsolutions.co.uk','Safari/14611.3.10.1.7 CFNetwork/978.5 Darwin/18.7.0 (x86_64)',NULL,404,'GET',NULL,'131.251.32.95'),(9257,'2023-01-25 13:48:27','/tag/dental-implants/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.6'),(9258,'2023-01-25 14:11:34','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/80.0.1055.1 Safari/535.24','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9259,'2023-01-25 15:52:41','/images/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.37.20'),(9260,'2023-01-25 15:52:52','/uploads/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.37.8'),(9261,'2023-01-25 15:53:00','/img/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.37.20'),(9262,'2023-01-25 15:53:12','/upload/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.36.0'),(9263,'2023-01-25 15:53:22','/gallery/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.36.12'),(9264,'2023-01-25 15:53:32','/files/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.36.24'),(9265,'2023-01-25 15:53:42','/pdf/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.36.12'),(9266,'2023-01-25 15:53:50','/docs/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'182.2.36.24'),(9267,'2023-01-25 16:09:39','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9268,'2023-01-25 18:37:42','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.4.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9269,'2023-01-25 19:52:45','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9270,'2023-01-25 20:43:32','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','Safari/15612.4.9.1.8 CFNetwork/1128.1 Darwin/19.6.0 (x86_64)',NULL,404,'GET',NULL,'152.37.73.195'),(9271,'2023-01-25 20:43:33','/apple-touch-icon.png','https://sleepingsolutions.co.uk','Safari/15612.4.9.1.8 CFNetwork/1128.1 Darwin/19.6.0 (x86_64)',NULL,404,'GET',NULL,'152.37.73.195'),(9272,'2023-01-25 20:43:35','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','Safari/15612.4.9.1.8 CFNetwork/1128.1 Darwin/19.6.0 (x86_64)',NULL,404,'GET',NULL,'152.37.73.195'),(9273,'2023-01-25 20:43:35','/apple-touch-icon.png','https://sleepingsolutions.co.uk','Safari/15612.4.9.1.8 CFNetwork/1128.1 Darwin/19.6.0 (x86_64)',NULL,404,'GET',NULL,'152.37.73.195'),(9274,'2023-01-25 23:19:26','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9275,'2023-01-25 23:23:37','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/101.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9276,'2023-01-26 02:23:17','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9277,'2023-01-26 03:44:10','/wp-content/plugins/html404/index.html','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9278,'2023-01-26 03:46:48','/images/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9279,'2023-01-26 03:46:51','/uploads/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9280,'2023-01-26 03:46:52','/img/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9281,'2023-01-26 03:46:55','/upload/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9282,'2023-01-26 03:46:57','/gallery/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9283,'2023-01-26 03:47:02','/files/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9284,'2023-01-26 03:47:04','/pdf/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9285,'2023-01-26 03:47:05','/docs/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'196.74.207.174'),(9286,'2023-01-26 05:17:11','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.3282.140 Safari/537.36 Edge/18.17763','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9287,'2023-01-26 06:04:36','/mt/','https://sleepingsolutions.co.uk','python-requests/2.26.0',NULL,404,'GET',NULL,'196.74.207.174'),(9288,'2023-01-26 06:04:37','/ALFA_DATA/alfacgiapi/','https://sleepingsolutions.co.uk','python-requests/2.26.0',NULL,404,'GET',NULL,'196.74.207.174'),(9289,'2023-01-26 06:04:42','/wp-content/ALFA_DATA/alfacgiapi/','https://sleepingsolutions.co.uk','python-requests/2.26.0',NULL,404,'GET',NULL,'196.74.207.174'),(9290,'2023-01-26 06:11:05','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9291,'2023-01-26 09:40:11','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9292,'2023-01-26 10:39:45','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9293,'2023-01-26 11:17:50','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.65.96'),(9294,'2023-01-26 11:41:42','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9295,'2023-01-26 12:22:39','/mattresssize.htm','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.178'),(9296,'2023-01-26 15:02:02','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9297,'2023-01-26 15:47:50','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.65.96'),(9298,'2023-01-26 17:12:08','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/101.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9299,'2023-01-26 20:17:09','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9300,'2023-01-26 20:26:06','/vendor/phpunit/phpunit/build.xml','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50',NULL,404,'GET',NULL,'196.217.104.212'),(9301,'2023-01-26 21:01:43','/author/sleepingsolutions/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)',NULL,404,'GET',NULL,'17.241.75.49'),(9302,'2023-01-26 21:07:27','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9303,'2023-01-26 23:18:03','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/10.0.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9304,'2023-01-27 02:20:36','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9305,'2023-01-27 04:05:25','/favicon.ico/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1866.237 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.179'),(9306,'2023-01-27 04:05:27','/favicon.ico/wp-content/plugins/quiz-master-next/README.md','https://sleepingsolutions.co.uk','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',NULL,404,'GET',NULL,'185.65.134.179'),(9307,'2023-01-27 04:05:27','/favicon.ico/wp-admin','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.179'),(9308,'2023-01-27 04:05:29','/favicon.ico/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/2KtSK8ep1NSN2YrcboUxHit4LMs.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.179'),(9309,'2023-01-27 04:05:29','/favicon.ico/wp-content/plugins/arprice-responsive-pricing-table/js/arprice.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.179'),(9310,'2023-01-27 04:05:35','/favicon.ico/wp-content/plugins/woc-order-alert/assets/admin/js/scripts.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.179'),(9311,'2023-01-27 05:05:05','/wp-content/plugins/quiz-master-next/README.md','https://sleepingsolutions.co.uk','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',NULL,404,'GET',NULL,'185.65.134.166'),(9312,'2023-01-27 05:05:06','/wp-content/plugins/vr-calendar-sync/assets/js/public.js','https://sleepingsolutions.co.uk','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',NULL,404,'GET',NULL,'185.65.134.166'),(9313,'2023-01-27 05:05:07','/?p=1','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.166'),(9314,'2023-01-27 05:05:07','/wp-content/plugins/arprice-responsive-pricing-table/js/arprice.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.166'),(9315,'2023-01-27 05:05:07','/wp-content/plugins/woc-order-alert/assets/admin/js/scripts.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.166'),(9316,'2023-01-27 05:05:07','/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/2KtZZprQuAUCriCQsmhwvxusdTR.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36',NULL,404,'GET',NULL,'185.65.134.166'),(9317,'2023-01-27 05:31:56','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9318,'2023-01-27 05:38:22','/wp-text/themes/seotheme/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(9319,'2023-01-27 05:39:43','/.well-known/cgialfa','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(9320,'2023-01-27 05:39:53','/wp-text/uploads/cgialfa','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(9321,'2023-01-27 05:39:56','/admin/controller/extension/extension/alfacgiapi','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(9322,'2023-01-27 05:40:31','/vendor/phpunit/phpunit/src/Util/PHP/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36',NULL,404,'GET',NULL,'20.125.141.130'),(9323,'2023-01-27 06:16:30','/2021/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.178'),(9324,'2023-01-27 08:17:26','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 10; Z832 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Mobile Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9325,'2023-01-27 10:02:06','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_3 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9326,'2023-01-27 12:13:32','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 10; Z832 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Mobile Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9327,'2023-01-27 13:17:51','/.git/config','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36',NULL,404,'GET',NULL,'139.59.146.77'),(9328,'2023-01-27 13:41:42','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9329,'2023-01-27 14:03:37','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/103.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9330,'2023-01-27 14:19:20','/apple-touch-icon-120x120-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0',NULL,404,'GET',NULL,'185.69.144.254'),(9331,'2023-01-27 14:19:21','/apple-touch-icon-120x120.png','https://sleepingsolutions.co.uk','MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0',NULL,404,'GET',NULL,'185.69.144.254'),(9332,'2023-01-27 14:19:21','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0',NULL,404,'GET',NULL,'185.69.144.254'),(9333,'2023-01-27 14:19:22','/apple-touch-icon.png','https://sleepingsolutions.co.uk','MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0',NULL,404,'GET',NULL,'185.69.144.254'),(9334,'2023-01-27 16:13:33','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3980 Safari/537.36 Edg/80.0.145.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9335,'2023-01-27 19:39:11','/apple-touch-icon-120x120-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.4.6.0.5 CFNetwork/1404.0.5 Darwin/22.3.0',NULL,404,'GET',NULL,'51.241.73.14'),(9336,'2023-01-27 19:39:12','/apple-touch-icon-120x120.png','https://sleepingsolutions.co.uk','MobileSafari/8614.4.6.0.5 CFNetwork/1404.0.5 Darwin/22.3.0',NULL,404,'GET',NULL,'51.241.73.14'),(9337,'2023-01-27 19:39:12','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.4.6.0.5 CFNetwork/1404.0.5 Darwin/22.3.0',NULL,404,'GET',NULL,'51.241.73.14'),(9338,'2023-01-27 19:39:13','/apple-touch-icon.png','https://sleepingsolutions.co.uk','MobileSafari/8614.4.6.0.5 CFNetwork/1404.0.5 Darwin/22.3.0',NULL,404,'GET',NULL,'51.241.73.14'),(9339,'2023-01-27 20:03:33','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:70.0) Gecko/20100101 Firefox/70.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9340,'2023-01-27 20:22:16','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9341,'2023-01-27 23:03:00','/apple-touch-icon-120x120-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'86.128.111.149'),(9342,'2023-01-27 23:03:01','/apple-touch-icon-120x120.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'86.128.111.149'),(9343,'2023-01-27 23:03:01','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'86.128.111.149'),(9344,'2023-01-27 23:03:02','/apple-touch-icon.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'86.128.111.149'),(9345,'2023-01-28 00:02:31','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/82.0.1055.1 Safari/535.24','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9346,'2023-01-28 01:08:13','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:70.0) Gecko/20100101 Firefox/70.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9347,'2023-01-28 01:23:25','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','http://sleepingsolutions.co.uk/.env',404,'GET',NULL,'79.124.49.14'),(9348,'2023-01-28 03:33:02','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','https://www.sleepingsolutions.co.uk/.env',404,'GET',NULL,'79.124.49.14'),(9349,'2023-01-28 03:41:12','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9350,'2023-01-28 03:54:53','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.4.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9351,'2023-01-28 07:04:37','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9352,'2023-01-28 09:02:37','/2021/02/25/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.44'),(9353,'2023-01-28 11:12:41','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9354,'2023-01-28 13:02:04','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9355,'2023-01-28 13:26:40','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4183.83 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9356,'2023-01-28 13:53:07','/category/property-management/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.11'),(9357,'2023-01-28 14:10:03','/_ignition/health-check/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://sleepingsolutions.co.uk/_ignition/health-check/',404,'GET',NULL,'147.78.47.249'),(9358,'2023-01-28 14:10:05','/public/_ignition/health-check/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36','http://sleepingsolutions.co.uk/public/_ignition/health-check/',404,'GET',NULL,'147.78.47.249'),(9359,'2023-01-28 16:40:32','/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php%20=%20%3E%3E%20shell%20no%20work','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)',NULL,404,'GET',NULL,'172.174.224.29'),(9360,'2023-01-28 16:40:33','/wp-admin/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php%20=%20%3E%3E%20shell%20no%20work','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)',NULL,404,'GET',NULL,'172.174.224.29'),(9361,'2023-01-28 16:40:34','/wp-content/Deadcode1975xxxxxxxxxxxxxxxxxxxxxxxxxxxx.php%20=%20%3E%3E%20shell%20no%20work','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)',NULL,404,'GET',NULL,'172.174.224.29'),(9362,'2023-01-28 17:03:47','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_1_3 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9363,'2023-01-28 18:35:41','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/101.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9364,'2023-01-28 18:35:42','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.41'),(9365,'2023-01-28 19:34:25','/2021/02/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.18'),(9366,'2023-01-28 20:51:01','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9367,'2023-01-28 21:33:55','/apple-touch-icon-152x152-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'92.8.194.63'),(9368,'2023-01-28 21:33:56','/apple-touch-icon-152x152.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'92.8.194.63'),(9369,'2023-01-28 21:33:56','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'92.8.194.63'),(9370,'2023-01-28 21:33:56','/apple-touch-icon.png','https://sleepingsolutions.co.uk','MobileSafari/8614.3.7.0.6 CFNetwork/1402.0.8 Darwin/22.2.0',NULL,404,'GET',NULL,'92.8.194.63'),(9371,'2023-01-28 21:47:02','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.79.251'),(9372,'2023-01-28 22:32:02','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.79.253'),(9373,'2023-01-29 00:22:00','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.4.2 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9374,'2023-01-29 00:25:10','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9375,'2023-01-29 02:09:58','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9376,'2023-01-29 05:15:52','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9377,'2023-01-29 07:53:02','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/103.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9378,'2023-01-29 10:29:16','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:71.0) Gecko/20100101 Firefox/71.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9379,'2023-01-29 10:38:38','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.3292.140 Safari/537.36 Edge/18.18761','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9380,'2023-01-29 15:32:44','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/103.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9381,'2023-01-29 17:06:15','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9382,'2023-01-29 18:00:18','/apple-touch-icon-120x120-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.11 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'82.23.194.37'),(9383,'2023-01-29 18:00:19','/apple-touch-icon-120x120.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.11 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'82.23.194.37'),(9384,'2023-01-29 18:00:19','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.11 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'82.23.194.37'),(9385,'2023-01-29 18:00:20','/apple-touch-icon.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.11 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'82.23.194.37'),(9386,'2023-01-29 18:48:40','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9387,'2023-01-29 18:53:30','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:73.0) Gecko/20100101 Firefox/73.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9388,'2023-01-29 19:37:56','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'182.2.75.189'),(9389,'2023-01-29 19:52:09','/wp-content/themes/greyd_suite/style.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9390,'2023-01-29 19:52:15','/wp-content/plugins/angwp/__%20UPDATES.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9391,'2023-01-29 19:52:21','/wp-content/plugins/mstore-api/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9392,'2023-01-29 19:52:27','/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9393,'2023-01-29 19:52:38','/wp-content/plugins/woocommerce-upload-files/js/wcuf-admin-menu.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9394,'2023-01-29 19:52:44','/wp-content/themes/listingo/js/listingo_callbacks.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9395,'2023-01-29 19:52:50','/wp-content/plugins/armember/js/arm_widgets_js.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9396,'2023-01-29 19:52:56','/wp-content/plugins/wpcargo/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9397,'2023-01-29 19:53:01','/wp-content/plugins/vc-tabs/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9398,'2023-01-29 19:53:07','/wp-content/plugins/wp-automatic/css/wp-automatic.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9399,'2023-01-29 19:53:13','/wp-content/plugins/capability-manager-enhanced/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9400,'2023-01-29 19:53:19','/wp-content/plugins/shortcode-addons/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9401,'2023-01-29 19:53:29','/wp-content/plugins/superstorefinder-wp/css/ssf-wp-admin.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9402,'2023-01-29 19:53:40','/wp-content/themes/workreap/style.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9403,'2023-01-29 19:53:47','/wp-content/plugins/wp-upg/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9404,'2023-01-29 19:53:52','/wp-content/plugins/nd-booking/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9405,'2023-01-29 19:54:09','/wp-content/plugins/ninja-forms/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9406,'2023-01-29 19:54:25','/wp-content/plugins/wpgateway/css/style.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9407,'2023-01-29 19:54:30','/wp-content/plugins/e-signature/page-template/default/style.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9408,'2023-01-29 19:54:36','/wp-content/plugins/jobboardwp/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9409,'2023-01-29 19:54:53','/wp-content/plugins/nd-donations/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9410,'2023-01-29 19:54:58','/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9411,'2023-01-29 19:55:20','/wp-content/plugins/dzs-zoomsounds/admin/admin.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9412,'2023-01-29 19:55:25','/wp-content/themes/listingo/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9413,'2023-01-29 19:55:36','/wp-content/plugins/wp-file-manager/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9414,'2023-01-29 19:55:41','/wp-content/plugins/ait-csv-import-export/changelog.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9415,'2023-01-29 19:55:47','/wp-content/plugins/wp-user-avatar/changelog.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9416,'2023-01-29 19:55:52','/wp-content/plugins/wp-user-extra-fields/js/wpuef-configurator.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9417,'2023-01-29 19:55:58','/wp-content/plugins/superlogoshowcase-wp/css/sls-wp-admin.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9418,'2023-01-29 19:56:04','/wp-content/plugins/capabilities-pro/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9419,'2023-01-29 19:56:09','/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9420,'2023-01-29 19:56:15','/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9421,'2023-01-29 19:56:21','/wp-content/plugins/woo-product-table/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9422,'2023-01-29 19:56:26','/wp-content/plugins/armember/documentation/index.html','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9423,'2023-01-29 19:56:32','/wp-content/plugins/nd-learning/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9424,'2023-01-29 19:56:44','/wp-content/plugins/sitemap-by-click5/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9425,'2023-01-29 19:56:55','/wp-content/plugins/wp-pinterest-automatic/changelog','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9426,'2023-01-29 19:57:01','/wp-content/plugins/armember-membership/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9427,'2023-01-29 19:57:07','/wp-content/plugins/nd-shortcodes/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9428,'2023-01-29 19:57:13','/wp-content/plugins/ultimate-member/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9429,'2023-01-29 19:58:03','/wp-content/plugins/ulisting/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9430,'2023-01-29 19:58:09','/wp-content/plugins/membership-for-woocommerce/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9431,'2023-01-29 19:58:26','/wp-content/plugins/alphabetic-pagination/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9432,'2023-01-29 19:58:31','/wp-content/plugins/tatsu/changelog.md','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9433,'2023-01-29 19:58:37','/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9434,'2023-01-29 19:58:43','/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9435,'2023-01-29 19:58:49','/wp-content/plugins/wp-live-chat-support-pro/css/wplc_styles_pro.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9436,'2023-01-29 19:58:54','/wp-content/plugins/wp-automatic/changelog','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9437,'2023-01-29 19:59:10','/wp-content/plugins/booking-calendar/readme.txt','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9438,'2023-01-29 19:59:15','/wp-content/plugins/super-interactive-maps/css/sim-wp-admin.css','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','https://www.google.com/search?',404,'GET',NULL,'5.161.189.8'),(9439,'2023-01-29 20:52:04','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'182.2.75.189'),(9440,'2023-01-29 20:55:49','/2021/02/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.77.22'),(9441,'2023-01-29 21:52:53','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.35','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9442,'2023-01-29 21:55:35','/apple-touch-icon-120x120-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.10 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'81.79.135.155'),(9443,'2023-01-29 21:55:36','/apple-touch-icon-120x120.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.10 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'81.79.135.155'),(9444,'2023-01-29 21:55:37','/apple-touch-icon-precomposed.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.10 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'81.79.135.155'),(9445,'2023-01-29 21:55:38','/apple-touch-icon.png','https://sleepingsolutions.co.uk','MobileSafari/8614.2.9.0.10 CFNetwork/1399 Darwin/22.1.0',NULL,404,'GET',NULL,'81.79.135.155'),(9446,'2023-01-29 22:51:28','/wp-content/themes/appetizer/assets/images/clipArt/blog/shape5.png','https://sleepingsolutions.co.uk','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0',NULL,404,'GET',NULL,'3.235.144.51'),(9447,'2023-01-30 01:06:25','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9448,'2023-01-30 02:30:22','/wp-content/plugins/learnpress/assets/js/dist/utils.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,404,'GET',NULL,'89.39.107.6'),(9449,'2023-01-30 02:30:24','/wp-content/plugins/learnpress/assets/js/dist/utils.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,404,'GET',NULL,'89.39.107.6'),(9450,'2023-01-30 03:19:13','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/101.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9451,'2023-01-30 04:32:44','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.4.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9452,'2023-01-30 06:25:51','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9453,'2023-01-30 07:01:38','/2022/04/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)',NULL,404,'GET',NULL,'87.250.224.178'),(9454,'2023-01-30 08:46:23','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.35','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9455,'2023-01-30 10:11:15','/.well-known/autoconfig/mail/config-v1.1.xml','https://sleepingsolutions.co.uk',NULL,NULL,404,'GET',NULL,'31.6.49.136'),(9456,'2023-01-30 11:35:51','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9457,'2023-01-30 11:40:03','/.well-known/traffic-advice','https://sleepingsolutions.co.uk','Chrome Privacy Preserving Prefetch Proxy',NULL,404,'GET',NULL,'66.249.93.126'),(9458,'2023-01-30 11:40:21','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:70.0) Gecko/20100101 Firefox/70.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9459,'2023-01-30 12:25:23','/wp-content/themes/appetizer/assets/images/icon_gif/search.gif','https://sleepingsolutions.co.uk','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0',NULL,404,'GET',NULL,'3.236.234.230'),(9460,'2023-01-30 12:40:57','/wp-content/plugins/learnpress/assets/js/dist/utils.js','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,404,'GET',NULL,'130.185.74.204'),(9461,'2023-01-30 13:49:59','/wp-content/plugins/html404/index.html','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9462,'2023-01-30 13:51:27','/images/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9463,'2023-01-30 13:51:28','/uploads/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9464,'2023-01-30 13:51:28','/img/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9465,'2023-01-30 13:51:29','/upload/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9466,'2023-01-30 13:51:30','/gallery/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9467,'2023-01-30 13:51:30','/files/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9468,'2023-01-30 13:51:31','/pdf/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9469,'2023-01-30 13:51:31','/docs/','https://sleepingsolutions.co.uk','python-requests/2.27.1',NULL,404,'GET',NULL,'51.77.78.41'),(9470,'2023-01-30 15:37:26','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9471,'2023-01-30 15:51:54','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9472,'2023-01-30 17:49:24','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36',NULL,404,'GET',NULL,'109.237.98.53'),(9473,'2023-01-30 18:20:37','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; ja) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9474,'2023-01-30 20:29:48','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9475,'2023-01-30 22:00:00','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3970 Safari/537.36 Edg/79.0.143.5','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9476,'2023-01-30 23:03:20','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.66.15'),(9477,'2023-01-30 23:48:20','/2022/01/25/missing-teeth-increase-the-risk-of-insomnia/','https://sleepingsolutions.co.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.101 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.66.216'),(9478,'2023-01-31 01:26:19','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9479,'2023-01-31 02:32:19','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3800 Safari/537.36 Edg/76.0.140.6','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9480,'2023-01-31 04:04:16','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:103.0) Gecko/20100101 Firefox/103.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9481,'2023-01-31 04:06:50','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'66.23.202.121'),(9482,'2023-01-31 04:39:58','/.env','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0',NULL,404,'GET',NULL,'180.244.138.36'),(9483,'2023-01-31 06:53:24','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9484,'2023-01-31 08:07:49','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.4.4 Mobile/15E148 Safari/604.1','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9485,'2023-01-31 09:17:58','/.well-known/autoconfig/mail/config-v1.1.xml','https://sleepingsolutions.co.uk',NULL,NULL,404,'GET',NULL,'31.6.49.136'),(9486,'2023-01-31 10:06:13','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/82.0.3292.140 Safari/537.36 Edge/18.18761','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9487,'2023-01-31 11:27:58','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9488,'2023-01-31 13:44:39','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.3282.140 Safari/537.36 Edge/18.17763','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9489,'2023-01-31 16:47:27','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:74.0) Gecko/20100101 Firefox/74.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9490,'2023-01-31 17:41:46','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/102.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9491,'2023-01-31 21:04:17','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:103.0) Gecko/20100101 Firefox/101.0','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82'),(9492,'2023-01-31 22:35:04','/jk','https://sleepingsolutions.co.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3790 Safari/537.36 Edg/78.0.142.6','https://sleepingsolutions.co.uk/index.php/jk',404,'GET',NULL,'173.208.253.82');
/*!40000 ALTER TABLE `wp_redirection_404` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_redirection_items` WRITE;
/*!40000 ALTER TABLE `wp_redirection_items` DISABLE KEYS */;
INSERT INTO `wp_redirection_items` VALUES (1,'/2022/04/06/how-to-make-your-property-listing-pop-on-airbnb/','/2022/04/06/how-to-make-your-property-listing-pop-on-airbnb',NULL,0,0,1,'2023-01-19 15:17:03',1,'enabled','url',301,'https://sleepingsolutions.co.uk/health-blog/how-to-make-your-property-listing-pop-on-airbnb/','url',NULL);
/*!40000 ALTER TABLE `wp_redirection_items` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `wp_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 (51,2,0),(52,2,0),(53,2,0),(57,2,0),(58,2,0),(66,2,0),(89,2,0),(105,2,0),(116,3,0),(116,4,0),(116,6,0),(116,7,0),(120,2,0),(125,2,0),(128,8,0),(128,9,0),(128,11,0),(167,12,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=13 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,'nav_menu','',0,10),(3,3,'category','',0,1),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,0),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'category','',0,0),(11,11,'category','',0,1),(12,12,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=13 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,'Navigation','navigation',0),(3,'Sleep issues','sleep-issues',0),(4,'dental implants','dental-implants',0),(5,'all on foujr','all-on-foujr',0),(6,'all on four','all-on-four',0),(7,'sleep apnea','sleep-apnea',0),(8,'property','property',0),(9,'lettings','lettings',0),(10,'property letting','property-letting',0),(11,'Property Management','property-management',0),(12,'Health','health',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','sleepingsolutions'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html,plugin_editor_notice'),(15,1,'show_welcome_panel','0'),(16,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(17,2,'session_tokens','a:1:{s:64:\"2ef48e56a4f377834985d38171de9f31ea6569df9242cd562795bd02310478a3\";a:4:{s:10:\"expiration\";i:1617953892;s:2:\"ip\";s:13:\"94.103.89.191\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45\";s:5:\"login\";i:1616744292;}}'),(18,2,'wp_dashboard_quick_press_last_post_id','4'),(19,1,'session_tokens','a:1:{s:64:\"a81bd608bbe8c6622fbd016ef0dcaff09e91d4208040375b23d036bf8c247621\";a:4:{s:10:\"expiration\";i:1674313977;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";s:5:\"login\";i:1674141177;}}'),(20,1,'wp_dashboard_quick_press_last_post_id','179'),(22,1,'wfls-last-login','1674141178'),(23,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(24,1,'wp_user-settings','libraryContent=browse&ampeditor=tinymce&ampurlbutton=custom&ampimgsize=full&editor=tinymce'),(25,1,'wp_user-settings-time','1658745343'),(26,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\";}'),(27,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(28,1,'nav_menu_recently_edited','2'),(30,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:301:\"<p>Because of a change in your permalink structure, some of your SEO data needs to be reprocessed.</p><p>We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimisation</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:15:\"sssssssjklkoiu8\";s:9:\"user_pass\";s:34:\"$P$BnYjiDshW25qRIUnUqNF9wvjKZHyAw0\";s:13:\"user_nicename\";s:17:\"sleepingsolutions\";s:10:\"user_email\";s:23:\"bensykes@bensykes.co.uk\";s:8:\"user_url\";s:31:\"https://sleepingsolutions.co.uk\";s:15:\"user_registered\";s:19:\"2021-02-25 17:03:32\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:17:\"sleepingsolutions\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:66:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(31,1,'last_login_time','2023-01-19 15:12:58'),(32,1,'_yoast_wpseo_profile_updated','1658745792'),(33,1,'elementor_admin_notices','a:1:{s:20:\"experiment_promotion\";s:4:\"true\";}'),(34,1,'sydney_disable_review_notice','true');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'sssssssjklkoiu8','$P$BnYjiDshW25qRIUnUqNF9wvjKZHyAw0','sleepingsolutions','bensykes@bensykes.co.uk','https://sleepingsolutions.co.uk','2021-02-25 17:03:32','',0,'sleepingsolutions');
/*!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���z','CN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���z','CN',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�4','IN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����^','US',12,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��2=','RU',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�','RU',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��-)','EE',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��-)','EE',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��K�S','DE',44,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��K�>','DE',113,19371,'waf'),('\0\0\0\0\0\0\0\0\0\0��N9w','DE',20,19371,'waf'),('\0\0\0\0\0\0\0\0\0\0��esm','EE',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��esm','EE',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��esm','EE',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��e��','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�$','RU',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�-','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���)�','US',32,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���)�','US',8,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0���)�','US',3,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���}O','US',15,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���}O','US',2,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',8,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0����','RU',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���f$','HK',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ү]','HK',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r&T=','FR',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r8�$','US',40,19371,'waf'),('\0\0\0\0\0\0\0\0\0\0��\r9�o','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rO�','IE',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ;\\','NL',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ;\\','NL',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rZ)�','US',71,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��\rZ)�','US',67,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0���','VN',2,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���','VN',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��뎁','SG',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��뎁','SG',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���<�','GB',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��Վ�','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��Վ�','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���(5','US',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���X','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��\n3','US',13,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��\n3','US',12,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0����','AU',2,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��y�n','US',2,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',71,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,19369,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',6,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��ˇ�','CH',71,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��ˇ�','CH',10,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��ˇ�','CH',94,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0����','JP',7,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���1','US',8,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0���1','US',80,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',150,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',8,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','US',142,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���$N','IN',20,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��a��','NL',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��c��','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����','SE',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0����','SE',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"K�','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"K�','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"K�','US',2,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"K�','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"W^�','SG',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"`��','HK',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"`��','HK',2,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"`��','HK',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"`��','HK',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"y�','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"���','SG',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"���','SG',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�:�','BE',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��#餑','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��$[d�','ID',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��$[d�','ID',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��$[d�','ID',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�� ','RU',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r\"','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�7�','FR',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'l�X','CN',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��(uSn','US',18,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��)ؼ\\','DE',4,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��)ؼ\\','DE',4,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0��*�m�','HK',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��*Ȼ,','HK',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��+���','SG',2,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��+�z5','US',8,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��+�֌','IN',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�֌','IN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��,�ܝ','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��- ��','JP',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��- ��','JP',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��-7O�','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��-O��','US',3,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��-Q\'e','US',24,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��-T^','RU',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��-T^','RU',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��-T^','RU',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��-T^','RU',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��-U��','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��-U��','US',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��-W*U','NL',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��-xEy','KR',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�\' ','TR',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�B�','NL',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�B','NL',9,19360,'waf'),('\0\0\0\0\0\0\0\0\0\0��-�','PA',80,19361,'waf'),('\0\0\0\0\0\0\0\0\0\0��-��','BD',7,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��-��','VN',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','VN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','VN',2,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','VN',2,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','VN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��-','VN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�\"','DE',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�\"','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e��','DE',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��.i','FR',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��.i','FR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�X\"','CH',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��.�u','FR',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��.���','JO',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X�','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X�','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X�','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X�','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X�','US',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X=[','US',3,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X=[','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X=[','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��/X=[','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��/[.�','AU',4,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0��/_v','CN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��/fl�','CN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��/k!\Z','CN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��/k�g','CN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��/nH�','CN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��/ot,','CN',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�|N','HK',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�|N','HK',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�|N','HK',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��12�\"','NZ',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��12�\"','NZ',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��12�\"','NZ',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��13��','DE',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��1�<�','SG',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0��1�AI','CN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��2W��','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O�)','SG',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O�)','SG',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O��','SG',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Yb�','GB',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Yb�','GB',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Y�p','GB',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��3��','GB',6,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��3��)','NL',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��)','NL',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�#F','FR',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�#F','FR',2,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�#F','FR',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�#F','FR',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�	\Z','CA',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Җ','GB',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Җ','GB',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��3ފb','CA',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�Q<','FR',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��4:�i','DE',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$R�','FR',2,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$��','FR',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'1*','CA',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'1*','CA',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'1*','CA',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��6O��','AU',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�T?','SG',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�T?','SG',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��:�i^','CN',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0��<�^','CN',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��=�+�','TW',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�Q','IN',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�','IN',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��Al��','FI',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�','US',44,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��B-�*','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��B-�*','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��B-�*','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��E','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��C̈́','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��C̈́','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��C̈́','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB��','CA',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB��','CA',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB��','CA',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�U�','IN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�V�','IN',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�*','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�*','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�*','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��E76w','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��E76w','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�_\Z','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��E���','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��G;�','US',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��G;�','US',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��I�C+','US',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��J�46','US',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��JЇn','US',6,19368,'waf'),('\0\0\0\0\0\0\0\0\0\0��Jо�','US',2,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��Kw��','DE',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��L[��','US',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0��M%��','RU',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��M%��','RU',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��M%��','RU',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��MD�','GB',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��M�6�','RU',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��M�6�','RU',2,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��M�6�','RU',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��M��&','TR',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��M��&','TR',2,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��M��&','TR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��N.R{','DE',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��N.R{','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�q�','BG',80,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��N�2a','BG',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',2,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',2,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',2,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��PL3','US',2,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0��QE��','CN',2,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��QF��','CN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4N','IT',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX5','IT',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX5/','IT',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q�:V','CZ',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��RIL�','NL',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��R�=n','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',16,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',23,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',14,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��R��','ES',8,19388,'waf'),('\0\0\0\0\0\0\0\0\0\0��SE�','RU',2,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��SE�','RU',2,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��U�h�','DE',4,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0��UץS','DE',2,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��V0\Z�','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��V0\Z�','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��Viƕ','RO',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��W��','RU',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��W��','RU',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��W��','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��W�+','RU',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xcw�','DE',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xcw�','DE',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��[~�','DE',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��[y��','FR',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','FR',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��j','BG',80,19369,'waf'),('\0\0\0\0\0\0\0\0\0\0��[���','UA',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��\Z','RU',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�Rk','DE',18,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[�C','GB',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�C','GB',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','DE',10,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��[�;','DE',45,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��\\̀a','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̀a','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̀a','US',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̊','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̊','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��]1`�','IT',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��]Tr�','BY',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��]Tr�','BY',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��]Tr�','BY',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��]}cb','BY',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��]�[�','SE',1,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��]�[�','SE',1,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��]�[�','SE',1,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��]�[�','SE',1,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��^�:%','DE',32,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��^�:%','DE',45,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0��^��','DE',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��0','RU',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��0','RU',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��0','RU',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��0','RU',2,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��0','RU',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��_;\Z	','KZ',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�D','DE',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�?�','RU',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��_ٲ�','FI',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��_ٲ�','FI',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�q�','ID',2,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0��f۰','TN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��f۰','TN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��gA','VN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��gA','VN',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��gA','VN',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','SG',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g$q','VN',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��g5�','ID',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g7\'k','ID',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��g7\'k','ID',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g?�','ID',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g?�','ID',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��g?�','ID',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��gH�	','MY',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��gH�	','MY',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��gH�	','MY',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJtE','VN',2,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJtE','VN',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJx�','VN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJy','VN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJy','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJy','VN',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJy','VN',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJ{','VN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJ{','VN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJ{','VN',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��g\\�7','IN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g\\�7','IN',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��gnV�','VN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��gn�E','BD',2,19388,'waf'),('\0\0\0\0\0\0\0\0\0\0��g)','AU',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','ID',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','ID',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','ID',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��*','VN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��*','VN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��*','VN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ڲ','VN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ڽ','VN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��\r','VN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','VN',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��3','PH',28,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0��g��','ID',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','ID',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��I','ID',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��I','ID',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��{','ID',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��{','ID',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��{','ID',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','ID',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','MY',2,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','ID',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�8 ','ID',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��\r','ID',2,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�	I','HK',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�	I','HK',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�ӊ','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�ӊ','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�ӊ','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�+\n','US',9,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��h�J�','LU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��in','DZ',6,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0��j&�','CN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��mF�\'','GB',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��mF�(','GB',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�L ','IL',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��m��','FR',2,19360,'waf'),('\0\0\0\0\0\0\0\0\0\0��p��','CN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��p��','CN',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��p��','CN',2,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��p��','CN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��p��','CN',2,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��pv��','HK',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��px�','HK',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0��p�غ','KR',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0��q�sd','CN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��r�ۗ','CN',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��s�;{','CN',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��t˸','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��w�G}','HK',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��x�E','CN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��x�c1','CN',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��y$�','CN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��y(�2','CN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0��y��m','KR',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��{��L','KR',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0��{��I','TW',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0��{�^l','CN',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0��|�S','VN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��','TW',2,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���ǃ*','SG',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���ǃ*','SG',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�s','SG',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����g$','JP',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���}	','FR',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���}	','FR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�M','SG',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�M','SG',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�M','SG',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0����i6','US',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����|�','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����|�','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0����|�','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0����|�','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���D`o','DE',2,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���D`o','DE',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',12,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0����0�','CA',2,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���;Rz','IN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���;Rz','IN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0�����!','CN',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0�����!','CN',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0�����!','CN',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���]˜','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���]˜','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0����','IN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����','IN',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0C�','CN',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0����x','FR',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','FR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','FR',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0����,�','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����,�','US',2,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���H��','SG',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','SG',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','SG',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','SG',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���kJ','AU',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���kJ','AU',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���kJ','AU',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���m<�','HK',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���m<�','HK',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���m��','HK',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���j#�','FR',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���j)@','FR',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���t)','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���\Z��','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0����\0�','DZ',5,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����','SE',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0����!H','DE',12,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0����!L','DE',24,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0���Z_','DE',71,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0����s','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����7�','SG',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����F�','NL',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����ț','SG',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0����ț','SG',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0����ț','SG',2,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','SG',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���EG<','DE',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���Es�','DE',2,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���YZ�','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y��','US',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0����P�','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���ˏ$','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���ߨ[','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���#4�','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���#4�','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���\\�','FR',2,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���7�B','DE',26,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0�����T','US',8,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0����x5','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����*�','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����*�','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���/�:','BD',4,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0���Z�B','DE',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�B','DE',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�B','DE',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',2,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0�����T','KR',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0���>gh','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���VdI','DE',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���VdI','DE',3,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���VdI','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','US',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','US',2,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0����ΐ','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',8,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','DE',71,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0����0�','DE',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���돞','DE',71,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0����̸','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ɇ','DE',19,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0����y(','SA',5,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0����\0[','VN',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0����Y','VN',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0����Y','VN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���i8.','IN',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���iZ\\','DE',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���j\0o','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���j\0o','US',2,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',69,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���옔','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���옔','US',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0����Џ','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����Џ','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0����Џ','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0������','CN',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0������','CN',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0������','CN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���7|>','BR',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���7}x','BR',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���7}x','BR',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���7}x','BR',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���7}x','BR',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0����W','DE',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0����W','DE',2,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���><t','GB',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���><t','GB',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���><t','GB',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0������','GB',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0������','GB',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0����%0','UA',45,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����C','NL',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����C ','NL',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����C ','NL',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����C(','NL',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����C8','NL',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0����C8','NL',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����C8','NL',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0����C9','NL',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����C9','NL',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���+�','PA',1,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0���+�','PA',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���@2�','KR',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0����0X','CN',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0����a5','IN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���w�/','AR',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','GT',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','GT',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','GT',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���g�','KR',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���8','IT',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���8','IT',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���8','IT',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���M','IT',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���<�','LV',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�','NO',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���uR','UA',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���uR','UA',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���uR','UA',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���uR','UA',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���!�o','TR',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���!�o','TR',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���.','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���.','RU',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���.','RU',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���<��','IL',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���<��','IL',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���<��','IL',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���<��','IL',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���<��','IL',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���?��','NL',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���?��','NL',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','NL',27,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0���A��','NL',26,19384,'waf'),('\0\0\0\0\0\0\0\0\0\0���N�','GR',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQ`','TR',2,19376,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQ`','TR',4,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQa','TR',2,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQa','TR',8,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQc','TR',3,19376,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQc','TR',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQc','TR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQc','TR',6,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQc','TR',5,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQc','TR',7,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQd','TR',1,19376,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQd','TR',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQh','TR',3,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQh','TR',10,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQh','TR',6,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQh','TR',8,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQh','TR',10,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQh','TR',6,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQl','TR',7,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQl','TR',8,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQl','TR',5,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',4,19376,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',2,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',6,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',9,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',6,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',3,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',9,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���wQm','TR',6,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0���|\n�','UA',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����>?','DK',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0�����0','IR',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','US',9,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0�����Q','US',9,19388,'waf'),('\0\0\0\0\0\0\0\0\0\0����\0�','RU',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0����d�','DE',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����e','DE',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����e<','DE',2,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���ܮs','NL',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����G','NL',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0����!','RU',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0����!/','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','RU',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����Mn','AE',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����‹','DE',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���UI]','BR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"� ','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',3,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����(�','RU',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����R\r','AD',3,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���\\�0','US',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','TT',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0����/','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����/','US',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0����/','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0����/','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0����/','US',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���*!','US',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���k${','BG',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',36,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0������','DE',28,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0����d�','SE',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19368,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19371,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',2,19373,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',2,19374,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19377,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19381,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19386,'waf'),('\0\0\0\0\0\0\0\0\0\0���&�','UA',1,19387,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\Z','SC',4,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\Z','SC',62,19385,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\Z','SC',8,19388,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\'','US',6,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0��©�\'','US',3,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0��Ú��','FR',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ú��','FR',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',32,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����,�','IR',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0����,�','IR',2,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���w�c','MA',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���w��','MA',1,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0����h�','MA',14,19383,'waf'),('\0\0\0\0\0\0\0\0\0\0��ś�','ML',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���U�','CA',10,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��ƈ;','US',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��ƈ;','US',2,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��ƈ;','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,19384,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���\'�','TW',1,19375,'waf'),('\0\0\0\0\0\0\0\0\0\0���3�R','ID',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���V�','HK',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0����4�','VN',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����4�','VN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0����4�','VN',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0��͹u[','US',1,19372,'waf'),('\0\0\0\0\0\0\0\0\0\0����ݱ','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�#','US',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�#','US',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�#','US',1,19386,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�#','US',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0���Tf','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���Tf','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���Tf','US',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0���Tf','US',1,19388,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν��','IN',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν��','IN',1,19385,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ��','DE',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���m\"F','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0���m\"F','US',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','SG',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','SG',1,19382,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','SG',1,19387,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ѽ�','US',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','KR',1,19376,'waf'),('\0\0\0\0\0\0\0\0\0\0���ٟ~','KR',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���ٟ~','KR',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���ٟ~','KR',1,19383,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ԧ.�','BE',1,19378,'waf'),('\0\0\0\0\0\0\0\0\0\0���','CZ',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���㰛','DE',8,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0��Ր��','CH',1,19381,'brute'),('\0\0\0\0\0\0\0\0\0\0���','TR',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','TR',1,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0��؃h','US',70,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0��؃h','US',1,19370,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',2,19378,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rۧ','RU',1,19377,'brute'),('\0\0\0\0\0\0\0\0\0\0���L�','ES',1,19380,'brute'),('\0\0\0\0\0\0\0\0\0\0��ڡ\r','TW',1,19380,'waf'),('\0\0\0\0\0\0\0\0\0\0���{}-','KR',1,19379,'waf'),('\0\0\0\0\0\0\0\0\0\0���y��','AU',1,19379,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݣ�<','KR',1,19382,'waf'),('\0\0\0\0\0\0\0\0\0\0����B','ID',2,19372,'waf');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT 0,
  `blockedHits` int(10) unsigned DEFAULT 0,
  `expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=745 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 (735,2,'\0\0\0\0\0\0\0\0\0\0����',1675178694,'Blocked by Wordfence Security Network',1675178694,1,1675179294,NULL),(736,2,'\0\0\0\0\0\0\0\0\0\0��gJ{',1675181007,'Blocked by Wordfence Security Network',1675181007,1,1675181607,NULL),(737,2,'\0\0\0\0\0\0\0\0\0\0���wQa',1675183094,'Blocked by Wordfence Security Network',1675183094,1,1675183694,NULL),(738,2,'\0\0\0\0\0\0\0\0\0\0��\\̀a',1675184479,'Blocked by Wordfence Security Network',1675184479,1,1675185079,NULL),(739,2,'\0\0\0\0\0\0\0\0\0\0��3�#F',1675185417,'Blocked by Wordfence Security Network',1675185417,1,1675186017,NULL),(740,2,'\0\0\0\0\0\0\0\0\0\0���wQa',1675186646,'Blocked by Wordfence Security Network',1675186646,1,1675187246,NULL),(741,2,'\0\0\0\0\0\0\0\0\0\0���wQa',1675193247,'Blocked by Wordfence Security Network',1675193247,1,1675193847,NULL),(742,2,'\0\0\0\0\0\0\0\0\0\0���wQl',1675193766,'Blocked by Wordfence Security Network',1675193766,1,1675194366,NULL),(743,2,'\0\0\0\0\0\0\0\0\0\0���wQa',1675199840,'Blocked by Wordfence Security Network',1675199840,1,1675200440,NULL),(744,2,'\0\0\0\0\0\0\0\0\0\0��g��I',1675204139,'Blocked by Wordfence Security Network',1675204139,1,1675204739,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 ('activatingIP','185.175.113.72','yes'),('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','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:1675252200;s:4:\"args\";a:1:{i:0;i:1675252200;}}i:1;a:2:{s:9:\"timestamp\";i:1675511400;s:4:\"args\";a:1:{i:0;i:1675511400;}}}','yes'),('apiKey','0ef1efd17110c7be9225555db6f5192a2d06081feb5e93b62ab97eee208efb11baa076d4040de87be4bd47c3259c668c2dfe644aea568c82b6c8eaac8a133e24691b5f68b06db8bd7b8465fec1313388','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','60d1c4e55a8ae','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','�\0\0\0\0\0\0\0\Z��a:2:{s:4:\"hash\";s:64:\"8e7f7b1e0f269dee7cf4e7771b70e8d028948f1b8445284bb55fdd1cfdf22866\";s:6:\"hashes\";s:137728:\"\0���W7���ht#�	��q��)��d��$\0��\0(�띰xJ{�h�Ϯ�%��\r^��:��(�5��\0(����Z�Y�Y�@�Iq��ȗ#��T��@\04ߗ�t��\\v�Q�޹��\'_���ajx�Ҧ�\0E=j���ȋ|�p8.�½���֤��SGp�\0Eq�x����Pa���>bv�D��o4V�G;a<��\0^N��弘a�e|K��-��ܰ��ɜ=�\0b�&F�����%|w��*Qr;�|/�=(A���<�\0���#�B�5��j��$#��j!����bN��j�\0�ۧ��4(�K�I|���0��qD.^�v�\0�>|�;(߯\\W*�7?��\n�N��2=�7[Uo\0��i��ք�\"����]�^��XD��2](\0���/��o)��:4]��_���+̔�c���\0�e�*�@�t���\"��q	ȐN��5��H�\0�9�w�i����5�������}���h��\0�Z̈�~�0�=��G�#�C��Z}�*��p\0�T|̅_��S�8��O0μ�¸0����6�\0��-bs�G�\n(hr\Z.�n���!e��z.Yx��U�i��5G���$P�u�v�AT����p�l�J��}���a\Z�\0VX=:��8~\"2�ʦD�I�XV�f�EW��e���G�]���q)6��	�j��nNؤ^}0[P�KXs��+ȉa�w�S���[�U`|WS�PD�羟Nh��b!���#�8i�>kq6�R�E�5��:�\"��;B��i.qX��A4����uU��+ױ���ϱ��T�_^gy�zG�L\"1����U}6:��l|��(㜦��q{��V�~u�<�Dh�o*���cϬ0���x�cl$�	�4��m����o��`vA:����`{rf��_�S3/s��m�?d�^͔0�X0�#q��-ml�*��#T�c��x�E��ƒy�ũ��H���>��$�2��]�%��*�6�\\�dp�ۛ!��s%��]Z�Y�o�ݿ���������r;G�\"��Gu���&�w]�-H�\rRW��\\�5����\'��=�P�����sZF�ԤoD-x?�<�u���q�XQ�7ai�\rIC�pE�K����y��k�ѩ}ˣ�\\�$�p\"�&�p+^���\Z�{�����˜�5�|�f�㵅S�L�o3E�x���ѥU��q�`�q4u���Z����[n�8�O��r7��0H01YL$RRAhJ6��M�w:/�7�.�ڏP���h.B�U-ї�\'Ts��z+p����pHa�P0�4��D�!�2�{�F�͹|���p8$�h��\"d�3���\\��pY�Q�ᣎ�K4ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V�M�˻yUL���K��C�Wa��\\��ˁ�\n�;�0�Ġ\"f�АΟ��\'\r͍��D�dM������s�ǿ��ڴ�$2�j)�,\n�\' #6�9\n����ږ��mK�2�e�f�te�4���\Z�GG.�f��Vy`��)\".o[`�ϐ�\r�n���jn�viU\n@,�+!%u	re4�+JuP$,�WN��P�2�\"Ş�,|^��y޲���/\Z(A�1]�/ƅ�B�M�j:��@ѫ�G+S�f�����dV�i�\n�6W��ԑ\\<�O�Ej2�Q����\r�|�X6�����/46�J���?���X�GX�~��u���ic\r�p�����Q��활��\r?c�L�Tӊ���qg�ȫ?c�r�ȸ�t�d���B\rTJ�,Q��$�TDh���((Zd�z��vO����_��;ƀ��E�pY�.�&}��_�	�Q�������oS�nn�̵v�\0)�������Ӥ�:DILV�\0y�Z��)��K�\n��ܘD�~��%Ro��c��7�\r��L��>1�݈]�^]�RɢNF�M��J�,��i�I.2 ��>1�Z�;ר��1ԁ$�!��W:	�Sx�Dq5��/w��_W:��+f�1z��g���\\Y��m�x�GO0���jo].㖽�B�=�f~:N���Fa6�ա�\nY ���\'��i���+�`��fGYbm��UP��M��J�ڡ0�&Cv��M�$����O��4-K�	o6�lb�1E�;�7x�?�-�DZ��Z�zE���*�nk���E�m@������1s��Y�#1$��\Z�=I�����b��XBr�?���ͥ-�!�i�>�[��e�V{�W�!F�P�b<&„A����8�`��]wB�κ��@kp&���h4ԛ�2����f\'�G���IS��}�}R⥅�JЛZ[`�m��I�$=�����D��֛&�Ǿ@�+բ��qO.���x&��*p���@��l����Β/kz=�i���� S����\Z\Z4ڶ1�5���2�3\r#?E�Q���L��Im$�Z��B\Z�!��&�͖��Ck�`7���\'/��]�i��5�\0�����2SC���+2��f!Og�ve�C�h����%%��-��)^\\���\0�t`�k��@���U�OŔ�cp��>�!8HB6������=�b���!��n�z\0�OS~K��|$��T����lJ�b�Ow������f\nT����Eg\ZU�\r����l{��SYD7I�.`��Ï}#٧���JKN��e�ӌ��&��ЎuѡIq�t���n~T	_j��-����%��?�7�0i���}�e�iZ�O�&E+rX�e�{e��mX��<�:�KSy{��r�>K^s�VS2o�H֏�_��)7�����z_oe���ŭy�^/?h;@r�K%��LP��f��c�(|�_]��U�͒o~ME��������s��Rp�d��F[��\'r�5l���蔝媀���s��@Z2]��i���](J~n�3��ϝ�ـ�hj��q�o�2��kL��JQ�c\0�8|V��A�����Nں�)\r�m�MA���D��os,����$���gJ	�Ŗ�7l}�a�������w|�gRLh!���1�R�&\'��k�D\':8YިK�Aa�-�RH�T���������(:�=ߤ\'\\�\0���|�8�(��]x�Z���vJ+�~�S�$ً6��vg�Aќ�ʋQ?�j�`J��N�]�0&��b�\0�V?9�����\"�.�I3�2r)rk�+`�NiM��2]<�	�h\n�˥���O��3�5F���\\�\0���,vS��+p\n�.����\r�J*RT	�!��A&��U�B�tG=_:\\�]>i��?η@ڹ�aKպ�*��Խ+]���ҮgƉ^62�G��\r�S��|�;)�$=X�n!����l=�@�A����:�V56U�x5�Px���&�:V�V��-qX��A9�M�4��-����t\n{���}�MI	AE0N������.T0b([���������oYd��%� �+�[�B��� f�<3)|���y-�d�����]`,5��l9�o���x��;����xZ���q@���51a�Ix���MOY�U�\r�Z�t�Kϭ�uJOyŹ�&Ҹ��*�ܲ�us#��t1��#4����䂹\Z��\'&�8�\0������m9;:��ͼ�f��f�)���I�;��Poi���=�DᎯ�0Sl�hsgܺ{�,��)\Z|����<�\n�x��*����i����`��h��`�P��*ͤ�!j1m!�~�J��\r�O�]��Y<�y�}�\Z�>ɺH���I|��P�����Bb��e�^��Έ;VT1��cj�] k^�O��9�A9�/�\Z�%�@b�.�`�� po��df��?�jr��Y��e|�H��h>�,�ec���R�es5-���D=��<��:3��ϩ�M���>���r�6�Ԥ��%z�uۇ7�}�F���[yx��]k��ݭ�Yr����9�IV,C2�\"���V�l��p�]l2�P�f>�Kp��֚J���bvw�`���*�w��}����*ʘ��)>2�q��e��^�)�P����n�GfR�@Ol,>iv�:�`�tQ�*�8\'�<��\n����J���;�H`�Q؝6pq���a�%��\r��	��\"�A�n�3H�Is�:Y��a�e0BҲy�Pp\nﭾ�����!Λ���&��Ʌ\'M��4�B�S���+\'�4&�$ء��Vgg��o��g~��m/�/&t+���s�����\"#:Z�ܯ4㓉&_&���6\"xF�|w`AZ_+vL\r}��N�P���6������_��Ұ�ݾ��l2�b���qÜ$U�v��	l,s���\"\r�m��`��Yד�U��X^�Ms���6R�H@�	&�冾�B�x��@d�R#U��O�Pg��sH�o�)n��Wr��t�Z�M���?%���V���D��Fv�@�����*9V���μ�[E��Bu}<�\Z#�d�4*�?���d�Q]Bx.|9D��:h@��Q��/U\0-|_ۢ1�g-�+����}�Ԙ!^iB���J��\\W�]�f��@@�w�=	.]��kZ1љm�G���]�x�0���	14\"1�Ix��GL�[	���>(G�A:���	64���� �2DM�M�$�\r澐i�\0���	8\\Ŭ�j�A��ʔ5�+X���o�T�m�_|	M��yu$�1�ck_�K�o�f��m���%�	g)[.�r\n�o�i�{4��Q\n\r8H�\rfX��	v�l���ٮ�!��P��m���\n6|ϔK	~�C�ȫ��7���:��s&u����j��t	�+�{R���ل���n�t,�Ǟ�`���|U�	�	��#t�̹��p=�I\"����)F	֓���-�\nqU��i���-�$�h*��m�l	�Vh���LC��»>U�8.�`�@<K��h	�Ϳ��U%�O�Hޡ�@�~x\\6��~�\n<�:�X�h�QAT����o��p2���8>�\n*��<��ӳ�?HM��\'V���L�\'[R�\n�@&��[DqS�������B��N#F�B��\n*An���.]�B��t�v�!�WҧMw�9�F\n+P_tQ�Vo����7n�\nz#�8�����J\nGk��~ng��m.�3\\�\n��1i��jgָ�\nv�?�u�	���f�h6�2B���?�2\03�}�\nx��m���nV=OD��\0T���)��U��\n}.�����v�e�\n�?�.z��E����+ɡ\n��\\_9(�)7�\n��/�S��\'�g߃�v���\n�9d���g��~@���|�B-�����ڐ�6=��\n�T�[Cp����(,�_V+�L\rۨI��(.��\n�s�H��чc �-y//�?�\r�$M̤j3\n�aqYK�JҔ΀p�\ZJ�j��\\P���\n�\n��ڷ�tn�\r�Ean�J;}(��ҙ���.��9\n�X:��Q�}�+�O�\\�_�	{�ܓC\'a�y:��\n�� �W\"���w�\05�S Nr������h\n�C��0�pFd���l�\0��\"u�~2\"�T��p\Z\n�v�[\0���XZppi�.��c�;~&���\n���&�)h4�_`�F�L��<��:`#pf���\n����RW#ވ� �Q��ē4E[�\'�z�\r��)��k���O�dS0�X�z���_����61k��K(��]1�z�ukpR�!������YC8���`dfh�.^8����!{��F�N�L{��z�)��,�\"�w�W�S��JDz���K�S����uᾒ�M��cc���cdD�(�Q��\\�\ra�[�J?T���?��G�d��(s������t�BUI+u���C�����R����SF2>�3`��v��\'�:js(��-N���֠����N�3����:�VS;���CT\n��]���C�rJ�2����m5CZ�\0�/@@1�1�D�ծ6��8g\n)e���z��l�1�MH��&��S��.>�U�B|2��ӜOU}��(԰���z̹�=�䆀�0j2�4\n:��W�n����\\C2tc�2��ĒZV�R�顃[��l#4���>1ε��E���l|lh�����]���:�Yň�3	����\\gm̻�1)q+#���b�^0rR_Ҳ��Yn,��J�����́�T�NB�(�-��g��\\ICڞ�:r�n�̿�>Tw�D\n�Q�!�@iD��r��ȭ!wz��L{��J�y7-�m���G鴞Y�[����k��En#Xv�i�w�R��:�M�7K�kR��D����.�� L9��%�S���J*����n\'ͪt^���Vɹ�O�����*�(�����7Y��(V��z|%\0\'j����l���ص�$h�TC���՞N�8k�Ⱥ��y�*�<I\n����(���x�$���C\n��m�-B�����YVAlͼ2�VS�#n���X����6��X����DU�T�=��1O�@�,x�������� �)���\r�&�d5�s/,�\"�d��w22���\r��މ#<*Q�f��(�����\r%�P����cW�-:\'2�U�\'Ft�ݩz\r1?�;IB�=S��\Z�2֥͐�&�׆Z�B���\r5C�ٖ��N��s��k��l�\'t35����\rN��I�Y�����ԯ!���6)��I�Y\rQi�^�\ZB|��f��C���-/r��U�Y٢�B\rX�[cdpSs3�%.X��|A���w��#(JL\ra�{p�9����(A�)ˡ�̮SPV��s�6�#i\rnu���:Ft\Z��\"P9���qP���R��PA�\r���k�<vW�P�v��g(Hт��c�+d7\r�Y�t�W^���}rIxۯ�u��$�/dMk�\r�U��:�w����,���&�K�p&�\Z���\r�7Gٛ�r�Xyl�ﳠ<U5p8�n��\r›��Xd	D\n����q�bc�\Zu��\rٓ��C7,��<��p�,�L��~rY�s#�\r�\"�(qq�6�ZN��������ş&�h��\r�\n���*J��6������V^��%W\\�y�\'�h?I��I��3z(B�GQ#��`p�S:eJ�&�/�ʝ�aɋ��`�\n�}��\Z\\x�+�G\\%R���O��6���}�㕓悫�-�F�kRV��6���G_e\r��\"�}�Q^u�����YtY���sNl�dU|�7��t�U�FY���n�a�IWRH�j�wHBB����u�Xp\0b�Ue�$OrΰYe�JX�p�W	!��L�	o�Ѧ�?��11����]�Q[��7*�a�3�Ǿ�h��,�U���c�\\�ki����6u��J\n3*��Kv�i��A�&�4���=�D��q!蓸֧f;4��P�Z��e�O!�vx.e��8�jY�����0\Z����P�P1��S/���0�?�U!�͝�������6�??��Z��v�w=2H:�)x.���o\\��J��t�LU��o���L��~��)6�K�5S$ʂ8����⡧5g�g7�3lsuؾ�y���Z�wڠ�0YE\0����身i\\���|�����7��wq��;,r���L�X������\\35qv.R߼h<<���t�hD�$��\\1l$y�,��`p�M��j]#�W�B�Tm����F�M�(�b;ˏ�K���g�&\n�-��nzEja �#�[՝YdIdf@\\�K2o��؂/*�~�Hw�c@�2��,�����P�0������x`Ձ���dZvs�.��k�����\Z�5�\0��yX��$�j뤋��I��8���@t=��{9v��>:̷M\Z�ϵ����\rBt�\r�����3��i��0bn��j:�$L �g��r�a���������t��C �Y�\n��H���$$�T�̞}^�pfO]�ǭN3�%\r\\��-�A�J�K��K���7P�xe�\'�PH���H�P=,���L���N��}�\Z�E�O\\0�u��FOR\Z)ā���;S�\'bN<v�w�LSڻ�sT���|�>Q����i}�G�D���7��OF5�B�Nov���:A�_-3��x\ZJ�B�@k�y50���\n��Q�(��;�4�.���`R��w�|lS�Pp�k�G�M�8�����Թ��f�E�x;˝���O�[����J`uO�v&_���-]����E��;|��x$���(�t`\"���/\Z=�`>&�oR�֫��	�ڲ��}�Z	w�%��(�4)�;\r��;�)6qi9C��2��t�d64�Kծ�A�U)۳!���Pdlw�+���>�;��O��-L��hy��ML)\\VH��3_@AJ!�_��drN�d�G��;�Ϸ�6�<���wj�;�V��4dk�Է܏>�D��j�,p��k~*����d}�[����H�?�iK�[�i��/�(����^��\\���4��c-��Ȝ��)�͗�۷���@c.�V_;q���:uM���X���bW��Z`��E�ض\r�S��ky��%�/�-��u_EC�?o�Tg�NLC\"M�61ɿ�\\�)�j�i����]�m��b�#���6��C2���ao�2ᨁF���ˁL�W���%\rVJ~�p��$���P(��q��\0�RS�;\rs�}��o%��XOwR	�\\��B�;z����b#�q���l��E��S�WD��Lex��骴@m!��~���|d�ET9v,�Wы���ʀKK��#\0��f�羀G�~��p��oPq�9��\rbL\\9�2׬��n�*PP�\0A�w�:oH�RR�ES�G��ʏT-�a*Qf�,S�7��q��̓<�U*\";b�r���^�&��7j�Fő����ұy�ZA\"�Y�!�	=��x�`Jߩi.�?w~�/\"w�U{���Lf׏1:դy;�&ۆ޹[rD��b�Nv��㤄��\n�\Zwr��kHuE����N�/�JY���g�Si��)�N]o���}�0<��,���eS</�ܓ8C��T2I�UX�jF�\rPJ6�\\�d$Se=g�����۝JްS�0��il�ww�4�:����\"D�����=[��Z��\r���#�A@�f3�1_<���v����(QN��YCwo����}z�/�+x����\Z8��3�����ۀT�ё/��*�2^�oܰ�\n�0��\0��1�x?F(�8���V����/`8�І�Œ��t�2�:�]XK%�	EL��償�t�~�nF�^m���KY�N��\"�� �t�hR�D�P�>(�F-�$>Q���A*0l[U[����A7�E�OxƟ�:Y��{�� ��2g�Z��+j{�h���N�.m�۩+�6��r0���q��X�{4�a�����4����=P�Ҟ%^\\$��rf��z�;@h��謬&�f{��2�T��,Jg�~�KOb���H�$�(���\r_�\nt�l�	���6��Ax	�70)P;�\01���M{}i����E�ߍ\n�}HNf΍0/��,u��I������)�-[\0��=ֹ?�+;Q��/׬W/{����lDA��U��Rp�rmm\rF6��ط��i�(\":�@�c��:�<R)��%+:�����G%Cy*�m?۴�/�\r!����i�AHK2���w:�%.�;j@۴�)H&�R�װ���R��wci�F��z��\r_c;�QA���JR�Q6}���%�\0�w���Q1��h~�B��׺ʌ���ʤ!�g�y���{�8��٢��7\n��gT1��^0>�\r����劸֬+)��7X[_�u�۱H��]\"���¡`�nr�Xa�;�?~��R��q3��ٽ�R ���a�r\0��B<c�=OR��Š�v�B�n|J��In�;51V��SK��6ǐH��i�I�� (.fO��dx,�0Xl���J�.�*�Js�9��&�$����\rN�Z/�aU�Ə`�d�L�?�>C|����^v�s�_%�W���\rJ���*�f�zK�Hv��M,���,��z��㡫�?jk���[�0}��FW@�U0��W�gS��2c��FF�|�2`85�Sb�G?e?q7����#pjڥ|ɨ\0Y�����O|�aV3E�FW^@l�2�4K��<\\�/#\Z�����jp��!C��B��ڋTL�X�6�j��y�\Z\n�ё�4�W�\\\Z�T���M\\�V�dE��බ|@�]�)2ԕiq�j��\'�Vp�,�����K��zM�r#���6�h��q	:�@�߮�\r���0lҞ������6�j����Zm�c����-��k���Y���xJ��5����_�*���]O\\��s�M��\n�T��27���oڠC�g`c���˰m�upa�\\�|/J�y�2�fy2q�t�@W�k�mx�G���V͒�׵���pzk�訍�n!���>x�\\��h|�,�e�0?��s4n�,�Lmu��\Z�^΅hU}1}=�z��i��y\'\'|K��W?[�r(\r�\Z3���z�ػ�fW^P�1Y�2&��ۑpA�U���%�����f��G<�+HH4�ywy�\'hz�x�\"�v�\\�p�$��bo��)cH�vS��n_���(a��WcʹA���`k��BʜѮ,2���S��^ú�D��\Zѣ0?�ޖ�f�t��&�!-�U8��<��Gz�<3\0R�-k�,�u�׼)���\0��\n�9e\n!I9K�W���Ǽ?_�IaYOrg�Y����k?�R�0��}<�̤����.� ��$^$��m��w޻`.A�_[�rE��]�J�#��+ߘ�4�D���,E��ǡGf�y5ܟ@��nN��	�36�M���[�y�FRD�m��:�m�\\���,T�3y���?�P����Ԉ+o��Kqra��U�Wj�j�:M���S���C\0����E��pڎ�U=\\ف�2%����72B��9����9k���\r?r��qQe�-�=�������Ozγ�2z!���.�w���\ZFPA���SӃP��l�Z�N���!&��Qw�|�c;\0,2�aڢU��P��rY�o:W�3��\"6�uxh����S�ئ��3)]T�C��ˎ1B��\"$Ϥ_�Y[^�e\n��41��L��Hݩ�̨�<���W`��e���	�U�&�z�տR��B=P�Kq�F�u�~��\Z8�������W�2\0�	�e��`h��p�,��-n��}�;F��� \Z/q�@��Q!X�w>����7�.�l�8���le�Q,�������	n��a��TߌC�Ӏ#���������6�w�&��f�U�\n��`�Vr�{��YU��\"V1�	�]�98}�.�@�\rf[ɖ&����1^����gž+fV�`6)	�5��E��S�j������r�K����uj��%��p��A������9Xc<_:�l#�(�ǀv)ɣ�,��Ĺ��v�V-�n��z�W��E�2�D�����H�!~\\ꩠF�g�J\Zop\'�]Mi@����P;���VKi��V(�~n��&^VT�Sn���^��E��y	�u�\0ci�^Su�%�D�{o�x�\\4\'�1�0p��G&���o����AM�q��5�@�=�� �P�x��N^�+�5H9_r����?�MΩ�Դ�Y��5D`$Bfy�I�S�Wq؛��r�c�W��w\Z��(��&�=\r�eL�|)�a��j.��V��C6���\r��d�\n3[@�\r���܄\'Q�\nŒ�+�N�A΢���:W������<\'���d����SB�4,��h��ܟ+���{̗r�~a�Aďc��K�Aj�TG��/6���\n�]�<E&@Ƿ�(\0��a�{|�,��@�ha�Z�ݻ�����N/F]\0cOJh�ÙL�C�	�8׫hl�2�\"i\r2ӣ-୏�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\r�&�Ђ`~�\'\r�Q�l;4������e�c1b�0�w�~�{��wcj�|m]a_�����d�����4N��^�\\~��ʘ�����7q/\"]���$��&<Լ	�Q��Y�)���\ri\0\"4ߕml��\"W�K�x��I0$\r�!L7����K3@��\"[q���˯v�1 ���K&.��D,��p�	ڱ4zή)���F��\r8x���Nz$�wF��m��$\"�������]X����e��\"�?�|2�Y	Ō����t�-	����ࣟv�T�ը��2H`o�HPOn�uDpRֽ��R��nO��k2Ω@7 \'y�UٙK;�@I��:7}�.�a�	̑HMϩ:	qF�CO������c#�����y\r������<ե�l�4���֬�(�����w	�]���5�Fn?�`�b8�)���k�������(S;�w�Aq�^�;�T�ι�[�c��JD_��=$x�B�2냙$5)�S���jrx�V��IR-[�ҟ�1���.;\"��=1�(C]e(�d-|5QC��v��,�?�a�d���kV�l�EW���R*9��)7���m�v�X��bڷ\'�p	Z9@��S\r0,t`2�pl��s���W�����)�0�8aIpop�A��B��H�7�M����)�� ��J��Ob�\0�!�X�+c͎������Ǯ�ԑ8�@���G�h��ar6���r�V�B:�\'� 4-����I9��#�\"���iݔ[��-�l���+���\'2Y���U�~nZ����c�t�t�M�h?��Dm�%��ʋd�]��\Z���	MصB\Z��r�/O��5���%�N̶��\Z\n2��~���\n�\r���=a�⸬�]��7�\Z\n�Ŭ���W��O�O���,ԺN���E�\Z\r7�hZ����BLG���+���v�S�d��2�\Zi��\r���/�q�����uVc�x�-l�l�8\Z���Ú�Zþ��ި6���W2�lI�96G\Z�B�Xf\"�ԭ�����Oݠ�%�K3ѓ93h�\Z�4�2o^i���w�$Se(I��}P�((�\ZQ\n�S���^M\0�Ù]M\Z��`:���c\ZTcς�6[�L�B�c�l��\rx��R()��a?\Z[I���ʙ`:�}���V\Z���T�Dn��+�/`{\Z^\\%��k��O������e�i��:�i����o\ZqR�T�=�\0��,�\ZXD픚�\Z�h����K8h\Zxy7�{�� ������zQ1+5:#Mu<�\Z�dh�ƨ,Ȋ��a���ܑ��iK��#�A\Z�t��Y-{RV ۷FR��!�%8��`�?O\Z�Ia�^���iJ��H�:�j�:���b�Š�\Z��;4JpRӗ���ڎX�V\\�2p&����\n\Z��mҴ`S��|����0	S�s���EA�L�\Z䜫��:��H2fם[�Jm<����x�<�0�\Z�7�����۴��>�0�X����Ϙ���\Z�AS��[�[��kn/�:�%��>\Z\'��_\Z��K���G�Um�0�;A�򳡆���-v�n�\0]�І��{l�CMv�ɾ@�ƑT�97C�=y�Z����3��Ή�c3m��!�p�r����&,��Y*��l}J�px5K�5&\0CRdR5P,B�a#1�Qf\Z\r�݊�P[��Y��fd��fsRt\'/i�Qf7Ꜯ�&\'d��W�zғ|��1��Ɏz\"z|���s�e��Q�g��J�Эz-��X�+�|��@�V��c�x��瘝��s|�0�����vɶP�5T�⍠!w�RL��j�Z�^\'{��� ��)8m}.\r�d��_�n�5�i?�W)��:�\\`�^�V��=�w=\"�[<��U܀��ĵ��9��YCW���-���GM�dz[��g��b���ꤼ�&�{7�����37ki��֐5є3���N0P��5y�}@٪��b1�po4��A�{��/\"��r�u��0yL�i�(���H�\'�v�-3�*3����^��c(^U#���g�ph��z{:��7bc/�L�V9��b���a��r��~D��,�?Ѡ�Gd)FA��u��`�`�ڿo���ۭr��a������چc�,=�sK�>Pס��e��)9R���B���[���|������-s����1��ʎSP�����E�GI�45��MC�gY��<�-b��O�,��w[��6eJ��G7U]\\�J�5\\�N�(-�\r�X�_�j\r�15-Q�_�Y\ng^�ʸ\"|��.Y|�b���O-�b$�t+�8j�K׹\Z���X#�[��w����w�q���51��Dj��LH^��t+�?����\Zc�i��{�í�q@:�[�b�dl9�ր,��ܱ�MS,e�lNr�}�6��n��\0O!\"�j�:(��!b*C\r�z�\"{�t\r �=��I)�^��sb\Z����Z�\nS��\ra���L�&�� �v�3+kCJ��I�\Z<��\0�P>���%@5�v�%�(� ���J�����aI��\\ѓ�H��O\'\n��(P�ӳ��\n�r��	�s���J�b�mLh笇�[�����\'{0���l�u��ʒhk����FNʨ\n�,U|�록�X��5�)�aT����ԩ %2����Ry���ūi*�%h%������$)`v:#f������.x�d\n����:�xA�-�H>��J��y;�����<��I8w2A�	����ڸ؞�0���2��yK�|��_�����%d��`2�9��xm��l�Q�W��薕U=d���Z��	��ʒc�WZ:�wP��{6Ly�?طc������I\n�����߾�B2ߵ���zՠev�z���3�ƘU��{�^qa%I�B�Л�W��<V�A=�l��L��^�<�kL����sj�ҥ?�b�ɖ�Ȓ|�B��?-(��+xd�6SP�Ij�җ�:K����-�`U�M��u�n֧�]BeI��Y\rf�6����y�;���6\r)��cUȫd4�B�nD����Q��n+R��J1e�,��P 6;\'�6��\"�� ds�\r�=��V��\"n*�R-�!��`�CG֋�م\"�^�e�\n|5��.ް������8�!�9:�%��������\'&;��C��r�AL�*3q��8����$�\"�n�����$�Fo�ef$���S�4C��\0}UJ5}��&�Jmy��NL5���\r\Z��0s3��u�6!$�0�KJ����\r22��ߖ]��Ó\'L\0����I�M�q�2�˪㏽\Z燧���i(�o���)�Nޢ�VB�� �n�L��c�\r��ʿ5�����2�B�G�3�u�����*�0o�Bǯ����h���� �}C����o�G�}Bd�g�D؉$�O<L#1�O�F14.+�kc�*���9\'q�.���;�F����r�P\'��l���1�e^>b6�chN���E4#\\��G�Y�Z�>�AQ���b&����YZ�o�>Qr�͡����i9\0T9\\>$�2�‚��ݲ��j���r��whq���M��TU�Щw��͙CHN\0�I�<������.�O�������Ə†ͧ�����fh_2E��_T�.Zui��Y����k.\\{g�:������F�hd��a���G�I��\0q�׹a�\Z�\"D\'�ϰ�\Z�;I>)$�pi�\"�)��l��}�*��3�yX�Z���joy��\\oC��w=����us�n@���=]N1�%P0����.\"��p����T�Ӝ�q(%7N������O�2\"h�kU�v��r�޴����\'�r�-�A�D��^E�cZWq��8��5���q�r���@�7VR�ۘ]�7N�i���jR\"~R��O|⺥f�`�S:�\r����b-\\�|�ۃ���9E��g����f���]�Hh~�w���w�O\0LhD:m	��3(TN������,������j�p�J��̺�����γ�Sy�9s�68r�M��ڠ�c����4b�oT����,�>�\nu��	�U`.9>Y3`�yk������6d?j���/�&�b�\"��\n��<5.B��z��n���1YY]}��{6�^�\r��o�ʠaXܖ^��	���捄s0���ɻs�y0��1��)f�x��� ����X�`��[Z76���.��-�*�P���U�-8m@e�0�5�\\��wMv�1.��ʞR��fq\"^�hS�;X����~�Y��Y���^���ϻ�jc�T�x�Fw7�?D?���Fa\0���-�@�h1��+��K(����a���]���DR��:[�_I3y����wtן�#F�3���=2��2I�8��JpL�]�]}���0n���P\rQ������cJ��YB�=niQ�=Ne��ձunS,���h����X��:�_��U��-��J�rS�5����������bt��LȒ�|��n 4�\0�ْ�\'�/XMK,f\"*Z$��4��� �%�-�b#�6u|��Ė}�b��Js�6� �h%�\nf�J(�U��Z���u�@���D�RzC .�,2F*���z&@��;�`x^�#.��W(�` :�k�Y���MjxRցִ�P=��T�_U~�Q� H�ʱ�y��4�BW�@c�\\����J��q��GC W�aQ��x����D�2-q%�ol�(��]?A� kuP���t���̊��z�\"qg����=�(0� l�\n°&|�\"�wK~��30,��>�P���&w m�2���N��8�a�>BdL�U�oVd^ �����\'Ơ� $n�X���37�N��<�g ��YL��&��>�� G\Zu�%X��-)��� �)���>����Q��|�	]v��C��,�� �7��ć�K�4�sNs�	Q�<�s��|���� �\n	�\Z?`�%T�p�6��#IR����l�R�� ӌ[*�kt�C��`x�{c�!ՙ\ZVW�S��s�t� ���@W4n����*�t��Q`EJ��)��)e%C!�Bw�픴�Q�\r\Z�-���1��O�!���T����v�������α���!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0!��)u�^��)�h\r��ȱ>uOK�,hc$��!,�el�s��\\��055�.fOt��e��}!5AR�/��{Ca�F9�Z�_�t��%8�,=۫!?�U!��)ln�Un�(\ZDž�F�Z���n!Z�mNxI�>W>%��*�r��^�#\\�QD!]�ͯ%uO�b����;�Ͱ�(2[\n���_!i��\\ �׌eQ\0�r�z.�+;\0\Z)��o�5�3�!���\'��o�]����t�J��:soT��!�x��6�^q���>F70�VֵV�>�>���!���$��1ŭ9���5\n2d\\a�W��\Zq�3x�!�:�qɴ&��g�z�68֛�d����;tV;U!�&�x��[w����)��ȃc�N�S�a�!���>$wĜ����F�\n%�`IJ�M6�o�(��!�b��F�މg2o�i\nNl+\n�������b!��5Aà���~�I���� \\��v(�c�F!�(\'eЎ�\r804@��d�D�4��KS�kV!�a���ZU���/<rg$�R4g�Z�0��l�!��\r;�m1ϼ�.�{r��6@�C��Hc^\"A�!�ĩtX��Q���\"�����ђm]���2J\"T�YK�������J��,/���\\�/ �d\"�h>:���Q ����sik�Z�؝���Ew}b\"�:�+�@�b�$���T�At�6�r��\":fn��J\"�-vS���X�����^�\rˠ#\"JRIx���9��W�n�\"��a�ԙ�����\"L0]������ӆ�٥y)UeP���^��A��\"S�.87~96s��yjr\'��]s\0���\"\\�����&S�������^��\r�xQ���f�\"nN��v?�K����g^�:m����Blb�Z\"���$l�}�e�����X�\\�%��\'A��J\"��	��.F͢�Y\\��gFy��2\n\rM�Z��\"��G�$@���PĹ\Z7~ԧOƦp�db��\"�):ze�0E��8��=!��7�Ӻ�l<�Z�P\"�/�JK��}���u���v�a�H���Q�LE��\"���!�zFۺ6�����&�\n��s�|�\"ʊ�Ǐ5��\".M�p���-zx)R�.%�.��8\"،V2M.�\\�e#�N��ȡ�>�.��:��I�\"�_���r����Џ��M�DZN�a���\"�2e܃A#��Q��)\r�j|��\\�rm�=��\"�L�p�6-@��!#�^kYڮXV�F€X�65�\"�=�\r�B��>��\"�H��@Z�#X�V�WΫ\"��8�0#>�n��yl��v��ƩrK~�8\"�;z�`�~g�^�_���R���5��т(��#ğ_ܵ?�W��/��C+�����U��KG#�2��s��\'|x���,q��´��ޣ�\\\"\\*dq#�Lj@P\\�Eȼ��n�x�$Wҫr1پ6}#2;#�/7\n QrsE&]���I�e�Y�c�g#Oyw;p���ӿz�w,!�:;umj����)#S�R�m-�zşQ��\r���:� Q�V����#fl��~F��cAmĽ�b\rV֯qP9i�ϯ�#f���W*o��_�\n�����U8�_��\r֣z#m���b�T��ɸ�=���V�187�>��#��_Ӂs(���sx�a{�ۍ{A-����##�̨wA�/c��[��&Ge\Zx%%��=�C[a#��g���C�Y�<��b�I�V?��Ji^�aU�B#��yĽ�Tf���<��,�9z�,�;�P���#ә>ho/�>�,�F���m�@`�0��#g#�\06���|Р��YD�����̰أwty#����M��+���B�*Tv�Gǒ?�oLJ�s��#�B�oKm���u���q��G�KL�5�=O�#�V}�驛F\'y��#�v	׼\"Ù��6��G��J�#�������]�=��0���\n\r�Ğ��^�\'�<$_���-�\'�8u�P��c�6�#	KEum��$\r���ܷ2�ݓ�ϼ�+�B���ɡQ(-$���F:6~QQ\'���:�3~�������U$Eq<�p�Q�(&{=���X�t�\Z��\'��\r�~$#\'���b�}�$X:�cľ�m�]�\"�V�$2��	���J8��+�n\nbO+9���2���q$?�\ZW�7�m�(w{K���\\۶�׮���j�t$C��r�{3��;Ln�,u�w`��‹�7��p�E$I�l;����_W\Zd۩���Έ\0fm��$XA�8��8����3�k.b�4��DZ�쥽$^�W+N��N�	��һ@�yA$���G��+Z[($h/��*ÅZ�O��x+��-롖�HةTE��$j�^2	�ܽ�4`��Q����Q��t�yTr�\'$l��۵	���n��s}�Z�����?�|�:�$�V&�<�% 旅.���l�����㹯��$��E,�_��w����MJI:�����W�~���$����`����5�~VWClZ������	�|GN$�۱��lЯs�F,�ųeIx�\Z�:��>�;�3$���]�:)�~K�F,B4w�����٨/c�,��H$ԑ���<��*Y�+��`p��_�/�Ȟ)Od$�����`�MHn�#�<K�����*\r���e%%��k��lf�;{�݅T�_��<{x%�[4d�%S3BG\n9K��\"�U�f�q�*A�j5�\'�ϱ%Y��y\Z���@�ڤ�~&Ǩ1�#�2Q�i׮%nMǮ�i�D7�@q�V��#v�E�>TCdW%v+4)�%�Oi�+a�dg�F2!��T+�%��k�r _����S��p��E����3��%��f3�qE�b��<��r��]B[��S@k1\'b%��>�f����XJ�&�Ж��>Z�y2p#�%�07�s�\0\'zM|�:9#�h7�d�Ja6��!\\%Ʋ���a�U>���Z�Z�	YD^@N���N%�%�8X_�Ҳ���%$9ٔ�*�_������[%���܉���`�����n����TK�xCt��&�X��y&̷-;ב��u�H����\\s!�5�\0&\n�����u�Ob&�\"�M��f?�+AT�(�M&��p�����j�+��Ҋ�%�s<�\\�$&I����n���	w���߬�so/�*����A�&J� Ѵ�O��|�d�),�)	ɰ+\Z�t&a�m{[�>�Bv\\`�� :nw�c)�ߗ%Z0�&|��O	g�)�2��*�׫7�o-���r�?���&�[on���� �l���aϳ�t�WL�QO�Q�c�&�ٖ�`�������#tޙ,�Q��)D�9&��t���*��2���~�|�1/�U�8�VY}$&����m�4tX�F����@�R���ʏ��bL&ӥYk�\Z�n߰X��O��ڱ�h��b)&��!���G����!�C��oF�Q`�B���Q�\'��l_J�V��Su8VHJ�������yC\'��DĂ�D1����`گ��/5)���F1��\'���+F�.�}M>W\nwJ�]}&�#V\n��\'(�\0*��Pg\Z$�\"PHG!��������5�j�N\'@�?B�{�uBt��i�\'S��?\n�=��PC�\'F.�1�E�)���H�;�l�/.n�7���|W�*\'G��L���s\r����+�Q�N*�+r;_1��Y�\'S{<���?���*�f�;��/�{�\'���v\'k7^�Y����6֨{J��/�՚�ɺ�dN��\'��Q��_��+g��*d���rVǠ����\'*\'�p�Gg�_P@EuE-�jbc=�H蠕\\M��W�\'���$�1,;�b�L�(˓�̰O�\rM�gд�\'�iZ\"Ʈ�f=�D�F��G����\n_�B>�qY޴\'�*Njw)M��>�SY\n��S��4�vn�a��\'��9_e�Z���h�Z�Va釦��vu��[*S\'�N�9���r�g_T�Ȼk�������B��y\'�q��&1��,��S�Nj64c�G�&Z_��3j\'�^����5j%�V�l��{�=���{�m�@���\'�m/��lr����8��*l	=$枒�=�h79a\'�j*�,�A��.��+�-�T��גּ�*\'���ٍN�f��[�O�g��|\Z�	�+\'�x�r�X�k��.��~��b5�ǟ�<�M���(:��MQ�� =����ߪyyL��ޢ���(Cd?hv����Һn*��1��Z��V�(=�X�tw�ɬD��.=H\ZS����\Z�5w�(?߾�n�T �Z�𦆽��\\9��8vW���\Z�(E\0�	�73�/>�u0������AH*$\\����(\\ðw0#r�F߼٥^G�Acw�,t������(a�8����)��~%�cG��:~��\\\0p#t��F?�(fp\\3{�?\"�];>W����qB���5�mo(n���s��sT�j+<$�|rE��~����(y:wj5��1���\Z�!��`���<��!_�(}�6������͛\"�����$#�(��w�y��e\r�63T�Q�-����Y�T�=G(�Θ\\���n �lpu�ꑝ&]��y�i�J)(�f����qi�I�p����,���K���(í�ļ\rC	��v����S��KO]l]�t���(�m�}�:փ�{��Fi\r~^����`�@�2$�(ڮ�wS4�B�l�q`8�z��W:5HI)z4���p�hzi���T�v��/�԰x����)!��/���P�d���t�O�;D�Cᤉ�7P5)%^��V�t�_�\"L&x?�.���Ҫ�*|2OQ)JJQ�%��x\Z����	��r�]�(R`�)N�\\n��mE�\Zk�c���Q����(a���)QF�޶����c��BW��k��!��)Z�!Y�ٍ��PA�;�����]n�����)a��QOhС/zà�S\06��`���)}�V�O�g�-w/�^�w6!E�����~�5On�)��4\"m:D�[:K~>��b�1�E��()�!e�����ФR݀zg�g6�эl��[�{)�Q1�٪�p�$�2˝n#[z*/	*?�|�)�X.\r����j�c��T[q�1ǿ�]M�:�*���&�����S����ƽt��0�������*%ҹ-��m\\���(�<�`}y���x�	�[l* ��j���Y��6XAS��͐\0t_��B*0�?��\r��YoXd�	�:���@��MFI�)*N骱w���j��u\r�3������*P�|˿(W��a�OB���A�e�����:��+�*RNڔ%>�+�߮6����n^wj��9��8�*^��sJ�^1�@E��Hٵ5�EW6>�i$���*en��|ӗ�Q��DU[M!B\Z�X�2�Ugy�*j4��m3:�P��0�\0�\0�O���9�`*k /�Yl�I�>CK:��x����A�n�6[*��m�Ұ�Ǖ�(�ySl��S�XL�	�3Qn��T*�Y��D>)��k�\'�Y�O+�j*��UY�2�F�*����(���9�͌v�&5d2|�ќo<�v8*��nT�HSaQ����p��G�e�����gz*�.C����)�i��X���F8�9ю,���*�‡�jl�J�[ĸد�i�u*_��	����*�wVS�1�Y�����\'�;�n_�b����6�+s��f�hI���7�����q� z��}04+���%��<�����h��a��t�>���++�BPxP\'\"���X�p��T��hw\"e�+(Oi~�.I%�ƥ�?\"~Y之��b�oQ\\�Y�+E�ˎ��R���9KB�����$�\Z�5ާ�Wd+I��*������ �\"2�����:Gfl��p�=�+^��H��u߲�֨�n�T����Z��7��+����k�d\Z\'ȍ�,�G�ww����qN�+��ZP�����2��lv,,�2��R�V�~�I+��������Zr\\�a��z���k�̧αk+�������� Wqz�\"�[נ˽_�{��,\rNM��d�_��z_T3$7Xc.�5A�X��,��X�مWvY9�bԁ\'��7 �}\n�,#�|�x�Ih�܈�G�:�`3��{_^�c�,h�g8�պ�L�ɋ�Z��:��\Z��í�>�7,m��\Z�r�b�����J|&\\��\"C8)�O���},���~8�׿K3k.FP?R()�o��j�rt,���1���^��7\r�x6$\'�.����S�WF�,�!\\u|�1����;�8�}�s����r��E^�,��lTѕ��%�P�~Ȝxq\r����޶��f��,�S��\Z�\r��z˃�]Ӭ#��pD*tX�k��,�g��E�^\"��5�¸���6��FO��,�ڀ1f,Ms]B��#^��X����=�d`�,Ԁ�J`�j0�A�\n���*�L��zG,�i�S~?:5^:�b\\BG�Q�o�z!�bv��E|,㯢�/z]����_�����W���pd���.f-� \0��&���_K:�|▴,Y�ȴ4UTđ�-7bkٚA53�gFEk|��^ڒ�n�^�)�-#�;ŹD������o���IY�M�A�u�-4a�kO�67��ZޡR�)����&��~	�-;i\\3��.��\'=Ϗ�rs\'�1�\0�<�-FP���9N��f���� ;��h��l�4E-�H�P{cܻ:�n{2�sZ��q:�7�A)l-ӌl�^�.ԫ���;	>���<�;��nC\\��-ת1�:���c„&h��	�ֳ��4V��F�-�,h�8�f�aP�jgW�>�q����\\�q0�-���k���yn:���Q�2� ������?�x�-��v�w�\\y�U�+.$aW�ݕ2.�F��-�{�=mM�z���ʶ��K�z��gR*���(.��(2�GKzj�\"��,�5�5�+�%�{	�W.��~\r�B|\\���}�:tJ���sf�Z���.���\"�wŠ�k~�?�\'�L��-�ʅ+�?.%%�،��kɐT�a�E��Qdu�8�ٍ~�3�.)�y\Z�J\n�*F��h,��T�T�uԃ� N.K��n�G\'�z��=_���Ĩ�K\n���O`r9.d-v���ۺ�Œ�#u�7��)�ғ{��.{�fZ�%��{�34���`zo<�\":qe5Ab..��I���)6Z�n)�\"6\Z]\r3�CFZ�W�.�)G]C���{�.�=�C�+�[p��-�R�.�B��x��~Cd���\r(olv��+��k\n.���SP*�6;�]XRC�Ɇ\re�g�f�.���:�%q/�}!�*���:r\Z^�E����/�u��C;���,!0�A�A+�Cǟ�g23/�s�s��Z*�j)i�б�e���Q�3>s<�/^��W)H��\\y�=Z3%�1�q^Qd�a�H/&dx�G:�IVt�͆���Y�j���M?R��\"/#�ׄ�ז�4�$�ǽ����~r>-h%8�X�/,�b����2H���=XӲ\0����D�N�b1/.٘�����Ç��Kv�\\��)�w��S�/7���0/!B��s����ݒoB�ͻ��e�}y^/>��wi`�S�����{�oF����:��i8�/M����4��H&��o�l=�|@�uQ�D}�W�p/_�9^�`5J�Ҽ,�����Y��aj�K�E��l�/v �\'I5�R/^\nBR7�0�1nQ=��*Q/��|�w΅��j�R��z�ZHcxS �Jb�͌�/�Y�le�zIGz���zs���s=\\�}�/��ԣ���Z��g\0cV�ץv���d�Z�/�	43s��x���|\"�@�-8�,�^F�/��GO%<�\"��!5��Ĩ��`0<�hCJ����/���\0��N�Ko��ʩۭ詡{�ngg��/��|`��z��Z�\0^\n��͎#0��\"���\0@���/��X���Ń����Y]������I���O�/�)����˲��jtS�+KUV�S�x��\\/��?��<@q��v�4�?�r�cm�5�/�FA@T��Z5�a� )�LOf�W��Rl!�\"t��/��J�tR8����֓�9�H�d��Fأ8��/�7�\0�q�e\nO^0�sԐ@�7��T���y0�!��Q+7���`G�#�\r�)��S<\Z�{b�0�����C?�B�k�\0\'́�<�ג+F/&\ZC��0�o��7Ԃ؝�^��\Zt�U�:+��0�CO�ܢ6Y�y�����K8�<�G��T�J�0)��5���iKe���jՈ���T�|�F$�4t0F�6^ʤp�	,�w�R}n�lD�o�YDȌ\Z�0J;;�Q�x*��,U���ľ�<g�_;�o-H0X!ލ\nB\"`Á6��D� ��KP?���_�0X�73S;���\03m�&)�$K>7�wtT�\"�0[n�ڕr�w�e&���E_�J��C��䒈0i�G/�+U�W3I�i\r�·8��صS ��8�0s�a������`\"*�m(|-=�9�Ƅ���A@0�(���<�~U�-t.�&�]%/w�1���R�o0�i��\Z�j��È��~�3��~����N�U�0��Q9\'��j\r���p�WC�m�g0b���u+�<0�����Sb���]�^��D����d��0��g���к����}�bIYwe�.�G��0�pʊR�^=��Y����o(���a*�7�`�0��,d9ɘ��G�\n6��P��$JC97,n�H�0�qeR�1:\'����Q�D�u��hV���wχ0����\rXyq�\\d���]jʼn: +R�(�7Η0��?@�\nQ��Ɵ��q0	2���z�R����o@0��Y��i�Ѿ��c�1ˁ��\Z���[�^r0�\r�H�Cx�^\n��#��Q���Y�4NX�1�!3Q*�\n��X�}�(�b�z�=��.�/1&ZV�0�c;��d�Cl���ξP`����c�1/p��JVQ���2v���앀�]L9��e?4J15V���^,����gK���|#�0�Id�l�o1E(�|T�Vc�-N¿-�����~zn��}�.�1\\�^���8����.�l��j�Ѕ���4x�]�|1]�T����2J\\+	�i�6S�v��S,E�1e��䅁�8o�N�T�:�w8��<�:����1h\n@��ސ�EA:�\"H9��8�G��E�1���u�\'�Y	����/%���\0����B��\01�-#��$����p�&��h5h�J�m9���m.�1��7��H�}���h�tq�E��u6��x]�1�SP^&!� �!\r\nO�6\'R� ��6�a\n�-1�H����\"�gy�ц*�&\Z����b&fK�1���_���X�#/I*D�N�|�qx �]\n�\\t1��f�@g���<��g�-vI��P��8�ၳ1�6s�4�>g���HT��s�*�NV�B���1�\n	Tk5t��{j��.\Z��B�5$�V��{�26?ô%I8#�Aa���W��=��ҀVONhE�2A��WB]��b�}��cޏ�B���#�2B�Qb9�L��\'���͛��B�BT�2Dl�y�O_!�D�FjF^�=�-�v�Q\"T2v�2H���s|k�-�D`Š�]^�9����c�,2SL��b��{�����Xs�Dž*�@)Q�2vzi��M%\\��Xt�#�$���e�*���2{yC$%B�E;������4>��f��&�b=��r2}��)vD$t2�.P엳���2�A���G�8Q2�%�b���S���O��5 ]	Lfǘ�\n��^�2��ӆJ�J�/CC7N֍׌\r��j���i2�Mm��Q�f�!�=s�*����2��\"!-�2ؗ�Č���_g[)@��23>���,�.��2�-���;/�{�M�a���ޏ��û\\�uy�2�ٹ�<��dI=�@M8��>�4�c!^i N3fK�fY�8~Dh_��驪��%*&z�F�0-�3(��J�{�*�����\r[���ܽ�}�W33)\"�K\\,���h+��\\\")�`��/W��33�9Dk�Nd\r�F��$�O�2�>ac��c;�S�3E�!����ރXO+��)�\r^gPǁJ3O���j�}.�����j	^W/Q(ϿиhBC3Z:�2$�Fy�P�7bء�: ��y�M����3r��=��	aԅ���6�~1��t���}�k3�i��刍Z+�+<A&����n��?���%�3�J~wUV.gD���%ޠ��.��P	�<Q�3�7H0�0��ԭ*:��>��a�_��r`g3լ�KY�C�X�-��k���g9[��۳�҄�4P��\Z��+Kib�E�WВq`r�\nQ�L�4\r���(HO_)��y�J��w�L����4�K\0�$���|%ܰ^�q�B۱&���K��4,�j����E6�������@���9&�YPd�4-�;*B_|�T�B�� �!��\'�o\n�Q�n�4We�.�e��>uɑ���y��Vc���@�4gѓ7���G>��\\��J���Zl��2���4�����H}AC{�Hh/�}s�f��Y���4�%�C]��q@����m7k�D����W��*_4��]��]@w:�yٺX)%ǀ[b�tbs�m/�94�%_^^�[����2�ɝ��i��s.�Ǫ�-�4ˁY�2��˽5M��f՞v2,�.��\\~���4��\Zr}�M��cP�\\�GϢl8����E��58���u_#�gx���Tጷ�7��#�l�� r�5�c��[�/8���>�8g1Z�n���Bȥg�x5Iw�N�e�z�վE�s-�M$��g$��5#_��D؞;}6]��&��]����&�ig�>W5$;��/���m�k���z ��𙠓p��A5*¨�P��o;�,���Xȋ�y�E[~���5B�`���D����Sx|�4�q|ҭ^��]�5Y�Y+��W��4�~�:j�/:�ّ,���j5o���x����~�,���\Z��F<��H5�ͱ�h����Y�I�&�B��iUI�?�ґ5�p7��3�����a�a)�I�����>/�@5�	�Xxt�B\Z��}O����L��=\r�6��I5��<��8SI��R\rA�s���sf[H�D�35�f`dP&�r:�]�����ﰻ�ӏz��W#[�5�`���H��������ֺ>�R5�EOI5���$lB]f�E8f,}pQ����qtBZ�1O�6,:}u4!Z{Њ����w1�&�v1Ư?�N@��6=��G!J|Gl���̣�8(�xH�,�Q66G�\r�kH:�\r,6��Yէj�h�=Q�$rF��a6X�W��\r2Ya\n��N�D;3�>�?�)?V�6k>׺��	Q����Ha[ב�]{�9���F��6t�Y~\'I�Y+6�5}�j��g���h�y�:6��R��PJÒ2]b�D\r�\0J��n�Ri����Z�6�}������o\Z�Su��S��4̀n\rh�6��\\�楅Tb�{)p2�u,��օɥ�!wl��b�6�]�p�t=V�����X�ڦ�����fY���6ɕI�ң�Mk�a�_���G�#�1���m6����ռ|d5l¼g4�0�\'�B`V���6�\\�\ntÝ\0�`6͋&)��n��ek\"S��h7�IS�X���ei�N��n�&�役��d�ay�7\n�@3�l,�Ul��L԰XfRuD�YRs�m�7�M�I.����-*��\r����7ȧ��\\�ݱє@���b��d�x�?���7��)J2�,\"�\Z�V#��b���{��7��\Z����>�Q�;�~o��gYF�7]UP��*2����Ҫ�#b��V ���E�Xj7b�1���8�!��U=��ɀm�����{YQ�7m���0� 䞤�3ţ�K7���\nFg0�bݕW 7n�v��h���X�d�\"���͉J���ڈ7qp�.�}�a�\r��`�7�n���s�B��}@Ӆv7|\n6�3�����6�#�6�I���?���� �7}�����>������`�J+iV��]��6��7�ق���\ZE��.E{(�Y���Khd`z�k�7�I��c�H��<=��=\"�F)\0�[!X�\\�7���#q�$���T�T)Foe\'&?�Prj%o7�@lD����I�R*�)U�ҵ����R�&\0e��7�|�&,S�WĦl~����e|T�5�����o��8\0�xq�� ���rgk*\"@TCRZ=�f���8K*}\"}u�a�ک������}�#V^���}^g8Kǖڴ\"-?�?,[��{/�Ou|�E��p��8`Ѱ�M�U8?��i$�����\"�O�{���8o0���;�ৗ��Pj�둪9I(���hm~���8~/��S��#WUD~c9u�uT�v8ux:���+H\Z�+��2��O�)ڽ�B�x8ړ1���b;���0eR� �j�uU`�`�is�92g����������K:�ra�W;\'ӎ���19fG3�C�sw[<��h�\\Ê��;;OA(Ks�9>|�����yɮ����,�n��a�S��>\\S9I��<R�a�~�T�e�8JG,d���[�Js29P6�ATa~R,~F\r։�+�o�)��\Za0�p9PŠ`8_�K#����,�lS�Vd*6T3-`~9T-��Hȏ� :9����1�S�\\\rb?FC���9Wm��\Z X����Q?uM\0Gu��7���nO��9e�9�D��g2[Oe�����-�DqT�noK-9f`Ewo����{��)Q1W��<����ɋ9p�m��Rz��m��Aq*���Z�3�V�\n�-9�1��Y�z=&�3��.T�� Q�A[$�ɤ�Zq9�7�T����B�R��#[\rO:�K)���X�9�5��V]�*�sꈻ�j�q7��˨��3��9æ��%�!��bdV@�O G�aM��㾨\n�{d9�n���~�A��b�Hc��x;��B���o>1<9�J�|UA6@�)Y��>$U�ٚ�駥6b\"9��~%q��2^J��D3]Z���4q��T���9����]�6�z*6u�jL�\0�<)�+��\0�9����$2��!躏��u�����Ι)�\0Я��9��qBYaهsd�y�Pù(�Cl�;]��%�:Z�?SjM�a�\0�yJ�c/�E�#�8��s:\n�1�.���V�\\��d�S=�\"E,vv0�|�:$���U�y\Z\n*�+��ž+cy�53�3e�3:i\"R\"w`���R�I�X�L�͖��7ۉ�Y�:k6�ZJ��Wj?�v�A���^a��-Y�E��8.,%:k�\n<(Q� �-g��vv]蚢��i���e�U�N:���O�3֛K�iD�����-�-�*�3K/:���j\'�}�!���}DD�%X���6�D:�\'����\Z�?��D��-Sp\'L�o�\"u���`p�:����y8��{#�տ�m��6mz�6Y(9:������m�e0i7Y��,<Yވ-|����:��d�� �eU���&�\0��W��C}>a4��:�_�ll�|S�\nv�\"�2������$���r):�i=�\ZY�eu���)��m냭}��s?��:�\n[�v��g%Gp�a?>���m�_k���5:�U�#�?���_jL�2S2������U���H^;R����^�y]���%a3_)�;te��;J�E�]N��j�.���1�*E����gWM��;Wͭ����%H)w�<~�D|�7V��<��J�;d��ߩ�,Z�z�^u��X�ј8�}��l$�Y;g���lSɹ�\0G,i8M���\0����;r����t���h���ؒ�Vg(�eg�1A�H�;z��m�p�Km\0\']s\Z�)�MR!\\�U<���;�\r\0oso��B>Ô]���uc���rբT�;��\Zm}�g����O�_t�%n�ȅۯ�w�?;��0�NU�-�\n����$Ρ���J���;��ч�Q�����Z�[�������h^2u�*;�7�D�nR�W�N4@���J�s�`�I����;�P��ֺ�v}M�Zֵ&�V����<JS;ϟ���j\\�%z�v�����}d�83e�_;�@��_�M�-��Յ����,(g�B��C�\'4/;�]A(�1��x&��̮^��l_�k8c<�F�࠴\0D�;Pw��Q���t��s�ρ�<�5�ꩺ�պ���v����\"�Șڪ���<�:�G��&D]ԃ��E3 	u�ݜ�t���< `2!l~�s���DU�=�����T�R��@I<!{]��wf���ְ�z=~�S��A�>nJ�<\'��<�\'[Oe���0Ր��u�!�X	�g<7�S�dT�	{~��}&(94�Y�_�S#+T�\Z�<?ni6~��ϊ�z������ӭDzm\'={?63T<m�2�����[��g���C�|��0���ڌ<q�#;�&�p6fĂ^����8�+�:�����H�<x:�w����Ld�d�|G%N��=�s�<�\0͐����$���5ŵ�Ǚ![��G�7]5+<��H.<�1z��ff:�/|�5�F�\"�<^��}��<���P,vuS��k��5�3l��D �TZ�~O<�.xnEe���j?\'o2����\Zh<�:-Rr{<ԫ�!q����2{����Q:�΅���2U�?=A@5�Ӿ��;\"�v�kkaϛa⵴.k�g��E=%x�,�\'}�<�*�p���uX�p�s�H�#r=Mb�g�`<�C����X6����.4x§�{=Q�s�f�#���1\"C��+3b�5�|<P�C=]��m�\'�O��P�0;&x\"Φ�����e�=����ڹ����\\�0��$����[�#�b=���$��H�3��f4�D��V�rj�!?��=���.	ە� &�IgCq�[O��S�=�dtz\\�IgN�\n�d%�?8���e%`s2��I>\"8����*S@-��bH���\"�ai����Ex�>\"eY�-�:0����37����,j����O�>rf�	/�l�ٸ$\ny+b+0ZH�0wb�Vǝ��>�@Z�H�ӐǓ���9��)�W�|�9�^~�>�	tN�}��%�\0����������7� ��6�>�������+1���X��s��V���TC��>Ў��<�g�\\^_����9�K��:>��P�Tϻ�����7r�`���K�˒#�F>�EoG���0W^��ڭ>&i�n�\0�����Y9>�x��f?)��S���vRK�Z�����n��R>�Թ�����W�^;������a*q�o��ic���>��G��+�G�Y/�C�ꕻ܀6�r�&���?O>u�z�/A�ǚ	n5E-��I��GUh߳?	]�M.��n���b4s�T�+�H��?ڟ>!�d���E_5�;$~$����&Ơ\r�?)� ��wY�x�mN#�\"( 0wi�Iٹ2��i?!a0?+m�!�Z���uC�<:������>�Gq�?\'�Ѐ|8�i�{_�z_)-�2�=wmo�w�С?,gu��V��”-Ub����<eA�ǩKN��?3ͳ��������D[�qJ��Ŏ��g*h�Y?5K϶��jB *D����P��?4��^���?>��e�����c��2u�����u����?H\'�S�D>�<56�̧5c�#_{8��cf?Q�O��x�R�\"��&��Z-�C����j\r?_��6b�%���㻧���֪K����xL��b͟?�����h]�0\0�	B�������L��J��?��\r۴�<�����~����S�1.��Q�E�m?�YꝤ��;ܮ��S{Bv�,J�{9��?��W^�z\0��Y*`\\�P�+��-Z���� �lo?���E4�@�+�>����~�_te���v\nh�@�$��yZΤT��+��I�f�ؒc#p�C�@vP�����o��4O�u���������Y7jѤ@s�\'�b �N9E=о��S�0�V��{�K@��k����X$ΩPB	���=P�S@*5�]��G��������ր��3)A{�A�q@:x��c��ÆPV����qt���(��*��@CA�RA�5��P�}���%�bI^�C3����@Lo�֟�G���j�_x0`�8C��{�p@`@Z=��sX�/�$Xv�\0���u�y�8=7���@^<۬\'=�f��n+�~��w��;�\0��@`�7��ZǛ�bvP���2�t�@hl�q��Ҁ@qb�ju��O �;�x����\Z{%y	�*��]@v�Kިk��%~�|�`��`�<5P�����.@|I�N�A��Y��:_I⡤�a�*��)�g�F@�~�bR�鏒��Z�^��g���4�t\\E[]�x.�@�l�l�4��w�2��l��q��3P���\"��@��F3���\\;�e�0ہ���N�QP���\Z@�;���E���xS�\r�=�K�A-�p��y@�@ɦ�� =�Kw�ٸ\rk�)\\Xsʑ�]� ܈@�Q4��P���l��N،��F!��K����A$�0�j�g\0�3dhfGT��G�)̷�!A92�!Z9��^v*�\0D8\Z=Q�y��\ZAb�Av�{/G�g�^6�~F�\nĖ��SA	����Az#���RH����[�`Y|Җ�\r�xҬ�A���5��N�k�j(W�{l���9�XIk.Q\"#A������c��7��6�QN^�\"B�z��͍�NA���2,�0F\rv<�qb�9�&ǰ�s�&�/�A����Z%�6P�ÙH��[h\n@� <��A�/��e�ʣP�3�sE�bz���%xK�#T�A�j�ڱ�]�U�f�89b�yFvw1���$�e�A�N~���mDD*�W �\n�e�\Z�^�Dhu�]A�@z�$zY���um�p��ܔ�^��6�/�b�A����8O�в�����Oz��y�K\Zt�\\A��iߤ^����f�W͊ßv��#�\Zg�aA������)�6�.k#�a\rU���A�e[	���v̛3���k�g\n\"������݌�A�tx�</Y��D���:=��o����	u�A���R<K��!t�D�J�N�]F!ƚ|\rjB\0��7r�\n�75����H�τK~�+��DBo�B��5�}\r}dT���/�Ш�Ȑ؎��,BBI\\c�cx|���c\r�wHN,4��?��B�!!��$�ケք!��V[����]ǐ��Q\'B&��J��P:o���l�G|P�:q�_p�!�~�B*�/z��n���-���T�fY���zO|�E�V�B��F$b���$.�-zFne�M�*/����|B�V���\n,���O{Ƃ�9�Ң����,�B�MZ�rD�gK�Z�y��{�!�d����VB�<�=�P\'\r���l�5hhH@�Cp3�2ɭvCcB�R��*8Ř���T��/]s�.9T(���BۥD~ǖܬ�B>\\_E��q����l�Oxy\na�B�\n��ġ?}Vx��qA���a��I��wA\'6B�I��q��0�q\Z�* ��Z>��%C�!lC6m�菛���ml� ������2�}$\\A/C>0��,c���J�v�y��욓(T݄�I�CN6��Z:�cz�15�(Es�{(��M��Cjᥥ-�DX\rHK������q�M�`o���Cn�Uc�]����L��]Ģ6��C1r�Ct���[��P9o�&і�cv�Cǡ���b��;C�]���U�:3�<�v=\r�\\��G�)��C��v�m9�)�����w�l��N�d�?�>o�C��4)������inj�<1�u�����\"C�O�5�X��W�	��N���J���6��C�]�ת.7��fb�ʹ��o�	$�L���pDC��3��(`��e#���b�3Տ~;o����4TC���j�U#HL�\\Y%��\"��rS�{��t�ʪCܽ=#\\�4C�.��f��>)!���\"�g�kC�yԊ�JDo�H�y��$���+�|�C�9�~��f~&��%{	7�ȡ[�{aOy��Dg9�ե��+�����w�w\'��YJ�E�D2P�wr8�I��eW�}��)�s�n���\0��D?�j^*���{2�	W�c|� �]��y��tDC��\\N\ZK`a��o���2�L�J�Sw5:L�TDHoB�T\"���/�T[�h�N;��*�w�o��^���DLSg��g�ݨ��?�猑���Ϟ�Y1ћ hDW�n�L�4�+�X��_�;����ť��Dk��5�2����o������+�פI0�Dp\"�b�P�mEN��}^���[��:�q�f��D��i\"�Ǟ�t۱�R@�8�����uvuD�T�E�)$G��et�s̮E����\n����D��\"�KꖌT���+qr�9����tJ�v!!D�%}�I���m��F2�=�(�\'+��A��X�D���\"e�9�V�I��m�425C��A�P�%_D�Ǝ�6��S�x�hjﰌG�]i��i���_D�U�;F=����d��Z�K/�h-$���X#D��\0w���V��vRwo������~�MR�D�T�X6�_8T&\ZUc\Z~���@��Q����3g�TD�z�\nr�����#o8���]�q�˩8g��w��D�\nDKbu�4iQ\'�:��-!�:	��2�Wi\\�D���N��-I0���0?�4�zf��<�Hn�E\r�ע�4�/�X!�3��~\0�����]�E(��ڏ��K\"�y���69=a�1c��3��0�mE*��h5|�y;f\r�k����a�퓤~N�r�E0�8��L����}qe%�v�B�|:�h�w�E7�3~�K�\02����7r\"U�%�-�_:�E:��kf�d�tps*H@�+�I�35_\Zr�3�EG-=����|��6W �+xA0��Icq_�+EJ�VU�2b7jMy��8]�nF}��Z��?4���E`��f;��u�\'wI�$�0V�o0H3��]E}���ZnՍ.G���{$�X��(jyq��o=E�����6�x7��n�oj�a��h.�e��5�E���\'�%Xm�-�Q�s��ĊKeb��b�XpbE�-8\n�u��T/�§�Ώi�x�r&� �3E�Q���d��8�LܮŹ@��#]s�EЈ��\Z�T��������׵��$���;�QE�!�!��ͥ���)r;�n6�Ek�S1�$`^F� ͥZ�Z(5JC���k��\"����|dwqFǾ�\'�T%c�*|k���ȃ���u\Z��N���MF�kfS�GK#:���ݒm�Sk����%�F�h�ޙ���Hm��k��ܲ=�����F�w�سY��=�!�B��\r�J��9��F!	�P��\r\'�w���:(�Q\n�=jl��hj��F+\"���2|+�FU�Ê�;Y�Iፔ}f}|FC�A�>�=���h1��XJWDX�4�\"�=TXFV�ї�a�6y�p\'�3��]�\'�����,F}&w=4qu�\Z����X?�F{��W�B!�F����{K�P:�i�gF�\\��Z	(\0GpF������y���������3n�����#�;F���R�<`�=#i�z�Ag�Dd)��qF��z�g��sf�7�B���X��зIw�E��F�t����v��\Z�:�;��`�j�ʠ�B�G���^Зα�tG�e����)�����\\G�n���U��>)_\Z1�d�/ڝ�2����>\Z�JG\'AQh�M��V�v�S(��G���l^~@y�GB�T��g��{�yÈ����C������I�҂�GB����#�(�>���+:��Ծ\Z��h��/T�GI}��?\Z�)[>\"n�`���C�����cf��G]�˽{0nّ)m�whn�m��TC��&�G^�P�[��ְa+�䂓��݈m�g� �?�Gsq\"��qk��,��&�u{n��i>���m�Gs}꣩��~V/	ݭ���[���:�Y���\\Gt_!�HX���Ыwc�q��e�6�>�T�k�G~x%퍾�˳���>)����d(�\ZBNJ!G��+��8�v�ͮ1g*=^5�V��逅�\n�\'G�@�Pȃ�U�! 9�1XYM��Qe� \0׍`�G��?}�o>��UΌ�5�O*q�&+v�3\ZRmh@G��gr8�,�B��c]u�_�a\r̊���;�~�G��W\r�\Z��G$�7iD>�b���^Ϯ��4�Gij���YqU鄦���l�\"	��,]�f�C\"sG�\'��Y���7��5T�j�d5:€��X}{�G�H{�p�<Z��tM��h`�K���AL���G�����c��`B+91l%S�;�8B!����G���:��}���\\�\r����#}g����u�H�Af�%��1h�*#��\Z�UEUh��>B=r�Hp\r�\0V�Q�]��%<����	�&si\Z�[�H��He�Q��e	=:��2sO�8�O��rȜŖ�H,�o���1�@O>�㍕�R{���5k�e���H69��ß�$K���&��k����ѕ�\0�y}H9m�Pȥ�\"�T������թ��/5�{!�#�^HB����]=|\r�UJ¢ ��I�����w�j� ~HN�>��+f���VQщ�2������^��HY��fAp�0]��Oc‹�B �/�$�g:H`kfN��L��h�`��o��[agvEHa����YB�3�GD��ۊ�Y�|��_�]�H{�8;sP�%;�q��9\\��}�I��W��H�٤�]ê�\0��{/|�� �odl�J/1�H���Q�0z�/�t�$��ځ�7�)��IH�� ��{��\"!b(���Ar��D�]���R;��H���J������` ���t�HV�{H���5�\"wqnG8�xC��Z�(��\07��H�3�:Bk[e<KR�T6�uL����b��h���I���10�%�V`ޮf�a����8~(����I;B��S���G�l���D�k�l,\0���)IGQp���5u��\0c�{�}��A���>IN��E�篏j�4�G\Z\Z}���C�J�C�IZ��4���ֻ{җ�7ta�xВH�1�����Iy��\r|�q���SA�*�	��}H��P���I�|���0���7a�n����e;�\\U����I�>ٽ��^iliA�$UM™>���l�)��$iI��g-��Ӯ�P?{�u�OR�Rr%��~��I��?���R�`#��C\'\'\"���\\j\0aR�_��I��P�$�K�~�P��mhf�� l<!,%�f�I�3d7�Z4��U��!V�R��\"�߆Ko�d(�I�B�qM 5{s6 li�Y�,�ɦd���e�\reUI��?�5j��n7���+#Ik��S����c��I�z�V�%�N�)���S�\\���n�$-/A�@�`JR2�����_�s{\n/�vgLi�:%���J����e�N2\0�Y ��by�_�B����Q�J(|\"�D��w@΢�w��;`�S���E�\'�]J0^i�N��餸�y�L��m�����s{��(J;?[(��*Q��{�84ᅶAf�U�����5f;�JW���e�j���JA���U]1��^s?�Z��\0JX#j���w��ӚY���UZ+�v�*+��J]�Ơ<SMv�idz���>��অ&<d��CJj�;���K��;s�\\��2�~���4�J~��=�;녞��#���	\"K\ZE+���13��J�3��AZ[��;�`����� ��3˦�o��J�4�+`b	��\0�Y��y��6WqDÅJ� ���V�sf�^���������0G\\��J���Y��F ��>%�PMF�?�i�O��J��	p5v���v�����8�����( ����J�bjb�4Djw*4���鱋p�-:Vx@�~J���N�@�`����P)@-8Y�X��-���JߏƁ}0��.��p��e	G��^��~��QyJ��$��E�!\Z��\"���w�ON�Ї��^mJ��P��#d	T먎=�v*Qf��tz\n���KI��1Z�.�|��=�3�S0\r���8]�+K3��S��xF�Hn��ZDa��۳��w�s)*xK;P�asz�nZ������*dWđ�j�]rKP��F1)o��47��@V�O��fU5�g��Ka;�׾�$�(Ui��{i�N)hi\'��T͌Y01Kb�C\r���it�ꅣ�\r�?�\Z����6�Ke�]�o��?>��M���3�<����XKxd]p�씟�6r���7q��7�nh��XJ�!K�Դˑ�k�HV���AZ!ښ������\\��K���;��.8^�&��\Z��t�%�n��|T���K���ht������â�ª�x���\0,\nyw�K�z��ͼ3c��ޖ22�?C���@�b_LK�;�zt�u��,1}��V\Z&!��5W��,(K�k�$H���t8�0�%\Z��\'����%�  	ujK�O��E��n�AF�>���ڒ�d3��\Z_�0D)\'K��\naڄh)Ĉ#�巆B�P��$�;��L$Q�A\Z�3�oT�֟�x�p\\�C����i�5L&��z�����֏�ͭ+�	�*&X���&R&�eL>����S\0��}ߔ��\"�.�j�nȡz%�a�|LE\'����J�nE�@��l�r!3Ά�����v\rLL��)<�Ք���j�F���W���B0�#pm�LOHT�c���K�6���.�e�;�]�Aes˿S��FLS���#V�o�8ki.�e\"k������ߦ���pLz7\ZUۼx{�UW?EQ�K�0�\Z���`hl�L�(pyp�]��&�8�,\"6��$cM׳Z}u��L�Y5��{�L�Il#6M�XH�xP!\'��+�m\"��L�f6���=�([х���`��#7~�(aL��O<�e7�j}�;�h��&K��9�<� ���L��&}��P���ܛ���|b31ԁ�γL�C해1%�PǭV����q{��{r\"H�.�Q�L�vQ4��x������A>��kr�k-�\0�L�:}��%,��\\}�~8\\��Oa��8�DsX�Lܨ\\H��=c�\Z��I�p�b�x�n5����IL�*~Π�E�x����I<�\'�ULhk_���f�BL���]E�;B�/y/k]��r��\"��< H$��L�����RH�x�s�q�5]���M�f9M\nA\'J@c�V�M|�)��=��5�c[���!M\0(��@�hF(¨�o\ZB�F�A\r�w�7��M��±M�C���-���8�V�]\"�?F��/л�MV��s����h��$�Cڝr+B�w�&�u&k�Mk_!:�ó�a����#����\\	^1��M9�9��7���V%l�z�[B6�\n�q�ʕ����MY~q��_$�19�w���`������\Z��M[�i��%M��AD�.�l.\Zn� ��p�T�t�MyL;�-�ڛ%I�u\\��K|�,̞��f�] �M�;*j��h�\04\'�u\r_��`�t\"�O͝��4M�Į�.4jW[��a`A�����>�?6eX�M��q�\0q�.��2ݾ�A/^G��/Q��tr���MӬ�P���=ȍM��>lw����ov�\0M��~���Y��k�@L�\"#\"/;c��vj~\0�d�M���ϸ\ZP�\\x���\09�F�\'?Շ���=�M�Sp��}T��.!���$|N�\\������YN��ݝEh�����\Z�����,P.g�KNm����gl�)���A�������?�� �N�N�egR�wS�n��\n���G��К������qN9��]`�T��*L�)w��\0��+��Ã-r]���NA;ַo���5�9��0��6��l�Ælyz��NL2��hګF�$H[=N�R��2\rQ$�{���)NU���{���W��kz\\��m����lf���#7N`?g�\Z�؂�ˀ��z��rz�e=�s��%�>�Np.j�샣f�7F�,D���2٭:��2�+,�Nz��ҡr��9;��,=���䗈d��GyNȩ�x�=�.��ے�G���n���ca(N�\"�?��X��h�L��f?e!#+�ov��`��n�N��:�Ǝ��>�%�,7�	�g�`e�z�,N�v���ޏ�LTgwR�����\\��G�h,��N����e>h��@�J|j��l�ŷp>U�ЏN�j�$��-�GE)����&J��4��G��ꝝTN��k��Ӳ��G\'�:����2]��F�+����N�Y�GDb�i�\\iRL<�&\'?���<���U3XN���WNlN4~�� J&�R�\\x�d�׾tR_�� O�	Y�@�9�P��-�����>�5��Uw\n\'O�R�k�g)�eFè���l�,���@��O٨�|�e]|mK�~�F�ӂː;�J\"����O(��{\\�ǨU�^D�%��!䶣���X��XJO:X�Z�%��M;����	;?���՗l�%�OCdo^���r����?�Ӳ�d����8�&V�OG�ޣY8+]�^w�t���X]ݯ�s6QzOV��/���~Z��<�)�r!h=��X�4�XOeI�Vi\\q<�:�m�W�DlK�̈́��\'B�I�Opb�6�<Fϻ�i��䲯Hp�\08�2���C�*O�e�/�<���H�}	�J����t��J��3K�O��%z������wv��W8X�F��]���l�UO��g�6r\r�\n�p���H�̐�ַ��|�O�AR��`qL�?�׬�O�3v�v\0Uow�\0K��O����q%s5z�t��g����UU�����i~~�O�W\Z�9��a�q�(��:�3��+�*+�����m;�O�~xwU�.]�bfW�`�h��W��\\ܭ�mP\nkH���6w#r��v{0���=頻\0�i.Pz�Z����b�oBL�]��+n�@$G�*�Q�htP��\n�O#~�#��� |��F:Q�>݄�G�PkS�Z�z����0�D��ϫ�I�,1h���]jP=��q���\"\\&�4���o��0��iPB�1Bʍ8�aS�h@<�^!����|\n���PB�H��<�}�F��J��g��=rv����qPD+ˢ�RƆ������5Bh�X��]l�WP_��M�4��W�M$\r]��\n����]���|��a*Pk:ES��v\Z�L���a����\"i\0SO2s�=�P~���ؤ�X7L�G�0�����Q�dkL;�}P���V\nB�^~���Uh �y�r�.F�>6pN�P�ps%��\\*���� #Q=���QCg8�P�1mK�=�Y�4�$�	�r�֨�\r(|/g˥$�P�j\n\n�hbZ�W�>}��n���oFb*R��P�Ľ�7_c�Z���s�82F��%�\ZFJ:7P�P��*HƲ���B?�B��n��Ƥ1K ]�sgP���3��JF�Ñ�m���\0�[l%����$�\rP��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��P�,�\\�������Z��`�� !�s����3P�W����J�\0w~��\ry!R\Z�[BE&@�$\r�P�O�\r\0�݉��U}$�a��)S~\'�A\\�KP���%���?�kN&�{(��bG�!㝨���Q\rLd�^�!DG4�g�t׵�ʚ�H��\"��Q�AYZb��DeO���0�{��Y�0��XvQ&��g��듣a����I�\Z5�Ec&#�M/Q8��.�f\Z`�>����z;����+�8$3�Q>+]��6\'�Gq�*r-�U�Z\\�>�#)�MQJr�Z#6\Z��d&!;]�sZ��\ne����7 �QKP��;�XӦ_f)�ӊ���C�?�*���Qj���4b�$V7U�����M|RbBth�QtAFB;<b|��OP�t��gyW��Z���Q�МhE�c�N0��G�	�7�=���m0�;�]Q��]��Bἃ��r4�?N&��u�Zs��Q���^Q��JC��}f���L��[`%%��˚ſb��iG�Q�zz���u}�Ϙ�տ����>g��&9�8�Q���H\'��<�~dhç�����r�$�uí0Q��!��t��L7	�\n,N���{N���w9Q���[�#��T�ӯ�`�0����QԎR��IQ�N�\\��s�mG��i�&��!0�\'��2�Q�T��\Z\"�sԭZ\'@��‘�>=;F�s��P[Qˮ5w=�Cz�?\r.h�+�p�\rW�4U�F�0�Q�~�uR�kH%�6�t�u�Y�0��9�|�*/���R�|7���5����I�|f�(���j\0R(߳\\�ߥH��3�����U=��N�K�Re���{(�TF����Q���A���	�Ǵ��NRr����2+P��;ʅr{\0���L]�ۇ��v+�Ru8�ip=�J�����]����wB���‚�Rͪ�՛��2��$�!��F~e�H�`�UR�P��\"b��M��=�sHm�u���/��M�R����ោ��a:hx��E	�gkA��	+��S�֠ǃ�n�D�J��H0�h@��ہ*Nt`��JS���tBmۄ4t��\\�N9��H�6����ÑSBd��q�RV+?�����򎻯��0��SK�I�r)�},2��xq��j��6+����i�D�S^[m��_����,Y���%q�[G��D��=o�S_�R�v�F���F�5�߳7s�\"O��\'�GSh���`.�!�1e��UG19rj<b�4$�US�,��o�5ȋ\0��\'�Y��b-XjQ��(,F�S����-�y��q.�/v5�A����t*�S��1V�D���FE�T4f��ہ��N����S���\n@G���f�_`IF�aQm]-�<S����|������|�I��2�!Vi趦AS�̏��[;�c����C�\Z�E���4�?6��T	y^�\n��\\�ew\Z�K�W��rN�e/�{��T��X�%����Nu���z~cƢ�C	W[Tz��1PW�j=�b��Y\'ǪtNT)訓{\'T*�Y��n�Zv.\r���_�\"��\n�)j��eTT��2��?%�i�I�	�`�V-�  Պ��tTV���\\�-�OKXǯ��.ŹN��Й�u��1^TY���;�GV��\\7��hW~�O\\Q{�\"T_�� ��G���l�y�N��2Ni�3����Tge�\\PM�����w�Q{ki}��\r�i�T�u�s��)�m��[|l���I��\\³\ZɁ�mUT��Q�<Jhw����)�\n\\�7<�̽���G\\T���F��H�QX@fS�B����Dh8V�I?T�w�_�`zz�v��5`rP�[�}~3��UːT�ϓ���0.�ð�!��h�P�1s0�d�T�m9���������v���.x������9U�9���ț\ZA�=Cm�Y�u\Z�n����U��V�Ι��pWx��$���?���⇼P�U���cZ�al(�+;��\Z&�E�\"�H�y��LU04+@qj?��35��S�r�{�ۈR�;͎U;S����TS2.�}��1X�SH�&��X�E6�UKCW��͢/�Z3��\ZӶI���q�����UW&k?u�n��.N�o���^���X���ۅ5PUi<������T	,sT����a�6�����VUl�6>8��S�ᒻfu�8���	q~�$r��Um�P���g[6�m�	e�c�Y�;���U}8�:l�֑���ŗ�[��J҃��\'��g�U�y�B���\'l;F��VӸ�z�`|\n��C1BmU��k�\Z�\"�4�i`FVm��¬GX����i�EU���۶B��?�wN� �-��Č�m\Zէ�U��M�: ݗ�L-�^�)������|�;%�U������s(�4>\0�x�}�v�X�*WR\0>U���W��qP�u�U�T�=?V#�20�f�~\\U��ꚬ�7��E���EԢn;魺��9��kU��ɧ�k�)���I)G�55	��f�R7U𒃔�`Λ)ͽHE�l�#�ez����@�D�U�eD����Dk�X�5\\h=,�U\Z��8Z�\0�U��.���X��}�b��,W�sfyyE�Q�F_��[Vn.v&��a+����8��	���ۚ�u��A<WV,�{+��x}-��\n uM8g��>,l���{TVA�\0ד�DN`\n�)P�k9�WQ����Ҍ�Ż>VK�����a�F�q�k�N��i��7����P�VX��W�Ԗ�x�@*k��U?P��6�Ѣ\"��5V_Q�Z��H�؛�N\\��&IU�b󚂇\Z|�}�V����xG٘�o)y��0�`c�V�࡛���J[lu����Xk���Uv�\"PV���X����Q�3�����L!h�\"i��#:@V��̲D�3�3��>/���Qu`ʤ�R@@V�\n�ͳw���œga\\�~J8w�N:m�N+V����E��I0u�X����^�@&�2*֝X�V�bqPJ���\0�?�H����Y����zVΪ\Z\0�G7h\"�]��c�.����.̭�I�kX�V�q]�5� �.]�@M��*�u�ǰbʝ�DLJ7V�>�E���fw)\\����QQ.�H���z���\r�V��k�8v�>KP�3�X�{��:�lc@W�E&T�V�U�\\O����8�NOy�!b���y�Av�ZW\r5�|��a��U���͈�3(|���ɓ�k��W֪����2�|�0�N�ҵxǣYO24pW;�&��c6�pD�X]`�g���P��׌U]!�Weō��_�ցݲ:Ɂ}��@R���W�иEX�WfC3���Ku!�7J!l7˾��b��Կ�Wh�?�Cexl}�$�ӈOJ��c����_�WsyWh�aϵ���:[\"5a���cQQt	�E�Ww����R%��G�`{��\\�]�3+�G]l�-`W�y�ӀV�]@�aM���xezE�h�sQ��gmgW�x�/4���/�\'x/�֑�-���\Zzs��yW��o��5ҁRj�?��U����Z�(�O�%�zW���x���O�`5���$=��U>o����WѾ\r�%,�Z	A+��u��8����2,g�L�\Z_�W��w~�s�R�8Q,��q!��\\s���kM�W�9�,��P2e�!X�:�^uI��Vn��NY���W��}���� 8.t�f��������0\'��	�W����O}�l�eVd��`���1�0b�W@XX�P��� H�_��0��Nc\nZ�`O���X\Z��?yv�}������hD�.�嬛M�v�)X\Z�p/}��պ� \r_��<\"���\Z�!�}��X(覔����7���+N�b�&1�Y[; ��X(�f����\0����3J���m�<\n%l�r��XH�P�pE�%��*�+%������t���f`�Xb�}�̿L��,�gC���y~��eb\'�\n4�1�Xc\"��h�.�A��b�q����K�ӹw�_U@9Xp*-[�DP<�V8�A#���sAgS���n�cƽX���ź=� )e׎���.�x���ipX�L]O}F��w	Vy\"���#aq�\"=���rX����e�$�<q��>�j�M���5̸z>6�X�!�w�4����-<[��E��A�b����g�z�X���P�I�J��pe8� ,cm����[�X�}wɗ�R6�7�uM�T�!��ܟʷ��\r2��X�xE��Kƪ.��,lX>w{oy��i�%UHqAcX��r��5�y����w]j��γگzж�\Z�Y�E��4����e�V�L�F/�Uk,��~�Y?c�*�_�a�)��\0|��4S�t���}�-�ʁYAD����]ʈ��xYN.���7l}e�KYB��Rb��-tsx�c�o�@�ԾP��ɫYCϩϟ�$�p˯=�qj=hs\"��(\ZN�)��Ytm�k9�Q�煇0�`��N���i����Y��%�F��V�O���c���$�m�3�\rY�l5�pY=���!�\\^ox�>�S��8�Y�-Y��`x�^.��H#ƹ/�2�������4�ē�cY�@�e��?�W\\\'�l�m�^�9��ďޮ-�+�Y�����iH�\0���U3$L���$��u�H�s�Y�7ɡܼa/c$ۮ�7\rDr\\��.���FE��Y�1n��8��D�o�X�a0ɫ���q�p&E��Z�4r����B֏���zn�բ>� \'�dR��Z��G�\n+:P�|>s��Pc^�M\"q����Z%��4�\'�\n�C��`��Zó��4�cj�/lZ6�r�U�B�!�t�R�ytJ��I0+dI\"�1�ZWj�I\Z�g*(�T�\n\\L��br7tɀ�\n�EA�ZWr��\\#�͕	�!�^lt������|o�C� �lZ^��x � ��-�}��:ɏ\\��r����NZb)�VlJ��fd����X��#lW�@ W Z��S-�`��~��nV��\"�\ZUM�T;���?Z�Ӧ�8y�i����kP\Z3��‘葊�]��Z�֪�m떕�\"|O����J�}^��@�ƻ�ZՍ�������Z/.�)���w��}��醶��Z��-r廒�^�*`t6����/“[<�h��[\nx�S�SYP垫B��_X���K8S�a#��[\n�*k0�5D�a�4������;�\0/_�7�a[��&(܇\0���Εl�j���G����n[\Z$�k˹���d?�\\{\Z��ݐ�g/�_,ip<[$�r(���ڛ���8�tb�Mq\0>�5�F[5��4(KL9�&-k��GRK$��z,�b6Fp��[8s�i�!���@�뮝{�B�u$f����<[B�����<�s��*�;�չC�]+���S�s[D���\np�h�S�u�o9�a`�\0B,\r�i[e2�<�w�t5�H���m�|��ۯx#F��)=h[e���6�S����\"���ñ�xakAyR[t;}�n[��Z�VL��[��qT�u!���-.��[u�#���\'�KF}�a~\ZY�	1���L.��p��[[8���a�kI�����%\'�n��&� �G�[�)ߋ�T0�uDWP\",L�ǫ[�I,޲Z�F[��%y�KR���b6�=F\\���ad���[����U:˃VN�:�O��e�x�Ί�J/Z[��~�K�X适[\r\"\Z,�3z�.�S�\"�;r[��\n)�>l=�l��V��;O�w��~ ��[���f\'TOT���e��f==��&�i[�6���;]���qd���J�\n}ʂ�ɥ�D[���y�V�� |�t�\r\Z�/]X\\m$�����[�ȊD1V�yE�M	���e��\n~%U�,�+��\\ɭG�ͫ��F�V6BZ���@۪2X�4Mw\\Jt.�N���4\0�8�\"��̥�A;(R[��l6\\^;��h�z{���aT���B����{�`ȵ\\s�q�)�|���IJ<ͧ,xLI2[K���0�Pd\\x�c,��k�Wb��a̎�2�\n��[e]\r�sJ\\|�߯�T(t�2�����Dn\\�����3�\Z#�\\�#G7�����1���\0nXs�d��������\\��?�����B��:�{Ӗ73š�L�ΔJ��\\�283=}f.��p{�磨ƭ:���md\\�A�RZn�9��lr(X�u�O���mC���C\\�_{���[��G�D�%���@X�o[tOx1�\\���HODĨ{�d}d2�s�I��1eO:�yѪ��\\�W�ɼ�SW�#6+2��}O}|FT�\\�I�\r\\��$��m]I��E��#��(\"��sc�1�.\\�lC��v!��B��wns�ۘ%y\Z���Y(\\����=�0�b�򜩲�2֚�� �`sTR<\\��3�S�R�\0�N��E�u=ߘo��\\�y�T{�����M��P�u|)?�\0@\\��1B\\��U6�ӡj݀]bz܎6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�5��`a]�F��5&��-]���V4��dB@�F���])�S�w����M�U՝X���Q�=�X�|��]<r��ֽ����4�j\n����hNR�z/�>���]A.�ɤ����z�.��j��/z�������]H��B���	�m3���сh��ܯ0x!ek��-]J����ebU��f�7b�^p3KOF܍⼶���]Nq�C�N����ٓ�ԁ}~�<a�������]`~$�����mg[�K�5�N�d�jsi�R�F]f��C���-\\Oa+밎#i4��x�$jK]��Ɇ���m�{�w��#ߟ^��,n����,>]���FHrP�-s��en|��Xq\r�mf�`�y�]��C��ŀ���Py��(���c�:C#�8��]���vY�\n�u�)���SEE�\\�>A�?]L�V]����r��6|��W������w\'�Y]����V0��5,�MΌ9�n�rDUu�7]�%�hqO����ݦ��t�q�;+s�V1B���]��ؕ��Y�\'�T���ҹ0� �P�=<���q�^��T�Ⱥ^��ķ>`�}j�NG�\\\'̅^�>\"�5�J+f��i�7h&C�ϭX��2�\Z�K^7q���Ud>�V�N���c��ha��p9k<^>��r=`�����7��\Z����)�x��^AG����^�7 ;��6`�*�$^�v���_^J��p�!��<��ʛY����w��\n��)l^Nbu\Zx�\'!T��8�o��	y�Y|�~�C\'^W;s]�-4���V��8�4��^�ͼ��,i��^g �K��c�Z�0�(�!��~�zW�\":N�^m��m[�(��C�,m.^��v�D��G=ms�v�^�������Μ�Ȝ�5y\\���s���%��^� ��q�(j� �\0I��f}��\"l�\Zm^�:�U���r�U�Ь�D�UA6Yf��Cb^��U�jx��{��+\"&?5�Y�pѵ�D?���T^����\n�0{zs��>Nz�/�@�6�R^̟��LG��ZܯQ�8V�W��9�\n�Hb2^�HR7�-�IA��ÿL#�~{�چ���Uď�~��^݌)�n�T�h):3\"WjEv9���NnZ-mѵ�K^�P�K:�`X����Y�qp��I���~�^��e2��2eD��\r���/V��q^<,��^����.�:�%5)4N���c�j,��6|^�׋܄�yiT��W�a���D#��Fu���2_2��f\nw/ީ�}�\r�<���8Z���$�_�M7��Ę�Tf&%Z���1����S�/�-�v_|B�O\Z߭/B�lk|�S|dLjhe��P�_,����aLO�0lӔB\\�U�{��E�r��@4_-n�2zYfy��#�ࡖVP��M�\"~�_^��_=>7b�\n���6�h鶨Pj|�\"�x�h�y_?�,�I�be}��8�\\L��as���/_T�_:r�c�ߘ�s�N�/�]�\n�{�z�J_du�A�#fE�*�.\nn9�T\Z�9pYbX�_lb�R�,�\'���I�h�e��R���D8}H_o���Yٱ��R�Q���_}�GJ1m��]�~�_�8�@�zdf0p`o��qq��U:���_��7Q����0�W��A�-@\ZC��T�M�2�G_�����37~��q/j��\n��9�S�#s��_��ՔJ��\n��Z�D��.�s�A	1�d Ͳ_��6�4	���P�K_�`��I˨�1?��L_����%M�SK�9�$y�����g����_G�_�$@\"�4](��XU�jijf��Is��҃_�Y�UsEƹT�4qP���M��DS�F>��C6_�כ?&m��H[�J�R��c#� ����M6E���_�,@�\\S��7�l�o��F�P�T���ިG9_�3̥�3��*m	�h\Z�nM��� ����kX�`��>:��6ԩf����	�µ�(�r��P`�>P͈˙�$I+=�ƛ0��t�W26S�_�<pH`>��Ng�K)����ž��p&0L@e�\Z�`T��.�|	۞ĉ�[bT���I�����������``�tD;����?^+ʓ5m��P�|�&`{�Y��h�uA�lT��N�-�o�rg���`�\n�����R ]��s�?�I�di#�8Gp`���hs��4D�U�.f��$��E�a�<p��[�`��\Z���>f�>�-\n})��ޞ���gGK�!`��!\r;^w�����jMRU\"&ݻI�ʝi�<l^H�`�=��I�x��\'�u���|���ΙK��!`�dI�UgQ|X�!�f��~j�m%�Z����p�`�r��{R�.1�B�iKk)���5M�����`�S,�Ы�=��3� R=�hR1�\Z��M�$�a\\C���҂�L��n�U�[�ܠ�{\'�Ua\n�U��~���X��s��\\\r>�cf�\"��a�2>���b�[�/W�tz\rl�y�o�U�da\'��Ɏ�D�u9MJ���5u|C�m�FhS��00�aC��$�qas��6[`��u��֓�@�W]-ͧaw�AV� �>[��GA��I\Z� ���cr\\l�a�f�K���ZX~���ͺ��3�b�]L�<7a��+J#�\r/_��T�QP��O��l�齎l?a��E<2`\r�_��ra��\n��{!��{���Qدa�����~ͧ���ZBv��Lj�*�Ah�*��b�a����zC居Z݀���;�4�r=�Θ|�a�u��Y�]���iZܤO��	�U�h$�\'��a����D�����mE���R�Bt�\r�?fQb\r��C?�D���K}���y�/��;|M�T$�?�b-�a?�<��\Z-����r\r$���Z�|Y�\nbG�03⊼��\rQ�Q�Q@�vI�F.3�Mܲ%U�bJ��m-��ʧ��5�53P#�A{����6��\r54bP9���ޤyP���g��\"��Ę��\"V�bST2�Α�CCD�\\`ݮ>�E���?�J�3��bgB�x���ɖ)#�B��_�u��r�߮+b��W��(����:��|��[�K�0�b�K��s�m�Fd�A��ی����R�$�	��b�b�ٲ�J�4k&r��hX�+�v�Ot�$��b��0#Ϧ�����A*�>�pjq�L*LN*\Z4�b���;��ؽ��w\"��S�8�\\z���}�N0b�Q�\Z��B��ZQXNT��6���{��hB�q�b���􈀮9��!��X���:\r3_:���mcb���q��q�[�����Js��آ_~�4/��`q�b�p��d�^R\n�`	�=dA�c4�e���s,c#ƈ|F��w�J\0�`w~�^vEp���L���Lc�K͘�G��|���\0�wO>�W!�� c�����:���Ue��H�C�B\")S�ε{�c&��~L�Rt j>گ�����E@>��Ǣ`�cIH1Ũ��?����\"��= �\n��w\"�{���xcS�g���y(��0^���x�a�&[�5 fc`G�����٥�T��~z��F�+�UȐY�,c��O���`H���;�г���Ce��]ϙ�T�c�9�כ�aI�aX8\rr,F�\"���C2Sy�c���^\"�쾓�U���a�?���WSQgb�ɡ��c�Ho��ԓı�RU�~o��ϳ,�P�)RWF�c���j޾��?�l\'�84��F=/3;6�)_q��c�.sH��*�-ب�_�:��%�;R\'�K���c��ʗ����BZ��7���;_�Z��ev��d$G����j�w}XX�y�u2�Z=���Io*�6d/e�\\s��S�:짆��$fl��m�o�jd1�3�\'m��z�U=&٪$��?t���׉$�h\"wd5[�&*%��\r��G���8	�pS�-쩟q`97dBݑ�\\�E���gE�8\n���Ʊz\\\rx�/�dPⱱ�����X.]���9�F�P��+��zdW�\'MJ�e�~vx�h{�s_�|q�a�ݴ��eͬdc�3b�[�]	��~?;\\[�Xk��З��`�sdf/��dBl�����ه�P��Q�=��#djq��e^�1wK4I�nt�fVC2���2@q�dr\\�=�y�Z��]�����.�ɱ�� d�|I�m���t�P��瀨��9��6���|d��	Y���@@��+���ғg�ʐ>$/��d�̃���qx?�\'?l�J�k�S��#���d���IX&܍��s�!�,���,\ZVwYL�d�rSzn<N�{�1J�,���[o6�`�W�o��d�0�(����X�}v��`��\"d��W�i�^$������_�f�d�ri��\"�fvx���ʅ�e�K�A?���S�2�d�N�WN�VSCƨ!�\\K;e!����*T���d���9����0�2���h�,A*��;3O�A�e4���c�r}�cٸeK�WC�s$�Xg��-e5�kyH�~����^}��\\���f��#��6���e:iK��p[�����8�qB�Q�ě(3��eTm�?�Uy7,��K�\r��pSU��n�8ͷ@en�R.	OF�OX�P��h���YC>�W�e�Y�̻L���s{T����=B�rvIFUK�:e�EB	���Lz�t��=�F�,�fa��Z��{��Բe��J*��bV�,�Cv�b�ʃ��P�~���$eؓ��r�JQ�(�O@_�y\'�+�*&w��\".e���b|(G����\Z�rK��<���7����f=E���Y��\n�2��f�V�L�$/DE���fl/�io��V�L5�rp�Hͅќ5!�fp�0U�~���Ƒ��]�f�O#�iU�|d�pf1\'��)U�ɺ�O�+�p����P\r�k�ζ�f?��sӊ�1���@cd`��苲��6��fS�~�\'h�,��P.E1J�>3&��`B�(��Lfb\"=��g�.���>�{aۇaN��l;)�O&a,Wfh��P1Ž8�jIU��?7z���j�u��+j(>fo�r\n&٣�/	�E.�F�M���_�h���f�9����Ȇy�7���,W2�)��[��*�og�Ӧ\r�W:�P�y��}p!�;�\r��c	%�,g-�Є��#h;>��	�|���3�zB��V���g6�B�Np����&��\Zg�q:�s�d����g;74٣�eZ��=`7y����!�uT�9V\Z�gV�|ӺgaWo�E���\"�{Q�T��S{>giI?F]	�{���[�Ε�$�^#�����d	g�A�k��D��	�dB�(9�����Խ��&�g�a�aq�$��+q�0k+&����;\Z\nl$�hg�%b]Zj�d)��-��p�F����j� 9g��� >���0�n)��X2�)���0?8��y�g�����>���ٗ��Y���l�\r��\n	Pm�Ag�=��{wu2���x����j�5�?������g�;a�¿]�X�r�~��\n�t�¹�n��29��g�.�$�o8q��;Z7tz?����ǰ滬ڢ�+gΪ�#���K��Q]����\n�44w��K���g��H�7�I�ʊ�|�Hi�ųlC޲���g�g�d�v|U=��D�FB�;�~�j�Z�f�g�ӕW����Ѧ��\n[T�\nuA[z��Gzah\r�ʒ۩#j�E�;ի���}Qe-�6Ā�Ch\"�n��9�(a�h�޿��[�GQ��<\"�h\'�+�:��u�g�cYc����g��=��hh0zN���W:��\\�j��X�%���@�f�;�hBkD]{�8���h���~-2�q ���aZ�zh\\���|qA\"��_;^��g��cw���\r{Ph������Z}�����b�����Δ�rӍ>�h�h<g��s).�ז����W��0�xZHCD�h�]3�l%Y�+��!���F��o^�=��hռo�8u\Z�:�8�N��7�IM!�\Z�l�j�#7h�p�S�=T_k. �>�U�C�m�iV��h��1��p��F�)y�dʱ�vNyN/��>�u�i�r���	�!8����@�D�a�E���{i+;N��3��̖� E��ݶ�A乴����+i:���;��0�$Pv�����F\nSp�2�ֹi[-R�[��4��̠�/IwF��E	U�Ux��i`W��Vd����gz\0� *����N᷌^��eipZ&��`Un�$P�9�xA	�ӉĽ��\0�iyH�E�ѵ3E�\"��:�L�\rX�ۀ,$|u�Wpi~���::l��w�ˉΤ�ի�8Q�i�(�wAi�}eP�.P|S�[w����W�&w�4��xi���M�W@�U�}�P�O���O�Jj�r4��M_E{i��0�yN��G\\8�9�\'���1+�8*Hdi����iYS��\'�댵`R�^���y�g4i�n\"}�V��u�3)!ƫ��Zϼ~�\\C^&�$i�ʱL.1�j�u�������0�u��/�&�S0i�����v�*+���&��&@kM&Q���͒iқo���H�ӝ��J1��������p�@�ti�t.%�-��x;\n�>r�#,��K�+ȷi�c���\'͔Ҟ�>��:��2n�Q���n�^Si�h0=���]8Y�E\n*�ӽ����ns���jh\nј��(��&����E���e�I\\�s`|j����S���=�s���̼*���a�	��j!�i��H4�]�eL�8��\r��S�l��cbj0��4�1@E��X�<�\0��+&�Yj$6g�Cj6vt�5�r#gAWFٞ���#�Y�� ��~j<���	ѩ*$��*s�r�M`��eҋ!��j=��8P�N��T\r��]L�����T�C\0\n�jC,�U�Ma��\\kdD��wi�ۭ�jG�\'�C1�K�h��b��*|����YF��jI\n�&U@������4o=����w|x�ӡ��^�jPV���]�g���2L�RSlw�Bq�K���je+=˵hO�d\n:t���(�����t��%�1��j|TT��*����/#[��;�U[�B?,�ܐ��`5j��8ڪN9�q��������9\r�D@�fTUj����4�Cu\"�B(�7��\rX��F4�u�Nc�Èj���P�.�cH�q�I<�;w�hB�Nb8\\8c��j�q��[@��Ta�`�v�+�s������f��j��	����-��%Z�L9I~xmH�Ճ�j�o�9\nՠ�Βy�[��1	��I�����j�\Z�p���IS��bʟ�S}�_�V�•ä�j��&Z�y\n�r[��!�đ֑I���}	�I+�j�~˴nBA��-��ԘF�O�Z*���3yA�^j��`+A�+��9�5����� SJ:9�rj֯c��Q1\0Fo� �fyH�D�0@)�C��j�]I\Z��Kxz՝�^���!bu��j���A�\0�.�S�hN�}וF�|Y�E\Z>��N��j�Sw�K�a^�&���4	�������tB�۬ik�i8�5{�?}�����\"!��AW,@z�Uk�lq�Us�n��3\\}%2�?rz�B�̲����k2�{z���$�\0+3���QӉX�˼� P���kH%|�Qe�H�z\rY�o�6Fp��i0[��節kN�IP��-\Z7}H���DC�;�ή>�E��kUM�,�k�EH+��y��Jv�y�PKӨ����e*k]�^��=��u\Z��;�d��2����k��X���D�\'w���M��C�\nᎺ\'k�3/B����	ߪ\Z�p�\"�J�g�h���k��ɷdZ�qNЛ�\Z�,�F\\��\Z�D+��k�U�ۜ[9؀j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��N3p���\Zxq��RW���l���ֻqS)�?������\\Zԭ���!�?l������=��Q�>|Z��Ɋ���>F5Y��l!���}[z�m󪧥�����W��#	���\ZlLU[�d�g.\r���5��p\rQ���<�[�vr0l_](7e�/����6��d����p�k#�l��H������݇\r]0�$�{��	%O�!���l��!����O����euyM�m1��/��l��K$�s0FP|P��\\�V�S�&6B�=��Ѳ�R�l�i4쿦�rn�����u�)K�j�5��W	l��-���C��j��ؒ�g�\\�rľϸCI�Cl�a�{!h�Pw{�%&���Y0���Ғ��|tm\0�\r>�ȑ�Ov<��k�a�e�C���@m���O�]^�-,�qsr��6�V�%F�ڻ��meч_�TG\"^�jU@��s=Fц�5|��m\rXC�9S�guh��~��RkYme��mN�����\nTm���G#И��}�Z�YՀ\"m9��(�Լ���y[�EA�����I�\"Be]�m;A�\rd�+��j�7���qN��y	�v�\"P�m`��6뽩������%��Hj��l�̬?��.ml����|�,C�+�IbI$Ө�\ZH�Σ^\"lQA�ml�ԟ�B�:���,�%c�5iN���9��mnm>ގ�QQ0�504|$8��]W�p_��Ltsm|i)m`m�I}IdKj+�9�V��̀j�|,�ĥm~<]�xL��1���A8�z�\0�-)@ʅ�m��bO-�7°�O�a$�L��w?�JEQ�U8m�oyfrG���T^5���\\k�p��0�[*!��m�v<��.K��	1\\��� WP��L����`�m�ש�s]S7LAZ&<�섖�v߂��fP�F��mm�G��� �‹=�����~�5OURD\\Wq��e�m�؊��}������BP\'|{M2�g�בY�m��M��ڽ�ݩ�=F�V�7�R�Ͷ}9�dg=m�ӥ\'�麙RҀҌ�*z��#:��,�`$�cm�`ek}â�yF�[���u�\n�e������^m�<F��h�v�%Eϑ1�^A�Ի\r��m��%�ʄ\\���[<��-N���2��ER0m������j��8tɗ��K�\r���?�G*�znDs&U��C����n},��i�\0v��_�l\r��n4cyp��}��%4��m�b&+uvB���n5��j†Ax3f�L�{�����iƎ9�nB��%E¶>�9d[[}�3�+�hl_�nL�z�<��k�Ʌ7�k-�\Z�A�ADפ�`(2nZ�\rc� %�mG���V�@m�@vT�IJ�Kn\\ �����/J��-+��\r�X*J����i�Hndk�.�C�z]�9fi0���jϏ�\'Y�G��g>npg�g�z� g�5�s.n5���L�W�4���nq�0�#�O�}�\"��E�N�t��!���C�nu�й�o�Lϳ��So�coUFa�[�ױ�e\0\\n�TĉI����v���yOiǒ4��Mx��n����-��Q�1H.x(jի8��X��D��n��!�5]��X��뭛��S�;�u<}3U8�\' n�-�yu_��\":~I�8��*2��Y�r���5�n��;�N�9�@I-�z�̹��>���Gq�� �n�0�oF!�V_1\'���x��hs<z=n���j��w�c�=�ј�Z�7�V�=ur��hn�G0�%E(G&�WX��1t�F!������n灴U����¢�H������ZO���h�?\rn��i�L&M٘x=���N��f[�y=�/�So+��U�Y�ݵߛr0~x��Os�,2�wo�����h�Qd�M�\0��;HՏ���p��7�Co\0��E��Ť�Cw��h#9\\铽��|���o2�q�\"�,Hf�!O��צ��wZ=P�Lo5r����+����}�����o�38��J�o7\\�j��UB/��O�����4�D`0��`/Eo:G$�.�\Z%�Б�F���F�h�S��u�<�oKS��c3����Y�W�$��y�6Vl21@��9�>ovQ\"�����c4����yI�AR��KSUo�Q��t\'��F�OS���ژ���U�.R�o���}\n�d��֑�%?����M�웪����;��o�ׅ�CH���la�՘�q�n�F}�uo���ɑE+�w����d�c�#�{AC�\Zg�o�֑�R�`#�:�֥6dLj�8�����\Zo��x��6���}DP�\rM�b��1a����|i�N�p�W|�b�O��<f�c��#_V��|�\\;�Z��p\n}\0�]tt!��x� L\'m��,i���f�K#$sppm�+�>�\\#J2=�)��\Z��X�Ӯ=P	~rp�%h����7�=�AP���c(@Ƽ�p%{�erB���	�…�d>H�K�5���-c1>}p(%�x5IY�K���fM�Q	�ڭ�L_:�Gp+�4��N�d��J�u\0�5H{�7`S_Fv���p7RV�Ċ:�^L�~��һ:��TW��Wp<D��9�ٌ�	�Dp��H2���LReG��M�pLdv�X3\">�bDŽ�Y�_[M�ϵ\'p�0�pTc �Oj-�΢	suj��4��I�T��#���pk��x�ѥLҗ��)�D��A�z�Y�n�V�8�p�~����$\Z�tB�@g�Zz^L��ͥp��y����Jz\\�E��Hՠ�T`\n����\\7p����%�јȮW�z��̀+QS�r�=��:�5p�Y�ѹ!e�u0v���?.j���[���,Ĩ�!�p��m�Ә�D����.u��Idn�����1wp�=DY\'cq���ŭgaw� O�a<�;�9��p�u��-i��,��p��W���c}h�p�p����2�W��|�[MQ�����Ww�v$|�Cp���+���L����,�Wy�4m�|C��q�,�\0�:�>|����AC�z�����lqg�b��a��������,�O��%�V�q(��Fl�苗njp�Er-R~�O࿾SN+�Kq*�O�D��l�W�2a��\\�,D�%1<��ܭ�qq.\Z�k�؀E���#����q�����\"��q=�1��#�;���+���\\^����p�$��qY�3i\'��G���C�?o(�����\0\"+I}lq[8��d����w����s��#�b�j:75�qi��j�j�e*Z����HG[�?=�?j�zԄFaFqzL�k�\">��Eưz�x��Q�e6����qz�+�kא�Fz�3��7-�R6>�����#n&q}�bN���O�n��YV�8�Y��R3SH�C\rjq��ϑ��\0d�@Л�0l�,���֦�tDq�CP �!�3����а_ d�	Ǹuu��i�Gq�� Y��Ʊ�e$�irhNF�I�l�,�oiq��ʣuG(�aV腐7f��z���L�mijqú�٫&���Uz�Hk�o��V��!+lV�O���q�$��1W֑��=�J=<�����-\\#��r\ZW��	ܿd,ֈ��L_@��J�JA�pb\\��r�<�K���e���2K��{EÅ����O�r,	R�B���f�0�z^�*H�a*�:r4(^0��F�1����s�t�\nr�4���rH�awVm��7�c�:�ܐ�a�4���{+��=[rKX?�kz^C���9X\Ze��F��Y�3�8�_�rV�j�-�jn��[M��w\n=pɲ�d�4��c��r_!��LPp�f<vs��$�\'�����orl[MÇ\'�����H�$�����>�Q�_��r��	�L\r�-�\n}^�\n)�*�〆�Ю\0�r��b�S䢈��%V�ȟV[9�n��!��Ϗr����Y���\0�j�o;��q>w�,�u��r��oZ��`��a%�,�@����H\"J7�xr�m�\"�]=a�n$��7-j\"��\"�4)NMrr�NP_;� b���0�f�L\"9u��S����,r�;���/n#�~؆������p�$`͚�W}>r�Q[����O���GO��\'ԘL����ˇ�r�]�`�8b��@��#T��F�\'w?ݒ6r��߂�CZ�������Z{��L��!�(��;s�#a\\�����8Q��0�s�l�}߯]�6s\Zr�:�<[�Rd�}:�Yd�y�(�ѩP�\"��Ps\'��j{�FC��h���\'G��M�g0��f�s( �8�(��\Z�>e6�A��R�Q!3��>φ�s+�\rU\02��#�\Z�~�z�݀h�s��s.CU��۠��M�^��oS�F8�6E��sN�lD\Z5̂�2�G��W��R�����F�ՖsP���3�4�	5��>۲#�v���G��p�sP��4�ͮ4���qo�\"�F\\	^:Qٷ��s��#Xۖ+pFXT%?�?��crS�yNκ&I�\\��s���_�d��Ye�k�P�(�HP�6P�O�s�DV�i�߾�[�b�*�a�Va���	� ��s��U��$$����V��g����b\"lx�m��s�8N\Z�0��-���1���¶M�=��1����s�2�il)1�y���j�u�HuM�t5(I�:�E[t�*̽vdW�;1!lH����9��\'<�	C�ft�lT�^��7��?1�	[�]����#T�#t:s�r�9���ca�>�S|0��+/\\3�j@tB���y���iC8Ϳ��L4�D�Q���\0�oz�tG=9�\0��a�ʮ��b>\Z�O�z�c��1�}tIq��|\ZG�wP�8�^6�e�N�c�f	�t�rX#\'��XlmRq{�8��8F���񀌋t�GV&^`�.^2��IX��&$�G�9�, MB�t���2z�v�f�#�����:M�����{%t���>\Z/A������G*���6�e.��QitЕ�s�)W�j�Dr��D�i��<��6�N��Ft�ḹ��]޸���H����ZMm�����mu\r}[��-����B�U`BE�rZ�n��Z�?*�u����f�K���M� ]��=_mA98�\0�u Nr8��\r1��\'�p{�qbs/�����u#gTd�.C������Yg�Ћ�UW��a{�u)�r�B�.�p��c��=��t\'��s)���<Iu-ѣ���AH��Z��64�?��ѧ:��}u6,]�g�8M��U�d�]8�7�NXʢ��}Mnu?|�P�4��TV�m+��s����q�dm~)u@?��Ԓ$p�*�%����r(b=ϝA��i��u����=ۦ����RnJ+�^��Z�\'=���U\'�u����@��j�h�0/�� \'0O�Mu�DΜ����1��1{��i�\Z�-�j�����Вu���]��$)� ���w���5h1#}��8t�\Zu�;r��j���J%���0$���U�C�:�\ZY!u��#eo^3��|x��������P��u�	���x���{	_E�ۏd(^�6u����H��U?/:꺨�Aw\0��x2ښ�p�>Bv\0WbmA�[��8i�E��R�S0E�`7d�~�v\0���k��ETv��3dx�eʙ��\0z?`���v7c�\0|�q[�j�Q�[&L�Ɨ�P�N��l�v�9�\ZR\r�2��@��]3��z#\n��q\r3�v��\'�2�Y./T�}�t b�H��<6�Py-�v��xg�g�gy)Φ�Ҹs!�@XQ�Rc1�Fv.��ΡW�Իlq�H��o��r\'�Jm7�b��v26�}۞���\Z�\no��g$�$�@[�C�\\Vv3)<��>��r�y(L�1�yU��\n�v�f�av4Z�}k� �j��>X��˚�WR/%j�5t��v6�\\��yvT\\M���	FQKG�u0���v?Hm��r�q�\0�L����>=e\nS���R�v@n�L���!�r��o��\n����ڷ��ĺvY�<�\r���4e�6�o���R��;Ր�C;�v���!�����z�ߨ�A1� ��`�[���-v�;a�\'\"�s��{�Ct�(~�+�~mu���@v�|�Pu<>�n4p�R.���sI<������v��2�ς��Z���7���Q��XwF�u}v�{_5��[�t�Z;a+̝�X�\nx\\���&v��a-iQY��hJt�	��Hi���2&�i~v��1R��Cօm��מR�eV98���x�ާv��=}톭�:vt!)�T�&��������4wנ`g0O�����!���+�U\Z4�jV�9woHp�����Î� \"M^�Y\"���S��Փ�w�A!�(v�.Bc?�[��D\Z;v�ߍE�U��w&C}5Qْע�u�<�4Uw��+h����L�O�w0?���p�n~�(�3e4���B�!QwƻLb��w<[�S�%l�n,�-S�~�]MD�p�nj�����w=c^�:�^N�[�� �X�%�%N�,�w@�c|�h�(��Hz�X[�_�:�x��0�)KwDi�g�k\Z#��V�J PN]��	Y\\8�dʜwHo�Ռ7��9l�\n!�{O[O�Z�jwM.��#S�{�.��휜��D�G8�q(�F��wP��:B�!��n��$d�2e��|6ӹѮ:0��wS�t+�\ZאַHH��ܷz�H��o��\'3{���w]<�	^�J�dOh���Y�H�מ�t.�(@,wf�ƿto����XX�G���\nFĜcIs�*ߤ�wl�E\'~�N�\r4dAˎ�@�7j;�.��W[�g��w���G��TĈ�ч_�|\'K�\r,��#scw�q�X�9�\0�����V\\����%��tw�~B�ͣa�ը1�ԝ�u?n�� \Z����odw��c4y���O�.��~H��{�_ʗ�VГ�w�>Sa����	�?��̜��sz������iþw��\n���~;H4�ǜ�/t���_v�i%]�w�^q��92:����_k���_]�z`��=*1w߹x��o\0��(����+%�5�B��BSrl?!Gw�� ��Q��~�u�Q���4�1�\nx:�w�/bݱ\n]�\nAN�A�\0���vL���Gw�ü}\Z�O�g��� f#�E�1g=g�Rz��Fx#oC:[�L6l�r�z�|w��3�:�B�=���x\Z���E���\\k�!\n\\D��6�R���~�xwؐ^��tF�x{��֦��7�`�-��Ȇ��x3z�	l�rgRMq��;�â�h���0��:Ӷx3�M�1���w:̪�x��M(�y�/�2��,x5��r#ЇXt�%JFCD����\rΜ�\0����xKP����%�L�aڡ��U�x��\n�G�U�T�xP1v������o��0{�W�O�I- z��wCE�xh@j��A�έ��ΰ�h�Y�*~it�\n�w�\0%x��Qn�g���gW.6�Y��z#�IIJ�x��$��P&�}�`\\QyGpr��*}�9Y�xŷ(���G*&��IAv�ф_�R!�?�xȈ\'e��Ŏ�4m#��8��u��V�h�����x�o�?�!lN;8g�_��[jל3&΂q�3ȦQx�T�����n�^�Jn\rC@��ԠG��\\x���S����n]��B��r�/��u<\rx��Y��\Z�>k��E���M�R6.���\r[��x�l,B�%�\\��O!��S<�y��R��x�ԴW%\'7&\\az<� AK�o�%�|7��Ky ݣ�x#\r���j�ۤ��E�T�C�If�nZy-�8���<��@<]Je<�w^ۄ�CY�0�B�y8�V�x�^���k��j��ON\0��l�\"3`�y9��t����$�J�f��Ɵ�����\n[d�w�yK6��h�+>A�W[����,�1/��y^&	��\r&H�3����\\�F��[5�\0�/yc�++�S&�a�1�g�խ�[yᗃĩ����nyd-f�r\\��>X�1�ʠ-Q��N��yr:\'�?e�O���F�Z������诮\0�3�y�8e���������(�����@�$����k(\Z�y�㈔�4�t�F�K����v9�g�>M@���y����ǧ�8=�u�<�&(3�e��_�`\0��y�U�b�\'d04��t��o�/\Z+��]!���d�:y�\r!��\r�s|��k�F���a2ڼ@��\Zy�W��@������]�a����X�%�T�y���u�~�61�ZɁ\\�/[�l���(y��L$L�	rj�k��K�����jVx\0I�s�zF�+�1�@��,����0�C�J�O�!�z���b������֬۳yg�Fb�eE�=���zLj���R3Z\n�\Z����Г(�nf�\r�z$p~��=P�p�\'���ey��K��!v^kzP�*$	��e�(WI!�[(��ܚ>< ���zUm{�ڿY>p��֥x�w\nT�mw�\Z�~��I�z��e�e `�~��w������G$us4oō8z���$�E��g��g�9�K93)U�:�Sz�_�J�?Q�)����ϐ��aL^�;V����z�r��OU]�L�Wq$��N��Aw�����N�z�\"��|�5ܗ��:lW8]�P�bN�C~z�-6����i	F<>���LO�<kԨ1\n�r\\�z��k�Ϥc�Q�=��oJ)��\0.�e��2 �,z�Hm�a���~B�;@��l��\'e��ۼsDő;{�3��l��p�^�3��k��;��\n�k���{��2�w�\rOH�S�uܟn��ӟܢ�����{u)��x!�D@�|�H�F�9��Bu2�\r<�[?{5�yȆdj2&�� =I��U,qC�<�m��U��{@�न�$g+��E������g[r�3��{E�A\n������������	��6�Q`U{M�3�#��_B?n�g���<�vw-i{\n��{i�;|-#qY�d�_;��QH�\\������B%��{�sa����VmH�����	ٱ+�r�<ĸT;�[�{��\rś�9��11�T_P,[D��:��w�{�n]�\0ֈ��n�\r����<�w˷X)���:{��,�t�4S)h�d����;��}K��1�{�g/��\\�Eǰ\Z�I|\'ᄛD�i��!H{�O�W�=!̏�W\\\0vR���&��~Gʽ��#{ЩN��7�!QZ�\0E�1�ͦ��ڤ!g�|���m��{�cD�1��\"D]]=���-c\\�|]�o��(jF\'��*����١Ɨ�EF$K#|�h��P�i��>��@�J�6��lQ�M㞂|#�����v����h`JO�Ax���\'�^�|(\\��Q�&j��\"����n	�\nu���Ѡ|4rc�Ȑ��DV*�����{�3F��|E�d���\r�q���#�9����\n�J��t�|F��Y��c�~\'�B �_��-dl�0h|Q�h��[�s�ob\"���A��f/�$��|��|U6�s\ZJZ��\r�~5����\Z|���$��ݚ|Y\r�:l_�ƙ=��ݤ�.M\n��׺�*�|b�)MGA\0��3Y\0���Q�����yL�=|m!�5��zdl�گ4uOln{+�P�;�\r|q�7r���ߍ��{�,�\'�̌�\n��_��|{�F����\Z)c�	5!q8�c\\kp��K�>|�&돕�1�`�	��B�	�Nt-s��e[|�-�ߑ�:o��Ӂ�li��<��a�+���%��P|��\Z$�\"�_w�B�&i��t�\Z|����|�@&��o�|�X4P�u@�C�o��9�R��d�|�zp-�v���d���.�,[\Z��|Q�b�F|��u������_�Nac����:-���;|��pѨ���7{͍�+���F�;��}�U��|ʃ[�„^Bcx͂Ő�^��@<=�F�D�|ˆ�ӰP��<յ>��DdA.�G}��}�_|��z��,�j=g�ȷ�	�����TF!w�d|�N!x���V$�W8qIA��C]1!��	��}^�\Z�%E�ݷ2=��c��̃P�F٫��}��_����ئb��qی(h=�F�ļ}CY҅�8�#j<����Q\0Ƙ:�/�D�}D�	4?����s��.M��*���{T�ȇ�Fd\r�}c���[�/�NH�j��n����L�\ZX�m}eEx���I��<��gB\Z�9�skf���(h�}y��#ũ�M�s�s������D��j\"�}{��q}��P�d,�_P��9�1�+Bw���F��~M��}ʞ��4!��ʐ�Y�6Y%�dX�Sٻ�\0G��}��-6�\'�f�nT�Y@���y_{|n�<���	}�m�-�+��vi�1���s�\n���U����8u}�)H@���VbR\"\"ͥ�0�׹�o��k���}���	W���b�2�cf�HB��y��u��P~e�2���4x�`����Q�x<C�4��_�~\n-5�RT������w4��}3�}w3&�y7~�Cp���V_�<r�Z��J���GԹ?ο�\\~\"=��B�������c���\Z�\r�z��n3^�~5:�ܙ���F��LW��s@놘�N��7�~>,�O0F��2v�F\r}��ɞ��kTZ;��Ӣ~DZS�T̵�p-7�Eev_�Qy�m�K\\���)p�~G�6�86�*���\" ���f\Z�=^�\r��~PjgkΖ	��f:��\"�vE�y0�s�ߤ�d~QoE�3RoJ�9>�X����ε�\"؇�1�~v�~�z�S5���Ȣ��i�y���X�p��dH~x�\"&/����V��!��c�a�6��ft�^��~�r �����d��KHq��#�%�Y�Zꗉ�~��^4��*�*��:�r��C�s��%uKhd�~��E�Ua�qRh}����?�B@��:��䰧�~�Gl*h$*V�{M�&Ul�I�\Z\\�z���~�;�Y줛�N�P����l��&�4��%\0~��)+:�� �1Ŭ؈\"la@M���Sӽk���~�Մ�:��٫��\r�rq03aͽ���!{�-�~�v���<�gz_���ݑ�	RC	~�5B[1E��_���\'��&xm��f�R2Ih+Nq$,!%�>o�5�&q����Z�q-S�o�4�P��9�u�,�����*�3��R�� W�I�D[1hђ�3�X?�?$�g�`���䶝`��L\r9;`\\tMQ��Dj7i��D��fba��9S��%�,#�̔�����c�~�r���r�w�Cp�M��\0��w���d�J��]@����ܶ�eu��_����(���uj��������p�P����5\\���֌�(�D��r�������3�f!UH���Q�^3��\n��AC������s��u�<�f�8s��l�p�Z��(Fc1�\'�濉��j�$cF�ePna��ަ�@�#��\0$6i2�n��t��_�o���v�߉pj��OYv�qQ�,|�a6����-=S֍��I��pd��%_#�������k�CӠ! ��!�ns`�)^a�IY\0����1sX�	vaC��H���ޯ9΀L�ik��8>:G�s���^�u`�J�=T�N�`�€Q5cU���Fa=�O���Ō�ܰ�T��\\h�X�8���GR\0�z_B�?<(�Ќeo��u�:�@Go�5 �{`����dQ�z]��<��{#�G�����	;�c����\\73!�}�\0�20��͌��B��i�\\5,�k?�L���*_Ȅ���b�u%dN��v3� tp>?X?�l:\"��x�9���lP�yf�Iu���&�p�3��2��ƀ��Ok�h��WS�b��^S\r�)�[�e�D<݀���g/{>�\\I��6�R��5.v�ߋ�� ��f6����*�#6�����:�cKx:1#٨���݆=$�O�/KfԺ���>�8~3>׍��ހ���\rY3��5�)����>FS���=��(���k)�Ytו䩋ż8�]c�>%�9\r��Ϥ���fz���U���<�Mh�&E�N�+рہ�����H� O>�06}�#��<Q�����n���w����k�VYԇ/ @���������|ۀ��\'&Z˥~oƗZږ��\'��6�g��i0B�<a�0��[���\0=���U�0���-TK#��i�>�l�.�Z0�K���]��<��l>�&އCy\Z|W���	Y|z>6��}���\\ �y��\\�Fe�S#lt^5:~�/�b�]����{��.\\+�B� ���B��Z��3�#�f4.x�i:�pY�Ad�B�K��\r!U3J݁w���y���pø�\0EIntU�]װh��yR�^��2��v *��PL<���ŧ�Sҙ��w8ث܇Si.=$#	�b�/�:�LV���䁜{l��_��3t ��ny�@�8\Z�fU���[��%�� M����;\ZLҠ�j�\n_�����0����Y�<��T��i�ִ	�J�]��8�N�ػ���,Ŭ��bf���`)A.?q��_L1����t���4mT���d�6�Wo�k��,Ӯ?a�G����ˊ�B�7J?���n�)�p)�=jk\"/%>��;����ےg%@t�l��s����j�j�rƂr6yZ���.�\\��Ξ�\0���?�`�b{C��TD.f�0�l�����<�x���CqZ`h�\"$�v��R��9�y�ۍ��o4�h:	\n�*�fƊ2��gn���2I� {C�[HrA\Zb����ۖ�܆lW�G��Ua����G���b{\n��i���kT�vQ4�������E\r0E�)l��`�&@򩚺�`�\'a1��k̖VS+\nWy������M���9>���U�:�\n���բ\06����\r�Q\\�lz?9y����N�q��Jf0��[���;P\0���X-\'*���\0Ie#�����C���/�M������;�K\nAt/�c��C\n�]�\\�J������=��\\\rRq�L��腪p�/���Ĥ�DQ.��G��ȗ{�<)��M�P���|��yE�^8��}���ؚn���t�&O����8(d��56GJ\'C�:R,;�Z,�\ZF�B>���,\\�	Xw��l4��>��o���\Z�[_��6�.$Kyo_3D�&QB�����2��\0T�\\\'_��ME�w^��T�w[X�j4���s����G��5�h�)�p\"K�4c�!\Z����>��$�<\\�&e��\nP��\\�*�Fy�?��|�I�h�FIX�F��H�E\Z*9ݶף/B����F�	�>&уJ�5�4����A6��#\"b2S�vJ��@���{�U�1؝ڸ>)T}…�4��:���4�Sm��V��YW��>\0\0qM[Ol\"o 舲3S��\r(7�_ �Y�o�$�b��ܤ�r�9��2�4��?y惀i��>~�f��KJ���` ����3��ux�E��梖^���c�|���ٍ�4�|c8�\\Þ9Y��۳%�L`N/~s܆4�}?\\QC����`����Տ��&m&=�C}��c��S<%��`��	���&��I��Eibܱ��l��@!���C����\'0:�I�W�U�sA�@;�J/8�qڪ�gÃ��lDA�בA�=�<��h9)�Al���t�©��|yg8T:5,uڄF��j�X4�\rW<0Y���{V9�\\.�Ip?�H[�sB�H�xGq�Z�8/Z��%�Fw<��+-;�Qn�gp����Ռpl�V�N���f���VV.|�vX��N��8D׉�D�G�\\����I�P�G1hFY���:w	�bd2�3̉�g�B@�]B��y��q�+6ƀ=���_���7�k��y�~��m�ȝ�G�|F����:�9�4�uZ7>f�ثD����i��Ugp�٩v䪄��{�\0��/��9\'���x~��Ѱf�7��Q��ˊ�o� ,�|�$�A�ߌ͝�`���s�݄�W_�w�\rz]޷v�Xք#�b��xN�턦��q�FL��g~~�4�Uڟ+�\r�� ������?ξz�2l���=���!�ߤ$�x��}���܅��e(86�6g�PE��t���	�s�Yk������Mc�dzo1+�Y��l璻�V#������qϫ�p_�j��f�?8omc5֒�\\PM%���ժ��	T0J�\0���(=�D�*�ۘ��ӵ>�����\0�Z��(ׯ��΂�|���\0��#��������~^y2�c�t��H�&�DO\r��Zϊ�Ÿ�l�s�@0jd2S*\r�K�����������T(��g�.�ك��t�}	�zCS�0�j��)w�d����V�圥��1��J{��hV ��\'�J�b�-i.9�EA�~�+|%\0�������@�m�V�w��%�%�:�3CQ#+g��	��e�}�����@%s5FŒj�fpv��G���V����M�vx���!!�����90M֗��y��-t3o��XD��w�X�� ���xT���A]W����eZ\0�p����7���g�K�z�XF��D��k��5pB���#���:N���p[���Fd�*n���7�d뷏1\Zh6x:i6��Lf �`O�z��~��\\���Aj!�^E��h����{��RP���hO��	�g�p�3��X|)F}h�9P���*���K_	��&Z2J�i;�s��b���~~:��~Uw�i۫uE�f�Irq���p�E�W?����#�܈�*�\\����f�}�ժ��m۽��24�j�i��(S3�\r25y\0�2ySС�fU��N���JA1\0sP�+?�>�~y\ZYm��p�5�^x�>���p$�!�p��[�r\rf^�n��E�d�f���3]�bv<%pIH�:��W=��Άi�\0���Fs�\ZN�����aFRȫ�?|Z=��p�����U)�\Z�����!������:�y��4���DY\0�6�)���|��)�0�x�;Q[5��S�ɝ��ȷ�dTK�:o��V�L���E��2����y�E��6�_��%Xc_��+�|V7�T��=�ոN�69�\n�p����=x/N�Ӑ�Fs��/ȗ�\ZC����eܻ���iL$�@�V�_%�ņ�DX�+C�]�D�$W+�f��yi><�\\�4����]\n�c�����\r����6�K�-�}�B����r�(\rn��b|8����Қ�b���^+�򍭑MrV�5��-\r���\r��J�<�$�j���Ab׹�W\"0AE�����=c�ݶ�G��/twv�7��K㛴�oGǧ�v���t��aAX�X����	��x6R\n���aX��֫5�F��\'�ԇm�4�@�x�5�g�@�O��s�t7�z����Q�w������\0��,�7��x/�@69	�Њ�E�*#������/p?i�Q��k�gƱy��� {��#��\\o%E9��P�ˎs��]��h͂R;b�E:\0���7�&[�/=s��cҴ��L��H�D��l����C�b���ǫ�o�o�MI]2|�P^<qD+����_����d�+��%n��G#Hд%ܘ�r���܇�J<�\n�Ӕ�w2�������{SU%��	N3y��u;�VD��cmWH�����\'K�gR�\n��֜����#�](�Q\'n���y�z�Ma��|������Z�83P#��W�(P)����\n���՜���7|���#��|���ig������������>�=�th�@~1�J���#x9Q�bvL\n�\'��b��rL�\r8�֒��\\�����8��c�I����]uZ�ͨ[\'i�#��3�]�b�Z\nx����~(0�;�Zų��4���81�O ik������(r��.Pƌؤ��x��n��GAh�Y�I壈0�v���6���-���Wk)(y�jRv�5ӓU�ē*\Z���\"�Lv�::	��Ȕj�F���@V:�2Gۈ�~O��_iS\nJ��I>)�D3j\n�E��I5xp�*I�\r!�	Pif�Vq��lF�D�VS�><�ɧX[\"v-V���!��v�[�8�eE�:B��lj��8!�>E���šaC�t�e�Q�s��,Mz��X{�\\[�(HfCP�A��v�y5����F�����Y^�����4}�!?�������\n�\0���<��8h,O\Z_��S�Aማ~nD�m��nC�!ֺ�4�K���)݅�3�_ʈ��_�1�[���F�*�J���@-�$�ވ�T����$�TD�MR�녹�~�F�-��5�陂{�ت\0��Wx&�_�	3g_`�B�w�i�[��\'��\nT�T\0���\"��-���v	���k����Y�d4 �w��񪰋��;/u�)٢X��\r��/_o��[���B����\nKKxm�|��T*H��9K@k��df��dQ0?�W*��歘fa9��ُ��ڇ��]�S�΅HDWI��F�~����<X1g9]=-�Ҍ��>�š0�8(�\r4h�HŔ��H�bl����X�T�\n�\0y\"�aRTf���B-�.�Rc/��n��M���,=g�$�(}�B�ݮD�9i��@����]dE��^�CAm��7�tb�v��[5��S{G�R�i�6�K7��3!��s�t�i�q)ո�J�\\(\'�U�ƉLͤ�~���[��ٴ�;R6���y�0v �)�d��R��/�\nfJ��h�vi5�rr��\\z\"�6�q%	!�k���Q*�;M����uO*���-\\j��mke�w[pԥ1��%����7c�p!L�7wg�~�]\'��=,7�9�v���/�_���!��P��wS5���b#fJ�W�neoRެ���A��W_fE��}��*B+��vϘD-�@Atw��r���F�N��R_�\\e+��!� ho��%9ӭ�����ك�	���KW�e2�P�����[�, G��7o�\\;�����C�(۔�H\\ݘ9��f��/��V����|���i����3<Pin\Z��E�O��Vo�Cu	���17,s�u�͉v,�������K�yJc��e��F�G�����2�u��]\"\\���#3�\nV�dH-SL�86ݶ��;��6�	���yO����=�P��o���У?�����bu���ה����\0��G�\\%�A������\"��^��cί�k��܎o�T�+%��$��[�[�/tH/��(ݎ2�����eq�3۞H�-X��t? �L��A��$G��?C����q꜆GG�T�|�P�:6��hL6^�E�zPu���K�;l�)������c��<S\"��U�BID\nm?�5�f���𥋤\"M��,��O=��:��G�>ꊴ���m�`!�l{_,D��L��+�2�i�4DŽʊŅ���.�z;��& ���q��û��9��Ԁ�jփ7\nT��tiC�b���OK��̊㯦0NV��ɀk��b�X�9�����Q\\�\\��m��,z�o�F�SI�a�)~�a�F�=��2��\n�)������}$��$���N�)��a��d*\'�I<�}��)ػP�*l���w��KB�}�ޜ����s2C`����h`W�>�����!��\"8zH�0��i� ��V(�+��k�a�P��)���2\0�Ւ�\0�����U���(r�bwNj9k\"m{�R�7�a%,q�JM0��w�)�^���_Π+�\"g%甖O0��[!�<I9��\"��N�E�hܕAOk>�f5��9%,�<���9;]�9˲��i��0��Ic�;��Ɗ��@�p�ХP\r{I\0����(<C���y�����]1ԣ�˿D�Grc�\nˋ��pC3Q3��#9\\\n#I�hq24�>�M{��u�s����!Rd/�hZS�C	�]_����W�-{�WF�v�v4[�i?ir�zG�a׌/�\nى�p���R�?61�.x��l��\"�>����܁%|o�ʮo3����d��l݈�s9�?9��:P��kZ����I%-���U�?���M�$�L�e�⢒U_F=��`o^�FpiO@��^/��X\r����!��h���6K�w?��o�=�7�o�|<��ԛR�S��KVQLn��w������r�s7g��xP0�������_x�_��z�֓��ɥ�zd����^�Ч�G��DC.%��{?_���z�}+�iU&4c�?=ݽ��K�D`�(�$��(�[�䅠@h9<}�R�=�-��+K�[�;E�x��-ɩ��H\0��9�k�]�4:�B�2��6e��@^��Iͮ�s������L�:}|9�ƶ�KXk��,k� x�����~6uz�`؊ii�7�R������q��3@��nM��5݁��7�-7�����#�K��T7�n.�=�$���qY��\0�\"M���(�\nOra�HQ���61��%ٺx�O[A�����a�\Z�\"`҃�=ȱRvH�m���f`���l�s�W��:���u�#��`��O�Óz,�����n_���BB����\n�Sd3���W��L�+&�쌑c�D`�_�e�d�vJNᕪ��>bg2��Z�TH�F�S}���!*�rUj��k��$4mxY��J�_��\r���k��@7�W�	��$w(��M��P�X���pC�}�������ݪ�V.���WPr����E!��oϦ���I�]��1PCN9\\��f1	2�vvm���^L������yf(�_<>MЍfv��q��\r��7jZ2�)i8�&��<0~퀍t&ub�v���Zѓ���a��_I�\nB��c�yb��i��XfK�׻Z H��Wr�RkL��Cʝ�ڛ/�x\0��s�-Qہ�������#�\0�n{�����]\r�W�h0�@��=�r���IKԮ���~gğ0�ȣ)!���ѱ�K&�@<�\n%	d�>?���G�g�t!�3]#޳jN�7��|��&?��ǰ�ղb�>����Y>r]�b����χ3��������X�>m�>�ÃOUy�v�H\n�;�Q�ıg\"���WAҧ_g��s��U��M��-Gm\"���c�m#{�t��##��!�6�\'D���!�����\\֡�q�<pZ�����q3��gl󪙛�#�i��U�P���(sP��g����/Dg�}�#��&��H�3�&XwҼY����:z��q{��I��<��s����Ux�tW�gAO/��mưBrb�,��}�71����O[����\'G���d7z\r|�q-[�Iv���x�D!�fϖ��c�DFC� ]��5�X�Q\nx��!�s��T����P�¾�T1�!�`��B�I��rQ���q\"��Z�F�~ަ-�d����lW�]!�r��t�T�$MKP\0⶞l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\0����x1�X��؎�\r��T�=2&�{$��Ʒ`z#?@��\\�\0u��F��MG�z����p�	��(�_���v��²��ٍ@��kr��y��~���ĺC9l�xu@�����H����y�>7���H�f��F�4���<\ZŎ�]sL��oxEl!\0����gUg��\n��G��c~\\fR;�#����]���1�@�Vk�h�@���v��\"�@:~�CG�KE`�^-�B�\'F�*�S1?�||�w�~`Ua���=\n3���-�:o�RF�*&�\r�Js�J����\rd^���=P���=�y�p��y�P���*u]����*�hYef���m�Vr�%���)ӂx	��c�`�9��y�D#�o��\r������p�j@\'�%����(����\r�\"`�4���-Xo�lK�k$�ѯ�f�7yӖ��us#�i$	�\\X�i ��</j�ս\nڦ*�ϒ\0�+�ؔ%��V黉��yw�\Z1�����1�0+�ޠ���]��  ��\\��UC_s����!)�~ʹݭ�>����Q5�ƾ�b��s�\Zp.�(Y*釨u���%y��y�e�S���h\'�:���x\\��F`f�s��B�X�#�M�l���W�\0�#�_����Eٜ�L���]Z�2�}� ~8fH��ݧ��O�w���$}�j�E�kw$؏��h|���aX�x�NG�Z��n7��Rst����Ű�0�6<W�U�.�s:I�>���T-��6fO��lb]��9P��𽅌�@�1�^��xz���oU5�e2y��)q� �n +��⯐�U�0i���q�� ,1øώ��,�����㐕���}@�L���(�͙VZ�g��|_}�U)���87^�*�S$ @�K��^/T��\Z��2���\"\n@+������\nV)-d�� ��C���+v���5ƿ^�54�A�l��es������^ؐפ���R��c�g��Ӏ�Q�ۋ��c�@�y����Ю*�]a���/��>^�o</�9?�s���:�)�1�\"�{/��pTj�ٖ�\\��\Z�?M�������n{1)\n����-�Q�G�\Z?Z��}/3��\'���l:�9�w�):I��)‚�̒��]O��C��{dv�c^�̟9�e��Q��_�Wo�{_�T7�Q�ʂ���w���L.谇M����=�B֑�\r�\0At�ȑN�\r��>�-�-bmYUMe���I��_i ��V���H�Y(�o�ߠ������!��k{�ustټƒ�l|��a�z��4���5�5@	^�n4�k��=�\r	�_�K��\"��X��]4��@��NS	��t�w�Ҡ��aF^������������E!��@Z�[�|���i(~�L�iE� ;����Ԋ��R�yћjp�]c?��\nT���MOmK�w`J����4/ww-6�̒ ��q�nJ�0\"dJݍ���R\Z5��,�jd��\'Y��BcH�7*�(ߒ,�$ީ���k��3`tm����5^�7�}�M�R�`�-�x�ɒc��r�-�A�$�:T����V�8&�E�75�q��Y�jY9���M�H�����EX�[X���]@G�3���:Omo]?G��[�!Y��֒��Sߏ1֓�}�d�Q*�t��/�^Rö��b��=9���@��d�����r� 2H4�ъ��JMB��Ѧ�}��\r�20�2h�(G:��?{���r\"�\0\'5�w��ݳ�t�3c�4�Y\0VI:>	��X\"�Fq��U�{����iM$̵<�4��l��ؤ��8�0�/\n}�J`3�cl6��H�W�	�9z^q-���7���6,�s�vńTe}����5��;�u�+�,3.��-�Ï9�#F��}��E��jvA\0�&��5�x�P,�z\r&�8�gE�̓\\c�>k,-��\rhi��IZ+^ �F���F�V�\'$$��It���������&k� -��8l�Z6�>F�Y�\\3��8��f�G�O��p>�Kes!2�Y���f�xM���w�|W$�<�&h���70��k7��N2�wF��uO4-@c�t�ɷ3�(���y\"�/S�5� ���M3�8�i�)BC[�ܚ�~�ZW�K�i7��/Z�����Hz�&�0,������?R-���e�j2�#X�H�\nd�5\0·�����x��\"}�v}�����u0\n�M\n�d��>�ᓎ�@,z\n����&��@]��D��6N��I\"\"{�4��:g����\r���I�S��l���У����/����m~�Y�nr�87����EC�\n�j1s�D���)U�@�3�k�{�];�����ĉ�aՌ����Q�d��8��k5���5ai�*�UW���s�⇸s{q��KcB�ψ*���\0�&Ƽ\0?w�o��јS���$������G����JNglc^�^HH��^z��S�&^���F��޿hY;�knݔ|�TS��O�cw���DٛOei��j3O�)��o��\Z`N~u٩�b�X��$�Z�٘�����Zݟi_��L�5>�}R%�Z���A�>�%|����@ւp�w��^��o(��fPk\"E��պ�l5�z�Z��8����q���}\r��2��{�$��7F--s➛G2�,a���?��d��Iu3��m���K=���V\\��ԇ���|��ޕ9�P�T���nաc�6�\n���{z�t��@�;=�JM�Z��}`������෬e�~v�J�?�\"/�i��\r�<H��i5�+:~p1K�G{ƕ`��ݸ��¹\r?�� y�t��bg�=!ӫ����Q6���9��`\"-tP��(cn��/����>����)b@�HO��?��5>PQ��	�F�缃�`��\'��%�Y��������o۰&�d�tQ������;<v��}\'P[�Y%/?_@�e�&���������\'��Gpp2[zD�wN����j�Õ�X�=��Чl�1Y�^�2x��O^����;�?L�u5Re�v�&��-�kUobE�����7ܼ����zL{��{�M�TG.{��}��)�c����I���+@�>H�#qL=��a�.�c�U�\Z�Mw������J�×� ����\'b�\n��}\Z�Q!��x��\r5���DQ�U��K��܅����ޖ��:(O.Xi�+�&	�M�E�	�����zFg����o�1���:�ѳ\Z����>A�\rq��7��0O�|�%6`	�PI�Y�;I�(���ϋY�ۖ��uf/��Z��\r���G�s<�h�4����o�Wx����ۺ!��Mz0V_.=*ym\0���C�{!Y��R��a�\"��	`F?M��U��ǭ[*��a:�&�3ܸ<u�LJ��P�#�=9+F�s���q��IB��:�U{G@�B��=��\'��&Ȗ��fC �~�.�n,���1`��o9]�k\Z����q4ٱx��r��*���Ӧw�R�Z�	�Z�J��h>�E|7����b�{�d��8*��Y��yїB.�����*��	�l�2Q���_d_��,6�Q�aA[�ز�����=���	2��m���@���>�@ATm~FmӠ�N�l�l>�h�I��2Y���!�ln}��1d��Z���חK��7�G����?-U>�������tQ�+q�Kz:�n�9>�j5��d��3�=����Y��sNqq�p�c���uȺtV5�Ȥm9\Z8����q}�u}o�8>&�V��&N�A���,\r��jY�����nxIv�Iv���Ԛ��!2q#&a���;L����l���$�d��3\Z�&2�	%�\r�%~���W�����+n}���`��+j��	���Q��C����Pf�ԥ��E���Z�N%��=���	�$�ɗ�����[\"!�v�O\r#�-�S�Z8(ɃA�ҷ��h�������/��v���.O��2�W���\n���d�*�J�?�^w�zT�GЧ�,����ė��\n\\yq��#1���6�&Z\n8�ӊ�����UuB�ੋ�9�EL�a=�T�/��8�,i?�����D�/� �-� &~�\'ɋ���ݱٌ�������]����������!zD�W+���jJ���(r�]��\n=+���WU}O�/inj�4�u�9�ϯ�\\-�/O��5dXS^�`��M�.��N�S�I�w�*�/\r�i���w�l���%�7�R�c(�Z=m�����ۗ�A���\'�j;��LB\"�^�/��:���qQ��oB�f �l�G2Ĝ��h\r�=��ɬ˥�c���H�w{TRz>�=M�Ƙw�`�w���n�N����3=�͟hKr�r�i���J��8�[�C=S�ѡ�k���{���[�k���F��`�Rl>��)퓆o�8�07M�R�n���}\rľE~����Ő�\r\"\'��쳓�04�tbt��w��K�\\�iU�VD}�3y��(��s��$���T�琱�a�	A�a��|��;�Tr��ɯ�(����&o{��!���2�oʪ������D^��D1�� \n��9�)Kb}�S�p���McP�AYX���+{^�٫X(�ߛ ���M[�>��m�M���C�����oMt�}�qqXA�iYQ��Mޘ�\"#���E���Jp~&w����� �_��ڙ6=���uq�e4_oq���tp^B�a@^#��$�g����K�d�/�ė5��\\H�R��]�.�H%E�q���� ��Ʃcn����\0�������Qǣd3ME�D��v/�Z�_a�!�/.�A1��ܙV���s��|����bPo�25�*�S�椞6��i�,��m�O���#�?Vb�,�C-ܢcž\Zh�p��\ZYv�1]@ô����y�$]��6����y=���g�֘������e��Q���b�\\�����o~�܇�] OL�HP�x�	�9lK�S��#��n�6��@#Gb�b�5_�*B�pX���rV�w�\rAU(�\r�be�&U6[��F�#`l�,���[u\0T�9���<�	c�&A�w�\Z�E�N��Y��q����i��6�-%1L˭ݐ;\Z����2��uY�@�\n���W�ܑк��%?������;�`,���C�Ջ��B��x�V��u(|�/��9����J�ې@���hy����(��K�4�\ZU��+h��A\"�?�_6GAm������!3�h�����\"��Vj`���+�*G�6j�q`8�&R1`���\r\Z{����5y�G�\\����0��M��x[��-���<P6Y���E�[3oHSVИ�E]:S*�˚D����{vJ��-C:I�J�*H�]���9�[�F��|A9���x��~�d�r���[;�#;.�H�Aۣ�c�<���Ep&U\n��O��KE�r�B���ʳ�gU���a1/��qX���夞�d��9SyrCT\0�ѫ.ʹYb�jNZ�M����<h��s�սI��\\���5\'Н��L�I�xX����`��E�Ѫ��B+�A��p:�G���:���,����ra�H�\n��}`�R��N��|���:G�w&׳�?/K$^ce?^ZdO#�%�Xx�ʆ��ƛ-F8��y��d���]3�f^����6C�w�ٛ;eRv��Z��[2���Э�A��>���6�BVW�g~x�����!���� ��}+�`����a�-�Ӭ3+���@w�F��_+x˷Ӏ�+\'C��`��&���oB�h�\0�6�����6�+��u0���������2�ԭp\Z;�Di��bi�\"r\Z@��!:��M��u�YSꥦ�%Cp���,\"G��EN��NN��L/�4��p`����41��P���c��q��27���1�I���^�Ц���Dv�nZ�U��C7�����Upx,�w����Û̀�vNx�k�l�fB2�Q��W�k���Uڜ\"**��R���������k�h��W`��٭�R|�5����nu-\\��:ԜY\'K�F����\Z1Z�S%4��Vb*P�[����d8geͽC\Z�\ZS�j0���13��4]�)�����ζ�\Z]�(� 9Ư�H����x�&�F��\"�=v.�/|ќK0�қz��\'u�z��u�����`̶$˜\"�X����MN�͆�&�V�\'#Ǚ�O���0�-k�q2w��Sc����?d��U���H\nQ7�3hʫ����m<��GM]�3�p+L���KNǜHRf���$�|�k��|s\r��̣64\r�Ibm�H�?�C\n�D��Ԉ�t9!�� �����D��W��~��<~��J�(��u�☵�B�&��O���z��8օ܈܈�{s�f�|�߶��}~�(=5�ǜ��瑊[m �����7����A�m����	,�����L�CT��NR��щ�@;�C�Ou�J���9������\"��\ZO�ϧÉ�Ɠ�{O�Nr���X����U镜�Q�٩\n i/$��:t�ni����KSf��]�c���X\nn\Z���F���������p�pJ��V���A#\\1�{A��� �û���ͥJ��O�mO�:ϙ���l�W�5��T�2���DB�$�^Vy�g��ə~�|��\rU���tJ�`�g04	n��՞F�LZ����\Z�qQIW#(4��\Z�b�=9���-C��/s�#�]��:��fR-_�\rX���\'����rX4<V;G��6ˮ�Cۊ�%G�8���q�)ϥ��vǯj�7Z��\"S��e�(�����$KVC���m�[�;�W8<{b��\'�ŏ���q`\n�3��o�޳B�@8��Jcý��n&Vɹ��/[�)ۻz���[��g��E�>b`*�e���N�ݓ�\r	���h���Hj���	g�Q.X�]��z�ѩ*g��w�����/^xGq�1%S9�?R��#��B~��::���X�g5[m��QӨ�CM.C\0�W{��4\\vkΝ��x����[�%�����@��c����ن#\Z>O�;�jGg��R0��Gl�Y(��\"y4�h�/�E삡�p��4�3�37�-sգ�+��f^���煙�z��:�򅁖���F�͑���Ý�ڢb?�����@��˨�]�rH��!�|�(�a�׫�vC,���T1>K)||yD��p䏂���B������נ#A.�{Ari=�M-��?��3u;��\\���#��S����R�\\�;�Y�����ߵz���CF�#L�!N@6��9��j�c@%� ܞ�?�L��$bmjT0)���庠���|��l���`$��\\{���\"��?~cj:����èƞ�LJ�\0(�8�G�f���Wi�pJ�pMbVg��C/��V!�W��3��Թi�9��*m�V�w���kZ�P[:��UjB���5���E��� �$�\r�(��ԇ�~Y�G=C\nw���9G)�\\�M�0xa$k��٥���4�a&dkGS��#<��x�>)\"&%q�٣�u4�KM�$�o��ݭ{�A\r�QI�Q�\Z�(�B�}O�^Q4�uT�v�����1�����)��\\Nz��o��\'\n]�g\Z���uF���(:\r��S����l�V�l&��r�\\;;�P��t�N�ɀ�ܻ���Hې�����%kH\\�Z��ϼ��Oa�����J���aE���7�dh|����qB�\\)6ѾpD�W{ۓ۾!$ʤ5g[9���S���Z6 �>�),���(�E��<����~��<��k���\"`	��[�����\Z)^Ktz �`t^�u]�5�8ipvk\Z�ܟ����%T������1��#�W��$��)z/WL�-Z��E{���K�ѭv�_���_\"�l&ԟ3�I49�q�����Z�Y�FU	-&\"�(��6�:��/�V\\�F��K&�f	:����7�9�\Z�]���\'��:�����rQ�FG�ߵ����#�b?���y�g�	V�i�W���\Z�X�J�xڵՍ�q*��V8�,x�Ҹ�$�ݠ�IBS�;� ɕ8��1����lL\'\\��ud����j�F�וVQC��3�x)�!�TU�33Ws/w��q��a_KB���	.A�����Y���D��Z<�X�m\nc��h}����!�aX�ɱ�9���6��#ݟ��{m��]�RWr�ޙ����V� �B�aן秦Fz��J�O#�%ĞI,S�M�V�[u��\r�uB��V��o��������#���Iv4���d���?���Q�lHJ��6\\2�me�8(����\\��0�\Z%�he�[��>K5\Z���*�V��\\��z%�xĦY1xYf[F�X6cǠ*�Žuk��;��)���gR��Ib~�\Z�4�V� +u�����cr��>�\0_�s�;�ϸ���B��s��1M�+J�5C�$�r�<0���Ġɋ[!͇黟�\\d�5cr�F��M��=���]��^�ܩ��	_n=Ý�&o\\L�P2��ur�~o�(�M��F�S���*:l�5\Z�>�Z�D�rg�o�E�I��H��P��g��^�]n�0�/Ǭ��s?��F��ώ�I��s�\n4�^�T��X�r&Ԓl��(E�C4)�����\Z�rK(�1�2�e�^Zr�#�����j�W��y�5��-e	G�_��m� �r�?gW��ՠ���:5�W����b4#�>)c��Su�� �ڠ��r��2ѥ��@F?��&���s�~��ՠ�($�̻.����LxkWNg<���\\�Rg��_���1���3��)16��O�ރ���^L�;��ˋ�.#L��I.��]���+���������Jp��(�9ٰX�Ό\n���\0����*p��̕�^ XE�1��oO�����3rߠ��1nv\0j�H��k7�q�-��;C�9���R��_�i�$��Ԋ����6tqm��4_r�n�Չ$u�*&�?��e`=8�����9��=��\0����ܥ��E��݉��X8��Ym	��㞉�Q����lA���\n�!�g��Cn|�I���#*�0\'p���T��,���Rr��ء���A�����5�s�\r��p>��*�9w—��dg_+o�9��0��֊�so�ʊ���/�]O]�8\0qg_��\Z��^��E��6{:,\';�Z�B ��c����Nء\"ƒ!g����x�u�E�\r�̉8�i&F��?�w[℟迢Z� �q��!\\�\'-Qx\0L�D��-Z#SЦ��[%ɚl����z*mҢ�PW�1� \\>͞uLv�}�:w���P([f��ޡ0��[[���\nudv8��f�����R��D�l��աe��$��*}֢Zh�\\w�OW��w�Si�7�G�;�x��V��\"�\0���ݤ�ƫ���H��2�`�zw��`oi0�Vj�\0ي�lj.��B����\'��|Z��øs��-p0p@��[������L���f���d@���a1���kv����<+�r�	��H���bXҞ�L����W1&�@�r�J��ڇ�Ǟsb�_�`6K+���l�|�S.��P�^��l��	l9�/Ȭx`���:eu)��n\'�\Zc��E�\\���|��:D��N��l,�l#���C�D%�K]����QР���L�!���j�R��k���V�=~R��[��C�;>�fM�B�R�+�m��vn�	t��;=%J��y��R%�0�\nf��/e���Ö�IL*ԟ�rWt�&Bm�vWU�#wI���$��Klh5�b4:�ѕWn�w��3Tg-Z��BF�(O)��\rf�z��?���\'��=\r��0�C�UR�\"�$d�é�6��)�IS����\n�E]�m�Y5c\rwcD��4�Aq��Q�ix�����WD2o�F��0��+��vBJ��X���\0T����PO�]\Z8U���mVq��^o#��Z�B�aCu�wIT-�$e��*1�g|v�����v	��v��ěW\0�(�@j��^x�h�)�ٿ��� v�Sh_�=�XD��p�i�-��w�F�a�\ZPN;�ˮ��h��J�4�mB���B;�3ӯ���hP�;�)ړVz\0D��r?�{�.��<����n�;��V��.R��y�R�Tx�\\��h�~D�@n\\ǹ��iv��z�{��\Z�]_q�|@�T�bs��Bz�V&Τ�k<���t�Cz� ����n�`j\r�M��N\"Ag��梑�x%�&����yp��5����L&��]�[�Rբ�Y��Bѵ�\0��\\4:\r�a������o�|(;Ң���L�]검Nj��u�za��hpF���3���H��O�)-�>!\"\'�$t-}���M���61p9�ǡ�����k���Tb�:X�%n���ܢ��x�J�;��vw�w��|U�-�%=�F�����M���>gq=��tG�Owmjd�)��ߣ\0��$Q�%_�������{�1�ގ�7�څ�\r�,?����zD�x����&����fv���$���HK���Ah�ɍ���r\0�aF1�m�ԍ�8P�?����Alm�� ��:2M���m�X:~ڣ8�,˴���t�����T^ע+\0��^�U��`�<,MW���t\\����+�TÄ\"^J%�V�Cy3BVtI�pp��F�y���/sܮ���}G�T@���!�QR�m`���+N�*u�6��N��[�s�<Ď)�� �Z��9QB����������\'�G�,~I�fř��֛�N�o�Yt������8q��sM�u��[�ץVW�Э4pp7���ԣ�;����\Zܕ�A�w��W�II�w�	����|����d�2Lu�������=#�JR9:x�\Z�z��\'��#m:�uZǸ�>�8�����|��{K�i��E<��z?eL�<M\\�}��v��6���\Z�8z�Rv`�\\.�)�.�^���pĔ��/E{~2	Ev���h:�m��w�W���d�Ө$�B|S�1,��|��K�Y$�TTL_�|�h�@���P%�HD>���ٿff?_�2�Y\0d#v���T���U�Ц�[TmG�na��mq�Y\nT�orqKK�cr� <#P5r�hf_�D��m֔mN��+�K���{�VO�u-���Qd;�++O;v�D�)(�P9�h��]�,vɮv�����JM�(0(&�#�쟴>��_Q7%�l|�[��l�|��ߘA����I�����y�~�k\'$ё�����^�Y�\"��awE.�뤮����5�]����~��o]bT��\n�ç��-���G��=��[��FJ��4�@�ŷ����qa�b��n�d��\0��n��Xf6?,���=ʤ��� �K\'��9���o�d�?p���G�Z{��e&\"��S���\nT�k�N&(uu0�!ϩ7�$�V9դ�w�|�N\ZvFd6f~��n�d�Z$�i*��\'lA��\\`�to���G��\"�����*��+cW d������+�ΊM�?\Z��L����r�Z%\0�\"lӥY�M�2�<��	VTo�^%F�_Dt�!�䍥i��	�K�N5ڈ�Ge�QB���\Z��k`�ä�mu��9�u�H|��� ��ܖaQL���U������0\Z�~{vh���Ƈ�w�RjIyph�gs���s��&�:��C㿩��\r�m�9>zo|.�󮥔\r�ǩ�P�\'�R�I�R��\0���)�$�u�����	��k��f]W^\n�<�贡��b_�ć�ȸ[G���&R�9�2��&��D�DcQ��EQ�ӂ_�o�fIo	�}B�3&Y$P��ʥ�{�kZxS?�t\"Q���?�(�n�r3����A���]]�hi���{� ԃ�Ƨc�J���}|��\nͯްA�(>��j�2Oƞ}V�O��צwD�{�so	�k��jLA�����R�	��V�\Zz�L0��Qwb��׀х����fR�=k���)����ϵ9�D[����.NV�KuZ�\'ނ��?��0�������;J;\0�j=\"(��P]<X��4��m%�̆\'��?�2�[�Q耐8/sG�7m���w�){�\\I� �\'�Q}mˮ$�R4�U�:k�$�Gw 1�@��u�iL�0Kĸ:�@�E^؛�36��v���!l{�PVw��S�!�n�H+��\"�\0Ud�:��\n���O��*�SР�L�ل���.\r>֛n�]�����9�^	�a��Z�_p��hRf}��	Pޯ�Z�{֢J��Z��b���R�u+�$Jp�)��#蘥�>�XV%�z_X��@KOuKMF����q:�RSO� ��uѝ�|=o�%-����t,u����.��� ��\r��Hxe�U�����UHK�^��DŽ_%�ך��*�������\'���Blm&��š^�/��ر-���Mp���#<_�˥d^��������5��ě�n��+�܂�ˬ�\ns5��*�D^�k���2mi^�+�Q�f�\'�N,�ntR&��*�\r��S�P�K�?x�7�.�՞�*L�u�K֍���v2Zg�,z�[^��ׅ��Y�g��v�����⭤YZ�V%�Is!�б���j8>�\0ئ����n�G�U�v��i��3�D��CA�6D����`�Ls<��Ţ����t�E�>P����s��\n#HNo������&����WZ��Ml�5��e)q�o�uvR�������#���[�qOy�4�`5ɥ��)�d)�]�\0J��|M��s�`bF�+�u\0��#�\r� Lm�Nߌu����uc^=�¡DU{.���į.տ��]��d0ӧzEvGL7�t|�%\'��4��%��f�p#e��h�-��œ�h�8q9��\Zx�	�VG�%%h/%���R�/���ήq��eG�F^6�`v�BI	��|2��PS?�hF�Ma����ȂU��E�~z��ާ�#�^8Z����y��7Uܲ�={��s���&�FW\n��R_	�\'��H��u)W�C}�D&�7�,H���)m-�EN�M�A���͛	,�_~Y��?ck��_\0�T�0y�k�����M38�W�\\���Q7F�\\��14�g�3��\'%�L| ��{�W%��_g	�@M���\'��F�|S=Ւ��\\[8�(Y�Y�����Vd7{m�`C�9+�e��f�ү�6����U��\Za�zߏ[�_�K�}P��0;�rɑB��@�?��@[P����^�3��D5Vw\0�\r\'��T���P�΢`��e�έ��u���K>fL�/�l�4!��\r��Z<��P��l���_�Ψ�/�\'F9r\Z!��p��\'6D;%^-�xh��%O�4�y:X�0��^�YuGyD�Q��b��(�g��Epֆ��riݙ�hF���=���yZ�QO��/�L%���@�=��-��e��-I+R����z��<\'� іr�vqS��KU7�W�ߤ_i��9q�Qo	A�4f�gS�����h�%=Z�N�=�_�Qu~ҿ���$3G����U4�&\" �KF���j��T(�5���o[���w�O�P\\��>0��3	��{�ɟ�a�6]0\n��*�(�)�\n�����Ǟ��\0��z�v�V�MAJU�la�1 ƷŨ��rX���>����5SƤH[{��Pg�٨��V�!6\"	B��Ѓ��h9����.��F�8�����ve8�:���c;�%��t}5;�F[�?EX���n��G~�Z�ݸ��\\��B[)��z츍��m���O���~B�|A&�����݆����BJ8?��3��^�_͢�����opʫ�UCgw�(i~��Mz��e���x�n޻�X�),��#�Ө����1��T�z|�\'Ѧ�Uf+�2�W[NT�\0.l>Wv&�������q�v�+��I�N~�W�L �|F� ��KGO�]�5^�AG�\"$�A[?��:�M���2(��V�����A���/|b��.����4�L\'iWFT�Ўؙ����r7��75�F|D��FIJ�5�3m��,Yl�w�N�Ƌ�F��e\\\\�����y2�#��ni���F�3���N��r�b0��3jg������\\��mP�P�jx੄�5�P�$j��\"�`�\"v�R�\n��l�_�����9ȧn�\\\Z��r�R�\\�갪����[���O��o���\\.��a�8���4r�5$�����	�C\n�\ntY�w�r�c�\'�Sy��:G��`}.�,�]|���օ�п�е��I��۩�b�����̚����w[$Q�Ӭh,�a�����\Z����cN��C�C�n��ø�������\Z�$��#�k\\=�����Z��G�v��܌o�詑�ou�j>��]�7!���Ӈk�\raH%o�Wk��h���0io�|��ԧ�3�\'ȝ\'��c�L:b���_�L��Xx�0Iʪ+Q���;���/�hE;�?T�8�Vܒ������A#I������%d{��F����\0+�\"6�ƹȪJIZ;w�%��!��W9���ѱ�S�	}�9n��N-�>�����t�����B�/ԣ(q��[�T&��7,Ǽ]m+7�^�꫒�����v�K7�[E�u\r:��&i�|:�50= ��S��Uu�5���^_w|)�W6���c�*&Ī�]���Z��\r4���t���\Z�wMi���ƐG>B\\���g�Ѫv�`�(1in���� ��5U{I��o�4�B����]�Sf�1Ю#�8ZL�������}��O��B�ȫ[y�����}BxwI�Z�Ч�&���N���-)͈�滃��~5�|zI(:.������*���g�H-#=a�$-�-�9\'�cڪ�B�@\\H�N8�P��ߣ�D��.�����u�������y�~B5v�7[�k$lȅ<�ت�?I&k�����E�YB=�b*ҿ�3Ft��5�m�{�T��<g�F�+j\'�p��Q����\"}�Fpz.���T�&lG��M�ki_�\Z�Q�\n�]�(��_��,pgi1����}��.�͇3w���z�$W�<��leP[�?草��p�>��H��#j��#E���^C�5��őܔ)=�=mf�ht�)\'��z1*�~6�U�E��������4�[kP�1���w�Ӯ��\\��^��`Y~�F��9��-�a9Rdlw�j�Ra��S(7Ʃ�\r�\'�E�^��rn���2ͪU?�嗸W\\�V�e�L,A/�\" ���4�zX�1�]��[��MT@JŁ�m��4�N�2a0Nm).:�Ҫ}�]�%�v���c��݈��(�Y��Ue%�!�TF�i�/4�i�Ґ\n!<��jY�|BQ��N�p�wx�o9�j�:Og7(��d��KQA�����rU�&������Z���~f�,鷿�����ܻ\nd����`�4�.�{�mϖ�S����9\n]b�G+\n(x���7��\"���\"�5n������WIi����a��z��_ݮo^2S\'�VAF�X�j#��[ͫ�3�H���@!������+siA$uN9�T���+��ƺD��=�#�w�j�x�yӋh�OB.h���2��;�bI�q����S��]�B��^	��Q���;fW�V��\0s��l��^���}!���/e*�\"O-4_piL\0Q[\"Kr�&&7����Zd\r���\'�#��W�l);*�=�$�9�9Ocor�]�Ȭ-��b����`���(�d�\n#�D!��ά:u�s��WO���(��PX�2��t �=��g��y�0&����/�j������#�x�V�eaz�������Uܞ|-�����T�[7�|�|�A��tu����ia2������0�����Ĭ�]F��sf�*�M��\'{Hs���l�\nmL��7,M!mۖ��\n�=FK 	�.��.>D(���٪�O���-�R�6���W=��q;7��6���o撴�\rV>�=�5�����t���[ߓ�����\0������su�1�h,OT����U̬�$�&�^�9�]Wg��G������\">�J�o�e\'�7X�w�(�uc�J���[1��\r��Z����[�Qj\"�0Z�7��-WN�5���\Z�/yF���&�����}=\\H��V@r\"�B� ̀zϗo�ֿ�Ţ�&�ȣ��%;G�a�3~��YƼ\n\n.fd���\\>8{Ά�AH�J�E����2�>����1�}������\0�:a�T��M[��-o	��_��\\f\\čj�t����z\"�HP����l�缳���?��x4�P,�E宭}a�b`�Zn����/�^5����)��o嶏\0��5���x�€%�,�_`�@��c���?T��D���Bu��=781��z�`~���������R\'���)F�]\r�^���n@�h�5⭱���՘�A-z����򼂣�.kѻ�/�񃭲V\"5PG���7�}j�!�mYZv��r�Iƒ�p��4����{���J��YE܍�xƵ�(�٫E��Ƶ��5�d��=?N�r�s�����.�P����ЁäO�2�:~�,��)Z�U�s�k���\\u��$����1�JՖ�3��1G3p���R�m�珮�<�Ũ�����7i�U�\'���z�:	� �6�����/�z@��6T�&\0�Cp�˄���(��$���n�Tw�V���;�LQ�72��N�͋-m��4|�0\0;����W�4�b���Q(ɞ��@�tal2��X������c��I�RL���� 2�9��^�d�6_V$C��8t�{S�\\������ �I���b�\'h�5��_����\ZQɒi�눙O�s�J�:h[��ڮ	�ۮ_�/Stt�Rʔ�W�CU�x��~�:r�Q⨮w�����E�����p���VѼ���sc�`P���Eؑ�]}��܃w�z,�<��?�P��&䮕#�ss��j6tv�Dz�ELZ�dM몶W��9��ITLc��r\\�h	=YkHTxD��e�:�#���o��0m��Ͽi��y�����ۂ�l|4�h���N��O~%��\n}\Z�����H���[6�a���B2jf�7�����fL~E�l�f\Z��]�ܤVB\0n�%M�/��[��;�*��������&/��_���/�!��r����z��¾���$et�%�Tn5��?�*�B�Rg����dm?��*\r4�&#4�N�eTs����M���!�r����٣�����0a�T��\0�ڲ�@ޮ�.m)�N�u��40�����d0n��h\"�$�\0�$�\r���O;zjJ��,nq �U8c�����O��\'�x��vW�\"��jC�+o��%~����q���O�\r����P��\'�GrHq���\' ��[y�-N�Izc`�#�����0�ѿ��߯;��<	`>7��Ts|�46�f��B�!�{�C*i΂\Z\"��c�9��q�L�Ԭ��� �*7p��O�6�S`�n���j���V�FmT�`��b3&��.�j��ݤ(qSj�p!pu�zI0J\0���&\\Ar��־v����W��^ܨ��/�,�G�p����ߜ����@d���ß-�ȧқ���x����Fkb�s�z��X��h��%�M��n��cCE+c:��\0�e���\r���ު��~�\n�M�w_��a<�>V�X�\Zl�5j���~d3��v�_h�i��0�7�ǧ?�{e�&��ک���\0�͏\'4n@�����\Z�.�^�di�$Gٯ�6-֢\0���q���xw&a\'�v�V��ҧ��#�c��wr�4w����%}�P,H���R(������T��6a��\"@��J�m� l/��hSٰ &^S���h=�.�M�\n��6S�Q��aHt����8h����s��]��\Z��U*F��Rg:�(��B\\�L�|ԋ��\Z/�5��Lr��`[�RB�ؙW*_�5�N��^�;��&:�����\nW1*U�yKeŰS�!�.!������5C�^���ی	›�İ|vV�u��M�M=rv���^\"r-��$����Ͱ�Uq#\0����HD`����>�v����+�O��鰘7����}\\�:3ҹ�\\�dA��ye8h@ܶ��sCU���)�O�t߶������/m3R�?�����w����ZL�� �򣷢5c�Z��S��.^\'��呰�%�J(�V���/+��M��餱\0�.y�3�6�x> [/.�tT�]�wpX�%��]����~|4u��o��Af\\Đ�Q(��Ë�\Z��%��|^�����]��Y�^�F��#c*(��#�\n=<�e��^�ҷ\'#S�=w�W|�K:�\0�kG�%���oC�؂l�\'��N�\n�p_����Ď��+$�i�7=��I�5�����iB���4<��ұ,��F��g��M����Rhj���Y��ı/�<)����p�Q��К��P_s���Z�0T�X��A��#6{�K>�~��q�I�=!�486���>$�Vs�yJy9�D� \Z�_`�X?4��=!�\\�z�Rhp�}��@�,�r�Q�!�U�fY5�u���ϱ�\n�E��faq�����Z:�ұ����b���L�n-#[\"�6�1zvi~��3g�F\Z�4\Z/��җ|C�A�b9�g�=���><P�0�\r�˵���c��+\r*+H�\n$^ѱ��&�>HLi#a\"����O�f�,�8���,M4a�!��_~њ�CO״&��8�Y�:��_��؉�����\'qP�#ŷ��[���`�~;���H�kMX�M�L�`b����:�$�d���\r���s���>���L>\n&�H��˼>#ꌆ��7���9\\+Ϳ<wC��}�\"	��\nT)Q\\u�:�b&pű�}�BH.G�;d\\Z��Cψ��\Zo/���b��o�#�W��ױ�.]H>Z*0����oo�����Qwf<ɯ]��qm��f��~�pż�=���LJ����h�Wgy>���!}Y�,:��vβ\n�ˆ.���5Y�6��}�oџi-�(�~�	�W�ρp`$<�\\��5wJkSf3�6ǧǛ�m�0*@/�Wbo��wZ��l\'[��ٔ\\6�1�i�:���S9\\�,$ْ��<\ru�v2�6�Fg�G�,|�8������i1��<2�,�8��+w�lU���y��u##e�d�	�A3Q5�R��p1\'r�Sl���Y(7wA��O)FP]�����6�~\"�����?B�wMҳ(N`�q�د���U���]�҆\0��B�]3��۫�#���C�d5F��C;ԩyN���*)J�-����޴1v�j.�������y�1�BǷ�qk\n*;z���8j���c���q�#�c-aP��F�& \\(�1����(R����^���\rm�)�O7�x{@*�;�=���ۏ��@��s���;�Jʘ[ԗI�>~���4�\r\Z���$A�C�SwXZ{�}�aj�D�}b�9�-���%�\"�!N��_)�\\�����*1ð����5o3��rX\Z�&?��V\n��)�K�-��M�$���A��͌���k	��/m��d����Ӳjs�EF�<3��g���{\'�mv~�D�E�fM�N��s��\"*\'7���p$i�x����ȭ�v��`���G��J�y�$�:�xty*Y�߰��%�쳁^H\Z&E5CCq�%�.AB�ʣV�ڗ�C;��7\"�A�b�IYI�\0�:�)ѷǥ�`wcw��\n�N�I���+�a\Zs Lz�f�#4C\rVv����by:��8�3��o�\Z������\"ڹ����ϟ?��ɐj���A�>V\r֋ou��г�\\.$kڽ������e��h���n���n!!޳��}���i�K4KT�Tb=2UኰOB��`��˳�+T���9]��-!I�v��s��[�h����?�Ƴ�29��{�qKξ��Д�!��I\0��(�I`�ӷ�ۯ	(��hs-�љ�G�$%TBy u��ة��x��י;g�dB�]E�\r���r8��ϳ�+N+R�f���UPt�	�9��x���l����2Ū�[jƗIh��*�@I=��h���Qۦ���х0rç\r�bR�vO~��nw}߯�gK3Տt���e�$�Dv����E�Z6�f���+(��)���!����\"aDr�9aC�53��{��A�{��*эb2Kwwqҿ�o&���G�D͢�a\\�L�մ+^�	���p��B�J��x���7�?Q���[�=匂ߐ�ե�^����^��3P�ꬒs��I��!��>���@���Y�����{�<���N���a+⃞�78c*Qt�S,�8ν�\0�T\'��L�OOx���Z_E�1�T��1�V�mH�Y7tR~����k�{��Y���D+)��Y;�]����^��e-+�A�n���5&�_����q4+SH�x���{�?f��m3����`�a󴻡�.#,���t��\0W&������;y�c�����<����q�Ќ��2�����5ݸ�;���N�k��=xn��%�vA��[�y8n�\n	(h�!��e�����kb�Hk�������[b0Qy7NJ�E��3Sjz�$\ZM]�6��8�Dz���kTykm|�-����@��]y�%U?�vw�Xl�^�{qʴ�D�6�8�N�?�%aPŧ)�]�NC�1�C���L��W\\M!DJ�y�7F�(<\n��oM,Z����`1O�Y�ﲆA�Q��2:�*�t��\n����hO|�;�z(�����\'����������;�wh�{�#6��qY�}��6GWȏ�!~����Zãσ~S����LKj�J|��4��<�&\0\Z��Cn\roۼ��0+ˍ>�|��PJ��P�*��m��l���@6Tѕ�\"�������A�l�H�g��9��L�԰M��=w�:U�Kץ��D�I�H�������&dtM6��&�۵b��8��Z	k�{�<مJ�W���~\\재2�c���\nt��JmI!K3|M�1���j�+�H\\�dy�����q��E~�߃!��>\'c���s�t��Z*J^�;6Գ\Z~�IDծ$x�P�iAU-���]�=���\rj1�[Wf�%��>qp�<Պ�\n�����)��^^�c%��W����m���$��:\'bL g�}dA	�,�r����w�Kw/�>���&z�k�ʜjM��U:~o����h�}�5�[��;�Rf��Ɉ�5�k_��jQr�Q��V�\'��d�M��2*^�\0�\n�q�#\Z䉩e޵�����I�Tv5�܄�Sy8�#���GyF��$�\nr`��Z���p�G�G*�\rr\n��>|���Y�&�W4x��W璪�Z�)��\rԓ(a��y{;˶2�f��Q�,�����+<�\\\0\\\'�⮝	���3G�d�߬T��*������J\n�^D1��o��=�$(1���\rۖ�/�zh�T�<��]���o�:x<Uq�PJ�}PI��I]��y l�H\npᶀu��!�4ߒ���jF�\nz��\\W��|�r���bϒ\0E�0+F7�̚\r�<!-:Z[��Zj��m`_������2�]�\"�{(4�0{�֣�����}\rq;;)D�m[��5��!�&�`���c��>?`(ݮ>Hf�=�\\�T�-]g��r���{�G[�\Z���x��Ds�uͦ���ޱ�4EXD�6�\0�ܗD����C�x�bQf�r�03�_LA�_��g�20mz��{T()1�Z5-Pq�B���ҖM��Gx99d���䁊N���5���8�\'�A�зvNt�vj���I��?!�\\\Z\"�4��<�4�{}�aБ�8a�;[\Z&+:�3W�뢅?\ry����Q΀�η�!Le���s��E�g#�\Zwj�t�#����W��$%[���6���Pm�����\\I�Y���*���%vbb<J<��s�j��ĺԴUz���#Z���v��:�.N�M�V��rz$�}�9����:�q�C����>,�|��4���0F|=�.���2ǐ��{�E[r�PE~P(^��\\>]!��r�^8¥Z#u���`��x+I[�0�N�M��[x�V\"2��F��q����������Hƕ�4��6#\r0J�7\0�[i��r�B������-p���*�i��ƭ1��{��(H� Ԍ�D��� /�Clg��9Nv���DB\"���A@%��\'+h�L����^^�+�#e�)�.�\\�Q�\"��6z���}_T4x��m��a���#E�����>u����X�$={+cܧl��o��T�\'.����E�����]��\"f)|�ns��M��dm�˸O�;v�W���l��+`�`B��\\��&kk���h��i���qŅ��m	��w�b{Ag��/��Ÿ�s�ä6�I-�-�m�DW4�2ŸV��9�X���-���ԁ������^���L��G��8㸭�DC<�W��F�N���B\Z�� �	{�yWPJi����\Z<@�k��q�sa�,jJ�!�w�S�������ޙ�)==�)���eFK�x�:5D9@��؂�Ϩ\'�<M�t�v$d]#짛����߸�X[nJ�@���zv���T\Z0:t�{�^!=�����.`8G�?|��#�C��=���(�6כ��iu�h\"KS1�����R������+/�;�����iY�.7/�X���M7�~Y��+��/\\��1���n�X \ZA�\r�҆��E�r�B��Ћg�%���3���׳�E�q=v,���V�\"�/�C꒹=���8��u�P	�kʼn/�L�AN3�)�ECC�=���\0�{�ק�\"};��龡��t�O����m�_���jWG��\\���boj�H�]x!+�>���Ԏ����z���4�J�1�~J���9K�m����`��v؋^��GRf�﹘��&��vcD���O�v��cQ�]�P=�������$aF���jF�&|uPU�MeG1��⹳�߹���bۥ!	�9~�Gg�l�򪾨�ȹΐ�3|o�?�D^a�@ �C�C����N&�P��S�t�i��z�r��{�cY���G��*3��\0�ȇz�=�B����l3��u@�ÿc���1�,��)�a)�qټ�q��f��L���1��J�|b(�#}�\\E�պ�ʾ��������U���L�&���6o&��ء�[���tJY��$�M��A؃���q���6��\\Y?+c2$������)6��8*�Ȱ:E�@}��zPWE4R�c	ĉ�ۓj�ڔ\'�n��M�}9�`�AR)����y���$�*[��|�˺VB&ipU� �.��Vi��tt�]�\\;H�I�d�Dpp��S����s�J��Ǣ�\Z�C2]�h��?���ֆ�~8��l�Ȫ4,Ǟ?𴺈l�kJ㙸3g>���ڷ�dGzfwSC�<��v��\0��f{��8:��\Z�\09A�B-���\\��\"��R��LF�vɩơ-�&i���������N�J��)����s��+���N��m����ug�h�2%��.�g��0����K���>⏺�G���.P@J�3t�B�k�����D|$�T�s	��$Y����b\"�)�Hz�d����<������#��ya\\�ګ:K�B��8��co4���>G��1J�`��Z����I=��cBfe�ƷC�\0��22��Jn��M���F��2��x�<�ƌ�6&F�L\r��<\ZR�#캝�Ldp=�@fIW�X�\"�MB�1�QwoX4bx��c)@D�˥��k�a�˯|9Y\"��i���*�U��L<6\'I>��b�5p�<�e�Z�ps��}�[��Y!����m�#�e�lp���.�x��\0�mx�P/d;sT��s�M�=�j�%�0�b��N�tR&y��.��sE���$i�l��{�y��#���]i�F��F�3J�=�{$��˻/�8&���s�3o����,\n߰�j��<�BH�@?� a��������g��j%�a���Y\"p�����k���b��}���qB��}��,?��]���/�1�{������Ƅ�/�:Q�����v��>rr)q�Ao�\r�:;(S>�����B�!V�5R�_B�x< |9�\'bL*^����Z\n���\\ȩ���|���kZ�=��\"��C�(k\"!��~�5�3������\r�ϛ$L��t�*1�3�p8A��t#���?]��Dw��_��X�Y5hn.�c�e�\"�ӌ�	��\ZS�����:��v�B�i�7J�7�]1�k�k�1G¼,`|]$9�`�,��w\r>��-�W���7*��<:��gj�6��Tz30�8�Xh�^~m�~� �u׵�ބ���22���R�Y�RP4H9��O�}X�c@P�`�2�_��PVb�BȭItJ�̀r�{O�s��\r����A��3�Ǣj!8��}������c�G�J�˴�`�nؘ�U���\n��=�����I����n}\'�`C�5֚%�{�A���/�^���r�)�prAJ�B�Q�v�ep��)� �R����Ny���H���y+3�H(H^��e�E1�o�y��֌HF��Y?\n��}V�ք魘n��r�\0v1��s�N�>cID٦����I�0�-�*�F��:��Å=IH\'x��\\\"��\'��:�*;:���j�l�3�0d��sc\0q|KF�0���_q��YsBK�bַb��(�7^:��˽2�dl@�WH���w�\0��	wW�K9�����ٝ�3C,w���W̑�>��\n�c6i�S�!�ຉ�Y8V#r�Q�$[)��z�ná�W;��WѠݥ�`���W�AA\Z�!sn?R�v��m�}a�x�{�o�J�ᨷN�5q��K����Z_��V�#��p�W��]BS7��j��Y�4�ci���A�W�\\���~Y��W4��#a0�<�g|.J���DS��y��\0a��e������ԦG9~�rs�jJ��O����}���5�e�3��3��mhyD�Q(�Ĥ��g^�L�\\F�qA\"������@����[;�K�kq?B�y�:P\r\0��!��E�Ð��#���MOz��q���~��Γ8��,����՟��/�޸�j!T������NTح��	���䅬+.S�^Q�iͦ�&����YX1\"�����I�+r�|�w���T1a>00nio��+�\Z�oo`�yf�n�y�=C��ժ8:�ξeZT���W�0w X�$�q/£�1����S4��i�j#�D���]��Uu���_��(K���-������n�D(@�����&�6�o�Z�&��$��b���X�\\�mfkJ�ړ�I��B�(�)�&.�}�_�j�h�F(���֫��]�*|Wju��t.!\Zf=�>/�\'�^O��o���E�;3\'�(?��G>cg�x�W�ʡ�̍V-�E�ArDx���+��+`�c`�/[�΂�-�J�H�n�OQ�����_�*�}���܌�����|��QБ�\rq-F���V�0����@�������Tن����\n�Z��~��\Z��,o�{���l[�U���E�X}AJv�d\Z��<`ea�����X��9$Go��)��ոr?�S���*�8�q¾�m�)qp�����pJ�Nnxh\Z�a��? �4����FsfY�2X7\n�@k%|/�@J:y�$Lq��rh)uF@1���˞�o��A<��TQ�ǿ\r�94Jb� �r�1���LL������d���O^,�R��N��s�Sn�/ħ�ot��U�����$D_��P!�d\0Lp�Ok7�Nl���Ln�\nq�&x2����*�n�;Y{��uDW�[��d�g�{�d� �B�s��n�����9���i��S*LDE��$����Apf��l_:YT�^,FdΔ�P��g�E���̃V���������@P��8��S0�JȪ�����\"��>0�mT������!�\Z��9�A���)Z/��@��*�6�y�R7,䓡D����F�fl�~�0#�F��y�Wy��$���-���\rm����}Q�4%{��{`�\"2nE�*V$��ʷ�x�c�RYK��S��M���O-�vY�� ��|���Iƀ^Q.a�W(f�˿b\n�;UB���g�n½��E�9��[9�|<C+~�T����RBE������nH.�VR3+ֽ�fj�v��5��+i#\"iR,k2q�X�8	֠,It8��҂�Y��UN�*�>F�ZВ�-�z����	̑�T�gq������ܧG8)�N�*蹉��*01�G9�!1����}�W��F�8��|�Va���pV�\Z2�$R9L���G&m�[�ӏp(�f$�R��zX�Z8t����80pV�ۍg<�\n��E:0o?�%���ڡc��O�\\ޱDi�c,7[8�NGs?�������3��U�Qf~�-X5��\rJ�V����-�c%#�ep�~��8Ϛ]k�d�nO���E�Ţ��7��?>��A��2N�p�$u����p��6Y��`ȏ���#�v��R�0u^��/��\'~,�����sJ�$����Tl>6�H<��oBr[���n׬�*ªX�z��\"�ʣ�Y��_��<����\'}���@i�X���^k��VQ��=ʧ�!������d�~��+�O���i�gi!���H�\n\nu+o}�Яn���������[��hD�e�(�ޝfO�[��v����\Z�d���q|j�?R�N>�AA�{z=�\0t���Ws	a݁�i�i�W[/;��q�P~�Sr|����L���8�e�V@�5��� ��]��U��V�1Nk��Ԇ	�3Oʂ���ل��9kNjL[�B������MW�Xr0aF��d{Q�x���`��S��8,�^+�\\鏯�\")>(J����,��e��h�=��U�P|�?�7����TvA2YB�\\_�����d�a��!�\"��QYP��56#�*��Oy�Ԭ,��s�2����x�pF��T-o���u	�TT�>�&W��m�_�x�И4r�k�)��q�u��F�@Ietʰ�K�c5gr���k�پ���S�d�1DS����Z�������\"��:4���KLJ_J���A<�D�Ƅ���$��&��lS�R��s��GW��ė�T��\ZZ��%�����u��_��H\"�Ȯ���V~	0���0�j��Hbн�\'�`�/ރ}X�3�\n��D{|���	�Q�aK0Rb=���ѶX�׮,c\n5i�k��h�aߌ5���>tٌ�^8B�rZ�`^�‹�=1�{K���	��~�ظ1�`\"�L�\\|��–w.Dk��<���� d����r��Oj�¼���ڃ(���)#}���G�l�Jv)¿<�~�Ͱzu�h,yq�p�h��O3A(�Y�)�s�0J/��@�(rO�| A��>m��/[����*nB_�RG-�YX��/Š��Z�K�q�0��$��H‡����]po=\'s���X&͋E��;\Z��%��*�j�f�/�i�>�;�	�Z���\0���*s�\n�7)��]Vl^B���>�������-�t@��^~���W�-��O&4#�h{�Il��1�@�lhb���T7a+����y$��[��7���B�7k;3���K���d\0�.e���^7AA���R&D�Gm1eE��:â���s��l����\\�KNJ���m��b\0�V��96 ��\'�?�nH�É�v����p\Z��߾���V�ۈZ6�j�j�Ë�H%��f�V�֗��M^��^4�\Z��Ý��ەt}��y%Jn���<�~��\Z�j�æg���mp(_�YN��j�s>�����ESiò\"��ӃƋ����T^�ނ�����w� ����]Eԫ����.�F=|����������V?\r�&����EHDu`�F�2�<�\"h���֭������K��&Rs�fiK$�c�N\Zh�	9�ҭ��dЈV��o��c�8Q��1E/�=��\rX��݃	h^�/�WXgjU@�6%��0I\r����D4e6�S�o5R�Zf�ޱ��<Ÿv�� �0����!!��N��֢ƽKr=�)4�u�+v�D���>��m\0�����a)��7t2�ͫA�:������yLª%Xܚ�lYD����}�;7�s̻ƪ�����?������ísͩ5D��L Q��\n(v�y�e���r	6s��5Q��Z_^m�]�#knn\r�����)�1�:�\r�x��g	��l�!��؜�S\Z�c/$.BE�k\'ZFy�|�A���vPUIEAL`��L_��2,�Mt�)o�f.�z%ē�.�p!ih08��n�d�7M�l���T�R��ĕ��x\'�u~z������e|�\\E��v�2r��Ĝ�v 7��g�iU�eޫtȾ�!͓<A�a�OgĞ�Ǒ�K]Q_�r�o���Xϳ.��o����A̳\r�����]y���~1]	L(p_�����]��p^���8��cL�ә�n���R��\0�R���\Z\"�\r h��z\Z�E��S)nnMR�a�\ZpK3=V#ej�i�N<�V����]��\Z��r��?��_}��9z�Н���fi��`��.=��m�\Z��l�a<c�GB���\"$����)��8��$W��**�f�S/�,H��k!]\Zjq�B�l�����Gu%�?nc��fd�v����d�GB�w���iJ�O���Z�@��-�.�q��H�x7������\0�;�4\0��\Z�o�RD��\Z�J���v\"�(p����{v�;�fˋ �&Uu�u��U�^$d�`���v��7�fErR�-�y���V�*�Lg��bJ���x���.g0V샻ZesWTm�^�\"��Q�ќG(͢�e�K�@^�(1��]!�\'\\�s��rK�S����#A�/\\�\n���\Z\0�c|f�f�ś�<=�!�-uW�=�T\0�c�ᄒ�F`����ŦO��\r����+�\0��A�\nN8����5p� B�b�tVV:Ϩ<(��y��k^��m�<����e��6�am�Ԯ�����R%M1;�����z�D�k16�∃\r�BXњ��z�y��ޗ���@t�!0�%��/�;�+�(݀�t\Z�U�)������t��	-��b[�)>��\Z\r��g��6��߷\\�q�-w\'�HB�K�t99�Jm��|q�H�\n� w28+��l�r���o�P@�s>L�{��4`�D��M������o��a�Y��m��yt���P*�\nDճ0AA\n�k�z}�*�$�c��S�)KxX��1����Ӽ������~���b���ݥ��9�wEE3����|:G�u,v�lȾl��td���A�4f���@H���eXq�Ɓ\Zd%�\n�[�Kn��0���!�&^��pƄ+����n�T\0���o<\\?��_.,�OӔUƐfB�䍎����C��<Z�x0����譃Ɯ��5-�Zd�“n3�I���\rC��\ZH��cAƨ�f}���>^z�T�RsEy���:�v�ʋ8Ư�<�1��ֳ��-�P�f@��G�\rG�yƴ.� g]�Jz���`������$L�Kf�<�ƴsf�O�C�|u��t=)�k% �Ya�@ƺ\Z4�_�9lR��kU��k\rP\'7��/^���ųt�F\\�\r�?��v���WCYn�qC�}8|��M�\\��<d^�\"ą�9ޕ�A��„N�Ĕ���򜜠�\\b�Z�_�u�C�,PI1�[\0�2�_��H9zn�D��	���rY[����\"?�\"�Z���c񦱯�g�\r�~ ��ǐV��5?�B�� $�i1a�0EQ�aQ�����2��F�\\>0�/�.��\nw��\'��O-\\mo}%-��\0{��@���\n�{��	ݒ�����S/�-6R�ӊ��\0��OeL�oXr\Z�ִQJ�澥�e��:�P��\r(u�Y\n痬��}K�����³�Z?�A�,\Z��Y��um����<slM�aPL/�+v�wd�ǁS�z��Q�c\\�N�����~(fZF�J�~\n<ǔ�Y�M�gE+�U�X��57�HE��ht�6��s�ǣ�@x?��L��He�x�ݸq��*�������a.��dNG��kNך�P�\'�hH>[Ұ���[g��-��d��9#	�35�{���Gg{�t���<�y�S݀��<���N��!)�v����Ģm%�QH�y\0�r|}�D����{Jy3W6;��X��^�\'�P�1|р8&d���K�]��	�����E4v��۬���>t&g�k�\"���\r�+��fU�ʰ4�xY�*R��l�գz�U�c��\n5�K������ȷ���84]$�0T`1�o�F��\"��&�\"9 ���(��z�&��̱ȁu��Ƨ����c���u�j��ӄl�t�ȃo�g���Q�����f����E�-f�Ȉ���Iy�\0]Q�ἣ��(����Ͳ�ȳ��(�^zqp}ٳ��?�{.��ՙG��p�ȵ0���8��S9�M\\�1ִn�ហ�/{��4ȻI��Ŕ�q�dœ�<�Pl�m��,9/,�I;?%���y[.]_z��aZ%�U�$DW-�{�};�y�*�0՛s�:@�&�O\n��ov#�Ͻ0��D#���#��a~�7ԺM��ާ/<]���Ft��֏�\"�O`3����vTl��Ύ�‹\rG��W��6�,�΃_����{�*�O%E���HL\rj�M�Dѝ��b�SF\\�v��l%�\'�Ͱ^�3�E�>�ˑ��Y��,X���Rk���2���QL�O�����P�����(���m��|9p��Y�uc��?-������F��=Dq��Jkf�ɢ��::K�q��3����5�F�pu@��ɮam��ș�@�D��m�P�����J��ɯ	j[IY|Բ���b�X$�n���G>����LIɴ߁10Rz��ʵ��g\Z߁ԑ7���Ȳ����%��B]g�\"`.E��q������-C�����9���6q �<R�_��\n�YBb����S\"�B�-+G�Q��J�2���~snm�1+uf�\'sOd�N�tk���9^{���sx*X�\n���b�s����Q�h\Z�P?��L���y�8��&�>��I��B+�a�wqˏ�\\��N];L?sBis������(܀�zH��O��?��۷��G�۠ԙ�>Z��	�~�����y�g-��Gyv�m�\"�GB&i�7qʥ��v2��Z���}K_�	�j���I�l0�9�Rʱ~o��2\0�?S��V=����Z����s����LMk��;P�hJK{�+�f�0�|�#��8�:k�Ϣef��H>�\\�p��V)��$�|x�<S������ ��ߪGG�0h���d�r鎄�\nl�j���s!���~�B�Ol�;i�Ke?�>VP�bA���y�+��L/S�Ռ�$.�bn�e�͞B���x�M��g��F�h�W���~d\\�1�a�\n���Tp@��ǘvDz|�3E6�E�	j��\\�P��(�g��C��?�#��$/���T����A}�\\�DU��^����\\��m��$��Io�*ẾV\0�!�[� ��#��އ�*\Z�mh���p��6�o�2&��\\+��\0P<IYM �v��\"�	����X�8�d�9#�Z�ѝo��\nT�#��t���9rd77��:���#!���]6�I�03����ѵ��!RY�=~׊u(�,��\r�D��jT��O���~\"�L�BUx���lrXw�c��<��z!\n�b�O���p��L35pD^8�DX���#qֻ��\'�f������.N!��q?M���*�]��-�� y3,4P9ƕˊ�%(�����|�⛩����vq\0��}���\\lnˠ9���H��DZ�Uh��LgN�{1W(�w�\n�˺C�����\\�=�vp��O�W�)��[�СM�����2��S����S{zb��-�ͨ���4]?�^Dk=3�!�Z=	���k��B§�������*P��yX&%�0V������>\0�V�KN��\"KP��K�/+����R$�f�!띁>��7��Mi���_�\"�4���	��Zg�����\"a��xh\"����\'M�i�5�5L�����)��\\e��VA�����7����rd��m�Ķbe��T����,���WMz(���=nj	�<�5��/�#P�N�g�z\Z�&����x���?49�<c\'�c:y4�Og8IJF�G\0\n��Z7|��Aq�+SO\r�z�~(�f�Y���a�ι��y=A\r��`��]Ƣ� V�]���)#���d�O�X�1��r�eT8k�,��Y��h\\���c��YN���iT7v1�X~J��������=_[i�\riJ��q��o2�ҋe�}���Xto|�zJ�H�ް��>̆�Fñ��#\rb4�8��L�I�۵�?�2�}̎�1�B��S��b`;\0&:Tu�%�f^ځ5̓>-Pc/s�rt�)��xK>�l$,�\Z����̚��Q�\0u�4J47��:�\"R,6���\0\\��̨�t���X\'�Jܳ��ai��m��>#M�e��̵� ����*�o2�d���*_6���c\nzp�̸�\0��SE�6��p����Ox4`!�����q�Jޱ��e X�{~k��\0a֒9��pA���&�a��&J�_���\"O�Ta�\n���S����.���7ĝ�X���`j\n�f��}�D�Er���F����J�?�C����NТ�r�7��e�A���Vk�ƒ];�Y��E䙡m6%\\�3de��\n�u�8K�8BT�I)���W\'������|�=��]m8ʼn��n-`�u�&�t��ߜ����S�u���j2�kp�W�6��{0@\n-����t9�$�-�VrT�sYݥ�/���h)�`�6��3\n�\0fByj��Zi��\n�F�غ���\0� µ#�7�f�����hCaT\"ё^>2���^~\"��-�I-.���\r�Q1*a��	D.��6����OG�\np��Qj���8�.q}P�ҝ��J:hQ�yy�f\\u��:��66k<�RV8:x���ȑ�͈{g-�Z}���^0:�~��+�>�x[���Pͨ��8�Q���\\��fM��J�����������J�8��G��\"�獃�N/6��j�)RV�9�� ���yO��Rv��nX�3�f%0y8x{�No�:K�Ѱ��y+�!�1����E���À�\'���U��ʏ��� %Ix����`������Lb�ɚ�[_I%������džm_�|SL�����h�a�\'\n��	(�\Z�\"f_�i\\����G=X�1��!5�4�V�?g���!٩�!�_#���*������B	:���_�$�̻�{ϛ���@]�ӎ�S��C\0��3�x���G��X]׸j%��=%��<�Iр�hV8qW���S����\ZN��| \"�hek�>t�3S��m*3��^�e�9|#U�6UO�����Tb���o��~�s�/���.y�N+4[xV��5�+D�\"��G{\\�u-�TƩ���\\�X�i�����{� !7)��{d�2S�����gzfĞ�MJ��KKY1�·^\n�b��q<v`x��K���Z�W��>�Gw��Ύ��u��L�%�\0���������M0�@Ε�N�:�9�R�}�5U\\��_��^s\n�|��Η��)�nS&[{T.��6Y��i*�H����Y_Ψ�4��O��o����aR˯��^�Nrk/5�έwJ.ֹ��҈r���~��w=4�j���ӐήO��O��y���#M��P�u�bT2.tٰ݉ή޸F�\Zg�T������i��0b��w�i��ڷ�{������0E��Ζ׸@�Kx�� �:��IL����\0ƚ��|�C���	&M6�\"E;���i�`�n7�(�}��9�/�#T�?�DP�X`�d�ӂ���|�ћ:’D�3�C�S� d��`�+4�Y�;Y�ƏZ�Zt��#}�C�klS��t�Ua\"6�kHD���U��xKU�>5���Jʧ�-��L�E�{_E���\0�	��RB�}��N�s�E�C�%��\'�ۓߟRf�?�\r�����U�ne���\"�4���\0Cp/�5���|��X@㺪��gp�.���\n�5_�Uqڠs?K3��^�kǧ!�\0޼L�޽\r�b��գ�ݭ,�l�uݚ���>�-�:��[BǓ|*�C�ǣ@χ8�7!��\"�(�Rϋ��2\r\Za�DD�{�o�ό�=_}�+~����(Ȟe��vrC[m�KϹ�%虬Yu{].���ג�d�.��@���ϸ��$���a��5Q����c���Vjv�`d������mm�Y��Q,|�:�K�ʒ�%�DL�#�b��XWb�p�?��\n�Q�@x�Hc��(�X�.�G��ǵ^K���,8�����b2p�*X�OL��a/�����{ؒa��wn\n��yL�I�F��)|#���p��S��R�NbT��is�m��T��J{)A�o���n�;�9�%��n[:��m����t���og�87�P�v�Z:�EF����M�s,�����6��Lb!�G3Jv^5K�`GCЎ�L�X]�\'k��A�m�]����J7�M�B�Д�lWh�<S�=�\\�\"0��iC�DM��q\Z�Й��B��z\Z��k V���w�n���l)\r�МT��сFC)k|��W��j��N�ɩZ]�/e{вe^���K�\r�s�;S�e�D+�Vc��,/�Nо�;�c�\0ׄ5s+�{�u��7���^������߭kF�5-n�!�x`Ok��s���u=J$��u	��8��@�Zx`���#�)�+���p�o�P�ˤ�hz���Y��[|`��;]�����b�`&h�2��)V�KF}Ո�m�?*f�搭�@�%T�ķ�x6Ғ�O�ӄ�9�Ą���9.z8���X˖<R�h�#IJ��* T�q��\0t<��b�CK7j�B�Y�C�n�»�̹)B#)��\n@�}�n��F���>�k7X*��ve�{}b���DZ��\r_�.>�Q}ֲ����|�ݸhOj����I���P0ιo-���j���C�-����W��BBu����sٿ	#g��2�&�*�<�Ԟ��1�V�=���(����sS��l�.�B�+u�\\�ۧ��-;�-R8k�p��4C�9�RWJ̡f+V��U��m��9j��O��D�����zq蔷������g�\rӒ�dK��:DѬ��.�A����Q��%8;+�[}��2\0O���\nqbm�~	+����j�D�ŧ�ɽ��5�h�˫\Zx$�wB|9�W�8��gk�8Ylj�o��\n`�\r$%�eG\Z�8�	cb��#k �uh(\\�F�#�j���W7��\"�e�K�C�ds�2R�\'Y�.�đ�3�E��9D>�	��.��2�,�!�@%}�1i}�.�k֛��k�gpݑb��y9��Y�S���[�w\0m0H�+���\rq��(�2�=��]��$Ɇp����LdG�a2�x��~e�_Z���a5���������ڹ-�{���U��VdH�r��V��(-�W��#Q�?`G�uGp~n�-ғDjk���h�����)�fx�w����LQ�ғ�sa�\"�o?��Щ������c9C����ҧ��1 8,�^�2��y�I��[u(����Q���-�yj��$ie��Yi{p���\\���8��ڪ�f.�$F��L6wf�j\\�i�Axk��s�t��~����n�¢^�2�๙�f��V)��ʍ*^D.o���R�|D�9O��4[�J������	\"�<���Ɲ����2��,*�5��p�G���;���w2�^���f����5��@է�3�=�E�?��:��zM�$���q�eƭb�a2�E!td��^��jj�)R�Bx�BL�� �=I�5E�9�gj\"Xk�������s���	&�Q�=I��j�E�N�7�\n;R��}l��pfV�b�m����m�h�c\\�J���~9�H�J��$[���x[�֝�~�m/��ȶ���>�ũT.)�,l�;;�o[ӆ�ˉD�g�u\n��Y2.��C0ÎM�(Ӌ;sd�O��&h�gC0����u!�[�+�\0�Ӟ*س��jE�W�;����>$:�̈4d�Q+aJӨ+�`qs�{9���OF���x�vNms��{�Ӯ�¾�&���j\0�v�S��������|.�kӷĆ�{线m�-a.G���B1��n����:sӸ��9�A!���=���׺�a�	��L�P:��Ԝ���̶:wyj�=���ҕ��ī6x���y��S����y[9��l:�Z=�����?V���2T%<΋̪��Ѭ�J����b�+��/?B��<\\�|8�W)\0�j|���(	�y�z��6��33Wq�\'��x�0`�C�A�W\'�>ݩ�A�$��s���8����*w�,����^4�K���\"w�-\0C��V!�)3���Uէy�R�u\nah�Fz��f�\\�\r�g��m�q�ԜI|y\'��� v�d��Ō#�Ϯt��ԥ宂�E��O1�\":�9��(�TQ��\"�M4%���&r�O�fA[Ȳ4�ɏݐqU}R�\"����G�DŽ��L�g+�\0v�Q��v1��R2ߡ��/Ɣ�~�Ϟ-�\\� �\Z��@G>���u��y����ax��n`��f�w?�6y}>��m\nM���R�\r�ˢ��\Z��N�t�A�F�A\r�|�?�����4�A�&E(6��~�e�|vH��l�;���R��\ZV��y�f`�T����Ø`���s[�|�C��I�m�yu>j������\"�e�[8%�\Z\r�����ˤ�\rN}�R��m�D<�k��1��\n��%�D�{RӢ\0�M�+��2�Ӣ����;�\r�M�@��j���c�3.�R�2���-�OeZ}{��� 7�tBR#\r��\n0f�_`۽���\\�\n�}(�n�a���w�C�9�-A��IQE�D�^�Yl2���Jj�f\"3��zW�0Y��P{��{�y�Tzw�yj�m��ˬ�\'��f��ښG��Ē��GN�2��*�RmWF~�mK$Q�Վ1����m.JM\\k�V�?1 [`u>\0!,��Օ���>�o�*��� ,_wE����]I`[3Ֆ�r�\r��G�VpGG��݊X3�������;՜���5Iˆ���3էKnLm\\U�k�JصlLզ�`�A�^{���B��b�\rN������\Z�����8��Yd^�^�u�Y�q,c$��:$(�Y�z�/g��J�>#�\n�\"7���`)�w���1�0.�^R��b���괚f�Վ�RS\r��G�4���(��!�OX*��������7�A��l�\"����&��ap6f�K)�^o�灐Os�<����A6��3�A߯�%wZ�5-D�ڼ���@�—���J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo�O�,\ry\"�ƺHo�S�v�P	��SK�w�cp��U�%(�l�fU}����h�p2�+nD�ʭֆ�vBǑdX ��1f�vH���y�)�l�֚��ă3͒�\rΝĹ������TN�3�_*�.֞�&�u�r���|���i+Q�`ŸM1�U֠)����8��l��/Z�R�=�Yp�����O��2I��u>&˷����u�U��Ė���{��x`� &{;��u�բ�.���X��v�a�����kdo\\�����o�~(y�&j���F����%�@�I���(�.#��5U[֋DB@��i~1��\'7Ö��\0�W���2j���ʙ����{`���01]!֥\n�c�3*���aVֆe�Ɨ��ԟ��9R��Ot\r�C_����4c�z��S���s�T�Aq�cڷ�’59�a�O���҄�?�t���M)�P�H�ٹ��kώ%7f�+�$�.��~ӛ��Mxkv�\rn�s��]%����́��T�ĉҩ��^�{�Ǝ�u���������j-{V�=O�\\���dT5^+����`,��<��W؈N�l�S���j����?�?f&:�s�[#�RDs��;ʅi�lbX��.�-�t/��y���kOՇ�|{W9���mdJNR�j��8?|��H!�sђi{OT6����{z4�8�0�og3�x��F��R��.��:+�װ��&䄇��2���C.�a��eE0�,9��\'ZS5����4���G[��\\e��}*<�|L;�z��x��x?&�WF��f�=��x�;Ҹ�.uL��)Ԝ2��d��L{���0��3�5��Y�!�U\nhq\\��D�G�hB��,�;b&��<��C��$�H\n>����T���E�G�N��`��-��*��(�q����#Ԝ��D�]K���X����J�n���piήo��(��F ����rr^$��O�5���M�&�J����D�K�0�F�Nw0\\�P���s-\"�d�,�世�n�7z:�n��SKn��S�Tv�u��!@bv�7Ng�VC���%�{���~4�u���	k@�5�=�(��{\"�X��<���؎\\X��)�Ш®4�ʸcWþ#E5�ӂ�e%����/���h]����޲�#ш9����`v������b�9�N/��lR�agL���wԺ�Q��\'��b�(c�/���:���+�����~���Z��������|\0u��%rvB�T� i�������ނN�ɫ�����/��=��1��I����Dj0\\l��M�51(R��;\\gՌe�՞�$��_,�j��薶�t�C@��ϊ������&8H���aq_�/�����BuZ��&�?�y���=ӡ��C6�d6�m�\\�]vay�T*�f�Z/�8�߬���U(W���U��{�-���V͗��8$4�l\\��L4y�\r�ot�f`8��^�`���=�@�l�TzŜ8�)}�~�H}��qٗ��N���ai��9U���᤻�\Z{��٘��\"��[��,�T�#�H��5\0�F	\r�R�osٙ�$�Ѱ���R�e�j`^��7�葟%��yٜ����M��9\Z�/����\'��� ٞ�4bV�t����tk���Ep%�~D`%�\0�;ٴ� M\n���WX\n�躨�|�|3ߜ�+�+�4,ٷ�紱�1]�ֲlz��b�VP�x�̜�=�ŭ�?�/���Č)�-\'Lԗ x�!�Uw���_nFa���>e3��;vz���t���P�i(�d���|\ZVw7BAz��zMk+����O�5����@���&}�,py�F(%�Ld�\r*n=YNt���,k�L�]*��]>N5c	Yn���l)\"����q�qpu��u��4F€���݆$�ӕ��_�p~�*��60�#�?BT�P�|��:�X��k��>��`�W�O�@�!پ�p}��_0[��\Z@�d�\nf!B���>j��\\R^3�����V��cZ��=.\0����܈�\\��\'��,��(�&���M1^t&*/:7`P\n��S!:�b=��.#�R[$V<��Z>f+���mսRh_i;1��zm�6@��d�3�5(�G\\�ܧDo�i	P�p*vw�;����X?=�s|V�F��ƢId��E<8��m�J.�Ewj�����#_\Zܞf�nN���7�����U/���/g�#��JK�Ӓ�]堹�����|�M��n�Y�M\n��}2 `��Q���v��_�\rzB�^=څ�c:��ܾ|@��l�\'��e���߲��~��چL-u5Zkw�=03O���* ;XJ����\'z0ګŲ���T\"��\\S�@��ޥ�+0yrx9�M,��ڮ(�\"�Y<%�I 0c+	�����M��v1ںQ��G䃞u�Giԯ�g����#dN��,������֢������_����5�^W�{�Kb��F�yPX��p�^M�ƴs>�\Z�H�.\r�����ߏZ�\\UD��O�t�ޔ�&ŔLZO�\Z�4��vdU����=���=cx\\��魞5\'ҵ�dջ`��k��_[aJ{��p\Z�E=�(X����\\s	�p�J�TX~��\\�s�Ak�\Z-=�}F�b�᜾�TEw!��}�a}.�& c-B�\'�Sj?�p净,�X����p��!�:��E���s��t�6���Sz�å���Z������,�j�ۂwT\\� ��+�=��ា�b\'^�x�K�.�ۑ�&\Z錷�ې7�~�����rb�ۣ�԰<��К~_�m?#�����#�B	�(�ۥ~�b%�w\0 �z�9�ws��n��>Dy1ۧ�����#)\"U����G�����ܑ�]��ۭ�M:E��Z�<v(@^����e��K�\0۳}sYDk�6�����M��(kGN�ة\\B·ۻ�oXc���\n�jJ�#��@�R�0���`�T��j�5�D���-8F���Q\r%�.�m��5�R�㖩\r;�gPkl�r<��CD��0*\n�)����m��x:�.�o��w�pԴ6b@�W�Fk��-���������1��q�[��4�2\Z@�r�: �ӪN��lT�D���,\'�;�=���%�~�	H`����`@}6���[d=w\\��+y��%e�-�_��+��^���J6��^Nih��OJkf�iB�����D�̉I~����.l��v�Pg��wv\r�\"aMI���\\�P�;b��>꧒5>7Dub�lg���=z^�z)t���?Ū�鳊<)��+�$�>�B�FV�d�0��3���m�R�2t��/v�S 4�h�\"�hAD\'�\'|�6[kF=�\nyi���f�m����R����̗U�i�؜���!Y��h�L��a��门b��|\r,7@\\\'>���0��n�+S��K���&�s���щ�\\;Y�q�9���w�m3�t�	��ЫQv�#`i-1ٞ�U�h�ܑ���ǣg���\n��4 ]�D�$���W��ܗ�E�V��8֋i;��f�e�|���ˤ��ܝ.r����YMDMK�q��Ĺz�Z�p�����ܣx��L#�!��E�~p#�w���p�1[�0L��\nܱf���X��I�`&���:�=^��b�KG�\0.��ܴ&�#��kp�e`�򷪱�h�f��sI�XNk�Ǘ!��JB(AL�.V#8�de\\��B_�&��:��K���:��\"‡$_����\Z���g�����p�SI���{ǫ2jP��f�Gi+YH�K�׀�����&���f8������Hk[%���m�rŠ�s+n�0�Of����֠��7��y�����稶���\n�oN{mnP,�h�+p]h4���g\0x�-����8�����E�mb��E\rH�	Z��m����\"�6���N`�! B\'wC�ˮ��.�0{\'~K.s�J���IPګ�&nR�	�2�J���X}��k�;\n���5��V�r��4݊w�?œL)��K���f4ٺ\ra~��tnT�ݩzK��u��Y��.��m�i�4���*�UT�ݴ���\"c�YO�|D�\0��;�.����Ѵ�*Nݴ�K��bT�3�y�*��נ�\rF������ݿp�\\�/h#]\"\n�=�/����MZփ���I��33�u�n��M5Kh&�bV\\%�Z$�i�����C�1�~s�\\�6�rۘ�����\nΣ����6tt��|��hf��S?�f�_z���`�y������(H�2�\nyπ8��F�p���B��k��ʫ.E���\"y�3�(ɝO6�Su՛Z&����S,�	���p�\nb!��s!�ͮ]�>���\n��O��j���5�RLC�I�e���ỔJe\0�.S�F�>�.������w�g�:$�\Z	���V�8{�V��9�/�j�zbb���hF��+�\0~��X�t��Ǟ��C��{���%��f�\"��Z_m=���Z>D[�{���/��m9qN�9wN|\n�֥��s�j*��b����T��O5p�p�`��)��ޖ�p���1i��М���&��19ޠ}D3̲�ޚ$>�����*�����~wa�\r��x����ޥ\\�}�9QZ��\rHO\Z�+�C�3\r͇q����,�ޱ���\n1�$�d8v^!*�3���#͜v@��3�&h��N;y�B\Z��N� 8	j�x�o���XQl~?�8�����i���i8|�����Le������I�_y:����&��R�z��<OT%x\Z��܂it11E�g�U&��2�1��YI\nf	��Yᦊ��FrL����7��u�����S�t֗���p�ǯ$U�-�m��� ��~��V�>���򘀹�EY\r�,i�Ղ���!\r�2n�D���9T�%T֖�\r>����ƾ���A�Y�{,P\0~b���\"܃�������n\0A�=�R���<�F{�;xپ۶I�x3�\n�zǖ۝Q��h���-n�&�U��e\\�Xj�`��nُ���|�&�k��2�ʰ�S|���I��߆R��y�r��v@|�z�%�Ӷp,���ro;B5\0��C��yaF�v�VNcۊ�i�Ba������T�f�X���|��j��b��dP�CW>b��$=O�tǐ��>G8j�j�4��8�-s�Z�ԏsŝf�?߅y�R�z�5�T��\0�DU�磣	�w̯�ߌ\n���r��sgɴ����5Z�}̼���ߌ�P���ܻ�\0�{Q��Щ#�m,�x\\`ar_ߔ��}>&�Iy�	p���by1��8��g�J\n��ߙw��,�� sƟ�lalkH��J�n��?&b+�ߠ��B.qf6*_��-����W�I��4��K2ߧ�)�s�g���,���He�|�\"�j̋2(߹�V������N�A=���X��\"��.�\n�Ņi�2��~�<�g�qԴTϗ���~�%>��ԍ6m����_�5�������}�;[I��F�i����|x�7N��*T����Z��j�\r��u^kbڵ���)�P\0���[\'�.�l7��^\r�?�%�R���c���Igl����QRx\Z�ˮ���R�-S�Zo�3ҳCA�j���	�M��^�2�ɖ<�tfp\'��P6߱�)�u��@����S���C�o���m9���4]�2IeE��k��q�h�@N>�އ͘RRSo s�Byc�!�l����	�MJh^��`��7��Z�=���^ԯ����č�1�Tg��ر��D��w�h�l��ԑ���_�x�4����\r[��	\r+�����~�\"j�\\�粃h_E�V\"���R��҆c��}��o�iӿFp�&K�IPʽ�D��[�����E=3iJ[a��x�(aB�tg�P	��B���\"ೄ���\"-d�J������ի	U�{������(�QG�<C�<�����F\Zm_=|�k„�Bô��4��>]F�fw\'������欚��Evm8���a�Ć�J���Hڢ#e���R��7\"d��#!�E!,��cl�5�B\\	W�\"gܷ�}}��|����C��C0����v��0K�\r-������p������4,���KY(�I��� xD�Q���/�t����v����ǹU�8��&�.a��YA��=�6��	ݼ��4�\0�e0����-���4J�\0�)Sִ�����?�k\"4�Z�.�Z9���\r�k���X��e�_^�q(ѵ�/̹�h���2���2&�X�t-����a��Z�n�m�sN�Q\"?�mFN8�?�pi\Z�h��H�z�᎞O,�k�h�iY��e�8;w*Aފ&\'D�:��5�`�v>��d�k�}<����6�� ���Ȁ�KB�۵&|UB�\0�Y���;@7�����GJ��۽揷+�I��-�����i3�<���e\n!�d>���a��%+�eT7 �ҧg�я����d���,w=	�{|\ZZoϢ.����p�]�U\Ze��O�lP����&A{��5��/��w?Z)H%�K�-�xrN�pꔨ��%��\r/<�\r�gl+�Q�_r�-m�P�h�Q����$,����5�%m�������,�\nu(ޞw0�KoHJ,a�	�r�U9\'s?�|�������R0��AtRW�E �)��օuT���R��Y��T6��r��\Z�IZ)��[w[]�=`L�Þ�V G�L�������mJ��a��f�o�\0����W��e�2�`��:Z?������^X=G�γ��b<�H�G��wE�21�wh�a3(J�@�g)���z���럳9���=��8���\'�KI\rn�‵`�iz ��y}��fW�mh�GmM���]�H\r�u��:�4��̩�i��7[�G�쳙r�/a4�v)�w}U��+��谆{3⥾�ϵ���瑉�N)]��W1��+Z���*ʠ�u<�e���\n��,���&��ͭ1�����:If	�ڦ%���5�@Q�85�ʂ1�-5�����ym�n*$�\\l��G���*�E�M\nl�׭�m�[�-�B�8Y��ٺ��d���J6��S.��V59���4*���f�H	���r��*\0�Y�㱿;+h<R��V�_��u&R���:��ƹ�W\rbC�J��9��n��FB �y�J/�ad���V��BZLC����;�wx�Y^��&^��=�xʆEs-��y@�G�y�\Z���}��q�-���сo/@�8�7���?��!c��^�H��\0�E�*���I�z3^M���P4����Fl�wRC�H1�\0H\rgf�^Hq*��v�6M�g2�����I�Y����g���_���,�\ZI.&;�Ӿr�V<Sg��U�|�4E+5�C�828���ҝ��o�\'�?��_�8��ۗ0]$47F\Z�A#�[�RA�r��5�7��{�0�7f=�9G�cN��yΟor�|��A�\Z��U�\0��jJ��ΆP�M6.\n?�~��o��Υ�TXJ)*a���L#�V��ŷ����42B�2����,u��ʕn}~�҂Z-�3�6	����>ӯ�\Z�z?<^����޺��%8���\"�yٱOlB�=VG��h�!��K�<��J�q��;�(5nO�j�nYZ5q��Pܠ��4��zgzB�tWn�W��&�c�\'J@{T���r�q�	��*k��J+�0��}�VL��f6	���ӆ`lI*H�?�6����G�}h�o�B��� ��%�L�@�ĥ��bu���(FHP\\ȯC9!�cn��N*NJg���}Yv��7�Oh%.\"A�X�*䯂�:�r����oO�\'7x�9���)y���j��?wk�6��(.�T��v�̯1���������5�N��b�7ٳUw��*)�h	+ڞ����\n)Q��N�k��U�4��J�M��\\���V���^1�����u��rYޥ1m�w���t�����&�Cr\'BMF�u\Zx��/D9���zH��&U�>�+T���K�F(��,`:7��Q��DZ-F���Z�Q�TƷn\r���{������vA����H�\0�eq$�W�Dj��K+{j��Pu�υ��~�\r|F��S�a(�J�}ȟ�A\r�1P�x�z�u��ѷ�;gtS7���Gn+��Q�1��rg���Q� yg���5��.h��f��hm�;����k� ���W8���ˉ����n�t�A����by�Mϐ;(uj��?��]�$�C��&e�Z��%�,zf�w#nؔ5�0D�*/r�x��P�g��b� =#�\0�M�)��B���\\e���CA��w���wK�HY���\"���0d�����~��k�:��\n���Y�ïy.�5 <���o���oP?�����D��O�%��ڵN:(��{�Z�ӌU�J���k#H��T]^�U�\0T�j崠&�Y|��s<������B���J	�(zڪ\n�ą[ƷG����ֱ!I�z�A�4N�:ӊ���U	�[������y-������)���5��_�Ba\rc������;���p���v�gm-,���_��\"T�P�].힭j�8\\3�c\Z�^���@i# UcjH�q.�!���۴	^�U��\r�s��&�z���\\���L������Kcu[������;m幡�F}I�-6��n�$�[����$\n���9�2%�V��”�0D2`�q����T&��%��q�5���y\nVڌ��H�t�����:��<�k%������� (���1��.�p�I��u����eI�t9���]��\05���^�\Z!����c�xN��d�i�GeAI@�\'iۤ�z���*�bT�J�-2���<�8Ko|�nF&Q� It�-Z\r�˅��H�F� wb�9ѿ\Z�xR����c�I�0�{��eQD�� ��{��~aK\\-�B\Z��](5z�!�U��N[�a�9�{�����j��B0P��oU����K��j��aW�ś\'����y���Y�曗>��@-�����=��	g�_����{-SP+f��Q�p���87i!*I����ȣ7�\Z�,�����[x��R,<X�����6�Kk�	��o���yA�w)��}\\C	\n��=�Չ{�����o׶gb�U���h�6���XE��.���R�un5j������O\0�6\nt�u�=�������5Q�%Ǜ|߂���Y�M�\\�J�a��b��T��j����bGar�U��~�\ZoZ�\"Tɷ�\rM� +���	`����gO�l�:�����l�}s1�iJo�Z�3w�/at��6��aK����5�Ȕ4�\\4�M�Y�^e�x�M~�?\\p��iEE��,�8����)�T�n,��q��SF�z�ȲMR��W3��\\����\r��q���1?�XE���GD�f��L�S�q��`�	���ٷ�s�P���W��M�Q�~@�ů�×�͔炿E���$>9�6g\0��È�];��l����\0l�*\r�����\n%�E\'�t��F��䝆��煶\Zf=?��;[���%���j��{j��Ma7�roث���l�]FA�1_������\n���!痰f�WeJS��Z�w�k�X��ڱ��Ӎ��~��\n}�@�=���\\Y��Y�C��]�Ǣ�������5����c�Z����\r��l�Y�ƞ[#�i[��5Жг4\0��2m��&�h`��q\n\"�)\n���Se]��~�&^v���w�Ŝ�����v|چ�`z`����I{�z��C�9��]W���9Ջʸoz=���p�r���7�\0�H\n({�S=g���‰kyo��?��������8Շ��|B��D����1��3��7�����ţ�遢\n<Yz\'��j�X���`�fr�Q�\Z�ȿ��4��M�F/�-�f��r�:CK\n��8]��PY�5H���gb��:�<�xݢ��X���,s���\Zi�(�6貿!����g�ъ�k8�&��\\��-��38�岟k�n�� ��ϣ�,+��Yy.�2�\rt*q7��,j�_H�d�QPY�@�-�›d��x�j��)��dm�x�́߻��?�9ݱ|��X!�l����%1+�w���$�5�J�ck!ԛ�H�F�fK�\Z������R�$H��ZY��\n~��P.��x꜃ N�î(�gF��w��n~i;��V��%�TF��~�e|,|6D��FR�\na�*!_^貿�r��`H��a��b��w�@�Y���a_�^��f��^���(�\rO�>�踭,�����������\\q�����r�*����L�lf�����<��w��;�?��ݚ�d �t-��8e�0W��~�*�>< *��0V������\04�~��t���U��gL�Q������磺1Z�ktx��*���5�I鄳~㾥ݐ��n�n\'�-����҉V�>�鈢ڛ�r],?i(R;����}��>����QV!yvpc̒P`��-�e9rJ�K\'t��>;髥�ħgZ�����C����J�o��*^��ɰ1�N�J�R��i�B���O�ӬB��V��h�pC�%��Z�}�=��s<۔��[Z�#g *���\Z�;1\ZE�?Ic�_����c�#ň�M��-�[\"�n�E�*9��p�:�cZT\\��:_���&#`Q�\n.	.�E��@�ю.��%E��g���=�N3�>��g�|�S(F�jǕ\n��;�e��X�4P�iev���W�soڋ�L�QBW�b��e�x��A�j�,p�r��k�jV�i����]�A�\"�����3#�q Ɔ�\Z�)+�l\0#<9��\"ϕ���A��v�hz�J>A�q��W�&zU�V����\nW8� ��`�\0ayxHõ�נc��ΏͿͰ��9O�8�^^�]���t*f�%�YE���5�<�`�W��h���j0g�_M����TJ��\np��c‰[���_:E(.)�&$*~�(gf���;���c��\0̢��c�e�:Hb>R@\'=�v�@5)���y�&�֫����\r���;���&��؛ƿ�ػ�5|V�{�׾�A\rreAFzK`�\"�?��E��z��c�R��z��͞�.V�~!�6��k8������W\'�|ǘ��rf�H	/�@\':{�Y�T3NZ�O�Q˶ܩ8�N?5��n�A��.�y��a�餷�#���c���^S��A��_���7�\'hcv��]��#\':�z��K�l��?�Yk���2����W>���-�M��P�N`g?\\\n�\rK����\0��J<ǘ3bxT:�W*���r���-6�f�pxc�,hoN�I��[�\\�`�nB�7�$·#t�\"S�m��-��C�`��Ɋ��s�E#)(���A[�h�\'�����|�kaO�I��h�9A\08(�?�K\n���͠��ZNt�a�Z��f+Ǡ�\n�K������b��n8����1\"P�����&�8�X;�U^������LDL9�4�ݬJ��݃�C�lE<aLj����l�.ēz��]\n��\Z��:��zs\0nĽ���>�e�[7��NJ��tt�@�`�2Z�\'S�V�\"�*�XA�vk�Ox�ޡ�mdFFÅf��a+�6����)rb�4�ʲg��}S�x��vֻ�aʩ�D\05SS�-��*�^Ӆ�\\w����%`0����vl���\r���\n?�4ɿ�r֍�O�n��_4�`�/�-�\'��aYI|6���`Z�4��\n��\"��l\'��U8y�kSl�صA��(GL��8!��<z�Kr�i��ImV�e(iCx��/?���O���E�q���i7A:�3\r�����:�?��2=�,�+)�̻��n�g���3�(���D���a�!_y���	�Q�VGK��҂��sv@��N����\0�}A�v���A��$�=�08Q�j���V\\��P�[�pHa�F~yQ�ˊ������r���`��\Z���9�8Ra>r�Z��!�e%��d�uH/l+��ޠ�����.��I6��(�웎y�R�j�\nM����x\r.s�΂�����&�^��5P���n��>��:�����,G�I�z�R�쮝���y���Y#�dz�E	��92���������vnjs,_Y{\Zk��]�ٛz�J�^z���{�M����9l+:A��}0��0��.�@L��3�l囔�\\�Hiܵx�f�Ll#@Ť��e+�׹=����So\nhѱ�ً!J~ẞ�ǡɹ�Ὑ�g\r��y�uCx��;P{��k����yM��#�h�.���?��t#ɠ���\"���z)`��RI+�_#a�p[o��|\'�:@���A���} E��饬2,��)���w_�DʉԶ�͂���6j4�0F��Sc�\"��~��G8<\'���������:��M�6���/�U�9)�O������WT��>����S��0\0�;��QO�%$K�	���\'��͕{)��_���ĝ�#/q�&�O�[���O�\"²�,���l?2j&�����,�k����$t3��?iYϲYڷO��5]I��{�������ٚ�X�L�l����#,\n�W�Mb��X��zp)\'�F��{��Pniq��9�o��̳l5�y9�Mb�&�iK��ues�<%�qѬ6�I���F�_��\'Q�7�3#5XN��xL+�֖}	gTj��,�)0f������;7p>�Dy(�-s\'���#֛X�މ�Ά�>�풏�9�F�ܐ𱐠�d���ְH]@e�Pa�y�ŝ&)ԧ��0�x)/�mۅ�r�Uz�������&���[j�}wR�E����v�����{�A���G�5�F�i	�y*dq]�O��X=�ܞ“�W[B�\rDݬ����v�p���>��j*���욬�e�3�p�]�L��}�`��`��DX1���ع��WJ���]cƈf�	u�J0f�j\0ց�s��ZR�~�]���*����\"�rd��S�2�!�{�֣:=�Nz����g�&��$�F,�lK급/Í9�z�Üu��\Z\"�dm�*\Z���X�͹[I|�4r�_�xS����*t����^�&��/�\\$����r\\`ʳa���7%��eűCS6���ǀ�h�2.^W�w��H�î4����n�~2p{wq\Z.(�W�a�_N��C���n�d,y�p��U�~���2ʩ��w�:���jU�/��t#L���\"u�t��P�w\"��L�x|�(.ay�ѫu�#\Z�ڄe���u��uI�;o���,1�{��[rѸ5�b�,���B2��+Y�GH�Q�M��p+��i��2�vC����m��*�i���QLC�H8�RvJ��j��o���޼f2RFt���	{[O��b�4���?���fs^�Y��\0�������^���x�{��N�0Gu�D/�S���ā����;��%�mp2X[�j_aG�����v�@�2��b\\��\0����~*J�jT�\Zw�?/�c�g��)e�����Z~&�q��N7�� Z-�����r��$E�\Z3b\n���NyoH�N�mQ��va�N�/	�Y�!v�46]3�]��3�<���ڗ���<�*=�t󅡢pE�KL����[�Mrx%\0�b0qq�Ă��|x����:��_��V�5:�U��S�o2ҾP�u�A_�*}�~��\'K9�;�4��p���\n+=U�O�}��6Ԋ|���}<yﭼ։K�hxޫ(R���1�=~�P�w���ºT�+�In��\r{��M��_�໘`3x���4��L�#\\r��ԹF� \"�$q�c�@\n��C��KnA��O] �`�o���C��K�����.���U8u���i���H<pSh�Zذ/�\r.�O�}9�fP�k���o��2,�=A}P��#\r5�k��,P�D�+�>J��5딧�n���.\0U�Rq�k\'�����i_i,�\n�G��+L�.\rQ�\0��%�\'�y�m�_��#�?���E1\0�² �7��5mw>Z��2Q2K=�^N����q����Q\n�IS�}V#�N7=��ɷ�5���gD��>h]3��\n�0_�э�Wg��1*�V�����FIP���x��f�vL�@���p����R;K�����R��[:[��*w�(�1�� y��jL3ˇ�d�\'��V&}l��]dO��g��V��:���5��fH��A~l!�/�6�yԶ��!��[^�I�ٷO3��E�}{��Y�z������#���@���XaͰ]��()c�k��!~s�~h���q0���X?8�̅���H��i,+x��͵�SE��9�r=�#_~�\\�/Sͻ�(YC/#/�D��^>�6\\����V�6 E�i�*�X,��/�6������}%]�v�	��\ZY����<�}]�8�c��4=}�X�j(	;��w�g�ָ,\\R�0�$k�o�A��{������2#�am��\'��Y#��O��(&\r\n0�{z����7�j����R�v���^0�?�2Dh�4�SG�8RH�e���4ډ3�z\Zr�K,�Iޗ�Oe�x�џ��i}��.��kQ�_�3��9�y\n�b�-5c,R����3���\'�r��.]9c�x��ߚY9�\\~������f���Ƕh�j}u�pIX�p�ھΩT����/�6�F���k�T�E�;�H	#�ߛ���{�C\'Vۨ/��H_n{��FW��?^ծ�V��� �N	��-���j���s\Zjh߽C�ș�I��E�R���1��G�Ÿċ��d/8��Z{{�S�*Q�b�U�a����9e׽R��X�?楐�1���ih\Z�ҕ��X�T�9�����Eߎ�i��ц	�v���&�=G���V�kr2��C5����m��~q~���;rfXᅸ��eX�t�Ū.+[�����咩H{v���./s|U�Z��A�h$DU�s����I�{\'\01�������r���k��D����a�c���#k�Qbm(��(��{ia^�\\v�J��M��C�`QA6�_�~�j�c�,1��F\n)7��䩾!�@���	�n���K^$��N�Vj���q��`J�BZ�ޅ�J���X�0u�9�>�!��v1����v��ą�>���Ш�&�D�6X]`��=�s\0��1�y5z���4�O�š|p�A5�P���(fy���2��Э�9��ex�kz�B��4��6�Hy�/=��u4�_c���	ο\'���M|4��gE;+\\�)H�q��{�@�dX{a2�H�=���G��6Cm��:�|��!%��p8�Ug𿌫��A�N��y�qoʅ#&]�#mV�ە�rȹ���L�=��6m�zQh��Z������C�� ���T�α���i��ߠPom\\D5~�!�������o��a[�ce�U�>T��ø�~3��$:�З���e���W�_6|�T-�>{�rC\n�=���k��Rd�j��6���T������\'����3H�_cx��N���pn��x{V���@��f!��D.S��J/�xk�nZ�~q��6Lꂨ$����?{II%�&���V(Aw��<䩻���c�$�a�=�����!3C�PY��.c%�0b?O�)Mퟴ����[�%>xd�]?Z�񴝞1����5!\Z�����q�)��9W/`��kW�V*�_i_\'h�Ma�CQW�~K�0�X~D�<���>�5�O!	U\'���IaӴ9+���6��fF��7�r,��?��O�P��\Z�r�(ga�u;Y�R�>�v\\��?s�k�\\� �~�m���V��|ݐ�\0��!��ٖX6���a�v�/%1U�Ed��_w\'�ޢ���KGs�*<v�u.������S��A`\n�	t���p\'��\\ˑ+&�*u4��c	\Z{\r�������@l(2�u���-V�����Jˀ��z�ا`*#��j�xZ��&�\Z�{C\rB�]���Y�#�<\0!_�M~(�����k��_�M��W��F�i�]������iˍ��B��l@��j�!�\0@�����Ų�3����pv`�r9H��(�c�WޏK\"�$��G�ϭ\'�6�I�\"�V�ɜ=��0������\Z����h݆֭<e1L�!ӳ��\Z��D�K��i��@*S�ĘRg���	r���z�2,o��Q���ϕ�FU���lt��*�g����V☲ù�����۬��Bj�LN��hZ��e%�D\'��G}w���E�k*	��W،j��|���K\'��l�Ȉ<������fdU�Ƭ����\\�fH���v��I�I��w�d�4\"�醗����0_��h�^1���-�c�j�Htfݬ�?���D)�\'��hcF,�4�|i�Ql�p��t�>�%y����1P�bB��R�����[B}�\n[���;	I2q�U�>�n)̈́��Ix��VV$��Z=��q�UO���c����\n���4�\r\'R�2�8�F(>F�2 ����\"Qj6�h��\'�Vh��~��Ad���7��D�c���A�\Z�H�zy�I����Q�]�o��%<��DN�N��M�^�^��/jC9�tb��p�\r<�!!d�e�p��\Z�	�0mz�����%�\ZN���:�J0��L��2��\"L��⯜t�%>��:1��W��R����ͩ��Q�i��~�^G�7p/�+\Z��z����:M�K��p���o�*A��vr�`G�̃�S������$ �2|��>��Y�wM�W[�� ��I��/�H-j\r%�D��������+�P4�g.���{���^W��/!u����T �&gɖ�\r.��:�)�Q��7�ݣ� �h��\"b�Y(V��W�|/5[�r�ɷ*���M���l���r�n��zW��m:f�O&y(�H������\n�#_F�D:���1I�}U\"\0H�B�&`�8��m��!U�c%rT����.��q�x���=\0���\"�I�8c�_�;�k�6��R�r��E?{d���G_�A���7����c0+��^E��h1��{��9U�,���%k1X�\r Lc�N�;�<K�{�*�k�L������E,�t*�J�.	���*歁\\5��c�%�a��P�T��g�xȻ�=��|@� ԃ��\\��HVq2��v5�o��,�\0�7�IѴ�E�����90.BAe�4>�]y�S�Pk��=�9i��fCu	l6E�#�Zt,#<�\ZL�4Z���FU����!}\\֊��_ȕ��o�/B�\\!�Z<&�^�S���V�?���R�Ê�]��	���ͮ6���R��Ԥz��8�\\4��w��c���y����s���M�)9@����2���.���V�/B��c5a��\rRI�G>?���y;�+�����\'�SAE�D>����qqa�_��؈K)�A��/��YQ��;�#�6�yc�Ȍ�ʗ�j���L�2��-[� 3���]S���.��\\��0ה��B/\n�j�z\'a�����������F�L\Z�H-L	`$p1/>:r���V�Ǚ=={��Or�R�xg�J9G0>z�c&�IÆb4~�*L�Q�Rkg!i��f�nb.*��η���$�gw�T��#;?��`�?��;\"��A�Y|���X;u�a�w?oa���bN$��gI���+���R.�e�\Z����pt��ᣈ��:\Z�`\'8�y`���w�W�0���P��R�Ƈ��]�P�d��$*H��9\n?�g{��gs�	gO��X�I�#n���!F#Yȼv\"|�:�ݯCG#\nY�E[��V�w��i�%�-%F�\0��[�n�1S�a���+���]��B�E2�s�Ŏ)�?ԟ��B�	�*�Z�O��ےn+�z�`ߗ��]�^��$�d�g��Gf���m�G8�@~n��?�	x��*Ցx�k��S��략9�����U�R�ݼ\"�EI� {�`z��$��쨀q���Z6hֲC��R=�8H��ΐ��<���>�y��y�=� �؃��G��ө&����0��*����u�\0u�\r��+M\nMƿ�4��f�_�MG���%2q��0�/ғ:;��e�W�G��ʈ�P��,�K��A]H��%����A��Q�D�۞V蚹xRBBy%�h�Wv��Ƕm�}n�G>p��ѹ��W�����5�w���O�E�̾�m�G��. Ճ�g��?ƒ�r�Тjs$_�D&֗��H��᝭s%��v�x-���#����?	���T���5�)�\\Np�����[��>��&��]����:���.�ѥׇ���4���U���hnl���h��ʫ�jF�**\Z���W�nfrP#3�w֢$����¡桘3���D�\\�[�I�����wD�=O$l\Z�����I��9<��0ox�>��L1��\Z?���f�]��t2Ј���5�����I�v��C�(�߱wzi��C\038�\'U���$�S��(�]4�P�����cU�v�᢭�(�c�̈́ɯ�Tνڐ$_����S����Њ�|��|���n��D��~��v-�;&���W�0��;��7�\"�L~ޅ�LE�`!�)l�ʛ�hL��O�/̩3��z4�Κ�C:Ufz^^Gn����/�pR1�C�̬20�2�J�΍<��:�_��B!s*���l���6���\"Q_�ȹ�2���a7��<\\U}�\"A���s��?��C9����`�r���0É�����\0��1��y�i�N7,N]�8�Ϫ��������C�,01�Sͭ�-�a��b���pY�x{Vc�o��lNG�qlkb�����a��ñԟ�yb��@�Y���(J5}׸d�t`Mu���Ƃ�Uz[�w\\=ʼ\0[\nK�ix�-b>��,E�d�Ҕ�\nN�-���\0�9�pM0+��~0��:6r½c��	��h{�M\\����J��,�k\r?��O\Z/ކf���?�xȃ9��\rQP@\r��\Z���S�z�\n��E�O����wF.P��)n>��<���W��S)���_�]����Y�a�\'kY����_ot�r�)��C����E�I�m/�;����g�g�ŭ��Ʊ��0`���8^���\\��Ƌ�~���~�J��7$kSsYme(�|��.��ŹzZ��[����몾l�c�읋���q�oן���K�֛+���%�؂�!a�29\n����`�F_h��*�y��.�Z�ۭP�0��\"��j����=xat\\K��h���9����wǏ���;Z)���K�~���Q�[::��j�s���^Z@2n��ve)e_��u���!�9�]�we<���΁�iJkN���uM��ٍ��O�I0x{M�y�R\r�~��S���BST����h�Zs�*����[?	PO��v��DŌi*�b���*�;ةD�ڨ�n�/N����sh�w��k1]�\':�&e�t��b�t��*�\n\'�Z%��$^���*�B��R_~�;A���k8����\\=�>J����1�~(���Ac�q�o%TF�O-�Gz�JTN>�\'����#.�D�=����a�:��\'j�K�� WHS����`\r�y~E�~|�\nR�i)fl�饔e}�)ld�*�ÀI�F�^��ȯ�ܒ��W���@�~�ݘ�T�`�l�� �9��睪P�k�KV��d��*�X\0M�o��DO=h�W��\0 �7$����R�T�b��z�Hp�f��?�@јݲ�I�����G�]�q�M;��>l\nA���>��k�h���R���8�yO��t�ld�U�^��E�%O��n޹�~}���J[�An>���P:�����7��4iw����q��c�s� @�\"/��š|sP|0��ô����!�J��[h7e�^�J��T�u�V��څ�6���bJ�R�#��Բ�Yu�n�nO�������#�\r�F1_Ң\'�Sz�<�J8�@�b��c�\niz�N�y׊��}˜.��\Z�^�����*�̶=������.�)~��	�_OP�\n�x+��U��1�w��z�)�\"4�+�B\\���II�%�%�\"ЖX����~X4;;�]*�	�&���\"T�QWvRi��d�3�m�`a��3\r�45q$�&Β9QO*z�kB�������jdE,�Tg�OrP~�tgn�g���(�W�{v����^�Z��}ȐC6ݞ��+�?�۸Z�P�d?P�\\����kO��}H�\"F�+:̵LZ�KA�ry��9H�$�Ī���50K5:\'�Ċ�$��Ժ���x����r�^/���\'�D�~�4�d���`8`q��׆dŪC*�k]�0ɾ\"���Ͷ#8K���r���|\Z�ゐ5�b�T2���ph=��������j�#�jR����	𪏨�|�z��03��ܸOV1�SlfwV��1	��l?��.\r��ƨ�;p���-�e*���`���[�p5U���ͳ���{���n���!z[�>�f�t4����s^�tE+W�L�կ��C��ҩχH�h�Z;P��.����s.��1��q�+܋\r�4�$Pd�uU1����8���<Kn�s���p�GR�b�:L��0�j}�y�슟W���Sh�5GH�;�V��(��(�\ZB\0�\r�lŗ���B�s�#3�?+��Wp�P�M�k]�<px_�\"R�Lki��G�Ap�\Z\\���?h��8���Q��$�d1��ˌ�GPP�(�Ϟ���S��3Q�?(H|,�;p��H@yƄ��k}�{��[��W{�LG�.�vOǫ�\"�M\r6Ic�����E��,M+,�ǖ��f�� �MP�[�Y&���\r��,���YDx��x����Vތ�\Z��~�VD���Z6�aW�_�tʩk�g�i\n�B�_��[�\0��7��4�w5���q��y����1�Щ3�&�Tt�ȹ��8��=��S�P�y�Ym���m��U�I���O�F	!������q��O�~þ`��Ϸ7�i.K���K�����;��3@��\"��_���d�/5�������%����9�U6>��Nc�V�M�Tp�W \r0�����Z|�\\�T�-��B�D\"�,Q�uܳ��n�����.������A\Z��X�m,��P\r�J�h��x�Q#��\0��tg���F���N���v��&�W\"�IJ�}:���k�S�-e&s�c��1h�ؗ]m3ĺXq�Ï��j�_�y�[+x�E��V0z���xi���\n���F�\n��7��4�欋\\�M�=���O����h������L;�-��F��\0��U��*/����d�.>z_�ME�MՏ-/v��_څc����?,U&��\"��R�[�R����|L���<uQR�V����x�s��	b[�y�i�C��\0����T�q@W~��{�Ṝg�IU9�\0���ڡSw�q�\\(LpR^��_m�o�<e��{�FE�P\n-����,5H��:��@���\r�%��-�����,$y��k�\\�3�딢ߓ{�B2�A����G�<��&%���߼w$���c�TV¶\r�|f�7hC�p\Z��8�w�G�+�dUx��Xc�ѨV�*�6�i(���H�Xw�6[�|�Ja�ʹ�Ж�q^����O�h;xA�3�-\r���hM�>kv7��[���ׇd�̂zR<��2���K�����7�I���I�!1&�j��[6����56i�8��n�t��l�*���?���/]�\Z�4�tX�*���5��2�.p�·�\"�F�6Zؙ\n��$z��z��\r�9`\\&S9�~{-LKŝI�T�i��;�u!���7�U�e�H> -��%G��(�m�\0���DO;��^�K��l����ظ!�/?aF�z��#�U�%f��{�x��i�<��f��;������K�Z9ްN��Wj_�H�]�͚V�I�R[냛�B�w�s��bN}�qY��7zo�U��u�\'���1��k���~P,o���ʂ-~�Bʾ�i>1�/#���#��y��X�oa��\\D�Şheb������h��?)�3��1�u��s��_s�Шd��>V�*R��/\0�����ӷ�~r�%�\"������8lb�κ��\"�7e�E�=n~��͙\'2�C/�����r�\r�̈�\r�;�J�U�ˑ-�\\B��?��	C�Q���c2 G������e��h��h��݌^�@�˶\\},n���ۛ~A�F�,���\"�Ǣ�@�\n�py4&�7�:�wO�h4j�y�D��{�<n�н�>!��2��_U�d~��p��7O\";}�nir\Z\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1675175205;s:3:\"tdf\";a:3:{s:9:\"community\";i:5298;s:7:\"premium\";i:5320;s:9:\"blacklist\";i:12425;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1675087200;s:1:\"c\";i:14462447;}i:1;a:2:{s:1:\"t\";i:1675090800;s:1:\"c\";i:14773973;}i:2;a:2:{s:1:\"t\";i:1675094400;s:1:\"c\";i:16350243;}i:3;a:2:{s:1:\"t\";i:1675098000;s:1:\"c\";i:13291779;}i:4;a:2:{s:1:\"t\";i:1675101600;s:1:\"c\";i:13908001;}i:5;a:2:{s:1:\"t\";i:1675105200;s:1:\"c\";i:13627467;}i:6;a:2:{s:1:\"t\";i:1675108800;s:1:\"c\";i:13422857;}i:7;a:2:{s:1:\"t\";i:1675112400;s:1:\"c\";i:13493784;}i:8;a:2:{s:1:\"t\";i:1675116000;s:1:\"c\";i:13618811;}i:9;a:2:{s:1:\"t\";i:1675119600;s:1:\"c\";i:13330639;}i:10;a:2:{s:1:\"t\";i:1675123200;s:1:\"c\";i:12444389;}i:11;a:2:{s:1:\"t\";i:1675126800;s:1:\"c\";i:12449321;}i:12;a:2:{s:1:\"t\";i:1675130400;s:1:\"c\";i:11843473;}i:13;a:2:{s:1:\"t\";i:1675134000;s:1:\"c\";i:11716005;}i:14;a:2:{s:1:\"t\";i:1675137600;s:1:\"c\";i:11525698;}i:15;a:2:{s:1:\"t\";i:1675141200;s:1:\"c\";i:11798182;}i:16;a:2:{s:1:\"t\";i:1675144800;s:1:\"c\";i:14429360;}i:17;a:2:{s:1:\"t\";i:1675148400;s:1:\"c\";i:18972221;}i:18;a:2:{s:1:\"t\";i:1675152000;s:1:\"c\";i:19191804;}i:19;a:2:{s:1:\"t\";i:1675155600;s:1:\"c\";i:17991486;}i:20;a:2:{s:1:\"t\";i:1675159200;s:1:\"c\";i:18100019;}i:21;a:2:{s:1:\"t\";i:1675162800;s:1:\"c\";i:17567186;}i:22;a:2:{s:1:\"t\";i:1675166400;s:1:\"c\";i:17504784;}i:23;a:2:{s:1:\"t\";i:1675170000;s:1:\"c\";i:17676177;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1674518400;s:1:\"c\";i:347504098;}i:1;a:2:{s:1:\"t\";i:1674604800;s:1:\"c\";i:289213120;}i:2;a:2:{s:1:\"t\";i:1674691200;s:1:\"c\";i:259972199;}i:3;a:2:{s:1:\"t\";i:1674777600;s:1:\"c\";i:286945099;}i:4;a:2:{s:1:\"t\";i:1674864000;s:1:\"c\";i:471039610;}i:5;a:2:{s:1:\"t\";i:1674950400;s:1:\"c\";i:367067381;}i:6;a:2:{s:1:\"t\";i:1675036800;s:1:\"c\";i:352902667;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1672531200;s:1:\"c\";i:262573846;}i:1;a:2:{s:1:\"t\";i:1672617600;s:1:\"c\";i:405340981;}i:2;a:2:{s:1:\"t\";i:1672704000;s:1:\"c\";i:311930851;}i:3;a:2:{s:1:\"t\";i:1672790400;s:1:\"c\";i:382850118;}i:4;a:2:{s:1:\"t\";i:1672876800;s:1:\"c\";i:261925504;}i:5;a:2:{s:1:\"t\";i:1672963200;s:1:\"c\";i:303629865;}i:6;a:2:{s:1:\"t\";i:1673049600;s:1:\"c\";i:241151104;}i:7;a:2:{s:1:\"t\";i:1673136000;s:1:\"c\";i:311068352;}i:8;a:2:{s:1:\"t\";i:1673222400;s:1:\"c\";i:313023054;}i:9;a:2:{s:1:\"t\";i:1673308800;s:1:\"c\";i:304091176;}i:10;a:2:{s:1:\"t\";i:1673395200;s:1:\"c\";i:267301332;}i:11;a:2:{s:1:\"t\";i:1673481600;s:1:\"c\";i:282122619;}i:12;a:2:{s:1:\"t\";i:1673568000;s:1:\"c\";i:282485457;}i:13;a:2:{s:1:\"t\";i:1673654400;s:1:\"c\";i:239460548;}i:14;a:2:{s:1:\"t\";i:1673740800;s:1:\"c\";i:450887937;}i:15;a:2:{s:1:\"t\";i:1673827200;s:1:\"c\";i:376326951;}i:16;a:2:{s:1:\"t\";i:1673913600;s:1:\"c\";i:289273776;}i:17;a:2:{s:1:\"t\";i:1674000000;s:1:\"c\";i:295141891;}i:18;a:2:{s:1:\"t\";i:1674086400;s:1:\"c\";i:204878901;}i:19;a:2:{s:1:\"t\";i:1674172800;s:1:\"c\";i:369907828;}i:20;a:2:{s:1:\"t\";i:1674259200;s:1:\"c\";i:303791504;}i:21;a:2:{s:1:\"t\";i:1674345600;s:1:\"c\";i:286664667;}i:22;a:2:{s:1:\"t\";i:1674432000;s:1:\"c\";i:359852733;}i:23;a:2:{s:1:\"t\";i:1674518400;s:1:\"c\";i:347504098;}i:24;a:2:{s:1:\"t\";i:1674604800;s:1:\"c\";i:289213120;}i:25;a:2:{s:1:\"t\";i:1674691200;s:1:\"c\";i:259972199;}i:26;a:2:{s:1:\"t\";i:1674777600;s:1:\"c\";i:286945099;}i:27;a:2:{s:1:\"t\";i:1674864000;s:1:\"c\";i:471039610;}i:28;a:2:{s:1:\"t\";i:1674950400;s:1:\"c\";i:367067381;}i:29;a:2:{s:1:\"t\";i:1675036800;s:1:\"c\";i:352902667;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:846349810;}i:1;a:2:{s:2:\"cd\";s:2:\"TR\";s:2:\"ct\";i:262286873;}i:2;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:249041143;}i:3;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:194719512;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:110449509;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:110381776;}i:6;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:91874336;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:89677112;}i:8;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:82151085;}i:9;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:76399224;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"f3ac47d1e2343e0758d05af1fd4d840d65444d794cd15919a42ca9a2af66169a\";}','no'),('dbVersion','10.5.18-MariaDB-1:10.5.18+maria~ubu2004','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1675597972','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:0:{}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('enableRemoteIpLookup','1','yes'),('encKey','cbdb7aa8b1f9a031','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('hasKeyConflict','0','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:15:\"sssssssjklkoiu8\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:29:\"Thu 19th January @ 03:12:58PM\";s:2:\"IP\";s:14:\"185.175.113.72\";}','yes'),('lastAttackDataSendId','12802','yes'),('lastAttackDataSendTime','1675191708.874824','yes'),('lastBlockAggregation','1675178421','yes'),('lastBruteForceDataSendTime','1675132399.594000','yes'),('lastDailyCron','1675178422','yes'),('lastDashboardCheck','1675178422','yes'),('lastNotificationID','993','no'),('lastPermissionsTemplateCheck','1675178691','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1674993162','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','145461acf57187d8c3b3077e7a997e2858c6837c90fabddb6ed72e780eb8e209','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:1675252200;i:1;i:1675511400;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','skipped','yes'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('onboardingDelayedAt','0','yes'),('originalScheduledScanStart','1674993001','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'),('scanAjaxTestSuccessful','1','yes'),('scanFileProcessing','','yes'),('scanMonitorLastAttempt','1675178426','yes'),('scanMonitorLastAttemptMode','quick','yes'),('scanMonitorLastAttemptWasFork','','yes'),('scanMonitorLastSuccess','1675178428','yes'),('scanMonitorRemainingResumeAttempts','2','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-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-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1675178429.0078','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_force_ipv4_start','0','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('scan_max_resume_attempts','2','yes'),('schedMode','auto','yes'),('schedStartHour','0','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1675166941;300;51.195.238.5','yes'),('serverIP','1674993173;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1674668880','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Free\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/\",\"excerpt\":\"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.\",\"order\":0},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/\",\"excerpt\":\"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.\",\"order\":1},{\"title\":\"Wordfence Care\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/\",\"excerpt\":\"Wordfence Care is for business owners who place a premium on their time. Our team installs, configures, optimizes, and maintains your WordPress site security.\",\"order\":2},{\"title\":\"Wordfence Response\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/\",\"excerpt\":\"Wordfence Response is for mission-critical WordPress websites that require 24\\/7\\/365 security monitoring with a 1-hour response time and 24-hour remediation.\",\"order\":3},{\"title\":\"Incident Response Services\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":4},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/\",\"excerpt\":\"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. \",\"order\":5},{\"title\":\"Account and Billing History\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/account\\/\",\"excerpt\":\"How to navigate and use your Wordfence account.\",\"order\":6},{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":7},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":8},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":9},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the firewall rules that protect against various attacks, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":10},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, and shells that hackers have installed. It also scans for known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":11},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.\",\"children\":[{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":0},{\"title\":\"WHOIS Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":1},{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5}],\"order\":12},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":13},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you will find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":7}],\"order\":14},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":15},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":16}]}','yes'),('supportHash','b9a5e3270c767a1d17907b99082ec09327dc3822964570eacae8033d846446d4','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1675178421','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|aero|akdn|ally|amex|arab|army|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|boats|boehringer|bofa|book|buzz|cafe|bnpparibas|bond|bradesco|call|camp|case|canon|casa|cash|boston|cars|bostik|care|cbre|cern|citi|city|coop|cards|cool|bosch|club|booking|build|chat|crown|cymru|cyou|boutique|coach|dclk|fast|cloud|deal|cisco|citic|codes|dell|erni|fiat|fido|film|fire|food|ford|dabur|dvag|flir|dance|diet|dish|docs|fans|farm|fish|blockbuster|data|date|desi|fage|fail|deals|free|cheap|fund|game|itau|java|jeep|jobs|jprs|kddi|kids|kiwi|kpmg|kred|land|lego|life|like|limo|link|live|delta|love|ltda|luxe|room|bloomberg|loan|rsvp|ruhr|safe|chase|sale|sarl|save|saxo|scot|seat|seek|sexy|shaw|shia|shop|show|silk|sina|site|skin|sncf|sohu|games|bridgestone|caravan|career|gbiz|careers|casino|gent|ggee|gift|catering|catholic|center|chanel|channel|gmbh|charity|gold|chintai|guge|hair|haus|chrome|church|guru|circle|claims|citadel|cityeats|golf|cipriani|cleaning|christmas|goog|broadway|hdfc|help|here|hgtv|host|hsbc|info|brussels|icbc|ieee|lgbt|garden|imdb|immo|lidl|brother|nico|nike|reit|lipsy|broker|lilly|read|rent|rest|linde|loans|rich|locus|ollo|qpon|lotte|builders|business|capital|capetown|capitalone|open|page|pars|pccw|pohl|post|prod|prof|camera|pics|lotto|calvinklein|ping|pink|play|plus|porn|song|vote|accountant|voto|wang|weir|wien|wiki|wine|academy|accenture|work|accountants|xbox|actor|abogado|yoga|abudhabi|adult|aetna|apple|airtel|archi|abbott|amfam|amica|abarth|apartments|audio|abbvie|agency|anquan|author|aquarelle|aramco|autos|africa|azure|baidu|bingo|airbus|alstom|alfaromeo|alibaba|alipay|allfinanz|allstate|green|alsace|zone|amazon|bible|gallo|gripe|gucci|guide|airforce|amsterdam|black|analytics|group|android|bayern|agakhan|globo|zara|athleta|gifts|gives|bauhaus|beats|beauty|glass|zero|bharti|bentley|attorney|banamex|baseball|associates|auction|audible|auspost|bestbuy|basketball|forex|gmail|avianca|barclays|barefoot|bargains|barclaycard|forum|berlin|barcelona|blackfriday|click|talk|team|bananarepublic|star|surf|drive|spot|dubai|earth|sony|clinic|edeka|email|epson|jetzt|koeln|kyoto|lamer|lease|legal|taxi|tech|viva|house|vana|visa|americanexpress|faith|americanfamily|fedex|final|homes|honda|horse|hyatt|lexus|teva|tiaa|tube|ikano|tips|town|toys|irish|vivo|macys|clinique|coupons|sharp|shell|shoes|skype|sling|smart|smile|solar|space|corsica|country|nexus|coupon|sport|courses|stada|store|study|style|comsec|cooking|sucks|swiss|contact|tatar|tires|tirol|tmall|today|credit|cricket|tokyo|tools|toray|total|tours|trade|trust|tunes|tushu|ubank|vegas|video|vodka|condos|volvo|coffee|wales|cruise|dating|dealer|dental|clubmed|datsun|degree|design|cruises|doctor|dunlop|dupont|durban|college|cologne|comcast|direct|emerck|energy|dentist|digital|engineer|express|fashion|ferrero|directory|ferrari|world|domains|discount|download|farmers|discover|family|xerox|ericsson|works|education|equipment|yahoo|engineering|enterprises|estate|etisalat|extraspace|fidelity|eurovision|events|exchange|expert|exposed|feedback|fairwinds|flickr|fishing|flights|frontdoor|giving|fitness|frogans|global|gratis|hangout|health|hermes|hockey|hotels|insure|intuit|jaguar|joburg|kaufen|grocery|juegos|stream|studio|supply|suzuki|swatch|sydney|taipei|frontier|gallup|google|hotmail|hughes|fujitsu|watch|futbol|gallery|shouji|helsinki|lancia|guardian|guitars|furniture|hamburg|kosher|genting|george|hdfcbank|healthcare|imamat|kinder|kindle|soccer|social|weber|weibo|hiphop|taobao|target|toyota|travel|zappos|company|compare|tkmaxx|voting|finance|unicom|voyage|webcam|florist|flowers|hitachi|goodyear|foodnetwork|vuelos|football|forsale|godaddy|goldpoint|grainger|graphics|fresenius|holdings|holiday|viajes|viking|walter|hoteles|tennis|firestone|hosting|firmdale|homesense|hyundai|hospital|financial|homedepot|homegoods|tattoo|hisamitsu|infiniti|villas|institute|ipiranga|insurance|tienda|virgin|yachts|international|vision|yandex|foundation|immobilien|xihuan|industries|tjmaxx|investments|ismaili|latino|meme|mini|computer|community|contractors|meet|creditcard|media|commbank|creditunion|maif|menu|mint|mobi|moda|moto|cuisinella|miami|jewelry|markets|merckmsd|marketing|money|mattel|clothing|istanbul|memorial|mobile|marriott|marshalls|maserati|mitsubishi|monash|mckinsey|monster|microsoft|mormon|mortgage|moscow|melbourne|motorcycles|movie|construction|consulting|mango|museum|music|mutual|nagoya|name|market|navy|news|next|norton|network|neustar|nextdirect|nikon|ninja|nissan|nissay|netbank|netflix|nokia|northwesternmutual|nowtv|natura|nowruz|online|cookingchannel|latrobe|observer|office|okinawa|olayan|olayangroup|oldnavy|omega|oracle|orange|organic|origins|osaka|phone|poker|living|paris|parts|party|lefrak|quest|radio|democrat|juniper|photo|limited|kerryhotels|kerrylogistics|pizza|promo|jpmorgan|place|praxi|press|prime|kerryproperties|lawyer|lincoln|locker|diamonds|makeup|lasalle|london|madrid|lacaixa|lanxess|maison|lamborghini|lighting|kuokgroup|sener|luxury|landrover|lplfinancial|otsuka|seven|lancaster|pfizer|kitchen|komatsu|management|partners|lifestyle|panasonic|passagens|photos|photography|physio|philips|pictet|sanofi|schule|plumbing|playstation|quebec|racing|search|leclerc|school|secure|pioneer|politie|pictures|lifeinsurance|pharmacy|select|realtor|recipes|repair|redstone|rehab|reise|reisen|reliance|richardli|ricoh|rodeo|realty|rocks|rentals|rugby|report|rocher|ryukyu|restaurant|review|rogers|rexroth|safety|sakura|salon|reviews|samsung|sandvik|schmidt|schwarz|schaeffler|science|security|services|shiksha|shopping|showtime|singles|software|staples|solutions|republican|softbank|storage|lundbeck|theater|zuerich|properties|systems|temasek|xfinity|deloitte|theatre|delivery|property|saarland|samsclub|stcgroup|ventures|verisign|xn--90ae|xn--node|statebank|vanguard|xn--p1ai|yamaxun|xn--qxam|pramerica|statefarm|realestate|shangrila|yokohama|stockholm|support|surgery|tickets|tiffany|toshiba|trading|walmart|wanggou|tatamotors|watches|technology|weather|supplies|university|youtube|training|travelers|woodside|vacations|vlaanderen|website|wedding|whoswho|windows|winners|xn--d1alf|xn--e1a4c|xn--90a3ac|xn--c1avg|protection|xn--90ais|xn--9dbq2a|xn--fhbei|xn--9et52u|xn--j1aef|xn--j1amh|xn--l1acc|xn--c2br7g|xn--cg4bki|xn--ngbrx|xn--nqv7f|xn--30rr7y|xn--80aswg|xn--p1acf|volkswagen|xn--qxa6a|xn--55qx5d|xn--5tzm5g|xn--tckwe|xn--vhquv|prudential|xn--3pxu8k|xn--45q11c|xn--czrs0t|yodobashi|xn--4gbrim|xn--czru2d|productions|progressive|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--mxtq1m|xn--y9a3aq|xn--3bst00m|xn--wgbl6a|xn--3ds443g|xn--o3cw4h|xn--pssy2u|xn--q7ce6a|xn--unup4y|xn--wgbh1c|xn--3hcrj9c|xn--42c2d9a|xn--3e0b707e|xn--54b7fta0cc|sandvikcoromant|xn--45brj9c|versicherung|wolterskluwer|travelersinsurance|xn--55qw42g|travelchannel|weatherchannel|xn--9krt00a|scholarships|xn--45br5cyl|xn--5su34j936bgsg|xn--6frz82g|xn--4dbrk0ce|xn--6qq986b3xl|xn--80adxhks|xn--80ao21a|xn--cck2b3b|xn--80aqecdr1a|xn--80asehdb|xn--clchc0ea0b2g2a9gcd|xn--czr694b|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--fjq720a|xn--flw351e|xn--h2brj9c|xn--imr513n|xn--io0a7i|xn--d1acj3b|xn--kpry57d|xn--kput3i|xn--efvy88h|xn--fct429k|xn--g2xx48c|xn--hxt814e|xn--jvr189m|xn--kprw13d|xn--nyqy26a|xn--pgbs0dh|xn--q9jyb4c|xn--b4w605ferd|xn--otu796d|xn--rhqv96g|xn--rovu88b|xn--gckr3f0f|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--gecrj9c|xn--gk3at1e|xn--cckwcxetd|xn--eckvdtc9d|xn--mgbbh1a|xn--bck1b9a5dre4c|xn--fiq228c5hs|xn--h2breg3eve|xn--mgbtx2b|xn--h2brj9c8c|xn--mix891f|xn--fzys8d69uvgm|xn--j6w193g|xn--i1b6b1a6a2e|xn--mgbaakc7dvf|xn--s9brj9c|xn--mgbaam7a8h|xn--zfr164b|xn--8y0a063a|xn--mgb9awbf|xn--mgbab2bd|xn--mgba3a3ejt|xn--kcrx77d1x4a|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbi4ecexp|xn--mgbt3dhd|xn--mgbca7dzdo|xn--mgbx4cd0ab|xn--mk1bu44c|xn--ngbe9e0a|xn--jlq480n2rg|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--ses554g|xn--lgbbat1ad8j|xn--ngbc5azd|xn--t60b56a|xn--vuq861b|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgbcpq6gpa1a|xn--mgberp4a5d4ar|xn--ogbpf8fl|xn--nqv7fs00ema|xn--qcka1pmc|xn--w4r85el8fhu5dnra|xn--w4rs40l|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xhq521b|xn--tiq49xqyj|xn--rvc1e0am3e|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|xn--yfro4i67o|xn--ygbi2ammx|','yes'),('tldlistHash','981d1427d47efe5bc083fd2318c2bca85172debf5fb2c673faacebc7e1d43643','yes'),('total503s','743','yes'),('totalAlertsSent','12','yes'),('totalIPsBlocked','743','yes'),('totalIPsLocked','1','yes'),('totalLoginHits','1679','yes'),('totalLogins','9','yes'),('totalScansRun','364','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:13:{i:0;a:5:{s:4:\"slug\";s:9:\"elementor\";s:11:\"fromVersion\";s:6:\"3.10.1\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:6:\"3.10.2\";s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:17:\"really-simple-ssl\";s:11:\"fromVersion\";s:5:\"6.1.0\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"6.1.1\";s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:11:\"redirection\";s:11:\"fromVersion\";s:5:\"5.3.6\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"5.3.9\";s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"fromVersion\";s:5:\"19.14\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:4:\"20.0\";s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:11:\"fromVersion\";s:5:\"5.1.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:4:{s:4:\"slug\";s:16:\"burger-companion\";s:11:\"fromVersion\";s:3:\"6.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:4:{s:4:\"slug\";s:17:\"disable-gutenberg\";s:11:\"fromVersion\";s:5:\"2.8.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:4:{s:4:\"slug\";s:15:\"litespeed-cache\";s:11:\"fromVersion\";s:5:\"5.3.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:4:{s:4:\"slug\";s:12:\"ninja-tables\";s:11:\"fromVersion\";s:5:\"4.3.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:4:{s:4:\"slug\";s:11:\"updraftplus\";s:11:\"fromVersion\";s:7:\"1.22.24\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"7.8.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:11;a:4:{s:4:\"slug\";s:12:\"wpforms-lite\";s:11:\"fromVersion\";s:7:\"1.7.9.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:4:{s:4:\"slug\";s:9:\"wp-cerber\";s:11:\"fromVersion\";s:3:\"9.0\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/081a5fda-abe2-4f20-bea2-3f7dd3c3a6cf\";}}','yes'),('vulnerabilities_theme','a:4:{i:0;a:4:{s:4:\"slug\";s:5:\"astra\";s:9:\"toVersion\";s:5:\"4.0.2\";s:11:\"fromVersion\";s:5:\"3.9.1\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:6:\"sydney\";s:9:\"toVersion\";s:4:\"2.17\";s:11:\"fromVersion\";s:4:\"2.09\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"1.7\";s:11:\"fromVersion\";s:3:\"1.6\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:15:\"twentytwentytwo\";s:9:\"toVersion\";s:3:\"1.3\";s:11:\"fromVersion\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertLastSendTime','1665529526','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','50331648','no'),('wfScanStartVersion','6.1.1','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1675178428;}','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:13:{s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"5.1.4\";s:16:\"burger-companion\";s:3:\"6.4\";s:17:\"disable-gutenberg\";s:5:\"2.8.1\";s:9:\"elementor\";s:6:\"3.10.1\";s:15:\"litespeed-cache\";s:5:\"5.3.2\";s:12:\"ninja-tables\";s:5:\"4.3.3\";s:17:\"really-simple-ssl\";s:5:\"6.1.0\";s:11:\"redirection\";s:5:\"5.3.6\";s:11:\"updraftplus\";s:7:\"1.22.24\";s:9:\"wordfence\";s:5:\"7.8.2\";s:9:\"wp-cerber\";s:3:\"9.0\";s:12:\"wpforms-lite\";s:7:\"1.7.9.1\";s:13:\"wordpress-seo\";s:5:\"19.14\";}','yes'),('wordpressThemeVersions','a:5:{s:5:\"astra\";s:5:\"3.9.1\";s:6:\"sydney\";s:4:\"2.09\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}','yes'),('wordpressVersion','6.1.1','yes'),('wp_home_url','https://sleepingsolutions.co.uk','yes'),('wp_site_url','https://sleepingsolutions.co.uk','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�@V','�����>�b0�oQ1��','verified',1675192771,'crawl-66-249-64-86.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A%','�����>�b0�oQ1��','verified',1674743730,'crawl-66-249-65-37.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A`','�����>�b0�oQ1��','verified',1674720095,'crawl-66-249-65-96.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A|','�����>�b0�oQ1��','verified',1674737270,'crawl-66-249-65-124.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1675119800,'crawl-66-249-66-15.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BL','�����>�b0�oQ1��','verified',1675112766,'crawl-66-249-66-76.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BX','�����>�b0�oQ1��','verified',1675118323,'crawl-66-249-66-88.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1675118324,'crawl-66-249-66-130.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1675112767,'crawl-66-249-66-134.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1675122500,'crawl-66-249-66-216.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1675152808,'crawl-66-249-66-218.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�DB','�����>�b0�oQ1��','verified',1674962688,'crawl-66-249-68-66.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�DE','�����>�b0�oQ1��','verified',1674990081,'crawl-66-249-68-69.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1674995922,'crawl-66-249-69-233.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1674995921,'crawl-66-249-69-235.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1674838672,'crawl-66-249-69-237.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1674824753,'crawl-66-249-69-244.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1674610350,'crawl-66-249-69-247.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F�','�����>�b0�oQ1��','verified',1675210178,'crawl-66-249-70-129.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J ','�����>�b0�oQ1��','verified',1674649362,'crawl-66-249-74-32.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J<','�����>�b0�oQ1��','verified',1674667358,'crawl-66-249-74-60.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J>','�����>�b0�oQ1��','verified',1674667359,'crawl-66-249-74-62.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L6','�����>�b0�oQ1��','verified',1675192334,'crawl-66-249-76-54.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L@','�����>�b0�oQ1��','verified',1675191898,'crawl-66-249-76-64.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1675191461,'crawl-66-249-76-190.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�M','�����>�b0�oQ1��','verified',1674877084,'crawl-66-249-77-22.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�M','�����>�b0�oQ1��','verified',1674995923,'crawl-66-249-77-24.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�M\Z','�����>�b0�oQ1��','verified',1674598874,'crawl-66-249-77-26.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�O�','�����>�b0�oQ1��','verified',1674934322,'crawl-66-249-79-224.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�O�','�����>�b0�oQ1��','verified',1674911110,'crawl-66-249-79-251.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�O�','�����>�b0�oQ1��','verified',1674909677,'crawl-66-249-79-253.googlebot.com');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text 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�Oi�Vi��`�]��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/I;��F��Ar','ʡ�.�JFoP0@\\ƀ�h����%z>?����p�','',0,'?'),('\02��<\"9h(qVw�','wp-content/plugins/wpforms-lite/src/Logger/Repository.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@���M�>{�ݣS','O*~+��L�L6����J>@6ܯ�=�+�','',0,'?'),('\0�XcU̠螮���','wp-content/plugins/wpforms-lite/templates/emails/general-queries.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-queries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\S`���{�u@�px','�O��Y/�m}m\'��z=�U�N}S����Bry','',0,'?'),('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php','/home/sleepingsolutions.co.uk/public_html/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$��@���M�!�w','wp-content/themes/sydney/js/customizer.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U(9��lho\Zu','��9�����!�C\n��@p��}��/��w��^','',0,'?'),('\0\'r���O��5�,8�B','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6�\'�Z m��ˡI�','��hh�&9�Ey�G�;\n#��O�(��~��','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�=:��/Ѣxs','u��社�.��p[�6�z�L���{dXY�Pwx','',0,'?'),('\08�<lc�ˊ�gg)9�','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\0;��Q.R�ݲ��','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yzz�-#���5��','��?��)5!���$�E��ft?h[��H����1�-','',0,'?'),('\0?�ൿ��k�]��f','wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z�.��X�,Nޒ','qk�\0�UW��ʃ�z�:g�hl���L\'�','',0,'?'),('\0C_\n��jD��@k','wp-admin/network/index.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�((�+t��I��z�','������ݤ�,De�	tw|��tkJ���','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\0J��C@�1-���M','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Directories.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Directories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��U8	)�w֤�m','�v�1֗N�����ܘ&0�c��0�|S�','',0,'?'),('\0NO��A�{�]�a3','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\ҢX3\r��!HQ�','��>�`��O�$�.���J�.LIR~@�����','',0,'?'),('\0\\s�TÐ��֘8��','wp-includes/blocks/post-excerpt/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӣ�����6��','L(�Ƅ�}�\03��t9v~<�{��~���y1','',0,'?'),('\0\\mFǿer��\"','wp-content/plugins/litespeed-cache/src/purge.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/purge.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��\'�6��� rYŠ(b','�P-�gW���NЀ����E��#v�`o?�������','',0,'?'),('\0_[� Rf(y�s�','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��J؇&��z�\\$','A`�)�d^�rw}�s�0���Z��4^�i�c�','',0,'?'),('\0_�]��wgGS�K��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~rD�5�y�E��:','��蛮����!Z|��L���x<A6�&��','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\0l\\�0�u��h��','wp-content/plugins/redirection/locale/redirection-de_DE_formal.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE_formal.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �=zq.�hP���E�','f	�z�(�f���(�+�WB%��G�V�1�:d=','',0,'?'),('\0mA}=��I#���o�','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�B�9����Ǭ�','Γ�&[��f��&�\'��8���I,�A��','',0,'?'),('\0�����Λ��~M|I��','wp-content/plugins/elementor/assets/js/a8a0fe627bbf37d6fb0e.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/a8a0fe627bbf37d6fb0e.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϭ�T�Xh��wKΉF','[$3���FZA����	3����ypK��D�','',0,'?'),('\0�T�\r�~m��)7Kǡ','wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�*���E���\\�','��;��<f}:{��E���]萭o�Pvs�H','',0,'?'),('\0��2��� �Ky�v�','wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[Q�v^�f���¾','�Yj���x���J��oq��!��bNgk�Y@�','',0,'?'),('\0���;f��Q�=*Ǖ�','wp-includes/js/wp-emoji.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����׶H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('\0��%ΥJ-�p��','wp-content/plugins/wordpress-seo/inc/class-rewrite.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P9����y:)ck�uG�','�i�9�3H��d��~�|\'�\\*}�9�s�k�n','',0,'?'),('\0��6��e@V��pI�D','wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d;G�g����`','t%T�KC���y�%ejN��t��Ok���ԒF�','',0,'?'),('\0���\r?Y�n�pt�p?','wp-content/plugins/elementor/assets/js/progress.76cabc81514569f4de82.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/progress.76cabc81514569f4de82.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"`�!��4GG��','e�%�Iֱ�x�+/~�6��9y��\\6�<�!�','',0,'?'),('\0��%Ԗ|!@)�<��0','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�:#�\0Tpn��`��	','5I4)��\Z+�\\HmM�cJ(�C�p��E7���','',0,'?'),('\0�9�k5&�ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��43k�&t�8�p��','�j��+��JL¦�{����׹\Z��I]�ً�=�','',0,'?'),('\0�G���As�7.��.�V','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�}Oq�εRו�','�k�r\n����#O�2�Y6�e�`�f�^A}�Ǽ�tT','',0,'?'),('\0�-���K3@�8�R.','wp-content/plugins/wordpress-seo/css/dist/adminbar-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��Հg8�\'4�0�','G�^��~ߋ�H�C�r&gۡ_���','',0,'?'),('\0�Q8�<���}#���\Z','wp-content/plugins/wp-cerber/assets/flags/vg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�=��j�u��x�:','�����M�\0�w��v���~|�ÖFd.�ݚa�','',0,'?'),('\0���F��~?�	�','wp-content/plugins/elementor/assets/shapes/mountains.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Pq%�@��u��\"O��','�����}Îׯ��<pݭ���#�X','',0,'?'),('\0�|9��u�e���@��','wp-admin/includes/image.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��5��\Z�@2_Z��','4��9?���#b5�t�D�\'4Q4�U��[c','',0,'?'),('\0�D�`�8R��ɲ%��','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sDs�՟rS�Q@0+�','��;��F�*3d��\\�أ�.� i;����','',0,'?'),('\0�K�%�5,�$ˣ','wp-includes/blocks/video/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�R���~��H�{vm','&�ƅI�{���aw����[���\"m���_','',0,'?'),('\0�����,�_K�','wp-content/plugins/wp-cerber/assets/flags/ht.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ht.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kRk\n,�\'�Say`','\Z|��%-#��-���X�[�q$XGWdW��\0�8','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','Q�9!Oi��Pϫ{','˿�K3A�o�\r���w�v����Ǥ��-%','',0,'?'),('\0�v����ئ���ݞ','wp-includes/blocks/post-template/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�@m�̕WA�U��7','|N��֊y�޼������$�Y���k�D`Vy','',0,'?'),('\0�+I�`8����R��','wp-content/plugins/wpforms-lite/assets/css/challenge.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/challenge.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|*֚Wթ�S��N��','-;l�!�|\\�iѕRrt�I�p�r����','',0,'?'),('\0���m³��B�S','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','sٹ��x3�8C�f�5�c','���L$�k���㈼����O!F��h[�Śڟ','',0,'?'),('\0���U��t��P�Px','wp-content/plugins/updraftplus/includes/class-search-replace.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-search-replace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0J�TW�V\n�Ļ��v�','$�0S�	�c�C�־��l��j\Z栳�','',0,'?'),('\0��$�X��G-�tUƹ','wp-includes/blocks/navigation-link/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,t��P)x禴(�','6&D�~�<&%���zU��B�s$H�[��?\n�e�','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܨlm,���&`Md',' ��U��y@��t��4�b��c���4\0��:','',0,'?'),('\0�����/��9�Y=�y','wp-content/plugins/elementor/modules/favorites/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�Vz�%����Q(���','_�7����7m72���=�811h��b��u','',0,'?'),('\0�76����ڙ���h','wp-content/plugins/elementor/core/common/modules/connect/apps/library.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��Wxn������jA','�U���9o�E��Y�wF<��UŒ�����','',0,'?'),('\rx+�U��ڜ���','wp-includes/css/dist/list-reusable-blocks/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bi�ݴ�)[_��@','P-w��It������~ߢg��m�&�;�#~','',0,'?'),('@���)�����z���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�%5v�F��\0*','��У!Va��t�� �1�j[�x�\\sB�w','',0,'?'),('\rq�w�Aț','wp-content/plugins/elementor/includes/elements/repeater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Rܜ�\r�PaW2�A','P�GTk�j���j�{�7�*�<�X��Eܐ�','',0,'?'),('a#%�-���2cؓ','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\&T���+�K�','j��\\3���3IU��޾8��eP\nJ-j\']lv','',0,'?'),('/>����(��3�','wp-includes/blocks/verse/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('K�9]- 4���@','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�jo>�4ߟR�%��','uG��7O�zbEG2�г��\n�����oó','',0,'?'),('\'}�q�n�J�\rk]�V','wp-content/plugins/ninja-tables/includes/libs/csv/src/AbstractCsv.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/AbstractCsv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˾�o�����I��(','���my.T�kj��*i�m}cU+i��]�/�u1=','',0,'?'),('C��(�LC*R΍��\0','wp-content/plugins/wordfence/lib/wfCurlInterceptor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FHim��{X{bȤ��L','\\�O��q��L{��3��<���K�9��\n��=','',0,'?'),('Fm&g�\r�[�X���_','wp-content/plugins/elementor/core/dynamic-tags/base-tag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�h�	1�V�&=�','0�p{�\\9Ϯz�&*g9҉���7��rʝׇ���','',0,'?'),('H��L�<�Կ��9','wp-content/plugins/elementor/core/base/background-process/wp-async-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�əH�j\n�˱P��','���G�2O�z����2��d\r���U��[$','',0,'?'),('J@�p�[+;����','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(�I������Y','�5��⣏#\ZDʠL�M7����P�i�&��(','',0,'?'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('R<���$����qͺ','wp-content/plugins/burger-companion/inc/decorme/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�|n����Yzxpsfj','� ����-����*2C�`�뉺cy�M��z��','',0,'?'),('T�\r�4�}�^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a-}���0Lm�	5Bt�','7��d�T�L�-�{�γ�-��Iz�\\~q�','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\h����\'\n䷺',' �7��RG�$/����-i��Nm(�W�;̅','',0,'?'),('n�g�,�!�����cO','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��YN�����l�W�b�k','�	C\"d�ɏ�Z��)D[�^Bz�V�/��;*w�<','',0,'?'),('v\"%�V�Ik�}�I','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���|���X�kR{5P','�:�w��|��e�V&4�Q�5t�h����4','',0,'?'),('x!2(�Lt+n���','wp-content/plugins/wordpress-seo/css/dist/edit-page-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-ah���-����','���\"�n&�C�Gp-� ����0̜�4YC�k','',0,'?'),('}K&�(t�-0W�Of�e','wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�q���]��C(S��~','wp-content/plugins/elementor/core/debug/classes/inspection-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����������L��','ҳ�r&�%�i�j$g�\r���.��%L�����>��','',0,'?'),('�6���ꡑB$��\n','wp-content/themes/sydney/theme-dashboard/images/pattern-2@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/pattern-2@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�H�ź]�����','_DM*�։��iqU�gxE؅x�Lb�P�Q�[#','',0,'?'),('�U��ns�/\r�@B��g','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S~el�х�Θ�z�KPz','��N9-��$A�g��is�.��ťۈ0ľ�c','',0,'?'),('��,]�H�4��1','wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IҊx�=�\\���k�p','�h�\'� �v�fGE�\"*���,����	 |�','',0,'?'),('�T�h���zP��r�','wp-admin/widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���*N��p=���2�','|��\n�2��U�)j+���oL�	�)���o�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E0��M���qbb#','ѽ��]w�uyGB�Q�8�����U��Y�L���','',0,'?'),('���b!}n�����І','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xŒ�[��x��WDgT','���˙Aަ\n���߿5�~=im!yTe���','',0,'?'),('�u�9���5�EzV9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(I�\'\\�bn�@���S','���@�M[�{p���w2��{���؈�\n��','',0,'?'),('�ƍ+܄�e�\r<R','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/learning-mode.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/learning-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\V�F�D�ج/�gմ,','�e1�d�����)�,&s�(��+WRFt�^e�bz','',0,'?'),('�QU�Wܕ����味','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��>��X��Q!V�','sX���_�լ(c�\0��B���ӄO�OU`R','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�UB��@�G�7�','��$�\0��_�{RB.�-���}$\"V����R','',0,'?'),('�~򩨖�K��]�^','wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vZ�n�@>�f�%m�>','#G���48$oH>�N�_�3�T{��XH��J�1}�+','',0,'?'),('���.�����\'�+\r','wp-content/plugins/burger-companion/inc/spintech/images/about/design-img.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/about/design-img.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i/����TG�&#N','44KM��6Sj3ߊ��k����c�;�aH\np\rp','',0,'?'),('�\'L����1ٞ6�','wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rJa~6c���Ǐ�','C|��x��ڇ����z꣟;|搳1��','',0,'?'),('�{�1�*hM3�����','wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ffl�F��!�6::�','\':̒H��9x!���7����o���WB�','',0,'?'),('ߙ�?�����uE8��','wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�sۜ�W�n3$','0c/ABo��딱a�^��%	��j9$_�^��','',0,'?'),('�`��=��6�d�','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����%�_����]��','\\Uĩ�ǿ�Rn`j�x$ihXy��]�E��&��','',0,'?'),('��E?tB9b��vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('닭�N��{=��;_�','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-\'\n�P�iw�?','���$-]�(nhzdDž3��pt���Xl�s�','',0,'?'),('���\Z\\��p�i��M','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����_c��_rhZ��','�Yފ3lT3��\n&���{YoF;kN���c','',0,'?'),('�Vte]�*ۏ`�y�','wp-content/plugins/ninja-tables/assets/fonts/element-icons.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/element-icons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��* �������z','j ��5Q���l�?�$��eYL�6\"B�-vd','',0,'?'),('�Ͻ�F�ٷI=[��s','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5J�����J�yN>�7�','�>���UЬF���Ш��Y�Y��a���i�','',0,'?'),('�W����(�5w7��\"','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�$�� �}�[����','S�]Ks�D��Àvi��I��t%�j�=��\'','',0,'?'),('�S���b�����','wp-content/plugins/ninja-tables/assets/fonts/element-icons.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/element-icons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\nv20��	�{�~','�KG�;�*aN�M ��-�K\ZǙ�k\\��do','',0,'?'),('��\\�|L�h�2�w�','wp-content/plugins/wordpress-seo/js/dist/externals/redux.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6\n\Z���i�=7�Kؒ','h����\0Et��ER��2����{�ל','',0,'?'),('<\0$�М?��-8U\0','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(&��a@D$Jyg��a�','����j:�=�m5.b̥��sy���m�C','',0,'?'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_y���vV\0�!�','���������j`���燾~�2G\\c��:��','',0,'?'),('�=��q�\rljA+','wp-admin/user/user-edit.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0�\n#���E����','X�x�no�{\0���\\��䞿��e[��jZN','',0,'?'),('\'�5�ur߲���m','wp-content/plugins/wp-cerber/cerber-whois.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�v�T��&�9�','�J\r��X�\r�8,��oH\Z+��e�e~�t�#�','',0,'?'),('*&5,qV׷0v�c','wp-includes/blocks/post-template/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��򢒾y�NSFu`�','~�-v6%i2���@���}��f\0�k�=','',0,'?'),('0���-�����>$U�','wp-content/plugins/elementor/includes/controls/select2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C3ש���c��p�0','.�->�P0z��9��H�\Z��%�Q	��K�(','',0,'?'),('7���2gs�_ụ$�','wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���a��lB�q�+j','AFY��k{\'l[�֖px�`zp\\���=t�','',0,'?'),(';f��\Z�=�sk�O','wp-content/plugins/wordpress-seo/js/dist/languages/fa.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uE�0�c��o�o=�P','rԫ)}�a�i��۷y���7�7��7_�.�','',0,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('<�38����ڰ �','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�tP�>Ra�S�@-','u{4���s��J����3�H��6ow�r','',0,'?'),('C-ڪnߤ��pmT�','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X}��N6�mŦ���b',']FYn8~��d}+!�#�4�����J��\0@)','',0,'?'),('F�ÿ�]Zـ�L��$L','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5��r\",�nй)E�','Ed#eQ�mY�u�����\"hP�*�~�O�1�j�','',0,'?'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��_]������j',',tS;�\"��V�Y)^b����OɄx,�-�8�A�','',0,'?'),('V���F|j/� c','wp-content/plugins/wordpress-seo/lib/migrations/migration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.0\'�vyȯ\nS-�?�','�.�ݴ�d<jLy�pw��ùRϳ2�(� X�\0�','',0,'?'),('Y���t�\Z�6A','wp-content/plugins/updraftplus/includes/google-extensions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/google-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O{k�%FE�n_��o�','����y>�\0ːRB9��_�\Z��o2&','',0,'?'),('Zϫ��∩��=��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-and-exit-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-and-exit-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':W���\00�@��ߎ���','r�-1SM\'�2�ѕ�E	�\'�ӳ�H�Pk䴿','',0,'?'),('[ޥ��.c8)�Wn#�','wp-content/plugins/elementor/includes/controls/groups/text-stroke.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/w��<�{����','��vl�h����8���7�/[a�P_�','',0,'?'),('c�g�9�Doݭk�M\r','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','32V͐P$S�|R��\r�','��k��^�C\\���G��|h=[7Gm���.���','',0,'?'),('f�O<\Z�u��(�?','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������|���r�]��','F�+mc�ʤ+���G�c ��[�{��	�&dzH','',0,'?'),('g��T\0W��9Jٽ�e','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�~�dž\n��-�`','�2��A�pr�A�$� {��s���_p�>��f','',0,'?'),('jY+���᪭�d~&�','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape17.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape17.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O=Zl��9�aU��','�Ssw�^1��.���f]�9�k�v�f��$��','',0,'?'),('l�q|�	b�(P���','wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\������ ��*��@i�','M�\"~mG�Q��W#=�k��jlq��5�n','',0,'?'),('o�m�.`���`SE�W','wp-content/plugins/really-simple-ssl/settings/src/Header.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.q	���#�C�c#n��','�\r/��������X��1�3n�O ���$��','',0,'?'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�����*x@��ד','h]��ŭG�B�4ר?,0y�_���l|','',0,'?'),('v(<JCb\\\nt)1���','wp-content/themes/astra/assets/css/unminified/main-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/main-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\rY�9�%��Y���','�\0\'�vE�<|u���ClQ��.d����','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+2��ai�5�R�-','���e�K��cn͆W�\nf�ڈ]����E0�j6','',0,'?'),('��eG3n˜Y/�v','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԧ -�!���j#N��','�c23E)��@.�4!Xp��%�+�7ϒ�0֔΂','',0,'?'),('��9����a�y��','wp-content/plugins/burger-companion/inc/setto/sections/section-below-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-below-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m7�Ď\"3v�U�,�','�4|�k�A�z��k��GC��U�<��omѲ���','',0,'?'),('�,\"\\$-h?��y@\\�','wp-content/plugins/updraftplus/central/modules/updates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%Ń�sҰ摳�-','�D�_-�~�G	�ɤr5�Y=����y��~i揦','',0,'?'),('��:�x�z0D��3�','wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�kN�Ḩ���$���','��V`�r���U��3�;�\"M tz��0���','',0,'?'),('�W-�	<������','wp-content/plugins/wordpress-seo/js/dist/languages/default.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/default.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M����?�0y�\nn�','��UML�=��ۯ��ǹ;��?��\ZM�?�','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('ҩ\Z����q�����(','wp-content/plugins/wordpress-seo/src/config/badge-group-names.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�Yg��ryGO\0Ȳ','�^uR[�%���� {��ރRq�s\"��(','',0,'?'),('��k)F���SfO�','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�XlO�\"\\Y','�e��� K�c!�3Ķe���L��J����eҘ','',0,'?'),('�V�I��0�p�&���','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u�	�|�$��=N','�L��O-~;��#�{uTF�Nue�3\"xw�K','',0,'?'),('��s3���Js�0�)','wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�G�%�&*f�0U:�','�	Do�N�F��g�);tT	I�.*��5�>','',0,'?'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Zbn1S7��\\�ὴ','wp-content/themes/sydney/js/so-legacy-main.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/so-legacy-main.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e\n�T8%� cS','��*w��\'�S׭�B���I�^�E�\Zb䕻��','',0,'?'),('�ss��Ң̌���#(','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r���!%�~�ܯ�','��`��+�a�WH;�}�Z+�\ZK�֕)��z�[\\','',0,'?'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('�%򩌧��;@0','wp-content/plugins/burger-companion/inc/appetizer/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('\0[��2�q|���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�X��D�Ĵu׷','�+�N� =��B`PT_*�˥�G&��ܼ�懠�j','',0,'?'),('�fNɕW~�EP�','wp-content/plugins/updraftplus/includes/class-commands.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4)jJ�UEV㕹t','�0�J����|0�C��p0�XVE�z�}�','',0,'?'),('!�[�ذ��\n�g\'','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xaU���\"��6�','�����sl0&��S8���;g\0�O)7XDž�k','',0,'?'),('�N�R���i�|C�W','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߝEC�M���I`�','�8r\ZB�x�on��ž)=٣c�R��','',0,'?'),('�im���\Zh<B�X','wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F=B��Is$�\'8�','B�]�q�\\��;$�vm���7�V˄{J19��B','',0,'?'),('(�9l1��5nq���','wp-includes/blocks/button/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kJe9=���ҔJb��p','���ח�*�(�:e4_b�rA��f҃y����','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��}&�6	z�\"w]�','ҷ�^��B��x����@\n�N[���8,8���n�','',0,'?'),('(�dA�d�0Dylt��','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_useragent.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_useragent.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꒧��9wfrz*�u�','N�fwa��h�ۛ;|L.Z�tP��0�r�F','',0,'?'),('-�c��U�H;Ԓ��','wp-content/plugins/redirection/locale/redirection-es_MX.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|.�����i��ɏ+','�C���Jp����:���W��Z.�bPE;a','',0,'?'),('3x2�§��h�_','wp-includes/blocks/shortcode/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),(':�\'�J�?Y�>c�','wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�M��k����6Qd','��W�T��H\rvv�\\0�F\\����rm�\n�','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/}�\Z�_a��Ml���','P�,\ZM�A��qQmq;�-�H��q<APUNjP#','',0,'?'),('Ek�(u�!���QU^�','wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�r+�U��в�̋��','���a�\0�K����w6\'n�I�\".4����@�','',0,'?'),('H��n� O�i1�iu','wp-content/plugins/wpforms-lite/assets/js/text-limit.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/text-limit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Gԑ�#;���m','�T��H\rv�Q<\n���E�F�3�Nv,��M�U','',0,'?'),('PxF`��c�[��e7','wp-content/plugins/elementor/assets/shapes/book.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/book.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Utc׎f�:O9�~','Щ)���|X����I�s߄ZK�+�+ԔVi','',0,'?'),('`b�wh�v��@7��','wp-content/plugins/wp-cerber/assets/flags/fk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��J����r��C��',';\r�:$�<���t�o5�G�%�&s�Ίҕ','',0,'?'),('`�f�i�Ǘ~z\ZV�b#','wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�on�ʮ�*� ̳�m','U���ObG�o�\rk g9�o00�\'������','',0,'?'),('c&&��,iL�m���','wp-content/plugins/elementor/includes/maintenance-mode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�B��p&G����','?�t`��iI�|��J-�Ӹ��9s���i��','',0,'?'),('i�PÙ��ld\0��','wp-includes/css/jquery-ui-dialog.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('j@PrF���͊馕','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�<B>_�C#�','�s��jZ�\\N7`��a[�\0�MZI\\�ߵ�3\n@Ӟ-','',0,'?'),('k�4c����5<\"','wp-includes/js/dist/autop.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@O�_G�Я\Z\r]Z�H','��M,�j�a�q��\"�ys���W4�z֡���C?','',0,'?'),('t���߮�n�܃�\0#','wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-i��i�m(ݥ$Q�6','���\n��R\0~�G����X9R\nU[iWp���','',0,'?'),('vl�c�H�˾[/\0vK','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/DashboardPage.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/DashboardPage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lo���b��*�%%Ub','4�O5\'��V3(j�A���M�A�D�(��7pΊ','',0,'?'),('yʟ��U��Q�y-�','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J`d@t��*�V{�','�;[�uaM��\"qӝC5�����\rO#7H�+','',0,'?'),('}RR��^6�n,xŁ-I','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.5��}ֲ&6j(�~','~^��j�l������S︐�2�<8nnI�uz�','',0,'?'),('}���@$�B:�^��','wp-content/plugins/updraftplus/images/dropbox-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/dropbox-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zG��0�>o����','��,�\np\ZJVįs����EA� �����g�ƈ�','',0,'?'),('��Ń��Y�&�]��','wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�?x��۔k�^�JZ','<9���@b�|E��Cl3_#�K#�Nu�SF8','',0,'?'),('�\Z���2d��ۖ��F','wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_C������@<�6ҁ�','���=i♈Z�0\Z���Z���#!�.:~jF�','',0,'?'),('��n�\r�����i^','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"f׆ud�@���x�','�\\��^—Lt0i�hZ�����(�A��匵��f','',0,'?'),('�v��#F���ʶ�[','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NegationNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NegationNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(�F��QY��xPY','�e�5�a��,_�>�W���OQ���\"��\0\rE�','',0,'?'),('�S\r���؟�!K','wp-content/plugins/elementor/core/experiments/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Κ�-#Q���L5��','�>�`*�7w���Q��r�4>���RŇ��','',0,'?'),('�uAm����s�,)DEv','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bf�y����y�','�Q���YpC�=�3�;�u����N���K���oՄ','',0,'?'),('�I�hD͢�J�����','wp-content/plugins/litespeed-cache/lib/jsmin.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7-��*aK[�&�','Q��{K�ص�A������S�~Gᠲ�}!Ż','',0,'?'),('�zD2�}9�rA�1@��','wp-content/plugins/elementor/assets/css/admin-top-bar.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�/�E�\r;o���','���߾�\\�Ó!��(�X�z����:oI���','',0,'?'),('��3�FH����eQ�','wp-content/plugins/elementor/assets/css/frontend.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��*DQ��jQk�t','�=Y�@�	�G�L\Zi�;����S�K��w]\'	','',0,'?'),('ė�A�Xsq]��','wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z,Dg�D���\r�','�OO��欆^u�����DLC�:+����B','',0,'?'),('�\r�~��O���<h_','wp-content/themes/astra/inc/google-fonts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/google-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�S�/:�X��','a��%�I,�t�N;��æ�.*��7�Ԁ��','',0,'?'),('�#��2}�>&e��','wp-content/plugins/really-simple-ssl/settings/config/disable-fields-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/config/disable-fields-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�i~���j�2/]^','�o��l�)7_�^�#Nށ~��X�f�ņ�','',0,'?'),('�N�.�!A�2�5�L','wp-includes/block-supports/utils.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ʉ��唚�c�2�p',')ƪ��蔸kl��O��ހd���d`��\r�랡','',0,'?'),('�{��^���)�R�el3','wp-content/themes/astra/assets/css/unminified/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*��>���@A��','1嬐�b�M/Á�N6r�`��s�Ah�<�쪲oC','',0,'?'),('т�c�Y�=�c�^���','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','87�jsa&�-�Ԁ�','�2U��t��S-V՟���I�f��T�iTGDv','',0,'?'),('���L�5~���l�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~2�CLFrTV���3','�=5I��;��:��U�R�x��z��~�^�����','',0,'?'),('��o�����deZ','wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dY�����j��\Z�','o�pJ���tNj,A_��xa	���*��|��','',0,'?'),('�y��f� �`��<\'7�','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��Ce�\0���z','M̐�e��H��y,���eҜ��{����Ƽ	*�','',0,'?'),('�p�*1E\'�J��-S','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k������$�b\0�R','\\\n��d(��p�b#�\'&���4���|��>C','',0,'?'),('�x#��*W`P���D�','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�&��:^��!��y�','����y�ӑ4UVȡF>/��m��#�<{�r�','',0,'?'),('����6�\"�)-Ī�','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�����9|��d�\\,','����p�8�P!g��{Vm;��Z�P���}','',0,'?'),('��9���䷳\n���6�','wp-content/plugins/wordpress-seo/admin/pages/tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Q%K��K�a�I���9','0�-��R�?W����)��PGa[N��K��]C��','',0,'?'),('�ZD�Mo+ӺfT�','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[[�8{TɃ)a� ��','��r95�f��d���ҏA��\0�\'\\��;�\n�2','',0,'?'),('�>�B�\r#�b����','wp-content/plugins/redirection/locale/redirection-nl_NL_formal.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL_formal.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ܤu��|�׃^n*6','�ms�SpEu��%���럁��ie�_?g','',0,'?'),('!���@|�4��n���','wp-includes/class-http.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���WQK\r��t�ǝh<','a�j��EXO�tf}�;g$�خ��4�4��Ѵ���','',0,'?'),('#���$�P��i�\Z�','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�=P��L��s�','}C\\�� .*����kWn.�x���5�‰j','',0,'?'),('\'ڞ\0;��?�+VҪ�','wp-admin/network/edit.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('+�nxf[֚C�����','wp-content/plugins/burger-companion/inc/digipress/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@��8B\02˯�6�','TMK#�{5k{��.X/!��n��J��Dg','',0,'?'),('/ZB4�k;Mg��I','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/permissions-policy.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/permissions-policy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��Q��F���n&','��7�X<1A�QI=�H�����ѿ�~%Ԏ�','',0,'?'),(';pR9��+�qpծ','wp-admin/includes/options.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��;��\"�Ћ�','�YX��i4+�\r�A�S�F/\\R��~��_�','',0,'?'),('?��|꺯��~x����','wp-includes/blocks/query/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b��n`�^��%','���M�D_7[�$B�]�\Z�U�t�{9q� �t�','',0,'?'),('B�{�)�s��\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2O+z�p�㓗E�?��X','[�m_-�af�����\Z�\r�{)���<Q9P�7ͦ','',0,'?'),('F�FO�������','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{E9Ҿ��~���X','�,����C���>*�;��� �n�����5���','',0,'?'),('Gn�\Z;��>�*s�dt','wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¹��T[-�j�.Cb','GBҙ�\"(�A�\0p^�bʙ�</J�u�W�2F�','',0,'?'),('Y8u%�q�_�','wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˝c�E����Y{�P��\"','r�h�$�h\0�[lVwIkk��8S�N%Q�h��W�2','',0,'?'),('_���\0.�6�l�q�','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('`@�r\"�%΍>c@�','wp-content/themes/sydney/css/bootstrap/bootstrap.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ����t����F��','�]�lׇ�����7\\	.��Ѡ�-�$#�T���','',0,'?'),('j\n9��?KCgO�5��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	hI0�9�*w��Q','���퉝I�X�a[T�-��J�<6)����\'Qa�','',0,'?'),('q��4��0|]<���Yo','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_NullMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_NullMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���\r>�ԱI�Q�','��@�Y��.��>1��mvi����d	�@w�\"fp','',0,'?'),('u\0�e&��$��O�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f��~�C����W','�S_>[�g�9�TЊ���VPRr��r^\\r\"�*','',0,'?'),('w>�uU,���ݵE<b�','wp-content/plugins/wp-cerber/assets/flags/ch.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ch.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�E3�c�D��/ �C','�1�K:�O��1#p��?��G�r��蜸','',0,'?'),('x��m���\0�~���','wp-includes/customize/class-wp-customize-nav-menus-panel.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�K͞�u	Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('yiú\n�_Tz\\���l','wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\r��~4�4�<B�P�','�g1�meA���@�?u��v�6��ha���\0�','',0,'?'),('~)�zL�� T\0�','wp-content/plugins/redirection/matches/url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�(�(!������','��GICuǶ�N!V�-��I�u��\Z���u�','',0,'?'),('�܈�y��7@����\"','wp-includes/blocks/audio/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c	’��]CC_ͤZ','Ɗ�\r���ӭNM�:L��ʚk�2�}P���\Z�','',0,'?'),('�P%h~��g�\r	�','wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�gSOR�\ry-��','�K�C���6�#��3ur��Ť7�������|\'�','',0,'?'),('���\"F��r�F�9�','wp-content/plugins/litespeed-cache/src/utility.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/utility.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׷d�X��b�/��','�]��H����!�,x�*�$�Ο��o�F�d�','',0,'?'),('���\n�#�T��?׻��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php','/home/sleepingsolutions.co.uk/public_html/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','6���@E-��mdo','̉Y��j\'��i�)j|E�V����l�F\n�L�','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,���.�mi?�','�y���JQ�-U��]�Ը����Y�qJ����','',0,'?'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��H��pg� a','�r�}���4U�$H�WX��G�$	�l�F���','',0,'?'),('��2�~��+����','wp-content/themes/sydney/fonts/fontawesome-webfont.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('�58L(�9 �|�n\'','wp-includes/blocks/comments/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�ʍ 훮&�(a��','��{����uƭ��:�z�P	V�ɨ�z0q��','',0,'?'),('��w�2������\0�\\�','wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q#y�t������P�','�\n�\'}�e,6�d�����Ƴ��#F��e��k>�','',0,'?'),('ϚWqu_�8�~\r���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��K0R��%��0`�l','�u��tk���|48k��M�*���z9Z���I�','',0,'?'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���[��km�@!a��','CLټD	_���\Z�*�Oo+%x?�}i��+e�%��j','',0,'?'),('����t�	��� ','wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ᏒQ�쏚�䘧0','>�~~��e�Rh�2j��b�j\r�LI�ޭsT��','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��{��#��\\k�','P%|���J���q]09��1=��bH�c*��Z:@','',0,'?'),('��%O�����6O8�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9���CZ���g�','YRWe�u������������p�{³�R�>�','',0,'?'),('�e�1���^�۵EEH','wp-content/plugins/litespeed-cache/assets/img/iconlscwp.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/iconlscwp.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�!s%�@�L��\ZE�','�?��c/��y:���~�1���O���\"�-k','',0,'?'),('� �C�Y��.}�K','wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ER��zF:H\"�[','��S,6OM�E�g�,I��S̀<3j紭�<�Ы_','',0,'?'),('�t3�.��^\0���','wp-content/plugins/wordpress-seo/images/alert-error-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dyѵJ6�hh2=Yظx','�S6]+��u^L1n���<�7���/M�z��`�f','',0,'?'),('�4,�����Sϧ?�','wp-content/plugins/burger-companion/inc/appetizer/appetizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/appetizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��25爬&�u��\'��','�:��l�CT��,�<�T��M��;\n���','',0,'?'),('�U5g��Џ��`4','wp-content/plugins/burger-companion/inc/owlpress/images/team/team03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��\0^������u�r','2��[��:���<\r�q|8�EERN>�{�Q+','',0,'?'),('�\n�,y��Љ�ʸ�#','wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MBW�Ⱥ���&�+)1R','�Ϳ\"ϕ{=�� �B�v˧ae����ItUtr','',0,'?'),('\0�,�#�heLG�(}','wp-includes/blocks/query-pagination-numbers.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�g�\0�jDi�\Z','�~�x�X���%\"�>�\"ݡ����[','',0,'?'),('G��1��i�t�n� �','wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TG_��S��<&�^�','�܁�:¾����9$�7##���B��<�V','',0,'?'),('�]K�fl0q�$V|','wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ԏ��+�_p�y�S��','����up�u.�JBv�\0	9Ԟ���AX�g�{�','',0,'?'),('e����Jya˯�','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�N]�+:��','�Z���3�M5��N���$\nd�%�혁؟Rr�','',0,'?'),('li����8���!�','wp-content/plugins/wp-cerber/assets/flags/es.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/es.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nw�-�Z��)-Y��','N�1obͥ\rț.P�t��A�+H�Y�B(/\"','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),(')�B�2GB�/r.8U�','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`a�cM���','��qF:��STp\\]�DYp�_D\"+2�֥�','',0,'?'),('0��.��fu��1�K','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZGAJ:��8��)','�?/+B�:T<�[km���*����s�m�0','',0,'?'),('2W��x�	��$�����','wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������	\r��,','�|M+r���J��xKS}���^\\�֕n[L','',0,'?'),('3���X�G%<!>','wp-includes/blocks/pullquote/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�ڽ��u�g{�\Z','�SF�=���T�	��n	�M晷O&�Xpڔ','',0,'?'),('9*I���Cc����','wp-includes/blocks/post-excerpt/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӣ�����6��','L(�Ƅ�}�\03��t9v~<�{��~���y1','',0,'?'),(':���N��te!�cD�N','wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r˾q�ֳ@&)C-�U','Q.�2:��v�}��I0�t9<�1C����b��K','',0,'?'),('C6�l[E�ʙ�[ǁ','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a5dx��a���Ar','����c���j̀�i���D\rF�\'܈s��','',0,'?'),('N��-��g<�-w\ZEV','wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\ZwJ�뙧@E:/��','i�A��GƇ��/�18���V|Z�C�+<�','',0,'?'),('Z܃o����kP�4��X','wp-content/plugins/burger-companion/inc/storebiz/storebiz.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/storebiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȿ�[��߽qHu�','K�y��(P�~O�M�A�w�!�\"$','',0,'?'),('k(��d/��y�k)�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Mh\n�T���C�1�','�L� ��?_o��$!���P�\n���Wlj<�','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�仺ᧇ���~c�','$�\'@�οo�eА~S�1pt�y>Ի#&��V�','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('xv�[�]cEnp���)','wp-content/themes/sydney/images/header.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+l�%��\n6ڟ���','�+��`��x�̸���^c�t��\n��g����G','',0,'?'),('yvtT�P5-+`1��','wp-content/themes/twentytwentythree/templates/404.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/404.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��\"�ښ\'�&��..','�b�y&��>��#ᎀR����\Z�]j_','',0,'?'),('y�-�=��cW��','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]{]�QgD=O�O@P�	','��I?��_�M�ˌ�d�s��j�셰N���','',0,'?'),('�)���E��)�K�;','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0w\Z�\"�TVej�l','W#�}�Z�~4��NU�������W�2����3','',0,'?'),('�{p�����K{r�','wp-content/plugins/burger-companion/inc/owlpress/sections/section-features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Dc����z����hE�','^�ʚ/,��wS�$:�	e=�q6��\r�����','',0,'?'),('�K��5�$rE�p�','wp-content/plugins/elementor/includes/widgets/accordion.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����bp�-A���P','c���\0su�G�qr�3ش4��Mu���g�J','',0,'?'),('����ؾH3e���','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�\r��\\:l���(�','��Fr�m�D���f�hܠY>|3\'FN�\"DT&&3','',0,'?'),('��$�Ҕk/��Ƞ�','wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����z��;�����','���)�P.S��3\n��vv=�]\\oX^��s�','',0,'?'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�*\'����t���F','7	��y�񮌬��U{����ԟ��`��]m��','',0,'?'),('���[\02�ށʹ','wp-content/plugins/wp-cerber/assets/flags/ps.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ps.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o\\�7@�G�A�p','����<E�Fp�ό��Ʋ�.�>��y��','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i~�U:�Y0��?�','[�nc6d�X�w��R�D��uR�','',0,'?'),('���7ѐ���/p\0�з','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R	���w\Z����?�','�tE~�n�	J$Dq�Bž�k����\0��(롭�','',0,'?'),('��\n¢#�ȮU��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�Js?��K��','ޅ����AO���Vs�9|���n��yOt��','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��fԂۀ�:��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�Ia�\n؎����a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Р%98\0�s�C�|[%','wp-content/themes/sydney/inc/classes/class-sydney-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;~Yh%]ދ}�e\\','Ud����I�y�{L\\��h��_q��쾧�','',0,'?'),('�@n���H �Ag�','wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɠ)c5�4A�D��\0','��[���!�u�.ꗰ�~~���C���&;','',0,'?'),('�Y>�Ғ��5`���lP','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�䈧��Q�\r�','���Q�~���|�S�ٛ�2�S���	�ȑ���','',0,'?'),('�6o�>h���\"�9���','wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x^�x�D��.\Z�ː�','�_D�KS/B\Z��&q�Cv�D�iF<����','',0,'?'),('ܚ�!s��1���','wp-content/plugins/wordfence/css/dt_table.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/dt_table.1670945819.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,'?'),('�R�u�-��b�η','wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n8��:����J��','�X��ϭ��	�i�⻾Yä+=�<�x�u\0�','',0,'?'),('�4����\"^|����Y','wp-content/plugins/elementor/includes/controls/groups/flex-container.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�х3��%uD\0\\��','@_�\Z>ue���,�Y%��?�5E�p�Eq9���S','',0,'?'),('��O�X���\0�7��','wp-content/plugins/wordpress-seo/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P㶂���m)�ڃ,','5	�[Y�U���)���ʐ��[}=R!�/l�\rB','',0,'?'),('	UǞ_�R[k���','wp-content/plugins/elementor/assets/css/widget-text-editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�0�	����Fļ[�','�_�)�QU7�՝��x���[�.6xWyS�/��','',0,'?'),('	e�حV�M��y�','wp-includes/blocks/rss/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�}�H\rU��kL�ӝ�','}�iNk�uq�\0/&rTY��)�O�7�MD�E�d�ܿ','',0,'?'),('m�qPoD0�*��L','wp-content/plugins/wordfence/lib/wfRESTAPI.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��j� ��fI�S��','wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qw)�â��qwdv&G','���[ׇes��d���,��*�W\\����','',0,'?'),('\Zpe������5\'�<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�`q�D@��9�~','1�*z�+z���6���(�c�Vϙ���{Vշ','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�L���B��+�?�','�X����H�X��DWI�`�Q]Ǩ\"!�S�','',0,'?'),('&�p��k\'$@Ƨ�3','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ܤ�9yA���^�O','^�.OF��R��l���L�v.��H��H:}�','',0,'?'),('\'��N�8�_�\n�\"��h','wp-includes/blocks/comments-pagination-next.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�S�2��w�a','�:T؍d�(�B�JU��Y��g*���u�=�','',0,'?'),('(�J��qH���','wp-content/plugins/wp-cerber/assets/flags/pw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����)���|	�t�\\�','P�7\0|��^�B%H���S�ɳGGD]�%�hu��:','',0,'?'),('(H�N2m�`9uD��R','wp-content/themes/sydney/inc/integrations/learndash/customize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learndash/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B~��@����>�l','����$m��wテW,� y�ͮ��ԙ','',0,'?'),('(xB{D$a��3#��A','wp-content/plugins/wp-cerber/assets/flags/tv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���$�Vʲ��_','g��	;,>�r^��L*�,�t||�-����q','',0,'?'),(')k)�q��t++�-ԫ5','wp-content/plugins/redirection/locale/redirection-de_DE_formal.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE_formal.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�ۯ\r0*n�','�$�|��[�jૌbÜ��o�Sn���	','',0,'?'),('+c�g��4@�;:�l[','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��0�}����(�T�','z�6r>D���n�[XžQ���4�f�I>�ܵ�','',0,'?'),(',5�Xp�BFdc�j+�','wp-includes/js/dist/vendor/lodash.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��b�ތ1�zP�D.','�G`��%D��S�&���\0�v�p�ב��V��.','',0,'?'),('.�8� �\n\\�d��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Gs�=�[ h��','�Tc/Կ��ЍN��	t��O�u��bNy','',0,'?'),('3y�>�5H��ރ��7','wp-content/themes/sydney/wpml-config.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z\\M9�;�N\n��','7�\0.5��ѫe|��6��k�w��I�3��','',0,'?'),('7�c-���kЄ\"�`k','wp-includes/blocks/html/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zm���Ƿ!KF���','\n^/3�<S��wD�-�?q�R&�\"��s91oR}','',0,'?'),('8-���j/�XQ\\!�','wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JS��K�=�0�)Q��','���}�M�9�d�i0�C������\"��_','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�&�9��U�s�A','�?{�� A>��DB���X\"(7i��h(��xt','',0,'?'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2O�_�y�#��W�Z�','�a�Ç�z�K����7dn�Ŷfp&�X�r','',0,'?'),('^\'��6�ْ{Dw�Bz','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������k�t��','T���MF�����jE �������S�(�S�','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�\"�ufXf�ۏ�M','E���k%>�5@|8��S�	���&�s��^ϡ','',0,'?'),('n���=E�������F�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�K>��z�۽J��','UO�^J���K���Ɇ<2�����g������U','',0,'?'),('p�š���2�lɂ*','wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V:��ss���{!�U','��j����/0�a�!)H\0���$‛9�','',0,'?'),('z2��$����H��','wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�X�uh�L��','\"��F��d{VY����<���y��Z���z���','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�8�7����<��Ik','x�#t標&�p�Y:�A3x��\n��\\{�ΐB	�','',0,'?'),('�< =�q���K�iU','wp-content/plugins/redirection/locale/redirection.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�\"�Y�y��C�[�0\'','~��\'�exqĴ<<��߯��� �o��L','',0,'?'),('�,Z��x�(G���zH','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y2��cЏϻ��@Q','�h�G�Ԅ�|�~q��=l�1��`����','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ͷ��?/��k�Ys|','wp-content/plugins/litespeed-cache/src/str.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/str.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jސ���;6��T�}7-�','�A���<R۴N�}�9axn�4�Em�{�{��','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('�~�zk\'�r;�l��','wp-content/plugins/wordpress-seo/lib/migrations/adapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�dT$;�F4?p1��','��W�p�S�z�H7�9&E�(fG��y��Ѣx�','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K`�e^�hd[_H�Ƥ','�\r-����m�M0i��\r�xގ�#U�=�{�','',0,'?'),('����%����2�j�','wp-content/plugins/litespeed-cache/src/data_structure/url.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/url.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�=���5�u-���&��','V@�OU�#Ϸ���S������_�/D��(���','',0,'?'),('��H0o>�4�C^�N�','wp-content/plugins/elementor/includes/widgets/sidebar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`ӵ�;d�{Hœ�J','�\0y�k5�1�Õ5�0� ͻ�/tI�$S��','',0,'?'),('�\r5 -|�˃�I\Z','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�?좑�.\'\0C�','Y9�ƣ�����Y��l-[	�\Z����/','',0,'?'),('�r��\0Q@�sή','wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƿ��=X�\r���','�O�a�\rE3]!�����p��wZ%@@9�#','',0,'?'),('��g?�?��a\\�-��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\rp���=�þk�\n',' �+��Y|v�s�sx���e\\� z�K�fI�&','',0,'?'),('���[,\0#��?','wp-content/themes/astra/inc/assets/js/ast-parse-svg.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/ast-parse-svg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"�W�7�24��','o460r�Q~6A�%�/��h��pKlf5.g&L��','',0,'?'),('�LCr���M[_C','wp-content/plugins/elementor/assets/css/editor-preview-legacy.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�V7m_��s�H�','���E��}hۥ����4;ua,@��1s*�','',0,'?'),('��\0F[bލ\Zp�j$','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/black_friday.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/black_friday.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�W4�pH�\0�V����','�X���C�Y}�6e�T�3���\"\'*+~�/D','',0,'?'),('���e����RWUʖhr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�R�);\Z�`�زy�8','=�˨៪<�RE\'<,�2Y���>Q�l?�o���','',0,'?'),('��i)33ܥ��s�*','wp-admin/includes/class-wp-ms-users-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\r<�:ފ`ӈ�r\"�J','|�o���C��/y�w2jzIӭ�J1IJ�S','',0,'?'),('��Fv����ZA�!�j','wp-content/plugins/ninja-tables/includes/NinjaTablesActivator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesActivator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)4�!��;K','�i��Iх=������te�!�UcW�6�[�Lg','',0,'?'),('�|19�u���ͬ','wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\@�\03Vp���','�K>a��������\r!7@�\02�gʪ�/�','',0,'?'),('yS�Ct����I���S','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape9.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape9.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w]ONB��]x�\0Mpe�','�++=A~{�i�/��T�zf�/*!.��%ye','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php','/home/sleepingsolutions.co.uk/public_html/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','����}������4	�','�!t�\"�Z{,��;��$�ſ&j��d�D]{.�','',0,'?'),('�ް8Bᙈ3�t)I','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S&ݱ\'���\\GA	pk�','�[�,;�{ܯ4n�>%�� h񍅂��֪;�y�','',0,'?'),('!u��u\'i�؞;��L�','wp-content/plugins/ninja-tables/languages/ninja-tables-es.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-es.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�j�7}	�N���','K����<bR��&V�, )�\"n�x���T@�8','',0,'?'),('%*��Md=�6��EOL','wp-content/plugins/burger-companion/inc/seokart/images/team-bg.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)4�E<<P	�;˹\0@','k�#��SC\rV����:RL.���(xvtv�š�','',0,'?'),('/�\\\"}S=K:��D�T+','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/CombinedSelectorNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/CombinedSelectorNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��l:��u�\Z-���','�I.őUs���oն};Y��Kq�;�>��\"','',0,'?'),('8���G�Ȅr���','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iד��ľO:��','?R��PvhsSe>��qV��Ek\r���l	�쐪��','',0,'?'),('@uX�\n���\"��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7��(�]/�I3��\"','��x��ϯem�D|A+�?���f7�r[���ؾ.','',0,'?'),('M#|(R����;��','wp-content/plugins/updraftplus/images/rackspacecloud-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/rackspacecloud-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�7���[ �]���','xDp��֐��a\'�BjE����Sm�|�','',0,'?'),('Z�1��4�ʃ�e�*','wp-content/plugins/wp-cerber/assets/flags/ga.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ga.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}\Z�l�%�{bT��','��-�fCq����9���Z�z�u\n����]�','',0,'?'),('\\Sl�}\niF���T�1�','wp-content/plugins/wpforms-lite/assets/images/about/team.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/team.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��^Q�DM�Ns>s�\Z�','��&�n0����`=�#�)͘�3l��t�)f��|','',0,'?'),('g�1(3����ԩ\n�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cleanup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cleanup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|����A\"\"��#h',' um��\Z�nئ�6r�x�c�)��-��(��Ad�','',0,'?'),('o���	l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('u�\r:��?��!�\Z�','wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��z��t�#2��','!)a!�n��X�&�mB2�;����!j','',0,'?'),('|�h����A�u\\�E','wp-content/plugins/really-simple-ssl/assets/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('��A������]ט','wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����5�Mx�:�xpJ','��vG��jX�Yxt9I;���-p�}�y�','',0,'?'),('��i�\'}\r���`~4','wp-content/plugins/updraftplus/images/notices/spring.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/spring.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�#�ZxF��e^�','�h�%?�����d��d�;\"�^���5�����','',0,'?'),('�S�OvZ*0�yD�','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��C��$�<&���',' �w�:����]��{�9�n\\&�dVW','',0,'?'),('�o%�@g)��`��M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<8�l��%W9���O��','�Ro�:�mQ:P������S6�лwy[�','',0,'?'),('��I2�e��灨?D�	','wp-content/plugins/elementor/core/settings/page/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/page/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SEц�\r3�C�b��0�','�=�$2�;w\\�L��ow\"�^��2\Z��G��','',0,'?'),('�f���],VDv���','wp-content/plugins/elementor/core/editor/notice-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qV�$��92��\r)��','�曄�ӽa����z�#��Yl��o����','',0,'?'),('����_D\n�Ϊ[Rwo','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�� ���GG�吖G','Xi�Dk<;���\n��i�,�H\\��\r�:�29��x','',0,'?'),('�Lýf���8=�f�B{','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:Pg�ZN��}�K��','z�Q��r�s�Y�Vj���W���Cy�#S�:�h','',0,'?'),('�\0JG��I9�~Y/? �','wp-content/themes/sydney/images/customizer/ac4.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hGB�����׍mq','�ψ@���B)w��p\'ɂf�\\A��ό�Oi$','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��YJ��Jk���','��\Z=�DBא��	%%A?O�w��*/�~u','',0,'?'),('�a9=��R�t��','wp-content/themes/sydney/page-templates/page_front-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/page-templates/page_front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4\"ݕ�W_�L6n\Z߀�','@G��T�u����ș��u�\"�Pb�\'����{C','',0,'?'),('��b���~�E?l�','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7VJd7\\s/x�0ĄZ~�','��{ŷ��^�۾����_�	�c��6D�$���','',0,'?'),('���#����	>�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�1�d�eP��N��','wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�iWT�`�#1i^','3�&�f|L����J���9������ܿ�\n','',0,'?'),('ăf����HH���','wp-includes/blocks/navigation/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z![�{��0b\'3�','�J\Z��teW&\n\0��\\.z�n9�xLfl�x7�Nk','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��׋@�/�a��','�W�I��`6�3�X�Ab�#;r��v���{Mp6','',0,'?'),('� ��O\n�|\"�~ϣ','wp-content/themes/sydney/woocommerce/cart/proceed-to-checkout-button.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/cart/proceed-to-checkout-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�Z�3��Y�0��`','��+��nί���OW��)5�\"D�/�.�\\��gP','',0,'?'),('�i�m4��,}j!��','wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�8&��s7��','oF�gX}QQ���ig�`��?V�lUr5d�','',0,'?'),('�&�	A�H��)�I&��','wp-includes/js/dist/vendor/moment.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nZ�x>���)#�2k2','R��dv�ϒ��eLk}q�E%��V���ѻ�W','',0,'?'),('�a&�_�	�\'/���\n','wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǩ�8�;p#����+h','L�o��q�����_~u+`ǒ�e\\��Y�M','',0,'?'),('�쓓��;U�jU��','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/info/ip-address-ip-range-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/info/ip-address-ip-range-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3��<:�*0�N�','Qs��B�,CL�ޟT�EJ�6F�3n���¼��','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�dCZ��̼��F�%','wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�:ך�x�6p�UR�w\r','�Z7�!Gn��V��@��xf�8\"�{�U�ί','',0,'?'),('���rk�up�,g9','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�V�h�\"�W�\0�c?','�n�J�){V�>!@_->x��’�<4v��)r8!','',0,'?'),('�f�ڔ�羉�','wp-content/plugins/burger-companion/inc/coziweb/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�NL����+Y2X�','�&�{m/��q[�uU/A�����)R?��7�`','',0,'?'),('\0��T\n��3m[��OnF','wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�+*�Ѣ�!F�EN.�','��� �̿\"ײ!���egW�;��d潏�I','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��3�+zV���}q','wp-content/plugins/ninja-tables/includes/NinjaTableClass.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTableClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XoRd���t�\0���q','E���4�äN=|�d��_���,S�?�X�','',0,'?'),('$z\n���]tb�@�','wp-content/plugins/burger-companion/inc/cozipress/images/services/img08.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img08.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('|P_��;�y�&I','wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�0��\"�B�\\^p.','�I��v�QR�ε�C�r�������v��','',0,'?'),(' �<ܗ8�N녔�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̽嶋+��\"^��m�','�0�ì.IJ�~3�}�K\n�e.��Bf�p\r','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��fZ�؍PIR&i��','�EQtY�=�j.#eW㈤A3QcP��T�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&|�ɦ���{��','�7�\r��O!6���k�-ڥ�v,�f;oJ[��','',0,'?'),('&�����c�;��)�','wp-content/plugins/wp-cerber/assets/flags/ni.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ni.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KM�.\nt�<\'���\'T','�k��	h���sR$Q�Q�\\\Z��q�','',0,'?'),(')»�F&�ڮ�h�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����{܇�AK&','���<t�0�ٸ�S}!/���\njʘ�k�DPB�','',0,'?'),('*#g_Y�K�,s���','wp-content/plugins/wpforms-lite/assets/images/step-2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G<S��	)��ӹ<','�u|����r�B�3���5r��Im��i�@@','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&~�.���@Y$','b�Y�u\"]���F��Oi�<�^&�!l*�~\0f�5','',0,'?'),(',H��K�]\'V��v','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�!ǥ�C썲����*','�u���.K{;��\Z�����8h�Tڄ�C�rq�','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G\"n�rPi�)߬�j','\r�FA�me�a	r��-�w�Y�E�u�����u','',0,'?'),('7:ҙ,+JKq�U�X ','wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u?�``�=��D_','��+�g�b��m�%�೶�]����.xm','',0,'?'),('8(�K�L._\'%���','wp-content/plugins/wordpress-seo/js/dist/languages/en.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��	�5Wr�c�-&1','@I��N�g,��A��g�[}��8t����','',0,'?'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��x�Ȓ�T��','�!���X*V\0�H�KL��R]�һ�[��}T}Q�','',0,'?'),('K��xP0&���O:p','wp-includes/blocks/archives/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv}��\')4~~�','Ƹ�C�YM����a.L���8�yQ�v�q�I�','',0,'?'),('M�Z�������_Ӻ�','wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݶ�y�	e��Rb�(',']���,�V��Af�㒥�����\r��yO4xV','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�:	��\r�j','����Z5L�ѾR��9���	`C���)�M','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �UwYI��I�}�','���ݠ\r��ڗU�D�PT���V+6��^:2!���','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W/���\\���nE7','��H@W͇�n\'�|Cu1�e�@�J�i|','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('n�͍0�3\'x�cj?','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Q-��b�','Sܰ�������x�v����J����T]','',0,'?'),('{�L�7��3TcNE','wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>���\0ȭ�TjF�','nՋ\0�K�U�][�U}�C�B����','',0,'?'),('��1A�� ff���\"','wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' e��^P�\'Oh���u3','�^���C~���n�p|^��h3պhW$�r','',0,'?'),('��R$60jw��Im��7','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���9<3(�g�','�T�x���-��P�o����A������','',0,'?'),('�u��ޑ�pk0a','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����-mb�ja','(�kɗ�Ɍ��0�\"�����v� e�]]k���','',0,'?'),('����57��D�;TkC','wp-includes/blocks/social-links/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\r8\Z��ȗ��E3e','����]Z���cJ�&;��˲q�r�P%��5�1e4','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	4m�Y�>�`��','�#�_�[Ѹ��@u�Ha�(+j>V\Z+�q[V','',0,'?'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��l�q�K��\0','���7犏�됟�,�����0�%�p��','',0,'?'),('��TJm�\n���€�','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������뢎�\0�\0%','Ƀ*ܠ�o-��%8EL\'���صT�������','',0,'?'),('�X�N	Z�2f�I','wp-content/plugins/wordpress-seo/js/dist/languages/sv.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\Z�H���q+ a>AS','T&T��S��7���a��1���\\S�tRWaϚ','',0,'?'),('��(q�v�,n�h[�','wp-content/plugins/wp-cerber/assets/flags/li.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/li.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pk<�H�c��g','y�Q�J}��� ���5���gRy���\\4�','',0,'?'),('�s��!]�gz��V','wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�p�oK�d<� ���$','�q8J�߀P���g�a�SM�=ͮ����%�\'T�','',0,'?'),('�: ���ʺH\n�!\r��','wp-content/plugins/elementor/assets/shapes/tilt.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�\nM��t�	�m�V ','�т��!��!�:b�$_��:�/�e�','',0,'?'),('�WҌo�k���:','wp-content/plugins/litespeed-cache/src/admin.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/admin.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�	Q_4ҹF�L��K','��h?���M��#�ܭuX�lY�Q*x}�M(�','',0,'?'),('� ��� �x@�','wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������*�','m�Nǘw����h���!l�\\�A��8�X��3T','',0,'?'),('� \\i����x��(0�','wp-includes/blocks/text-columns/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.%�Q��ʯv�v~\Z,','����}òӳ��lV�_���� g�$q#3	�ǹ��','',0,'?'),('�F�}��1���','wp-content/plugins/wordpress-seo/admin/class-remote-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-remote-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�HX�67\"��S&','���d]\Z��+N���f�\\Bb�·(�9�Ү%\Z','',0,'?'),('�\0q�@�.��r�� ','wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K9���(�׃r��lT','v���֝xN�H]�e~)&�!,=�i^O${�>','',0,'?'),('�L7b�\'n�5d�4h','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��#ϰ�F=�t��','�Ky)QO�yغ�r%��Q�;�Ͷ7�f�J��CV','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�8����Ml��c�&�','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/class/customizer-repeater-control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/class/customizer-repeater-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x;B)noe����','d�\r	>�H�=k�ڒ2�l�Щ�;A�G�N�E','',0,'?'),('��.�dFY�Gʹ#M','wp-content/plugins/wordpress-seo/src/loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�3o���y�#��\n','+�NFe�y�X�C��Ҳ�_]���[Z�&~��','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L+��D��/n�cQr','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('�~!��y\"?�����','wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','蕑��$���I��','��Y�\r�m��v��RP�A��>�oJa^Gq��','',0,'?'),('��|ٻ\';l�͗��','wp-content/themes/twentytwentythree/templates/page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�s���1D	��\0','12��֠���\"]K����9�lψ#�N�:','',0,'?'),('�Vڠ�i)�PP��]<','wp-content/plugins/ninja-tables/includes/libs/csv/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��t.i=�VY]�ɐT','����9�P�v��X.�b�&��\Z�[&��C','',0,'?'),('	QW���~-�\0d�','wp-includes/class-phpass.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�8����ؾO','�5�{�dp#��d��3�x`�J4�j~p���','',0,'?'),('	��L=R��0��݃T','wp-content/plugins/elementor/assets/css/widget-counter.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-counter.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��sRք����=','���g�0��D�-D�Q�:$\n�{�[����f�\nJ','',0,'?'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('	t�DF�s�vK','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ëz)x������','�`���q�������[a�6?�=���/<Ь2�j','',0,'?'),('	$�ߓ����~w����','wp-content/themes/sydney/inc/notices/class-sydney-review.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/class-sydney-review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�3�},F�;N�SF',')G�w��0�P���ǂ-\\�މ����ˢ���}�','',0,'?'),('	(���;�;L|׽=��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nM��R\"J3\0','yZ_�v�R������ѹb��dhC����','',0,'?'),('	,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��\\�o������q��','G�/(q��\Z�\nP`p��\'-�\'��\"�Y#D','',0,'?'),('	-oؙ��#�/�I','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���s����^I?�','��0��,{A�!+c޵!8�?�(���e','',0,'?'),('	1�\Z]B���u���5�','wp-content/plugins/wordpress-seo/src/routes/importing-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/importing-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�`�)�H�}����','��g���	�!m���61Y���1:<<��','',0,'?'),('	2�p�<(X�\"�ݵ�','wp-includes/blocks/audio/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���W���4�5�Zy�','>xj$a�|���R��\\:��0�ɬ��3�O[B','',0,'?'),('	3xs��>���d�n��','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I@D��ҝ����ϑ�=\r','PP�u�ޟe��>u��Pn�W3a�T*�^^�9','',0,'?'),('	7�������f	`','wp-content/plugins/wordfence/images/sort_both.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m	�8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),('	9��BWGK-�R�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�iw��K�2/\Z]','_ƫ�U����h?jl.���3�v�a��\'��b','',0,'?'),('	J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V:�L��a��MI�','��:��j�PPM\r�����8��demQ��I���c','',0,'?'),('	M��W��	�C�s�1','wp-content/themes/sydney/images/customizer/ac3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kw�I\Z�:Iw��5N�','�������-7: ��B�-p��qA|���V$','',0,'?'),('	P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('	X�t\\4vNI5��j��','wp-admin/async-upload.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q5K�e�Ź\\T#r�\0','ҍ���٢����ޞ+n��\0�o5Ox+r���d�','',0,'?'),('	^�[Ghh����}>�','wp-content/themes/sydney/fonts/fontawesome-webfont.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�mur��I1��G�','Lr7D@y���ɂ]NK�(��ti�G9����Tm=','',0,'?'),('	b{��=��(JE�ɕ','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_UpgradePhpMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_UpgradePhpMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r(S�yVq��Yk','~��IA�%͈��-q�Y��91XZK���)4�','',0,'?'),('	t]�9��\'�����','wp-includes/blocks/nextpage/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+���v?����i6','w9>w�B���Wv���،Q�_��®�\n','',0,'?'),('	v�C7\'3��f�EB�','wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�@=[�S�Z����;','V��6y��3�\\=	�6�X�KݰW���6�KR','',0,'?'),('	v�g��_\r�����z�','wp-includes/blocks/comments-pagination/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e������)FyD�','��*�\"�����eF1���x�j�����t�G��','',0,'?'),('	|�����A���ܮ�.�','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.h�a�baO\Z��p�','��am.I�\Z3Ц4J��b�ϟ�yEMV��\rL','',0,'?'),('	���RL��6�L�n�','wp-content/plugins/redirection/locale/redirection-fr_FR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ŀ��f��i.swlv','{�?�ގ��\'Vn�)r�ɹؕ�\0T Ł�v','',0,'?'),('	�h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��πZ ���','c%��;����`�|������fs�+���g�','',0,'?'),('	�j��rGSg�����s','wp-content/plugins/elementor/assets/js/text-editor.26e9c597fc0c1765a519.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-editor.26e9c597fc0c1765a519.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�8��`zT������','\'�����o�{���H}:P%ō���H�\'1F7�','',0,'?'),('	�-�>a��t��\'','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	;��u�0���','������`ښ6~���GL�<�7�?��,8�','',0,'?'),('	��;�6]Z�I��ab�','wp-content/plugins/elementor/includes/managers/image.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��gwHU�	v C%hS','��z��N��[nv�hX��1Hn�?�|����T','',0,'?'),('	�.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��2ɑI�W�v�MZ','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('	��\r�Yk�cJ[��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��/\'	�t���-�','G#(��w�K��&;�/C�1�p��\0κ?�S�','',0,'?'),('	��.���2�K��\r�_�','wp-content/themes/sydney/inc/integrations/learndash/class-sydney-learndash.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learndash/class-sydney-learndash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���W\\�f	���','a>썴�B���-K��n����X��\ne���}�','',0,'?'),('	�v���5��ߙ�t','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0����o�֬ļq*','����P6�L*�\n_�.��7.�ۤ������\0��','',0,'?'),('	�U�X��i�\0�cA','wp-content/themes/sydney/inc/editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^&Z�K�`Yn�','o8b��RY{�_V�j_ \"�Gt�b���B� \Z','',0,'?'),('	�\r��U�7�5/�0','wp-content/plugins/really-simple-ssl/security/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i������v�D','�ug�Lb�s�B�/�i�|j��ڌ��e�B�','',0,'?'),('	Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��hԛ�[+�;','šo�oe�Dg\0��L��<�W�ܨ�XT�\"���','',0,'?'),('	�9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('	� k)�c����\\o','wp-content/themes/sydney/images/customizer/pc2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pc2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��uɞ���?/^�v݃','�۸-�ө�ŵ��]+`\r9+��(�kWN)��?','',0,'?'),('	��Ih�B�pO','wp-includes/blocks/heading/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WK5���G�Œj��',':��L�7����4�L0��s�#�G�\n�h�','',0,'?'),('	����09��-b��ͩW','wp-admin/network/users.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�G�\'\Z��y7��}��','Ѩ��s�]�e|T��xg�G#m�<��]��','',0,'?'),('	�/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U櫹u��B@�K^A�','�d����G��\"�\"l���2T��oy\0BE�','',0,'?'),('	��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��1z؛d��L','�8�x��\Z݁�[D����A��W/O�wĪ�','',0,'?'),('	�.of��|OvϜ��Z','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/Gruntfile.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/Gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','97͸ o\0�6W���)��','���l�~U�+</5��Ut�!�8(����Y1','',0,'?'),('	�˦�3�;���e\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�1��M	g�Վ\r','<H��pK�Ѥ�F\r����V��:�K\Z���3','',0,'?'),('	�/���Ot����b�','wp-content/themes/sydney/images/customizer/fl2 - Copy.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl2 - Copy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?w̯b�;,�YKt�','�g�E�=�������ָ��S\Z)����#��)@','',0,'?'),('	�c-^q͗�j� o�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��7`�cZ���','ti�����˜n �O/�\"\0kߓ�A/��.��','',0,'?'),('\n�	6��4R�9���','wp-includes/blocks/social-links/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7cF��@۵�S5�X�','���vqamՠ��vKa�V�ټ�Y�PŠ�Dˤ','',0,'?'),('\n >6w�6�6��2s','wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\0U���O�SDn+','��qVč���&ޕ�u�NF9�O.�6�t�ߪ','',0,'?'),('\n\"�\'�࡛���ܹ�','wp-includes/blocks/blocks-json.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/blocks-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[���H1P	�Z��}','�8i>�*�`�V��I!Գ]�?��\\�\"���Jc','',0,'?'),('\n\'���\Z�+�ُ��','wp-content/plugins/burger-companion/inc/storebiz/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jq�G@��|����','f9i_�m�S\Z:�}f�8y1Q@�_æ��q�V�','',0,'?'),('\n4�Ei�iPn���','wp-content/plugins/elementor/assets/js/alert.fab41b1ce9a2329c8779.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/alert.fab41b1ce9a2329c8779.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\1DČ�>���`�=�','V��w�:��o�tK�03C��8�{����Z�','',0,'?'),('\n8,��OH*y�%K�(G','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8!\" � �f�','��	R����\n��U��j�X��|3PlQ�c�','',0,'?'),('\n<y �n�mt���E=�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�;��瘄��G�','�\0�7�%z�����I{�`L(r��{�V�v�','',0,'?'),('\nD6��C�˦a6��x�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qp�&�����B�Т','MŖ�7��8Gfו�fD�9��)�붽f�','',0,'?'),('\nR{��z,� b�Q�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�k)\0y��%�QО','�@�?�;������\n�jh�i/(M��9ie�Q�','',0,'?'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\n_���Zjݮ���fL�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[&ĩ���%,ڥ�x','\n�\\)�g��Il�ӫ���_��,a*`-�r+�I','',0,'?'),('\nc��n$8:��n#j.�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��B�.�Q��oWkG_','&殪��T>I���e�cu?~:�%�%:��h\Z�','',0,'?'),('\nf���Y��4&�L�','wp-admin/images/se.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\ngt	{\",\n�K\'�`!�','wp-content/themes/astra/assets/svg/svgs.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/svg/svgs.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��k9oB�TS��R�','Aa��v�u�?�ʫ�/���[P�$�Ϙ�','',0,'?'),('\np�ZaN�{�p�Q�7','wp-content/themes/sydney/inc/customizer/controls/typography/google-fonts-alphabetical.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/google-fonts-alphabetical.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P��p���S','5d�����P�k3�\n\'�Lq���`z�A��5;','',0,'?'),('\nw�c1���D�\"�AN','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�h���i�ٚ��','\'^�N����_#C7�=G!�!�7zԀe$�M}_','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�T������$�5`�','7{���v�>���R�;‚�^�����4Q�eu','',0,'?'),('\n{X%N8Ÿw�2?M4C�','wp-includes/css/dist/format-library/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׎�DŽ���(��(i1�','QW��,V\\v.	>�ǖ�����^M���K�','',0,'?'),('\n}��\'٩B�3�9�:�','wp-includes/blocks/table/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�ek����J\'=','�Y�%+\'u����4z���5%<\Z������','',0,'?'),('\n�ؾ��m,A�>��bG','wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�e]|��y�d�','��u�z{jë|_O\r�G�w\"\r�\0�8��5L','',0,'?'),('\n�&�VF9��w�7��J`','wp-content/plugins/really-simple-ssl/settings/src/utils/Hyperlink.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/Hyperlink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��]��F>�����o:�',',�&��&P?�@�Oq˷�|=�\'+�Ag� �','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*|<3�rHs�6�G��','��{!џ�a��mT�>T��l�A��R9]�O\Z','',0,'?'),('\n��\'�G�~R*��dj�','wp-content/plugins/redirection/models/action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0kӂY�','I�\01���씟��>7t�)\"�\rϰ�w��K','',0,'?'),('\n��\noʙnQ\0��4�O','wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nZ���ɞ�:ng��','�t���į��$&�~�fϳ$��p��?�Y�v�','',0,'?'),('\n��B�/��ޕ6h9g','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iՍf��lFb�\Z��','C��S3n��w_��#m٠!!R�_�����2','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+�5?ӗ�	:8��',';Y��-Y��7�0o�)D2r��Lj�����#p��','',0,'?'),('\n�����#���x|]','wp-includes/blocks/site-tagline/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ�	�ؿߥ��~��E��k��,f����f�R','',0,'?'),('\n��ٵ��5,�*k4�','wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dz��͈Q,�ukg�','?g�}A�3�_n\"��`\nyB#������+�,���','',0,'?'),('\n�e�>�t@.�S�I ','wp-content/plugins/wpforms-lite/templates/admin/notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{B�Z>�#��','I�H��[��u�����*Jfx���gѩcM�%t�','',0,'?'),('\n��g����B�&�N','wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�뚍�vn���*�`','�=�+Wl���]�_UӢ���kL�H$�%ʚ','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	|ȝ��.�(�2','������:|U�%}�[�A�bt���|ċ������','',0,'?'),('\n���Q��wЗƼ��','wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%,�Եk\Zh/���)','m���SHS-�!�:?����-�z@Vd]W9ih��','',0,'?'),('\n�^���Mo$�Ӡߡ\'/','wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\��\"{��G8�','�E�-���E$�*���-�!��h��5�h)�','',0,'?'),('\n��ذ�ܞ��YB�j','wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)`I䌕�Cj�z��','Tu6�w�7k�&�.�\r�Q��O�E[��dWE�','',0,'?'),('\n�{��p�BROϛ�','wp-content/plugins/burger-companion/inc/decorme/sections/section-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؙX\"���`����#','Ѧ�/�#\"�]��?S[i��uY��F��C�s','',0,'?'),('\n��i(b�QW��rG�e','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e%7W㸞��<6S���','4B0^qB�xz�g_�&�\r<h���*Le�q�','',0,'?'),('\n��4�)i��R��O�','wp-content/plugins/wp-cerber/assets/flags/ms.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wk��O�� �Yc�','�s;����ℕ�	���(�_�3t�ą�\0@�E�','',0,'?'),('\n����M?؎E�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','al�Z��F-E�zK9I',' Ź�i/��x�MK4��//;+c8}+k�l�','',0,'?'),('\n�c�Ʃ��a�rGy��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ʵt��\"8�`B=X0=','�]%��a\\qx�>\nkv����6��`z�)���','',0,'?'),('\n��n	6�OZ6T�C���','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ك0��B0?!(b','�1�1%�y��$�GGJ��N�|>�Oڔ5�vHQ','',0,'?'),('\n�h=O���-I��\\��=','wp-content/themes/astra/inc/core/class-astra-icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ŗ�3�4#p�����\'',' �\n>��iMQ�Ժ�q�A�aц~�����I�','',0,'?'),('\n�!^�划����T\n�','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss','/home/sleepingsolutions.co.uk/public_html/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�����̩�wΠ��|','wp-content/themes/sydney/inc/integrations/learnpress/learnpress.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/learnpress.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�o|\\���ޏ�\'N�','�೵�X�v/\0��i���y\"��s[��Z>	�','',0,'?'),('\n�	��_{�����','wp-includes/blocks/audio/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��o���b~��)8','v�{G�dT��*ȡ�����R[<�4C��','',0,'?'),('\n���\"��ٝꊪ(�','wp-content/plugins/elementor/assets/js/container.1defadbf74ae3af5a41b.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container.1defadbf74ae3af5a41b.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']+{�~�����j��[','��\"��D�t�;��ԇ�KN���(����λ\'','',0,'?'),('\n�`o ���ݘr��','wp-content/plugins/elementor/core/responsive/responsive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/responsive/responsive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�<�hC�.\r��','�oe��,�X���!���-����%�i�\\�','',0,'?'),('\n�pr끴*�{�s�ɐ;','wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`u�fG�/zP%��','r��S颴Ɇ�-H�\Z�h�g�Z��Ӻ��a�,','',0,'?'),('\n��h�c+�T%\0y[H','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#Lc��{	[%VYc','*Ƞ��v3�?	s>M�W:��,�[]f\"\n����','',0,'?'),('\n���w�t��.	���','wp-content/plugins/wordpress-seo/admin/class-option-tab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\"�����|P�t}�','��5=J-���H�����X����!4���p�L��','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php','/home/sleepingsolutions.co.uk/public_html/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�Όbm�0�!1��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rܜ�G#i�=ö/�<','�<t�@/��|£`��ʻ+�I��\"2��ɞ','',0,'?'),('\n�N����J�\'','wp-content/plugins/redirection/models/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���A�S�e�􌁢�z','Xr�\'��k�U��\\\\��x�$�r�����)��','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�AD�O���*��','/�č��I�:a��q��Zy�	�gWkΞ�q','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php','/home/sleepingsolutions.co.uk/public_html/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�ECn>���B�s��hg','wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��1pH^`+��','��98��<0�Wɫ��x�\Zӄ���\"�;�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؾ�§Ae]E��r�','Ȟ�p��f��͑��(�`^Ɣ�4��P7@�','',0,'?'),('\n�|��ˬ�Ӝcj`{�','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���kH�������','!�źo������#�T� ��Lo�o��','',0,'?'),('̱7��e�|�hȜx�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W\"��4��~���.','Z��9���ʔ���a]B��D�k^��)��','',0,'?'),('��!��[fV�6;KE','wp-content/plugins/burger-companion/inc/coziplus/features/cozipress-team.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/features/cozipress-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0K��A5od@�w�!','�����V�[;2�1��\0q��\0j���c�S�','',0,'?'),('\r�D趗N-�I\nP^��','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڛ踪/$pt��*','/��{�NZ�	����QIT�\\�ް΂��RxKC3','',0,'?'),('��bϥ�0nc���','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O��G�c��3�9 �','ȝ#vr}_�q$�k��������(�A6�ل@H=','',0,'?'),('��y��ԧ�٘�{','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǜ�}ª�?(Ln�','��;XYxTy�Tq�^�B�[0�?�� /Ɏ','',0,'?'),('\")���(��@Wt��','wp-content/plugins/elementor/includes/controls/wp-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j`Y�J��3��QR�','�&�L�o���J�e⯅=�|��\n�n�','',0,'?'),('\"w%�_��K\\��u�','wp-admin/images/wpspin_light.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('%0<z�7�D��q|�','wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�V�qI','�D,��+B��Ȇj��*��KZ�x�\n��Gy','',0,'?'),('&c�YD�#�P{+��','wp-includes/js/jquery/ui/effect-blind.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*i<z��{���5�','+��� H�����j�7��8_���z@�V','',0,'?'),(',+E&*tӁh�g�N','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�7.��Q���\r�V','\'/.׮\rf=�П&ō�ܐ�5j�!{\0�W�QP�','',0,'?'),('01�������ޟs','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �\rVj���Ԉ��Qa�','��p���(@��k�7,G�q?�`�W���F��','',0,'?'),('0����dI�+�ȿ%','wp-content/plugins/wp-cerber/assets/flags/cv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�`;��2w���(N','�sC�h47UPs<�nG:�&��C]��d��.�','',0,'?'),('1�\r{ц�nDe��P]�','wp-includes/blocks/home-link.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/home-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGҰYC[f�SEP��b','4$�5�ђ�CT��|�G���ؕUԕ�G','',0,'?'),('2��M\'�L��L_|�̨','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��x-�\n��఩&��','Z�t�I��A����>����<Ĝv�r7gtl�m','',0,'?'),('AF������؅+�6U','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ś!^���۴+��EB','�a=���X\n�<9&��[��L������P���','',0,'?'),('A`�k{�n���/*ScN','wp-includes/js/dist/vendor/react-dom.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ӓ�	rq����','E=)sI쇌�l[��7#���yJ�X�2�k�K','',0,'?'),('O�u0�G����','wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�H�x	{�wW�� �D','F��2Tx��WdJ2���A��A4>W','',0,'?'),('P�h�ui8V��\0kU�','wp-includes/blocks/post-date/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��P�a��(P','�a%�~�ψ�Q�\\�{\ng�V6�}��_vׯ�','',0,'?'),('S���1��&��','wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nS����=sU+� \Z','�����BV��z͋(�?�i1�h�a	��S��#\n','',0,'?'),('XA�1\"ױqU��','wp-content/plugins/burger-companion/inc/owlpress/images/logo_2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/logo_2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nK��7!��˼��U7l','��j����O�E��\'ɍ�m�٦Ł�Gˤ�','',0,'?'),('d�c�*VE�x\Zd^','wp-content/plugins/wpforms-lite/includes/deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ag�C<%!�`�W4','Q�����Hy����-5�|����Ig<l��2�','',0,'?'),('g������8�g��?','wp-content/plugins/burger-companion/inc/cozipress/images/slider/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/slider/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��5E���6�!�*ۛ','���ng����.� nר�G3Y��`Q���','',0,'?'),('h���5_/��{ܪw�','wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	+��5���B�Z','��r-h��n4�0�Y�q�	��1B�5b@\Z�~0','',0,'?'),('m4������j�','wp-content/plugins/wpforms-lite/assets/js/admin-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��\Z�c��q�\'','dFX+��,��\nx6k��|N(q�k*Ȏ','',0,'?'),('n��C)�l�����y','wp-content/plugins/elementor/core/document-types/post.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/document-types/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ՁZ׌mKx�!�','#�K���h*\ZC+��1��V��,��{�Dq���','',0,'?'),('oc��̐ܺ�P4/]','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DMR��ť�sP�','i��-�fa�>b2��CF\"rA��i��o\"��','',0,'?'),('�����Y����q�','wp-includes/customize/class-wp-customize-partial.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�)fIf8�X��KO','Im�g\0�W�?T�,m�9r���Lm�y6�@�y<','',0,'?'),('�ߒ�go�\0m�����','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ȶ�����5���S','�\\�a�#c`�S->��I�e�\r/N�^wk���','',0,'?'),('��)�)��}�*�]�','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʭ �2w[�eAyb5�$','��VE���OhۃO�NWZ�.(�`��8�K�R','',0,'?'),('�1�0��ؐ�_�5�','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_c�>�\Z�=�sw�','Z���,$��Ҽ��\'�}�q�(��ϝ�T^�','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW���r�� /�S֟','½g�hs����?HS<����i��(.oȒ�Ǽ��','',0,'?'),('�%u�tr	�^�p�','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˝���3A![��','�@�5�!\"�q���?n�^��f�p��d�x^n','',0,'?'),('���e�ΐ�\'\01��','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+c-�����[��b�','�j^��x��,o�V򗕣5|��Q��D��0/','',0,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���y�ե���Ԥ','wp-content/themes/astra/inc/assets/js/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R]�4i��K���ڛ�A','�h_3�f\Z\\�8�6�AT������N�Dž|$`o�','',0,'?'),('�5�Å�ƌ���m�','wp-includes/block-patterns/query-standard-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-standard-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','у��B��U�CL�{�','�:�Τ~���&�\r�CF��+��I�q_�e','',0,'?'),('���?=�7����7�R�','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"^U����f�i���','\"Do��$=�D�������9��1Qᜋ!\r��&�i','',0,'?'),('�V�(^ -O�\ZT0�{','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n���\r�{Ƿc','��A�A��9�*k�NA�5�_DC�','',0,'?'),('��])�Ѻ�g��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��d�cӮ�$','��EC��ð_��6�f�gԳ5���g�����','',0,'?'),('�*9\r���Sb;��;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7!�,3�#�$2���`','�)l�<��]��s�����4ʊ��G���','',0,'?'),('�n�YZG+�����h','wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�\\���9�i���','^�(*�_3�^<��q���_�C\r���YZ��','',0,'?'),('�.�s��>�w�Z�','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�4�� b�s��1�	IC','Ȼ���<b�4F��),@.��E���\r�K�W� M','',0,'?'),('�%�Q��vEdJ ��','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h$���1糥%7�.','�w-�]�0:�gi�r��M�VE^�x��i#_','',0,'?'),('��#�U;5L�:�','wp-content/plugins/redirection/database/database-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/database-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G#�Y�����{x�','��2�r�Q\n�/��H��Q��\Zx	�[g��G�\"�','',0,'?'),('���%����m��','wp-content/plugins/elementor/assets/images/information.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/information.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�\'�s�A��;\\�p�','\"\'�M\r�ڼ1����`\'�_�Q��7s�i油��','',0,'?'),('��x��b\rr��W��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��ha����w*��','����fk@ϱ�L���1<�0���Q�z3�.%','',0,'?'),('�kO��Ǜ�?((�͆','wp-content/plugins/wordpress-seo/src/helpers/import-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��Կ��,)U�X?%�6','�l�fD�ps#\r�&�@?`J7Qۺ� VA(','',0,'?'),('�yBY�W����\ZV=5','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MgP�y��R%�:P�\ra','���*&=��Q!�^6��N�זm���*W�9���','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('	c�vR!t��Hv�J','wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a���Y(��d�{!','���	+y�U��$��:��`n�m�uwc\Z','',0,'?'),('�*х�1�-�k0��','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!u���/=��','T�B>�[����Yu�\"O,�����[as\r�','',0,'?'),('\r�?@ۘ���N���l','wp-content/plugins/elementor/assets/lib/animations/animations.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�UDpl \"�l=','��sG[�ֶW����a|ֆۆ���AZ�ۊ','',0,'?'),('!\n�3���2��R','wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�پ��P���LS','��s�\Z��R�}\"�#ז�(~�r|�ޛ���]w','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��|C��w@��m�','5�ã\0ӊVb�A�Ň���.Z�;Mz�q]��','',0,'?'),('%P\ZS9燮uo���','wp-content/themes/astra/assets/css/unminified/extend-customizer.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/extend-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-+lDٖX��q���','�q\'^��\ZPoF1��S�R)ޞ�����8�$�','',0,'?'),(')[_⡀���={!��','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/screenshots.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/screenshots.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\[�y$�����Fr��','�3ԉ�i�v�؆�[��ti�/���\0W�W���','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��=\r���J�$�','�_&�3��$���9����b��ږN���\Z*\n','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ż(�I(�����UrE�','L�Z�������\\n6��mA���/�W�Y�>','',0,'?'),('E6l�y\0�	��','wp-content/plugins/redirection/models/url/url-match.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�*�ク�����','�9�v�n�b]K��Ŋ���q� ]�\n�\\ٱ�','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('dW����9Ys�[��','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�EF�C�\0��8,','k�tv����+�#���?G�^-閪R�-Y�\r�y','',0,'?'),('m����h�Qw቏�T','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�\\̬\\Dz�	�','P��#t\"�\0�Ͻ�χ����f*�?����f�ޘ','',0,'?'),('nm~\rf�\'���XM��','wp-content/themes/sydney/sidebar-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T\r��Çlٷ��Ln��','A\n>^��=#jI���9r�T��-{�Z%�}1','',0,'?'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M.�Z-|*�h�0~�A','?�T���I�!ewg�����4��;㻡ah�','',0,'?'),('�<�V�/���ڈ|*�','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȅ� �e�Q�A��C�','�p�Y�֪��;�\\��=�ת���Dhl\"','',0,'?'),('��P>�Fބ=�_�','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���-����a��of�','ݨ��M��ƶE�~��v1c��+Gz-�Dm?�','',0,'?'),('����\0ߒRE��\r�6','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n|m\n�;���','<�*p�&�z��#��t٧�R���8i�\'','',0,'?'),('�`��!�|4�\n��','wp-content/themes/astra/inc/assets/fonts/ast-logo.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�rȬ6k��T�����','\\����\"��Izy�Xx.S�R�\'����PZ�','',0,'?'),('���s�s^G�x蔛�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�x����WɌ\\z','\'t~r�(72\"?쾍�Z:�C/��Ե�@oLd�','',0,'?'),('�_-��밵\0	���','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidType.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HE�,���Ilf��','�I:�A�H�L�v��+.sM1M_�x\\��_','',0,'?'),('��ri�H��|�!�SK','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gǰ��S�Q��0�','�k��A@0r�V�Ȳ��Ή��]_�%��{�8�T','',0,'?'),('����^.LM��Ꝿ','wp-content/themes/astra/inc/compatibility/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('�\r6��\Z͌�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׷�?uw�*���Ls','+��\Z���:�Y�ԓ�Aه���/�y{r�','',0,'?'),('�	�b�p;�ܫ�?+��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2[�����Q�','Y��R朼#05�h���;��R�o̴�Td2','',0,'?'),('�f8�؜�\0��af0�D','wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=u�T\"ID��M@=��','L�ђ_`\"������7k�-e�=�,��e�','',0,'?'),('�)&�M2�D�\rY�U^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�[�U����)$�(\r�','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|=K\"Z0�=�o��','�a�0���{�5��<������p��\"�s���','',0,'?'),('� ���&�$4�Ui','wp-content/plugins/wpforms-lite/assets/js/admin-builder.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	����{��Z���!�','������wd�y�P�n1�#�����[?����X','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.X�c���\r��n','9=+*}��4-�o5��H���[L檰','',0,'?'),('ÿ�O�5=�˗��W.','wp-content/plugins/really-simple-ssl/settings/src/utils/sleeper.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/sleeper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�Yj�8W�\Zt�%��',')N\\������ɕ����R`�B�tc����s\Z','',0,'?'),('�(��Xb�@Q]J�','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape7.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N:���X~���\Z�','��vjz[!���vz9��8FX>�$��n�E','',0,'?'),('ˋ{bR����4����','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�T�4�i�]���`','�R�ÐN�9�xz�m�%�ټ-U�$6','',0,'?'),('�	�q�3E���1��','wp-content/plugins/wpforms-lite/assets/js/wpforms.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�シ��Ul~ﮪ','S�:--���N�Bl�H��n�F�rE!��z��','',0,'?'),('ބջ%3X��2:�.�','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�!m]\'�x�_�','�W���I�Y��T�įQ�.0(?��F���f#|�M','',0,'?'),('��V�,�յ��','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�b�����\\���9','z��Q���z=�����UZj�D�����9�','',0,'?'),('���W��l\n�Sxc','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΃�b�A׳��W��ȑt','AL����U��k(��5Ɖ\"�M��8��ٍ�','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Pz�4ɇF*','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�>p~��C�x�','0�[�T-�`�7�^�F��4I7$%�A�R��E��D','',0,'?'),('�J�`X&���5T�','wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1-8g{)��\Z`���','�)gVr:蚞�ƞ��O��\"?���	�DY� �:N','',0,'?'),('��;X\"�`�uɜ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@��%u�7Ygcm&�','��}E�ֳ��$-���Lj�$���T����V�','',0,'?'),('��\r�����V���','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-browse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-browse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��L��ʴ��9p��','Zo��\"����ST��O���<M1f���F-K6�O','',0,'?'),('\rR����$��-LD','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�VO\n����� T*','^�O�v<d��Ak��sq\ny�\Zӽ���<��l','',0,'?'),('\rܹ͛�}C�L��R)','wp-includes/blocks/file/view.min.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�_��Od��/|)By','��J�z=84!���qx�k���K�t���','',0,'?'),('\r\n T3�EAm�g�@{','wp-content/themes/sydney/inc/customizer/controls/repeater/class_sydney_repeater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/repeater/class_sydney_repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�r��_�W�/$��=�','�|�I�����py&w!���1D�p��>Dow','',0,'?'),('\r��x������4y]','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b[��ﱙ���l','�w�\"��pp�y9I��\0�	X�]�\\���','',0,'?'),('\r5{�$�G6�o���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n#+!t�QB�\0��e�','n��Hw�0� ���x\r8+�v~��Z�m8)�','',0,'?'),('\r7�@��.�����&d9','wp-content/plugins/ninja-tables/includes/libs/csv/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oV$ͬ�\'�O퉸�[','�%*-�L^w�~d�`)�����5�U`���','',0,'?'),('\r8�ܭ+�a)����','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��U�o��Q���U','���Ρy�wi.H*��t-z�p�[F�W�Y�c`��','',0,'?'),('\r?m+YKj\r=�8��eZ','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ԴT��n��@�dT','���ْc�5��[��1��x���Ƈ�\n�e(cBA','',0,'?'),('\rN�c�ݨ�l�=��n�','wp-content/plugins/elementor/assets/js/notes.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/notes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rѱj����sK��','�+?шr������F��њևQ�)\Z���o�+','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ҹ5�^=t�CK�U�','|��$�D`�w�24ܥƎ�I��)t	�\\6','',0,'?'),('\rW�-�P��Q\'��lf','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/heading.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�| v��O�j��/Mc|','>�^�����&����FBh��:5��O�','',0,'?'),('\rZ��\\�!��꿡','wp-content/plugins/elementor/assets/js/video.9fcf6f0b982bacc93b9e.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/video.9fcf6f0b982bacc93b9e.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�es���T�2X�L�','�]0�P��> \\PNh���5}��aN�r�Z����','',0,'?'),('\r^���5�q&S��','wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�^f��\"���E\Z\'','B�C=�9B���.��|öE:�E��N[ԏ��؝\n','',0,'?'),('\rb��L�\rvy{��','wp-content/plugins/ninja-tables/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�����o*n+�/��','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('\rb�\'B��R%<yV;�','wp-content/plugins/burger-companion/inc/owlpress/owlpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/owlpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����L8��E��9','�*b����x�\'2�ȴ?i�z+�x��pYnH51��','',0,'?'),('\ro��(>R�8Gt���s','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɣ/�\\�m[~q�)','�X�,��7��j��Dd�v;�f�t��','',0,'?'),('\ru��x�?b1啨���V','wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VB¼-&\nza\r��M','�wxxלA�$�čuOf#�w��z��+��','',0,'?'),('\rx� ��8�IG�L','wp-content/plugins/wp-cerber/assets/flags/cz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ِ�߭�1�vj)���','*@N�X�O�����C`VK��	�r0J�2��T','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�=�u͹��Z�|','kh�{�d��4M�>J�\Zn�ˊ�ж�','',0,'?'),('\rx�����W��w1','wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�.gJ��@��]%','A�yb��tS�<�U�U�\'1��y�g9e�','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�����_�','��RȆF\nD�~H�08),:llW�n�\rc��','',0,'?'),('\r~/�t1�jIe���*�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)��]z�����j��','�~�9�������%G���W�B�','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S���훭Ke�','W�>�Z�$�`�;w��Y�p$�pu�R���','',0,'?'),('\r���Cif.��l�','wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yc��d��f}�\r$�','\0� ȡA��&S�]��~P^���)U�s�','',0,'?'),('\r�(euY��(|��','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鎗�Y��R����1zu','An�`K{j�K4ͺ?Δ�Q“��T��&gVlߛ','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r��B>�5=������!','wp-content/plugins/elementor/assets/js/container-converter.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container-converter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fO=}��m�a�l\"','\'$�|�m	q��`^O�Ϩ&EE�2�@�+�','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��t���џP�DK<9','��w�f��6(��pb�������$�Ui�','',0,'?'),('\r��:�:���HH�:d','wp-admin/css/edit.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c�z�tR���XU','���CF�j�[��G,}�\0�h������X|�','',0,'?'),('\r��@�W�K�ڒp�`r�','wp-content/plugins/wordpress-seo/css/dist/icons-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h)���K^F�(\n�','�0d���,T�S�\r��O\0����lx(�*baH','',0,'?'),('\r��9�_OH�*�T]M�','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�ۡ{U�?pZ\'ے?','y�e�G�W#,�AY/�7�aʨ�4㼫s�y��','',0,'?'),('\r���ȫ���h�z��sr','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�㄄�[�X����+','a��hʔAj]b��#���y��5��M9�1D�','',0,'?'),('\r����zX�N��@�r','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':F���͘�K7�X�','�KG�N~C�鳄V��B�\r	���B9y.Ǻ�','',0,'?'),('\r�]���x���=?��','wp-content/themes/sydney/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~���\"C��ד �','���>�rϚ�R�Exj��-�|w����˯x','',0,'?'),('\r�.�”�}T�(K\\n','wp-content/plugins/elementor/modules/library/traits/library.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/traits/library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'S 4��B+�+i�~','%FI\\_�����w0���;��R$=�','',0,'?'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js','/home/sleepingsolutions.co.uk/public_html/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Ā�1\0@�#����','wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/optimization-code.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/optimization-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�K_1�����Q\Z�','a�S\'���\'�qRt����1^����~�s','',0,'?'),('\r�m�������D �','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u��>rL�@E�h_9f','����dt��Y��N�8$9���b�rf�+�m7','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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ۯj�o\Zm?	`��];','wp-content/plugins/updraftplus/updraftplus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/updraftplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{K{����i��k�','e�k�0�rT��UR����*�stOa','',0,'?'),('\r��W}����JN��','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/N�\n!�:�3\\���CB','�;��ƛi��ܩ���Ypb~�L�*Lo$��S.','',0,'?'),('\r�����TD��p�','wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�(�3|/kq����m','v�4��=\n�9ߒ����|�\r8I��Ћ�GڰU','',0,'?'),('\r�z�s��&]WZK&]','wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�S�\"Ȋ��AG�','���ۖ�kǓ=�IG��e_h ��jfG�\\\0��','',0,'?'),('\r�q^ѪL���%��J\\','wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�MS�^�h�\\<�&\\�','ne���²FG�ƏV\"N鲗T���kI�#�V','',0,'?'),('\r�����Va�F','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��K\Z�+�l풊.\n\"�','߂􉃶:7?����⟈l7�E���q$�<','',0,'?'),('\0�[|��}��袄D�','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('QȧĎ�e]��ǽ','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#\Z�\'�y�32','�.8���X��h�\n	T�\rV�GX�.�C�����=','',0,'?'),('��K<�v�=n��)','wp-content/plugins/elementor/core/schemes/color-picker.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/color-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�O�;��:Z��T)^','��D�T�73�O�n�ď��G���Ef޲�g=�','',0,'?'),('\Z^�$��>dP�Zw��','wp-content/plugins/elementor/app/modules/kit-library/data/repository.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fݷ+�;�m�3(��','5�Ҙ3-7Ci�Ɠ\Z_~H�N�SWò�W$^��O&','',0,'?'),('��)�U?3j;�jh:','wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b11�����W�:w','.�hH���\n� i��Д��9��y=��','',0,'?'),(':*�+i*�i2��}Q','wp-includes/style-engine.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���er�9rc�7�','��4�K�o�!�t���k�ۦ��܋�}`�+�veb\"','',0,'?'),('��ͻ�ٶ�02u','wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�yFݩu\'�}<��F','�s��1hpV�+���x���ї�:�_��٫�','',0,'?'),('&�G/\\�~��؄�','wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�za�c���-��','�k��_U����WЁ�S�j�\Z��˺;n�^','',0,'?'),('8��)8k�� ����l�','wp-content/plugins/elementor/assets/css/widget-image.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԋ/�q��q�kdY�-X','ق��f݃ly|X�L �f��4�.�x;�E�','',0,'?'),('?�a<�^�}\'_�Z','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�U�$.��E�o����','�t�5\\R�� ʤ>\\����ԥ�m�R\\��)�6','',0,'?'),('W7��{(��;:P���?','wp-admin/includes/class-bulk-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!z�-^:��п$�','4a]���d����s\'	Tx�n\"���a�ݻ�','',0,'?'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��l_�a�c�-fְ','���e$���yn�D�w���ߋ��G�A�NdL','',0,'?'),('Y��熓�uz��s=','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eK��._%I`H�','U�n���$���[:���Q�DY�#��{\\��mQ','',0,'?'),(']��4�_��p��','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WE��Nj=O�ur#?P�','@)\"�2_�c�w�м�:b�}�1�Kw�!e��','',0,'?'),('^eʋn7��k�̈́�','wp-content/themes/astra/inc/template-parts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/template-parts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z-��NO�¼��\Z7','+�|����mb��6�E݁zA�FIJ�PZ�ڽ�','',0,'?'),('_�B��\r�m�n��v','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��D���dvr���',']��z�1���n�^����V�Y5m�VĪ�j','',0,'?'),('a5�ͅB�_��s�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('d4ِ�JtP5	��n�h','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�|��,>.˞��P�@','�`�#p�UfH�@ea�m���/KE7�B3ł�','',0,'?'),('gJ��ӯ�E���--+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�+��_@�{�4�Gc','erO�,��v�*\r��bz��7��~����}�','',0,'?'),('go�s�V�;���\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('k�C�L��J����i�{','wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�#5;	�[�j�T� d�','�K��1s�4k���\Z�/�6&?V�dM�w\0@','',0,'?'),('wӷ�&M+���߭<pN','wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˸�������]#','�����+��:D!�`�-p�9�!>pYa�R','',0,'?'),('yk�_��Uk�,e=','wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����L�#��vJ�','9Z@���ZDK��$Ln~����%?�0��','',0,'?'),('��g��#�z@�Q\0','wp-content/plugins/wpforms-lite/assets/images/step-3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pZ�e.%�ч�p','���:�F��<�����,h\"`z� ٕ¦�','',0,'?'),('�XQ-��S��r�]��','wp-content/plugins/elementor/includes/widgets/alert.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ş���N*gK�;','[Ȕ�]�hΡR���؊�!K���x�o���','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\Z��j��h�]_�%�o','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n���mi�}����	&','�s�<�M\"R�����h�u#�2���L��� ','',0,'?'),('�鶏T\"�B�����','wp-content/plugins/elementor/data/v2/base/endpoint/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t��I��','��)��6�F�,�\n�&�������\Z����e','',0,'?'),('�w4U�+��7�7�','wp-content/themes/astra/inc/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('��o+F���0Hn3�hJ','wp-includes/blocks/gallery.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fMr�(�Cц�\"-?�','�\0 Y�?��zr��rU�i���	�]	�%�','',0,'?'),('��\"~��SC��tؼ','wp-content/themes/sydney/search.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�*�@1,�C� ��','�~��x�x�%|k	�C(�ʧ0O��\n������','',0,'?'),('�����@B^Z�','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�����r�G��','�yz?��5���I8s*�&�I1\'�C�{�z\0&�}','',0,'?'),('����I������','wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�黂#�y�\Z�I��;�','����xAݵyO3C�r�G�d[�~������','',0,'?'),('Ö���vh���l��P','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�)G/�ɒ�xe�O�5','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6\0H�qx��ژ����','y�3���?}�ϑ�*5�0v��J�~���@�','',0,'?'),('ƃEG~��Ի�|','wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�@��a��.�E','�]�y��m�KMª�\\ڸg�ʘNK���ә','',0,'?'),('�(\"/󝜈��fa','wp-content/plugins/elementor/includes/widgets/common.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����T�Ӻ-����R','R�6��p@��߿ �����Ώ�?B�VL','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�N�7e9��%�l;','��f	(\n�\Z�<��d����Eg^���Z�mF	�','',0,'?'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('͗�~��q��yL*>','wp-includes/blocks/block/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠE��֝����v0','?��`�{�W� ���e�6�W,��\'=B��9','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','16\'�Uto��eB�#�','��.�̦	g�N��χ��XV��͒�UC7����','',0,'?'),('��x�4��{j�DF','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��\"�QMI���+','~�#�����4��L[�n��0�XvHR�h','',0,'?'),('�Hd�����o�CZ','wp-includes/sitemaps/class-wp-sitemaps-index.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{Zɬ��>M�hʢhO','\"l�EU����d�(\Z�Z#TO� ���\r>g���W','',0,'?'),('��\"\rJ\04��\'i�','wp-admin/js/password-strength-meter.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʃ�D����)�a�n','`��)C�E�L�d�X\\�&F-�V7�+1�SA','',0,'?'),('�ԫ#N��KAy�','wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��W�l���3F�&�','�����~\'�)!�p��x���F.�\Z�jn[�','',0,'?'),('�zY\\_��8dh���D�','wp-content/plugins/wp-cerber/assets/flags/gd.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�tD1�����Z$','�_W�u��y�;|$���/S�s9��R�@`f_�xn','',0,'?'),('\0��ߴ���:�HP�','wp-includes/css/classic-themes.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/classic-themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԳS�sq��&�t�','��U�M��d��3��!\0�ׯ�O^G19n_��\0','',0,'?'),('�_�mB\0�ȡ','wp-content/themes/sydney/widgets/fp-portfolio.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΀��=�1�7*','�����\r\0��N��/�bx��I�^U�g}�#','',0,'?'),('	�L�9��ᐛ�7fy','wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�5&�e�g\0���Y','?��JOSȹ��7v�f��*�wɅ����x','',0,'?'),('\r\0%^�L�ޤ����c�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wΪ!m�_���A�','�K26����Е�ʬ\'Qp�Q^n��\r����$|�','',0,'?'),(',jyH�eW��E','wp-content/plugins/really-simple-ssl/lets-encrypt/config/class-hosts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/class-hosts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�\\v���+�Fp�','�`ɡ�p����1�]3���V�c�J�G��:g��','',0,'?'),('�C���C*�v�\0�_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php','/home/sleepingsolutions.co.uk/public_html/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','��!�=����n�	;�','�p�&��k�����gqp tmO�üJ����\0c','',0,'?'),('\Z���\r�\\��9\'�','wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�~�L�A�\"5��','qm�i\r��<�Ё��ݶ\r�:��;ǚh���','',0,'?'),('��p�1\'�l� ','wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vi̎b�S�1<��n�','��N��Nm[r.I`�W��o\\��F���C���:!','',0,'?'),('\"�٫�M-�L��($�','wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yk}��]߈l�g6','������+�{�\0x���>	c�e$?w.��v`Z','',0,'?'),('&���DA��z5�~','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m!F�V�Ȧ�����z','ER�o4����r0!���fR�^�:p��d.�Ո','',0,'?'),('\'haU\Z�q�`����ug','wp-includes/blocks/navigation-link/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��u���Lwik�؟L','Y�\'��k锪1V���\Z�A�l�YU�m�B�P��','',0,'?'),('4=+�@MH��TY�','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�{VH��p%���','�ߧ�_�r�EDg�W\r����/\'��pZ,5','',0,'?'),('4Z�{nq�uZE%S�','wp-content/plugins/wp-cerber/assets/flags/nl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�x#v\Z/�mv','�)k�W�����wjj��}��\Z�\n4Mԛ��Ģ�','',0,'?'),('6���f�7�w�cA\0','wp-includes/assets/script-loader-react-refresh-entry.min.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-entry.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9Q*%M��i~J�','����,�Z�H�^-��C*0AJ��D��4�&','',0,'?'),('7kq������g>((','wp-content/themes/twentytwentyone/assets/css/print.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),(':���)²�v~��v)','wp-content/plugins/wordfence/js/date.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/date.1670945819.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,'?'),('=c(a������{V','wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w~/\0׸��X�\0j�8','�U	�?u���U7��v�}=�]0ı����b��','',0,'?'),('A����!�j���V��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǐ�W7�!���t.��','H��x8��B�����C�忼�>a�4Ƭ','',0,'?'),('B�]�(�P�˶�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�yEM3�f�����','�u^MS�����w�(��7\0H�XZ�dU��','',0,'?'),('D-ڀ���_�����','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�	+E���I�u','d{�~Ȍ_j����.����S���\\��Hg','',0,'?'),('Sd�RI�*⌈G�9O�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�Y��(��Xw���K7','�f�y�!��O�y��lF5�v� Dw�i/���','',0,'?'),('U|Jy�>���߄cc','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����;Ǎ���c{�','޳�tg�%�vb	��x�@\Z��[G�[�JM','',0,'?'),('W|iL]j���a�\r�+','wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�s�=�઼3\"�7	9','ϻ��q���V��9m�^2h覰���S�','',0,'?'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�i8�G�͸x��B�9','(Z4�}v-�[�\"��(���yT_�v����','',0,'?'),('`�L���5N�u','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�{���)p�+�0�','��?�f;�2�a� �f��j��N�0��,3_r','',0,'?'),('c���z	Kῡ�d��','wp-content/plugins/litespeed-cache/src/object.lib.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/object.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�ZKW?d_b�9ؽu','O��=�	��>;-�������ti�jD���TC�','',0,'?'),('i���1��S��Yq�:O','wp-content/plugins/wp-cerber/assets/flags/tm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y\n|�Z�\Z�(7zo�y','�Xo�mI�a8���<�f_��r�W�:s��','',0,'?'),('s?�\\�gFuZ\r�8','wp-content/plugins/burger-companion/inc/spintech/features/spintech-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\"s��_�7����','��[!����J2M(��*�,c�t�3�^�','',0,'?'),('u&B��i;�%�Ʃ;c','wp-content/plugins/ninja-tables/assets/libs/ace/theme-monokai.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/theme-monokai.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�R����Ɛ)�I','W�Q��,��0�6^�)�v���x�qo捻p=','',0,'?'),('y�K�X���<l�2','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��c����EbK�k�','�}��,�|/��%J��=�FU>�qd��tν','',0,'?'),('��\n�<Ւ��O�Ғ','wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�ΘNI�����O�','�\0s_��r]tG����K��r�w�+c�~��oX�\ro','',0,'?'),('�2ի����mw�͋','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�a^��U��{����+','�.1V������np:�_�kӤڐ�N){(�h͠','',0,'?'),('�w��>�\Z~���	�','wp-content/plugins/wpforms-lite/assets/js/admin-utils.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sz�ѿ+\n��4��F','H�qQ}e���=��N��KGh���خ�X���','',0,'?'),('�~�W-�Ҩr�','wp-content/plugins/burger-companion/inc/appetizer/images/services/service02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ω��3�uFhO�','I�/9�zr8���(��N�1\"���^����','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򦅙o��d�0�o�','���ـ��Ny�Բk!g����n��z<���','',0,'?'),('�U�cO���d⻧W��','wp-content/plugins/redirection/locale/redirection-it_IT.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɭ4����ޗ��s5O�','�TbB)(9�:x��Wp�5X���B��','',0,'?'),('���u�z,(u�0','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',0,'?'),('�00�hU��ߛG�','wp-content/plugins/wp-cerber/assets/flags/bs.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�\'t���ٓ�ٰ�>H','~_M���sc;��cUp\nU��W\0	�!','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7�	I�}��','',0,'?'),('ç��`��� \n��B�','wp-includes/blocks/post-date/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gA8MN��@��=��3g','�y��A1 �6���nf4ܪ���щȁ�(9�','',0,'?'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��%U�Ȟ>D�:Mc�c','vfrgT���2u`Ʒj�&W\'���Ud[�','',0,'?'),('�O>�Pw�^�Y��X�','wp-includes/blocks/post-template/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���V��&�G��T�B','����գJ?�Lja��]^ޓ�	�R�V�%e.','',0,'?'),('�u��\\�X���.���q','wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6t���a�I<�L���','���.XC��\"���bgR[h����bx�r�~�','',0,'?'),('�35�*F^�`T���p�','wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qd�qc�lm�%�Xn','�YW��&��8�q��_�]t��f�7_��WW8$�+','',0,'?'),('�K�m�r.�Dŧ�\\}','wp-content/plugins/updraftplus/includes/Dropbox2/API.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/API.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��	7�\nr���','P�Sz�G�$���aVo�Q�%�*�Csz{�j�','',0,'?'),('�h������%��\0C�','wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�A)\n��XF����u','9&6��B�{�y�\r6pM����ۍ�e�p��.','',0,'?'),('�Ks�d�q=���tI_�','wp-content/plugins/wordpress-seo/css/dist/metabox-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�c\n\'»�[��0h','�B��z��Lp��*��U���V�g_\'�','',0,'?'),('�뷎wh\\Xs����l','wp-content/plugins/wordpress-seo/admin/pages/network.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڻ���4��{��A�','2�b!CE��;�F-h&\"ei)A��-%�^�','',0,'?'),('�����^G��u+','wp-includes/class-wp-scripts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CS��e9����)�]�',':t�*X��XlT6��:��g�2�	��/�6G� ','',0,'?'),('�a��h���XP,','wp-content/plugins/wordfence/js/wfdropdown.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfdropdown.1670945819.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,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Q���l�~���!','�š�t�RS)�z�\\{ӑ(�Wd��9c�K�F�','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����i�sB%�s\"<','QA\"ʀ����R�o�v���g�3�ց�p#̈�Q','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�sݢ5�/ �\'h�Y','���$Wuzh��:�!��{�����ܺ\"�u�k�','',0,'?'),('�?H�����h�D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��[%�3�\"x`W49�','�fѠY�Dz@�ΣJ$��fW���������-�v','',0,'?'),('A���\\9�G�څ�','wp-content/plugins/really-simple-ssl/security/wordpress/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('	gbϗ� �����','wp-content/plugins/elementor/core/files/css/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$�RQ��ѦT��*�','�����J�NYf�$�0:�CA�����lF��','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','е�)�wB�@�k�9','u$U\n<L}�B���;�~���ް���q�.6','',0,'?'),('����\'��^�IS','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/automated-database-backup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/automated-database-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��33^���uQ�g','%~g�{��*��#�<\r�2��\Z��I���w�','',0,'?'),('z\0��3h���d�*','wp-includes/blocks/post-template/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�@m�̕WA�U��7','|N��֊y�޼������$�Y���k�D`Vy','',0,'?'),('��:��_\ZC�.��Pz','wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��>T���?��XyF�','W�\n�k�j��p8�DL�X��$�`}���2��\"\"','',0,'?'),('D3�jގfS�|','wp-content/plugins/really-simple-ssl/assets/css/admin/states.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/states.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HYK�\n��Uet�Zj','�Oc������t6\0>�ǒ\\8�P`,��l','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1���-��%	�','�&�ޗw�eX��\Z����K��?٢\'��\'','',0,'?'),('0��=A���3���','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۈ�|��������G�','%��xit��v23�&v���e�0c���\0D���','',0,'?'),('9�zh��!�9Pmk�','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs��Tn:6��i@��O','����Lr��(��B�*�G��DA�FK2:UA','',0,'?'),('=�[:���\r&�F��E','wp-includes/blocks/video/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��m����5 ���V','��7a�ׯY�,���[������4��vU�Ns� �','',0,'?'),('>B�\"�6ǷT*Wض','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϻg���6��:F)','���V|y8T��ic%_�`(~�$�#B�G(k��%','',0,'?'),('?���϶�^7:y��','wp-includes/blocks/paragraph/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�\Z\0���#c��-�','�>�ǡ�e}�֋f�y|4��E\0Dcn2��`+�','',0,'?'),('@�b$Y��D!�A���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|N\"�g�)RH',' 1/*-c{Ԗ&4��Mc��l�3i�x�=���,��','',0,'?'),('A�B�_�w,Ǵ�:r<F','wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��O��R�k�nd?�4','�sڍ�Um��]rTk\r���b������T��X','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BM���N� ','�Ir��J��4̩U�v���\\�=�u��T<!��','',0,'?'),('Oc�[\'ɭ�}�G','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ș���z��3�(�','A�7�;iДp��y�KM����e����)��\Z6-','',0,'?'),('Wd�l��\09?��i���','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php','/home/sleepingsolutions.co.uk/public_html/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','ʭD����_2[O�b�','9���X0`��c�N�az����Ӝ�JT�&3U��','',0,'?'),('_��a^�B�Y�\rT��t','wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���3\"8d	�����','̧m�X�Bx-��,��rc0�s1\0\n�#��','',0,'?'),('_�F�Y(�����\\','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','τ�G�:!?X-!�','��W#^xl�\Z��jL՝g�?ha���L��','',0,'?'),('`�&��锥~K3/d','wp-admin/css/login.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|\n0��6s��\Z','�Ǭ�Ķ�*�Z/7U��(�wz;��d���G!�','',0,'?'),('fW�J�F#�^�~H�Z','wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3(F*NaW�i��g�V','��O+}k�&���8�1���,�!|��0Y�','',0,'?'),('f�R9���]�V#rs��','wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�WB�*~��J','B��>��AJ�\r�/n둹�M>�:4+��>','',0,'?'),('��E�_*:6`I�t���','wp-content/plugins/wordpress-seo/inc/date-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/date-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��]�i�k��4�%{','M�:��C��Ԗ,0��0����\\�|3���','',0,'?'),('���ґ-���\r�{,�','wp-content/plugins/wordfence/lib/wfCache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ن��a�Ag5�ZS\"��','��Dg]�<�M*\"L���E�j�N8�/d�\na�','',0,'?'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�S#Z�P%��','\0g�w��Mjk��c~��$�垇��#*s��0','',0,'?'),('�\\�\"cR���;�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�[�NS�#�㱪�','笶�qc��o�@���~_;���@��e���:','',0,'?'),('����F�R�����','wp-content/plugins/really-simple-ssl/settings/src/Settings/ChangeStatus.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/ChangeStatus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�._�ҿo��}\'���P�','���̥�����\Z��(��;\r��]&y,5�$i','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�bG�Y��_','�@�M$%c�vQ���$��A�2�k�Ӹ>','',0,'?'),('��ԭdV���0�eb�\Z','wp-content/plugins/wpforms-lite/src/Forms/Loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׄ�6ճ�I\Z��vn��3','Z��;��L[�e�ҩ�p<,5m�R=�� ��','',0,'?'),('�-?x��b��o�3��y','wp-content/themes/astra/wpml-config.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�S�s0�N\ri3�','�F,�W-�_���*0?fL���􌹢��,$>�','',0,'?'),('�J[�F����NGxR�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�G��W������`�','���{j�\'1[�;V�������u��[\'ܓ[��','',0,'?'),('�ڤ& �M�KQ�o?','wp-admin/images/freedom-2.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"� 0�g�H>��D','��\"@Y�D�]\\�qw�?�\09��B*�7���','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Z�!��_����+k','�4{�)�x��}��$z�l⡘9+��\r��h@sz�','',0,'?'),('ʝ���\'�P�','wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��q9d1�e�18','�o���O�\\�6��9�/0�,d�.ջ��r�g�>�','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ߖ�����W���','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�//â��URxL��','��e��N�h�R���Rw��U���DdМ)�q','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����<�^G��\"0c!','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('���;��i�0��J~�','wp-includes/blocks/columns/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=2��X�t�}^侹�_','w>��j�Bi}���#p�S���$��g~J`�v','',0,'?'),('�zIʳT=��sa�','wp-includes/blocks/comments-pagination.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ry\"[�J�KP���R�','v�\0HL�Q-ڣ/5Oa\"��^֠ƙ�W:6����X','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A+n7����uX�t��','����<�7Jk��u3���A��)Ơ;,94�e�Ú�','',0,'?'),('��I�扙��m|h�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	z).�N<�QWT�','\\_ չbw�#|.#���E�������,;7Y','',0,'?'),('p(������q�w','wp-content/themes/astra/template-parts/404/404-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/404/404-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(��U\"2&`���c','��T@�l�e�t�c<�+��w�To�>�','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}D���B���E��','O�d��K&�:����g�\0P����y`pρ\n�','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"�,�w���%�ю��','��$b\"�=Z�O��}4��<\nGH���9�','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php','/home/sleepingsolutions.co.uk/public_html/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�`��ɜmd=�','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g$dq�=����8�','rYr��߀�R�b~:WE�ߌ1�V�PF����','',0,'?'),(',�d,������+m','wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��T�Q<�WSl-�>','�m����e�߾\'e���\\6�7\0��Sr疃','',0,'?'),('@]��qu���r|7.5z','wp-content/plugins/updraftplus/vendor/composer/include_paths.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/include_paths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BU�E�&D�L��Q �6!','3�zl\Z#@�����U預���Zl�l��Ȫ���','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���A�ki#p��','\"�z��\n��%	� B�%�w	ۛys�7ңku�q�','',0,'?'),('Gϋb��v�Je�dl','wp-content/themes/sydney/images/customizer/bl1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������m-�m	���','�c3�p)Q36l�Ns;KՍ�<��H���n�','',0,'?'),('L\rv�?a-��Jɘ\Z','wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wW\r\Z=q�Ձ�T�','�43++���m�\0\Z���ǎJH,Y��\0�+���R','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�Nc	Qc��6�o1j�','���_.�0{�ʻ6���sd�ڢ�͊ᢹD@','',0,'?'),('e��j���y��9;�','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�>���x��8�E�B','���B����&�kd�~ӻ�pISr�pʖk� �0','',0,'?'),('j׻���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�)\ri؊��^�w��','���z %G*߾�����+w��\'4�,�=u�N','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PN���\Z�\0�CRG��','��dp^��ǚ+�.�E���zCR#��ԃQ��','',0,'?'),('zfg�NT]��jk0','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']T�;�U8\n\n�ܶ�','�.�g[)m�~�G��k0����Cm��R','',0,'?'),('��jG0��%�LS\rt','wp-content/plugins/elementor/includes/widgets/testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ӗ������|=�','ㆱ(��tc��w�p�5�9_�;8�Ƴ�ze�ޏ��','',0,'?'),('��>�`P���@��߹','wp-includes/theme-i18n.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��N�B�C0F_N','A��7j�9���Ԍ3a��GOKK��c','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb','/home/sleepingsolutions.co.uk/public_html/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','���F��F�v�&f��J','0����\"�����5��l�+�d[BI�hDw\'','',0,'?'),('��8�.��$��^n[','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L&&H��9��~��','�\Z�K��pc��x�RJ_�Uy��T�c�Nі5	�V','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5bcjc�Tc�sq�̣]','W:.@�H9�K�B5\\�a�t	얗�ʪg�/','',0,'?'),('��Ǯf�(cF��:','wp-content/plugins/litespeed-cache/src/report.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/report.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��`e����g�\'�8','��;ZP3��L�}�h�$ɶ�\rC���*c\"	d}','',0,'?'),('�s���9�\"�?','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�r��>�{t\n~','�B�P�o��\'�q���!��e~��Ѻ��Xx','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),('�:���ZZᖕ����','wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�;A���bQ%c�vD\Z','�d��=WxUg�oQ|7!��[�C���ƟL�','',0,'?'),('� C�@��#��[�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B\'���){b\\��t!\0','˂~+b\\IeQ�9����i��l�9{���6�9','',0,'?'),('�w�~[Gj�6�S��#','wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����m�w]�3�','�̽}Ip+��T��4�~�t�U�EI��.�r','',0,'?'),('��_{��R��4���','wp-content/themes/astra/assets/css/unminified/frontend-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/frontend-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�(�TC�	��K`','��/��ZFi�B��Ȁ�G�H`/��\'	','',0,'?'),('���n���E�8@','wp-content/plugins/burger-companion/inc/appetizer/images/product/product_bg.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/product/product_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Г&�⺉��(��{o','-���9ze3�:�����;�W�n6��]�/','',0,'?'),('^E��d��PM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�l!`�SB����\n','�2P�-��w��y*�h�m��QP�������_','',0,'?'),('Nk�w5�n.�Mm-X','wp-content/plugins/updraftplus/images/addons-images/reporting.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/reporting.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��S����Τ%�d�','�Wª��&i�;�2v�6���6��6���M��M�','',0,'?'),('.���Ε�.&q�','wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�E�M�ΕRK��2N','^ŜY�+w%��tJ�\"�/���O6���[\"�)��','',0,'?'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),(';�Y�ΟT�t�h�K','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/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,'?'),('Br��,�z�XG#Nj>','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�{2��;n\'�O��','���BY�/5��vP]�j�笶�|��T9�\Z','',0,'?'),('C�y��8�\'a���','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('VS��V����P�T�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��5!�>h%7��','F�7�U܂�4��S�\nj��ѧ��۟cQ','',0,'?'),('V�	�F�<Tp�*���','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�39�BDk�]\r ','f\"�cp�V�l�+�;�N����Vi��D���	','',0,'?'),('Y�U��h|kU$��;˜','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('_�)q!|��cH����','wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�I,�,�z!�L��!','r\0����=8;ϰ��ï�.�8��c���','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���\n2���0���\0','aG�ִ\nOk�&1���`3�*��ҿf���_W�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('tRg_x\Z�K�j\nm�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�^ZN�[,����x�','Y1���虐w�KK�N��W�DzW�$�	�','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����efO�:�t\nd�','x���Q��?/�X��7�:�>%X�f�A�P','',0,'?'),('��٨E�n)��7<','wp-content/plugins/wordfence/css/main.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/main.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�x,�����G���','\\�Rӣ2��G�D���&7PE+�A������','',0,'?'),('��_,���gc�/��','wp-content/plugins/elementor/includes/managers/widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ( 6�v����T@<','��|�Z[d)�*����q\"\Z�����3H','',0,'?'),('�_2Ѣ$�d+|�0:��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�=7c�m�Ԥ\n�85','��<��ӷ�b|NV�Db�P��J�^�n�1X\r','',0,'?'),('�ѫ�J{�\"���)�','wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ʘ7D�wOT�',',\Zm��䮜�WoR$xi�5U}Sg��b=��WP_','',0,'?'),('��c�O�@�/�lM�','wp-includes/blocks/separator/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�|P��0�c�`��8','����c�S^?�u���Ny�TE��׈���','',0,'?'),('�)�:�F�:!�','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t71���ۅBL�f��','#�}/��u$�z:��z�����l�4�0Ր','',0,'?'),('��5Cɩ#�Pų/�.','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�E�׵%�*�','��ܰw���N��H�y�?~O\0VlU������','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®���uM�����','�JE�z����ٙ6������)P��)��\0��','',0,'?'),('�noq��\"ǡ�j�t�','wp-content/plugins/ninja-tables/assets/img/arif.jpeg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/arif.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9m9�]�C����]��f\"','甗{��m�c8R�,LVHʊ܋2\Z������','',0,'?'),('�^���qg��`o�Z��','wp-content/plugins/updraftplus/images/addons-images/all.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/all.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0����P��fΘ�','}/W�B�����Q1��:~� x~ n� �$','',0,'?'),('���Clo�������','wp-admin/nav-menus.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f]��J��d��1ȭ','.��)�I\Z��S��p��/���4���=L��T�','',0,'?'),('�m�n���N\0ުXge','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0\nA�w�K\r��]^�','E� ���S�՜�_���ǝ�D�L��0���','',0,'?'),('�;:����w��K','wp-content/plugins/litespeed-cache/src/tag.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/tag.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2.��xk{i�DЁ�','���2t���,��b3#��\0B��&7W+V\\(�.�4 ','',0,'?'),('���?t�NR��R/','wp-content/plugins/wordpress-seo/js/dist/languages/pt.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����U�m�R�Ș\Z','�	\"�:�d�u�Q\Z)!��Q�UA�6Љ��GM��','',0,'?'),('��1l}�X��E��','wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�@D�}@�©�\0�+-','�j��~r�K`}b������\n��B�}6��8�','',0,'?'),('���[s&i�u)�n','wp-includes/blocks/video/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�/���_���g�w�5','a��K:N\\P\"Qf��t�$C��y/�g��','',0,'?'),('�&�	Y�tz(�\Z��','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php','/home/sleepingsolutions.co.uk/public_html/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','�Z�}�R��.%��ƿ','��Q�䥏j����T��8�\'rF	5���c�0�E�','',0,'?'),('�`�1ܸQ���%�','wp-content/themes/twentytwentythree/templates/archive.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/archive.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����Թ�nk+','��H�����/H5HW��Sa1 J�W��PT�','',0,'?'),('�qš�b����b53��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�(�{��GvB�*z��','�JY�����LV�V1@QP�=��\"�L����=','',0,'?'),('�,�\n� �~]�{8�','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesTablePressMigration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesTablePressMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|kn�\0C��E��','.��\n�P��H�\"�3������+��]~���G','',0,'?'),('��I<���U�CMdZ�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php','/home/sleepingsolutions.co.uk/public_html/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','A��5X��v��\n���(','#�g\0n�����;�a�}>\"\'�8s\Zr�GeJ`^�','',0,'?'),('��-��i>bs��1�','wp-includes/js/jquery/ui/resizable.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	姫/�C_�-���B','�>\\�h��K��K\'����\Z�\n��ZC��Hz','',0,'?'),('�	��G)|����\"^','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��T1�\"�n�-�','�d��(:�{@�	��W	j����!��8}F+','',0,'?'),('���*A1�^)�͡','wp-content/plugins/updraftplus/options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|@{��m\\�w�MK�','�|�i;���\"���>�������_o���','',0,'?'),('$��\'�X�R�ѥʶ۠','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DC���i�un5��50g','d.��ҹ�4��?�-͸e8���Q���ጦ�\"','',0,'?'),('4�J�-<O�iDf�.�','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�߰�/�!�)','��ј��H3��rEL�>c�:��J�;�','',0,'?'),(']zJ�S3�\'�k�>','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C(`��|Uv��w���','a�\'\Z��<zd����3�(�C�;x@`T��^��','',0,'?'),('^V�RD<;�� ��3T','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��]�s�?\0�cy���(','b�w�r7��Ňg{ZW����\Zا9���','',0,'?'),('^@ȏLhxcT˿�','wp-content/plugins/litespeed-cache/src/router.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/router.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�}*[�|2���','� gV=�>i�äT4D�������(��ސ�^','',0,'?'),('c�� ȵ�E9jz[�','wp-includes/blocks/code/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rAq�O��Эx�_�P','���뜷H�B�?����O���4��z�\'\n�4�','',0,'?'),('m��D�ڜ�(�\r���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('s�d�^gn�e]�o','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��4�p��ZܮR!','HI�f�~q� \Z�)�L�O�����?�[y�d=$4�','',0,'?'),('w�7�v+�q1�\Z���','wp-includes/blocks/list/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�.{�:�6`�,t�ee','[��x��8AL���lz8m9(�\r�\r\0,}�N','',0,'?'),('y����a����/��','wp-content/plugins/wordpress-seo/src/helpers/indexables-page-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexables-page-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����6t\"a�Ɍ','[g��1�+:�o���r�R��u�܁\\��O','',0,'?'),('}��%K�rfIsk�','wp-content/themes/sydney/archive-services.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/archive-services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��E��K�(�l','�~�%�Bx�wVL��\'|��\'dc�D��xzM��)','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ʙ�Z\0(hK��HR','8^V�����c����Ì?os��s���S','',0,'?'),('�SM�J��c�Pm�','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��5��f������','<\'C�2I���%T�nD\r�\\C��݁9[��ή��','',0,'?'),('��KS+�e׎A�@��','wp-admin/css/colors/light/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,=Ӳ~����h&��C','t<�U@�J֔\r%��\"bD*@�YI�\'p�*n�uI�','',0,'?'),('�����Fe�	57[�','wp-content/plugins/wordfence/lib/email_newIssues.php','/home/sleepingsolutions.co.uk/public_html/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','o�9A�	�������','��\Z� 4WA{�5���8j]F��af�oĖ','',0,'?'),('�D*;v(�.Ҳ�N','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D-SgH�-�b��C\r','�\'Ht&�V�Xz�Q*�\'�\0��D���ll)r','',0,'?'),('��~[�MZ����','wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K<�zI�ee��','�.�Gڕ\Z�K�#��Х�G�G�[���v��S','',0,'?'),('����UNEA�g�t','wp-includes/js/customize-selective-refresh.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('���N��=��	�\'5','wp-content/plugins/wp-cerber/assets/flags/mk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^(�j�g��p�','�+%}�vc*2�d_/4���\'�V���eb�1','',0,'?'),('��v�ڝ��v��J�3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�k7ۻ��+���','��h˨d�0��*�U|��\Z�7!sJˁ̋�.','',0,'?'),('Ǚ��G4�|@Z�/A','wp-content/plugins/elementor/assets/shapes/clouds.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J4�^�u��R�5g�','��u\Z������nDA��c���l̢�V�','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('��_9�w[o����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�`\"p�q�!�Y��\\','�?�Ҩ�X%��oA���Ӗ�r%�tO.9l޼','',0,'?'),('�#�$����Ħ\ZRt','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|3�\'��>G1�����','�k��:��URy�c�C�-ZF[�`��\\�P','',0,'?'),('��v�i� w�Dz�','wp-content/plugins/redirection/locale/redirection-nl_NL.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ܤu��|�׃^n*6','�ms�SpEu��%���럁��ie�_?g','',0,'?'),('�]ҫ�#�%��y�ڍ,','wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	WdnO�;s=?���F�',':A|%�\\�C�q��E�.T�vO��L�\r\r��','',0,'?'),('�Dj�N�T9�S�AI ','wp-content/plugins/wpforms-lite/src/Integrations/Loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#sz����]��>ܩz�','�	W�w���i+rX�S�ʷ�v~�DR���:}','',0,'?'),('��l�Uy:e4�N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�4�rӻC 0wz�k','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T,D�M�W�Hz��R','kJ�8��%�u7惏�㙡4�F�J(t�','',0,'?'),('�;s�B!U��5OT�','wp-content/plugins/wpforms-lite/includes/admin/class-about.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��>�O�o�\"�`�\"Xc','T\"����Mm��9ACf�d�U�Z��X��_�','',0,'?'),('�sܐ����\r�!l','wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ǂr¡� s�S\\)�*','�����D>\Zwn���EwQ*e� �h���S�','',0,'?'),('�t�YSQ/[��R�C','wp-includes/blocks/gallery/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���\Z%�g�J7e�','\'p9.JF*om�r���]��\"�N���H/���','',0,'?'),('*�d�a�+Ү\0V','wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`n �┎�+��U\\�','�m�Dp�)(ӥ��<��bշU��裶A:2O�K','',0,'?'),('��W�����%�Ȏ�','wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!����)~	�3?)','���-|$_�v�$�E�\nu,!�\"C�&?�A','',0,'?'),('�Խ��G3P�*��K','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','ѿ�CT��rW\'�dc�','�װ�XH�j���\'H*ڮA��|BSng�','',0,'?'),('L�-�@.o��	>}{','wp-content/plugins/burger-companion/inc/anexa/anexa.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/anexa/anexa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cc�%�Z9Tˉ!>BK(','��|���4e��/�����U�_�\'R�.','',0,'?'),(' GZ3�A��pkY\"�','wp-content/plugins/elementor/core/debug/loading-inspection-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+XM�^�!�,M9�Iy','��\Z����rf�����xT~y(u#��^E','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+��\'|�','�C�Z���hau�ݣ�K�Cif!�����\'~F�p','',0,'?'),('#f�6it{���[�It','wp-content/themes/astra/search.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' t��܁��q�R�~�','nT���2C�v{\r�sg����]�0cT	� ��e','',0,'?'),(';�\0v�z��Xz<C�AI','wp-content/plugins/redirection/database/schema/231.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/231.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�],N�:��p��3�','���iP�x�]v��Ӱy6����zП3d8n��/','',0,'?'),('H���~{ppN)�聻','wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�_��}3o','����t>M�ѓf����7���h�J����','',0,'?'),('H���l�����,','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_MessagePresenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_MessagePresenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��Z��?��T�','�\r����!hV-ӊ9�\\��Ĺ�3	�&$y','',0,'?'),('[\r%M�{/tRe��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��wG���̎aR','�n\\f:X��pk��U/��)���)��ˊz?��','',0,'?'),('\\���\Z�e	�)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('^p��\0��j#\"Ĉ�','wp-includes/css/dist/block-library/elements-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sH���H㑡� �','/�hLLʭ�ShH�����J�Ժ4 � \"�?�A@','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('{���#�(Z���0<��','wp-content/plugins/elementor/core/admin/canary-deployment.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_��2�����;��#W','������#��ɵA�xiNi�a%��0=�h��y','',0,'?'),('H9�d��޵��`�','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��n0H5I#]/q','�6��ñL�zJEa�� �����qF','',0,'?'),('�]A��A$���/5S��','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�l�Nhp��:�*Y5','B#~�>:�4G��$�I�\\#�d��\'Oi','',0,'?'),('��R���u���N','wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���сC>\\S85��GS','Ýop	���_+�\"��V�S?Q�|AC���J6͞','',0,'?'),('���\'� xRJ`R','wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7����^�\Z�','R�5QW�f���Rߦ�_tx�?%͚���','',0,'?'),('�$8�7���O��_c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�}��Xe{.9�\\','V����E��{Cm�J��#@�R-#�J�3','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�$8K +�%�B���','wp-content/plugins/burger-companion/inc/anexa/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/anexa/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��j�c4��Ǖ(pG��','w8�^�A\'��!�:���)e�1 dq�','',0,'?'),('˥+̚�������','wp-content/plugins/elementor/includes/settings/settings-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&���q&�3��y��','\\�/(��\0���3�$��@�.ea?AAa��','',0,'?'),('΢�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Mֻ�\ZV`�ͭ\\6','wp-content/plugins/elementor/includes/utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�H�@�k��l>\r��','�{i_>�-f�w��J\"�t,�x�V�ȋ?��=','',0,'?'),('�/ΰ��F�ٞ�?�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�+V%�b}P#���','�hEP~�gߪ�QR=[ն�k ֫���=a!;','',0,'?'),('��x�-IY���`��','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҋ�m�����>~�',')���9���k7G�&��M�J�������\0�N','',0,'?'),('��\\��h\Z��)Ġ�','wp-includes/blocks/paragraph/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�g\'�B2�D��','�8/�p��nƁ2:4<��\'s��By�{�2n�','',0,'?'),('���^�@#��d�Vѩ','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rey���� SsŦ�f','78��[{�\"G���~�O�	[��bhJ��Տ#�','',0,'?'),('�P��\0��6�r����\Z','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=�Ҹ�1�\"o�\\','߿m	s3%��(��g�X@�Y.�l�/�^]r?�','',0,'?'),('�*Q.	�-c�%�D','wp-content/plugins/wordfence/lib/flags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('��V��v2+�\01�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lFч{�K�����','�&��7�~ϧ�)�`Q�Y\\��c��','',0,'?'),('�%�4>�]��\Zw�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ő%���uH�I����','N�p>���u����j�ۉJ���2�E�	�7','',0,'?'),('\n	M�I�~�YEO��]�','wp-includes/blocks/post-featured-image/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�.T��L9�Nm��','\"� +�h8�lx&9Ǝ��S�­3<{����','',0,'?'),('\nE(4.�-���)��]','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��c��#�쮵�','�8�R�n�fT�R�B%%���]�Y$p4�Ε�4','',0,'?'),('� \Zq�Tl`','wp-content/plugins/wp-cerber/assets/flags/np.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/np.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7y��S��]@9���pYg','\Z��<�\nW\r��ϐ�M���=�~��ae;�B�','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('Ʀ�+����W�f3','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b\0B��45�Li','�[Dsc�^8���I*�K8�۾��$͘�ذ?�9','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('a�:��\Z��=�','wp-content/themes/sydney/images/1.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����4�]��ޫ','k�zy�/���z�_�����D?��߷l�g/','',0,'?'),('&+\\ajf�D��','wp-content/themes/astra/inc/core/class-astra-attr.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-attr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���:$��\"���','�t�(��wM=�v�h�)p�{����u�oT��k�','',0,'?'),(',������)Q\r','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��,�z��:��w�','��I���Er���y���\n�!%)�\n1�W','',0,'?'),('2@�.6��n�9X�R','wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/ModelTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/ModelTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�i}p�8�s\"q','FY-��n;4-bQ�\'��Wh�	�19���','',0,'?'),('4;V��\'�/����f�','wp-includes/js/jquery/ui/effect-scale.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�폢D^��+','\r$9��%4�N�r��7���2��(��r���Ϩ','',0,'?'),('5��W�z�?���|A4-','wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�F՗Ļ����q','^\0Psx.˘� ��Dz-!�C?F��i�.]Ay�\r�','',0,'?'),('7���OW\n@�a','wp-admin/css/colors/modern/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�n��9��>��m�_','��@�#����+r٠&���1J�YX�0','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']#{�1�����&v�','�^P�b.|�=>�S����#\'\r�l�]�^�','',0,'?'),('HK���q���<<�3\n�','wp-includes/blocks/navigation/view-modal.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����7�njp1��x','>p�E�;A\n�������q�݃���,(2�	','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Flkٮ�<v�wSH�\\','-@��g %�����uON\\}@l���f\'���','',0,'?'),('\\c��h�{�xL','wp-content/plugins/wordpress-seo/src/deprecated/i18n/i18n-v3.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/i18n/i18n-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�L�_�	pQ�n�P�(','(��zl�uH��8&%n�F�dڧ��A}y\"֜�]','',0,'?'),('k�Z���-�G\0C','wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vZ�n�@>�f�%m�>','#G���48$oH>�N�_�3�T{��XH��J�1}�+','',0,'?'),('rM��Ä���e��','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','((M�5�3|\r&�V','��_��\n`��\Z�…�(�R�]j�A�','',0,'?'),('��;�*�F\'u����','wp-includes/blocks/code/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0<o,�%S�]Zn�S�','.��D_O�Dч�|Au�s��݇g4��e��','',0,'?'),('��q��YG�%����B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss','/home/sleepingsolutions.co.uk/public_html/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','L��Ey�Fp�`�����','���،�@C�B+��=\Z���������','',0,'?'),('���C\n���U���','wp-admin/js/custom-header.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('��.�T1�TVp\r�qO','wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���}A�>�d5i[E3','Zg����Uj�tήh�`js{l}t���HwI','',0,'?'),('�����Y����5g','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�/�]dCH�o-�','x[�`�ܧfGn�g.�w����W�|�����0','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�x�a5]�&��K�R��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}7 ������\r','��q�l�bD�q��@F��˶]�̞�#','',0,'?'),('���q�*J7���','wp-content/plugins/updraftplus/languages/updraftplus-tl.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��J�V���Ȝ�H��','���z����k%�}l����S�f���Q}','',0,'?'),('��ٕ2�*����NI�','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����1;!�9M%�','�;\"I�t��H��@���>!�L4k�����\rN��','',0,'?'),('Α�\"����NK��Y','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��y�\'��n~xF�','�D�$O�yR<6<�[�;�˛����,�','',0,'?'),('�>�*a�\\A8g��F$','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?!�Fi�3���\"��','>鵂\ZBql]M��r?U������\\�>m','',0,'?'),('���+�5��N','wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('�-���]��J�㐛�','wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�(��щ��~�','0Ёn��Dhu�� N�O�=��\"C47}���G','',0,'?'),('�/�U�R��EǬ6��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��jGm*fYE��\\T','�{��ޞ���w���n\0qɖ�:w�$\'WN+Q','',0,'?'),('�甾ɘTu��77��;','wp-content/plugins/elementor/core/base/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�����A����V��','����V����I�Ѐ,/ ����Ž��㡵f�','',0,'?'),('�@!qV����n��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r0H,��f4U��ǹ*I�','�Zs�{�Ζ��mQ��M�O�Q�.�I�~.v\0_','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n �N�Y��Fr��:','��r�R�YLX�	��\\���P�JL(�	�H�','',0,'?'),('���vL���:J����','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�Z�ɳ�|3�','��_��i���c���B���7H�%K ��','',0,'?'),('��nE�\\n��z�>iP?','wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�-I�|���\0[�K��','YU�I-�>�@�v�0�\":��\"r��Z���U','',0,'?'),('U��ǭ��� ��%','wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gI���w�;3A>r�','Ms�\0��x�\r><���7���?\rk!�(�Ɗa','',0,'?'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#�u\r27���fh�v','��甘Ʒ��Ar�a��u<_@���bM�Ue�','',0,'?'),('���7W�_%9Z�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�C��D|i','�*��TAY��4C(�.u\\-���q	Y��','',0,'?'),('\Z��) �%iy�δ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('\Z�(��K�6���tQ','wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��r�wMY/j��R�','��d2S�wM<�;�N�.�GA\0F�י,���P','',0,'?'),('#U�WXw����za�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�螌�.$=�nK��B�','�_��6�[�3IIxxcy/5q\n���z�M','',0,'?'),('$N�N�s��t��6��','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sA��AE�yP�','��x����\"���c�d4���{��莱�','',0,'?'),('&\Z���IM��ŀW','wp-content/themes/sydney/content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�K������(\"��','��V�\"VR9+����W�A��(\'g �:,','',0,'?'),('&Ƽ>Ex\"�U��','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidOperatorType.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidOperatorType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��⿩��~��m\r','m�u`��֐�ɤ�Ξ�|E-7�\"�2o���d','',0,'?'),('.�D�\Zy�R����Q','wp-content/plugins/wordfence/css/wf-global.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-global.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��B�K\'>��0\n�','����<��L������&<G��6Y���M��~','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@O<�.<)�$�ޓ��','\Zޛp���	���>��B*\'��^����T�','',0,'?'),('?�~�>Zs�Z@����','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ތؒ�t�S��','�� DZ����PO���AHX���i�b��NQ','',0,'?'),('H�7�%T�~_�\0%D','wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��.4���}�','����1�)��I��F���;c��<���%��','',0,'?'),('I�����3k��,3','wp-content/themes/astra/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�߆��p]�qS�]','Z��Rp�9Q�f�r��.� �\0X�<���6RW','',0,'?'),('JD�\ZS�/�o��77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�������q��=�','�ݱ1\0E�\rpct�´�r6�C�[��3-��','',0,'?'),('LVr@sR����C�}�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc1z{���\'/�@EHl>','(�\0���-��� �!ߨ:�k΢>�I\n�.Wma�','',0,'?'),('R�r�r�(�ȟ��P�','wp-includes/blocks/media-text/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���&�*����6�0','�d�z���˝��Gt�1�(���2o��)F��','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"����	���qG�','�>q��Qp����+�*��Cx��<���','',0,'?'),('Z��`8����d\"�','wp-content/plugins/wordpress-seo/css/dist/dashboard-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��a����g�p�ݯ','�&(�EĿ��iP�\n�jX�C�%q�͂N�','',0,'?'),('[�Y[���j��Lj�G�','wp-includes/blocks/search/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��嘻�S','��-N�k\"�,[�[�j�_t -�X�O����','',0,'?'),(']\"�!29mD7��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$H��Lj��� 	[','�Y�0���u���_���[/�P��έWQ�:','',0,'?'),('f}\r�{D��w#','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eK;���L_�B�\n','\Z��,FD��g�C��ec�<��*�A��͉K�','',0,'?'),('h8�ʯn��-��	*','wp-includes/blocks/buttons/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0{\"=0E��d�9','Q��o$$̐S���WD��}	�{W��.N','',0,'?'),('q�[H\re�[�{����','wp-content/plugins/wordpress-seo/js/dist/languages/ar.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kx���ザ�;��?�','`�WDL�Saa�s�U+���?�~Z��\\����','',0,'?'),('z{�VXa�ҒޚV','wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�]i�t%�ԫoX��','�x�f1x�	Fr��\n9���]���\Z�\Zp�D�','',0,'?'),('�:	�Zl@�O!7�e','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���X�K�a\n��ܰ:0','��nb*�l(��l*��J���,2p�0�k /y�','',0,'?'),('�M��{\"l*\">W<��','wp-content/themes/astra/template-parts/header/builder/components.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/components.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�?Ea��)���\0�','�!����ٟ)��.p�\rQ6�\'��O/�~P�|','',0,'?'),('��4}8�h�J\"g��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��?�ǑA�.�K�\Z','���qg�q�C�(*�}��NA��(�F�\r����','',0,'?'),('�9��>���7','wp-includes/blocks/site-logo/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҭ)j.G�Ơ>�','S���~p]^pT��7�mn�.��E��2V��','',0,'?'),('�,�4#��(�#','wp-signup.php','/home/sleepingsolutions.co.uk/public_html/wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�$���|n@�0��','�]�Њ��g	j��\Z���w����5x�#a�','',0,'?'),('��,��\\P~��0y��','wp-content/plugins/wordpress-seo/src/routes/integrations-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#��U��7�V�x��\\','�|�3�\Z3S��@���F����{�ۡ�','',0,'?'),('��L9��}�X�)�','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\����W����K�\0','�mH\\.�`����:J+Az���7�JQ�y\"x','',0,'?'),('�][\Z��\Z,�ztC�','wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K?�H08�F�&x�@s','q��;W�����c�2:ڄ�P#�]�CO��{,�','',0,'?'),('�|����㭹��Gc','wp-content/themes/astra/assets/js/unminified/extend-customizer.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/extend-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�V�m�� �!��D�','�4GۇC���\0 �ܺ+�J��;���=5f��','',0,'?'),('�)�Pe��D��� s','wp-includes/blocks/group/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����W�@�GB!?','�YTl$f���u|�O�bم� �#놊�)���','',0,'?'),('��X�����β�}�[�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(bs��b�3���Y�-','�ہ��z�,񸍃?θ��cW��R�9�t�','',0,'?'),('��d�f��\"�)=�6b','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oFJ�i�~q�����C','Dn�x���;VBu�\0G��蚃�`LZ֊��','',0,'?'),('�v�+[.I$�]�T�','wp-includes/style-engine/class-wp-style-engine-processor.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a9!�zY�ӏ����','քLU������a�v�r�B<ݳ���R���','',0,'?'),('�HK�:���s�#�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-htaccess.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�o�L�����V','�	�Aǚ��o��H�BL`�WoJ�\n�nJ','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���I�x#�n��','wp-content/plugins/elementor/assets/js/16cc717bd1ce2da6f96c.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/16cc717bd1ce2da6f96c.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E,�^A��J5�.�','i�/�%P\np�v�?%B.s�P/C+<W�@��h�7�r','',0,'?'),('�E\\�e����1qp','wp-content/plugins/elementor/includes/interfaces/group-control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����~i��S�B!VZ','�������Z;+�ùf��y�h���������','',0,'?'),('ڲ2�[�W��\\���','wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\n�;\rj�y�{���H','Q4̀�hA��|sLvb�k�a��ɥC��T�','',0,'?'),('ۑ݀m�9��l�^�H�','wp-content/plugins/wordfence/images/logos/shield-premium.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�-ȭ\nQ��V�','?mUL���-l��ZOI��,XS�M�׭�ޝ-�','',0,'?'),('��LI�#��zP�','wp-content/themes/astra/assets/images/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/images/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bLH`��\'�a���׊I�','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),('���h\r��	�O2a ','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��4�����|��ץ','��/$(K��+W^��� K�O�ؒ<Mx�=','',0,'?'),('呸�M�+,��wm,�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��T�F9竾���I','=���b�]N���=�%2L׶���¾�A��','',0,'?'),('쩯��b�/�y;�f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��F���`�Q�\Z]�','wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��GI?��N� V���','�K�d��_��vS5��~3�e��xE\Z���','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php','/home/sleepingsolutions.co.uk/public_html/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','F�$��ۭ��w�k�_,w','|�D=�<f�YDB�9O¼~e����A��[','',0,'?'),('������\0�V�d�W2','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n̬�\'�^���e�{g�$','�B�^��x^(�H@W�q�s���O|�to��#','',0,'?'),('�H�\\���O?\ZvW��n','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v���o�;���$�','(�H\r���Q�o����U����Rm���G4��6','',0,'?'),('�\\�{����ԙ�UV�','wp-includes/blocks/navigation-link/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Z5�̒9h','S�u�V$t�λ���S��\"�\0p�$��q�','',0,'?'),('��y7��MA�@���','wp-includes/widgets/class-wp-widget-rss.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_!�uG(R-��Tr١','�d�nrz/��:dj\0��\'<�o͒4B��:�','',0,'?'),('\rS8u���יv���','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1670945819.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,'?'),('5C9+bs�� ^[','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t Py�|�ϕ2m�u','�����7\']�-�F���rY�J<�����]','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��φ���z��ʘy��','��=���&� �-�d��.�U��!xO��(�','',0,'?'),('4��i���n-����','wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xZ���Tl^[�','n��ͥ��K#�����ߵ���R)RZ6˯	�','',0,'?'),('8�ދ�J�\'��ݻ�','wp-content/plugins/burger-companion/inc/cozipress/cozipress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/cozipress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\r7t\\�v�̈́�R���','�ϐ��=H�\Z�e�L�TF�\r;َA�\r\r�','',0,'?'),('=�	��\\vV�����x','wp-includes/blocks/rss/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�- \n�ثYk�{�z',' 6/}mz\'h�S��4���^�8|,m�','',0,'?'),('A<���0����aә��','wp-content/plugins/burger-companion/inc/spintech/sections/section-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�¥����!]7�','����G����9\rݳ�5�D���ȝ��','',0,'?'),('N��cܫ�#���d��a','wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\0�\'uN�>��4\0�','��sk�<g��ny���|r�0��� \Z����S','',0,'?'),('h�/=b���\"	/#�o','wp-content/plugins/updraftplus/includes/tether/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�p�إ���i','B��?�\"{\n�``�|H�W������j�u�','',0,'?'),('b蹨N�!{\"���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>>Q���+�����\0',':�i��$��i��ny����Q�����6\"�Gn�','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��饑�m�=���','gk\'�g�\Z#�%���w��<�ͽ�cWC���d','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=���L@�ʐA��','\n�S�Y>�l�*ϸC@z&+ z�dAW���w�\n\r','',0,'?'),('�\ngbx�D��e��5�7','wp-content/plugins/updraftplus/images/notices/support.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���Q�L�w�צ��?','��߯�i\0a�1������)+#�_x�_��','',0,'?'),('�\\�\n&��Xp���-','wp-content/plugins/litespeed-cache/assets/js/css_async.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/css_async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�������=j����',' 3����� g���nAo�*�\ZlO���','',0,'?'),('�� �t�\n�5	��','wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GVJ�~\0 �ݺ�R','2�SX:p�\r7��\n@㍾8T�\"L��\0�C','',0,'?'),('�M�ġ���wwK�N','wp-includes/js/dist/development/react-refresh-entry.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-entry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��܇�{�{AvƸ�','�Է,�M�w}��_�9\'%���\0y��b','',0,'?'),('�\"�sybNl-���','wp-includes/blocks/preformatted/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��f\\,�t_����0','wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<[�O<\"���D�h��','�n�%6��O��(�맇�P�-c���χ�J','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[uz$��\rWcY_','����.����?�i)PyhXo5�	Cr�/i','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php','/home/sleepingsolutions.co.uk/public_html/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','�2��F�O��-$U.�','��\04H(��L��h�r�a\\֜9�.xC��,�M��','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6Ѿ��\\�a6)�','i����b�nOH�s����:(K@�ڠ��','',0,'?'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�ږ_����}��3�','�#�L�&$�FΪK#�\"�`Ԉ��MC�Wd','',0,'?'),('Ȓ\"N=�L��.�U','wp-includes/blocks/more/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5B:�\Z.+��=�w�','H4κ�	��-�U��y�e�=�����T\\','',0,'?'),('��6��\"���ג','wp-content/plugins/updraftplus/includes/Google/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�����ZK����/�','Ʒ-��)۵إ��z9����I�p*��#�I�	','',0,'?'),('�|�*f���J�m^�L','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vz���%�6��L�U','��i=��qb�e��8q?����}��kM��C','',0,'?'),('̸ԺS�u�,DX�m+`','wp-content/plugins/wp-cerber/assets/flags/gm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','џ凣8�OM�SNp�H','��<pn�\\�Z,х*�&��i�X��E(>~v','',0,'?'),('�(�\\�2m\n��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]���`\0�;!(䂍��','Jx�=*e*{(vP��7�Y0m,�$t�:Q!e�','',0,'?'),('��ϝ��6=��̍�','wp-includes/blocks/post-excerpt/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('��Â�u�,^>؀*','wp-content/plugins/burger-companion/inc/cozipress/images/services/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('��{=F�\n���a�','wp-content/plugins/elementor/assets/js/lightbox.7d480a6e916905e5fb93.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/lightbox.7d480a6e916905e5fb93.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��s�D��W��	!','���%Eǟ�;��H�2*ߖ��\n��G/$v','',0,'?'),('��h��7I�2�@��','wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VY��F�26�4,','^�m%�\0�0Q�)�c��&�k&a��볒��d�','',0,'?'),('��)���iٮt�v�J','wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�쟚X�n�W��\'fP','��e��USq�����|��(v�y�V�%��3�X%','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��CECZ6���e�','\\W��.£���;\\	�K��[�zHEI�8��A','',0,'?'),('��5��F���bA��','wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JT���$w�R��Z','�C��82Z\'N�C���c)w��7pſ�є/','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n�L��jdBS;S?','D;U�\\�Q&�G���U��κ�\r����p-','',0,'?'),('�ԥd6g]Q���O#>�','wp-content/plugins/wordfence/lib/menu_install.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tLYN������','V۽��%���#LJ�o��s�\"M\\�>6�����','',0,'?'),('\r�e����K�g��.q','wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��i\\\\��RY�v�`�','�ע�!g�|�-GO$Mo.{�t��/�K���+R','',0,'?'),('$�H?.0h����','wp-content/plugins/wordfence/lib/wfScanEntrypoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+#F%I�A��','����1M��|P�k@�m_�W��vA?�v�z�','',0,'?'),('ɢE����GNj��','wp-content/plugins/elementor/assets/js/elementor-admin-bar.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۀ��f���','Um�6,\n�_BL��ۘ\'ӈ�֏X_��/��','',0,'?'),('&�J]z8.걤K�*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����w^B���X1','�ts���`3�9�S���Ȋ_g���^�8','',0,'?'),('�s��y��%#�r��=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LΫ��C�a���\nd','��Z��W�\\Gץ0�t��9�/1�W1���','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('-��\nO8�U�E�{','wp-content/plugins/wp-cerber/assets/flags/bf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZIO嫒�<�-L','I�}xh��bȲ\'�Gj�dG��0�\r','',0,'?'),('.���+Ȕ��YU�','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����e��z���','���\Z�@����끂Ga��e�5c�S��R�\\','',0,'?'),('1+ቓ�ɚ�:�׵L','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�߼{]$>�E/��h��','q���0��/cӮ\r!\"�6��8./�vgۦ3�','',0,'?'),('1a���������?�l','wp-includes/blocks/comments-pagination-previous.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�\'�ߔ�3�7k]�ZZ','3[,�n�G���1-�X�{������#����','',0,'?'),('3��9��v�&/�Cd�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0ld��lu�O�:��','��[��y��\\��پ�8*�&��= ��','',0,'?'),('F��e���}�(��','wp-includes/js/jquery/ui/dialog.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E���Vz��m���X','��Y�H���3����&|o��z�Z:d$���','',0,'?'),('HQe�$t�g�V�X�;','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XJ�e�Q�w�y;��0','UL}�S�ى�	�G���3b���6�bO��','',0,'?'),('U�=Cm;:\\gI���C�','wp-content/plugins/wpforms-lite/includes/fields/class-email.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�La��Y��t��Í�','����Sm�h~B���(҂d��R��,�','',0,'?'),('\\wJ��]Բ�)��','wp-content/themes/twentytwentythree/templates/search.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/search.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��̀Y��\\H�@�','�t�q~��ה�0=\0�-�S�N�zUu��','',0,'?'),('_�^����C��P�O','wp-content/plugins/wordpress-seo/css/dist/admin-global-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��ꢔ-d(F�8��','�<a�\r��j��Ma�����狊�� <#b2͑','',0,'?'),('go\rh�B�\r{�Jc���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n��Y_�v��.X7','$��K����J	X�4I�tU���VR��\r4�&','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6��������5�D�','��5�t���i�kt�j3�\r��h�v�acJ\r��','',0,'?'),('k��[V�l��Y�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��v��b��','_W䰈�V�fP�0	�[�i�L�4+��S>�D`�','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('t#��t��\0�o��G','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�,�f��}	�%x�','a��-uܰ��#~l��m_�D����[f�#','',0,'?'),('y�BɌ�l,\"�^��','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s4E �yF�`�p|U','��F�8�$R�Y�]�o�*�FtЏ�D<�E�','',0,'?'),('����X/��\0��	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iJ�B�!<\0','V��4�^�C�D�\Z��������;��U�z','',0,'?'),('�-[�����z��f','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�g����C�W`Κ�n','L/�*��>�{&7>|z�d-w�a�}�gd�S','',0,'?'),('���}/�pS���','wp-includes/blocks/page-list/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\&��h%\07&�9��','��@������[v��DSyޞ����b��y�J','',0,'?'),('�|f���g�`\\z�R3�','wp-content/themes/sydney/vendor/kirki-framework/control-generic/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��Du��M�GDV8*','��8�\0n\Z�ɑ�Nu�Y\\��囤L��?Is�','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)%(KԞ$�nN��3…','>4s(�d��R�t�Y�Yv�y\"����� �CR`?','',0,'?'),('��q ����%���Pd','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kO`�?�L��t�','4��8��5��#����u2$�Uzg&�ޫ�18','',0,'?'),('�\\i�Gϴ��R�:E','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��CQq���[��R�b','��w��Tw��U�[���s�Ťy�R��s','',0,'?'),('��\\|��b�iW�pJGf','wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,%o`��2X#K�`\\','h[5�&�	f�KHc��}���*��\Z����','',0,'?'),('�v竸6���K�ڐ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j&y���\"@�tQ�',';�0Bc#�j�u�kIirR\"��L93��(�','',0,'?'),('�VQ;\'����~��\n��','wp-content/plugins/elementor/includes/autoloader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&c�?1��|_t��g/M','�֐�4��}9���z��+��F�x9 m���','',0,'?'),('�zCKW�][<�\\d�','wp-content/themes/astra/inc/core/class-astra-theme-options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���Z[V\Z�;��','3�A�E�~�����j=u�(�2gs/�S�F����','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UԔ\r��UK^\"�h��',',�ؓˑ	>�v�>a�����\Z��e\r��v','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C@$ҷ�SE��#�','��\"�y�䓧��}��^H�z�%��Z��у���','',0,'?'),('�8r���~x�T�F�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uTY@�W�E$��g{H�','�	9��j��jQ(�}H����:�T\"���0�&�','',0,'?'),('�z��a>`<��!�C�t','wp-includes/css/dist/block-library/reset.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jʵ�`��l٪����j','��x�c}\r����m�h�\nY��\r�ޒF�m2','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�\0���3d]k���','�*�q۞})�Ȃ��|�n��\0 �&|�b�i�','',0,'?'),('�S	����g	N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php','/home/sleepingsolutions.co.uk/public_html/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',')��֟l=��q,쇘%','�K�X�&z.=\\e)8��L�T8����h���P����','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oP/����NC.3��','�I�CK�]�sX�\0��Jn�v��j2�T�.�}hG','',0,'?'),('�i\Z*&x�{�:,��','wp-content/plugins/updraftplus/vendor/components/jquery/package.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4R9LU+�fTr)\\���','��	ʺWnD�}��\"D���_�@%R����','',0,'?'),('����?of7윷�','wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�d+Ʉ4 ���d','7�,�a.k)���>�!R�W\'��v�96���T','',0,'?'),('�3ƹܕj�bi�Υ�','wp-includes/customize/class-wp-customize-nav-menu-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���-�;O\'/u','����P2z�� i����߳1��!�^v>B2��','',0,'?'),('���Z�(�\\�Q�\'?','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ST�~���1K\0{U�',';��V�N� WtZ�\nL)H�ɛ_T�����|ȄX','',0,'?'),('�\\�!�&��z�','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�!e(�i�:h�Z�','i3��F��\0i7�\'�Td�L��F\0M}M','',0,'?'),('��4puD���I','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~e��oV�U�-�','+�(�T��EBn���`UHK���0��v6v48A','',0,'?'),('\Z6B8��c����eg','wp-includes/blocks/shortcode/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>c�S�/\"�؇$��v','�ky�}�r�C��\"�Q}�3��i��$>V�','',0,'?'),('0;�=c\'\rX⅖9x�','wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���},scOx.���L','fk*��A���!ё6��U�k���Ǹ��\r-�','',0,'?'),('2�$�$�K&�fw ݪ�','wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^>�����/�R�','�|e�Y�a�����\'�X�5r�B���ӻ&','',0,'?'),(':!n{G=��?�w�E','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�(j|ewR!�{;�','쎅g��9{�u�>q���&z��~m>����`DB?','',0,'?'),('>H6!�sr���\rsRr+','wp-content/plugins/burger-companion/inc/seokart/images/team-img-5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oJu���$�8��;�:-','��%�D�<T8xa��N&��%�x�U��/DY','',0,'?'),('B�u���@m�w��A�','wp-content/themes/sydney/images/customizer/sidebar-disabled.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-disabled.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia�=c�0~4s�Cg','\'z�!���.HR�a�f4��,�6Z���s�','',0,'?'),('L�$��Y�y���E١','wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D����9�(a�','�k늦[�ގ�(A]�;iBI�\\�+\r?���z','',0,'?'),('W�=ԝ����i��(','wp-content/themes/astra/inc/addons/transparent-header/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':)��N�~\\�?�ފf','T����(��H���rl�)�� �KO��;�','',0,'?'),('_Sߓ�ؔV�VZ�','wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ڈ�l,0+�@Nŷ��','4ej@�� 4�\\��[�\r�&�����u �;�D','',0,'?'),('_�j%�B��Q?M','wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<O��;9�|��5����','�.���J46��Em>fN*�L+�b$E����','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('f�G�-��,��\"k�','wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y���@Z$�/v��','\"�ا�}��o���gv.��Kj��Y��9T�','',0,'?'),('j���Cj\'5�{����','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('l\"��p������q�Z','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ng�d�g�c|wW�','���3A2uy�ܤ����&�VR�U�;�m�zY','',0,'?'),('~�x�Q��72��','wp-content/plugins/wp-cerber/assets/flags/tc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�t!�O<\n�u�','�\r�����/ޏ���� �t2�����H','',0,'?'),('���Ԩ�`�9���','wp-content/themes/sydney/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߵ�j��9.��9�p,','��a�ԧ#X�8���t�XB{��ѣ�=;���5�','',0,'?'),('����D-hw~OZ','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-testimonials.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-testimonials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_Ϟ��¾�s����','@	kR�qX�fE��T�	���*��𬲀7','',0,'?'),('��,‚=9���h�6K�','wp-includes/js/jquery/ui/draggable.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8H��Jr6�x�\\','��\n�!�Q���Α���n�LA���:�<�','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('���\n�h!�h�>ƂD','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZD���9���\n','�����Wz�g~Yo/r@�1�{���Qf�','',0,'?'),('���*�5M\"�./�hg','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Av�\0\0��=�c��','��߆��VD�5�o�z4^��U��$�g\Z�','',0,'?'),('��]�Ɖ	��e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css','/home/sleepingsolutions.co.uk/public_html/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','�ld��d�#H{)b(��','#MZ��C�7�e�D/�w��f��kip\\','',0,'?'),('§�V5T<��\0G�}','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��\0`�,B��','�xU��Ʊ%��aBnz+����!��@','',0,'?'),('����%��x!J?�2','wp-content/plugins/elementor/includes/widgets/social-icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ۈщf��P�0��','4�X��J�<��ayD@��)�ʠ��8;���<','',0,'?'),('Կ,6_���xd�ʞ','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�|x��%rr�P�\rV','%�1\n�яr-4����-�x��ڠPJE3�H�r�','',0,'?'),('�#O�������X^�v','wp-content/plugins/redirection/models/request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ӹx�v)�W�o�',':H,�}��\"V%5`<�Z`��u�T5\\}j���u�S','',0,'?'),('禐Y��wS�de.ȁ','wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Uu�Č���ʑ/q','�Ơl�^�5�Q>��+PI=��+}�����/','',0,'?'),('�7\"z��Z�J�N��s','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��cB�[z�k0�۞�','_�KA�*�p�A#�ʄ��q�^\r���\\�','',0,'?'),('��>�/ᡇ_����','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��˺�XH_�[ϓ��','������jtS�d�J�]��DާQ����','',0,'?'),('\ZmMcsr)�ԩ��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�.�\Z|9�;��z	Z','��	܌تB���va+��\Z/:�L ��n[v��F','',0,'?'),('\Z����s��)`','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�3,S��\'�����','��%�:���׶s�FJp�*kb�_Fjׂ/�L��','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�K;\rMO�%�Q̉�','mʌDz@L��,�4;�ʤ	#�J�����k','',0,'?'),('\Z�<�h���\'���','wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������5�.(�Ud	','�H�>~R�b�³s� .�t�������;h�','',0,'?'),('\Zj���p��c�i��eG','wp-content/plugins/elementor/core/schemes/typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�F͝�m1��C~�rQ,','��OԵ@k`�����=m�c\\�m�	%','',0,'?'),('\ZO�3F5K�;�@ �','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php','/home/sleepingsolutions.co.uk/public_html/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~�32��j�3�1�','wp-content/plugins/wpforms-lite/src/Access/Capabilities.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Access/Capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�#2+��K��3�l�','�\'c/�`VDH$O�)�+�fqATa7����','',0,'?'),('\ZS��ƌ�bF3�L�d','wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�%�����V�>U','X��cW�>��#3��YЧãқ�D�Ju��̤�','',0,'?'),('\Z&6a��dmȻ-L�\"M','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9F��4@G�f��','�;���0��*0�2f_`�r�cHD�ԫe ��_�','',0,'?'),('\Z&�cR�< FiC�','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php','/home/sleepingsolutions.co.uk/public_html/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','>M�@�ȷ�$9�^��','������N�����A��H�ɻl�M��I','',0,'?'),('\Z\'�N��󌰏�b9�r','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��z�\nmh�O��','�[;9�*���ME[�������l��s��,�','',0,'?'),('\Z?�ǸƢ}5^p��','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>٧�n�YPV2��','����1=M�Z����nzw��&�\0^','',0,'?'),('\Z@�I#\r��F�&��>','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GP�\'F^4���#','��jv�ǭ���vN���^�2̑%�L�O�9��','',0,'?'),('\ZDc�iO\Z�5#,p�','wp-content/plugins/wp-cerber/assets/flags/ie.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�ׅ�B\0n�-��','�&o]i�Z�$�Y��@�w��ox����v�:','',0,'?'),('\ZI\\�X%1u~b��EmI','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img02.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img02.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Л]����JF�\0','Z��ڴ�\Z=k<]��;�PH��>�� `$x�a','',0,'?'),('\ZR}��p�mw?!���','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�H�����i�R�','�Γ�P\r̈́\"Ղ�IK�\\u���G��0�8�','',0,'?'),('\ZS~^�p.�v�9`�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�=���BI��z��','�k*l?�&<%�������,���#�\"�\'���','',0,'?'),('\ZT��Ä9Y\"&A0<s','wp-content/plugins/really-simple-ssl/onboarding/class-onboarding.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/onboarding/class-onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�[߸\Zذ�u�eܻ','���I�2V��\\eOJ�Ѕoʑ�éjA��Wxb','',0,'?'),('\ZUcs�چ��H�{=��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���j�m��d','89���8`���գ����5����i-I\Z�j','',0,'?'),('\Z^��	>�pIʾ','wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\��2��JK_!��','��)���3��^E�j>����YŢ^��1�','',0,'?'),('\Za��\'��M;��ȭUl','wp-includes/blocks/post-comments-form/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~����\"����K','ڔN~�E��K֋4ho�;̟V�o�U��\n\\�x','',0,'?'),('\Zfg�/�7��.�2��','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��N	�O��/	��N�','�i�ȉ{�_��Z��J�q@V�iDˡ���\"','',0,'?'),('\Zpi�f)Jܨ�7����','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nq��P\'F���:l','2[4�S2\'��cS�WY��+\'�>�LD�|2t�?','',0,'?'),('\Z\Z��L�X�?T鍦','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg','/home/sleepingsolutions.co.uk/public_html/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���w�,� -,:�&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����V���֪Pk�','f�\Z����X|��?�L`�\n�G��U�5L�;(�','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php','/home/sleepingsolutions.co.uk/public_html/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�c١�:S�I,T@O�','wp-content/plugins/elementor/includes/preview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��$��Et{J�y$','#�@���La\\�%d]�d)\ZR~�Q�R���','',0,'?'),('\Z��ypw���B�%t','wp-content/themes/astra/assets/css/unminified/menu-animation.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/menu-animation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\"ې��X����','n[�Lx6��r���D�O�\r�N`�������','',0,'?'),('\Z�S�5Ԁ�O��˲','wp-content/themes/sydney/images/customizer/disabled.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/disabled.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���O�:�\'��D','c$�U8W��˧�g+��n�hr\\��i/�Q^�|ؓ','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php','/home/sleepingsolutions.co.uk/public_html/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�	��Ӈ����;X','wp-content/plugins/elementor/assets/js/app.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&8��8wO�r��	�','Q�߈�D!@�/��B��u���`�#�	��e饤','',0,'?'),('\Z�lW8��u�,��2h�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�&�?�v�-���','DEDdm1�$0\"�~pW\'yn�mp���]���[','',0,'?'),('\Z��7�s��в���','wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\'9a��4�g��>','�?̓�\n�Y�Mnڪ\0w�7B�@%*goY2�g','',0,'?'),('\Z�H�cr5�����L','wp-content/plugins/elementor/includes/managers/icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RU1f�b�և�R�','��p���?\Z��JgZl�-%W;GR)�컆�s','',0,'?'),('\Z��Y���Ӑ���S','wp-content/themes/astra/template-parts/content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����w�2���','K:x�W�>n�ģ��R������\n��/V��','',0,'?'),('\Z�h2<��,~���-J/','wp-content/themes/sydney/vendor/kirki-framework/control-slider/dist/main.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/dist/main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ilQU�Z���$j\"','5��i[F*N\nd�ȫ��A������:�;','',0,'?'),('\Z�2�\n���)ULE��','wp-content/plugins/elementor/includes/widgets/shortcode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XJٮ(a��װE�;�','��s���u�;|x5y���42��:[P���R�=','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�b�Z-�~\n,z��t�','΢)�a�����y�,f�5� \'�P>�@{3�','',0,'?'),('\Z�e\n/]\Z���1','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���U�\'�x~1Þ�K','^\\�N�����xN��˰gZ´xi�}p4�#�','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�:И*���>#','6G��K=�Ӓ��ջ�5{56uÈ��(�=O�','',0,'?'),('\Z��\Z:\\��Rf�P�~3','wp-includes/class-wp-metadata-lazyloader.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ٶ=+PX�KU�(�','�]�.5k�a��R�e�����NS��7\0���嘟','',0,'?'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\Z���/�̓��T%�g4','wp-includes/js/jquery/ui/effect-drop.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L2�_C�9�sQ����','S�M�@ :��/<6`�N�[\"L�h,���[\Z6��','',0,'?'),('\Z���(Mы�.Ѡ�\r�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^ܛ�\Z��e�','M�j��Ҭds�3ű�,1 �s���5�8C�','',0,'?'),('JE�F�#�E&,�ra','wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kmk?Te�ήr�q�j�','�.s�ۤn��R׾g5��w�?L٢\"��YE�E','',0,'?'),('\nFNΡ��	����','wp-content/plugins/wordpress-seo/src/actions/integrations-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@9Ɍ�L����!)','�WbCRg\0��R��[évځ� m	;I�','',0,'?'),('p9}dZBw�NN�7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h;q�bI���,���W','�\Z����UL�\0*�}s��;��(]�u������','',0,'?'),('�m�_\"��w�','wp-content/themes/sydney/js/info-page.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/info-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s���u��#÷�','|��$��Ջ�\'���\'�Fw�˜}O	�2�i','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF“\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('&�������͂|d8�','wp-includes/blocks/pattern.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�v\"�.%T��','�~\r�X�IRF�AY���]A��oab���3��','',0,'?'),('\'^	�} -R�Ȗ4�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�kmf--�=��?	ox','���v�Ĭ�ኾ+]^�CR.ؠ�$b�Cf�','',0,'?'),(')���`�t��)m�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�\rrq&������','T]�卲��~�W��H�o)�_�e΀��v�','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('2np�7�;�)���','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ws���!��9�o0���','܅���#|ǘ��ѱVa��K?J�\0%�KI_Vt','',0,'?'),('6M%��U��1c�D','wp-content/themes/sydney/rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jVR��8���s�k��','�(^}�28�Y�*�?%�mT���4����#E\Zz','',0,'?'),('7��������-g','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�P$��;�����','Ս����39��u2ս�������<#�','',0,'?'),('?QF$���2�Ǵ]s','wp-content/plugins/really-simple-ssl/assets/img/icon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l2��k9!3�f��','B��\\�7�w\\u�Řy�ƶ��/<���/Ԓ','',0,'?'),('?����?���y\0l','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�)X8��/�ˢ�','6�2i�zS�9I��q�R�Q��׊데��VjU>','',0,'?'),('C�C&z/��l��k�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ynEV����	��','�}���Î�G�>ǬȳF�#���$�)��','',0,'?'),('Ryr�|���o>���>','wp-content/themes/twentytwentyone/assets/css/style-editor.css','/home/sleepingsolutions.co.uk/public_html/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','��\"L�|�f��\n���','HD��l���D��3t���yc�닢.�','',0,'?'),('^����}\\� �Q�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w4�)\n�����y9�W�','�2U\Zti�	,��Ǝf7D����(�[a����4�','',0,'?'),('_��z���9�݀D:��','wp-includes/blocks/media-text/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6S�Vm�ȓ=&���','D7TP��g�R��0��Ɋ�o�c���:�!k�A(','',0,'?'),('a��e1A�Y�\Z�;c','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�EY����,�Ct��','\n\r����D�I>lЍ~\r���A�����o��','',0,'?'),('h��\'�/g�%+.�','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��%c� #���br�','�%[q+91;+���	���$�%F�����\r','',0,'?'),('ot�p���4�u�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����յ�k!�&�','ⱉ�����¤�	�A����gϚRX-��\0','',0,'?'),('r3!�BV�-��Q[�','wp-content/plugins/elementor/assets/js/onboarding.b21918f1795ed0fa606b.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/onboarding.b21918f1795ed0fa606b.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_a!�}�=�','x���o�X���nJmՕ��Ym���1���~#]�','',0,'?'),('|�Hz?��y��6t','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/ssltest.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/ssltest.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0wu4���-���j�N','�C{��S��\Z������Pk	7���_p\0','',0,'?'),('����ȶI�U͖��','wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X@����ui�L\"�','jX��w=ws�Kw%�o<qb����Z��NF','',0,'?'),('���GƦ�<��-','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�K��U��Ijw��B��','_js�I6�*�º���L���L�\'���OV@J�k','',0,'?'),('�/����ڄ�NW��','wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B&	0���.�r{�4(','��ہ��ą��3���\'\\�JI�)U��)-���','',0,'?'),('�Zt\\\0!�>\n�TIAt�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��N���JS�8��','p�iz�1����q�a����ڪ�&�_;O���','',0,'?'),('�@�h�[^ղxs�x','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/GridBlock.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/GridBlock.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0xdyl� ��,�$�|�','-��\Z�c�\r!�~�C����\n��`g�����)q','',0,'?'),('�Lo��˃�Zh�{�','wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=8V(�c�Jl�CW��','u���FB�⺴�����|�i�䄃�>�i]��M','',0,'?'),('���G� ���j#_I','wp-content/plugins/elementor/includes/controls/structure.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޫ�&6�X1��j�n','�Vz��.�ZZ��*Yum���>\'�X(� �','',0,'?'),('�Kv���k\"�	5�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>̥�h��}����','*�b�+.F�#i��*�a8M���yK��g���','',0,'?'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�����5��V�','yG#��\n��7�ڌ6�(C�����h���y�','',0,'?'),('�>(��\'[Z�R`퀳Q','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesSupsysticTableMigration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesSupsysticTableMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�݁@��2�BT0s�94','L��E�ŠK�1��\0�Ŋ�y\\�����딖��','',0,'?'),('��M\Z�����Q','wp-content/plugins/elementor/includes/widgets/progress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X$�J��(	�ܪ�h׌�','�4�=�53��\re&XmG;�J���-��','',0,'?'),('���Ɋ�Wis�G~� �','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��Rau�j)D�_�8','�@�q>>��)�S����f,M�D��sg��l��','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������~��+�','�};ny��k��H�T�d�\n�����jA�}','',0,'?'),('�5pު�m�\Z��','wp-includes/blocks/separator/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QHOM�W��Y\0�Q�','UU�-����V8�\n�	��p�P��Z��S�','',0,'?'),('�K�!s�lb�1z�n','wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�!�b�Ռ*ld�W','=�-07���j��7m4:4�8��*�y�','',0,'?'),('��S��]�/}�rt��','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�hA���3���l�','�}�;���lznZ&Cx��z�櫝_Y\'Z*��c','',0,'?'),('���<���|Q���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U<�eP�*B�3�탩J','J�aT�FK6��?9=ёV�vL>�q��','',0,'?'),('�#U���d��,1�','wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�ܳg\n�i]��R�','&AHo�ns��?̢\\}F�x7g[^����k��Ɉ','',0,'?'),('�`:�y:��\Zk\r\r)N7','wp-content/plugins/wordpress-seo/images/slack_sharing.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/slack_sharing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� G�@����w','���X�]͎	���#)M�,eS\n:\'�9&3���','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QnK\nθfޞX���	�','�T�#t��E��ȴ|TPUJ����\0�\r�U�O�','',0,'?'),('�����\n���V7	','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	r�\Z���_�s=+\r_','��ǝw��7�:���*�B,]{�r<.�>��','',0,'?'),('�[�\0��Y[cM�{','wp-includes/css/dist/block-library/classic.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ڛ���\nX;}�`9�','{0�x���^L,m�)˕^�~9��ɤ��6)ڻ�','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nO��9���T�2�ڹ','e�Z�m#�tFM�F��ʱ#y*�jϏ��%','',0,'?'),('\Z��JO��r�~\'','wp-content/plugins/burger-companion/inc/seokart/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϡ�HD�u�����0�','��Gc�d��}:�>k֜;�3ڞ�R��J&c�H�','',0,'?'),(' �+Ĝmj�/�ԑ�','wp-content/plugins/wp-cerber/assets/flags/fj.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�qYJ��˥�Rӑ{��','�j^���f�~@z�PQ\ZŸF.�[tey4}�KVP�','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('-�AJ�f��ۭb�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\0�u�W�D$�,bEW6','���O7ę���ҵ2r�F?�+\rq38����','',0,'?'),('/�\"C�EÚ7kH��','wp-includes/blocks/comments-title/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �]C�!�|A�JH\0��','��f )�Cھ�KG�\Z�C����ť L��p�','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xh��S��r�5���2','��>�T�?8칹���։0v�c�0׿\0��b��','',0,'?'),('<�R��Y�Pl���tK','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�0�Zd88�%ѓ�','���6���\Z߶̪7��\'rx�CRt��m��','',0,'?'),('A�o�}���B�,Y|','wp-content/plugins/burger-companion/inc/spabiz/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�*�+5tbҠ�d�','�\r������fOL\\	|K�\0�H�sTY��˗','',0,'?'),('B/��A��p�7C8','wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�@�\"3���N����','����Z\ZQ����%�p�2\\^���C�\"','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�\'v�\\�t\'�ӵ�','ku0��\\�V�{0�wZN%Y-�)������^`','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�Z�JЃ�lG_t�','�3�n�0��;Χ�s��M�y�``���r�','',0,'?'),('Lf�:���)��\n���','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eٱ��uR����ܱ�]','���7�+y�6Ʉ/-�Ԗ0X.{���^�٨jh','',0,'?'),('R8���9�nG\n\"\0�','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7V�۠H^���(�J��','\rOT�ì]��5@>����G�`2h	��2��\0','',0,'?'),('S��v��]��$ů�','wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӕ^7WH*,X�=','x����)n�̵N��q=R�@�Kr���9��\"��','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('_�L��U�> \r%4','wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�?i�lyy��2��','S#���h]�	_ݜ[O���.Y���m�}�','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('c�Ҥ|�.L����~','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r2:������&�t~m','\'�(�;�U�=�J\rf�-�r�Z��y�/6ިm9','',0,'?'),('h��#ٕQ�Y��-ai�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p.͋S�4�;ɭC+s','ZI��|��Y��E�=�P�CZ�\Z@[o��9&=��','',0,'?'),('jp��z�V��^�I�K','wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�H�1ͅ�w��$�','\r\\>f�����m�`�0N���z/���̵','',0,'?'),('w�2�\r��e�e��c�','wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��\'J\"5���4��','e2��`�7�މ).��@��i�Π��\0X1�BDy','',0,'?'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㡴��o�V���<S','�D�޾nis˸�i��\"1���[+G�T[��','',0,'?'),('~S���>��l���Z','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','��	�<�(*Wv���Ћtw��r_��t�i�	','',0,'?'),('�a�t�f\0W��@^\"','wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˝c�E����Y{�P��\"','r�h�$�h\0�[lVwIkk��8S�N%Q�h��W�2','',0,'?'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�D�>[��a��}RO','wp-content/plugins/updraftplus/images/updraft_tick.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_tick.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7u�{�/=$\nhK�','�����|U��ȡ�R\"#)1]�@h0�~�|��?','',0,'?'),('��I�����UzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�������\"','�>A?�<;���qn����RY(���	Z��L','',0,'?'),('�����>����p�\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����_<C���3�','wp-content/plugins/elementor/assets/css/app-base.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�<;�\0���\nt6<','�����W�Z��M���5��Gc=��N�h�','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q������\n�٥�uS','�K�\"�K]*��H��,���Н1�[-�0���O��','',0,'?'),('�`��M�aj�jC�E�','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�r�H�-p�\'u��M','*��\"��(\'wX3\Zl����^�\0:�4q<�;��','',0,'?'),('ƍp�=Z\0�S_���$','wp-includes/blocks/cover/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���)U\'��\'���n','k�à* v{�\0	S�\r���<�\'��ir��V�z','',0,'?'),('Ǥ�B\"�(~���g','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','�?X\'G�9h�\\d1$U�','���C��]J���i��X^�v�,��(���','',0,'?'),('��D�߿����5�8','wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk���W�I\nH3��','�$�P,�Q�Qf�\nd�~G�6���S�%X','',0,'?'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǜ�\0�5��+�&̺WV','���owҏ]e|�K$��9rs�c�&�/��','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j�֬�q\ZMn�EP','��\r:tX��Z={����P�h;A��X&S�R�','',0,'?'),('�\r)�51T�� ��o','wp-content/themes/twentytwentyone/inc/block-styles.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�k�>KQ�*@[���','�y럁v}{,X�63��f�N6�7XYr#�Va��y','',0,'?'),('�k�+�M�_�ky�;�U','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iR��\Z�;փWS�','a��]\\e��s��[�W����X�Q��4�/l�','',0,'?'),('�J��In;���q','wp-content/plugins/updraftplus/includes/class-job-scheduler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-job-scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ڵ���K�M��','U�p�\r��o��$i��/Z��AcK�iČ�Q','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�\"�+5�Ÿ���H','�,o�v���U�(wd���Ϩ�����O�H�','',0,'?'),('��ӻ�Z���AO�','wp-content/plugins/ninja-tables/assets/libs/ace/mode-css.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/mode-css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>op���ʬ�c��/�','x>�;\\�z��d��jN�@W)��:�kQ�!T)�','',0,'?'),('����$,V��\n���','wp-content/plugins/really-simple-ssl/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��еX)�\"�`_nT','��ya����>dϪ�3.ͽ��)��_t�pQ�','',0,'?'),('F�?�;Le�����','wp-content/plugins/elementor/includes/stylesheet.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �B�bLR0�h*ʧ6','����m���X�f��A[#a�&*��HL�)�','',0,'?'),('#�*�>�E%�f/�','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��%O�a���M��W�','�}q{7�f4�y�}p�E��r��P�C�mU\n�F�','',0,'?'),('͑�}�P��	0��7','wp-includes/blocks/code/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JNPT-�7����]�','���<�/��lU0*ߥW�$V����vC]���4�','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('���D��(��\\�','wp-content/plugins/wp-cerber/assets/flags/hm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�s���x�хeKJAF=','��\'Ą���I_W�6Ց�-��Pa�J{�>�n4~$','',0,'?'),('ν�}�V�+�tB�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�0֟]�ѡ\r�3','[si���$�!߼�ƍ:o��\n:��G��E=�','',0,'?'),('Kv�$T�MR����=�','wp-includes/css/dist/edit-post/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �(�*��K\"�0','>`}MnӃ\'��\"!�a֗¡��yngxa!','',0,'?'),('g �+�}f�f��','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o85P�dE��=�fw�','�~��\\}Sk>�����a�\'\n�7c�}���','',0,'?'),('*dXƁ0ֶ9\"�\Z���','wp-content/plugins/ninja-tables/public/dataProviders/DefaultProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/dataProviders/DefaultProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4���!A�7W�HZB','���((Jo,jze2����W����k���\rm�','',0,'?'),('2J0���xYr���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QU�[���]SE!�',')Ⱥ-���	�静C�՘��H\ri�����y\n','',0,'?'),('6�������k�C�','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_BasicMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_BasicMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��Ć4C}\r�å2','��!�(��~��+�RIJ\n�=���Cl�','',0,'?'),('B(��(���ƹ�ݵ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\nIP��Ք�h�s�>','�����W~�����@P��X��\Z::�','',0,'?'),('O�ں�^�8�Kq���','wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��S�t���I��H�','	�+���r?��V�Ns{����!�y���a�','',0,'?'),('[Wr\'��E��)�j�','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�_Wf\n�\"c[','�go4E�qD�T<7��>���� ��i�/Q#','',0,'?'),('d��֎��nm�9��','wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�ش�d~a�\Z�Gӧ�','��\"��Fǡ-�ܨ�9����xC�]A*�#��0','',0,'?'),('fMx���	�+9�U�','wp-admin/js/customize-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~V�(A����\nƨP','��0!(��}u��?f��`���o�G?|��\n�','',0,'?'),('l�w9�J��\rY	�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������0���\Z','��tEt\0f�Re����ETϛ �W�a�Dߩ','',0,'?'),('zů��Ӯߝ���u1','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�|Ǝ���(���','�}�9t�� ��^�QC��n�7\r��8FM\'\Z�','',0,'?'),('}�/N�r%�]t��','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I:�W*���\"�\"��\0','�$�+��KE6�S�����N��ЬE�ũ�&�N','',0,'?'),('�&𐯧o]��3+�g','wp-includes/blocks/post-terms/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�k�Cw�y�?A�a','J5�D�j�$�У��m�[��U�8�X�a\Z�','',0,'?'),('�\\ej�Ҷݙ8h�','wp-content/plugins/ninja-tables/includes/NinjaTablesDeactivator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesDeactivator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O?����}�r��','�Xr�ۖ�^�����gy�D�\Z�:.Z��s��','',0,'?'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���M����F�','wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�E��Q&��FےNϺ','��.cO�\n�ꀡ\\���N#dfd��]�}�G��w','',0,'?'),('����J�}F��E\0�9�','wp-content/themes/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('����g��8Sg��y�','wp-content/plugins/wp-cerber/assets/flags/bn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f>Kن����Ϭ','�k��Q�`K�e��{^�)�F\"�T*j����V�','',0,'?'),('�c!P=�P�v�$����','wp-content/plugins/elementor/data/v2/base/processor/before.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/processor/before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�.��e!�Ҙ�g','�J� �E��R/��/���\r?q�[l�X�','',0,'?'),('�7����֋3��ؼ�b','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�yG�#(\rwꘜo�','mУTt�``Y|�{�>Ϸ�ỳ��ݷ\'��','',0,'?'),('�\0_P�P��Cx�14\0','wp-content/plugins/wordpress-seo/src/config/schema-types.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/schema-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���5�p����m�','w�&:<>�\r���oW��	1�\'-b�F��y�\\','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^z��#���Q gꐭ','\\Ӛ�U�\r���,�m��W�����Hh��','',0,'?'),('̖�PRݒo�.̇�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��Lٜ���K�%��','SY�?�iЌ�G�����o}y��\nHu�E~�','',0,'?'),('�	YC��[�=K�01','wp-content/plugins/ninja-tables/public/dataProviders/FluentFormProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/dataProviders/FluentFormProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��es�\Z��\'���','3;��Z�b��3��r\rȳb	K���h��','',0,'?'),('��ʦ����*?(�','wp-content/themes/astra/assets/css/unminified/frontend.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/frontend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�O<[w�1WM���','\r\nH�^�f��?�E]!��[��=���b�','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��_tp��\Zu\0���S','xٯղ�.�9]��گ\'m��!�+��K�o','',0,'?'),('�.�D��atB�F�V','wp-content/themes/sydney/images/customizer/mhl3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/mhl3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�V�	A��<�^\n�<�','����M��`=^����MM<n���#;���','',0,'?'),('�S}�ƾbB�a�','wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��괵hL3�q��ُ','�\Z�x	E�s�:�������O��jg�','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_Ӏ�,L��~Y]�',':��J~��4��!Ѭͼz��&�x%b�j[]jz','',0,'?'),('��]/~���q��XŎE','wp-includes/js/jquery/ui/button.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż�����;�QT��','��-�L��Ț?Mn{G���}��&�=Y��񼂷','',0,'?'),('�{;9�ɛ6bob�겕','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��W���5���','�	}�0/Ѥ^�?j�&��ʪ�?�	��A','',0,'?'),('����ʨ�v.�p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����dIJ�>��\\�','c�&���??r�pi��pW���Rp�E\0��è�','',0,'?'),('����F(��^�[��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Ƈm��n�8qx.R','�6R����i���ѱWf-/��Q�n�e::��','',0,'?'),('�c�S~?<�ʮ�%','wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�Qb�8V� �4>�T','c!h�O:@�M!���l����߮$}ⵘ�7��R','',0,'?'),('�/Dێ��$�x����','wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x��L���Ϻ?2\0','���!@h\Z�k\\����y-���~1�a���','',0,'?'),('����\Z~!�N����','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂX����4q���m�','�^3iL<��e��9U����w��;7B�8x�T�','',0,'?'),('s�.FQ\'��xw�','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L.���B��g�ٱ�','\0Rr(o�~���ŋ���_X�T�I[ؠ8>k��','',0,'?'),(';^3<���	r�&�r','wp-content/plugins/redirection/matches/from-notfrom.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/from-notfrom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ư��i�Ά�n��xc','��ܑI��o�\r|��A:�9��L�c���8','',0,'?'),('6R͸�r4O�','wp-content/plugins/wp-cerber/assets/flags/sc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?>�g(�����','R+�FE��%h)e!�����O�jUd2�n g�','',0,'?'),('�%���jL\r*	S�','wp-content/themes/sydney/inc/customizer/controls/repeater/styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/repeater/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0_{D �X�����2�','	,�(\n�`P�ֿ{&/�����6�\0�DPDo�','',0,'?'),('%I#���3�<�g�Z�','wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XJ*���0߮S�k��','�l����2�2ٽO\\�a)۝�Y�Lw�h�aK\n','',0,'?'),('2�O\Z���J���u','wp-content/plugins/wordpress-seo/css/dist/icons-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h)���K^F�(\n�','�0d���,T�S�\r��O\0����lx(�*baH','',0,'?'),('4��NR�9U�7','wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ro��]sUt�_�ߊ��','�xVTk�[��U����aj~ #q��X..�Z��}','',0,'?'),('@��Hd��3�&ʩ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eH�s\r��O�Ri��f','i���մLĢȬ7q\Z���p��\r�]�V���^','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('E*A?\"S\0R=��H�','wp-content/plugins/wp-cerber/assets/flags/mq.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')U�����p��L�','qx	e���\\���<5@�G�յ\\?�-���	','',0,'?'),('R�\\�&��T	�|`','wp-includes/class-wp-user.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']➵S�.��¯�C�','戦VV�l�W�#&�M�>���jØ�?�p��','',0,'?'),('V�l���?�','wp-content/plugins/elementor/core/settings/base/css-model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӳ0�y�\\Gr�Ȅ�W�','3�6_mS�C��Liiv��QB8�\'��b�L#Y�','',0,'?'),('hʜPݷGo��R��','wp-content/themes/sydney/images/customizer/card1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/card1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(L���zD���O��',')�C����ΩR�g�Ƿ��<m�딴\Z�Ro��','',0,'?'),('j���J����n\n�ȕ','wp-content/themes/sydney/images/customizer/sidebar-slide.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-slide.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\Y�\n>�!�:Vh�','��\'���;�w�[,	�XI���hGy)�����','',0,'?'),('k;���f5���k��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@l7�	3��;5��s��S','�ƒu��Hn�����@�d]�O���$��H4','',0,'?'),('tt̸�T�.�*óU�','wp-content/plugins/wordfence/modules/login-security/views/page/role.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ug������%�^�','䮡����\r%���Nf[I��_tɥ+��','',0,'?'),('u�V��\'j��\Z�V','wp-includes/blocks/comment-template/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ⅽ���5��Z��1','��wˢ(�e�s�?c7�����R�`W���=mg�%','',0,'?'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�\r�i	��5�Ԍ:�H','g$�ۏ[Z�2ל�Lv�+�׀\0�4�,�V^�K�{','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZtC�*w�44��','ck �o}��vTf� �s�ݛfl3g6N�\Z�J','',0,'?'),('��ؤ��1�n��Ӕ�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~֍� V�PŊ��','b��+���i�^ݱj|�~��������','',0,'?'),('��be*��.�$���','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���{Pb�\Za','��Z��*/X�R���{		o�c�M�mj�n6�,�','',0,'?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�굉i�J�*�f`�p','D��m�)�>�?e\Z Cu��	4��z�r���en','',0,'?'),('��,d$\\Zޟ^Wu�','wp-includes/blocks/buttons/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\0,Q��E��˓��','�$-Ѱz[��ʾ�J+�����:�LD��I\n','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php','/home/sleepingsolutions.co.uk/public_html/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','��_bYZ�	�9=�ޥ\n','U������m-��S���z+�?K���s��~�','',0,'?'),('�4�\ZZ9̴���E[','wp-content/plugins/elementor/app/modules/import-export/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�/F��)D����','�Z�%��qR��S���~����X��3�S.','',0,'?'),('��I/���\n	�F','wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���~H����N`�','y�j0<xBT]p��n�ۖ-K��*PL�n����','',0,'?'),('��\'-�p�-��f�','wp-admin/css/l10n-rtl.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��U�&�ɟ|�ſk','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�իk�qy��bU�@�','�ub�%MU%�A�����]8F��6���{>h$�','',0,'?'),('�-\0a[���Q�>�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq���\0M_0�K','�g�tW���}����T�Vei�X���+�X�','',0,'?'),('��j�ֹJ����0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�0b���7���g�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��(��pH\ne�','2{�^Y[ZĠ��Mqu7�d��F\"X�ۃT�','',0,'?'),('�Ym[pI�.���/��','wp-content/plugins/wpforms-lite/includes/class-form.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���0Tl7۰C�ٖu','��bj<����H_i�R\rK��Z��Ό�ɂ�','',0,'?'),('�&d��-V�f��\Z_�l','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3_�o�fq�d��','|]]����a~��O��-x�Mp(�K�\"��','',0,'?'),('�Q%rT>�!�e_zE��','wp-content/themes/twentytwentyone/inc/back-compat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Տ,;�\"��]&�','\'�ߍ���\0�`q���ֶp�~�r�I�{��','',0,'?'),('�\"�<	i�t��&�','wp-admin/css/colors/modern/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�:���KH#<VC�g�','��G�O�m~��+��+��S\Z�;8vs\"^\Z��#�','',0,'?'),('��R�a~�j,rVO','wp-includes/style-engine/class-wp-style-engine-css-declarations.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-css-declarations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�J�Ӂs�>�y\'','O�o6#�2	P.ԀO&����w�99','',0,'?'),('��2J��^��4���','wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��-*9�cD��3�','��Ȥf�=�w�^;-/FJ6_t�\\�8q5�','',0,'?'),('��0wc`��78��M','wp-includes/blocks/gallery/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��yГ��L+��5�	','���z��W���&G��b���`xp�d��','',0,'?'),('bF�tU��n*�c�','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��]BZ\0C#J�sH�','�-q�٭�Y�n�a��F�O�]��)kR��/\\by','',0,'?'),('Ṩ�\n-�Mu/$�Al','wp-content/plugins/updraftplus/central/listener.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c}\\�y������N','����v%��X�;��Y��p�V;?Q����q�','',0,'?'),('	ߊ�A�\r��#\"!�','wp-content/plugins/redirection/database/schema/220.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/220.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jM�\Z�A~�s.�H�','u��~���{�.�?��!��ytK}��','',0,'?'),('�s#�����wUz�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��J�����}.K','^��1\\f�A2blc�l�61��o&��(�8-','',0,'?'),('\r�q������U��','wp-content/plugins/updraftplus/includes/class-remote-send.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-remote-send.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��� ,L��%Yw]','�B��L����ᖾ�_��W��r��8�躯*غ�','',0,'?'),('a$?eh�����v','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D����Y�p\'�9�','�ؐ�N:�=�����5%w�*�l�]vHn�l','',0,'?'),('�h\'2��p�&�C�','wp-content/themes/astra/inc/customizer/configurations/performance/class-astra-performance-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/performance/class-astra-performance-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�������\Z�p�I','�Ǯ�䫵�9M\ZV�߰I��D�i1X`\nE�','',0,'?'),('*(G~���$.!��','wp-content/themes/astra/inc/builder/class-astra-builder-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/class-astra-builder-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�\0�4:P��q�� ','p����8\r:�!�Fd�*��𔸓c�o��','',0,'?'),('/���Vل4�(ze�','wp-content/plugins/wp-cerber/assets/flags/lt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�`�A�1y���Ŗu','~��J�0�1��U��T�d�3�~�4�A�','',0,'?'),('5i���vb��@~)��','wp-content/plugins/updraftplus/includes/updraftvault.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftvault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m�\r;�x1q�','.� W(�^���j���$hK�����̵Y��#','',0,'?'),('9hl�D��M�Xr��','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�����|F�R;�','r�Z�e9(��U���򎴀����qiI�@��','',0,'?'),('?%��S;Ie�#��q�','wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�M��B�6��','�}�P��f�Ә�rr�+1�s�?��e�3','',0,'?'),('A�񟧶��f*k���','wp-includes/blocks/navigation/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0���s������2','X���x�􂉝7��|E���Zu��4�9�','',0,'?'),('E=<n�梱OȢ���','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?�~�&N�\n8#�P�7','d��c�mX��,�D/3J�Y����Oe$�:촕�d','',0,'?'),('L����5M�SYK��','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Re����V��Z�F','>��S�tDŽ3S�h��-��|�l�Ns���e��','',0,'?'),('L��bP�-I׭1f�','wp-includes/theme-compat/header.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Q���L�/V�@�gU','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\0͘�K3��2ϣ ','��y]�9��Y�&͆^���|���W�(�','',0,'?'),('i��KL�2*u\no��','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('nQC���_$���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����V_k\0yĴ','��v�,�r4W��p��4�û*�L�}x�FX/�','',0,'?'),('r�	�e���Z���\r','wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=M��.����Z','���DU�\"P�[Y�̮l���6_n�L��','',0,'?'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('���� 	��\\�A','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)w�p�2V��\r\nfL��','�O�)r���\n-]�͂;/](�I�?U5�Ѐ�518','',0,'?'),('����xl���W�A!�','wp-content/themes/astra/inc/markup-extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/markup-extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k4oHK�]��ۧz','Y��_�o��f�so.�t�p�YO�!�^��','',0,'?'),('��S^B׾\\N dC��','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_HostMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_HostMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;ĹMە�s�� y��','����\'~�x\08nIxf�~+��>u\\X���','',0,'?'),('��m��\r�5~�','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n	Š�d�{����','�?R��>���i[�������,���Ң�S','',0,'?'),('��T���\r`����I','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_reserved.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_reserved.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z-�Z����Oz�\Z��H','aet�ΎY/�������K!\r���u>��','',0,'?'),('؂i��>Ǯ����d�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c	7�z���X�','�5��6�naZ[pT@#�|��R�ci@��:h�','',0,'?'),('�R��S!��n�','wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ǵ3���cM','�\\��}@�c�3π�uCKƾ�7L�PSoE�ެ4k','',0,'?'),('�Hv����z�E�\"ZG','wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6P��[�h|�','J\':}����-�`���X\Z��$��\\�','',0,'?'),('�?�\0��l����.�','wp-includes/class-wp-application-passwords.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D���k���O���','X\"���Q+Ræ�ə�̺�����Z!��<','',0,'?'),('�<\nD�,t��8��','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','��\Z��#�z���K�','�k��!P�BxQA.T��ۄ���๠���ێ��','',0,'?'),('�2p)��t��I��','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+�qS�\r7��3ČIYB','D�{����\Z�/�|��[��j��>�(B�j','',0,'?'),(' \r��-�Uz�\r�aK','wp-includes/blocks/pullquote/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�*�aõ�ĭ�c�F','�6����ʃ�\\-R=��pZ�ͪ�\\4���J','',0,'?'),(' �Ga5mmH�N��','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��]��o=P��ϥ#','�WȀ\n�:���n�(Lٺ�3��X� �Ke','',0,'?'),(' ���\r�d���','wp-content/plugins/ninja-tables/assets/images/ninja_table.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/images/ninja_table.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]\\gR*<�G�̾n��',';q��@$���R@���og,:o������','',0,'?'),(' ��^F��}�i�\Z��}','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zV���v�֋����G','�$��#�vz�.��������V�Oc�G\"��N','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php','/home/sleepingsolutions.co.uk/public_html/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�Ӵ�xF�f��?','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�ݔ�c!9�����B�4','����!�\0Z�~���~��O2\"!\"\r��Ń��','',0,'?'),(' ��ɉ:�s�{1<�','wp-includes/blocks/embed/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\d����f.#H','`c\\j\"$�~��M�u�vZη��o�td=I��lx','',0,'?'),(' #q���.G��(r~��','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rd��c)�3��}�','r��\0魮2���������+l�Ή\'�N~','',0,'?'),(' \'D�y�l0�&*G�','wp-content/plugins/updraftplus/images/addons-images/sftp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/sftp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(0凓9Yua�:ܮ�','g6�F-�\'1P���]�0��7�i��.�P��\'','',0,'?'),(' \'���_U;0�/<�','wp-admin/includes/class-bulk-theme-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=؃\\5�ץړ#�q�b','�r��6z}���ߙːa���\Z�	iy-\"M','',0,'?'),(' *@ADғ�=pu���E','wp-admin/user-new.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�Tը��Q�j��x�','�7L���(�0��~ZWoԚ�DS�=�~\\�I=�','',0,'?'),(' +�1��n_��ު����','wp-content/plugins/wp-cerber/assets/flags/gq.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QdP$�?�e���yӖ5','=2\0Y�c[��\Z�	�Cf�@�-6�;��K[�','',0,'?'),(' 1�H��ޞ�x�Hb','wp-content/plugins/elementor/core/common/modules/finder/categories/create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Jg��Wqz3@�~�','pSEh`:I�w+�8��	v]Zws�\\�p�)t�','',0,'?'),(' 3�(��\Z������<n','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ir)6��tG&\n','�ƋB��Z��\ZJ�R��S���U�b� p','',0,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php','/home/sleepingsolutions.co.uk/public_html/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','������)卞��U፽','=e�:��z)z�:�]:�ͼ@�{�\0������','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' E^g�\'�ԭfQD�','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�����[V�\'�-9�','5p0��0�O��풎��ԙ�O�e���+O��','',0,'?'),(' E���hܺ�/UB��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�jH�턱V=Sf','�Kev�[�殱�C4�Ù�PS-��8:8�:','',0,'?'),(' Fi��6�9�	��','wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̝=J�+�rZ�5�','���0�CJ�O����\Z]�\n�`Z4`�VR�','',0,'?'),(' G%߷�<i$�H`u','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ś�O�K���J\n','�^�!�T�f$	Y�	H:�u��R�i;=���B}','',0,'?'),(' R�I���|Y`R�Z','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'%!N�D���Id\"','� ��=����-2�>i\'q���?T�Η�8&&|','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�S?�\'v���','A���͢Ͷ��, F�P���gkU�W','',0,'?'),(' Y�T>Ѡ�v:���h�','wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�8H�>�Ks/�g��','p ��Xxpc�x�=ǾT�0��*�y�Jr͔V�','',0,'?'),(' g���{S�&����','wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�i�(�Rb��',' �vt�c2����\\4$|�q?��¿B�$����','',0,'?'),(' u\'& VN�u���','wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٹb��W�*?3�=��','0)D7�W��jPG��$�N8𢛅7<LM�h_�','',0,'?'),(' {8�􊙅Sm��Z_O�','wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���([��b�sH�',']*=���l�#��y@��S;�G���_��?�-|H','',0,'?'),(' ~y���~�I�_2^','wp-content/plugins/elementor/data/v2/base/base-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']8�Hŝ�R�/�|py�','kOhsO�=��1��Ƅ Ӥ�(I[�bL�','',0,'?'),(' �����DC�+���x','wp-content/plugins/litespeed-cache/tpl/dash/dashboard.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/dash/dashboard.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݚ	��;�3�`X9���','mYr��&���G�Lv�\"���Z��3C��Ν�','',0,'?'),(' ����=���i;[�','wp-includes/blocks/require-static-blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/require-static-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','60ɞt\re�ݗx�','�\r\0>��Yh��<��닩����ܭ<-D�w','',0,'?'),(' �y��>4�l��gR�','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�Z� 8�Z�','��y� �q��k���j���|���gY{���','',0,'?'),(' ��԰����xuf�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_16x16.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_16x16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�jm�w�^9͖T��U','F_��\Z��d�,tS\r��X{�#f��n�/��','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),(' �u��c\nb�P����','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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,'?'),(' ��$1p<���6�','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�\0�l���PX��DS','��k0��D�*�C��\"��v\r�o=o]�7�o','',0,'?'),(' �z�z{����L��H','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V|�	�>׺謮U$��','X�S��.m�r��m��t��nOew��G$�Ϫ��`�','',0,'?'),(' ����Ȃqnfd�wb','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UZ)�\'�a�5�@�','D��i\"�Ǟ�t۱�R@�8�����uvu','',0,'?'),(' �7=��4���#�N�','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�n	p#K~��d','�Yx)�g�d�I���p-��awW7E���\ZR','',0,'?'),(' �&��M���6{1敠\r','wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0�=�3V\\�=','T?�F���.ʸ2�k�4��W�T�\\/e��F','',0,'?'),(' �\r$	Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)Y{�Q���[��','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' ��HzK~��E=�r�','wp-content/plugins/updraftplus/vendor/psr/log/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s�RV1�u���_���','���.��.�vv���:3�8O�A�i)�','',0,'?'),(' �`�FlP�S�eX/','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:Z*b\'\Z�~\Z��n*�','ઠ�!�B�xt����q�3v犘st<�j�','',0,'?'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' �Xni�\0>��7','wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��]*U�˱�>��','YW�q��q���w��m@\"U���\\\r�DU','',0,'?'),(' �&B</+$�Q��4�G','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BC�R*��a��ޕ��J','3��1�C>�\\�,�>$�i���i�V8�V$��','',0,'?'),(' ���Pq��}�D#�','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U\\�\'�/&�{�0rE�','<�eK,pp�r}Yh�n�\Z�jPdh�UP�b','',0,'?'),(' ������t4${�SE','wp-includes/blocks/categories/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�?B���wHϓb�','1�;� 	\nol�\rK~qR�@\"��ֿ\'y�:�=[�','',0,'?'),(' �&Lo��Ԝ�3�','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>X�oՂ�盺ĺ]','�n��T�q3�]U=�b�2OA��Fx�F]�','',0,'?'),('!��ӄ���7�&�j','wp-content/themes/astra/inc/metabox/extend-metabox/src/index.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ŤGS�l�*��','8���fR�y�|�#!/s���/�	�%=(','',0,'?'),('!�7��uh��K�m�i','wp-content/plugins/wp-cerber/assets/flags/fr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�]M\0E�xР7�v','�z��k ���YjO��J��[W��R','',0,'?'),('!o�\r��A��v7��e','wp-admin/update.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hq\r��E���7��\n�',';�$x/�y��6}r*I:(|T�O��e+p\Z%I��','',0,'?'),('!CaP�-%�v\"�`�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~%D���� ;C��F','��I=a�o�4�r6ь���!Tv���Mw�','',0,'?'),('!��Kn�j��-M ؕ','wp-content/plugins/elementor/assets/js/10d07b3ca9f519f50a7d.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/10d07b3ca9f519f50a7d.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,Z�_=SO��;v','߹��+�d���ف� ���?��$8��t��','',0,'?'),('!H�u�fɁD�7�>=g','wp-content/plugins/wordfence/lib/wfLicense.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfLicense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ot0LM�����{�','��,�Q繧^7>��;ٺf\Z��F���YK�\'�','',0,'?'),('!)3�upX��>My���','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�(����Q����NTp~','\06߀-�8�H��<\r�Ih��3�l�y�A�]�','',0,'?'),('!+K\'���G��`��','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �T��\\�tG���}�',')��t��8<f#-TWi�R��y��\',���','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���C�\0��Ol$�','sT�lEe��Bh�v:�g%�k��07k=��&!','',0,'?'),('!6�aGO�\n�-��=%�','wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�	�mO_���I�Ц','̷��;\\�q?��(\\�������CߊI=�&','',0,'?'),('!C�{�X���;���','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q^��.9�!+�<	N�','1a\'[c������ӛe�Q)\"���6\0@��\'��','',0,'?'),('!D�߁�M��g`n�GX','wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o���-��z�','�\r��|]GEJ�1�w�w�}g��9�E��ن��','',0,'?'),('!I�d]5$���[��~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('!L����i!<[`��X#','wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'>�kJ)0u��s','<#�J�k�\"ρݲ����f7��\\�Z��\r','',0,'?'),('!Plu6�������CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('!V�\0�ү�Y�u}�,Y�','wp-content/themes/astra/assets/css/unminified/main.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���?���U�P�i�','\\aT}a��Bk�VW�,��,飼�Qg1Ox','',0,'?'),('!W\"z\Z�n��/�f&c','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=#&T��c���','��K���ځC�8<�>u6�u�j�⒅2�l]w��','',0,'?'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('!|(�y�W�*1Oo2Cu','wp-includes/js/wp-api.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő�	2&�H','',0,'?'),('!|��8���I,�� ��','wp-content/plugins/wordpress-seo/admin/class-collector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-collector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�xw�^Z','X+�\'=�	��`owH�r��2UY!���;�)�GM�','',0,'?'),('!���cUĉ��� ��','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�?�i.�F;�%H�','�!��R��� ��zb�r\Z�(��C�F�[q�c','',0,'?'),('!��G�rx@\Z߻�~s','wp-content/plugins/wordpress-seo/admin/views/licenses.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ώ�� C��H�z�','�ܽ��Rly�.�q#5S~Z6�B�y��f��','',0,'?'),('!��xx�+!���[�(','wp-includes/js/dist/list-reusable-blocks.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��Ã� ��=Sn�','�i���eD�2�����/�ʷ�k�Q�.���','',0,'?'),('!�w<���A\n�@�O','wp-includes/js/dist/hooks.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:����$6\'jq~�|','À�MpG4�І=��i�8p@>�\r�\rk�','',0,'?'),('!��?<dzXd3�O\\��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7ǒԦ�/CY{��','4S��?��J�`��(�\n�m��\"n�','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!��>�NN����ٌ�','wp-includes/blocks/file/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�j\Z��褀<������','W�e7�ݖ�wð}���s�t	l�0�p�2','',0,'?'),('!����8~W��>B�','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��9z�%��0�[Ӽ','���6�\Z*G-��+�c�)��|��&[`^3','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php','/home/sleepingsolutions.co.uk/public_html/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','6�vX��\r��{�j6','������**W�@ J�㆛���c�SEyگL�','',0,'?'),('!�*�%FU���e�;�','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�@�j��\'�^',':��iыW�W���go�4碐����>�{�','',0,'?'),('!�4��;s�,����C�&','wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r*WĹ-�=Mu�','=\rT�)/�ڶ=ge���������\nH_�j�{8�','',0,'?'),('!���sV�}��-��J','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƫi������d�','߯3/ M�q����35��ƌ�o��\\��=S��','',0,'?'),('!�粆�Y�dc:<�-','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�%�s�tJ��/�v','*ww:���������U���� �(t^].�Ȓ��','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��*q�e��i,`�','۸�k�F�ԧ���+���\\=��<)��','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����V1Fl͂�','	�}\"�U��o���ޘ���\Z���}{\\)���	','',0,'?'),('!߬�vg1�IV|�E�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('!�?s���4{Kh��h','wp-content/plugins/elementor/assets/shapes/waves-pattern.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l4�1��K�y)d��','\'�\'$r���\'�+M?In�Cc�h��ݲ\\�A','',0,'?'),('!�p3���Xbi�d��','wp-content/plugins/elementor/assets/css/admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3q�}/h\r�7��\n','�����5��i�3\nY#BL�Ķ\Z�	W�7#�x�Љ','',0,'?'),('!�9G���~q�n1�r','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���/ćg�����','\'Z�r��	�m��j[�2��\"�OՂ]Y��B5','',0,'?'),('!�Tۦ����	l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɳ��xm46c)��','en�*���~�a�يc]��Zbi�XCq��','',0,'?'),('!�-�\r.��d7O�','wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\W��ȹz�X#�}U','�7Zh�\Z]7`�N�`�ň\ZT�(ێ�J�ac�0J','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{����fK~DZ�','=���! @dyO5\n���P݁�_Bl�i��Y,P','',0,'?'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�Z:3�hr�$~�','�FC��5#���C��<޺bG�G�!��̮�@','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�Do����Flz�','^��E����XD�o���v�orW��x�Y��\Z','',0,'?'),('!�\'\Z�^SUJ��o��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�i\Z�m��� LZ	D','�2lX\'‘LK��s�5w�<�+v��N�1bD�qG`','',0,'?'),('\"\n���4j�SË�','wp-includes/blocks/spacer/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\"β��VH�v��Vϲ','wp-content/plugins/elementor/assets/js/nested-elements.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-elements.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ی��H߿����ba�5','�����Q�=e�Z��a���\"V��2� ','',0,'?'),('\"\r↻�7l~��˝A�','wp-includes/blocks/text-columns/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$6Eɫ8�y','�\\{�1�E��H=F�\'ֱ��L�=t�0�X�','',0,'?'),('\"�����,=K��1�x','wp-content/plugins/elementor/data/base/endpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�A��f�J\Z��W','vų�M�r��\rJ���i2���b	y|p\\k�A��','',0,'?'),('\"(}G��r�	0��V(','wp-admin/ms-options.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/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','��y�tP�>Ra�S�@-','u{4���s��J����3�H��6ow�r','',0,'?'),('\"2��)_���OH�#!','wp-content/plugins/elementor/assets/css/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rb��QZG���\'C�','�B\Zd��l�\'h�eߒ�)���n\n��X�Mwk�','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��C�Q5��z��','4��7���:V�]�L�,�B���R$2pz�񁇹�','',0,'?'),('\"I�(\"�m���s���','wp-content/plugins/wp-cerber/assets/flags/cg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�;�C��a���d�O�','�ОPY�<\"V6�����g�f��!�j nd','',0,'?'),('\"IFn����@�a�}�9','wp-admin/includes/class-wp-themes-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɗ��a�b*�7˖K','�H^,��O�>���[KJM�|։����ev','',0,'?'),('\"LΧ�M��g�y','wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���L=o�Z�','����f���?V2���`\\�γZ{~���?R','',0,'?'),('\"N�M�����k�VO','wp-includes/js/dist/data.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H҉�I�lI������','�L��j)<\0�ˬAK�+Bt#	}ܝA���ޜ','',0,'?'),('\"V���J.��5����','wp-content/plugins/wordfence/css/jquery-ui.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui.min.1670945819.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,'?'),('\"Y��:n���A���N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}�� �Ȏ��� ','���}LGR�:�}Vʶ��G[�|�+�i�ht��','',0,'?'),('\"Z:\"�z�/R���I�3','wp-content/plugins/burger-companion/inc/seokart/sections/section-above-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-above-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z=)3#I��LVN�-','���斘d�#�`�+��ךL��Po�`..Ț','',0,'?'),('\"c��\\D��Rc ��\0�','wp-content/plugins/elementor/assets/js/dev-tools.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/dev-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rY\\Y���Ӷ+�@�~','�`>c����	�o{������C�B��7;O��','',0,'?'),('\"f��W�*K�r?��M3o','wp-content/plugins/burger-companion/inc/crowl/images/logo_2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/images/logo_2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݖ�[�{��:���)','��osk�/U�[-�o\ZN���<�ɼ�����8��','',0,'?'),('\"huy=��,����v�','wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�YPq��cr6�','�-\n$��P�o�i{b�bii;�1�۹[����','',0,'?'),('\"i/g\n��S�bA�PY�','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�`�M�Q�\nJ�-s�','5{�-hP��vn�G:�y#��(�D�\nż9�','',0,'?'),('\"n�˅�1��UB1S','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�ϼ@}7>7���n�','���:��m�-y��*~���h�BB=��','',0,'?'),('\"q����	K6A���!','wp-includes/css/dist/reusable-blocks/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk-Q6U��J��Ӂ','��ѹ��Q!!�T��Zk�0����\\���','',0,'?'),('\"s�oƯa���a晐�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$H�7���RE��~','`�\\�8�j~����\Z�T�R}���Du��','',0,'?'),('\"�\r�o�]\r:T0ۓ�%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\"�E�hS��)f≷.�','wp-content/themes/astra/inc/metabox/extend-metabox/package-lock.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�Rz@NP3>\ZF�','qw�Z�O��(v� �I�{�`@m��RC�w�\0','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�J#�� O)-� �s','FX���`�A�e��>D@K`ғ�޳B4p�s','',0,'?'),('\"�W�-s��x�j��j��','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z7r�\'ɐ�V��;�',',-$sg���gET�6��\02&���T�2��؞�','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"����ۯ��6��7?','wp-includes/blocks/site-title/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{(�)��J��R��\\','�y�]����3;��Zv�D�(&�|7��cz\'�','',0,'?'),('\"�(��]a�VQ�_','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��, &ˉ�g���','�=��V�y�+�ě�+���ż[`�EÒ��','',0,'?'),('\"�\n�� �)�+�pP','wp-content/plugins/burger-companion/inc/owlpress/images/logo_1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/logo_1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Re���9� �,��','�3�+ؘT�y�t\n�H��0(�E1�b�p+q��','',0,'?'),('\"��{�<���\r��;�','wp-content/themes/sydney/images/customizer/card3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/card3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�X��p�<`G�e�','v����i��h�R�K]��3ʸ��r2?0�3�_','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\"��1LX�[9\r�k�^','wp-content/themes/astra/inc/theme-update/astra-update-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/astra-update-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\'�t������*','����֧���<��߀PY��.�����þb��','',0,'?'),('\"�����cQ����','wp-content/plugins/burger-companion/inc/spintech/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lĊ�\'\Zl�����','ko:E�F�t�>����7��1����mf','',0,'?'),('\"��lz1�!����xF','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Host.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Host.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�BS4��fzRfF%','W���O�0�5�S�q�nn����\'��\r���I','',0,'?'),('\"�GG1��B����e�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��1P����&-���','��=o�0���u(�-LP���V�(���\n�','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lt�3d̨ۤ� Y��','��&�y%�\0��>DA.��>amRbB�g��','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�C|��','�v\Z������K\'Em\"�ja�;�u�.6�}','',0,'?'),('\"�$��aV\n��m�','wp-content/plugins/wp-cerber/assets/flags/tw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Olq��C��i�E��','�%*G��ף��~LO�.�MC|�FH����W','',0,'?'),('\"ڬ<ř�6�Թ��s','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C!�;�C0lzM��Oe','[�BK��������t��H�/�,_�K�,N��','',0,'?'),('\"�_���,y�O�\\���','wp-content/themes/twentytwentythree/styles/marigold.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/marigold.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�	�a,�D<s��',' ���M–#/{<v�M��UH���\n�)e�_','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"���^+����3�-','wp-content/plugins/redirection/matches/server.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz��|�os�%�f�','C��?�O�ϋ�\"�l��CD�02��:�;�~�','',0,'?'),('\"�i�cL?�B�h�|','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9|q?���cBI$�','���*�D�1�s��Sx����dn�	���?s�','',0,'?'),('\"�D�Z~\0�|�3���','wp-includes/blocks/query/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��F%��l��7YV�','��L/�?���e�\'�~#.%�2+�}$\Z���u?��','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�e��Y�m�8','��x��χ��\\��\0q//͘��<�\'%Z�c�Y�','',0,'?'),('\"��e�|����si','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�mur��I1��G�','Lr7D@y���ɂ]NK�(��ti�G9����Tm=','',0,'?'),('#����d�(3+��q�','wp-content/themes/astra/assets/js/unminified/mobile-cart.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/mobile-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<£�~�[����+\0�q','2����D��O&�_@C������3r��g\nL','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('#�[c�أ�^y�O�','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��7/��W�N?�9','3��c���\r�	��r���]��Ri�\"(�','',0,'?'),('#49��%��8n{Ӂ�t','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\'c�7� 6��y��2','����\r>V��f�;Æ\Z������(��/4�','',0,'?'),('#4��iGv�u+B��.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�>,l���eJ\\�','a�:!�獡������vŃ�I�*>�R3��(�','',0,'?'),('#84��Px[c� �','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�c�]\Z�1R�v�g.�','M���r7��5x�=gf�|��4���|УC','',0,'?'),('#>���jxG�-B��2','wp-content/themes/astra/inc/assets/js/block-editor-script.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/block-editor-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�+���{\0a��\\X?','�1>-��_1���F  ��\'jM$�H�e���]}�','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�^<�k��֓y9r','XevI0�����	<��e��\Z|�S��2}X�','',0,'?'),('#I�yZ�%��tl:\0F','wp-content/plugins/updraftplus/central/modules/theme.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�\Z̦jY�Q�y��','��Xo�����Se3�Vn����\n9��G��ra','',0,'?'),('#O.ܷ��̀ޜ;�k|�','wp-content/themes/astra/assets/js/unminified/flexibility.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/flexibility.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�����5�Upc�','�뛿/���i����z��7���=�Һ`_t','',0,'?'),('#R^#u�5~BQ��','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{����I���mg','%�=�����Ҵ*�+�W��~�.yԦz���','',0,'?'),('#U)������&��e','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�R�\rQ���ɒ4n�','{S�$R�4�����	���Y^q)�X�p��L','',0,'?'),('#Xgn��*@֜s^*3�Z','wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\Z����6���ǜ','.TLêr���cB�ݑR�x��ܐ�H���1f','',0,'?'),('#bǦ����S~8Ǹ','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��̂�P[7>�n�6�v','�/H\'�w�\'�\'iEA��t@*�{�ʷ�\0d4C','',0,'?'),('#j-a�q��������`','wp-content/themes/twentytwentytwo/inc/patterns/header-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���OS)1Wah�E','�(�ѤXW⯁�ф��m|�\n�Q#�G�X�&�','',0,'?'),('#t�n2����=�^V','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��\r;V2~\nCfl_�',':�|�\r��=$&:;�F��������	��#M�','',0,'?'),('#u�0��o/��!�1�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�T\\>f��	>�{1.',':o������s�����}I�.<�M��\r��','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���|�P4&.|��','�%Mu���#��g��]�zmܦ���8���u�','',0,'?'),('#zϊ%��É��.���-','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���enKf�Pw�I�','�1�F.g諂���C����� ��5&>)M\rړ','',0,'?'),('#|F̉�%�������\Z','wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H}����O�/�',']��uZQ���Oc]�n�.fN�w�07C�_D�','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r��3;�d','%Z�M\"ߍ|ia��Vg�8Q��;E�t�H�Z*5','',0,'?'),('#��K�ݷЧ��L��','wp-content/plugins/wpforms-lite/assets/css/choices.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/choices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B\0��*85�N�+�','0�r����<����27��:��\'�','',0,'?'),('#�\\M��@�0���T�','wp-includes/blocks/post-excerpt/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('#�!�YnaZ�a�g�','wp-content/plugins/wpforms-lite/includes/fields/class-name.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���^�y���W>�','�\"�őMF�J+�j�\n�{�\\ȑ�7%m\Z�','',0,'?'),('#�}s���a��a��,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�50�~�����','�;{֗88}���\r�|�ѫ�^���@Fj','',0,'?'),('#�-g�\\L%3�S݋B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('#�;��b��M[sF,�J�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e���s�!��\Z','�	��c��u�Z[�Y\0^�uO() \0&T���L3�','',0,'?'),('#��\\����+��1','wp-content/plugins/wordfence/css/license/free.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/free.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g����)�#Ds','����!5���,����Ώ;f�E�@�','',0,'?'),('#�ۘ�ƿ��.u�L� ','wp-content/plugins/redirection/locale/json/redirection-en_GB.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!1\r_Y��N-jfy','j�h�7�{��7�|ޣ����qg�\"����If','',0,'?'),('#�9�B`�/OK�iҷ�0','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�>����\"4�','�-^�:��v��+�Z�:�߶�6I�$�`','',0,'?'),('#�^TUZ���ŀNӄ�s','wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��L��0��ݬ�','&|�]�����+�)�i (�5)��`��q��Xa�','',0,'?'),('#�)_�۱�Y����h}2','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ȟ�w �k8�','����o-�\r�z�/�}�� ��q�s��u��R�','',0,'?'),('#�K0Ѹ\\�w�w�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Translator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Translator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Z1f\\x�lo?�<Ax*','|;���xJ�t���6�O�[x\"LsP�<��w�}^','',0,'?'),('#�.����ɷ��L�c�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[Qf��{��B�9�A','P�U�n�[%=����_����#�u_�','',0,'?'),('#���Fǎ��E�r�:','wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ь�FV]S�6����','/�7(��a�\"�ZS:6�\0��<f���bj<','',0,'?'),('#��iU�f�����zhJF','wp-includes/sodium_compat/autoload-php7.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('#��3m�\"�IT\'��','wp-content/plugins/burger-companion/inc/owlpress/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<o�a�gL�O44Q�!�','�+�V�Ǵj)`5�ūh���\Z4��-c�W','',0,'?'),('#�����^C���%��k�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[D�g<.vܩH#k�SI','�v(��JG��D�W�_<3O63�m��\Z�','',0,'?'),('$\\��Q���L?�1&�{','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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','zݨ|$�}&��ǖ','�/5�l��d�eR׫�����H���Z��V�','',0,'?'),('$}����9��@�\Z��','wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$X†���A@r	ݵ','����8���!�3���`�r�\n�kR|��O��I','',0,'?'),('$˴��\0��JP�[���','wp-content/plugins/wp-cerber/assets/flags/ca.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ca.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��\'_���ǧ��G��','q�[Y����BsC;p^�*�j�\"mO��7��','',0,'?'),('$\Z���=\'�w@��u�','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�4	9S&v�','�=���0P��e�O�ⴤqk�n����y��','',0,'?'),('$)���J�\r`?3�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DE�W\'�������&�','��\"\'�/M-T�~�������J��o�D��u','',0,'?'),('$/a7���(G;�\'�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=��Rp*.��&gN','��/�-��ѕE��%���\0�8ڒ.D��u�H','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F����Y�`�8�','^�z�y�{b�.n�&o@�{�<,�$��}�','',0,'?'),('$8}��eD$�赑�','wp-content/plugins/redirection/fileio/json.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A{=]���_�p,0','p�Ϛ.o�v�%�L�8CB����M�\'�l�\Zg','',0,'?'),('$Vw����;!�:\Z�a�','wp-content/plugins/redirection/locale/redirection-fa_IR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��\"p��#�\Z�P','z�F�7�U�УNL>`2 ِ�J`�L���F�#','',0,'?'),('$X�:f2r��G��N','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��J����d�-/��','�:/ҧ`��a=1����]��lT����E','',0,'?'),('$l�ty��u;R�3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�d��u�\0Nkga','Q�D�?����\'>��.ז�B�BǶ�,�Uk�','',0,'?'),('$n+�F����*�c\Z�','wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�6�x^�~Xp�#�','#r�FI;Kɀ��Ԣ5b������{!OV��','',0,'?'),('$q��׷)��h�� ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Ӽ,g�}�fPkpH��','?�O{��_�AW�R&5��\\�!�����\08�','',0,'?'),('$tE�xO#7�j�{ ','wp-content/plugins/elementor/modules/admin-top-bar/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�.���5����a�','EaCI��Մ���SG�r�UOA�}�t����x','',0,'?'),('$t���\\�p=-a�','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԇ���@k�����$','|�Q�/�8o�@zn� X�O�FUJ�)��J��ѯ','',0,'?'),('$v��\"�Q}���o�','wp-content/plugins/litespeed-cache/src/data.upgrade.func.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data.upgrade.func.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�x`�ӎ����O��z�','�_!$P��¥�d]�D����Fj��Y|i�폄�','',0,'?'),('$y?�E2���R�Gl�5�','wp-content/plugins/litespeed-cache/assets/js/guest.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n���\"Z�}���A7','��UX]>���D�B@[�	�x3¯�6�\'�4\Z','',0,'?'),('$�Z�tz��t�Wm','wp-content/plugins/elementor/includes/widgets/button.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ď�_�;!#��','��&#������ئ����\Z��z(���t�_�q6d','',0,'?'),('$�����}&�դ�^��','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�l1b�K \\RK_�','۬���_D��UL\\������%V��t��<_�h','',0,'?'),('$�:���Le�RԐ','wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zx��\"�G^E��','7�d�64^��{ȋ���Ŧ\"�ڕ���Y��_L{','',0,'?'),('$�w�7���@)s&��V&','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨S�N]eD6�����@','<�j��3a���a��k�l-X���','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��\"��V%		|','�X>����[6_��\\��a�3�����s�V','',0,'?'),('$��� ~</��aR�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ia	~P�V��D/\r�','�O�g§Ʉ��zX�J�Rf�yJ�Ŷ','',0,'?'),('$���%\Z�d�Ͻ','wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`BrBYH���\"�Z\r�','0u��\0T:����|��V�G1ާ��i��z`','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1SD	�(S�(���V�w','c;��[y\\z;Mɏ�{%��܌k�/��cf�ƹ&','',0,'?'),('$��P���Xu�����','wp-content/plugins/wordpress-seo/inc/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('$��L�Uˁ��\n�)','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i\Z�[���!���l�','+{{w��Ϳ����&��H��kM���1��+','',0,'?'),('$��%���ւ�U��','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5٢��mFDi	�+�','Sc\"�|�&�� �3���� �vŬ��X�e','',0,'?'),('$�q�|#�\"	�ҹ<�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ĵ�֜P����b','�U�T�XpŚ����d8wy>�8Lj�T\r+x(��','',0,'?'),('$� �i�r}���~��\"','wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߴ8�\n+v�B�m1�','rf���2��@��R��ՐdW�)�:�����','',0,'?'),('$�z�\0�r������\rg','wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j���VGG���L�P','�=����r�Y�vTb�����>߁,�nc�\rM','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ik���s','^&�V�b��,��s��B^�R�4�Ѹ����V','',0,'?'),('$�Mn%�H�j�ͥ��','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xoF�pj9��[^��','��@�X[�p:��j��:h��x��(?���','',0,'?'),('$�e���S|��I�','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/disable-login-whitelist.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/disable-login-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������cR!�r�a','\rdR<�ڔʱ��2�h�#�kiV��/�n~���','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('$�CW�#��zn�L.�','wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�e���;�z❝o','��%H(�K%��?���G�0[E�����','',0,'?'),('$�GE�k�<[����','wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��\\KxO#��{Q#','Iʋ��_P��2�N3=mb����lW7���1U','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�}A%ljS/�Gr^','���ݮ�zX��L1�j/Dŝ��T�����','',0,'?'),('$��߰�R�\r��ab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�A��]ppP�A�t޵','��ܫ\0��z	����jwh�ɞ=��y���','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('$�ѯ�lP��y�0���','wp-content/plugins/wpforms-lite/src/Forms/Token.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mk\ZR�X���\0K�q\np','��٬w�ϬX)�e9���w�զb�x��d/I','',0,'?'),('$�� �b� ��|9��','wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$����(�UΊ','V�Z4#mq�H_&eWa\"���E�M�W�H!k','',0,'?'),('$��ȣ~�:�3�ҭ�','wp-content/themes/sydney/images/customizer/st1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V2��I�jF>\"�PA�','�Ǐ��D�\"K\r�ܒuQ�ج�!vC����','',0,'?'),('%�Ԯ�{�f���','wp-content/themes/twentytwentytwo/assets/images/divider-white.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�(ʷ	\r�����R�','�@a{�a�Kմ�rz\r��[�FV,�.>�','',0,'?'),('%������4�l�\n�w=','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPMessageDismissListener.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPMessageDismissListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/+�}�=;k{v�Y�5','��Z�\Z�ܽB�u)�9�F��6�3�u��a;�','',0,'?'),('%	n�\r3\Zޝ�:�E','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�\ZEɉ������','7��w��˴��#�%�����r�\rP��4���','',0,'?'),('%	���ſ�kuX�b���','wp-includes/blocks/read-more.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r?�Ə�{j5�','�P��W��2�������W^&�eS�$|Z;�','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3$�O�-���i4Q�i>','��u��:�Sđ�i�{^t�ZH{&��i�','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%f�Nvn9�,\r�W�','wp-includes/blocks/post-template/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�i�b��Ph�D','�[s%|�9190��\\<s�Bc-�{S�FJa\'���','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cJ>|Eqv0|bv�� ','ܟ�j�pe�M�N�?���a��Xi+!S�2','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('%Leا9���$��\"��','wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��|n)X��xp�\'��','▿+�o@�b�q�Z�$��Sl\n���\n*uPS���','',0,'?'),('%Rf��x����?�\"��D','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?`q3���`-9>/(U\n','���?+�\r���5+g\0�(��W�e�aLK�','',0,'?'),('%^�����p����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K6-S��h\"t0˹w','3�\n���e���*9_	Pw�/�h�Y��&','',0,'?'),('%hBA��A~)�t�','wp-content/plugins/updraftplus/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R$���\ZNOޟ','xHp��x4�%�Q�$츶��T���m���C','',0,'?'),('%i�F\Z��\"6���� ','wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�fS���L-I\'��v��','�L�7�H)Т�+L\n�=<�*�1\rsɳ�','',0,'?'),('%i����gca�W�!q�','wp-includes/blocks/cover/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C-��9�7a�1yo','�lν�~_s\\�BF�_�=����1�J�e�9Q�_','',0,'?'),('%m|�F�!��z���S8','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UZ)�\'�a�5�@�','D��i\"�Ǟ�t۱�R@�8�����uvu','',0,'?'),('%����6݇�[3�<�','wp-content/themes/sydney/css/customizer.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�7�?Np�a�#@�(�','�%1�I4��q���\n�@�!��ř��ec|','',0,'?'),('%��q�#��A���U��','wp-content/plugins/wordpress-seo/images/plugin_subscription.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7�,�_p �','�o��盖�p�`�cR+ͽ�]<�\n�Pm�Z��','',0,'?'),('%��47=�\rٕ�\"�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U\\���R6Ɋ�NYA','r*a���~{vC:��G��w�\\����u��l�3�','',0,'?'),('%���V�Ћ]��=w','wp-content/plugins/wordpress-seo/admin/class-config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ja�l!&��N����','���(?^�r�Q%qP�M���o�`��G[���','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','](��ȝ*<��q0\0�N�','^~�p�H:��� @��K=�g�}z�2\"�\Zh��','',0,'?'),('%�t�I:p0�_����u','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/header.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0�ҙ�g{@a�?','�`�|���j���Hc`g��!��ɤo�Om�>��','',0,'?'),('%��|�-���X�2`JV','wp-admin/images/about-texture.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-texture.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�m{oQ����KU','J>�\\ˌk~2����r!��!�ti+�\0�','',0,'?'),('%����8^�V<�t�','wp-admin/edit-tag-form.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R	�\"�\'O�\0�e�ڍ�','�Rt�K^b�h���y���8P\r��oV�c�q','',0,'?'),('%�fW���	�P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('%�Z3�w݀fKF��Z','wp-content/themes/astra/inc/customizer/astra-pro/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/astra-pro/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��B6�_Hf���n[','�$ϵ�Av���5\Z9���N���umx<;n\\U','',0,'?'),('%Ѹ���v�0�F`\r','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��m��F���Hg','.E�k�&�1T��?8R\n�#2O�?�u8����','',0,'?'),('%��Up���cd��','wp-content/themes/sydney/content-search.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'�L�qVz�','��z��b~��^f�1�Fe�E�n��Z�^����','',0,'?'),('%��w��α�5D�O��','wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�o�O�56jlC�mV','�����]|��Bq��V?{}��&^g���;�','',0,'?'),('%p�C����u@Q�','wp-content/plugins/elementor/core/logger/loggers/logger-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0ד��L\rD���aև','_�?��N��)\"�^J�+�\'���L0=�b���<2','',0,'?'),('%�~2\" ض=�ǿ\Z^�','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('%��eb��z�.Z3d�','wp-content/themes/sydney/images/customizer/checkout1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/checkout1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O?\'�Ш[L}�bh;','����B���e��үo\0�v�n�9(�O��~+x�','',0,'?'),('%���](2te��(�`K','wp-content/plugins/wordpress-seo/src/models/primary-term.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�����fP,�!�','Y��Г҂`�Q�$6G���OcWYGJ��/','',0,'?'),('&8Hӧ�+Xzi\n�','wp-content/plugins/wordpress-seo/js/dist/languages/tr.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ъ��D���[k�_\"��','\0�d�����T��e!�E��Ϯ���sZ','',0,'?'),('&	�4�|��x��un','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TfXO\'����0��x','_al�����_	�~�9�`��r���\'p�','',0,'?'),('&3��9Q&m��Oc�Q','wp-includes/blocks/post-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�xRR3AN��e�ה�','2��p�9�d�Up&;�\r�`\rL�s���Y�{L','',0,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json','/home/sleepingsolutions.co.uk/public_html/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,'?'),('&���|�0��Ԧ��Z�','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��	��sL%����b','��o�E�`2�@\0��DA+��	�c)���!�^','',0,'?'),('& ����b׺g$*V','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�#V,aq�|�Mg�','����0��^ª#vp�< �,x���I+,��\\','',0,'?'),('&#��(K\"��i�0#ժ','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`TdJ=��)��.�','������QmWq�n� ���_�3�LR?','',0,'?'),('&*���dĆָ�	�H5','wp-admin/images/align-center.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','��Yr�5c��LM�vp','�MĎ���/?�wHR�)\'���M��v�S��;^\0�','',0,'?'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g|/	h�	q�@(�]�(','���MY̭t&�\"�7#�?f	�]�cy#`a�','',0,'?'),('&B���#ME�M��+�','wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+M�L4��$qOD�~Ġ�','�\'�[�<�$f_1\n\\c��D�g�˟�`s���','',0,'?'),('&C��|���\rUC8���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ri�4Db-�${\\�I�;','L����͂�����n���M���\n2���','',0,'?'),('&Otbm�rM�s���J�m','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPDismissOption.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPDismissOption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���\"k�d,C��Q','�}�Bә�9�Z�0�x�?��KEp��m�\n �W�','',0,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d\Z�u�E66&\r�o','�*Mo��x�U�LGҟxnb\0��<2u�����','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hs��=�x�<�į','F�!�OqPG�ȿX�`�w�2�l��Z�x+\n','',0,'?'),('&s�R������X�<��','wp-includes/blocks/separator/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EO�c���m��{��','�/`i-^�3җ;�B��T�;����#\0�r�}:j','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r+����fNF','��qV��R%���H���ij��`J�=��(.','',0,'?'),('&w�xį��0y�ڇW','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape18.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape18.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`>�瀉³��','+�����7��D�BIO�X%پ@�hƔ�!','',0,'?'),('&x�mf�{�$���!]�','wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ei��=IXS�An���','?�C��\Zh��V\0�4n~EI+9丶�l�o��','',0,'?'),('&~ڐ��g��N�I%`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KND��Ŗ��F�\"','D�5�U��j��l$����N�K����C\'%�','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0&�\"�e�U�(޽��','ӄ��Z�m�b�\0���)��+���d{�_���','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('&����j,.7_���Ѳ','wp-content/plugins/wpforms-lite/includes/class-templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��^܍o�#�A�','�A��W6sd����@C.;gT5���}S��N','',0,'?'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('&�k����h\0���F','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','�g-���*`@���','�P����#�K�h̿���R0#�b,����m','',0,'?'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¤z:\Z@@��3�','!�B�Q�Ot���!��\r�S��#����5c','',0,'?'),('&���	P�shcusS','wp-content/wflogs/attack-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&��tQ\\�j`�q��Y�','wp-includes/blocks/categories/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:\Zn	Yi�!�@�\'�-�','!G1І� d��zG�|(}��w*=�>U�tU','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('&ڮ�G���z�q�]','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-userini.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-userini.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)]�xq^�fgX;+ԱQ','Q�*�k;eI�ʗ��6��&������)���V�','',0,'?'),('&澒M�	{���b;�','wp-content/plugins/wpforms-lite/assets/images/file-code.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/file-code.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0q<�o�','���%:��l�\"\0�5@¹��n��^C���','',0,'?'),('&饱����W��؀�|�','wp-includes/widgets/class-wp-widget-links.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����F��>�X�nl','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('&�/�Q�ݥ(�F��','wp-content/plugins/elementor/assets/images/placeholder.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�j\\y�?1%�b�A��','!�KK�Z\'���9���&K.p!x+S|6N�~R','',0,'?'),('&��Ց���c9[','wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d\0�8%���@','���O�ۉI{Z?!\'��Zt��@��,�t\\�','',0,'?'),('&�g�B\n�x�?��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~?Xf�3�yNk��','��(��\"\'?cFz�6�.>����/��S�1x~','',0,'?'),('&���PV�w��Ss','wp-content/plugins/wp-cerber/cerber-2fa.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޵���cM/�Ҙ;��','������N��$.�|���%3��#��׭��P','',0,'?'),('&�aUG���κG��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('&��g���1�KE�','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y���6�6ʲ��0','�ᆡ,�%8������ ̫N:���6�p','',0,'?'),('&�n/6�Y�X���4I','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�>7j�{�TC�/;g','�Ր�j)n�x?��!r�7���\Z��T�T���','',0,'?'),('\'{L`��X�I8h���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�\Z�<HpZ�����','/�4���\n+kҋf�`%1�֊Ȭ���rxüW','',0,'?'),('\'�no�W���o���:�','wp-content/themes/sydney/js/jquery.fitvids.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/jquery.fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=:��bd�y�P\"�s�','�F�9��\r�IA.�QVE�O~M���-��Q�','',0,'?'),('\'y��Ƙ�\n�i�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�F�?+����K����','3I�G+���W8���X�w�\"��(l�\r��Cӄ','',0,'?'),('\'������y[lj3#~','wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�E!+���Ok�ˆ;','��\n��\\QyY�%R��ǯ�����$��*�m�','',0,'?'),('\'%�|Y�+N�\n�\r','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','91x��I��t-','��>[�8��*�S������=� ����W�h�9�\n','',0,'?'),('\'\Z6�a��K�c�U��y','wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LEÁ�9�sW	��a','�(��_m[|�sQ3`d���e�U�T��$:���','',0,'?'),('\'\"(��̟�BҬZ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�~��gx�#�}�u�','l*\"�J)m1��nΈ��;�$�O�X•����1','',0,'?'),('\')jvD��n���T�E�','wp-content/themes/sydney/images/customizer/oc1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/oc1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�������t�R��',',I�N�2�l�?����0��\n�;�>��9ιV','',0,'?'),('\'*$l��~i��e�4�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�&��R��`�t','�!���5�n��(x��hK�1��V�D��','',0,'?'),('\'3����P�@P_��\r','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�.3��!�����','���i�]C�4�M4��$�R�*\\a��{����p','',0,'?'),('\'6�}f��$�N�^^�','wp-content/plugins/elementor/includes/template-library/data/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/data/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����s�\0O�-��q��','w�\0�C2�S_���L]��u\0�`�Q\rb�A.','',0,'?'),('\'6��Ѩ����p ��','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�e�Gtsž����]','%J�\r%<� ٭�f�e!^n\'�͸�^��6�B�','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\'>V_�q�LDu�dU��','wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��Wj�D(��/\0z','x��	��ѯ��9_U��r��^���X\\Zdl$','',0,'?'),('\'?��bV��w���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a5dx��a���Ar','����c���j̀�i���D\rF�\'܈s��','',0,'?'),('\'Ac���,	~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\'GB�\n�\'M�Ti���','wp-content/plugins/really-simple-ssl/class-front-end.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-front-end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۙ7XI��[����\n�V','��;ē!�9�1Qb��U,\r�%+�,����r','',0,'?'),('\'M��w�񑍷���\rKj','wp-admin/includes/class-wp-site-icon.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�uWYv��_��','\"�dB)c���̫�e���|�]B�ؗ0y4j�','',0,'?'),('\'O����3S-�\Z��2','wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���㝜E䛰&\n^','ڿ�^�\0[��+�q�������[��Q','',0,'?'),('\']\\$m$�6�,�y��6','wp-content/plugins/elementor/core/common/modules/connect/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$9�)�v�/#�-��','���\"�O�\'�\\���/���d��?gz�e�','',0,'?'),('\'hȟ�<�2�`��:�','wp-content/plugins/burger-companion/inc/seokart/images/team-img-1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R ����;�:�o��','.T[A��	:�A�\"�+*_me�c��XG�','',0,'?'),('\'h�u�3y@֦h0��\r','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��|������?`���','T)���l%|c�jmH�&ؠ�Yl�錰es6�K','',0,'?'),('\'p�K��r��� �X_.�','wp-includes/class-wp-theme-json-data.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_x���u��7��C4Q��','��=0Z֝;τ�t�!�ǐ��\0����z�','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'q�{����Z�>��','wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Dns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��d���[!ʶ�O�','��ڥ�.T:مn6nX)���B�q�ѷ54*���','',0,'?'),('\'{�~�I`�Q����Z','wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�)���TZ���\0','��R6#:c˝~�\Z�i�,�Bצx�SP��s','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\'��‹�o�t����mr','wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M-��2�!�\\l�','G�XA���(�|��m�O��ڠ�t��߁ґ�tF','',0,'?'),('\'� �;����t|��%�','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dy#��lR�RGP���#','��2���Z٥���/� 6�ؠ��|Ь�','',0,'?'),('\'�g|͹\"���jݹ2�','wp-includes/js/jquery/ui/effect-transfer.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x�!ղ�{/�','{`{WaׅvF�0�j�s���l�J2����','',0,'?'),('\'�,�E��^sA���M2','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�]u�)4����','�?��J��5Q������@��ޟ0/3V�\0e\0�K','',0,'?'),('\'��{\0������o];','wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��;�4nN��*��','�u}���27W���C�F�\'��#�oke��a̖M','',0,'?'),('\'�I��՘��qpE','wp-content/plugins/wordpress-seo/inc/class-addon-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' [�k��:�0�F�','ĜS �����l�A�\r�]nM�=����I8�q�','',0,'?'),('\'�qWE&/�yU��','wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����3�a���/','ys$�D2�[r\nOΎP}\\z,��-$���y�m�','',0,'?'),('\'�.K9�0����Զ','wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eܧ�8�n��M�d�','��LlX���*������8�H��$X^?�D�x','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qxM!��\nB��+=L�',';�Oҥv���̉�����	����\n����','',0,'?'),('\'��=�-���AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�s�Aq��tf>�\Z9','k�:����4�j�(��$����緪��c���','',0,'?'),('\'�,���ۥNiƣN','wp-content/plugins/wp-cerber/assets/flags/re.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/re.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~8�x@�{�q��k','b�g����z�V�5�A��t���w���ۨvI','',0,'?'),('\'�b5|�LpCva�޻','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/ParseStringFlag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/ParseStringFlag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�6�fG:���ES','��sx��z���r�2�%�m9\" �!\'���c5','',0,'?'),('\'��݃�\'s���`s','wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/}�J�j�;�؊6&\0','��o�3�cf�z��:g�\\E��M�� �+CI','',0,'?'),('(I�A�w�ί�;��','wp-content/plugins/wp-cerber/assets/flags/sz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qh<�F��kU�{�K��','\"(N�X�p��c�1�t�T�8�7���C^iJg�','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('(]��Ex�{<3','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŀ޷���v,Z3�k�CD','žgO��D>�+�MU���A�x�','',0,'?'),('(%.�����j}�����','wp-content/plugins/elementor/modules/performance-lab/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X��|�1�>�#]�','B�zWύ~�]��ۜ��b̞[3���blߑ','',0,'?'),('()���A��G���T�w','wp-content/plugins/redirection/redirection.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�V��{x��>k�','*��v��hҦ�8U��kz�-��11R7k��','',0,'?'),('(0�0k9Y����A��\Z','wp-includes/blocks/preformatted/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9,��G�r�p�i�_','cSnmqr�:�hNe�W��{(w�D�~n\'�+�','',0,'?'),('(1��Ct�wt�2�?~','wp-content/plugins/wordpress-seo/js/dist/languages/cs.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)���������','�5�q��[���%�W�7��BWf:','',0,'?'),('(2��A$��Sa���ɺ','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���敻�1��y�','#�\n|�4Ꞃ#Mp��5��^��Hj��5w�}','',0,'?'),('(6�4��s�\n:�Fݻ�','wp-content/plugins/burger-companion/inc/crowl/crowl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/crowl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:h�جB����','+��	�uufp6h��P!tJ�T��̤X�,̓','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('(Dݿ��?��G�fɏ','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<���z��>�','9]X`׆V�947�%N�񍜾��c��?}�A','',0,'?'),('(GL�l��#B��Q�','wp-content/plugins/elementor/modules/library/user-favorites.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�` i�� �����I+','F��!�!��%\\�ڇ)]�=��6q�_�z�>','',0,'?'),('(Kl	���ކq��XB','wp-content/plugins/ninja-tables/public/libs/footable/js/footable.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/js/footable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T!u�b[�����Z�','�B�O�L(x��NВ�!:��d\r++���T','',0,'?'),('(Q�\"V����PBL�O�','wp-content/plugins/ninja-tables/uninstall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o��\"ޢ�u�o:��~','B�TD�o� ���Wׇ���\"<�}\n}�0OWƹ','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�#X�T��pPŊ:M','���`�a=�|�;�^ky��	8u��G��6��','',0,'?'),('(W��0����a�(Ȥ9�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6:�C�S����','�m���q��Q�@\'��x���3x��}!\'��','',0,'?'),('([d��������BQ��','wp-admin/js/updates.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vԟ��A/5&G��>��','�8��e	�q]�5��\'�b�Y(	7&���N��','',0,'?'),('(jxF0/���ʏ�)��','wp-content/plugins/redirection/locale/json/redirection-en_AU.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C	u&�$mNO�d-�','�z̻���;��������W� ��ZZ[�\Zh','',0,'?'),('(j�e߮��\0�R�57�>','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mG�|�h�i I','�[���B�@���@Yĥ��6�.��*<��','',0,'?'),('(l��օ+%�m���GI@','wp-includes/blocks/rss/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','եB��vTE�|��(','UZ̫��X2��/�����x\"UU��KT�<.�','',0,'?'),('(l��:�,7s��\"lR5','wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�c����*	Қ�U','S\0?&�ِ�\\�TE`�^!l�1{;$��]�@	','',0,'?'),('(u)���V\\naB��5','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��o��\Z:O-�Q','Aƾ�|n8�\\�����k%�J����[��!','',0,'?'),('(vN���\r�U2�\\ReI','wp-content/plugins/updraftplus/vendor/components/jquery/component.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/component.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zy��7dB��Oo1l(','���Zܟ4���S���^�WdXz�V���}W�A','',0,'?'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�D�ٖ(��:!','�\r�b���ߝT�.*��ύV��W�','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6\'8;ڇ믍���V1�','�oYH4	lY�1�YG�H�tmS�Z/)�\"��','',0,'?'),('(��Q�NE���y:�B��','wp-admin/images/about-header-privacy.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jz\"��q�����','�dX_˜�&�h���6_��?���q|��,}','',0,'?'),('(�J�����O�E��','wp-content/plugins/ninja-tables/assets/img/jewel.jpeg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/jewel.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�Yފ{1uĐi','�����ő�/ \"S����cId�Ձ��w�','',0,'?'),('(�7V�@�+T�MC��','wp-content/plugins/updraftplus/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wf���\0�P�9��\\','�.����J��x̽dXD�xe��ʺ��','',0,'?'),('(�,�b�-e�0}9�y','wp-content/plugins/elementor/includes/controls/image-dimensions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\np	�ط[�������','kC�\r�Š���ˍo�M~Lc�H��}ԟ�','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�C\r��Fl�>��qp�','wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~ҡ:�e\\��^�2l','.� �n�P�h:Y䋰Xd��0�$�)`\09�','',0,'?'),('(�T�k|�k�sT��','wp-includes/blocks/post-author/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǩ&h.2�0���#','|wahV=�ǣ\\�m��	M�����+T�\Z,�� �','',0,'?'),('(�!Zυ\r���x��4.�','wp-content/themes/sydney/inc/integrations/learnpress/learnpress.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/learnpress.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W}�X8��7��}R��','�_���\Z�b%�-�iY�ō���T��`m	U;�d�','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':H�El�D�\nχ�6','I|7�g�gWڣԭ;t~!���t��Ő#�Y��','',0,'?'),('(�<���\ra~�8��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޺��t�صŢ3�A��','�.��_��4$>������,�\rX�h{ۉ�','',0,'?'),('(��lYq_�oh�s?���','wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɜҫ�b���R�����','�o�� ��E��l<Jr=���O�D�mFOz�TD\n','',0,'?'),('(�x�I��KWP�H��','wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���—;�u{�K��','C\Z�IN�-�ƣ�Aj5�\0	xc�v��n��R','',0,'?'),('(���\\�>��b���z','wp-content/plugins/elementor/assets/css/app.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٺOj Z=`���EM5Y','+�Q�ͥ�Dn\0�/Ê�2�{l���J��','',0,'?'),('(���������f','wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�v��R�1��+�','��ަ}%�4��l������5�xP}��5p�','',0,'?'),('(��Օ�)�(pwBl','wp-includes/js/dist/list-reusable-blocks.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�fP]���<}\n�J�','a�Ԡ���P�p����)\n}{̌���)�F���','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('(��Af����c�!l�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Dg��\r*>�њ��[','*4�G��2��p��:��6�\\Y���p����','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('(�8E{��xE�C���\Z','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?YF�VC�.]n�u','�܌ȵ�\"������]��J䁙9y�^�','',0,'?'),('(�1��� Θ:�','wp-content/plugins/redirection/models/permalinks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,��?�	{T�c','[�I��Z\n����oQ�=�=�H����=�P<','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Х�x�	^�5��','H�3����y��&�k��3����}���:','',0,'?'),('(��s�3TN�o(�','wp-admin/images/freedom-1.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�9f\r��OJ\Z��]�','��eM���O����8\0\\\0�����7��ˆ�','',0,'?'),('(�\\�klGD�oo<�~K','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i(�Sq!��V�Nd�a-','�J�v�Do��%���<��M�����`�/�Np','',0,'?'),('(�+���,��V�v�P','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����^oձ,�c�','Y��;�9M�~�jG�O+|R��$}�|k�','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�ZbcIJ��6p�\"$�','wp-content/plugins/wordpress-seo/src/helpers/options-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0��.r�M���Q','����*L{��2�}�,��Ӧ��24����\r','',0,'?'),('(���\'i��^���c�','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pi��R\"o�-/\r','��$s�E\'�m&h�����}[&����;X���','',0,'?'),('(�g�&飣�ƍ@�$','wp-content/plugins/elementor/assets/js/admin-feedback.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���td�eS4Ufw��','>�! >x�����1�i�_�������S,','',0,'?'),('(�K�}�e�0�y�0�','wp-content/plugins/burger-companion/inc/appetizer/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\".O�zQ��YNQA��','�����pS����s�i�HCBD�.�4�R%��M','',0,'?'),('(�\"�>Z:q��&�','wp-content/plugins/wp-cerber/assets/flags/aw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/aw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�c/\nY�4�aV�A','tv-��-�Ȟ?P��^�,R�Y�𵨸9�Z�','',0,'?'),(')\rAUr�M���! �','wp-content/plugins/elementor/includes/controls/box-shadow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�$�D�92P^0W��','��F�v����q�ą�PY�3�κ������','',0,'?'),(')\\?���o�e	�nd','wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kS;Ν�ĉTh�;','|��0l��mG[t��~q�� _{�uR�o�E3','',0,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�ן�Ы��E*3��','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')R��Y�2�>\Z!f[�','wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�@ʼn��%/m	��','i2f̉=X�8��|6n��� �m�𦹥 n�b','',0,'?'),(')\'hL휞�\rЀ^����','wp-includes/blocks/page-list/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%YR�\0�ac�!�=','�*�?u�SN��o���#�d+Ā���0','',0,'?'),(')@a�sKL���r�Ȳ','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v`&�=�#>�zs�l','��A��5�%e��<.�tj?�\Z��,\"TO�','',0,'?'),(')FTj����CJc�G','wp-includes/blocks/image/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�G�h�=Q� ��/�','�58�!��2A�r�ff�X�xYm@x�΀Q?/�','',0,'?'),(')Gw`FX�����o@�','wp-content/themes/sydney/widgets/fp-testimonials.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-testimonials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L&qg��2ѧ�H0','�i���iต���C\"��Oq�z9�*a�Q�Z��','',0,'?'),(')O��u��u6j[Z�','wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<O���M啻Χ\0?��','\Zy��C��Ҋ�d�bJl��I `�6�V8��}','',0,'?'),(')T�cd3j�N\r�)�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-and-exit-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-and-exit-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'>���V�h�S��','�ȗ>��P{b�����h���%�~L�','',0,'?'),(')Z��hF\Z%?��W�','wp-content/plugins/elementor/assets/js/import-export-admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1̩җ��\'	�ˉT�l','=Ryv��.Dа��2���\0bz�s���Q����','',0,'?'),(')kn��V��mG�e•�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	ό�1��Ҡ���','2z��[�:��X�\0L���VG�J�yM!��','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zy�r��_5�KA�Uz�','����7��]���\r��,֐���w�����@ҡ','',0,'?'),(')�,�T�8�LC}�����','wp-content/themes/astra/assets/js/minified/flexibility.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/flexibility.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#l4C��}��','\nY\Z�R��ï���B�,N}T� gj>.��!','',0,'?'),(')���&�`��&�X	���','wp-includes/js/dist/preferences-persistence.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences-persistence.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��{�5���\n�','���D{�U�;q�;~|��N&a~��Z\0�\\�','',0,'?'),(')�3�\r��r-��ty','wp-includes/blocks/media-text/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��t5�KY3�ॳ�','�ۙ��Bt%�C�֎ώ�^\"D�%���O�2A','',0,'?'),(')�ֱf��~{�G�','wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�./�.nh-��Xڂ�','\'KGԌ����`�6��9�&�%\0��M|\\�y','',0,'?'),(')���^�F����y?�2G','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�ۥWx\rǵ���','+1�\\�3�AW\\�Q��[f�\n_ZA���˪Hf�','',0,'?'),(')�o����Aw�*�','wp-content/plugins/really-simple-ssl/ssl-test-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/ssl-test-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9IHrC^jiA]}/&','E3	��u�5w�T��#TB��9�%��','',0,'?'),(')�7{\r);2i��+���','wp-includes/blocks/read-more/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���)MS{\"\\��\'','Y�\"���_�^&���G/\Z���2\0�j��@$�','',0,'?'),(')����gP�PV�u�z=�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gϦڿ�̉-�f�m','K�M��4���g@H���ٙ2�7���G�1Kb�','',0,'?'),(')�7��{Ux�����r�O','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���7�A�7�~C-��','.F5)�\rq��v�^�7d�|k�HLp���','',0,'?'),(')�PX�B�3��?��(�','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���\r+^�y���','�@	�j�#�?jk�v��.�&u;(Q��\\w','',0,'?'),(')�;���tV���n�','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�\"�t�(2]�l��','6ܵ���&��`s��{�`�\ZO1���,����','',0,'?'),(')��3���C2��b�.','wp-includes/blocks/comments-pagination-numbers/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��켦�,��^�>@�','�8���-\\^^���}��*�w	�L�l��o %','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���j�1A.�+s7��','�_�k<��E;�۝��@�:�mI�iQ-΢8�h�$','',0,'?'),(')�i6`�D����<��,','wp-content/plugins/wp-cerber/assets/flags/pl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y.�,|��~>�>J��','iDU�z�\0U$A�N�\\�\Z%p/����F#�ߋ','',0,'?'),(')�!��1�@��?2�t�','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�*�Hj ��#�큱','�<�3��*6��|�\'s���emkl`B�','',0,'?'),(')˼�*�$����aT�','wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','��R���:�7g D4','\n�T^�{�x}\\����m��B5��?�����Ge','',0,'?'),(')����T�	�(`��k','wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P� T9g1','����np���Y��;k7�Ƹ��Z����ۜt_','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�g��s� ���`V�','��j(���ؠ\r	緪���U+���.�d','',0,'?'),(')�:MT�{j��0�','wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�o�_��xz5I{','r�4S�E�`\r������0�@\\#��\rѝܓ�ED','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�e�V��bӻ5=��','F��n<�7[zO��N��\Z��pE3@r�B0','',0,'?'),(')警�Q��Q�/Y�9','wp-includes/blocks/page-list.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;r���眯w+','���p<��b�C�A�!$����9񐇗c�pL��','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��\0H��䮢\\\"��','��^ϳg$]����B�4n���\r\'z{h�zU','',0,'?'),(')�ə���ɗ����','wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R/��[Y�?���w&','6Jh=Pl֒���W�7\'�5?U�w9�rn\'�|','',0,'?'),(')�žo��;�0YhA�','wp-content/plugins/wpforms-lite/includes/emails/templates/default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vN��?�\ry����','*EbPzXH��O�\n���>�}~xm�б�g','',0,'?'),(')�M�#���7d�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/U�*\"�R�\n\n��;�','��+��Y�nDI��E�r$�����J10|%عiW�','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('*��J�/\\axZ�P���','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�m�U�]�mϖ�R','�y�˔[e��b�d�*����Nk���\n*��.�','',0,'?'),('*��g�������H','wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�40�xl���Z,','��?w0�DN�ݡ�ir���$�*����:F��','',0,'?'),('*�������','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f7�==�A_-�3�<^','�%��跒:	tޏk5X�*1^Pe�!\'l޺�`r','',0,'?'),('*o �����J�c��5','wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')]�?c^\'t�ݶ','NhM=\"�,c�3��2W�PeMe���g(w-=۫�m','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('*.^3=(����vw\ZH�','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�н�d];�F���','ip��[�[���	W���Y�61x茇��o��֝','',0,'?'),('*1��h��X�f#����','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��wB{�U�����D','���8j��;��S�Yc���X��XaؐA�','',0,'?'),('*3G����ү�$�I','wp-content/plugins/wp-cerber/cerber-load.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rf+���}��E�T��','Ԩ]Y�;���~H�1���u����=�A�;1�','',0,'?'),('*4�	Af^�V?+�”�','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ھ�r\0�M���a�','�\nh ��L�0��h���w��LL��1�8-��R','',0,'?'),('*8�0w�3�#iV�l','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�\'�.�_9%\Z3���','��\ng��E�$��nV���S��\"S��I','',0,'?'),('*A��O��E��˻i<','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.a�ʕϾ%ķԶ]|C','�L���A3��$v�S1mE����5�zJ�8','',0,'?'),('*C���/���a�w','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xpk�KʰG|��}','��fم�Ők��j�𐮦�1?�~V��z��|','',0,'?'),('*K)�]���pȡ���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��r��?�}\\��','�����5-tP�\"�x�X��0w\"�2�q�','',0,'?'),('*M=߳��[_�])R=','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�T��;��Sfuh','l�P\n�EO��Q���$_`q_��\0�K;:i4','',0,'?'),('*O<�	Z�\\��X�`','wp-content/plugins/really-simple-ssl/class-installer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ezwb���Io','��)�}�͐�YJ`;\"��8Dt`����S�','',0,'?'),('*O[����%�*V޶�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zwuc����?KJ�a@','!�{|�]�D���V�Ī1Doy�i�~ЕRsvJ','',0,'?'),('*Tǚ�qG6��R��H�','wp-includes/blocks/site-logo/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pI��w�YW@–/�','��*I�R�<������OYT>_4�:F8�D��','',0,'?'),('*V.XZ��_C[AԀ�C3','wp-includes/js/dist/keycodes.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_~���.��Fą���',':�*.�uF�٤2�o�3Z\'}K�CW�Q!�؛�','',0,'?'),('*YF	N7�F��`��7	','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�(A�,d���1�B','#��>ig�[��r1�?U�0�������\0','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͈ϚW:l���q~','�g��NQ	�������/���	�y5������θc','',0,'?'),('*k�K�,{J�S/d�/','wp-content/plugins/updraftplus/restorer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/restorer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-?�A0��W(��x','u�IFк5�V>��x\'m\Zz�E�Q�[q4 `�','',0,'?'),('*n�!12p;�ڇF�E\0�','wp-content/plugins/burger-companion/inc/seokart/images/team-img-4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8a��}q!�f�','H:���z\r׶�g��$���}��Ĭ;/���','',0,'?'),('*q*6�\r��6��z\\�','wp-content/plugins/updraftplus/includes/Google/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1����<]�','}B~�sw�B�s����`��Wسf�>�h�ͼ','',0,'?'),('*ty	7�(Z�sr;0w','wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}/ڜ�:s�Pea��O�','G��O�ԆJ�N��}�aTĞ�|�<G��=%���','',0,'?'),('*u��Y�J�IN�?4i�','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bG�M7UY�3���-','�+̵��)����=Ÿz��q�gfyW��)�','',0,'?'),('*�C��.�\\�zx��1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ÿ�1���.�k��','��YZ�L�\0 --�a8�e\":�\\c��0��','',0,'?'),('*�[�h��5i^��s','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^���_�\0F��7��S','�R��	�\0F�H�\n�#�^�y�h+��r�','',0,'?'),('*���pz�%�/g&�X�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����@Jdt��\0��','+�`�\Z.������ߵ|b�l��Aϓ�	[','',0,'?'),('*�a�^(�\"`��7��','wp-content/plugins/litespeed-cache/assets/js/webfontloader.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/webfontloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(��T*�� }C����','9���x#����B��!�E\n\Z|��j!��?���','',0,'?'),('*�qd�qA��v����','wp-content/plugins/updraftplus/methods/backblaze.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/backblaze.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��b�?E#օ�o�','�\n�pފZ��B�Q�z�y:E.S�����hR=','',0,'?'),('*�����J�\\�}ʺ�','wp-content/plugins/litespeed-cache/assets/img/icons/all.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/all.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�d���@sx�mj��','�LJ����w�\0�BE+9�$�lTS�.��+��)','',0,'?'),('*�	}y�/��0���Һ','wp-content/plugins/redirection/locale/redirection-ms_MY.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ms_MY.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d���P�k������,','�X�A�5 R%R\"���CoEg����3���)','',0,'?'),('*��*�W8��5��2~','wp-includes/css/dist/reusable-blocks/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށgky�Ƚ�imV���','�F4�B@R��j�ו��N�΄�SH��7�','',0,'?'),('*���\r~��\0Oq�*��','wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B2א;VAű�d�@�','�������lo��\nb.��wI�49\r��&��','',0,'?'),('*��-3�u��E�[�O#','wp-includes/images/down_arrow-2x.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('*��T�d�p`)\nƿ','wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P^���N�@�����','��>�/ɬRyZD����Iz?ꋧH�w\"��z�','',0,'?'),('*�>d���{��\'tz_','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/TranslatorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/TranslatorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZOe#���a\"�$5�','�%A�R@�>��LN\"��(~j1gq�4�\'擭1�','',0,'?'),('*��*�	~ݸ�AVj��','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv6.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7u`e�$4]B�A+�9�i','~1�@����it�q�\\,�gSH�m��4��','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('*�قI�8�A�R����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ˌ�:Z������-','b���al��rz�iQT��	�SZѓf�Jk��','',0,'?'),('*�ַ��:�y0��','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/testimonial_bg.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/testimonial_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','141Z�631J�oY|�','�{(,�%l9��	tfk��\r�+l���r8>&','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�u�\nL������E','L8M��0�=�Y�kb���|59�b+�z:4','',0,'?'),('*�e���>\\`-y�^\'','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c<�&��B��dz���','��݋�;{?�y�f���rH\"i�*xI#��','',0,'?'),('*�VkRMH�Do�*��','wp-content/plugins/wordfence/css/license/response-global.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/response-global.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��#�!+h�N�i@','V��[�\'���yyX?�yeV{F����eC�l�%�','',0,'?'),('+�(-V&S_2X7f�','wp-includes/blocks/paragraph/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fٳ!�eFM�L�O','0�3TK�&��&��d2Ѐ���F��#v�{+','',0,'?'),('+,����\"�#}JYo','wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߣ��zf��9h�~��','H���`�1L=?,Zf4���]�\rE�յ$��-)n','',0,'?'),('+,(]F7��M�`�','wp-content/themes/sydney/fonts/font-awesome.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĕeHix[��`!f�J�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('+\Z#(���ƒ��v���','wp-includes/blocks/comment-template/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�Zi1u��AsK','�=���52I�������#��=h:3Ӫˆ','',0,'?'),('+a���c�*�6�Ǿ','wp-content/themes/twentytwentythree/patterns/hidden-comments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/hidden-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gmuҊ���\'�;�','h޴ޘ�	��4�m>�8w�s��7���H]�O�','',0,'?'),('+,�5��[�!v�x','wp-content/plugins/elementor/includes/editor-templates/global.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��o��F��T��	��','xu����m7.p�O2u(�wX%����ght�!','',0,'?'),('+7Ӎ�K&:�ޠvԻ','wp-content/plugins/elementor/assets/css/frontend-lite.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�g3X����!UU','���m�;�l=�]���&\n�;���Dج��(�','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƚ��ㆆ,�O�l��','73��ǣ	^&✖B\"9\Z͇t>���VG�o�k','',0,'?'),('+=z�58���Q���','wp-content/themes/twentytwentythree/styles/sherbet.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/sherbet.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K+��-��@P���|O','��\n55��8@��Kݘ�t�\'uR zxw��','',0,'?'),('+?�<L�[ѝ��','wp-content/plugins/litespeed-cache/tpl/crawler/settings-general.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/settings-general.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rg�֙���`�u<��>','��l2ew��OSE���;�:|�-/1y3�X��D�','',0,'?'),('+AK\0�X\"��$�n5�','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B���ѕ�w� C','�\\���痎<\r遷���%_�8��[ެF�W�','',0,'?'),('+E.�X��{.�@g�@�','wp-content/plugins/redirection/locale/redirection-en_ZA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_ZA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��#Չ[a�(�','��zV�-���8���G���~���š��Y�M','',0,'?'),('+Hֽ�ok��o��2','wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�@���)��\"�','z��hk~��W4K�<��L݇asbov�','',0,'?'),('+N�H��l}¸�t��+','wp-content/plugins/redirection/locale/redirection-de_DE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����v�ۯ\r0*n�','�$�|��[�jૌbÜ��o�Sn���	','',0,'?'),('+N��c#��lg���','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`^גl�*��-�9=','����������^\r;�%��	�Qp��Ƞ8�^�','',0,'?'),('+Y\"�qi��X(����','wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�ܒ:��6W��s�','��J<܅�D���t�R8�8UFrj���ރ','',0,'?'),('+Zġ��\"��;�I���','wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9z����u=PS�}','n}���~v[4q�@ѾG��jЈ��.G$�Ha�','',0,'?'),('+uJ�p	����_�^��','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|SH���`�:�3�+�','�<�j��k\' 8ʳln�H��<�A�(%���','',0,'?'),('+u�J���RL {u���','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O	RO��A7���Kg','�\\j*毽����a��Y��t[jM�7鍣��\Z','',0,'?'),('+�G(0\'4M�띃n-�','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}(<��d�Ǿ��y�N','�@.边8�3&��U�Sl����5�A?\0s-U','',0,'?'),('+�<q��ɒ��ܘ1Q�','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Generation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Generation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kD����*,�/�D�O^','�p*���]��;ľ�J 5;�\\qI�}6�YN','',0,'?'),('+��	Ǥ�.�jo0��','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','п�<� \Zu v��j�\'','#���_PfJϞC=7br|��S?:�Xꝁ�','',0,'?'),('+� �3!Yv�Y�\'%x','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���(ox3��?���l','���^�\"��c�V5C�}Ҧ�苚����2�qu','',0,'?'),('+��G*#���f�','wp-admin/network/site-info.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��6`��|��p��;��','\\&�gc�SJ�}�m�g��F\Z�������G��&','',0,'?'),('+�\ZD���Ze}��','wp-content/plugins/wordfence/views/onboarding/plugin-header.php','/home/sleepingsolutions.co.uk/public_html/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','6EiXl����(%A�\\�a','��PRl��ՙ��g��\\�@��EMY�s\0��','',0,'?'),('+��Hj~�����','wp-includes/blocks/read-more/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�>܂��_��K�','�=*��Z��(N\r�D?d��1(��1]','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+�b����I=qY��','wp-includes/blocks/freeform/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�[%0���G���','�\r.ZE��h����(:�0B���$u�F','',0,'?'),('+̷�Y���p��$$�,_','wp-content/plugins/redirection/redirection-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�vӜ���|�2�','�ο��{�q\"]VR�5ń\Zs��z��Mmc�','',0,'?'),('+�v!s�/� x��*^','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆�c�T��GǮua�K','��#������\ntaf��lU,�o�d��R�(*��','',0,'?'),('+��ar��Dt�2���','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�5�l\"��|\"烷','k��NswҪ���&�|\Z�H�����b�','',0,'?'),('+ܻ2�YJP��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��ᕪ�kb �n','$\\5���+M6@,}g�y���ө��V���','',0,'?'),('+��w��dmD���X�=','wp-content/plugins/redirection/locale/json/redirection-es_VE.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��#\Z+S����Lu�','!r��Dl��R%.��8C������Mmg-�WH�','',0,'?'),('+ަkUX���E����h','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�5a^�/C|g|�x���','��gi��:�\"�(L���{�Gi]rTմ1q��','',0,'?'),('+�\Z�+˪�\'n�k�','wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�b��c�sdG','�؁������fr��9�#�g�z�����7�M_','',0,'?'),('+��Y*����.d�1In','wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#=�y7��S}�᫜','����r�@�?�A�<M��!���h�Be]','',0,'?'),('+�P���F�:b�0��','wp-content/plugins/wp-cerber/assets/flags/gg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b&w� �)sO�V~F','X�|�5��j����Y$����5i}�0�,op�','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��^��F�	*�','_����-�|�	frh�S�:���{�ѩ�','',0,'?'),('+��1��#Dկ��\n','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u6�}��xB�y7����K','�\\���[�0M���m����F�Ƅ��','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'`������a��� ��','�����y���DFR#\\\\F/��G%RY��x!�B6a','',0,'?'),(',\n@�Ih}����)�','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m5K&�@�n�،','`#ó��ːŘ3f6�b��0�;����,���J','',0,'?'),(',8Ф��yR�h�','wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�=HK�~Y3Ns��','��mQ��l��a,W\\a��~�R���|�','',0,'?'),(',㺢��z�] !0Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=c�P)ȇ��G��','S\"��r��1��J��Ÿ�	6�*�)��-�{�','',0,'?'),(',\"�Qx��>��r�w۬�','wp-content/plugins/wp-cerber/assets/flags/aq.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/aq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rH���ګ�r-��q�','E?�\Z��)�p;^y��܈vI���EF�2��','',0,'?'),(',\'��߈N׆��','wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EG,g��,@YX��','��[��1�L�*2�Fd���~�29>P�B�','',0,'?'),(',-�ɀ�$�?@C1�-�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GL��c�\"�H4�j��','U�rT��	p�)M�S3��Jh�����:�?�','',0,'?'),(',8�z�f��D7� >','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�N\'~Y�P����%�','�-b\"�C�Z)b��U�k���(\Z�����=�','',0,'?'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),(',=I�`I&��7����','wp-content/plugins/wordpress-seo/css/dist/alerts-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s\r@\n���U|ȣ��','~�`��2�fM�C��gӻ%��<g\Z�VY�E+V','',0,'?'),(',Dxtav#���<�;E','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����&hE5�Ox��','1\r��*�h\\��B�o���B�}��_��XD7','',0,'?'),(',G4�F�\\�*����X','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'(���A�󎔜�fpH�',' ��e�~a���EJ<WV��b.$x��*�/l�','',0,'?'),(',Ip��U�w�b��A@#','wp-includes/blocks/spacer/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���SU���<N���BM','JD�$��֎�]V�NuƒδoB�i��W���_�','',0,'?'),(',L�+�AO�8a=��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�+�vmٷ�޲|��','[���Q��i�v[*���G���_��)�C}','',0,'?'),(',N����4b�p��!���','wp-content/plugins/updraftplus/images/addons-images/webdav.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/webdav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AR,|�K?���','�bEf]&Z\nH͙����B	H�>@7�lY�x(�n�','',0,'?'),(',R�3Z�9�i�G���','wp-includes/blocks/search/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w-ͺ��axX�8.','Z�ϭn��ܠ�43�wƶ~آ�L��S�{N','',0,'?'),(',]\'N�%ݑUeT���)','wp-includes/js/dist/annotations.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�R�?\Z�\0�\0�','\'	t���P��g\n���>�׈0�q\'-v�O���','',0,'?'),(',dNe�8�����\"�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�s�n�E�1��t�','2�c�a����+��[����N��?_t�Mw�','',0,'?'),(',h��^【+�_&��','wp-includes/blocks/comments/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����7OLr���y','��\'`� ���z�ݥeE��T�^�u���.kK�v','',0,'?'),(',iT� �Ne���!g	','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�p��m�zx���','<&\0�08߫�`\0�B��H�)\0i����v�','',0,'?'),(',o�=V���C�','wp-content/plugins/litespeed-cache/src/doc.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/doc.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�8��8�	��3','�_�;��xYz�z��9�hj$=���3#�N','',0,'?'),(',z�e��Y#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��\0�L������c','����WOUj<�|������M p�m*2�','',0,'?'),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),(',�}d�ڟ:d7s�e!�','wp-content/themes/astra/header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&����\'cK�Y_��@�g','ɓ���s�(a#m&��j3��\0k����','',0,'?'),(',��ʄ}�z��U��','wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�\'#����µ�u_','2��d�e;��piM<�ı�9~���7�&V]m�','',0,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�}~��_�gYy]','c�[��ϫY�,�y�J��5���xNʼn;�}','',0,'?'),(',�-מ��Ya��(�,��','wp-content/plugins/elementor/includes/widgets/toggle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fž$�)}OD`?�@�','*�\\�����|�6�j\n�\Z��<<��Ȟ�\0','',0,'?'),(',�L���fS��OU0m','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rqU�}��&g}��\"o','M��[R*�4rx�\"inȔ��Cx,\Z�5��\\','',0,'?'),(',¬;R��M~���\\N','wp-content/plugins/elementor/core/admin/menu/main.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\Z��������E','��/W�m�k��v��m�<͸z3����	�','',0,'?'),(',��M���p;�1','wp-content/plugins/elementor/includes/controls/repeater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M+,����$�%��,','���-d_�Y�����t.�5om��\"�0~�h�','',0,'?'),(',�\\��}9i���j�y*','wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�\\:����S|�','iL�on�̢W���Sɠ�� �Ơ\n�p�Q��*+','',0,'?'),(',�_� ��i�.��0��X','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƣ�-�Bu2�[u���','ߢx=�޺�wЩ�\Z�K>�rp�W����	R','',0,'?'),(',��(X\'����%Z��|','wp-includes/blocks/group/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.w��.�(�\'G��\0','lB�m��	�rz?���,݊�%�4���U��&Of','',0,'?'),('-��\0h�f�/�n���','wp-content/plugins/ninja-tables/includes/libs/ninjadb/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('-��aT�ޱXJϓ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('-�?�E*�b09��~�','wp-content/themes/sydney/css/info-page.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/info-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N\\�;��H���','��^�=(\'NB�;,5�Eu�\nZ7�r�|�G�','',0,'?'),('-\r�7�<9m{�1Sq','wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!Á�ճ+l��','��2l�Zg�Z!���d����;�	?��D�','',0,'?'),('->���\"x	�I��','wp-content/themes/twentytwentyone/assets/js/editor.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('-�T��a�P�?�0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�6 ��Ԋci�\0A�','�/��ߐ�	�g�7>\\�N?��90�t1\r*�R�{','',0,'?'),('-+|@���\\�#���D','wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uU�`!)E���t����','�6\\��[�s��!m9sk��P�!���mɹg$s��','',0,'?'),('-+�ppRv�M�#^0-�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�E3U�.wB���','a�樞�ɢNɷ��Z�e�cR��}�d���\\','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�xO�<�+������^','�h^��?�=��\r�3���I�t�\Z7<�\0�c','',0,'?'),('-/@��B���F�}R�+','wp-content/plugins/wp-cerber/assets/flags/ug.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ug.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�b�����MH�{','�W��P\Z G��T���ߙ�h5�OeU�^����','',0,'?'),('-<~�%�q\nUtn�Og�','wp-content/plugins/burger-companion/inc/coziplus/images/team/img04.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���ĆO��\nw�Z�4','i�j�V�B\n�h)�\Z�JwW!p��\\˙��','',0,'?'),('-Hx�e�:s3���-','wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�[��]��z\0�-A��','u��vj�h��h��ofs�<5�t�[y��ƽ�#��','',0,'?'),('-Vp{헀V������','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�~�R�-���J$�','���	���MYm�%���<n�w����dz��','',0,'?'),('-Z���bFp����A�','wp-content/themes/sydney/images/customizer/st2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?d�}*�\rq��]Wg�','��ƚ��:�f�i�=W���/\0P5�Ca���s�','',0,'?'),('-[���E���@ۣ\0','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��d�IL�7(=T��','�`�*o|�|�m��}���r��-����H','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('-`*ڕWY�=��֐o','wp-content/plugins/elementor/core/kits/views/panel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/views/panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v� �HP;\\�IL��','�G4��?�����������~.\rN�h�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php','/home/sleepingsolutions.co.uk/public_html/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','A�Z��å3��ӹ1v*�','+Y����ܣW>���A�|�\r��<w�!��S\"dO','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��5�[��\'�','�V�t��,�Ӣ�cW�a^�d������^_�','',0,'?'),('-n��B$ҘT2ۊRڳ','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?>w���0�8;\n�','g�%1�Q�>6\nq��Š��\Z�4�Մ���','',0,'?'),('-oiB�d\'I�\\cG�͖\n','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e$�zQE+l�4%�l��','E�+�Xz;cssLa���!�A���`�ĩal��/','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=A��$o���cV�','3�3�g�(u�2-*6{�j��=��Pg�0M����}','',0,'?'),('-��w�3�(\"O5kds�','wp-content/plugins/redirection/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--�\"7��2�ZZ','+�z2&��?Ev1R\n�yʊ��\Z��','',0,'?'),('-�������\"`�tr�','wp-content/plugins/elementor/modules/favorites/favorites-type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/favorites-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��.\r����-@��5�','�`���j�alj3��$�b�1���JC�\'����','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\n׈N��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֮yѷH�����%��','�Fled9�jiRu1rq��Y�0�6�z��u��','',0,'?'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OL1m��Mg)ת�\'(��','f#�7�6@4���97�8�Y>̓���$�','',0,'?'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�jH\'�I��b�','����S���L<>V�#e�)%��A�j<P|֢','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss','/home/sleepingsolutions.co.uk/public_html/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','�]иm�Dt\'f�','����Z�ho�R]C���Z�\Z�OlZϏ�:l��','',0,'?'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kh���:�]w\\��cUK','A��Mj�%U�uք\"��Z����vl=(n�H��','',0,'?'),('-��5�t�U�1Y�v	','wp-content/plugins/wordpress-seo/src/values/images.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��\r�w&\"�ylu','�{ ��@\0��ѻn�\r��”�m}HF�T�!','',0,'?'),('-�3�w���W1�f','wp-content/plugins/elementor/assets/css/admin-top-bar.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��>��\Zͱ�W�8','�^*��9.��҂ً��G�V�peSmx�!\n','',0,'?'),('-��;�W��&�ܽ�`T','wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K@C��T����Y4','�u�gt=mg�*ӣ�̉�\0�@��_㾅�*�R\n','',0,'?'),('-�d�L�ƥXH�m�','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('-�b�}�K��I��>ۧ�','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��t	F�L�4):�','\r�~�<l1��EM2ߠ�;D���]�d&��','',0,'?'),('-��0���@��恎�Q','wp-content/plugins/updraftplus/languages/updraftplus-tl.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ON�5�DX���}<�','�VǕ5]�__��K�UwP��^�\0�w�:˙��','',0,'?'),('-���(_T$�*�Z��','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U��$�k�Y3','=b�,��N>C��M�fH˵8���o��uW','',0,'?'),('-�H���J�!4�|�`��','wp-content/plugins/elementor/assets/css/widget-toggle.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-toggle.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����oĎ\n��Q}�','(1�y6�����H��n�\"���`������U��','',0,'?'),('-�E����$�٥q٦b','wp-content/plugins/burger-companion/inc/cozipress/images/services/img04.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('-�4����&zK&k>�','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�B����l��','���¸#\Z�H���}8�Q�Zy4�:\ZWɦ�sg','',0,'?'),('.����?·h8�k','wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0_o�%���ƭ:N',':\n���Z�an���H�?�־z5Ì�!�+�R�','',0,'?'),('.@�b���ۑ�q��','wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RpHP@��Hz�R�c','#R��q��C\\#w��}� �j��dњ(^d�','',0,'?'),('.�t�9ks�t7r','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�aJ��y����N_�','*�쁮�\r<Z�ł���B������w^','',0,'?'),('.��\n]˯F��VR�','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���\\���\Z���En','{GS��0�����)��.~��#m�}�:2��','',0,'?'),('.\'\\<\"�y_|E�@','wp-content/uploads/wpforms/cache/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/wpforms/cache/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('.z��!\\�-Aa�j�','wp-content/plugins/updraftplus/methods/cloudfiles-new.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/cloudfiles-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"&y��r���|��Ǻ','y���jc	��KV�Fݻ|�.D��jÀ#�3*','',0,'?'),('.Lۡgށ��^�L','wp-content/plugins/wordpress-seo/admin/pages/metas.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/metas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ĥ?�攺rV8V{�','$xπ3���\0I�:f�K:��\'�\'����','',0,'?'),('. M�;�࣍_�\\��T','wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���{�\Z��\n�n','N�L�%�*E��V�&�}��r���:�6K','',0,'?'),('. �\0_oE�]A�_�0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('.\"�}B�yF��\'��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�+-����rc-','Y��Y�7����������JP7̰��3�','',0,'?'),('.-�ű�/յ�G]1*2','wp-content/plugins/burger-companion/inc/decorme/features/decorme-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�}��q�ZH�e����T','�p>�F�4�dnӓӥX�ta�.�D/�����ڌ','',0,'?'),('.3v��Yd�j���M��','wp-content/plugins/elementor/core/files/file-types/svg.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/svg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�^�~x�)�E;�l�_','_ZQ��z��1x8�1Sl�{b�41��,���','',0,'?'),('.<tl׊�n���)x�','wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΫW�Ԯ�DHs0;�)��','To-��=�>L��ϕ+hW���ZPzy\r�H�','',0,'?'),('.B�ݝ]P\0yuŴR:p�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�Y��f�-&��}�','O�GU�O�-�\"��N=�·�MA����C(��','',0,'?'),('.IhU���3��+B\Z��','wp-includes/images/admin-bar-sprite-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('.T�DZ�5L=PTUJ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ne�n���\\�Q��','�o�\\�%��+�\r�����vKذ_�g','',0,'?'),('.\\_�k�fH����O','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ஃLz*�����B�g','�C�ԑV,b�<p��Ul�%�g���6�','',0,'?'),('.]�7��M�rT�vA�','wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������������:','oK�K���ؗ����I/H�� ����X^M1c','',0,'?'),('.cԩm���gw�X�qS','wp-content/plugins/wp-cerber/assets/flags/ly.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ly.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�V#\ZG�d�]�4K�(','��@3��ia�%��B%V�K則/q�Y�/�|�D�','',0,'?'),('.k;�������w��q','wp-includes/blocks/post-author/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����N�جY��#E�','S!�\0��ljl��i�b-�{�r8ڨ\r�|B�c','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n�.�A�J��4I','���S{h�d�����q(���^�s\'�%�a%','',0,'?'),('.{An_<-���N�]�3','wp-content/plugins/wp-cerber/assets/flags/gt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��н8��ժݩ�','��ɑ����?�w�+l����3�r��Iw','',0,'?'),('.�oـ^u&\"�Z.�hy','wp-content/themes/sydney/images/customizer/bl5.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl5.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2����1�4+��','�h~��8���]��!Z�մ�+ �đgC��Q','',0,'?'),('.���@k��N?ZQ5','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��<��e�Ҡ','V�Q�%���ļ�	���\ru�Tf!BM����Nvq','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�W#��#���','�^�<��4��e,��\0��l�����\r�!d','',0,'?'),('.�4\\KḎ�%�i+�','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/LetsEncrypt.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/LetsEncrypt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�;�oG�#	�c���&�','���t��jKXBË���CY|���I�','',0,'?'),('.�=��$��.�6��(','wp-includes/blocks/button/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��4���&J��)�','C(�I�����>dv%Xbn{�oi�R�T��z �q','',0,'?'),('.�^�E�X��)���G\"','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߕ�v�X��(��]','l,�&��J�cc�)c�ib6\"��C�d&^.v','',0,'?'),('.����\\D\0V��|i','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"i��=e;���\"䪆\\3','p?&,��X�3��=&G��b��a�j��kȎZ#','',0,'?'),('.�YM��}츈^��','wp-content/plugins/wp-cerber/assets/flags/tj.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1��\\L��O���',']X�O3=6�ˈ�.�Ү����N��#(�N�D�`','',0,'?'),('.�,�<IZ?�Ni���','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/MapIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/MapIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o\r������g>\"','g>��Ыe��P��Ji_0߄�Ŧ4/H�ۻ��','',0,'?'),('.��5Vk�g�oO	[�','wp-content/plugins/really-simple-ssl/assets/css/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('.ʁl���I�|�R5�','wp-content/plugins/elementor/core/app/modules/import-export/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'����sl\"���','K��G�s��]�~{�o��T�i϶�a���\Z','',0,'?'),('.�7\n�z�F�u��','wp-content/plugins/burger-companion/inc/storebiz/images/slider/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fvk\\���F�H�-�O{:',']���BE?�O@�3o6�\ZSػ05�K�߳��?','',0,'?'),('.�|G�xܣ�yId��','wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�+$� �[�%�','���w����xճ#]9�Oų!�]��nXP��f','',0,'?'),('.��Ϡ�a?馺W�8ӵ','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wp�ɛ�ʷ����5','+��Q˲<9l����U�\r{��&-�\\2**��n�K','',0,'?'),('.����Q�B4��բag','wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]R`�ǁ�Y�WoS}�','��Et��O�M0A�Mm���zj�b��~','',0,'?'),('/� ż@2꾓n�qW�','wp-content/plugins/litespeed-cache/src/base.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$���V���B','AQ\"K~�!�t�����U۔��ux��-�beڴ��','',0,'?'),('/A3�y�)����9�','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�ӎ�\n֨���d�ެ�','�u��\n���c��a#���AEU\\Ӓ5*mR��}','',0,'?'),('/<W2Ku4��\r��D�','wp-content/plugins/burger-companion/inc/coziplus/coziplus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/coziplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]VGȿ�z���y�,','�5���@z�_&[���O}N,�>�|����3)','',0,'?'),('/ĸ:r����:>','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/new-features.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/new-features.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zL�5�Ω��x8��)','��Yx([B.�ް}����u[�O�xH.�V�_','',0,'?'),('/\'l�ȞC�aݟ@��9�','wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b<ⶰk��`�n-���','���^�&��ֻ��#z\00����=jWџ�6�E','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',(��=�V�f^$��\"','R���U\0�ۚ3�h2c���N�\0�{�D��&�','',0,'?'),('/++�%̀�4y@cUI�','wp-content/plugins/redirection/models/file-io.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/file-io.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�H�f\n��F��','�i��>�+9\"��[ycu��6��dzm-�b0B','',0,'?'),('/,T����`iZ�Dy�j','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1670945819.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,'?'),('/<ا^ɼf}�\"��$�','wp-includes/images/media/document.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4�8�Αy�6�d�','��ø`�������f	I$ _Z�X�\"0\r��,','',0,'?'),('/?譚��fe<ckV�','wp-content/plugins/disable-gutenberg/inc/settings-register.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��pd�n�Q�K�c','�w}	H�A�#�Ƹ�+�j?����j��YdQ','',0,'?'),('/@���~�Ip�� ��','wp-content/plugins/redirection/redirection-version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pv�[.rqX�K��','\\Z���g����y���nً\Z��X����8','',0,'?'),('/WL�:��6W叧�F','wp-content/plugins/elementor/core/kits/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�F��\Z��<7H�ƣ�Z','�v���Pc�M��p �;�	(ӓM.��','',0,'?'),('/`����v}C���','wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C?����t�-v���f','��_A�����7ޚ4��-�T(�|� T��$P<Y','',0,'?'),('/l�����e��\0�%','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\r��IR��ר',',8O�^C�녳2�#\\\\���ӽ�eo��','',0,'?'),('/o*Tר���\\牂:8','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/other-plugins.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/other-plugins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_�u<r8i��8�ل','�DC�_���%$��i)��\0�!�˩	�ܶ濃','',0,'?'),('/t���6�L�Rf(.*;�','wp-content/plugins/wp-cerber/assets/flags/gb.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&9;���0�s&��@�','��O+��u���-<�w��P�D�@姄��6','',0,'?'),('/����\r���K^���','wp-content/plugins/redirection/matches/from-url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/from-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\")Y��VV���Oa|[�','�p�\0l0��L/ݫ�ؽ#����e\0��D:P�','',0,'?'),('/��`lB4��q|��`','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img03.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img03.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��9H%�7�L�a','W�3��U�9����AM��ii�Ǹ�]�û','',0,'?'),('/���A�u������','wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�Ɩ\Z>�uR>�[�','���o7]�w3i$�C�θ��m��N�w���','',0,'?'),('/���[H3}�[�F�(�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��5»��9��','�Z@���[���	8ƍ��>�;�\'�+N����','',0,'?'),('/�)]����\"���ȏ','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q!��\0𭀠\'��','�W�4$a���\'x���-��Kμ�#�Z��','',0,'?'),('/���{z�$��ߙ�9','wp-content/plugins/wp-cerber/assets/flags/lk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(	*��€�E�','G��g�T�CQEL/���Δ*��Or�2�K�EU=�','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��o��X�N���R�','YV$���/���@=������V-��dc�','',0,'?'),('/���آ���xB���{','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��+Г��p�X\n�L	','ߤ#�f��\'4���%�bx&q�� BF�','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('/���4�S�\rZE���','wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͠&H~�X�4����','�����@�e其C�R���վrWg5w0�\r�','',0,'?'),('/�R�\n�W	ʹ�u��','wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX�QT�%�P�	�3��','GRݚ�8*�v�,	�9��\0�%d���T��6wR','',0,'?'),('/�\0q���·��0Hg�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Subnet.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Subnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ዶ�y�X��#?F��','�f��D��e.��Ҳ��O���K�^�ʏ�[B','',0,'?'),('/ۮ��q-r/��=','wp-content/plugins/burger-companion/inc/storebiz/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��Y�:����','��0F���/��N�V�-�G����݅ҳx�','',0,'?'),('/ގ�٭��%,F�h�','wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\+o��j�]h��xm','�(�~�J�9�V�%�,�\nJ�ͺ�c&I�(�U�/','',0,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����c&��N��','¶�	[Wqt��)���\Z��� <��\r�/fu','',0,'?'),('/��^����V�','wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p�C�?��\"�9�c','��	�h^�@�5�,S�����8�JtZ^1Ĉ','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�J�f������<&�U','02G��;�R���\r��4��\\K��C7_','',0,'?'),('/�+�}��܅�R �;�','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-divider.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-divider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�s[� �rPu^{�','��m\ZZ8#�C�+\\�|:1-2R���q�6A','',0,'?'),('/��I\"�B?�t�.%','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�q�&E�V����NJv','�n�+�g*���z��b�@F�8��%���swE','',0,'?'),('0�ߠۋ�.�39�jM','wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+S�6��G&-4�/{��','֛\05=T�#r����=�s��خ��;@���\Z','',0,'?'),('0ox��Y�}�Z��','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m ��0��%��ˤ1@','	ދ�pY=�[Q�{7V)�AG	�x����','',0,'?'),('0\"�������e�0l','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dx�%�aN��W\n�{B','���̶�=�M��=���}�\":���q��','',0,'?'),('0%v��+��BɌ��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>bY	P�HV���','c����@��$ �7�i�hk�ğ\ZV�uI','',0,'?'),('0%��տ�Na�Vϴ','wp-content/plugins/wp-cerber/assets/flags/gl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\t�U�O�O��b��','z�Saz搖��ǓoY�kf(e�F��)`ZC','',0,'?'),('0&�\r�<�\r^]��.>','wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K)�Uf�px�o�C�ZP','4���A �!�9�������9vJQ\'֗�','',0,'?'),('0+��|w�K��+�;\r�','wp-content/themes/sydney/css/select2.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','81_�5�K1n?\Z~��','�} e��JŇ�_��<�����ld�k���','',0,'?'),('01���$��t���/�','wp-content/plugins/redirection/locale/json/redirection-es_MX.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} ɠZ�\Zڸ�@�(','�^���S�!�q2b�kr�R5q���݀g���','',0,'?'),('07���]Wܯ\0��U�','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R1��IhŐ{O}>�7�','�F;�`5s��\"��dX����m芀�\0� ','',0,'?'),('08�PL��F	�ԻH','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�\rǒߤb5��.��','�+y6�0<ʲ4D�`(�i �J�U\'{��','',0,'?'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G���	1�Y!�z� ','\"����I��`��I�:	��OX7ꆼ)�2�','',0,'?'),('0<�9���u�;SZ\rj','wp-content/themes/twentytwentyone/inc/template-functions.php','/home/sleepingsolutions.co.uk/public_html/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','6�!v��׌�	�ߋ','�w}���QԭFr?\"��q���ɞ�eK�!�W�','',0,'?'),('0Ji̒��,8_��','wp-content/plugins/elementor/core/upgrade/upgrade-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�ze��a���/','[������ƀ��]��Y�t�V���0A�y*','',0,'?'),('0J�J\'@���N�RL(��','wp-content/plugins/litespeed-cache/lib/html-min.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/html-min.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!84�b>1bh_1oy0�','U��f�����2L.��r�f9��B���W<W�\Z�','',0,'?'),('0Ly����]QB�d�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SL֛�y��\n��a','?���k��דOj��t��M�H�×�h�bR��','',0,'?'),('0Y.q�~����D����','wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B��dx�%��W�','�-i)X�F5��S���m�\'2-ǩ�4���M�H','',0,'?'),('0]��G�����u߫��','wp-content/plugins/burger-companion/inc/decorme/features/decorme-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�N�\"���we�(�','3C�{�@&؋��	7�X��.�\n�mMmR','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('0_�ϛ�0&*�[\\\"�','wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mVה[�3�-�','���jJ)��f4!LX��X.U��\0|�ԞH|��y','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3D՜�Y�*���V�%>','/��Nx~�jw��PYWr�O�^�Zq��Q�\Z$','',0,'?'),('0uE\r�+�\\ۦ�\n�','wp-content/plugins/updraftplus/languages/updraftplus-th.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F^b���Q�`6|\n]','�+�;�=t���.$o�!F.��y�(a������','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�ݯ��	0U�⮴�',' w�=\nY�{U>M���`���\r4VK�T�L�','',0,'?'),('0y�3�l˽���&�','wp-content/plugins/ninja-tables/assets/css/ninja-tables-admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eWAL��:x1I{�','Y�û@��i2�7��IgМ\n6�0��QC\rnw#','',0,'?'),('0�5�b!Gr�D�\"','wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:Z]zG2ІhG.,�','�7eB��K�Kj1����8T��(#x �-f','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php','/home/sleepingsolutions.co.uk/public_html/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�|E�@�3+�~��-�','wp-content/themes/sydney/inc/customizer/controls/typography/select2.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s4[x_���h�-�','Q��\nV�p�)܎t�N\\K1��8��L�\r','',0,'?'),('0�!�AF��<;I�pC','wp-content/plugins/elementor/assets/js/frontend-modules.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�z5P�r�.@\"в�','JX�mp���EYd�=�,��sz�8�O�l���\n�','',0,'?'),('0��9�5Z8�n�\"\n��','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`B�\n�C����-','9P��op��\"��o����u�o�S���ʢ-�V��','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y[�Y��y���qD;�','�9��R�/�O��@�\"A�R�ܬv��	�TJnZ\\','',0,'?'),('0��<K�}�����ׇ','wp-includes/blocks/image/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:����y5��K�r',':lQ\'���.����=iRJmO�u�Þd�EP','',0,'?'),('0��@�S�ԇ�S��\\$?','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TO��(�J��Z��a��\0','s��[�iaL��d�S\"������k0�','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/����kF���x�q�','T@\"$:����	G�LB�}2P��HR��� �','',0,'?'),('0�3��VAt���x�]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bt�,p�7b�T��',';4�����GI�7��C��-��R}�29','',0,'?'),('0��%E�i��5v�Z��','wp-content/plugins/wp-cerber/assets/flags/vc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����G=�z^�_��','���d��1x���tE Aā�`��w�1���v�e�','',0,'?'),('0�\"Ś!��`���Ē','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��d\nH~��N���','��vl�a�c�A����F���h�ȕ�sd��@L�','',0,'?'),('0���m&��\"�5� µT','wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�u��~s[h�}u','�<�2�����^�l�\'Z��nc;-\rpbw~h','',0,'?'),('0�,1�j�4\r��(�','wp-content/plugins/wp-cerber/assets/flags/sn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�,u�V�l``�','0�_W>��|S���o)������~��	\r�','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php','/home/sleepingsolutions.co.uk/public_html/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','xM�g��_�zv�7�I','�]�/�r��^Q@떱w#���4!������','',0,'?'),('0��i�I��m�����','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/animations.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/animations.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('0�O�q�0��\\YQ�N','wp-content/plugins/elementor/core/common/modules/event-tracker/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���Uळ�ݭ?�','?��I�������~�{�OL5�lo3Ŀp“��','',0,'?'),('0�8q�ڶ�0qZ�h\r�)','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-funfact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-funfact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�B���0v��z',':��e��˄]f��qb���V?&\"\'8^�,U��','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ԁ=�6��y[2r','Ǩ%��ǵ65��8�l�*O��&A\0�y�/','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�UEM��X`�G�','�E\'Px%���,�4��4;k60+�K���.Q]','',0,'?'),('1�?�����<��:�','wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�15�\\�`&�lk�q|�','R�@�j=��gf��N��y+��*1h�Dz)��','',0,'?'),('1Y����N�}c~��&','wp-content/plugins/elementor/core/editor/editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�������\n\0��','�\n\ZW�\Z_�	����+��Gyt���$}N','',0,'?'),('1E�Ϻ�SF�TúE��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�Y�qf2��ȥ','�,��b~t�0�V\r��p<n�F�C/�1BN��(��n','',0,'?'),('1j�S�JmQ��s��7','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L��X�p2�_d\0','Ea�o�\Z��zz=2�c}���8���ǃW','',0,'?'),('1\r��r��_�Q���','wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^����G2��u79','G�Ժ����c�Ep�|*�ұ��25\'(n`:','',0,'?'),('1+@��	�q���G�۶','wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n[�]�1:�-so�','��Sz0��%���a�C��;Rdl(\'=ב','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('1.ْu3��N�N�y�','wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�ׄ��RF8Dߍ','�Ć�R��f�6��8�ٵ�N����{\r\"�RQ�J','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?v@�Y�a�p�v���','p���ZʇO�F�M��4�V92�QP��\0����','',0,'?'),('1@7&/q=��Sc=&�C�','wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4;F�m鮷�l*�49','z�H�r�>C3l}�\'o��,�)�*��R��','',0,'?'),('1A����,\ns����v','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��)��ɾNS(�! 4Z','��/�[��f	�nU���!79�8^94����M','',0,'?'),('1Ag\r%�1��kp','wp-content/plugins/redirection/actions/url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��7��銡d��V','Q�����J3��2�Aؿ�‹�N�u�+TR܊$�','',0,'?'),('1D�\Z��u��#�O��','wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEz)v}\0 ����\r(w�','h׵��n�z���}ִE�`8�x{\":}h��\r�','',0,'?'),('1Q���Ai<®�','wp-content/themes/sydney/post-templates/post_full.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/post-templates/post_full.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KF�e�U��ٜ--t�4�','��χ�	�?u�&��(K��h5�����x���','',0,'?'),('1s�)6�Ӷ���C��Η','wp-admin/user/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T^�1�����A�|','Y��%մ9����N��?\\v\\a��M���~݋','',0,'?'),('1ty@vG`�1\'����','wp-content/themes/twentytwentythree/templates/home.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/home.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\s��n�֪��n����','x�$���\r<�M���^2��6�����bQ�','',0,'?'),('1t��n�������#LG','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/CssSelectorConverter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/CssSelectorConverter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�uW�)Zy Q���','���na�vy�9\'U6�ɱ��E�w���ꩧ','',0,'?'),('1uBd��RuI��r�','wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\"(N�-�_�','�k�[뮧A���Am�	�5���A،c','',0,'?'),('1|v�<��-V��A]�','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�(�8�K���	�','\\���&�:*�I����0�)�z։�֜��W�','',0,'?'),('1~��]\'5j��','wp-content/plugins/elementor/assets/images/app/site-editor/products.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\'���P_\\���','\n�4P�b���̨Y�Ms�W�}!�5�5RK�A','',0,'?'),('1�3\r\rI��W��\\��','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss','/home/sleepingsolutions.co.uk/public_html/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��/	`�s���;=\Z','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\n{y�}��r_\"c�+	','�H�3Ҥ\r!����]��W/�5d�~CU:\\�#�','',0,'?'),('1��<���?E�(�','wp-content/plugins/elementor/assets/css/modules/notes/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!G fK�A�k<���','`j�;+E�_�ô`%I�<���U��\r}�_��l','',0,'?'),('1�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ō4�@� �vT�\r��','��;����L�<U�;ҵ;���bOP�Wv�','',0,'?'),('1��M\n����j����v','wp-content/plugins/wp-cerber/assets/flags/gp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?���?�$����:','��h��8=yi,\n��s��S6��/�5�u�','',0,'?'),('1���2��V����(','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`��`4zR�-','q�����V��\0��]�7W4s�Q�ȏ/�C{�','',0,'?'),('1�P�(�V��}�`','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$Ao_wYD^��	�B�','R�\n��@��ē7��ϟ*�[�Z}��','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��`�1��',' ����\\�6��@B�s�c|\0�4W���P3H�','',0,'?'),('1�^�LN�A#+ke;�M','wp-content/themes/sydney/js/functions.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�)�@����	���','p=�{N*�^8���-WN����3��Xj�t\0','',0,'?'),('1�d��W�*\r8�D*0','wp-content/themes/astra/inc/blog/single-blog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/single-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(|j�8��ؙ��\0e�','�j8�(b��tO|#�@ܘ����ű����`','',0,'?'),('1�W͎�XD=-���','wp-content/plugins/wordpress-seo/src/generators/schema/howto.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�#2[x�Wu��v�)��','�͇�ǝ��p�XO���wG��tk��,�|��h}','',0,'?'),('1�Ůx]a\'vq�/�9�','wp-content/plugins/elementor/assets/lib/share-link/share-link.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xil\n���.xo','\'�і�F�gME��P�S�F��Dxj3x4�','',0,'?'),('1БY���4I^p�','wp-includes/sodium_compat/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�#p}�N0ڿAy(\"','S_�.��YL���ja�<a\'��ԵA�#V�;5�','',0,'?'),('1ڀ��;��VzC�����','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[F[_UqNK�{LD���','|0y�ϞJGk����y��z~yik�<A��(','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif','/home/sleepingsolutions.co.uk/public_html/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�2~�Y�J��','wp-content/plugins/elementor/assets/js/new-template.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/new-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\ZC����Ad�ė�*','��nC�]]���6�=�&e&Og��g\'p\"B','',0,'?'),('1���XR��5_u�,q','wp-content/plugins/elementor/assets/images/go-pro.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/go-pro.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƌ�<�;��;~','��9�r���U�*	ɥ�W� Ɏ\0q�yv��','',0,'?'),('1�`��!�ߧA5�6','wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X­�O����͚�','g��ӷ�RFF�.��0L�o�7nP�ƪ����1w','',0,'?'),('1��\\Jv�}��B�p�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h#t��6�����E','iy`�F.+���=02O��q�U9�\rG\0>�mV','',0,'?'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I/,\Z~��B�|�\Z�','C�Y3M�lO2��|��T!�Q$�=�@ӧ�O$TD','',0,'?'),('1�\\I���S/�q�V�e','wp-content/plugins/really-simple-ssl/uninstall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\Zbob�f��L4','��э���d?�(\rȳ���X%�	z�N�j��','',0,'?'),('2Z�v��p$x�@V�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iH\0�L��d��#��','g�I�b�ԝ�/�U`zhd<A{S=v�g~��\Zг','',0,'?'),('2\ne�|��((��ڧҿZ','wp-content/plugins/wp-cerber/assets/flags/vi.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͳ�CuI���Q��','�-�J�V��K��1�ꫛS&Dƴng]#','',0,'?'),('2J�y*�m����]W','wp-includes/js/dist/a11y.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+O�$�?邦�N\0�o','���ݧ�d_���a�O#�qi:��(�+��','',0,'?'),('2�]�]B�}*5D�#','wp-content/plugins/updraftplus/languages/updraftplus-ur.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�$A�7m�W��}','8k5��%�O�TоR?�:���2qJ%:�','',0,'?'),('2��WEb��eY�Yi','wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�M��9�.{3Rb','^5Rޮ:�2�~�$�cqڜ��ꭙ���.Ժ=�','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�����djI~�i�T�','Q����]qF����ضU��J�\"���\r�/^0','',0,'?'),('2&M�V?fĐ�m���','wp-content/plugins/redirection/locale/redirection-fa_IR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�!���m�}��','�#|�q��2�����$���;+�\n�\0r#�9','',0,'?'),('2\'���/�B�n�:=','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݹ�TdQ�Y8�\Z�	','�Lj��ja}�T�B��e ��2+��\Z��::�b','',0,'?'),('2(�W*C/Olg��H���','wp-content/plugins/elementor/assets/css/editor-dark-mode.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�hn�v�J��g��','��s5�:�ꗥ�ehk%_��ٟ޹�M�','',0,'?'),('2)U��X��Q��R','wp-content/plugins/litespeed-cache/tpl/banner/new_version_dev.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/new_version_dev.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�fUj�6�Ї��','Eʸfӭ��>��#S��تЊq-\n�J-��l\\','',0,'?'),('2*��|�\\�+.��\'�','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�X������!��K','�>���n��y}�	cK&Ѿu�b*IaǤ9���f','',0,'?'),('23���Q���ۿ-4�','wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hs�G����}�/��','�4�J7Q+g=�~�s�a�*Gl%��<Ak/e|','',0,'?'),('25�3k���������	','wp-content/plugins/updraftplus/includes/updraftplus-clone.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-clone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-l�vD���;CRt_�U�','(�FB���>�I5�8Ņ�{�E*�� �	�','',0,'?'),('28\Z�|�D:�K;�=��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��А��ECc0�n�B','�P��j{I�c���t�N,�Չ��փ�e��','',0,'?'),('2:]\Z�<Atb�\0��,','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�t��2n�p�U^','�Rù;@0�Z`�$\\X7��ԭȅN{ͻ�`��	��','',0,'?'),('2?t�A0o M�P*bG�','wp-content/themes/sydney/woocommerce/add-to-wishlist-browse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-browse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vΚ�B+\\�]�b��','fG�u%��%j���֒��{����+1��5�','',0,'?'),('2?��k�>�\"J]Sa!','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hoĠAј����','t�F>E�:�\')9`���u��ě��W�','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���w��Z� H����p','p‰�i�S1���Z�N�de����um-�B','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~����^WT��\\�1��','�+�SF�D0.�\rΛ5�9��l ��M��M�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�8�^�=�ф5I��','�vV�B��z�A�]PkKC���Ȍ���Ӿ��','',0,'?'),('2f~���v��X�3�L','wp-includes/blocks/post-comments-form/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�3�;�p˗m��x���','5�d�AH?�^�f`)�ׅ��蹈�>����D�b�','',0,'?'),('2gl�bC�d�M`H��','wp-includes/css/dist/block-library/reset.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�D܁�ȦD�P\\�','|$������7��vuVjj�������0\"���','',0,'?'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�:a�?�\0ה��J�','���;��:!�z`���������Tџ','',0,'?'),('2o�8ɦ�hY9�	Z<','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����EN�g�(��a(X','��\\Y|[*����O�\"�W\06�hR=�	�','',0,'?'),('2q�m�ȒeC+��҃b','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�lq?`��+��Ybs�','�\"�&��⫴}쏻�h(�(��̘Z+.��B��R','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('2v��ds-ܳ�Ȉ+�','wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v1m\r��s�	��p','7\\�rcgT�֋��8��8������<BT���','',0,'?'),('2���8�`�/J�t','wp-content/plugins/redirection/matches/page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>z�~C(Mغ�~�','j�QE߆ؾ�7�%��Fl�T\"�&��m���\'','',0,'?'),('2���!C|�R4�ض�J','wp-includes/blocks/paragraph/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���U�Ң<A��N�','0���3s����V�~�bݨ���W-N�P�41|�','',0,'?'),('2�0�ռK2������%','wp-content/plugins/burger-companion/inc/storebiz/sections/section-latest-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-latest-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���Vqz{�����$�','��ζ���z�(vc+�ܽ�P_\nm���uę|E','',0,'?'),('2��\r�\n��=8}��ŁX','wp-content/plugins/wp-cerber/assets/flags/eg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/eg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�Q7�KN���`>H','fh��h4�Ҳy3(��[�B�\\�Ap�0��<����','',0,'?'),('2����g�Q_mQ��U','wp-content/themes/astra/assets/css/unminified/galleries-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/galleries-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,MR8���Ì','Z ���2�sD6H�<��7�+,�X�-H','',0,'?'),('2�(gI�=��ۛ�?pr','wp-content/plugins/litespeed-cache/assets/js/component.crawler.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/component.crawler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8O�a�T($v�rN','h+��\Z������NQܭ���#3��d:�E��','',0,'?'),('2�|�΢(ủt��T��','wp-admin/privacy-policy-guide.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{d8��gHB�7�{','ԣ��Q��9�$�y��p�|�m��g�<��.�$*�','',0,'?'),('2�;��WV4�B���','wp-content/themes/astra/inc/customizer/class-astra-font-families.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-font-families.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| k�d��j��4*','����D��q-�ՠɦF�d�4^��F��','',0,'?'),('2���U\"���]�9��','wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�=�B�w���bq	K',')�W����|�[$j�\'�e��&	ÜK\r\Z�2��b','',0,'?'),('2��㺨a|F�l3]�','wp-includes/customize/class-wp-customize-new-menu-section.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('2�teˁ<���+2�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�tP�>Ra�S�@-','u{4���s��J����3�H��6ow�r','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2��1�����)�nZ','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�����N�','�^�?�t}�?�Ce�A��pr3C���<m','',0,'?'),('2��Qv���Le�,���','wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GԶ��� ���u�','��P�q,�$\\���n�[�����d��g��M','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CY�3�]zQ�[5��','���ڕh�/�z\n���Kg���\"�|,','',0,'?'),('2� =5�a~�+,�\'j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7�@>���\"��B*�','[��6-���S.�8�:���}�:�ͳ�,','',0,'?'),('2�0���/19R\0\r5','wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���•K�x68Ah�q','�0�T��-k��dP�+/�}��c���','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���9/��Z�h�6�\n','�J<<���x?�#�o������Jn8�:j��','',0,'?'),('2�K���~�)�5��e','wp-content/plugins/burger-companion/inc/spabiz/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �P�z}�L`�N~� G','{�2�_E�ߺs�\0�ޔp���pk��1)����','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����\'�G�ko�','Z:�\r�}n�Z��`�tj�!L�l�	{���bg�','',0,'?'),('3\n\r���n1���','wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BF=�Ǒ�G�:\n��I�','V�����S}\\���K<�+�ϵݜ�?�7���','',0,'?'),('3\Z�-Ғ���,j�','wp-includes/blocks/comment-date.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�å��k	��5�','�l味dMkCW����U����3a��E�','',0,'?'),('3\"��Gl�ǍZ�yC�','wp-content/plugins/ninja-tables/public/libs/moment/moment.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/moment/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��מ|��D�u3N��','�2R��S=a������\ZG�Lګ�F�-ҝl�','',0,'?'),('3\'�Kha]Z;��s�d','wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V	���^�A5�<�V','�qAyV��24��x�VY�\n��K�ib�Zku�[','',0,'?'),('3+z��.���6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�	�Q�\Z�n�¹','��� ��D|b�<u򋥾&n)n$M��E���Am','',0,'?'),('3/���R5�:�(A�i�','wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZѕX�z��RPI��;',';�6�$�у����M�->%L��[g���	@p','',0,'?'),('3/�3��7�\\�0��?2','wp-content/plugins/burger-companion/inc/digipress/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Sc5�B�\\���','E���nq(���I�Li>b��x,�?��u��','',0,'?'),('3B-��!��nh���gFx','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^y�	15d�~UhFR','����;]D5����Vo`�/��_�qg��y�y.!','',0,'?'),('3E��U����\"Lw\r�','wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E� ǿ��!��','6�(m4�|��W\'7e16��g2�4��G���w}','',0,'?'),('3G(�F;�ݰst�y���','wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���T�q��uD\r�','g�0eҚ��?���q�����բ|<zx�uM','',0,'?'),('3O��i�aX)��~jC','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O<��ʍ���_��','�e)�-B�~�}�-eP^�.5���MRC�G��','',0,'?'),('3c�����6���','wp-content/plugins/really-simple-ssl/security/wordpress/rename-admin-user.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/rename-admin-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!Q���k�$�k���L','�M��j�ݷ(ҁ���qI��\Z��O��`]�xT','',0,'?'),('3cF�/�s�V��tj','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�%@G��b�','�`iB�#�-��e�1_�B��p�\\P�I\'�M��','',0,'?'),('3cj,|+�>\\��� ��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VY�<���S�{l��1','GLd5u�P=H�z}�Gݍn#d֎?K�Ј�E�','',0,'?'),('3d�Ϋ�jK�<u��c!w','wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�\r���F\\oʝ�\nv','��Mf�}D�}Tg��{�$y6ª�\n�w�\\��b�+','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\r8ܞRO@��','3>0����D�2!J�w@��Ly����','',0,'?'),('3k#�pV!v�5���$s�','wp-content/plugins/burger-companion/inc/setto/sections/section-browse-cat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-browse-cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�B1	\\oܣ��Aeύ','A�O\Z^,C�P3�\ne�Q\"M�y��ǃh�^��3','',0,'?'),('3k��oW�5	k[mq','wp-admin/includes/continents-cities.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^�z\r�r����','��������,�`ĭ$��7��܁��{n','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('3pw�����a�wF�\'','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/OutOfBoundsException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/OutOfBoundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߴ_��ft�������','i6���M@�잠�`F�p��˕u�w�kȓ�T','',0,'?'),('3sKU�\"���H<s','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7���90q�D�','��C��?� ���ʍ*���Qcߪ2��\0�1�0','',0,'?'),('3y0K�� b���xu�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nl��������)s�c','}De�\'/���\"�XM/�xx%kZ�ۓ��X���','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',&����\'da0�','he0��93�9�:�\ZJ�m0L�Ur4��ef','',0,'?'),('3���\09��Z�A���.','wp-content/plugins/wordpress-seo/js/dist/languages/he.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0������U��Q�','W:x)�aY[���X�>%�<nr0��]\njsNk','',0,'?'),('3�=�\n�8�8��Os','wp-content/plugins/elementor/assets/data/responsive-widgets.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/data/responsive-widgets.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���b����',']cN�U�)?}K�4�i��@G��\Z��(y��','',0,'?'),('3��iz��	�n5?','wp-content/plugins/burger-companion/inc/setto/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�˄D��\\��P��','�ڧY��/Aj�N`�Cݶ��}�?�h���g','',0,'?'),('3�s���-1���!','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��d����?��G�W','E�c�#�[$�=U���<�׭�Zn�q��z�	�','',0,'?'),('3�zL}��.��\r���n','wp-content/plugins/burger-companion/inc/spinsoft/sections/section-testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/sections/section-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0��4`i�k�\"�D�','���Q��g#�=/1n��F}fRb�\'W�','',0,'?'),('3�;\"5���$�_\\�D�','wp-content/themes/twentytwentythree/styles/canary.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/canary.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�XP$�\'�7汹��','��u�AMR�k�����t˰��\'�@�5-','',0,'?'),('3��J%k������?�','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o��cj�$#�z�٪','�-�:i���r]���f�ܪ��Ā�8','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php','/home/sleepingsolutions.co.uk/public_html/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��v<	t`�C9Ɵ�','wp-content/plugins/elementor/includes/controls/date-time.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/date-time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q(��ʠ�l%f�','�ξ�5b�\ZW��S���z>2y�+5M=Rr}H','',0,'?'),('3�Epw�\"�\'A}��','wp-content/themes/sydney/vendor/kirki-framework/control-generic/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�.A9��{��h��Q','4t��8��U{��@�������m�<���(;','',0,'?'),('3��\nݠ-��v8j�WR','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v0H=԰Ć9ҬT���P','��V!g$�X�M��ӈṇQђ�!UO���','',0,'?'),('3�b��<�ף|�lZoq','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3`�t\0c�^8E�g','{�o�ͅ�-�W�F�N����B&���#�p','',0,'?'),('3�7v�f�w\Zoj���`','wp-content/plugins/burger-companion/inc/cozibee/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3J�d����� %','�*�Y9lp!�!���Afj�պh�b�r�m;d�','',0,'?'),('3�I\0)�~��k�e�<','wp-content/plugins/litespeed-cache/litespeed-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/litespeed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F3��c!*��|̭��','���5�j�\0Ԉ35ƴ2�+[x�$k���^�','',0,'?'),('3�l���V9Np�','wp-content/plugins/wordpress-seo/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�S}L�~#vv5�+,','-j�H�p�3Ů՚%<O�.�4L��:�v�&c�','',0,'?'),('3��sy��M\r�iN.','wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')79�q0.�J�Yۍ��','br4���@F��%�G�_-�,�\0��8�2|({h�','',0,'?'),('3�N�.v���$���1','wp-content/plugins/redirection/locale/redirection-nl_NL_formal.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL_formal.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/���/j/Œ4��R','A���t�lW0�\0A�و?[������.ϝR','',0,'?'),('3�O:�Or��\\jޤy�','wp-content/themes/sydney/images/customizer/st4.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��\"��(k.����','*P\r��� ���^+������41�vi��X\n�','',0,'?'),('3�5SZ;�׎���x%@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��1}n�afZc�(','���y&�<�C��ֆ7b���i	�7�*!b','',0,'?'),('3��:�Wt��/ ','wp-content/plugins/elementor/assets/js/app-loader.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f_��C-ڽ���&�.','xY��%�T��f�D�T�-�u���]�SIxx�r�.','',0,'?'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3���औO�5(�','wp-includes/theme.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I���0nB�T�4','����Q�KA��R��#J��F��:��','',0,'?'),('3�a��f{E��ڐk','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A@�ӲL�6�\n��z3','��4��nt��岙����\'��x3\'�m�̺�%','',0,'?'),('3��ng\0��\\\0	�W','wp-includes/IXR/class-IXR-value.php','/home/sleepingsolutions.co.uk/public_html/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�W�\'E���K','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#����vMmns\0��S�','�w�fI��1��t\nL�9ï�`�>�,�[','',0,'?'),('3���g���BP��O','wp-content/plugins/redirection/locale/json/redirection-fr_FR.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.?��€��p,Z�O�','\nUl�!�U#&!6|���vVc��<?7�{�1L�','',0,'?'),('4\0{ �8>G�:�Gp��','wp-content/plugins/updraftplus/central/updraftplus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/updraftplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KfR��9C��\rCd�','\"\0���zӰ����l6�Ap��[p;L�h��','',0,'?'),('4��Z�d\'����','wp-content/plugins/elementor/assets/js/nested-tabs.5d3cad2561ee4d93a1ce.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.5d3cad2561ee4d93a1ce.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�p�\"HCe����','�70�H��<u�\0RV�\'n¡vڏz�3N���T�(','',0,'?'),('4\n��	m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��{\\� d����`�','���ǿ\'�ɜ�LҪ�B>���	&-�{���','',0,'?'),('4\n��2�ߵ\"E��GÉ','wp-content/plugins/wordfence/lib/wfIpLocator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIpLocator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rr���x�B�{��&&�','O�oM��U-���؟\Z��rs������O�}��@','',0,'?'),('4��$1AV�Re\r��:i','wp-content/plugins/redirection/matches/user-role.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/user-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1U��\"1��X�e�/��','��G4)�A�\'I�r(�\"蓴�d�F_�\Z��','',0,'?'),('4��)t�,���U�[3','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressFooter.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressFooter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','om{|�$�*��O��','	\0_�Ft�:��ݘ��OK��U��O2!�.t�T','',0,'?'),('4�b�/��|�Ø�','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eHϰ�WI�d��Ǎۚ','��B��9��S�y�b��,5<��\Z�_3,���','',0,'?'),('4f�mFw��\n��>','wp-content/plugins/wordpress-seo/src/helpers/url-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�j{�	m�.:�@�','���<�\Z�s�P����Ǫ�L���e����b�','',0,'?'),('4�31@�*r�����8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ś�L�\\�Pڜ�U','c>�5�o�������𽃐�_�T9�L~;�e7�','',0,'?'),('4m�6�)�:5�t�q�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��#6��\'��ˌE,*	','|�r�\'����X���`yv�8��r������','',0,'?'),('4&��)A�4tf}�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��쐯�M7d~i�Q','�rc\r��)r*�@렏2��D��ΐ;E��','',0,'?'),('42��5�o=�S�#��','wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!����_\\�1��','Q^�1%������ȳ����	�}_9i�9H�S','',0,'?'),('48�Vt���+^X�','wp-includes/pomo/mo.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v7�d�Fi��Ϙ4','�\\��h\no�މ��!���=�^\"K�$ol.\Z','',0,'?'),('4;`߯z�?	�{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4?{��E F�g�,s�j','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Re�FP`���B��n','�����(�1�\"�UBruk�ˑ�$�����','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js','/home/sleepingsolutions.co.uk/public_html/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/��&��7��|�hk','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�z��-(��[p|�','�\"`�Ry�\r?�ڧ�/�b��L�<\'���P��','',0,'?'),('4D�=�pg`6�z��y','wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w>�q|����u�','�B�j.D�\\�Lxj��.����b�(','',0,'?'),('4Lk�iADQ���%�P�','wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�ȶ�2�pY�Q��r','�u��ȵ\'{\0�2m�~w\0�a\\���zY��3','',0,'?'),('4P\0z��e�8�z�B���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�S��O��','����E�8��Ӛ���%�\0 %8\0_`m��t','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�s\r>J��(���E�','�K����(w��B$�\r�s��줇!�ਿ��D','',0,'?'),('4T�9�!�{~Pei','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j͙���b|T�3#_','?�E����Tn �x(��+f\\\'��F��8��','',0,'?'),('4V6��uf	���J�Kd','wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�ؖ8�c�eHы��','I~||�Ùx���\"7L����H�h��ԝk_','',0,'?'),('4_��}\0��ʪQ���!M','wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uɨ�ޥ	��\\С�','f���G�g��$�05�i�\'fyw8����ͪ�@�I','',0,'?'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�y��Z��J�Yn>','����t2�nP�:5���$O�3��\r����','',0,'?'),('4pٺgv��猔�#�','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�X>>LZ4��\\�','�DkF\" 2h�|T�i�e��$��~*�>�TZ','',0,'?'),('4tΎ+�]ٔ����fN�','wp-content/plugins/ninja-tables/assets/img/ninja_table.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja_table.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]\\gR*<�G�̾n��',';q��@$���R@���og,:o������','',0,'?'),('4uG�[π�3�Qx�x','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�.�W�%7��@ñ','�q@��w��4�(�]��r4��w��~�#�\r\Z��','',0,'?'),('4x�I�:uoQ.\'��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/����>!���LG��','���_�\'�D6�� �ЯPY{�01M�G Ha\0[','',0,'?'),('4�qEyVS/��o}�','wp-includes/blocks/tag-cloud/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��	��1��I�H3F','�?sl�\\\rE���)\n�e�0�\"��S)*i�]','',0,'?'),('4�*U��D�|\'����J','wp-content/plugins/elementor/assets/css/app-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��D�u�Č�r\'�','��@����,�W-q��YWFY0��ĽvxZu;','',0,'?'),('4�h��FdҴO���','wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VQ\\��QsG����','�JtW�!uõ�����/�j�sni��f--i��`�','',0,'?'),('4�V�w3I�.\Z߈3�?�','wp-content/plugins/wp-cerber/assets/flags/io.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/io.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͠�ߛ�9.-�Μ��/','�}g�X�o���1�7�o�z���2w{���p�','',0,'?'),('4�˟H��<�3`x�d','wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|$J!��v&e7�(A','�d?�\n���R~��lU3����׋ۖi�o','',0,'?'),('4�!\"D^=��1��,�_','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m,[hZ�j䀱�','���6m�������b�S�>�:aU�,ً���','',0,'?'),('4�\0Lv!K�.<�vA','wp-content/themes/astra/inc/dynamic-css/astra-icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/astra-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e/xk^ў�u-^��\n�','Y\\O�\ro��P�����\'�hZ:�ڇD�g�','',0,'?'),('4���X.-Ӳ��\nAJ','wp-content/plugins/wordfence/languages/wordfence.po','/home/sleepingsolutions.co.uk/public_html/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��u���֕O\nt��',';�?d>Q�<�x`G���d�\r����9�i�','',0,'?'),('4�`J�2��\r� �2�ُ','wp-content/themes/astra/inc/addons/transparent-header/classes/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':)��N�~\\�?�ފf','T����(��H���rl�)�� �KO��;�','',0,'?'),('4��T\0�5\r�y\rg	�6','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nݲ���r���C^��','���f��\\��_wdN]˿RT���w��~rŠ�','',0,'?'),('4�;��Cj#���P_��','wp-content/plugins/elementor/assets/css/editor-preview-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CA<o�tc���g���','<Y0Yg)vVDDE�q�7�}l!��dE�@','',0,'?'),('4�3k�o��3q1�W','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�j�>�?~��[-�{�','�w�N����uǃ�r�o���;ADfa��','',0,'?'),('4�R	:|WT�ӶB���b','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yM���^��S','�X��r��2cm �[��}��C����\0��[��','',0,'?'),('4��|�r�EҬ��','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�00q��L�D�\0&��','߸�3k=4�D�S/�of���j�i��','',0,'?'),('4�0�G���G?ݑ�D��','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���)A��P�T���','�7��\\%G�8%*\'�\'�2�?�BD�Exel�?4�','',0,'?'),('4��h4m	V1�����	','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����k���;pS+w','�T<��s1���c; ��u�Ka�����4�?��','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php','/home/sleepingsolutions.co.uk/public_html/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�n�(MՃI#��h\\�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9ё�C��Vt^�','���P�U�=n�>	Ʌ�+�����ҕ���J','',0,'?'),('4���U�=^#4��]','wp-content/plugins/burger-companion/inc/crowl/sections/section-team.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/sections/section-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'no�J����#�II7','��:g�j��r�XDgP�՞��ޟ�&��','',0,'?'),('4�&Q:ͣ�ٙS\\&	Qa','wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�0����$���aO�','Q��[3}���<�T����$\n��|�:ٗ�','',0,'?'),('4��d�S��f9Wf�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�YT3�Bx�Ի���','TZ����?A��8\n+>t|l$�����}�Z \"R��','',0,'?'),('4���3�6�o%','wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{4��\\r0i��E��','�K����oHny�Xd<ͫU:��63<{�0W_�K','',0,'?'),('4��l��Aj�,�','wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�h<jH#�늭\n��','�K\\�p��d;u�Ӥ�\05��f]s�8��=�R','',0,'?'),('5\0+�wZ�7U*u��','wp-content/plugins/wp-cerber/assets/flags/st.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/st.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@:\\�f�\r���!\0��','��������M��lM��{C�Qo^�V�ZV�','',0,'?'),('5��0�J��@(\0`M','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;������z,/c̝�','��>D��v�g�T�����\n���t�Ž�\r@','',0,'?'),('5,6C=���UnK��H','wp-content/plugins/elementor/core/kits/documents/kit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>a������>R\0','�Y>�Y�j����?�=��+޴S�d~��R��1','',0,'?'),('5�>`��q��#���A�','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DpC�� ��ѭ�A�i+','��m����s�������e�\r�|�����U�','',0,'?'),('54��Z�ʗ�HJ','wp-includes/blocks/rss/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0^<ڸF9�gոɭ','l:�a+��2��\0M1��һu���%^���M0','',0,'?'),('5��5(�}C�.�hB�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Token.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��s�\n�!���v','��^��t�*|�����mX<�����_.��','',0,'?'),('5��zb@dA�c>��A�','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zz!\\ML�\"\\�ʩ�','��ÖǪSln��7�|NR��]��x@�����','',0,'?'),('5&��衜�Ж0\Z�','wp-content/plugins/wpforms-lite/includes/templates/class-blank.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/templates/class-blank.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~>�K��l��}\r�','��+�&�����~t�t��-Ӣ�:�Jk','',0,'?'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS�E���z�C�\'�9\n','8��T�.(�e�0yV�X%x�z\n�Lyt�','',0,'?'),('5�o��%8|�֚���','wp-content/plugins/updraftplus/methods/sftp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/sftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��\\�rhڞ&Z��','�eI�w�sIo���|�Wi��T(����\r�\ZK','',0,'?'),('5&�<�v��?S	^��','wp-content/plugins/wpforms-lite/assets/images/times-circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/times-circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�V��̘����H',' =��b��4��o�qfE\0T!GR�<GO��Td�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�E��F�)?4um����','�q����z�p�5\Z��UPP�炘�|q�$/t','',0,'?'),('56AA���ѹ�A\r	�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�[��w�׺]Q��J','��U7�e:�%�\Zp^���\r=��B���dc�}\n','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0����ü��Ki','��8O�\\���[��xM��hPܞ�z��W`l�f��','',0,'?'),('59 �\'����vJ�}','wp-content/themes/twentytwentytwo/templates/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IQ��&�zM,��6�X','����:�&*���b�2f}v�Q�,.���ժ��','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi�^�̹�$�x�9}z�','3}�ʞi�����8]`���Q���ଧ%6','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','77F�b�w)x�\r��','\"���L\'�bE�G�M1{ՠ���6����','',0,'?'),('5T��}oq���n��͙','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/S�\"���R<�9x1��','��3�!�3j;� �L͠�C۸�6d΢ta��','',0,'?'),('5W���W�*�/%t�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~u#Ǫ�i��}0�','�E7�,�!��lāʫ�b�r��_\0�w%�b','',0,'?'),('5Yx*�I����L�','wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qj�S�5�P�g�M','Ї(�\"�U�II��Iҫ�orb��`�ylK','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/version.php',0,'�l:�q<2�o�)�P6','�l:�q<2�o�)�P6','ŇCt�ӟ��3w�ɏ<j�������T�Ů�','',0,'?'),('5\\h>��w	���N�','wp-includes/registration.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�a�j%�d:1M','��J�WԐg\"܏�艸�(����h>C����','',0,'?'),('5vQS\0zX���B^���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hr�|��0�c��vx�','����52\0��v�B�;&��ks�Ĺ>_!V�6','',0,'?'),('5~��?\rQo�2%c3q','wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�31d��5Io� ','�i��3���(Jr��e���!$�$�f�T�Af��','',0,'?'),('5�8\'\n�W)�@�0>','wp-content/plugins/wordpress-seo/css/dist/tailwind-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fu�Ǖ5�A0�R�','�%n�r��{�^=AōCu��wS��w��hG�','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m,��E�O��:���','��*K�ۗ����Q$��ڱoAx��]��D Q�','',0,'?'),('5�^Uy#�x�\rIHt�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN6Y)K��/R��','Gvd\"��-ϰ>�ɖh�t�#���E$[/L','',0,'?'),('5�7�N	C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png','/home/sleepingsolutions.co.uk/public_html/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���[��o�5=','wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�ۣ��B��','xj�G8�����BJ�v�d^�}�āG�0\'R�','',0,'?'),('5�T��i�u�O��','wp-content/themes/astra/single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_X���ԙ6��Mx�','<y�R&�\r}*I���_��·�����m� ','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config-livewaf.php',0,'��!óJ6�d��}晚','��!óJ6�d��}晚','�e��X�azz��\"�##���|�eC�f��~(','',0,'?'),('5�R:ƙ�P�br�h+=@','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��N)�C�q\Z�zڵ','�-�7��\ZK��L��:�;�b����:M�\r��','',0,'?'),('5�M�6:�Ӷ���,','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#㐍d���\n`>y','�+�џ.?˟K(�7!mR`kB��vӵ�2�r','',0,'?'),('5�G�E�|#�\Z�5w�','wp-content/plugins/disable-gutenberg/inc/plugin-features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[���tƉ&D��d��','E��6a�祇i†�S\0�RӗB�4�}nǪf\' �','',0,'?'),('5�gA�\r��xyBZDw��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HashHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HashHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�i�CK��X�����ݗ','r�%����O>�f�8�UK��J���ld|','',0,'?'),('5�Λ��\0�e��o','wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�JJ�K(	L�\ZXw�>!','�c!ݶ�!\0C�@J�,(e�M�Ï�<�S�]�Z','',0,'?'),('5�~\Z�3nP��uP.d�','wp-content/plugins/wp-cerber/assets/flags/fi.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�洩se4�S$\"}�E�','5p\\�)���O�P�~�3�nAy?L2�%��qyP','',0,'?'),('5��\01Τ<�}Mƹ\"','wp-content/plugins/elementor/includes/widgets/icon-list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�̽����P�.','�/\'��[�e(F�UjV0&G�h�2LNJlHe\"�`�','',0,'?'),('6�\\Vu+�N���5�','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��U*E��8\"h@','y�70FfV�����\n��~�g���=�\\2�:�	j','',0,'?'),('6�ϑ�*I�N��','wp-content/plugins/wpforms-lite/assets/js/utils.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&�ntIn7~,H�w','Zv�Ie	ߒ�`��|*G^�)<�M0 A�Lϭ	*','',0,'?'),('6T�?���c[�Q6M','wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}{Y�T�.��ƙ-','p� C?�ɱ�\0�Y�ٗ)�۱0����6�','',0,'?'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��n�-ϓD)G��,','x���Q�hN�H1�̙�Ѹ�b\'��õ\nS','',0,'?'),('6,uֵy��!y��(�g','wp-content/plugins/updraftplus/methods/backup-module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/backup-module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y[��5-SŽ�l��','8��b��t�a���(��س�Ԟ�;�\'I�!��','',0,'?'),('6-�7��0ʔ�{��4�','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g(���#X�\Z��','�Xf�5tϱ�\"��#\\*�ts}�^˛^��:4','',0,'?'),('66h	��)*��,_��','wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�rI�ٓG�`80�','ލ��1�9�[�:�\0�c��$�@���z���sB','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6@���0��^zcJq��-','wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���&˿�\r�}z�X','~�5}鳂����n���4�\n&j<m)��E>��','',0,'?'),('6B�T�	8���ѝ�8�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�th��*-x�8��','��v���y�Q����Mh�����b��� �','',0,'?'),('6C�&��4 ݌�I�U�','wp-content/themes/sydney/archive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\���y�h��2h','����(a�M{���(����kP���<���O�','',0,'?'),('6F!T�N�����Yr\n8:','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|@m���|X9�p9�','�#j���/���7OY0K�+b���+�','',0,'?'),('6L�{�v$뚂ݬj��','wp-content/themes/astra/inc/lib/astra-notices/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/astra-notices/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�Q��چ�����p�','�5g(�U\'��RJ�~��3���plڋJ�','',0,'?'),('6T<���`�䰥] ','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Xi�i��o�a�`�','�e=+���a�L��Q{��.�`}���4\"\"�','',0,'?'),('6U�3����\'����','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.����Z0R�,�','pG԰��_��͵U�ǪB�#�.4�n�@B��','',0,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png','/home/sleepingsolutions.co.uk/public_html/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��f�\r8��.���k','wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=1:p�,¤ȡ���\\','b-£	7YCc�{x���衫G��5	�','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m}�#`:��Po/�','�(��˕�=9L�/��*m�,{o�7ܺhVT��\\','',0,'?'),('6iD��6�l��)�<�','wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�Ґ-��\r�Y݇','��.�n�Z�9��(�IuW�6]v0_�Uo+','',0,'?'),('6u����@���\0��M','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9LV�	k��ֵ�y/','h��j�W�\'��g��l�\0Iء<$b�X���7�','',0,'?'),('6y]\']�(��=��A','wp-content/plugins/ninja-tables/assets/libs/ace/mode-mysql.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/mode-mysql.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aE���Xb)XO(�*','a���t��ZȷB%yp�v/��ш��\rwvu���','',0,'?'),('6z/S�́��]�#r�p','wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��B\r�&?<��D��T4','Z6e�&Y@͸��*ϟ|�cA��x�L�ʮ)�','',0,'?'),('6|n���J��ѷ�~~','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s������=�`�O�','�����e�}�/��ie�=��>�)`9��','',0,'?'),('6~�Z��~�s���','wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�d� vV%�O���','��|�o���rƹ��*{5\Z��+�{};cc�k','',0,'?'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��|�=]gY[\0�M��','%���`ĸ���X�&IJǼ=~~bF�]�FSD��R','',0,'?'),('6��ƌ���C���+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�{چ%Jm��׉�','��F���pd��3�����\"�n��Ʃ Y�b','',0,'?'),('6�3ȓ+Ό�!��','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T+�1�O����(','Ÿ��\\] �i��\ZDhs�=�@`��������','',0,'?'),('6��E��]�\"�b���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�~�dž\n��-�`','�2��A�pr�A�$� {��s���_p�>��f','',0,'?'),('6�b��C#$\Z�	3mu','wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��\'$���AR\nT6','��)D��Q�:��%`��P�I���uj݄�$<*','',0,'?'),('6�����`�5�f6�?�i','wp-content/plugins/wordpress-seo/admin/interface-installable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/interface-installable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B��\nQI��<','Qf�j����Ų�yR�;c����r���\"�8+','',0,'?'),('6�lLX/��H��3X=E','wp-includes/blocks/template-part/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\"�.`�Xxm{��','\n+|\'x�z���(��=j�n}#wW��i��2N','',0,'?'),('6�e�(���\r�#','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3\n�\nG�m�\"��W','�-�6Z�n�{���rU����\\����{�e���','',0,'?'),('6���b5���?s����_','wp-content/plugins/elementor/core/admin/feedback.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/feedback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�L�t\r>�/.��S;','w�ĿzX��茑�M���L~�������','',0,'?'),('6Ō�^vm���k�cQO','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V	��}:����)Y	U','���x�a�^۫����x+��}�Y2��!�_�','',0,'?'),('6Ɛ�Ŭ\'<��oy�b�','wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x|��v�1�','g&�l��%Ɉp����K	���k5���ɫ)','',0,'?'),('6̠,��_���q��u�','wp-admin/includes/class-wp-filesystem-ftpext.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߸*�ؑ,��xo���','��\\�Y}�ei��^�wD���AE�k�iZK','',0,'?'),('6ٚ��ك��F$2','wp-content/plugins/wp-cerber/assets/flags/pk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lhe͑3�z$��k ','L�r���#���ྼ\'X���=J��)yh@�*j','',0,'?'),('6٨	�:{�^D�','wp-includes/js/jquery/ui/accordion.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}�yGL���(','�W��C2~�A^!:ؤ3x r��b��(p�>fi','',0,'?'),('6�����p��Q','wp-content/plugins/ninja-tables/public/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����bk�%�����2','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('6�|�rʔ6yٙ\r','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape6.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-O�˸i��y���','��\'��=Q�ȱU��7(�S���(?�2�zg','',0,'?'),('6��@�V��/�\0','wp-includes/blocks/comments/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q4�ɞ\0��}','���9��djr&��~�E������k��j','',0,'?'),('6�+ؖ\"�0�(� ;�','wp-content/plugins/ninja-tables/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��v�K��2p�,Yw','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('6�j�n?���V��#�','wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W2��*B�B���Z',';#��4f\n9C�* �\\�\Z\Z\nw:�$�X��','',0,'?'),('6�M�*����ߛƮ�','wp-content/plugins/updraftplus/images/notices/new_year.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/new_year.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=uN�w�ta�^\r�0','�r��i!�2Z��:d��jv�t�~�q��','',0,'?'),('6�6�a�pϩ��2�c�','wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J.�so{�\Zo��M��','��\rSw\0���ƾc(��w2u�9�6^z�a','',0,'?'),('6��]\n7�<_�<5{��*','wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�4tY���Q\r�f̈́�','���9�)m�$��h�&4hG�N��,$�?˘','',0,'?'),('7VB\\�%���B�V','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nx^l_�8:�p/9','ߐ�)t\'\\�&+ԘT�惤�%�Z�֏7��','',0,'?'),('7n�sd:5���^�v�0','wp-content/plugins/elementor/assets/js/webpack.runtime.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��k���u�r]k��','�\\��#e�_Ǯ��5,)� �!��k\Zs','',0,'?'),('71�E�����8','wp-content/plugins/elementor/modules/favorites/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w+��Q5����$���','�3�׬���䇫VyŬmrU�Š��Z�\ru]�U','',0,'?'),('7\"�s���~|5��','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e}�1�N�[Ϳ��4+x','��Oxk�c�HLj��a��Cc��G�76#\0H','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php','/home/sleepingsolutions.co.uk/public_html/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','��QԘ\"�d�f�n �','�<O9�or�E�w�a��o�f�������r�s','',0,'?'),('7%�N���r��m�','wp-content/plugins/updraftplus/images/updraftclone_logo_white.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T*�6�5\n�j3\Z_��','0PZ��������?�f�AS�tiB*��o-�3��','',0,'?'),('7?�H�C�)W\\��<�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-reset-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-reset-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oz�d��1h�>FS.','\r�-�ѹ�ob�\0m0����b��zB���','',0,'?'),('7?�;����!��G','wp-content/plugins/elementor/assets/js/preloaded-modules.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��f$�ĬtŎg�','x]�ً	Ƕ{=�?�\".�3Ni�\0�Gֆ[��}','',0,'?'),('7@ؘ�X�j��m�i�','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','␛92|�~��8�b�','$DG��$��\Zw��W��T��!C���vU�^Е��','',0,'?'),('7B[�\Z\r��ㅶ�����','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ClassNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ClassNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ů+�s���Sl����C','�y\\B��w�ә)��������R`�HwI�y','',0,'?'),('7Q �mPX�\\�š��','wp-content/plugins/elementor/assets/css/widget-video.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-video.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ь�FV]S�6����','/�7(��a�\"�ZS:6�\0��<f���bj<','',0,'?'),('7]\rШ����+�\'\Z�','wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f0�^��/�_n�L�','��fw�ml�����������ґ�;-','',0,'?'),('7af����}�m��Z\\�','wp-content/plugins/burger-companion/inc/cozipress/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('7oj@��J� C�ȿ��','wp-includes/blocks/site-title.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ϩ\Z�\'g���:','B�C�\"T�B$�5�TGwGA��*R��z�*Jo$','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7u�	j��x�r5���','wp-content/plugins/redirection/locale/redirection-en_CA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�-5p��TY�@�ڍ^','0�A�p����T~�PO��y����p�1 �bj��','',0,'?'),('7w�1�J�0�k','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K렊o�����$`�','}A/�V\\���0\0ֿɘK�m�G��\n��?���s','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{\n�G\'�\rCj�B%','�T0V�l:\"��O� uU��u�Sv*��^bb','',0,'?'),('7�5�P۰�g{%hr','wp-content/plugins/redirection/locale/redirection-es_EC.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_EC.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b]\"��ȱb�M2�;X�','���@�\"����6�G3��o	G�B{M��0�VyY','',0,'?'),('7�7\'5�JE\\R�ԃ��9','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Control/Generic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Control/Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�G\ZOJ#�;z���','!m:�\n�Cs�<�t�5z�u0%%�U��4E�yA�','',0,'?'),('7�%�d3Y�����_�','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŝ_w}���b-��-�q','u�Wy�d�@�ym�m�x��}�c2i�ٯO','',0,'?'),('7�K�g�E��5ݻ','wp-content/plugins/elementor/modules/history/revisions-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eY����Iw{��','�����.�*���v8R.g��m��1��?','',0,'?'),('7�%Wy~׹P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7��jU��}@GdiS�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5I��e4��J�: E�','�V����?Q�޷�u�ތϫ9��1{%�c��o�','',0,'?'),('7�\\�J�A^zh��W�V','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w3������#','g�03Q+g�ջ.j�”�n*~m���f��d�i�0','',0,'?'),('7������@�r5��','wp-includes/blocks/gallery/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GD���Bii;5�v','���|Z��V�ͭ.��f,�-	De)�q�\0g','',0,'?'),('7��9.�\"�C�%,2','wp-content/plugins/burger-companion/inc/setto/images/product/product-4.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�w��r r�','��b�jz���M�}�����k�{���','',0,'?'),('7��`6`��|�dДP','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��� <�n@Ȇ�','���_��-�A_u�D�N�e�����','',0,'?'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z{:nE�Gu\"Gާ','�w$[���^L\'�o���?��y�Ŝ��,W��','',0,'?'),('7�c�.$P!�\"�򹚆','wp-content/plugins/wordfence/images/sort_desc.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','][˶���h�p�mL��','�W���\\�%�^�L�4�C򎯺���k�;4���','',0,'?'),('7ϋ�t�d]B��?��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�=&���	Wt�','�HS�l���8<*�p�3C��@	2�a�','',0,'?'),('7Ќ�t��X�q�?��3','wp-content/plugins/ninja-tables/assets/img/schedule_table_one.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/schedule_table_one.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.\'�Ev��2��','7�Ȯ�	F��$�#�6��>�Dx�{aF�G�','',0,'?'),('7��9��o��B�l','wp-content/themes/sydney/404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d4M?~/j�XDj�','a]q-�������Ey`N�)�ؑ�A��+�q�M','',0,'?'),('7�	��֗V?6��\nJ','wp-content/plugins/burger-companion/inc/setto/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�&��/罆�i','^j��˫�\Z���=�؈y8x��}�Z�W��z','',0,'?'),('7�XV�����_�Y�:','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�*��!���W�q�','ʕ�#\r�n�/��A����L\\�!7�x��)a��','',0,'?'),('7�Y|7�^\Z����Vq','wp-includes/blocks/site-logo/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�nT��x2 n�','��$`�t�#b��m��]�\rK�U��&X��','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sn7��z4f��M,��','e��b�����2w�\'�+�M�1��x?r&��>','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�M�89W�','�)��Ҫ�m�Z#�[B-����#<߬�|\"��r','',0,'?'),('8���\Z_iSCn;M�','wp-content/themes/sydney/footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S/�K��̐�n5�t','׻f���tH~��3���`~Ax�\\ha�Ꙕ\'�','',0,'?'),('80\0��w\Z1`�rÈ','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��\'4nD\\Bb���8�','����BQ-�#��%5��\r\\�]3�8$�6D','',0,'?'),('8\ZJ�\r���$n{','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v &�Q���k��3�','R��R��	?�1�|}5�f Yx�?�7�HR+e','',0,'?'),('8�W�넧j�`���','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9h��3��K���','k�@D���Gn�x6$]���s@��m���Q/','',0,'?'),('8 ��M�j�ﮮQz7=','wp-content/plugins/wordfence/css/wfselect2.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wfselect2.min.1670945819.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,'?'),('8!>��K�$�s��?','wp-content/themes/astra/template-parts/header/builder/header-row.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/header-row.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�z4�U�e�\Z�6�g','Y�\\��M�9��N��nT;H��Orz\r\'[�','',0,'?'),('8\"Y4m��!HU�v���','wp-content/plugins/burger-companion/inc/rasam/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')w��\r�ʰ��i�:','A�!����$�h�z�P?��y�}ti��J�L','',0,'?'),('8$���#��܉��A�\0&','wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�PQ5�M�\"�Z�O','��w����샅�su�R��߶<���-H����w','',0,'?'),('8*r=�7�@(���D��','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\ZD�\"-����o)�<U','��p�H�r|@J�c1������X]n̏�P\rc','',0,'?'),('88��e�7Md�>�CW�','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�ƕ�R� ][���q','q�<Fum�}�^������Y�x$�x��]','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�����e��','�:� ��z�=:&���%@����x�?	ScS�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config-synced.php',0,'TzT�+9s\Z���w','TzT�+9s\Z���w','y)�x�{�T��N.��MS2���]к���','',0,'?'),('8J��8����*���d','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�����*��׶��J','�<:2�h�)����)����9��ѧȲe��','',0,'?'),('8P֧�\Z�HGE}8�','wp-includes/Requests/Exception/HTTP/306.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wsz�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('8W��8�ƨr�d�Z�9','wp-includes/blocks/navigation-link/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��U9l0D	޹u','X��/j3�J&S�vߕ�����[8�[J��y','',0,'?'),('8YO5D(e����̝�\nn','wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~����|_51;:b�','�S:u5E�b2-SXE��2�I^$۹,�Z��','',0,'?'),('8Y���v���C�[,��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\0��>������}LQ\0','���_U\0]q=Չ��f�\\�/�	@d��\r�+v�*(','',0,'?'),('8^�\"�����sC�','wp-content/plugins/wpforms-lite/includes/fields/class-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�0T��c�w?8�','�r��K�y�#I�J���/�����W%K���','',0,'?'),('8`�9p*;p���0c�Ac','wp-includes/blocks/comment-author-name/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-author-name/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Z/��i\0kr��c�','���\0x�u����)�{c	0�8�q�����H','',0,'?'),('8aL���!�>�(J/','wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���N�B��R�6H','C�V�a���\0����@+�>w7���ID��','',0,'?'),('8���,l>��� ���','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1670945819.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,'?'),('8�\Z+��X/{��;�K','wp-content/plugins/wordpress-seo/js/dist/languages/sk.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�m�����;�\Z�B','�o�R���@��`D�l-����{K���ɽ�','',0,'?'),('8�>��\n!H����','wp-includes/blocks/navigation-link/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ad;qn|N^�!��;yu','k��XG��U󑢥��ֳɼ��Ec�if��\Z�\'','',0,'?'),('8��u���k���K�V�','wp-content/plugins/wpforms-lite/includes/admin/class-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vwU��j���thB','��oDs�$��>��?\\$m�}��]a�7�j','',0,'?'),('8�r�F��y�^�0v�','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�K��?�4�C&,���','-,j��^����N���S�|v�R#��]�K}','',0,'?'),('8�R6�DH��q�-{�:`','wp-admin/includes/translation-install.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݼ�˙k0�I�L��','4}Z��TK���,�k	N��C�rR\r#�','',0,'?'),('8�@)��6yg[y�sQR','wp-admin/css/deprecated-media-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�8��;','� J�x�JV9�fo�)�����w�3�?','',0,'?'),('8���4Y��B��b\\','wp-content/themes/astra/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d����r`��','��!y��y�L&d\Z����j�;���#','',0,'?'),('8�T����+�N�*�ALC','wp-content/plugins/really-simple-ssl/settings/src/Settings/Notices.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(+-\Za�\r�B(�I�hb','�+���j$H}>����A��Y��NɸEIYUg','',0,'?'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php','/home/sleepingsolutions.co.uk/public_html/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��� �w��a��5','wp-content/plugins/updraftplus/images/icons/googlecloud.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/googlecloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VJ�VQY�J�a��?�','�d�k\'\0����H��-L裷b�7�|a팠�^�','',0,'?'),('8�~�#K9{u%�y�R�','wp-includes/js/dist/widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӃN��\\��0�؄\n','N�cb�<�O|kHD���dK0��^퀧n�','',0,'?'),('8�Gxo\\��U���[�','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss','/home/sleepingsolutions.co.uk/public_html/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','։�(�ΰc�?k(�YW�','�r�tPSsx��\0˖��☤�xA|�.�','',0,'?'),('8ܞt��\Zw�Nxa��','wp-includes/class-wp-network.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��V�g�#�,����','X��g}��1Og49�R�yX<Ԡ|8�*�ж��ҙ\0','',0,'?'),('8�Ox��E�����Xo','wp-content/plugins/wordpress-seo/src/helpers/input-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/input-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�q��	0p�.\\��','~sg.E�it!5��u�^4#��D��u,��\"�','',0,'?'),('8��p�n{3q��X��M','wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.3�=��ٕ�w���+','Ϳkv����^�;���H���A��|Dk�=~','',0,'?'),('8���N��);.��XZ','wp-content/themes/sydney/home.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\\'�Hm7�\0O2�øqB','|�;��FF�_�l�<X��+Ȏp09�#&�2V','',0,'?'),('8�.����Iԝ��ە�','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,6c�x[0�A�b�Ń','�l\Z�	���)�aT�l�2\0��X���b��N','',0,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js','/home/sleepingsolutions.co.uk/public_html/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���7�\"���ı.�','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':kSU��`�/�Fc�*','=�<���ND�%8�R�Y~Q���_','',0,'?'),('9��N��P^D�8�o','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$4kIc��inɱ�l�,','`f�t�6\"�5���|��o����@�,��	���','',0,'?'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�����$�Ϗ/','\rW|���K�x}��Z��g��O�y-�aϷ��','',0,'?'),('9\'��2��|�X>����','wp-content/plugins/elementor/modules/page-templates/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/page-templates/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\"�Dp��;.zlɞ','�6H	�WnzZL0t�-��r�*\'Ϙ@�','',0,'?'),('9:��V���ӡn��','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʱA��6�IԆ�ϧ','�n�\0r^v�v��<��� �N��@D��^Σ�>','',0,'?'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:w,�]�^!s�','����[� �l	̚�y��H-����\0��9�P@','',0,'?'),('9@�\\�gv�үy���','wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#v�Xj�};2�b�a�','�!���&��m�j�ÌJ���ċy��g�','',0,'?'),('9Es+��\naj)���','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XG���\nĈ䇬HB��',',f��W�f���������Ѭ�C�?���<y,P','',0,'?'),('9L>��h9³k��\"','wp-includes/blocks/navigation/view.min.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\ZL6kV���:�','ĩ��\n0��w�Iy�\"��6B��J_̑a�V','',0,'?'),('9V�GVD�t�����78T','wp-content/plugins/burger-companion/inc/appetizer/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�ǂo\n��M蒪�','^X��\'�{ǟ�����tx�ۋ-�`ڣ','',0,'?'),('9V����F����cNx�','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U24�ҭ��5��Q','G��RS�g����\\�a%,P��bS�q�����','',0,'?'),('9\\4;��J;���u�~�','wp-admin/images/freedom-4.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m�R�%L�$輬','�zThL�S2:�#5�������J��a�[�v�s','',0,'?'),('9bE��g<n����','wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�o��u�W�	��:��','O\"u5��=��R[y��>���ɂR}�@','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('9mMf|3e��:C��|','wp-content/plugins/wpforms-lite/src/Forms/Locator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��ÔY�i�؀�߰z','JM�;��>�/u2ɩ�/��8��h(P��]\r�','',0,'?'),('9tцu�5�p�s�\n','wp-content/themes/astra/sidebar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-/�-{��w٠}x� ','l\"\n@�����CO���ݴ�2t���g��H���','',0,'?'),('9wv\r���^��!C�','wp-includes/blocks/image/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�\'h����?���!','�7���1����`�V=�&6���_�0��g','',0,'?'),('9yW���7�#��i','wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����iY�:7���*L','�HW�_��o*�XH��|W>���L��6?7N�','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�w�k��𳬪8Y�xW','�@��ۚ2wp8���P���|p��ƭ7R\'','',0,'?'),('9��c��O���','wp-content/plugins/redirection/models/url/url-flags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g\'st1�+G�g�#��',',k�����Ԥ*r-+�Չ��-���mJ��','',0,'?'),('9�} B^��?	�\"�','wp-includes/script-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5L\"q�8	����','�s`9W:�`s�3���\0CE�U���ڃ�8�','',0,'?'),('9��)�&��{Sd�G','wp-content/plugins/wp-cerber/assets/wp-admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/wp-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�;���C+�r[�\Z�','\r�G�,�NtUVi`��E��}c��iGڄ�E�0','',0,'?'),('9���y�S��	pV6=','wp-includes/blocks/quote/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$B�	e��6��+U<1','k��@��=�WR�Ww���s���u��S�^�D','',0,'?'),('9�y+�_��@�A��~','wp-content/plugins/really-simple-ssl/class-site-health.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߓS@�@q��\ZQ��','�X�0�Ꙥ\'v�ľH��H�3~M�ba���c�','',0,'?'),('9���/3&��\rE�x�\0','wp-content/themes/astra/assets/fonts/astra.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/fonts/astra.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��3a~��ef+e�Mr','���D�\\�W��A�񪠦�!��k����t^\r�','',0,'?'),('9� �{b\nJc�F=lY','wp-includes/blocks/query-pagination.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��(b���K.漄','����iJ��:C8N�ë&(Du��/���J]�','',0,'?'),('9��\"�� ����	�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-comment.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cy����y��x��','�[�:��3����lX��A�S���|S��','',0,'?'),('9�Ce;Y#�v|z��','wp-includes/blocks/audio/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������gPhd��`','�So�L�.@���m��ř���H�&X)����g','',0,'?'),('9�΂�����Q]�8�','wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��a��S\r�-UW#�','x�a��a��l�6�4�_tk%ЮX֨��&�','',0,'?'),('9�6���,r�\\1�TC�[','wp-content/plugins/disable-gutenberg/css/font-icons.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y9�<�e�kB�4��','{(��6pBi*���ɨϱ��u��l?\"�3I�','',0,'?'),('9�AO�Y�0G��$lpZ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��$�����m�s','W�g2�q�Gse����j�/%��c��','',0,'?'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt','/home/sleepingsolutions.co.uk/public_html/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�\n�M����Ĕ���','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��],��B*]X�','!��\Z�x\0�یxӜ2X�P�����I�','',0,'?'),('9۞�.��/�:','wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o����n#��w','o^*c���P�ϨF%�u75��S��gw�\0h�','',0,'?'),('9޵�\ZJ֙�{&M�X0','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��3�q��/{�','}���.� R|ky�u��fN���v�y�','',0,'?'),('9��Z~��߳��+','wp-content/plugins/wpforms-lite/assets/js/admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	?zp`�ٶ���7','>3�El�	1S#���T@�芁��R`��}F','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png','/home/sleepingsolutions.co.uk/public_html/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�0�wԴu.I�x�','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n��h��{��\"','�1Zb���(�${��жp���6\\ZW-�J\"','',0,'?'),('9�K)b��������^','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\	�o���m�X��','z��R�����,YJ<=����3������k�4�(','',0,'?'),(':���X� �e.>k%��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k<]�^ܴ����=3�c','*�\n���`�3�q�^�,,�G�/H��','',0,'?'),(':������\0��\"��','wp-content/themes/astra/assets/js/minified/mobile-cart.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/mobile-cart.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q-����\Z���a','nq�}��\'�IGBš�\"8XV:���','',0,'?'),(':{���{7�9����','wp-admin/link.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �ЭE�J����#','�A&0_:|�=)��DP�Y�\\�p2C\Z�]�]�&�U','',0,'?'),(':�<#j�|�+2��W�','wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���:r�$��2�','I�~�*�j�Ϛ��Z��v�m�>��v�6��`n','',0,'?'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɇ*�)+��>x��R)�','{Y7n��,�1K�F[LH݆\"��5�;%�!,�','',0,'?'),(':\Z�ئ^�6��L\\1��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�u�Ώ��4<\"M)8','/ˤ6�´\r����邶�>Z�N̹;�}���','',0,'?'),(':�1\"䳱�uo����','wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,*o�۳��]N��','k�0��6��2�e4��W2�������{��j2','',0,'?'),(':$��,M�R��a���','wp-content/plugins/litespeed-cache/src/ucss.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/ucss.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"KŅ�᪎SwfҨ�','�~�4���8�h�4�{��z�9�L݆�eH3','',0,'?'),(':-/�^���1�g��','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\Z73YPEJ\\�\'�\"','��O��s�b�0{\r:���<mo�b�F��','',0,'?'),(':5\"���&���^���','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\rc�c��C�\'��','�TF�8��o��&��p8����z\\\n.�ݼjS','',0,'?'),(':9oW\'`��=�N�нz)','wp-content/plugins/elementor/assets/images/library-connect/left-1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�c\0�\n��{b>','����=��P��3GO�9K�]V�,��H��','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�E߭WuaI�o|k','�R�/gO<��$�������]$�.�[i�','',0,'?'),(':J[t]��HJe����','wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M:�&������D��','8`��F\nay�t�w�.���,S��mS!%�C','',0,'?'),(':MS�q�JO�a�@� �E','wp-content/plugins/wpforms-lite/assets/images/icon-chart.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-chart.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5ә�%j��I@�','�qq����x���{Zg��x\n��|�\0��~jKa�','',0,'?'),(':R�L��?&��=����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';yC�h}V~�>��Y��','t9����cv�|��u4�NkjE}?�5�$�r/','',0,'?'),(':S�ۦ=���G�B�0�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I���<#�7`����','xa���������Bg�K1A�z���VX�','',0,'?'),(':T_��TCMͷ38[��','wp-content/plugins/wp-cerber/assets/flags/tr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�.�e-�es�\'����','����o��6\'<8���\n���kE6~n�l���','',0,'?'),(':\\ܹ\r@���L\"�:�U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),(':e�7�ѿ���n86��','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',>��ҙ�/L��D���','�&H]pg0Jf�M�#~3��Vx�BPb�*���','',0,'?'),(':vL���|��[�?΃i','wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���0�,�X8s�o-g','m����s)�ϴq�c�!�q�O/�5F�?&3��','',0,'?'),(':��8���2����EB','wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����j�ޮ_��{l','t�j�#���1I��\Zm� � ��ס�rZ3ʌ','',0,'?'),(':���%H`!���\r�Z','wp-admin/js/media-gallery.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��g�Usb����K�','�OH+ܽ��g\"���{CvF�B����t1��','',0,'?'),(':����2��7��t','wp-content/themes/twentytwentytwo/templates/404.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/404.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8o��m��,��*\0�','��5����K�)`0U	d��s��ͳT','',0,'?'),(':���a�Q��9���','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;���\0��@@J','W�ͫ=j>��m��	��\r늖�S��<B:�','',0,'?'),(':�5�n��j[�U���dG','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1670945819.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,'?'),(':�yY\"b���i���','wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��ݏ����\"M� ','U�&�]提���3�<y\'�,�Í�q�g9�','',0,'?'),(':�%��(v5��q�0','wp-content/themes/twentytwentyone/single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ײ�O���\r�|��','��a�T��t����.t:��,�v��pڊ\0','',0,'?'),(':����=Us��zZ -�Y','wp-content/plugins/wordpress-seo/css/dist/modal-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|9�,�5�,\'Hg','�5)l�\n\07LL�So�HH���cz� � �~l�','',0,'?'),(':��G�}vլ��H�\"','wp-content/plugins/wordpress-seo/css/dist/modal-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ն�p%��=e��؋','�s�8LG.�Y�@*c\0q_��G9:O��8��^�','',0,'?'),(':��s-(B���O�2��)','wp-includes/blocks/cover/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/:�ƿo�Ĉ\\�w','}�bH�+g�q����b�~����','',0,'?'),(':�v���{��V~��,�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&=_�r����2���','y���K;.�T��\rrs!�[,�.�	�o,��','',0,'?'),(':��S1!N�th�;�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft-central.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft-central.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�R�P�W��h�!�ka','\r܌ЍQ+<bB��H`U���\Z��J��\0	�','',0,'?'),(':̕��W�/�C(�1�e','wp-content/plugins/elementor/assets/css/app.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�0�#���9�-��x','խ\"_�Z�^\0���^ǬU&���L��L���zh}','',0,'?'),(':�F�:�;e�H�%ΈK�','wp-content/themes/sydney/inc/customizer/controls/control-checkbox-multiple.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/control-checkbox-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�E�h\",h��J','���Ÿ[n]	���+��wZ��\'�R��','',0,'?'),(':�:�a��E�Ģ��','wp-content/plugins/elementor/assets/js/admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r>�Dj��u8k�n��.','I�\\�����G~���u\'���\ZOK]	�<�m','',0,'?'),(':�)]|t�O�ǔo<�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C޳�Ug\0���_','k�l�7ن0e��,�JvSݸ�j�\\(q�Vo��','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),(':�]��	���颱o�','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߴ���C%���S3Nb','�[����.��q��I�j�C���l!�p�o','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��{�yʉ2�l','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';:9#�9��y�H?','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���ș�]I8�8��k','4&�z^X���hE��\"j;Pr�Y{��_�8�:4','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؋J��Tqr?݀b','Xv�G���@UQ��r�@N��G$�=�\Z��','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�TAl�&�|6j�����','�Ru���/b�#�����A�\0�H�b1\"���G�t+','',0,'?'),(';�^HZ���3�	^U\Z','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\ri����-k�H\"','V�G�t���J�3Q�В�K|���U,��8','',0,'?'),(';;A^G�s�,k,Jf�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�(R~ÁZXK�\\','o�Ư3��ԋs���B>�k�t8����I�HF','',0,'?'),(';-��Fw��������','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C1��oL�)��+','^E���`�7����o�.v����h�9��','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\Z�\'�	���:��MhQ','����\0��C�r�� �牺!\\+�N`�8','',0,'?'),(';@F��.ӟ	H{��غ�','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape9.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape9.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ս�SFc4V��\\G','l��4��t�r8�4���F��T���5}��4','',0,'?'),(';P��֩R�G�D�','wp-content/plugins/elementor/assets/js/app.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��mzRsY%pgrl��','�.�1c���a���V�7�f�=�y��N��','',0,'?'),(';Q-:@(:85M����','wp-content/themes/twentytwentytwo/assets/images/ducks.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\r:�z������','��8�y�1�������^���::&s�?�','',0,'?'),(';Q}]]U�K}9o����','wp-includes/blocks/post-terms/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��΍=�v�sN~','8ġ�R�p�`e����FMC3�|��E�w�j��','',0,'?'),(';Rc��J���,�SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss','/home/sleepingsolutions.co.uk/public_html/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','����<��E�','TH�d�����y��x?� �mP��}6�3V','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js','/home/sleepingsolutions.co.uk/public_html/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�X�]�\'�\'��=�','wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������F�k.�vh','�\nEҦ&>��&�}?�RC����UݺP:t\0�Y�','',0,'?'),(';k�_��۩�\'?��b?','wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GJ��o3�y\\����','Ás�f�����P9~Y箼=��$�i��U(h�','',0,'?'),(';n�Cg��7$�;��_','wp-includes/blocks/media-text/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ڸ�\ZBhR�;�����','���㔻د���n�׳P�嫧��Z��K(�`0','',0,'?'),(';q]L�e-�؋��','wp-content/plugins/elementor/core/common/modules/connect/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�\r+�����b���','��$��\r͋�b���\"7iK\Z:�S��������','',0,'?'),(';rM�RJ]��7','wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@������s�7�:�','T�L�5-��S�?�v�9\"J��On�P̥7�%�Ou','',0,'?'),(';�\n��\\*Qs]4�V','wp-content/themes/sydney/theme-dashboard/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]6Vw�ҿs�','c�-N奖��^��ޞ04�(�Q�Mז~�','',0,'?'),(';�1|�]fI��zI�֙','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�p��\'�4��\\q�','D��o�P��Ҽ69��P�*N�TN���A��Z�','',0,'?'),(';�Q@s#��L���h�E','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mH�#T-J*�z:\Z','k�\0�\Zn\'�zk`���e�9�YiC��','',0,'?'),(';�2��~�%奇Řsg�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�:KT�X�h�','ф�24����>I{�0��,|$\\ZУ�N�','',0,'?'),(';��ʏ#��,�J��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2	(����ڧ�F+�m�','(;�7�w���m��\\6yuC:Z~{3��?�fc','',0,'?'),(';���q\0JE�˳4�i','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M  �3�9�ن��',';� �����/��nU]Nk%A٧�Q���C2\Z','',0,'?'),(';�UJl9b�P��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W����`�%�_�','�J64�����0o�G��o�i5�������','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͛[�h�9-#�bW�','l�ߊ��Uw��\"�i�N�q�,h���ӱ�Ky\"�','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),(';�p��\"}\\�b�^�u�','wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+>�\\-�\\�<�8�','���Epal�p}���̖�<��v��R��\Z','',0,'?'),(';�d+;�C��?��','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��7�jƕM�R\0>s,','�H՛fSza����&d���td_��V���m���\0','',0,'?'),(';�2��yT�W�Ks���a','wp-includes/blocks/table/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\06�ba���l�x��','\re\rv{��@l�*fs��/��t}E�p3��1�R','',0,'?'),(';���Q�_e��/�','wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��$e��HG�H�D��','.�^&O\'�{6\0Z��t�Kf�5\Zl��j���?,','',0,'?'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q/���*��WN,��','��Yw��x��6F�j7����xi�T�a`�׬6','',0,'?'),('<�Y��{䕾]�$j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N(��ڢ����P6ʚ','���n�ΰ����uXXywV��TܳJ�\rx���','',0,'?'),('<E���L~_/�s','wp-content/plugins/wpforms-lite/includes/emails/class-emails.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/class-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~.Պ�3Qm��(�','+�jp4\Z�W;[�R�KЯv��WIPWH�G��*','',0,'?'),('<Ґp����\r�˟�','wp-content/plugins/elementor/modules/system-info/reporters/plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��8б0��*���','�z2�\\5R󛖡ӫ�g8��!�� ���-','',0,'?'),('<���ʨ�u�O�\\��','wp-content/themes/sydney/inc/customizer/options/general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��@��F���QY','3R?��)\"RDSJL	�n����1�GwIٍ','',0,'?'),('<,��]��؄-(��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-premium.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�c���Va9��E�','s��1A9�G��f�����������]mU*~','',0,'?'),('<a����R�]G!\'y��','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�}ث4�h��C�<�y','i?��c\n�kz��w�mF>���yƄN�\'�:L','',0,'?'),('<�n~�L��M��r�','wp-content/plugins/wordpress-seo/admin/class-customizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�CJ�гT�]g','�@��W\Z�\n�Me�w���0��LI��zY��{�j�','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�����颎d�x','?�_����C���8��\"�hܹ��׸��s�','',0,'?'),('<�V������;��','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y���y��F�qIxC�','��6Ŋ��s=_8x(A��Y�ݗ (��y��','',0,'?'),('< j����lݝ��B��(','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@:�p��rˬ(T*�J','\0o�=^�U�Sm���C�\0��W�4]�7','',0,'?'),('<$����4������','wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fy*�j+X����h','��w�Hxa�?S�@�ߦ�ZWw��P�w�I��','',0,'?'),('<\'\0W#��ʃ�����:�','wp-content/themes/sydney/images/customizer/sg1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sg1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?n�=y3���2\r\\*','Լb[ܐ]�\Z�C�ux��S|��g]>�Td','',0,'?'),('<)�2n�7�`Jw���q','wp-content/plugins/redirection/locale/json/redirection-en_NZ.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\\w�N��hsc�\'��','7�?��6w���X��\ZZK�-%�̲��','',0,'?'),('<,M�R�-�zj�FD@�','wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JS�b��`?����e9','@�w��bM|�����i�,��4��-�`|�&','',0,'?'),('<BK�v}�:M^��K�RD','wp-content/plugins/burger-companion/inc/digipress/images/footer-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mk\Z_ߟS`��[mg��','�5�\n#�?�4���eؼ]��G��i_}xAϓ��\'�','',0,'?'),('<D�J@�����\"','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��X6��M\'+�','\r��X9D���s�}g�/�Ҕ��:�ʭ�	(�','',0,'?'),('<F���Pz�22��~','wp-includes/js/imgareaselect/imgareaselect.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��()��3���󵕯','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('<YD�-�A�\'�|)���','wp-content/plugins/wordfence/views/user/disabled-application-passwords.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%t�Z)�♟�V�','��G͌�r�A{�\r`\rY���}~h��Jd�','',0,'?'),('<]�L��Ss�Xԗa��','wp-content/plugins/wordpress-seo/js/dist/languages/de.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j؆B���-�qM-','j�|-|�N?�\n/�/���I��C�͕(?���','',0,'?'),('<_-|�@iT�����','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z�,�`𫞈Ó~!','�X���Y�8���kcT��W<+���F2�i','',0,'?'),('<a�ґ�z5k��n�','wp-content/plugins/redirection/redirection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dc����9\Z��P:','���Q�p#�R=&YgS����֨?q&�F�ݐ','',0,'?'),('<g	뚟�<Z���,','wp-content/themes/sydney/woocommerce/add-to-wishlist-added.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-added.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�u������wVt�oi','\r�W�\'��hr��7@��τ�\r�F����M�','',0,'?'),('<n|�ޫ0�)�;z��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�G��� �-�As�','k����e�� v0��Q�7��]<	�� e��Ǥ�','',0,'?'),('<|q�|xܲ\\��zZ�{','wp-includes/blocks/page-list/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��^�E��D\n6AM�','4�V��1�j�*��ڄ��f!�XP`�W��N','',0,'?'),('<�2��\0%�>����s','wp-content/themes/sydney/images/customizer/bl4.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Φ��	����','i1��̺�1��;c���� \r\nf���[�?�','',0,'?'),('<�!}K�A�,\r�y�2','wp-content/themes/twentytwentyone/template-parts/header/site-header.php','/home/sleepingsolutions.co.uk/public_html/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','�A��b��}f*�{�\n�','ׂ[�3�,=�Yӻ�nz;�LQS1\\|�5ы@','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]Ou�����O','u�?T=f��x $dbk./N��*͎��i���','',0,'?'),('<�&w5�i�B�s��','wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���h*����z�w','�}4���M�#�v��2�	�j���ͩ]�޷','',0,'?'),('<��RP���5�`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¾,���_�Q�,�','|��\"7Z���v��S�.s��fY��|@e��','',0,'?'),('<��e�������5','wp-includes/blocks/block/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���M�� |T\'�Kvy�','U���@&?b��K��R�[,�3��m�.\ZѮb','',0,'?'),('<�7�{��?a�|�?','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�S���^M�\"����','�[�W߭j��b�� m�Pw(�.Y����m','',0,'?'),('<��ŐʤG߉�9','wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n&�߼��aNx','��7̍po3dO]/�:\"��-J�N>/�:���','',0,'?'),('<Ӡ��p-�.��*�j�','wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ku:�IRm@r	����','�6\0�,Փq�?�ib_bUE�$o�ݮ���6;�','',0,'?'),('<�U֒-�\Z���/k\Z?Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���4��k�<�M','�W+O֦�`։���ӻ�o�g�V]�����ce��','',0,'?'),('<ޤ�l�K`��i��','wp-includes/blocks/embed/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���K;�n��1C�','��l�|ǒB��������T�3EV�	�uG6i','',0,'?'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('<�LZ�U�ʢǞ��EL\\','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��9j�sHk��M�:�','}ng��Bj��,vN��B��L���GӇ�!i�','',0,'?'),('<�a��j�Y�����wr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�p�	����N�K�','�vu�?>-�*/�l����&	���<s�X�am','',0,'?'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('<�6=�ί,Ƭ[q.��','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Waz9˥�ٟC�xB','�b�O��`쐛b�o���U2-H3dsi���\nb.','',0,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k����^vjM$','�%�N�Â�:��(��%?s��i܉/A�f����','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E\'�EͲh4�y�Q�','1�E�|Xb�YT�?gw尌��+Ih�\Z6�2�','',0,'?'),('=J��ǰja�}LI�Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('= ���Z�ë}`x|[','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>���L1o�\'�','%�-�5���^}�C�S����c�4I��IO@Y','',0,'?'),('=&�l9to{rB��\"','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�UҀ���','(l�ʥ��S�|l>\0�p�8r���C�4�p+�','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('=	]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pm�����Q�ynRPqؙ','l�,\\��d.���\"�b�ִ�lz�w�\\�E','',0,'?'),('=7���\\��9�&�|','wp-content/plugins/wp-cerber/assets/flags/ky.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ky.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�ѴΙPY%�G','{NG�\n��/9���)���8�����4>s�','',0,'?'),('==x��D>*�y3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0���#���%��','�\\6QX�{�:��ֽ	aoZ�\\B��\ZeJ�A�3','',0,'?'),('=A��3�����Zi�-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��sn1MQ(��f�','r����J6	Y;U���&��4=�5KQ�ia�','',0,'?'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7��ln_pBH5�!5=(','3�-g,ӌ=$��g�7Ӫ�:V10��h��','',0,'?'),('=T넪Ĵ����-}�','wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g!��L�J�,��','���:L�&	;F�3o\"��5�P�.��<���','',0,'?'),('=b���}��^��R�[','wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���C����CV','f�&��[�Ν���<ω¸ځO�1�n�Cf	ɠ','',0,'?'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4���%�\r�@6P�','uK��;��T��5�-�d�pTS��聃�O�%�','',0,'?'),('=o�	uW�>�c.Ч','wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�E�U\"5�≮�5W_','z#���^n�	�=Bi�y~�b�Y�J��3B.��','',0,'?'),('={&�Pr�)���0�','wp-content/themes/sydney/inc/notices/persistent.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/persistent.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�Q\rf���s<�E�','��\rLlG6���֗Yt��hl>eA��BOJd','',0,'?'),('=�iE{�E�\\�93�','wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d[��΁.R�>�9V�','~m�r)��f�c���*������\"P\r&#��','',0,'?'),('=�j�Ɲ�����G>�w','wp-content/plugins/ninja-tables/includes/libs/Lead/LeadOptIn.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Lead/LeadOptIn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p	:1�w��~�','�8}Ĕ��p;���Ɓ�ܑ�D?x)@c0�','',0,'?'),('=��t�N&�6��9���','wp-content/themes/sydney/vendor/kirki-framework/control-base/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L}�u]�:��\'��I�','����!�1b\"��D�?hq�-\'\n,6�V�����','',0,'?'),('=��ʹW!�|�� �e�','wp-content/plugins/litespeed-cache/src/optimizer.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/optimizer.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pـ���,��(\rm`�','�e�PV��7V��MR�3����ẽ����ff','',0,'?'),('=����B���l�)I��','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��7�T~�@�\n�.D�','�&��D\n\r��<~�\r�/4�$r_���','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�0��g�����','�ٚ����$�~?^ѽL���,�S��-�s�T��','',0,'?'),('=���,�XNH�O��','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:���I�<!1\"y�','iO�M�L	D��y�qL����IJ+�l��<��','',0,'?'),('=�!Pт`�J�ah~i�K','wp-content/plugins/wp-cerber/assets/flags/jp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/jp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��P�����\r�U','D�0�r\n��2	n�������Rrܑk�t9�','',0,'?'),('=���5�����9�','wp-content/plugins/elementor/core/settings/base/model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���j���v}�?��','?����*�.���v��lOX$jR�Ù�','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y&\\��̑[��Z���','����*n�q�V�Nf|��.9wo�wܚ�C','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$ٸk��2�6?���','�hR�5�3������I��DqP�Q�<仈����','',0,'?'),('=�7UU�v7����\0�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v��\nK��\'Z�5�D','wB���F��͞}y�G�g�(�V:����	�','',0,'?'),('=��ɩAD�hŲ;��','wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�8���a����(|!','s��_^HKzkCJ�\0��eLT,�Y���.�','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K�o8�E2����','�(�~�S��S\Z�[5E��!n�B�j���D ','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԓ�<����kMy','\nJ�N��&�]R\'\n\'��T�Y��oO$(��[�^','',0,'?'),('=�[����p)l��y','wp-content/plugins/burger-companion/inc/spabiz/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���GHL�X��DZ�','�99�����дv����������i�:N�','',0,'?'),('=��O%|��Q��]\'5','wp-content/plugins/wpforms-lite/src/Helpers/Templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.叐�b`�J\\.��','����ѕ����fɤ3G��Z���N���[���','',0,'?'),('=�a������0&','wp-includes/js/jquery/ui/effect-slide.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r{D�k��?��\n�j','��V��6\0��-��|�<���u�q_�7�','',0,'?'),('=��f�/�)����','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zf�\0\n9���-���@','�]����X’�K��]��\nz�7\"4�l3','',0,'?'),('><��s�YW�+J','wp-content/plugins/wp-cerber/assets/flags/mp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�h�D�[��_z�j','~��^4�N\\���˧���h�4N�u���D�m','',0,'?'),('>H��D�AJ^Q{��h','wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�&���;\nvD��g','�Z`O��گ�ڷ9ޙ�r�9���MuV\n3��','',0,'?'),('>	����zg��+���H�','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�Փl�\r���','獝��,c�lb��ȑS^�K�2�8�m���','',0,'?'),('>��.\nJm�d0S��O;','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�\\�����r+7�','��9ڇ~�=���q��+��Y2j�Ѧ��','',0,'?'),('>w{oe�ypr�6lɠD','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8P����|�%�I,�','�\Z�r�V��%w�@4��d�J�)��M���','',0,'?'),('>&W�~\n�W�ȟX�)','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��&�cW��\\�','�JT������\\�z	�zgN\'�F��D�nsڄ�','',0,'?'),('>[� g�3d�����','wp-includes/blocks/spacer/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','л�B�����>e���X','-ӡ�n�ڲ�y�qqx-j���!p�B٠)XT4VN[','',0,'?'),('>��Z�I�I|a��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȷ\"Ou�mr�ͣ��','K�N􉳏�o�k�o�]*�8�|\r5yg`��','',0,'?'),('>\Z�!A�\0E2���\\8�','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��L�^�<��GJ�\r','t��0��C�fK$`G���(�ڞ�-�`˥w��6','',0,'?'),('> �j�ꈬZR�Ï0','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��qYmc>��u;r','�1Ή:�_�d���@��g.k�oE��=9K?�l�','',0,'?'),('>!A�3�����	����','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tnn�_�3\"��ab�','����ڳ�iu��@2��sᦰ�s�_Ʉ�ܨ','',0,'?'),('>\'�8`�\\�ݰ��W�','wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5V��\0��I�C�','A?E��\r��NO$U�t?K&,�lWbԦ��','',0,'?'),('>,�	���\0~t���h�','wp-content/plugins/wordfence/views/onboarding/registration-prompt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��w0dy�=�','=I֧ᚴ�2J�\0�?���%\Z6�L��%>�<+','',0,'?'),('>2̰��+�Bln���:�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.k�I��5���዁\"','�4.��c��b�`��[�3�^ .FvDj��','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�䲑[���5�����','�g�BT�%�.s�;�m�q}S8g�`��+1{�B','',0,'?'),('>8���A�|\'�WG�','wp-content/plugins/wordfence/css/iptraf.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/iptraf.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-��	�cq���WQ$8�','',0,'?'),('>;`A��&HvH','wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����4�	���@	Re','=�0�n�T��|L��%K��kW������\r��','',0,'?'),('>=��9�F���x)��?_','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-request-strings-6g.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-request-strings-6g.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x9�m�8�B�{QKۢ�','v/��]R\nd�S*lx˓���\0��6���q�','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>I��\'@��`�kg܂R','wp-content/themes/twentytwentythree/templates/blog-alternative.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/blog-alternative.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������WW���','m�Uvco[Y����)��B�&���j��Ůw�','',0,'?'),('>Ty�I�ޯ�4�[�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/InstalledVersions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q~�f��������\"�','p,�-�gW���Ԏ��W��.c�E����M','',0,'?'),('>Vnh��?i����','wp-content/plugins/elementor/includes/settings/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�Ë�l��Ɗ�k�','/�`��߹�}9��ЧjCe�2G��\"�gi�T5�','',0,'?'),('>^��m������Z�{�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fv��3ur�lAgh','x�-mx�����^�j�C�1���H,,R����','',0,'?'),('>bW�>�͕U)L�Cd��','wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ިU����=e�\\','VvyP�$�j�fp qAk}\rqi�KK���-�����','',0,'?'),('>d�RLډDh�uJH���','wp-content/plugins/wp-cerber/assets/bn5ra.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/bn5ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ���{�9(�ZG�-Y','_�@vv:�c�P��\\�z�c�\'��=�@Y.�','',0,'?'),('>g��k�9Hި�c�{','wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��¦�>3+:q�','<\'U݉w�ŏ�\0:��v<$��T�Ը�vFE_','',0,'?'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('>ql�+�m�\05Ħ\"�^','wp-includes/js/customize-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52��bX�9x8�M�','i������ڟ��Ý�����L����!��@','',0,'?'),('>u��ʸ�!4N2��','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('>w��B�8aNK[X�c\r','wp-content/plugins/elementor/assets/css/frontend-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;���`��*\"AX�','�jY�/{H���%H��:m��5�ϧ��w�9�*','',0,'?'),('>y���ek�I�gQ','wp-content/plugins/burger-companion/inc/crowl/sections/section-below-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/sections/section-below-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�\'��U���\r��%H}','�@\"���~�4|xN��S{LOR��̀�x�lb','',0,'?'),('>z�2��	����ې<\\','wp-content/plugins/elementor/includes/controls/button.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��Y��p��M���ԓ','>X7��%= ���r�����G��LϞ��X','',0,'?'),('>��pu��L3Ij�^�bo','wp-includes/blocks/comments-pagination/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0s����n5:�(v','�۾��zq1 �	�tk7��= o�OJ1��','',0,'?'),('>��*n�Һs���ɠ�','wp-content/plugins/elementor/assets/js/editor-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�㔶ׇq�\r�','�P7?(H�jk祹`~���˨�^:gz��Nq','',0,'?'),('>�o�������t�+','wp-includes/blocks/post-terms/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�h�T[�<���+J','��7���+1\r�j��]��gRJ��9�Kah','',0,'?'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Ǹ\n�R�fɦ��','YQ�ɷˁ��������Q�.*\"M,4�d','',0,'?'),('>��%�����H��','wp-includes/blocks/template-part/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',f4b��L�U�Y0�A�','�;MDmWl]8�����\nYŸ���!��\0�','',0,'?'),('>����\0�V?s�\Z��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ�kI�9���H���','XikWM��0���� \n.���S7�f\0��x','',0,'?'),('>�\nq��g�/����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('>��Gf�@�Tម;�D�','wp-includes/blocks/cover/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�#G�Lb�}I�','��������sW��\'�E��F$s/�����','',0,'?'),('>���H.���&bGA)�','wp-content/plugins/ninja-tables/assets/libs/ace/worker-css.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/worker-css.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�36����=󗴔�{:','ֲ�7\'���8����\'�#.��V\0I(s3O%','',0,'?'),('>�\"�^��^`6��+','wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('>�A�1��@��a?��,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F��q͚|�#�lf','�Z��﵆���{��5[����:�!��˪��','',0,'?'),('>��ƙSifg��','wp-content/plugins/burger-companion/inc/rasam/features/appetizer-recepies.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/features/appetizer-recepies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���?~��I�*','�J�▇�Ou��,����A|-!�&30x','',0,'?'),('>�R��V�\n���.�)�','wp-content/plugins/wpforms-lite/assets/css/admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�Ek3\rS��X�','��\'����9�o��H=Ol�^�6{�V`\"�','',0,'?'),('>�}��^�ۛ�j��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ⁀��*ν�jD�X�','6��	�^�Q�\\�s!�w$�N�9���0$�','',0,'?'),('>���L)yeq�����','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����i�I(����','�M��ɬ�D󰱌L�n]��7���t6F��','',0,'?'),('>�N;��}[��#��','wp-content/plugins/wp-cerber/assets/flags/tn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�oȩ����K�S:','�0Od�<q���ޤ&Gg#X5��\r���s�4�K�','',0,'?'),('>����/��O�Ty�','wp-content/plugins/wpforms-lite/assets/css/entry-print.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/entry-print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�O���$H�{���','[�t\r�!��}�\'S��+@�X\ZƗ7Gu�ؖ���','',0,'?'),('?�WZBD�N�1�3��','wp-includes/blocks/audio/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�*��O\Z�Gcu�_�H','�)NO�x-�ƌ^�F�s\Z��+�����[9��s','',0,'?'),('?{���_��Q�4<?','wp-content/plugins/wordpress-seo/images/indexnow.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/indexnow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�;`������?�/','vZp�kTs�Ɛ�\0��9\rc�ڇ�94\r���9d','',0,'?'),('?ë�7�p3��Gi[r�','wp-content/plugins/wp-cerber/assets/flags/lv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ko\\`���N\'���','8�Kn�Y@\n�s�\'F]�����Z','',0,'?'),('?��su[��\0RBa','wp-content/plugins/wp-cerber/assets/flags/sj.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']̧%W?,OS�c�rs�','�޶#��` CUꦭ���W�5M�p1�\Ze\r���','',0,'?'),('?���p|R�o��','wp-includes/blocks/separator/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�j�JT���hR3r�','��z��[��ܦ.h��U��f���hj��,z','',0,'?'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���kIT���=ր/','��|���5/�i�VV#�V���A����`','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php','/home/sleepingsolutions.co.uk/public_html/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�\\����|R΢�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C2O?�����LJ.\"','VBں]!�$[m3H�;�?Iglї݃��)&a','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[-+�@�U�ڶ���',' rH�a�\rn�?W��W���S�����t��J��','',0,'?'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('?b�׀̢1���C','wp-content/themes/sydney/inc/so-page-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/so-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�S_�^X�C�x�<�','�&~���>��nC���e)��/��Vc�6h;�','',0,'?'),('?e.�EJ��g�g��FN','wp-content/plugins/elementor/includes/compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Y�z_%�b�;�)','�x�a��9�C�y�y�i�:�E`�UXw�a','',0,'?'),('?gbq�\0X���4�,>','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�SFc��m^(2(}o','8��8D\Z�	h��;��i�_�w��>�%��-�','',0,'?'),('?h�h�:z͏qZi�V','wp-includes/blocks/post-author-biography.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author-biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]0ڙ�Z\'f��','�m��vE;���t�!��XR�.C�EcR��J�n','',0,'?'),('?�_���t�׺�P�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۂth�0H���t{','����/sGx8\'���1��*X��ă�:\\g�a','',0,'?'),('?��a�U�?��Y�d','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4f����:�Y�d�[�@',',���Su\nda�ZZ�VؤC��+q��va���h','',0,'?'),('?��=�@�M�$#��P7','wp-includes/js/dist/html-entities.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�v�^�r�����h','CggV�f�@�g󻘱�*�nEB�Vf�X��','',0,'?'),('?�t��M%���Ғ�','wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�e�OE�\Z\"L�','��EAl\'?ڨM�C�ݩ�=�$���[�t��Qp','',0,'?'),('?��V�e���o���P','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�mur��I1��G�','Lr7D@y���ɂ]NK�(��ti�G9����Tm=','',0,'?'),('?��ZR�E�ۮG�\'��','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʋ�H��.E�k~`�?;','�d�O;��L.�^s=G	���;���{^��','',0,'?'),('?��?я*$M�7��(','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-��<��l�G5��','�},B�ip�/]�&W�)�p�;���*X�','',0,'?'),('?����̯�F��\0U!','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�0\Z��x77��)7��','����B_���p�3��r��֭T�Ag��','',0,'?'),('?�9���\nC~k�3�Y','wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gk8��\Z3�i�=Qu��',')��V�@�lו�`O�\0*��h0�\\�!Zܫp:�','',0,'?'),('?�U˕20��9�Pw���','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H7.\'��l2�s��','��j֑��O�(��,�o��c��v��L�','',0,'?'),('?�Y8��B�l��U�','wp-content/plugins/litespeed-cache/tpl/inc/api_key.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/api_key.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n8w��0�E0 ���:�','��hn�#Ⱦ�k�r٨����a�\0�� ��A','',0,'?'),('?̈́嚙��U5G�X�)','wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('?�ŏ�%�G%#����','wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EYC���&ׁo�R�','�8X`z�3��jͼ�Q��f#g��x�8N�K�','',0,'?'),('?�L��� �	Щ�.�\n�','wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��7Ҥh��Y�$o+','�_4BWIC%����v|I�\n����8׀$9O:','',0,'?'),('?߲	?h蜴�Ʊv�','wp-content/plugins/litespeed-cache/tpl/db_optm/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n���Xb/۶u;�','�9�o}����}B��&oHc<c/�#:~����','',0,'?'),('?�4!�5ԣ�\"̘��S','wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R\0�]?\'�#	^��','&�y�j�[�����~�Gvם�f_�VO�MF�','',0,'?'),('?��b��>s:�|t1#�x','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c䏘Z�c�U','�o��DGX�$�)\"��.�A��װ�S���t�','',0,'?'),('?�cF	m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O6�Jy��\"�P�4�','�~~�*�9p�\0��t��侁K<.��2���','',0,'?'),('?�Ȳi.�m�/��[�','wp-content/themes/sydney/inc/classes/class-sydney-svg-icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�rrde:^�9���!','0n�*��iT��7\Z���f9r<b��\"欺�O%','',0,'?'),('?�i�CM�UG�0�','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-below-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-below-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D*l\\ijR�G\n���b�a','��\'���w�B�WX��³�m!�%d��5\0�','',0,'?'),('?����uKUU\0�0G��P','wp-content/plugins/wp-cerber/assets/flags/mo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n�?�!�{��Bl','�\Z�	��Ɖz��x��_�}��M�(�q2qx�','',0,'?'),('?�^�.+��t\Zɻ�$L','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xzp��D��(','�p���U���BL�gq5��O����AĈs','',0,'?'),('?��:�(Q&�s�7�8�','wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�g{�Vk�6Fzk','�i�#�B��@��\"ўo�enR��nh�VElW�','',0,'?'),('@\0��8(<:�t�#1�S','wp-includes/css/dist/block-editor/default-editor-styles.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�䆜�~h�?��','�|DŽ�\Z��D�~�X���E���)>��2�,','',0,'?'),('@\r4[)�L��\0�S?_','wp-content/plugins/litespeed-cache/src/admin-display.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/admin-display.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`<�\r7����[�\0�','�2\'�ז�N-��||�d��U�\Z������&p','',0,'?'),('@�JuA\0z}��9<}�','wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��go8FWS�t޴���','Ń��*�@92ћ���&b�G�t�1���u�,	','',0,'?'),('@�@��0�(Pv��','wp-content/plugins/elementor/core/base/base-object.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/base-object.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������0ly@ظ6��','�k�²�������7��KR|�������r��1','',0,'?'),('@=���:JZ�\Z&','wp-content/themes/sydney/js/admin-functions.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/admin-functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�S�T�e���','��N�`�]������T���\\∔D�Q�&5A','',0,'?'),('@DযTx�\'��!�','wp-content/plugins/elementor/assets/css/frontend-lite.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�{�uo�\0o�/�','�����a�}�%���~F�	�\0?�@���','',0,'?'),('@F_ҌL����+��h','wp-content/plugins/ninja-tables/public/libs/footable/js/footable.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/js/footable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�t`��J�*��X2','qˢoor50��`(!���#�8���栳�!�','',0,'?'),('@G )�7x=��A��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('@M�t^��ͿAp?���','wp-content/plugins/burger-companion/inc/owlpress/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�\n�=�炵R|ܖu�','2��M�?`X�h��`\r��`��j~YZe,��:','',0,'?'),('@N3�0�>�`8l��','wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�����1��','4]N�OW���\0V�қ�kҝ�v2~�_[T[N','',0,'?'),('@V�K$~`*�+c�0�','wp-includes/block-patterns/query-medium-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-medium-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<��U�V��n�','#l.�C��v��*�������;��!�4�f','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@[�?0�c\\w�Ƕ[','wp-content/plugins/elementor/data/v2/base/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�\'R�x! O��C�=','8�bdGӀv�@x��s����y�S�f���t','',0,'?'),('@]D��F>M�n�[K','wp-content/plugins/ninja-tables/includes/ArrayHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/ArrayHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.B8�4Ze��+w','�u��Q�/-��oL�J���#���ı����-','',0,'?'),('@h볹�3�אz2zl�','wp-includes/css/dist/edit-post/classic.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q4��%��TT�G�)��','��G_��|�^~�@\r#��*�VET��<�','',0,'?'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�\"��zP%�hGy�',',2�urFI�MKP�ĉ�����nW%�^#���L','',0,'?'),('@t�Q�.}խl�a+','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�����O/�ݷ��)','�}U��bf|�UU٦����)��f�G[�9����','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@��v\nϗ����Z�(','wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oIJ�@!\r�Ʈ@9�Ҽ�','̛U�6�s�.t2�,c^*,ɯ��~/s(','',0,'?'),('@���}<���xe�m','wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ϧ���v�1\ZUpC��','2i�jf{KX<;�EȒ�X�Vw��|� *@�','',0,'?'),('@�D\\�2��3��}A{','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʋ�H��.E�k~`�?;','�d�O;��L.�^s=G	���;���{^��','',0,'?'),('@��mW�L�W$�D/\n','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"UE\"�Eb;D�n�','��Ա�r�g���CXJU�1��։Ya,��1','',0,'?'),('@��Յɱ>Xz���@��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���]8����e����','$��8wߋN0�J����2�H�Y���߾�A�','',0,'?'),('@��js�x%���@�\"','wp-content/plugins/elementor/includes/widgets/read-more.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M�.� A���{','3u��5��Bc��y�K�����\"�&��w�','',0,'?'),('@��L���:���(���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('@�@|@E&�]�tл0+','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{��,k!��֑5','gGK���hz~G�)��d�b:�\r�k����v�','',0,'?'),('@���@=	G����?7�','wp-content/plugins/elementor/includes/controls/base-ui.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�LR�{��Ȓ!��','�ه7�۩s��։���=�c�%����*�\'','',0,'?'),('@��#���v�V�','wp-content/plugins/burger-companion/inc/storebiz/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6D�sw-S-�vG��','�sz�_\\��c����#�e��oO}Ck{V�','',0,'?'),('@��b��OG��Gɿ�.','wp-content/plugins/ninja-tables/assets/css/ninja-tables-gutenblock.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-gutenblock.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�X�>P;�����q�','��f�Cs\r��u��8A\r��g������i�+��E','',0,'?'),('@��C��E\'�O����','wp-includes/css/dist/widgets/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�@؍\\�U�w��d','N~��)�H?e��0�L�?ߑ�׻z\Z&>ȥ�6�','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)\0�Q�N��#$|�','��t�Ϸ\0\re(x�T�n��_C�Q��=��K2U�C','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y`	���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key','/home/sleepingsolutions.co.uk/public_html/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,'?'),('@è�&��$i.��<#','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Textarea.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|y1�f9�u�c����','�ws��΅��A�-�z٧�uS�a*�ƚ�>X�','',0,'?'),('@�3c�$��Л��}�','wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]G�OP7���',' �;�#��-~��nS�K2>0��U$��XZ�;','',0,'?'),('@�`��>%���E��c�','wp-content/plugins/elementor/assets/js/new-template.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�Pඕ�Q\0�ђ�','�\"%e�ά�#Ҋp\Z�0���.Z%�vqܾ','',0,'?'),('@�[�`X@f�ba�rkp','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I p�\n)�pָP','�f�\\��	ޥta�~{[�i���qI,~\r�p�','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`3��0�h~�ݻ����h','�ZR\'��Z�w�$߃��_ɐxT�{-`��','',0,'?'),('@�9\nj��n�k�','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$;/}az�>�y!�','iZ���lyEGA�#k`��Ob=]ɂ�%���I2)','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\r��P�p��_Z�','q�M�l��b�kC��;߽��6�#�Y�b�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!^#�֜*X�!�4Q�','w�/���,f�Ёu9���y�]�[��tH6/','',0,'?'),('@��s�@/f�DS�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�OAI�Η��P','����(�,?L�xk��3��I�Hh�]q�W��!�','',0,'?'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@pL�@���E���{��','�ּ3��t�46$ay�!���֦ȓڲ�h#�{�','',0,'?'),('@�S��d�&а!��P.','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HM,�*/�;D1�	�E�','������fb�ֿ-QDZ��r�ѰB���Tfp�Ȩ�','',0,'?'),('@��9bv3-�2��','wp-content/aiowps_backups/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/aiowps_backups/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('A#S����$o�E��w','wp-content/plugins/wordpress-seo/js/dist/38.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/38.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�>��3H[�n��a','\Z~ʹ�g��B��3��H�F��@QK�9�����A','',0,'?'),('A�Ij�4��l_ר�','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wc���6[T�b�Yg','���K�b�ω���re�i~3\r�fR�\0�|n','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k)1�D��\r�v0��','I�� ��R$I�1g ?�e8,�Q��d���C','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zW^�N|!%E���>]�','\\.VE�H��e��\Z��D�dG���U�s�CؑƧ�','',0,'?'),('Ar�� �-���U#\'�','wp-content/plugins/elementor/assets/css/templates/frontend.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mw����<��)�','�=j�8����Y�\rB�tTM���!;�M�j6�','',0,'?'),('A ��K�P��rE-c�I�','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��d4au�h�lbG�','_��$����0�3>���Ĩd�����','',0,'?'),('A\"~ی5)��N�W�n','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��4+�q]��i�','A-�d��ɂW5j�]o�/!RB�`\Z��D�','',0,'?'),('A+~/Ję4���$Y*��','wp-includes/block-supports/spacing.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\n�j偫��\"{H','����#h�{�)	ϙ��;�X��_E�ۛ(','',0,'?'),('A,t�w� \'d��ߞ','wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~�x�+`Q�,�','u��{me�1Ě��_�0�� R�X�b;','',0,'?'),('A.>����-���	]3�','wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/v���,�S(��','�\'�����E��<O(����΢�#���)}�','',0,'?'),('A2GD���̇w^�^\Z{�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','β⭎�h���͵7�U','�@�Njh����a�בi��d���z\n=�','',0,'?'),('A4��r��ɽv���@','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����f���z�~O','O\'a\Z��?*!�6үu���M������H','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php','/home/sleepingsolutions.co.uk/public_html/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<\"}7���Kb�߂�','wp-content/plugins/elementor/assets/css/common.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��\\<�s�\0�a��','�E�]�1�����J�w/RS���p,d\\��u3�','',0,'?'),('A?Oy��A��/Z���<','wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�J�mO@�#�J��v6','�5+H*1���F5+*W��}��\n���21�\\3�','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('AM>��\n�^P@���g�','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���k��	A5�','L���$���3���eR�4ڥ1�G=��\r���','',0,'?'),('AT���{n���N]�','wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���i�6f7��8C','���������~�Bu��	��s�-^?�5','',0,'?'),('AU�]��Xl��p\0\\�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|���Ypoz9t�u','$L���1;zq���*f����Op�4Ơ|{��','',0,'?'),('AỶ�k��{�v�r','wp-content/plugins/redirection/api/api-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{@O��Nu�}�','Y��p��,��-!HX���\'p>o�y(�Z&7','',0,'?'),('A^\\���\0�E�%��{��','wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�y��#���[}','�s�g��]�‘g�����o���\nE\0�\n%fc�NH','',0,'?'),('A_e�.阧\'B���\\','wp-includes/blocks/navigation/view-modal.min.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؗ�]r�ËI�?�s�,','��h�\n [R����o����r�@i���w�','',0,'?'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C��ȭ?d�{׭V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�p�\r��c�\r��','g�F=j��65�a�?N�Jah���W�,','',0,'?'),('AzT,V�z�R�!cg��','wp-content/plugins/elementor/includes/controls/icon.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L~��{UZi_#�q��','����� I�Q#�m����?��a�d�s','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L~�b�fm�1M\\�W-r','Y�1O/�o��\"�4�8G�h�֞�����Bq���e','',0,'?'),('A�u�P�s��aUs\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_AS���x������','����6k�I��A͌�e�L�{%3��i�:�','',0,'?'),('A�X�\0�l�Ά7�KBh','wp-content/plugins/wordpress-seo/src/generated/assets/languages.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����]��n�w����X','X�xj�{Y��nH&��*�S[�������c����','',0,'?'),('A�O�+o�����m','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�=|§B�\Z��','�*��ٹy4V\Zo�z�{�\\׃�wc/!P���','',0,'?'),('A����&ͬ�1B9:b�','wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2_�>�S9�8�K��l','���T�2JO��R��\0#�=�Xn\\��x��uj','',0,'?'),('A�� �@�Ϊ�~X\0�2','wp-content/plugins/elementor/includes/user.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n#N�3_%8�!�q��-','�sl����x鷣�l�jy���(���\\KB�','',0,'?'),('A�0D���Hǣ*<�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�Y�DD�z���2s','��f�	���W��,~�{�1��~�*���r!M^','',0,'?'),('A����I7Y������','wp-content/plugins/redirection/locale/redirection-sv_SE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gI�5����Q�:���','h@���i��_�ɷkl.��$����	i�d(%�','',0,'?'),('A��8V,�_O�X�4���','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ĺ�7�`)�s^c��','�Dgs�����P�o����.\rS_%B1$CjO�\0','',0,'?'),('A�����!H��	�:>�','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�_>�e�����.X','i^!��O�tt�Ww�W��z��mك��}�\Z','',0,'?'),('A�\n�2L0��Y�-!v','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�y[�Kun˰��r','$������O�gFD>��rQ�<�DU&��	\r��','',0,'?'),('A�H�\r���7�\n^Q�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7 �{�ʞ�x��','zŏ2:��A!���y�.F	���PfzP�','',0,'?'),('A�p�����	�d�$�','wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	n�� �D�^ٻ�\\�o','~��	uRU��a+��(���E�#����','',0,'?'),('AÙ�}� �����','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�ZU\\��#�E�n(P�','s4����:W��}���u��q;q\'@zNFľ`��','',0,'?'),('A������P	B�j','wp-content/plugins/burger-companion/inc/spintech/sections/section-design.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-design.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4G�G��E���','��D��b.�.��O����`:���W�d�)','',0,'?'),('AЀǐ�GuwDJč�4','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�cݷi�I=��w','�O+����-����}Y�BQZ	��Q�<','',0,'?'),('A�G<�=v���C��!','wp-content/themes/sydney/woocommerce/single-product/add-to-cart/simple.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/single-product/add-to-cart/simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j+�?/��5��ڼ�S3','�E�[�NHQ��#���$���n�C/8�','',0,'?'),('A��[���.@,���','wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�q�|iܯ�n��s�H4','��t�^�y�_EœŚc��ʓ8����)~_','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J<1/%$�J�=Δ�','��v����p	eKK�7��9���8����������','',0,'?'),('A�u2�?���m��0�','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','�:�\0��N��2�2��&�','�����Z�]\02}\"�^۫��tx��r','',0,'?'),('A�-ڈ��.�x �J','wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��]s!�QL�<*g�','���|����V�h�Y�Wf�l�o�F~tb','',0,'?'),('A��_\'���X��','wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c7̓���21�8��','�N��z�_���|r�5���6�7��B���[','',0,'?'),('A�:c!��F߸��[','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������&�d�b��','&��_!����H|)5�9���	S[G0O�KYЛ','',0,'?'),('A�[=�$�(0y���','wp-content/plugins/elementor/includes/managers/skins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�&�k�#䃉��`','��\0QUa�oKgv� �E;�9��~\"j��+Z���','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','/home/sleepingsolutions.co.uk/public_html/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��d)�o�vF','wp-content/plugins/wpforms-lite/assets/lib/moment/moment-with-locales.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/moment/moment-with-locales.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Q~IxF�����','�t����c��@�b�l��(1���\n}���o�','',0,'?'),('B 0�}�\r���u�~�','wp-content/plugins/really-simple-ssl/assets/css/rtl/admin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/rtl/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hw6�|���u���l�~','�Jh�e����\\F��A��8�)B�k(��9FM�&','',0,'?'),('BGF@�k+ѓ�<�s�+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��~�@���Jb.','� �%���C/��j.�E�;.�3�[�8Ѹ�>�','',0,'?'),('B��j�hbR��~��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-exit-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-exit-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','41���I	>���I=�{','c�1�����7*.n��-�5�C=�=s��k7�','',0,'?'),('B\' `0��zynã|�','wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�D�iID��9�#�','��3�\0���{s����/s��9�*����','',0,'?'),('B\'�Ll�\nAB�K`�?','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����9k][ډV�','�{.�i�\"%9�>L������g��ʼH���','',0,'?'),('B.�\0�ܭ�c��P=','wp-content/themes/sydney/page-templates/page_fullwidth.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/page-templates/page_fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�26�V�zm�','?ó�a1�U�;\0j�?@�2UNA=]���k�NY','',0,'?'),('B/ȅ���	�zU5�Y�','wp-content/plugins/wpforms-lite/includes/fields/class-number.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>D���^�I�.M�','ow<I1]n�$�`�T������ۨ�d','',0,'?'),('B5A1��EAg3���k5','wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ga����*|P����','�4M����C���Wϔ��j�!KJ>CZ��j��','',0,'?'),('B;_Vׅ��NN� һ3','wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\0c��ܴԕ[:H��','�\\��J`g�}<����3��l0�Lp��]��~T','',0,'?'),('BFV�͔�/4y97�','wp-content/plugins/wp-cerber/assets/flags/si.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/si.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:㑏��5I�','� �P�l��a��U\0���O�,���0��','',0,'?'),('BF�L.�Ա��B�?�','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ر\\�p�3p\'���0�','	�a�.{��\"�cW���C�z\n�j�RZ#��','',0,'?'),('BJ��O������z�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('BOz�Bv��߹�{I�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�&��>���+2 ','�_f��.�d7��SVa3�@��K|�%d&>�\n','',0,'?'),('BT��[z�#�gF�u�','wp-content/plugins/ninja-tables/assets/css/ninjatables-public-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninjatables-public-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�aV@�T�f�p|�pe�','郫p�6��FȜ6$f�����=���f#��,\"�','',0,'?'),('BUj�v\\ѣ����(�','wp-content/plugins/wordfence/views/common/license.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('BV�9)e����#@ �8','wp-content/plugins/ninja-tables/public/views/table_inner_html.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/table_inner_html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kƲ���1����z�','.҉L��1)Ж�HI(\"���#�a6t;�E���','',0,'?'),('BY�D�?�u�9!��C,','wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(u=�,���i,�','����C�R�����>�ɥ�9������,','',0,'?'),('B\\���(�զ%�\\��L','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\n�2̴�8.q߫��','���ǎL�$�F��`����]� �X\\��Sz�k�','',0,'?'),('B]�SW\Z�b	�a�U�Q�','wp-content/themes/sydney/inc/customizer/upsell/customize-controls.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o��\04:\rlJLR','���Ðh��\r�(����X��.Z�ܕ@&\rt�','',0,'?'),('B`4�Qς��9UC*>u�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����$�s��4�','0���D�Ԟ��w0�!��?U�P��W��%�Q','',0,'?'),('BcX�+z���S�','wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�gL�]����~�7�','VRc�>�WKC ���>�nhr5���\'	\'��','',0,'?'),('Bs��塘T����L�=','wp-includes/blocks/calendar/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14-�9F�&5f4��(','�g����j�v ���AU��$jl�?��…���','',0,'?'),('Bxw+\'4�aX\"','wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�R��x}�lA� ;hX','�!Q�������J0��NU�E�)�ci���','',0,'?'),('B��j�)��q�D�S','wp-admin/install-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nu�%� 35\'��}A���','k��\Z��c$Xt\n�\Zu��ܪC?h�\"�`�','',0,'?'),('B��x	�	���~�','wp-content/themes/twentytwentythree/patterns/call-to-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/call-to-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�vt��TxGA','�	��A!B\\ݰ�#������&�Ub\'����','',0,'?'),('B�N	~~��2����r','wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�g*��%�\n�ɑ','q&����c�o֯�F!�_�V%Yl�^��V�~','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php','/home/sleepingsolutions.co.uk/public_html/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','R���Յ�-�e_���','��3?<P0\r�^�τ��X�` ��t{�#��','',0,'?'),('B�~�f�Tzؕm��E8','wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{U��\\ƚ�	W�','e1�>�x�xK��Mլ`����lYt��os','',0,'?'),('B��y��ݵm��9Ԡ','wp-content/themes/sydney/images/customizer/mhl1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/mhl1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�بN)�VX���\ZҪ','�7vE].�!z�>^���g���&��;��H','',0,'?'),('B�]_�-��,�r���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��N�e�8P>h','��E��l��ݨ�Ig>�*�A�A�W�O/~','',0,'?'),('Bϴ����H23Ϛ* ','wp-content/plugins/burger-companion/inc/appetizer/sections/section-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"؝Z�E�z�	�9�d','q�I��n�	\0�m��x��ؐx��;�0�<�4','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php','/home/sleepingsolutions.co.uk/public_html/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�usy��|2L1\0�','wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�}�\0��x������','�BU|�7�_tPJl%K읤\\�>QK����+k','',0,'?'),('B�r��I�u)���b�','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`|���2��j�?�3','�����ߌ��\"�%=��ќ/��^6Z��Yg','',0,'?'),('B�M��G\r��(��X','wp-content/themes/astra/template-parts/footer/footer-sml-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�A�+��i!���','��ˆ�6-��(M�3��\n�K��G�5�f����','',0,'?'),('B俿�zܗ1zãb:','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���3�˭����7','��H��I�|G��f8��Ӓs\n�C��q�}��','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���󚜆U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('B�wk@����Q<�B','wp-content/themes/sydney/images/customizer/bl3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V������1\"u%','�퓻���֬��	w�ß8�����3��+','',0,'?'),('B��%m�Oj~��� ���','wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�v�һ�K�:����','�2����\"+�Ԥ���+c�h��r%�3�5E','',0,'?'),('B�ȴ�CG+�|l�a','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YWAJ+�W��^��','SN�Ã)�O�t_j���?��\"3��%���E','',0,'?'),('B���ző��L���S:�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�]�Cp�MS�N�,lK','��z�r�K��%�$\nUڋ=3�h��5��ZM','',0,'?'),('CD��E�����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}R�D��jƻ�d�@��','�(t<M���Aˮ�~?$ �Кۘ\\��2��Y�9','',0,'?'),('C���ȏ7�G&���','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�]3RU��6����','Ώ=����+F����SsSst��Z�F�ta','',0,'?'),('C\Z��O�\"���v�!��[','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӑq�hj!$�:��EB�','})�!Hs6s�\'\nجu?�aXK)�1���p�f','',0,'?'),('CJB�*� ��y��o�R','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��3�kD���h��','�X����f�w@f_[�]�m�����~r��a��','',0,'?'),('C\'�RT7nn����','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8G�X�\0�%�I�;�','��g���xW�c��)&:���~��ɢQ�h� ','',0,'?'),('C>���hZ8�N`y�a','wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����~�p�㙲��','�Ev��H:�p�GʦT[�9ӣ�\"�7�w�6','',0,'?'),('C@]������qkw��*','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q&\r����p�r�+\n\'','��ydO�|�q��>^|i,��o6��S�FO58V<','',0,'?'),('CEvZ>I�Aʐ�m`','wp-content/themes/twentytwentytwo/templates/search.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/search.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p�21�����%�','�g.�h�Lٲ􉒄�Ք�\0t�u�@���','',0,'?'),('CI���D\'*Q�P�|?','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`n���h�c�m�','���&�]4�N��L\n�O��4���6�W','',0,'?'),('CJ\r����4M�lŐ','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�ə���&��f2�','�ߥ�E�\"gM�O�E�4��؟W��\'/2�;[!�','',0,'?'),('CK�J��6LAM�kV','wp-includes/blocks/post-date.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�j�H��b/���\Z','�h�9r6���\n_���##LJ)��%g�d�','',0,'?'),('CW�i8�����|l.','wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C=��R��~�xP;',']��:��ԥtY�bV�\r\"y_��rӌ�','',0,'?'),('Cd�Q��}�s�_Z� $','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��e��@�M=&�;��','��:���KТ����A�?����y?�M�|�L2','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�P!|܃�@���tI','_:&��Ќ�0��)P��$L�m��:_d��8��-�','',0,'?'),('C��\\�>7��,jm��K','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?C(��oM�҂.�*�','�F�@�dˏ��A`�{v��Θ0<҈fP�=��','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php','/home/sleepingsolutions.co.uk/public_html/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��5�����A1u��','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/URL.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/URL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+r��Mm7\\�R;n��','��@�S�eO�z	t�Z��ʗ߆]��e_+�y�','',0,'?'),('C�ms\n��X�]��K�T','wp-includes/blocks/search/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~d\r�7Xs/�fn5?��','�U��ˊ����\n\'��ޘ���据���8�','',0,'?'),('C��/�@�l��Y��2}','wp-includes/css/dist/format-library/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<;nDNe�(w��','5n(6eoY�Z��]�.Pq�I�eg6��v?c�sJ','',0,'?'),('C���9=R��j�T��','wp-content/plugins/wordpress-seo/css/dist/edit-page-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��i$؞n��q�e_Sc','!X|y�X�h,�ۧ�S!͠xɟf�^D����','',0,'?'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��rY���Qh��','����N盀�\n��6�uC5�i^ŗ�ȝޑ\'','',0,'?'),('C�9wVH���\"b��V#','wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qVO��%\n��N\nu','zk!N)�E����]��׹�;!���Q��','',0,'?'),('C�����!y�6�㋼','wp-includes/blocks/buttons/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���!r<�����','��ն�,*�͖��>3���x\r6����K�5','',0,'?'),('C�\"�@�7�t�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gh�ƿx�Qzj�,�','Q���rNX��/9�]w[��� \n�T��','',0,'?'),('C��c&�*��pu,�','wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�t�:�����3_�,','Q�\r�2�n�][�8�@�:{�D�u��Ys$Ѻ�','',0,'?'),('C���o[kc\r�S��{i','wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�e)��\\����+�','#�\'<|:0��&\'����q=\"�Xp2�>','',0,'?'),('C�[�W�����5�t[l','wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�q1�3�ZJ�\r�w',':7ɍ������$�oǐ�u\Z&f���j��','',0,'?'),('C�x�w�\\kŀ�s�4','wp-content/plugins/litespeed-cache/src/placeholder.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/placeholder.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ă�2\n�b�@uA[�','ov9������>����o7�J�2aY���%','',0,'?'),('C�����*���p�','wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������6:��Čx�:','\Z`^k�1MO�c�^J}M��J��8��A8�\r�','',0,'?'),('C�r}�dƐ�R|��','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape19.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape19.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*_����ַG��','rM�t�*��F��\ne�u\r)���o�dx|���\\','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php','/home/sleepingsolutions.co.uk/public_html/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','*5�D�O7Z�Y���%�','��x.�.�$ô�(�EϷ�X���	���Q�','',0,'?'),('D\'�%��S�6�>�{','wp-includes/js/dist/customize-widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xq����y;�A]�@�','�V���/������B�ss%��|�^�ew8','',0,'?'),('D���A��y�a�','wp-content/plugins/elementor/core/document-types/page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/document-types/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΂&\\�bi�����B','��T&&���$�B�\Z�u�Zo��X��Z','',0,'?'),('D�9\0�����ޟ(Н','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`^גl�*��-�9=','����������^\r;�%��	�Qp��Ƞ8�^�','',0,'?'),('D	(�,|����b?�L','wp-includes/blocks/query-pagination-numbers/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��*���l�:��\\w','��w9�C�1�\'�$�IN+��3ں�$�s','',0,'?'),('D�I�a��c�ᐸ�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RO���g���W��l','�+A�S�DY����d��ұ�/vLe̕3���','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png','/home/sleepingsolutions.co.uk/public_html/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���¡ޣ���','wp-content/plugins/burger-companion/inc/spintech/images/slider/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/slider/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[j�͗6�H�„�L�','C�����a(id��|M���())���&�','',0,'?'),('D#q{ť���ԇb‚�','wp-includes/css/dist/customize-widgets/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��!�ް�d��9F�','A�5�\"c�R�%!�V..�&M�)A��?�_�','',0,'?'),('D*6c��˖i��;/Gk','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��e�0�7�U~S',',�9t*�X�_˜�8�9�r\"�C�\rrO\\srP','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�)�W/P>����x�g','%F��Q��Tu��GY��D��^�۾','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('D=n�vbP��._��','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php','/home/sleepingsolutions.co.uk/public_html/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','\"IA�+�Z�bQ��o*','������ه!�.6�{��O�l�J�[!�?x���','',0,'?'),('DF�Ǩ�#P\\f7;��:','wp-content/themes/sydney/inc/notices/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"#\Z��am�O��3}','Q\'&=)���c[L�?�\Z�@������B','',0,'?'),('DQ#�u��nU\\ @�<�','wp-includes/blocks/page-list/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1\rJb��ޭ��ֳ','�yxQ{�0�I�Tcf�%���%�+�N�G�','',0,'?'),('DQyj\"m��Je�CE','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^E֮k��\"����� �','�Y\r�:�D�$H�j��͎�g�ׅpt\Z�','',0,'?'),('DU}��<�޴D5�Y','wp-includes/block-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�dg��Dx�!�ixO�','B�-$ڰA��p��o�e;���)=uQrv]��','',0,'?'),('D\\$)A(>�,�[���','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_VersionDetector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_VersionDetector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϝ#ו�ݮE��#\\BX','��L�X��;��i\\m�j5͟�H�&��','',0,'?'),('D]�j��n�YE�-cJ','wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ҷ��,�~��V�~�','eG�[���&�`5Y[5���v�F�>Xj[Z\0��','',0,'?'),('D`aO�\"Y%7��Z�','wp-includes/blocks/comments-pagination/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?[��lѐ���v+>�','����R�x�}��{��v�Fό�#�@��1�sF5�','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss','/home/sleepingsolutions.co.uk/public_html/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����o�\"���a�','wp-includes/blocks/gallery/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0S��U�\'��2dP�ڞ','��c\'��/D.h@���9~��#�7_�0?)�','',0,'?'),('Dx�ȳ)&47ܦң','wp-content/plugins/redirection/fileio/nginx.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�\n��]��s�','*J���+���\'����n�15��]/��','',0,'?'),('D��Z\\�OI	\Z\0���','wp-content/plugins/litespeed-cache/src/task.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/task.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����q�Ż��','6r\0�r�*�D#\Z���x�zw��}�Mb�','',0,'?'),('D��k�����]@�l','wp-content/themes/sydney/inc/customizer/controls/multiple-select/class-control-multiple-select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/multiple-select/class-control-multiple-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h\"w��P��E)x�ٗ',';J��r*�<�2��\'N�ū�6	UFq�q�','',0,'?'),('D���u�\r�‹�ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aի����� Lqw�	�','��r��_�iQ�	�a��R������+����','',0,'?'),('D��`�\0BQ�z-E�','wp-content/plugins/elementor/core/wp-api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/wp-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"����<5N{�6�','Wq�>��~��w�r;|�u*��l��<(]�8�Jm�','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4����=�ҩ���A','���0V�{]֊Aj�˫.%2\ZxM5�z �o� ','',0,'?'),('D��j���%1k�笸','wp-content/plugins/ninja-tables/assets/img/pricing_table_four.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_four.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �c`�<E�Nu\Z8','tO�z����D�r���O8�}�Q�س:`��`�','',0,'?'),('D�-�!>h\"����','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�`��1�J��l��e','�7��) �9���!,�H��g-��ԨnQ6','',0,'?'),('D�\'@�	q��yC8<�U','wp-content/plugins/wordfence/js/jquery.dataTables.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.dataTables.min.1670945819.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,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q����v��ұrd�','�fO�ٯ��ܟh��w�k��0�~\"ZZ\0F\rH','',0,'?'),('D��/�b�i��LA�','wp-content/themes/sydney/inc/customizer/customizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�V������+��','�4��b���jў�:Age;M@f8B���]�','',0,'?'),('D�	WUX�&by#��-�','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƹ����[�b�_�{q','�ߨ)�*��l%�����0�K�-9��Bo�','',0,'?'),('D�<��{��i���','wp-content/plugins/redirection/models/redirect/redirect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���k���bک�w','V�LI��M���r�9�.\Z�Jt��di ��`��','',0,'?'),('D�]&&9��!�Jԥ�','wp-content/plugins/elementor/core/frontend/render-mode-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/frontend/render-mode-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	>e��,갳Y&�\n','Q���Ǝ�F���wF�G��j���ԍx:M�@','',0,'?'),('D�6Zz\n���c.�&�','wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ZB�I�d[���','S��`O?FvL_�;��x��D0)������','',0,'?'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7���N���mkt�','�\"\n8��?��8��Y���gU\"&��x[Apr','',0,'?'),('D�o�^~m�9y��','wp-content/themes/twentytwentytwo/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�f���Z?i�','wu諪lK 3A�	;$u�F�P�G���8R�','',0,'?'),('D���	Q��fN�	4','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JԵ�/��M�z<�w�u','���dh~hĥ���W9&(�(��O\r0^1F)� �~N','',0,'?'),('D�H������N���,�','wp-content/themes/twentytwentytwo/assets/images/divider-black.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8w��	�xm)r','x��+R��lL\Zk5�>v�ư�N�D��','',0,'?'),('D�����ܘuBuYd�','wp-content/themes/sydney/widgets/fp-latest-news.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-latest-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Տ2l�����s','���)~`W�\n[v2�`S�Č���>T�yg���','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�q(��t��ݣ˻','at�Á}(��0�oß%�3���p�u~�ĥ','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��.m�P\\�D�|w,','�:�g�LcX����u׾��ʹ�Z�K�[_y���','',0,'?'),('D�L��u�3��axB?','wp-content/plugins/elementor/includes/controls/groups/background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|AZ�K,�r��-_�k','S!��f�z�4U\Z-\'!:�X#�ˋc�+�Mi','',0,'?'),('D������͝�WS�','wp-content/plugins/updraftplus/languages/updraftplus-ar.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�艠�f��K��Ÿ�d�','���=5�\n& <��Z�+�a��+��P?j�\0C�','',0,'?'),('D�C��� tI#����','wp-content/plugins/elementor/includes/widgets/audio.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�cu9�@#Wճ','�\r7�Ɲ�i�a��%4̭73���Dp��\'��q','',0,'?'),('D��\"�e�nC[�`�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#)�^s�P�$��','�ૠH�K51F�W��t=Ė���E�_�Lr~h','',0,'?'),('D�]��@q�*aI9�U%','wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�?e�#=��5�E!s','�P��@Nz�F�†��d2خ|�8��I�%y�u','',0,'?'),('E���\'�Ϣ}v7J��','wp-content/plugins/burger-companion/inc/storebiz/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('E�!�<�f}t���','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R&(])����','��v�ş�&��*��-J��GB�o�7���','',0,'?'),('E4��D\'BI���_#s','wp-includes/blocks/tag-cloud/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�B�n�E$�\Z�n\\','!���3��A����ou�5wt,,��','',0,'?'),('E\Z�v8�V���M\Z>)','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nw�L�l���G�','��djn�Q`y3�^?\"�rkg]&�eh!�q�','',0,'?'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϕԀ�9y�(�����8�','��x�9hBqP�e��o�1��#�8�c_��~���','',0,'?'),('E%�T;Ь�s�`���>�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0���\"2#E�!q','~I�Q���)��b6�!�6\"�ݺ�?�sّ','',0,'?'),('E\'B�R���t\r|��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�̻D�s�TI�@���','�B��4IT\\j`X�\\����_��ok�	fFq','',0,'?'),('E+���&�\rx�Ѽ�0','wp-content/plugins/really-simple-ssl/settings/src/utils/Icon.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/Icon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\=GV���E9.c�d�','\\~�_�6���e�r�,�n��ݎ��ۛ�h�v��','',0,'?'),('E/�Sf�_��Ga�]','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&[�>�g�	h��Wo','�-,C����*�%N�i� _�\0VY-8SG7','',0,'?'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�%���4m��`','��N8���:�.zw�Ӝ��>\\�%c�8���I','',0,'?'),('E:��6�h-?l�n�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѹ���\0){��pW�r ','�׃�;Z)����\"X���X���⼴��n���','',0,'?'),('EAyT���pu\n�#���','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1670945819.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,'?'),('EJ�TW����D�)����','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JT͢�$�#\'56�0L\Z','x�W~��Z�an[܌+����H�[�ID��v�<�','',0,'?'),('EN��#C���Ĵ.3','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�y�q�FWT�\rҮ�','Ē�����ܠ�5�T.�:��{�\Zk[�Ze~','',0,'?'),('ERe��w9��x�','wp-content/plugins/wp-cerber/assets/flags/gh.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$}\n*w�P��FȖ`��','W�6�v��Lb���ܬ9Gg��qe�F�4�iʥ4','',0,'?'),('Eh�������@aq��','wp-includes/session.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Enϭ�{��G��3�\0�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nD7�ab�Fp�v\"-L','8��	nMD����4 \09>\r�ڻ��AY{��]','',0,'?'),('EuG|>/����u\Z�','wp-content/plugins/wordpress-seo/lib/abstract-main.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�~�\'���D�:#�','����fN쿹����|�BW�Q�����_��','',0,'?'),('EwL�.�S{T%���','wp-content/plugins/burger-companion/inc/cozibee/images/funfact/dotted_image.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/images/funfact/dotted_image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�5��̭f��J�rL','�ό��prnܠn‡�20��c��mDk�\r�A�g','',0,'?'),('E��!����VdՀ�],|','wp-content/plugins/wp-cerber/assets/flags/ee.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2.jt&�{����f	T','��\n����զ��)8�qp�P�3o�o��\r','',0,'?'),('E�S��o�aqʾ��','wp-content/themes/astra/toolset-config.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/toolset-config.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�����&@A\r{�x.C','�O� ��\Zg(�,��>�g6f�Z{��\'MT�uH','',0,'?'),('E�b�����O5�k#��','wp-content/plugins/redirection/locale/json/redirection-nl_NL.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��\0$SR�F3�','�����|׿h�ΐ����A�f߱�^�vFE�','',0,'?'),('E�	T4�U6�z�@�h','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����F�y�}�4��','yV|%�I\'�y8�0�M�%>�m�NN��NY�t�\\','',0,'?'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php','/home/sleepingsolutions.co.uk/public_html/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�	��b��;(?~�w�','wp-content/plugins/elementor/includes/maintenance.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/maintenance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4kh�;r,�9','D*�m\'�̀YA��E\\j�t�Eg��ct��p\n','',0,'?'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�ܰ~!y�\\��na','.�#�qe},������-(���{�N��h%��','',0,'?'),('E���s=�]�����=a','wp-includes/blocks/post-template/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=I�.0S ��[eץΊ','\"����CN2�󕹖,�0�N�p�+)4�&�O�','',0,'?'),('E�$����K��cm','wp-content/plugins/wp-cerber/languages/wp-cerber.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0v���C�\Z�u~$�','Ŋ<��x�),�f��JV>��}u#�\n���\0cG','',0,'?'),('E�n�j��d�����1','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�vil�27��k.�','\0{�v��4�+9��o&1 G3<����*Ca','',0,'?'),('E�V��,�%��,SM=','wp-admin/ms-edit.php','/home/sleepingsolutions.co.uk/public_html/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���k�tE�[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-litespeed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-litespeed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�J�1��\\','\Z���mY��#ٛ�s���n��zS�c�J��','',0,'?'),('Eɡ	Tų�A����','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�q�T9S�c �̵��','��k�#���=\n��\0H;���EG��i\r�C�','',0,'?'),('E��w��BdRy,�6','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�NuHG���7���','�_��^*���Z���V�!��@��c�M;','',0,'?'),('E�B3A���-\r�&!�T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php','/home/sleepingsolutions.co.uk/public_html/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��Eaa.�dx��lW�','wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�4�	�:������D','���[]�Z�����s��#�]d|�u','',0,'?'),('E�Dc�9�>��	��v','wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\'q������g_J�','�CAM�k��o�x��apcKX��+�L�\r�H�','',0,'?'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�яW	h�r�|5	�','��<��G��)5��0Q7<}Jv�\"��[����','',0,'?'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��������6���','���� iu��6#I�B3�f�A�\\\n<W�PAA�','',0,'?'),('F\r��7#Η#��MC�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sI�_\Z��|�����8','t�q��p8�ng	.�ű[��)\ZO�2����9�','',0,'?'),('F+�r�D}6X��#}�C','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���?7��D�+�UQ','\ZNո%{�K��\0���JN0lzԈ�I�r�\Z=ߺ','',0,'?'),('F,��6���<mIq\n�N','wp-content/plugins/elementor/modules/wp-cli/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�C�Z+/��,��','c��o�C��ɨd�t�Rni����k���\r��','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('F1���	��ٛ�)H�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CڥK*Z��|4t�','ŃbF_�a�sxq`�8�D�����!},��-','',0,'?'),('F6�g{�Y�� ��R�','wp-content/plugins/updraftplus/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��ˋ��R0w�M�Q�1','�_%~Wn��-I\n>���B��;�_|8ԤԂ�Q','',0,'?'),('FC�Ї\'\nO��݊�\"�','wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���&�{���͈','����R �r�\n?�\\ɈC�IwL�ؽy�s��p','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4P��\r�i�B�Be�','��q���Ѱ��ɧӿlpK�9 �^��/t��4,','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('FP��W�4V��6l','wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B+M�ը3�vgE�N0','5��/�������2o�u8���j��.�����R','',0,'?'),('FR�;�G(����?H','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����ů)������','�\'�v�ᦸ� =���\'X�k��<6YS�t�','',0,'?'),('FTW`ݞ��\r��_>k�','wp-content/themes/sydney/images/customizer/sidebar-top.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-top.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7��`r��2J��x','�C\Z��ř�\0�*	����i�W�����*��','',0,'?'),('FVJ�%T�yً�e�','wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��[.FpR��b','�ִkT��zgJ��g�B�je)�L�3','',0,'?'),('F]���E_m�0rT\Z','wp-content/themes/sydney/images/customizer/sg2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sg2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ze2%:��@�G}	','�\'*��d����6�OM���쪪��e\Z>4�C5','',0,'?'),('F`M߸c�N�!����','wp-includes/blocks/image/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\rjR.�D�5|b+�R','A P�e��-�z���}@�.����u�\Z]u	Ծ','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ҫ����\"y�','X�Ϫ]y�?��9_�S�c�<QV���\\9.��','',0,'?'),('Fu�й�����s�`�!','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�{��_d��]أ�	To','�\'��%�G2G��0�ql��O��Lm�`����0G5\'','',0,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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���j\'E�{{7��\'�','wp-content/themes/sydney/inc/schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0���f�C���ga��','�ۇ��4;�f)�t�F������Vq�H�΍','',0,'?'),('F���pR�S��30E��','wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��ͯ=\0��','��iIL�A`ú� ���.�ie_N1�V�Lj\n��','',0,'?'),('F�qa���)��+�ܷd�','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�W��1�M\r16N�1�','e�����ތ�BƶS�K��F�:}rĖO','',0,'?'),('F�\\v�Զ�ObЌ�^{','wp-content/plugins/elementor/assets/js/common.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�n��OƊM��~','����I�E�-[ƴ�Hw\\���g,�7QP@Ws','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',0,'?'),('F�g$\n�aU�)��','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape20.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape20.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eMP��@pL�\n	���','�Lm	�p��0޴�k��Y0z�s�J�|�','',0,'?'),('F�V��nhL3�<o<','wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��0m\r�H�����g(�','�N��� �e]Is�G�ic]�c��QR��Ay\ZB','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','/home/sleepingsolutions.co.uk/public_html/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���C˄�4�~.�','wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	e��o\n4�#��~}W','\0�\"p����Gy�Np~�*�� 7n�\'�؍','',0,'?'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӿ6 <?�rk���','�����{z�|��F�I���챜�D�W�S�','',0,'?'),('F�\\\"�L����,4ꫥ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�y���[ޙm�M^','��g��=H�ӗ���ւ�H��w/~����p--','',0,'?'),('F�x�b�\\WZT!qY','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q75��l	W7F�`��','��I9��yCI�3*>#�>b�f�Шoq,0','',0,'?'),('F�x�\Z4I�hGbC@��a','wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�]�%��9eY)ژh','P�\r�_r��hBgXGH�����K<N�X�:��','',0,'?'),('F�.!���{X��yL�','wp-content/plugins/litespeed-cache/src/rest.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/rest.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��\\��g����3�','{1����wY-7V3u�\"�� ,US`)UnRfC','',0,'?'),('F�p�J�,��`ndXV','wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�b1V����In','-�O)���Ap㸭e�꨸��\"�M�&�\nzd]�','',0,'?'),('F�j�8\n9���7T�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҙ�[e��9\rT�����','�+*�[J}������S�h�oJ=[�<ٔ�AL','',0,'?'),('F�; !~l����^m�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�^\Z�����b&','�c\n��d�[b�:O���;F�;�@���Sq�B','',0,'?'),('F�w�lQ@�)�h[=','wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쪱4�&\'yOBc���7','~uE�/�T��a�0s��X(���Ξ��OV�}','',0,'?'),('F���?�C;$��H\r\r','wp-admin/css/color-picker.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<����^�\r��q!\Z','�=Li7�	t�I}�|��9���oh��`o���=CD','',0,'?'),('F�.�c����\n��$`�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�h��y�O\\�P˶�\0F','k�v�\'��<��\Z�k�.�.�>	q��v��}EO�','',0,'?'),('F�V����Od%�|u�','wp-content/plugins/wordfence/images/wordfence-logo.svg','/home/sleepingsolutions.co.uk/public_html/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�I2Bx�f!\'��','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k瑿re����UB�]�','��yI�pQ��)�<5�O��o��-9��jWSz[,','',0,'?'),('G^�xf1Q0�YkYM','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M^��Ͳ=n=Yzy�','�0B=��M^�4d�N\0`)�*�D���i�����','',0,'?'),('G Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dVND1�C����.','�?�\\v���ҧ�x�P�Ep����6��!IP','',0,'?'),('G �������u�:��','wp-content/plugins/elementor/core/dynamic-tags/tag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�/��ak󗠟B��','<���3v5���?D���Wֱ V�3+<&8�','',0,'?'),('G!g]Ȯ��	A���\"4','wp-content/plugins/wp-cerber/assets/flags/mn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �f�����jM����A','&�(V�����$p��U��H\0@2Ou\ZW�z��2�/','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��O	�Oo�1��c','�<;�v��+E�6^>�hVby��v�;u�-','',0,'?'),('G:Z��]Y!tI����\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('GK������\n�-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	����B�P�K�S�0','8����n�h�T�^���}=�\'�EJP�9��|�','',0,'?'),('GNП>e-1�vk.de','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�I�z��.F�V:�%�','���!G�儱\0:�J�AQnZe�g�op�|G','',0,'?'),('GQ��{)?R�`���)�','wp-includes/blocks/post-comments-form/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2����G�\"���','-�0\'J�M”�ü�� z��	�byp��կ','',0,'?'),('GVP��ѝ[���h\\�','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','���	q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('Gf8�4�錂�xf$	J','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lx;��\n)�\"5H�*','ç>S�mOz�)�Ľ�.ձ4��i?f�R�t��J','',0,'?'),('Gi9��$�Lвu��U߬','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6>}�\r+�D>��y','M��.��k�~�_+>`=�HϮ�2^x�E�o�','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Gu�������ʭ�','wp-includes/class-wp-meta-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�`?���1�Fl','n�ص|�6GS�z\ZUS�c�hJ�톂I��u�S','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6,1�ž�','!n�>�v�ڄ�w֦�7C�y5�=��k��s','',0,'?'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���ZA��2Ϡ�,','+�bt�=U(��.�_��l�b����_P�$��W�}�','',0,'?'),('G�9q���=ʥ[3?a�','wp-admin/images/bubble_bg-2x.gif','/home/sleepingsolutions.co.uk/public_html/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��([]�ݪC�/%��','wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�W�#!�� Kr`[','ks��\n�,�n��tҼ\r���7H&�l��','',0,'?'),('G�=��u\n��ˮ�\0V}','wp-includes/blocks/avatar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���^@�0%\r�M�ڙ','��ѳr��!�}0[,+_�yi�(d��7S��#\\','',0,'?'),('G�!p)�?��f.]T��','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^3͗y�<��=�n���','M�?ŕ�F�IH�*�N��mg!xm�pb�E','',0,'?'),('G�b,��$g`�HDq�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-refs-6g.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-refs-6g.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K#��59�bw���','{���*��Mf���g\Z��נ��HV8���','',0,'?'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u%�^К`�3]@E?','�R��Қ*�ގ��I�T�\\�o�|���!�L%','',0,'?'),('G����-�F��L�I�&','wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�] b���If�jLo','Q,���m,���mUY�L�����q�\'�9sȤ�','',0,'?'),('G�Q�Κͣ`A�\'��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�⩩�m�Py�S���','%b�<�24!�cI���g�c�(�;cD9���','',0,'?'),('G�BM��k�eY�m�]','wp-content/plugins/wp-cerber/assets/flags/dj.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��2�	��\n8C�','`��$⚌4‰��K;XΦ��%�!�fD�w','',0,'?'),('G���9�\0&��&�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i���#҃{�9N溵','^��#bd�ޞ�W�@���قv\0a�r��v}��:','',0,'?'),('G��;�\0ݢ*�g��\\��','wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�gzHkҖ�H\\ƻ','g�\"��͹��h���N����q��R�@�9�.','',0,'?'),('G��������\r�f�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp-optimize.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp-optimize.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��N��>W ��K~','P��8c1���m@���?�w(�k��[R��','',0,'?'),('G��4o�c��%�k�','wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�Vn����Z','�M�����t�%�ֹ�,m�=V�NE\'�','',0,'?'),('G�\"�x����>��ɞ3','wp-content/themes/astra/assets/css/minified/main.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/main.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	����;�S��TN~','�:4��f�@[�;��@�Ӧ�9�ʿ�R;�+�','',0,'?'),('G�`:�&w�|u.�2�','wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�	t�y��8�b��`�','��٣�!d�ϻ�Xd�EF\\ĕz��Y�X(?�','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G�]�4��NH��','���[k��E��@�������y4d*@9|3)','',0,'?'),('G�*r-4��3\0mBݗ�','wp-content/plugins/burger-companion/inc/spintech/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tA���hà}����n','Ԭ��\'��k�g=DQ�HD�˫BN�\0�����','',0,'?'),('G�_�6Bi\nO��|<�qB','wp-content/themes/sydney/inc/customizer/options/woocommerce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X^��}!4dE��er','Ot�#����4jX`c�^�B�J5&��2��uOV�','',0,'?'),('GՏ2��%�슋�|u','wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5kF?�_^�ޏ��(','@熠䒛ː��)����WF�~pV����R#\\','',0,'?'),('G�5��ܺH�HB�\Z�','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1670945819.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,'?'),('G���p�����F:','wp-content/plugins/updraftplus/images/addons-images/fixtime.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/fixtime.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?P^�б �8nQL�m�','��|@�ЌC-�D��?^� 1�����[?O<','',0,'?'),('G�?�yİ���~r&','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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�0Y��V�r޼*��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;&γ�e!xh>��','\ri\Z]�\"�zeb�w�<�����<\Z�ZA','',0,'?'),('H\"���Yf�?�Zb','wp-content/plugins/wp-cerber/assets/flags/yt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/yt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[?k6_Όvv��Һ','�-�ˆ�_�iX���Ά<���R$�P)��d��','',0,'?'),('HW�\njO{0,ݢ��','wp-content/plugins/redirection/locale/redirection-es_VE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&���;x$Ӕ���1�e','���r~\'��\n�4�gX�����	�YC=���','',0,'?'),('H*B���*�Cw{��\r�','wp-content/themes/sydney/images/customizer/hl1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$N�;{��ϭ����','�S\\�О�;7�A��<� e��<�V�H���\n','',0,'?'),('H�\0 �� N�HB]I','wp-content/themes/twentytwentyone/template-parts/content/content-none.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�8�{N����W�L','�>��Q�#*������^�_(VY&I�@‰H�҇[�','',0,'?'),('HF]w?���yv�y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L����o����_YҼ','?Uؚ�7I��9�޶�\'T�T���Ŏ�#ƚ','',0,'?'),('H%���^aJ��ſ|4','wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�;����=!�(�?�','�u��<�<7�I���\\��ԕ$�*�u','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^�oA��hܦ3�\Z','�d�>����	�i�H����b$�&�n���6�p\Z','',0,'?'),('H��ր�8���H��','wp-content/plugins/burger-companion/inc/setto/default-pages/default-post.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-pages/default-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� 0h��$���.F','�8�]�΀:H�J��\Zb6{��\\X�����s','',0,'?'),('H\ZIj\"�\r\"�+[�A��','wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nV؜��sp�/���w','9�xK&e�\0J!��>]v�oZ?[y͗b��|\0��','',0,'?'),('Hا�-��q�\0m2�','wp-content/plugins/wp-cerber/assets/flags/al.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/al.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$~VGU�qP�/�0�','K�L��,�pY[���p�Hm��l�km�,/�','',0,'?'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӆ�\0NT��5~�]','P�l��f�� �z�HCqD�N>t�\r0�xF��','',0,'?'),('H/��,P7f@$��;)F','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�\r��n:�������','�g��f�#ԧ���DR��	2�k\Z�~w)����','',0,'?'),('H1��d�ܛP6<��Y','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uH�/��K\Z��3M�','Qv��*��ԉD�14��K���q��f�t`�{}�','',0,'?'),('H=�3P;�T���~�','wp-includes/blocks/separator/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q����H�:d�)','�n�dm�e��Z�8�	���Y���#�P���','',0,'?'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�6쑱����C��','�\"vf:\0���`�J�����^�|cA�������','',0,'?'),('HB�o�V\\�gW���}E','wp-content/plugins/burger-companion/inc/setto/features/setto-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�?pX6�\Zz�����','U:8�l�\r=Ɵ(�\\fe�+�Hɼ\nW㵃�1��','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JD�h���?\'�\n���!','g�����*=��>\"�)�\n���ou��f��v�3','',0,'?'),('HI~8�2�C�t�\"��2','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̲d\"��zg��d�.n�','���!ǣ&�����=;�:���Z����!��','',0,'?'),('HL�[�k%̸�qp����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�\nfvQ�_x%��c�','gd�V��W8H8-\0E���<#�{�[?x\n���','',0,'?'),('HP�z���ruԳx��q','wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��`�k*}�Ė�M��','��^_^a���!-]x��R\'�ᰑ��2���','',0,'?'),('HZ��%O�JG�.�U��','wp-content/plugins/updraftplus/central/factory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�x�GQrCl���M��','�}�SK�Rȵ�pw��E��0;�KY�f٢','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('HczQz�kL9��^�','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����H�+��*g','�:�c��C�۩�d��4(���#.��X�FBQ�','',0,'?'),('Hmϡ\n��\0M�}0\"ؒ�','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Ho���L��:�Y��','wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zq�\"(3�ܫs�El7','2�����ل3~)&�N��d*��γiL����','',0,'?'),('Hps��pJ�$n��#d','wp-content/plugins/wp-cerber/assets/flags/am.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/am.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}56h԰��O�.��+','�i���R��ǜ=�b�1B�L��_�3��n','',0,'?'),('Hp�G\'���߈�\Z���','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/TaskElement.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/TaskElement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƞ:�;��x�ͦL','o��*,��٫\Z��m<1��g\'�I��w8ۡ','',0,'?'),('Ht}�a֑�i�\\[�h','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�`)��i�!�','HHw[�z��#����:b9�q�%[�&z��\r!','',0,'?'),('H|\0`B����*�Q��','wp-includes/blocks/post-navigation-link/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�R�f��E�[','�qJ�4��^s���4|�g�*5�5̍/','',0,'?'),('H|�����\'�Y�f�','wp-includes/blocks/post-comments-form/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮛��9\n.ha��=8�','����b���?C�=P��\n�E�H�g�pE','',0,'?'),('H���.5 ��m�[�\\\"','wp-content/plugins/wp-cerber/assets/flags/cc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T@e��o�e�2D�','���H�L�Ɖ�n1��)�W��;�/_nOh �','',0,'?'),('H�d�q�L�$Lߛ�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]%��Ϻf���','���OՃb7�xOӼ��I��i��=ش�F�v��','',0,'?'),('H��͇>\n{����\0{','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�|;b���ETd1','�&��Jũ)�_9������6�Ѳ�lA�[{/�','',0,'?'),('H�9W��=Í��DJ䱄','wp-content/plugins/wp-cerber/assets/flags/zw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/zw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�J\nS��4i9�\Z','u%r&XsĵIU�K3��F\"T���	���{','',0,'?'),('H�r�>\'=�y���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kN�c*��&��b�ԏ9F','S#I���\Z�1�������MX���_f�^','',0,'?'),('H�7 \Z�k��ۀ���B','wp-content/themes/sydney/images/customizer/pcat1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yr\n��)��ȓ�','�ʉ��M1�\n�G��gE�d�X(3i6��','',0,'?'),('H�M�μ�\n���','wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dіJq4�<���d��','�scWcc�$(O���Q�:�soc�c��','',0,'?'),('H���������	)�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xfr�h񙬒$���s','j뫑��\'��j�E��Y�=�݂ưjd �','',0,'?'),('H��1#p��B�X<؝�p','wp-content/plugins/litespeed-cache/src/crawler.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/crawler.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��{�*�{�Ć�\0�A�','c!�O�ExrNH��Ї��}�j�\\+��T˘4�Q�','',0,'?'),('H��c8�4�rU�rr�','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�R6/d�m�Itؑ','���b���_�a��0׾M��_I�x�','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php','/home/sleepingsolutions.co.uk/public_html/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����8��8�(�','wp-content/themes/astra/inc/dynamic-css/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���‘*6q(�!�{�','9&�w�फ़^��\\��<sh��C���}4��n','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6;u|Y�\ZFX�$	��v','xZ%��؂_fKQ=]�^��ջ	Z��b���','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php','/home/sleepingsolutions.co.uk/public_html/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','���dx��Ožu:��0','<H–G���#甂Ǧ������O���8,�!k','',0,'?'),('H�t*�c�QɅ��+Z�','wp-content/themes/astra/template-parts/single/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/single/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('H�\r���s+���(:','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��D;RK:��#\Z','����ܛ�;�O��T�<�d�9�xB�@��?','',0,'?'),('H�G�a8���\0`���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iD~�GC���ȶ','�C�࿛�KfY �ט�#M*�FK_g\Z�@�	','',0,'?'),('H�r~���W����;|�','wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}N(���D��?��س','j�K�Z�K�3\Ze/L�4}wN��dz�}�','',0,'?'),('H�r:��\0��6�^v�','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W�4u�VE��/�','3�IJR�aۼ�>@�\'��r��-�`�h3����t','',0,'?'),('Ie�Ù�����QeF\n','wp-content/plugins/wordpress-seo/js/dist/network-admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/network-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�52?\"\0����','5��\nF�$9�;��:GO�k״�����g','',0,'?'),('I\r8p:́	ޞ}`�\Z�','wp-includes/blocks/query-pagination/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c&��G�Qu�p','���3��?�/,([+\n��R��*2�/�$��}','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php','/home/sleepingsolutions.co.uk/public_html/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','�7e�0eA|��E�֓','ė�!���`i��Aha��ؤRe|D�?���','',0,'?'),('I$)�ӄ.�i�\rߖ\0�A','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�:�{yiQ(b*���','��\n���4�6�ͳ���B�wc���I��6A#�','',0,'?'),('I/�:#y��\'�\0��Z','wp-content/plugins/burger-companion/inc/setto/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6������V\r','�^�������_C��q�n�>��5��}���','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�#kjX�b�/�0�E','����u.�)G�F��9?4� �*2�>G\'l','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�����Z)�*j�D','�z7���cb{�9\ZJ�0ӣ�7�}�\"ϽR�[\n[�','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key','/home/sleepingsolutions.co.uk/public_html/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,'?'),('I@�<T�x)�7�\Z���','wp-content/plugins/elementor/includes/controls/base-multiple.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�fddU��}E','4y��w����F���|��;1���dA�G+.','',0,'?'),('IC��IU�K���Ȏ�K','wp-content/plugins/ninja-tables/assets/js/ninja-table-builder-public.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-table-builder-public.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�\r\"���U&�2��','�p��x�Q�M�\r3K+�4����F�P3D\r�','',0,'?'),('I^@[��6��}Q½','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z\r-��A��f$','s�׌���n�\'��2����[�����ú�','',0,'?'),('Ie,Wq��Y�PY�h\0','wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=ک~\r�8��)��','p�$�n7�\'2�A\"��?�{7�mC��3l�','',0,'?'),('Ii;���Oי��G','wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�������o�h�','{\"5á��w�;5/����=�����P�t܃�S','',0,'?'),('Im�6�\0����c�s','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A����n�Ũ��F4Js','���)��4_�4w��!�7�(A#w�PCRٺ','',0,'?'),('In�`��?�@\n�a���','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��j(Tl9����\'5','e�tg�[��1�:1x��l�*)=(.��{','',0,'?'),('Ivu�v#s{yQ��','wp-content/themes/astra/assets/js/minified/extend-customizer.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/extend-customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��\"#����U�','Y&��Sx�\"\"<)a�\'�8�@!ʷ��{��u�','',0,'?'),('I}��9�L�g����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�!t�m\'9�>�U','�eJ-|xI��-p����r`��~�Țnk��','',0,'?'),('I�N)��p��:��<��','wp-includes/js/dist/development/react-refresh-runtime.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:��6*\r��)�','O��GK�0(�\0X�/\nˏ��7�_���\r&0��F�','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php','/home/sleepingsolutions.co.uk/public_html/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��=�\'�z\n���L�','wp-content/themes/astra/inc/assets/images/lightning-speed.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/images/lightning-speed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]J\n%�\Z54�(��','����g$��Q��U3g$��c��R`	�|�','',0,'?'),('I���;&�sytC�S�','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�#��o/�\Z��ߊ�d','/��.|j�&��Wǂ��U;e������0J�','',0,'?'),('I�{�Ȼ��(t�','wp-content/themes/sydney/woocommerce/add-to-wishlist-remove.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-remove.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\nS]�n�\Z�z^�','\rf�~�Ѽ���Ȅ�<���hȶ\"��gV�/','',0,'?'),('I�e��Lk�F�^4A[','wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,��;�&���','B��1WfNy��*�\"]���5ٖMn���','',0,'?'),('Iƒ�&{��;�-H��','wp-includes/blocks/site-logo/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��bF�I�l�1�X��','���K�.ň,��y/���a\ny����e8�','',0,'?'),('I�Ԭ�l��v0O','wp-includes/js/dist/core-data.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wH�S}S\r�<��\n���','x�-��1;H�2c�K}^PΗ�y�_$	f��N','',0,'?'),('I��UǨf<a3t1f�','wp-content/plugins/burger-companion/inc/spintech/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�Cު��ƞ���','9�@\n�o�0X^�῎��i���\'�K���M','',0,'?'),('I�\nc4�f��p�','wp-content/plugins/ninja-tables/public/views/table_builder_html.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/table_builder_html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<^@��w\'�m�]�s','\r��B��)���MUj`�z�ί��{�\'th�te�','',0,'?'),('I�?$�ռe�G�f��','wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kJݾ��H��I/�RN`�','��G�%ngM�L%I�E�ܼf�&���^���Z���','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I��8߽�T�\Z����0�','wp-includes/blocks/list/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�.{�:�6`�,t�ee','[��x��8AL���lz8m9(�\r�\r\0,}�N','',0,'?'),('Iވ���־M�Cp_i;','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FKN���Q��\nӐ{�','���w�Q�l�ˁ�O$��z(���_���<n','',0,'?'),('I���EYW8���b','wp-content/plugins/burger-companion/inc/coziplus/images/team/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L������','F*�,�9J\n}0Q��)�{�c\r�/x�M6�*�D','',0,'?'),('I��p�m�dW��J�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��J��޴��P','��1��	���@w��7�~�H���E\ZM|','',0,'?'),('I�m=!�.������','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?<���E��Qr�','�7�xm�I�P����zay�ҁzr���s���@','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O&�\r�V��Ȃ7uW\"','��0w����^��m���ŸgC�B|G�9.��','',0,'?'),('I�2��S��B)�9�~�','wp-content/plugins/elementor/includes/base/widget-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/widget-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��k]���1ޭ��q�','h�/c��%�b�H+�|�*�\nwQ�Dggn�|','',0,'?'),('I�sR����\r����','wp-content/plugins/burger-companion/inc/decorme/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f8�.\'-��bk','!�%R%e��=n	��#9p>���﮼{R��ia','',0,'?'),('I�ű�Y�m���','wp-content/plugins/updraftplus/images/addons-images/incremental.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/incremental.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�گĊn��NLt','v��\\�z\"��|gz����\0դw�+$<P��','',0,'?'),('I��qt�5�Gm�Ƨ','wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','UeZE�Kx?��r L�','����d$���)o�^��`?� ]�%nIb�','',0,'?'),('J�f/vc����G0\"�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zR�f��O���V�x�','���-��B��lIE\\���bM�+�p*��ww�l','',0,'?'),('J�%.��~�—q�l�','wp-includes/class-wp-text-diff-renderer-table.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����,xC��)��5-','��6��`(��͓�es�S�i#��Q�k�1��n�','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png','/home/sleepingsolutions.co.uk/public_html/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�j��+�ֲ����','wp-content/plugins/burger-companion/inc/owlpress/images/slider/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/slider/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ձ����s�Pr\'i','\r�����Ie��N9q�s��lz+�/�\0c9��','',0,'?'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','曹1f�q#a�S ��Q�','�!wכ���w�Qs��EN�����r�ㆾXki','',0,'?'),('J?��<���B�<kI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�r(Z�2�jv��ۿ','�V�u�t�V�_�T�|�#�=��Ya�o�_�\0�1&','',0,'?'),('JyQl��D�!�HV�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'>��>��Q��=P�,','}�E�#�x?�ރ�&m\r�=@�m�#�7V\\1sw','',0,'?'),('Jw��6�ԑ�`�e','wp-content/themes/twentytwentythree/patterns/post-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/post-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��q\0���v���','MBt=T&��p�8�~&Hp�hS�X.�t�l��VS','',0,'?'),('J.��Ǝ=U˹!\\X','wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ϴ�h�Utو��','��N2���t��T@�᭼�o���E�Xe]�&��h','',0,'?'),('J.��d��̋w�a��','wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���{�6j��U�','�S[I���g��ZxN�E�[�-���4ϗ�݁��g','',0,'?'),('J0N����q\'�t�o#','wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<X�Z��P�e:�4','n��-�.�#��H�Ыb��V1#��ǩƎ ��L','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g:�OZ��O`\r<�','M>�a�ShK�Q�����I���95��eq�QK�','',0,'?'),('J:PH�����[�ޏ�','wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��VQA��PZg�>�','\rR/p�8Mw\Z���o~�:��̶��j\\f�d','',0,'?'),('J?�[�IS����{�6G','wp-content/plugins/wp-cerber/assets/flags/bb.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f�,t?�Ӭe�v','�5W�̪1�s�ϺP/C2D���~�(4\0Cf;�9','',0,'?'),('J@�A��k�铊�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�w\\-j��y��','�4������.-sU�O&��ԑ2|z�kE��۫','',0,'?'),('JJ�J��{F�T��ܵ�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/easy-updates-manager-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/easy-updates-manager-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c���j��[j���','A�g����u⊮�`��f����D��&�A�r�s','',0,'?'),('JR�c�T�5$h�M','wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��!j[1j\'$���','\Z-�d���`��7�b��W%}��9�v*�','',0,'?'),('J\\����P��S���','wp-content/plugins/wp-cerber/assets/flags/gw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��szŴjA��Ȍ','k�Nz���Hι\0����E1*�|&���8�t�','',0,'?'),('J_���|�+�bll�','wp-content/themes/astra/inc/core/class-astra-admin-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-admin-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�/�}�b�	e���[h','�=�GH��*�BׇA�c0��>�VpZ����ki�','',0,'?'),('Jj�\0pmw�㚉b(','wp-includes/blocks/code/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�	m�����E�J��','�w(�$���썎�B.���}�e�-���','',0,'?'),('Jlt��a���DȺM��','wp-content/plugins/elementor/app/app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���me��AN��an','��׭JS?o*�&1>�|�\'w� d�#���j�8','',0,'?'),('Jl���1������','wp-content/plugins/wordfence/models/.htaccess','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Jw�ޏ����.?���','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�t�}��V��f�\\q','���]�9@��\Z+�y����U����V� �I','',0,'?'),('Jx���̾����+�h','wp-content/plugins/elementor/modules/notes/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/notes/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wQI6M�ZrG��)˩g','����\\&@��1�~۠���[��\'���','',0,'?'),('Jz��_�7�$,�n�\Z!','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/the-events-calendar-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/the-events-calendar-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$S%�|�Xod3�ժ','�t��6d�_S,�]��+>�S��Pg���','',0,'?'),('J{$� 7J*��=��<��','wp-content/plugins/really-simple-ssl/assets/css/admin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� t���rl�\Z','�: �\\J�`����;���0sC(\'��QF�D�E','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�J�}�ZOc�h��',':�3&̓Q�M\n��!�1P� ���ee�','',0,'?'),('J���~%gr}a˯𖙒','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/D��ӒQ����hkT�','Ϗ�.,x�y�\r�zos�p�C�\"(a����\r�','',0,'?'),('J�.�FG��Z�7cؕ','wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\')zW#��C�K!','졪\"z>/��W˪��ص -��rڵvM�o�!','',0,'?'),('J�l�[2Ƈ�&7#���','wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�e���;�z❝o','��%H(�K%��?���G�0[E�����','',0,'?'),('J��t\r��H靱�]u','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraftplus_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraftplus_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�\naqY��p	�F','K&I��O�k4.�;ZC�C�+y�OEd�P�r�','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����y-uP�5�M9н','k����w�6XN\r�����0�c����Ֆ�','',0,'?'),('J����������x�','wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|�C�/��10�Nɇ','�ٖ$\'чt�M���e�rE\'	5/�0ۺd�%','',0,'?'),('J�TL��&l\'����','wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\n\n_�\n��r�#O','����\"/m��L2�o�!+��_��.��T�u=x``','',0,'?'),('J���;<��C{߫��N�','wp-includes/blocks/spacer/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','л�B�����>e���X','-ӡ�n�ڲ�y�qqx-j���!p�B٠)XT4VN[','',0,'?'),('J��&(G%¤�����Z','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FL���e>S�M��','ZQ\r���M2V��ö�S�%�Dd7ޖ^\rȿ��[','',0,'?'),('J�E�E���>�2v��K','wp-content/plugins/wordpress-seo/lib/model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���G�y��º��q','v���S_#�LS_ ��GO��62j�\\���','',0,'?'),('JĽ��5�F��d�(','wp-content/themes/sydney/vendor/kirki-framework/control-base/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��Du��M�GDV8*','��8�\0n\Z�ɑ�Nu�Y\\��囤L��?Is�','',0,'?'),('J����*���Ӑk','wp-content/plugins/really-simple-ssl/settings/src/Settings/Password.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Password.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\"�f��>�=��','8�;���I��o\"� r�̕x��@�\Z�,5','',0,'?'),('J�<m���&����kB','wp-content/themes/sydney/inc/integrations/lifter/class-sydney-lifterlms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/class-sydney-lifterlms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hB�Y�(*���W�v]!','fY�|�渚�ZD|�wS��f��=m��`','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png','/home/sleepingsolutions.co.uk/public_html/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�u�a�m�i\"d���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ץ/%#���kvF�_(','��d����B3nq��Do����}Ϧ�u	?�6�','',0,'?'),('J�8�c�iN���<�\'	','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/truck-delivery.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/truck-delivery.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�y,5{�@����T�J','��\ZO]��As�\'�����g�IA�o����','',0,'?'),('J򾁬��Oh��sDؾ','wp-includes/js/zxcvbn.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|	���#PV	/{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('J�#�t���W}�$��','wp-content/plugins/elementor/includes/controls/exit-animation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z /)!23��M�ч%4�','���N�z��oc�D��{���	�)(X;�g��','',0,'?'),('J��ġBT�͍p�v,{','wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��3�~����t','ẏ�Ʒ\0h��7@��2��b[��=��f�','',0,'?'),('J�0Q�m�	lL�n�7N','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-setup-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-setup-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̳�F\r��u�TEK�','Hy��M��5Ph8�K�ܻ\"b�;�o���X*U�8','',0,'?'),('K�6,�zE����W̨','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageFormatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tT�r��ϸƨ�R\\','e�pz*���\0���z�g��}����X','',0,'?'),('K���ߺ�b�','wp-content/plugins/wordfence/lib/compat.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('KP��J���^��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�}�4)n{Qn�1','��y�4�4Ai���Ci<�Μgۮ�g��m�__','',0,'?'),('K��t���b0�\\�','wp-content/plugins/burger-companion/inc/burger-comapnion-activator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burger-comapnion-activator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!��htlg���L�','�y?OpaU������)���Cc0�[��','',0,'?'),('KM8jU\0�v�p]K�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��R(uRΌy<�+�','��\"9.h!�f�����*P�������p','',0,'?'),('K&��K\r�ƃ�2�','wp-content/themes/astra/page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�<\'�����z�+R','8��db�:�3��,�E��챐y�Z�6�SËrT','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K9\Z�F�Qȸ\r$^&p��','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��q�A�~P��	','*qn>�4����&�og�e��eʓ��˹^�5��','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���MM����5','��a+�Fy/�VdgM5��n�O��Z=��^����','',0,'?'),('KBb�}��l;�����','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�\Z��{%��؈�','`$���9%H�N�d��@��s�j�7�9�2�(','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2����v���t�','��9���`N�>ɞ�9:��A���\0��L����','',0,'?'),('KQ0��@>��!i V�yk','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/BinaryMath.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/BinaryMath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��ciW���U�rD�','�3��НEif��u�˅�N%$/��*��|��$�r','',0,'?'),('KZ��Ѽ��˷��m','wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�p;�7�i�0�lA�','�?P���_��\"�E4�O�I���x�\"���','',0,'?'),('KmFz�$%�\"g��ąS','wp-content/plugins/elementor/core/app/app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��*ʱ����D���','�gF�H��	�~���纎�o��dl5�b��#','',0,'?'),('K�q?6���6<Kb�}\Z','wp-content/plugins/elementor/assets/css/templates/frontend-legacy.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VY��F�26�4,','^�m%�\0�0Q�)�c��&�k&a��볒��d�','',0,'?'),('K�L����	R_4@�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2ڃ�|��t�Ϛ','˭�_��c�\Z���UE�cm�>?fd�\'�z�뺁S','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K���|�̘C�v��v�','wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���떾1�<>��T�','�=O�h�����\n�!։��h�V58��','',0,'?'),('K�-h�E\r���0k�	','wp-content/plugins/burger-companion/inc/shopmax/sections/section-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/sections/section-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A-��0\r#I;G�','T�E8�Å�x��m��\0ҙy�B�\Z�rBxj�','',0,'?'),('K� 7�*<̴�2�$Ti','wp-content/plugins/elementor/includes/controls/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�x]l[s� j�F',':���Չ+\n��y!����c)���{W���˘)�*�','',0,'?'),('K���Ar)6;��B��','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\r~@n ɤu�]��','TOh��3��c�а_���=�P�0>tX]n�j�09','',0,'?'),('K�I���`歐�:J���','wp-content/plugins/wordpress-seo/images/insights.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/insights.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�ձ��0N�o�*>�J','\"R{0l��i,7&��5Pp�a�W�,�)VH+�','',0,'?'),('K��ߨ��)�@�\Z-�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��]{x�N�}��','�S���h)�;�ѩD����J�f�vṗ��','',0,'?'),('K�۫��R���஑','wp-content/plugins/litespeed-cache/tpl/esi.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/esi.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$܌ б�9���,l��','\ZyA4}�mوL��jb�Q�fߘ$0o3','',0,'?'),('K���R	wA���e','wp-includes/blocks/latest-posts/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_�P~{��*���o�','����Y�F\\����J���v���N�ѯN��','',0,'?'),('K�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���!$��:_:G','�*��\"#倮��U�8���c��*[��j\'','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php','/home/sleepingsolutions.co.uk/public_html/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���?\0b��Hj�x�6�','wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%iA�F����8��M','Jof��J�9TW��m\'4-�S�C�d','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js','/home/sleepingsolutions.co.uk/public_html/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����W�����g/','wp-content/themes/sydney/inc/slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �^pň,.fT��P','���W`(5q��\0�.t\Z�UfC����:B','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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�h���F��{`d�\n','wp-content/plugins/burger-companion/inc/shopmax/images/info/info3.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/info/info3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�`-CEB�d��RO;2','QC���-�d�3�����4�VDV�d,�F��_5','',0,'?'),('K�y��]!�YeD���','wp-content/plugins/elementor/includes/controls/switcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��9G9�z/C���','a�L\nTQ�+7˫��.�3�dߞ\Z�4X�Q','',0,'?'),('K䧿��1�1�!M','wp-content/plugins/elementor/includes/editor-templates/navigator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+F�7s�O\'��ˍ>��','�Mҭ�Rqs3�~��)k�}��[���Ӌ��\Z��','',0,'?'),('K��o��2x2o','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yo*!2<�OC�2�¤`2','�|��.�ԍ�g?�y��;����?���+9��s','',0,'?'),('K�7b{�r�u&�M�XD','wp-includes/css/dist/block-library/editor-elements-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���tf/V�>t','�o��T���Q��bj�m�cw��\"�;J�$�\n�x�','',0,'?'),('K�ϥ�%:�{�Rj���X','wp-content/plugins/wordpress-seo/src/generators/schema/author.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9_T�e��$�YS�c�:','�\r��3-轧�)r��Т����G��U','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n\\Gfi�TS(ђ','{��)D�ʆ��?�У\'1J�e��Y`���','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�{[=�N��k�t','j\rv\rY�\'�5g�Ԡ�6:���0�\"�0��ٮ7','',0,'?'),('L�w*�ҚF���T�','wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�$��a���H��','�QE-�R���K/��S-�!VΈf-�Ȑp�.�]','',0,'?'),('L�b�>�oO�j��*6','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eos�Cg.h�#�;a`��','\r��Ӄ�EQŹ�i���o�?,ԜUP�>k�4���','',0,'?'),('L��5C�Z��z�','wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؅�h�΀�L�t�K�','�X�s�LWD,5���|��Wyx����$ZT{ W','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif','/home/sleepingsolutions.co.uk/public_html/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�2\\��B�s��288','wp-content/plugins/elementor/assets/js/dev-tools.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/dev-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ٸ�/H�v�yR�mm�','��zFI��<�Ҋ}iyf��s����(�$�C�\0b\r','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O����1�̴�5���','�*�W]1�,;N� y��{V�a�U����{��','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('L9P�X{���{�E���','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cyZ����','����\ZY��ܿ���y]8��(Q��l','',0,'?'),('L:/#\"ѯfpڷ�åY','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2p�f��{ɡ����','.��P�A��\Z|�(W�@]��q���nAm�p�','',0,'?'),('LC�g=��7���Ϸ��','wp-content/plugins/redirection/models/match.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a�f�rl�P��. ��(','�0\0PX^��1���lU!s����k�0�)o� ��','',0,'?'),('LH��i�L=D���5+','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(㥷���	e2�','>�B��g�էݥ\r��z�h��n��;O�','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\��F\r�v�C�','�X�74���u\rt{��Mlׄ��qT}���','',0,'?'),('L[b�z{y��?�\\ ','wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ�C.�)&<�\06;YB','�ҽV�j�/1mD8�3&��I.b�� ܸ�Xn��','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W��6��9�y4Bo','�H�\r(?����\Z�Rj䮹^��XXħ��K','',0,'?'),('Lf�\\e<GG��U:��','wp-content/plugins/updraftplus/includes/tether/tether.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether/tether.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3\'�G��r�|(x��x�','��D����=F:\0}Z���D\n2�_;fTq','',0,'?'),('Lo��*��C��n{?','wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xd;�O#��y�e}3�','`���*1Ls}���n�:�~OX?C#]�%','',0,'?'),('Lp�q>�K�1���v','wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I]�⟕Ɉl�r�W�','�2@y�{1�?�G�&��yJr��:.۹�','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�~.�(�S��>0','B�9��E6/*qopt��9�e�e�@�\'ܮ�','',0,'?'),('Lw�fx����Θ��M�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�שa��_}�G��ֶl','H[�μ�CQH*�E���BR�\rrt.!�=T�x�','',0,'?'),('Lz����Z��#�<','wp-includes/class-wp-locale-switcher.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u</��u^�+��','�wR+&XUFl��Nh8��v�JΉO�&�t���f','',0,'?'),('Lz	6���hQ���W�7','wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WJ���%jo�E��%^(','j��R~��@O��[�?���9�:���','',0,'?'),('LzEk�R�BU�)Z\n�b','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��_U��T��F(�','��h��)�xD�40�l]��M��tL�%�:\r�r','',0,'?'),('L���W��U�(�r','wp-content/themes/astra/inc/blog/blog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%e(wM�Fv6/Y�N��','�K=��ꩢ糊���]���j�ʕ�YoX','',0,'?'),('L���C�B�����=U�y','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�Mq��i�/�U|�','��(8���O�!<�W\"��3a���b=tTG���','',0,'?'),('L��ջ˻vMlW��d�','wp-includes/blocks/pullquote/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']o���a��!\'�','OJg�I}Ol\n4?k�a���W�K�!o��Q���','',0,'?'),('L���\\�e@�)n���.','wp-content/plugins/wpforms-lite/assets/images/spinner.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/spinner.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pr�p����&�wʯZ�','yM~e1��̟Cy�e(��oz�U	����P�','',0,'?'),('L���`V�.�8{�n~ƀ','wp-content/plugins/wpforms-lite/assets/js/admin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�H�\'U� ���^N�','��\'azǕ�f��Ţ���AX+Oj��e���','',0,'?'),('L���\0�m�$Һ��','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nhI�NO[�>�W`','Ro<¡MƦ �@���G�\Z?��[��,s�˰}%','',0,'?'),('L��G��E$7���4��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�,E�4�l�C�A���',':8\'����������Ii�`�7����s0�p��L','',0,'?'),('L�[��)ڢ��z�.','wp-content/plugins/wordpress-seo/js/dist/languages/ca.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÀ���K\ZЋ�����m','�׈����)�H7;(#`k{�Kڔ)�n\'.����','',0,'?'),('L��`�=�1�6�K �','wp-content/plugins/ninja-tables/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-ZK������','Ռ�qx$X�X��l�r��\'�<�tW�\Z�3�D�A','',0,'?'),('L��r1�墼�k�|�G','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';;�h%	���$p�Y�','vh_�(	3����:hl�^[��5K�౺','',0,'?'),('L��e�t\"pc(	�e�','wp-includes/wp-db.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�a�f�q@.�R��o','�t\\K�(ɮ�X�\'���[��&��xl���','',0,'?'),('L����E��g���F9','wp-includes/blocks/post-featured-image/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�vE����S�W�S�>','���8_.�n�\ZE�GO3�Əf���2�2=��E','',0,'?'),('L�E+���<8^7�EP޳','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���l���[����','l�*�(������*�����L��O¾���.','',0,'?'),('L�\"��v�T�̱L�','wp-includes/blocks/comments-pagination-next/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�Z7��L�B]','`JCҩ$E�ID8R��ysL�o�ˆl��o�)`f','',0,'?'),('L�‰dQ��WK���','wp-content/themes/sydney/images/customizer/qw3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/qw3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�d�-�:.D�3�N','6w��Ujg�AH�\n����M&WK\re�','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bj��?T�5y�)/q�6','�\"\Z��H���h�A�jU���[\'w	G�T�Up','',0,'?'),('L�RzH;�{=$5�','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z2^6���N\"/ZP�','r�������x��rN�d�;7�4�=H�Ӯ�','',0,'?'),('L+q�V�;�h��Y�','wp-includes/fonts/dashicons.woff2','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��b���	','C׶��x��T��Z�)\r~\\��Z\\%(��Z֋','',0,'?'),('L��)7a���4�\n�� ','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��;��G�����O','G��^7���Wlpx�c.��O�+��[�n6�','',0,'?'),('L�֞+P�C��)~u�_','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K�AX�1�z��','��\\�[� e�_�]vT�Sʑж\\�H\r[','',0,'?'),('L���p{>�p�]3�','wp-content/plugins/elementor/modules/kit-elements-defaults/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=b����mX�,�(�\'�','̟8xqG�C�O���)=V<<��sM�bN���Ų�','',0,'?'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X��<��ɔ��Ňr','\\�p^W�{�T�wJ�w��Ɏ��.H/�','',0,'?'),('M\r�k��t�v,LܖH�','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à�J7��0�N��jp�','e��e�4,2�0^f����V�5���^�D��^','',0,'?'),('M��\0����@�&��E\\','wp-content/plugins/wp-cerber/assets/flags/kh.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\"EH��2��+�','őv!f�ķ�yvN��Y��8������}� ','',0,'?'),('M�[����ىqhx�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�Tn�u`\'3Sח��','~�L�X@���П*7=Itٶ9f���*��','',0,'?'),('M]���}�w��-�!�','wp-content/plugins/wordpress-seo/src/generators/schema/website.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/website.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D1�,ړYX�A�!Od�','M�Z��j2OQ]���ҏ�V�y)a��!b{3Π�','',0,'?'),('MY�r���pJJ','wp-content/plugins/burger-companion/inc/cozipress/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���\0��k��ȷ>�','�b��Z���\"1�	eCW�z�6qôG���\n$D��','',0,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php','/home/sleepingsolutions.co.uk/public_html/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`k���K�V��=�','wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�yr��1��a�K0','���a�3����d�\'4u#��҃vi%Jq]','',0,'?'),('M/�U�\rWDT���F�\n`','wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','إ��q���%�&��t�','��3�p3���.9Mҕ��/:�O|!��Qe����','',0,'?'),('M1N�6=뢡S�c�V','wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�H��bʧ���^(=�','��m����k?�ų��R��v.�$d�(���&�','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\r4�fA��7>�p','�*\r\\�r݉/H�?k��\\&՝���l�\0��+','',0,'?'),('M1�	�Z��g��&\'ѫ','wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԕ�wخ��b�D����','�g�̄�[2>�M��b������&^�>�M','',0,'?'),('M3�c��t���~ī�','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ByG36\n{w���r�\r&','�zE���%��D�xL���-���]�K�� ��NI�','',0,'?'),('M?,5�*�����K*�f','wp-admin/js/post.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�ך��88Հ�O,�','l�a����[X�q�}׳��A�@+��\n���','',0,'?'),('ME<�e!��j���','wp-content/plugins/elementor/assets/js/editor-document.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-document.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��D?�;b&�}���v','�1�ٲ_B���{�\\\0��jǙh��	I�','',0,'?'),('MM�?@�R嶽��\rl>','wp-content/plugins/litespeed-cache/data/esi.nonces.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/esi.nonces.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\r5J��}�Y\0�>A��','�����\'��ew;k0D�կO\\���4wCX�','',0,'?'),('MU�u<8ϱ\r j>��;','wp-content/themes/sydney/theme-dashboard/images/wp-rocket.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/wp-rocket.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L\\��V�*r�.��','�^5�h�+p�/%R��z.U��ʴc|뎚��;�','',0,'?'),('MW�	���:��ي','wp-admin/images/align-none.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MW��Q��;ci~8�','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�]����U[�]-�8','i��Pq^#`l��B�G9�x�\'�*�*','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('MmQ��%�9k1�!','wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SOp\r�.���$�5b�=','�w2A�QCց�6;�/�]b�X�\n�HK�d�','',0,'?'),('Mtm@0��I��U*T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UUx3J�e���)�&','xꟃ�����EH��UiO�X3�2����','',0,'?'),('Mv�U�%Lҵ�����m','wp-includes/blocks/navigation/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uVύ��?[�j','�6vP���<0���0U,k�QaL`�)T�ƅB��','',0,'?'),('M�ϩ�,ҁX��G�K','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڵ�@����q\'��=','����u����K��ٍ����WaK�~~\"�*','',0,'?'),('M����\'T�̓?�','wp-content/plugins/litespeed-cache/data/css_excludes.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/css_excludes.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�sOrˠnQ/�q�2�','6�#�bSI6�Ht�Y�u�<Uel�\Z]�8�S','',0,'?'),('M�E��:WQSO�H�f','wp-content/plugins/litespeed-cache/data/preset/extreme.data','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/extreme.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�Zz�;	�\rs��\0','O��O�8�B�pQld�\"�����\r���8C�','',0,'?'),('M���fS>���.�a �','wp-content/themes/sydney/images/customizer/sale1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sale1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ͬ獿,�����','KM�Y�as����5M Ub�_�+��z�Fd�','',0,'?'),('M�>ժ�|>5�E݅$�','wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\\�n�z��H�[����','<_������l�y����bc�\Z��?`x��','',0,'?'),('M��Pz�Q�Ap�\"�M+','wp-includes/blocks/read-more/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���)MS{\"\\��\'','Y�\"���_�^&���G/\Z���2\0�j��@$�','',0,'?'),('M�e\'�T^ouR�q��','wp-content/plugins/wp-cerber/assets/flags/to.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/to.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�����Y��q�|','���B���\n���;(/�� �})IJWyq�','',0,'?'),('M�S���B�N�K!2\r','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�Ueiݳ�y��2�','��.=\0G�Y+\rkT�<��<�&��ih�ܴkJk','',0,'?'),('M�M��N�>�-qxC�','wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��ӑ�-��n�\'�','������]Q�-0y�yI��4$���(/�Zْ','',0,'?'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��t�n.�>Ꮃo-l�','��: �=���<\n�؄�ΪO��g�xF�F�@��','',0,'?'),('M�8]��^����_��','wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uA���^��g','�%�|��M���a�Hyd\r_J�9���H[0|�S��=','',0,'?'),('Mۚ���׸�2�-','wp-content/plugins/wordfence/js/wfglobal.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfglobal.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƃ�+j��/�#�\n>#z�','Nv5��o�[ �)��N�vk�!m���G�','',0,'?'),('M�;C�����8Yyﲏ','wp-includes/js/twemoji.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��p���/	��\0','\Z�˘TwlyF�E�����	���w���P#SN�','',0,'?'),('M�a����p�M|c*/','wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cp��uKh��2[�kU','�����w*�^��@[<��\0�z�T����$��','',0,'?'),('M��w�M�f�0�b\\�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��֢.�>S%�yn��','ZR�A^2pZ�x��C�|�O+��`n:@��','',0,'?'),('M�qJ;�T0}���ۇ','wp-content/plugins/elementor/includes/controls/tabs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`*w�q���a1��',',G���.�|�f�K/�����5�/��Fu��','',0,'?'),('NWSDs$e���5�g�','wp-content/plugins/ninja-tables/languages/ninja-tables-eu.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-eu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��.�ړ^t�42K ','���j6��8�헗�(����.a���H�a�','',0,'?'),('N\n����s���}��','wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���R��\Z�mG�\'','�~�nr<R�3�>�=`�����޿�W��','',0,'?'),('N;�����ҍ9y�L�','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zc�H{�h�9\Z�','�S�iH\Z����\"K�{Mp:��fD�aC)ۑ�B','',0,'?'),('N!���,/� ��Y�','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*0�{l7��m\nz��','Q?, y�^I���C� %Ws\n��^�nO�g���','',0,'?'),('N\'���g��/.](L','wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=p�۔�%�\0','�H�.[��g̀�ٍ��s�rY*Rh\'?�D��c��','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png','/home/sleepingsolutions.co.uk/public_html/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;ƍ��\\�6�A�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Դ���-�d*�ŨO','Ç���z���NA�I>݀S�O�R\'h<�����','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('NJ�J\"���9F�����','wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6t���a�I<�L���','���.XC��\"���bgR[h����bx�r�~�','',0,'?'),('NM9f��R�-��g!','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N׫������','V:�k9h&�v��������\Z\\���g��','',0,'?'),('NVˮ�m����D��','wp-content/plugins/elementor/core/utils/http.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؒ>�҄��1Kc6`�','�+\Z��OΝ�ay#�@#fQ{��T\\�-<','',0,'?'),('N`߳2�^9I:��?y','wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����YQj�ԡ�B�','��W�P�W{��e�d±t`X9pG���','',0,'?'),('Nb�J��\0D�IJ�.*��','wp-content/plugins/burger-companion/inc/decorme/features/decorme-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u6����B�F�\Z','�T��T��4�K����Y�c�j�9f6\'ӽM�','',0,'?'),('Ni�~	�`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Np@�֑��m/�^��_','wp-content/plugins/elementor/assets/lib/eicons/eicons.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/eicons.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�yX��^�Y�NΈ8','��M��F*�X.�%��.ޜ�eә$w6��T','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|��{�\n�n�WXP<','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('N|�‡Jв�zn�sw','wp-includes/pluggable-deprecated.php','/home/sleepingsolutions.co.uk/public_html/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}�C���\0s�ŪV�','wp-content/plugins/elementor/assets/css/editor-preview-legacy.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݚ�\'\\�\n�a�o7D��','�b	��q\\ť�lF|�g�FB�4ϗo���','',0,'?'),('N�-\n\r��!��c��','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�+,#���O×��','2O��缽�����۠3	�‹�63�.�:','',0,'?'),('N�3�j@pu5����^��','wp-includes/js/tinymce/skins/wordpress/images/more.png','/home/sleepingsolutions.co.uk/public_html/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��K��a�]��Q/','wp-content/plugins/updraftplus/methods/openstack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/openstack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jmnt3@H �ih���','�4��m-2��sg�5�!���SS�NC���\Z','',0,'?'),('N�H�!2����A��','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Ify)U#*��DZu�','�}��t�(gk��x�e����95yA-��hy�C','',0,'?'),('N����a��뢁��','wp-content/themes/sydney/inc/customizer/controls/radio-buttons/class_sydney_radio_buttons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/radio-buttons/class_sydney_radio_buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-+t�RGQ�\":��=','���R5��x\"�{_��@�=v��[�j�\'q��=�','',0,'?'),('N���C4Q��p�b�','wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','szY�f�,=pp#��*%','J;־2��D�L��\Z��<7����ѓ���JK$i','',0,'?'),('N�M0ޑԅ�ǣ��j','wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��w闩\n3%�΋L�','.�i2ȫo=I�ܥ/DEF�Q6���&�4DfY','',0,'?'),('N������V��r>l','wp-content/updraft/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/updraft/index.html',0,'nr��p��@���_Y','nr��p��@���_Y','>�4o9J��S���rެ�����s��\\%��','',0,'?'),('N�ަ�g����C�I�:','wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�B�W�IN�\'�Ÿ�M','���C����z� \0��(�_D�Aذf�(�\r','',0,'?'),('N�zх=K��L���.�','wp-content/themes/astra/inc/dynamic-css/global-color-palette.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/global-color-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#7Va�uY��%/','֬X!��۬�Z1u�l����_1��D=�� ��','',0,'?'),('N�K�I���B\0`��','wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�b��e�6Vrλhί','W��\'!�II�Y��V��.�ino�5訷�','',0,'?'),('N�E\\���|���J�S�','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����R��rz��pQ�','�ސ¸z_tr\\�r��%����F0b��','',0,'?'),('N��� ��P,z��W[w','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���\0a�_\"4��Ӓ','�n\Z€\'3�7Q\nn��a���\0i��~��','',0,'?'),('N�3��I՛���;$�','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2K���/���̇�','���L+z�N�D�E�\rvcg�0���q�\nMu���','',0,'?'),('N���lvT܆���EX�','wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��d���H2IZ\Zu','*�FT��(1ɮ�tn�[{�@��+����v','',0,'?'),('Nڡt�J?gw�','wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a%,ى\'���塖',',���t�Āa?P�q�� z�k��2�����\n�','',0,'?'),('N�9��6�6����^�','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)j�G@-{�bk!','р�a����jfV,��H�?��\\��t�F��','',0,'?'),('N�\\,�\\V����ز','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\\�5��@s�','T��4%s�y����b:)�%l�%:\'RI','',0,'?'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eq�_����U�R','��Q.$�J���%b����&M1a�L�W�mF`','',0,'?'),('N�3�n����Q9b��]_','wp-content/themes/astra/assets/js/unminified/navigation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�tc͝ʇ6|X�','�Cug�$ʈ}C��=�$1\Zو.K����S','',0,'?'),('N�UBy�a�� ��','wp-includes/blocks/columns/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��}\"2���:(Y�','$�O�L�hF�r��4w��b!�e��|O�0_9�','',0,'?'),('N��Y�\Z��t���','wp-content/plugins/burger-companion/inc/coziplus/images/team/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/|pтU��@�M��:','�W�8��b?3&������?���[\r\0� ���','',0,'?'),('N���H��a���\Z','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��<�}%�:����,','\n�w��>�Ұ�\"3f~�\0�E��N�б��','',0,'?'),('N��a��⿙e]�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Oj��un�D�����?','wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9(W�o~�i��','�\0X��X��.}��q�otQ(s��M\"7�,\n:�','',0,'?'),('O*�]�����m�ռ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v���\"�`����W�o','�����|�y��-mp	�ͥ��%t�$���','',0,'?'),('O	��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�=�g��^h��`�','�>�g��s툋�ݷh\\��O��B-J.���4','',0,'?'),('O\r�8��Ƴs��O','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VwP3�Pi�_DGuC','�j]��7J�t���w�ῑ(2�(�܄��Gq�','',0,'?'),('O�th`\0T���bg\'','wp-content/plugins/elementor/includes/managers/controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�c��0�鋨\'��','`�j�x��vG�\Zwj��Uo�/�6lK�','',0,'?'),('O_g��H��g�M�|�A','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=aҭCwR�uZ�u�','Y�\r��:�b�:XR�m�w�!��b��>�#','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[´�CZ�:�=��','qi�xV�44H_��Y�F$��4�\Z��0��:e','',0,'?'),('O =(�:��<�	�1F�','wp-includes/class-wp-feed-cache-transient.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY�pm�o��7���','��pGx����!���6�Qlg�7`\'0�','',0,'?'),('O\"��l�!n�M_��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ւn4�HG�D�l�had','=Z��W�������$��3%�ϺOh��2�t�u*','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('O2ɂH���!֒�[=','wp-includes/blocks/pattern/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pattern/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɓ=���o6��|�{�','�嬛{�mH��3F�l^������݆�l��','',0,'?'),('O4�dzWQ�\0��R��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj���\"C�ix���','��x眪!����}�\Z�����W����d','',0,'?'),('O@�[[���J\Z�N','wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��}��\"','�3�r�i�پ�I|]m5x��\\���$€~��Qt','',0,'?'),('OE�A:)�(�N.ɹ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TM*c4��E-\'�a','^V���Ŀ�L�P�p1Ye���#�C�)��','',0,'?'),('OK�u4��eP�Kd���','wp-content/plugins/burger-companion/inc/spintech/images/Logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/Logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E�Q%���NN�v�','n�3C��W^g1S�4�y�\'aSzWi\r�脨UP;','',0,'?'),('OP����=�E�Xy�D�','wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�6Ɨ�`P���z','g�G��}׉z�DSOcG�p)�� �k�~_R��','',0,'?'),('OS�Y�Wz!8�ʣj�','wp-content/plugins/wordfence/views/gdpr/banner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>6�9!�G��z�>�S','�Z��Q�a̿�|꣞`!�C��2C�K�%#�l�','',0,'?'),('OT���;�h�FR|�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��q?�\"\\�a�','/5��%ޟ�3C�p>`L�U��#���\\��','',0,'?'),('O[y�s�[����Ⱦ�,�','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��abr��Ð����h','��M�7���n�v�c���B�S鍯$o��@�o','',0,'?'),('Oa_���b,�+�7tg�^','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','13���@R7��.��g','�N�Eص����x�]����d_�a��ܹ�','',0,'?'),('Od��!J��q<<a� ','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۶d��]T�@!�S�Ob�','0�\"�i���I��;	��?x��y��᭜��','',0,'?'),('Oj~���ּk8��6','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�D�KX���a�','�vq$u����B�q2�\Z/��|�P��T����','',0,'?'),('Oj�sO�*B.�s���','wp-content/plugins/wordpress-seo/src/helpers/request-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$ʼaJl,�y�','���JoI�vl��ư�z\n(�Yn���!�#','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VV{�oI�+I*�A�','��B\0�4&�K��_\0�r�;���0(��>#�k�','',0,'?'),('Or��*#�\rU���','wp-content/plugins/really-simple-ssl/assets/img/really-simple-plugins.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/really-simple-plugins.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�z�ekv{����a','���%]e:���o��\"9�}\"�t��C��','',0,'?'),('Otþ�|���!a��]','wp-includes/blocks/code/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��\r�=�ɓ�mj��','\Z�IRl�d���;�G:�k2o$���P蔜�','',0,'?'),('Ovt��v�J�㟕�','wp-content/plugins/elementor/modules/lazyload/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/lazyload/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>������4�Q�Os','�ѽH��x��\r:�3���Q�R�l�豉�U(','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A����� wj�љ�9�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O�潼m$��݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php','/home/sleepingsolutions.co.uk/public_html/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','�P�����6���E��$','�[ͰLvmK�n�loX=��@�������\0c��','',0,'?'),('O���*t�E3�B�j�T','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q��ʓӧ��c�','��+�\0�]�b�����s��Ps�_������','',0,'?'),('O�2u퐉��E]]�G�','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\Z��!Y7H�!e�C','�1[�mp��0���\Z�J�XIPd\r�b����?','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yqaTo<z�N\0\r��y�B','&�e�~@7��H�a�}~��^�,��Zg�� ','',0,'?'),('O�5Xs}���=�O^r/','wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+խw�J�Sݳ��','W(������������bx~,�N�/��t','',0,'?'),('O���fP١��C(kJ','wp-content/plugins/elementor/modules/compatibility-tag/base-module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<mm��P��Ve�p�A','Ϩc�A�(,�ι���I�\0������\rl�z�t�ˎ','',0,'?'),('O�������a�+���','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M��=��۶L\r\Z�','I���Gt�W�O�QWTQ�~]O�SEzS_+��=�','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','op�#�h]0:5Y�% �','�/[[j�6�5�uOR�:z�=w�^�1Ir^�>0�','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��V2�W?*��]\0��','Ѧ9O�*\Z�vuJT���6���~Aj�|�T','',0,'?'),('O�����he]�����','wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�+����Q-�%�','���L����TbQ�Œ�j�L[Eo@�f��\Z�','',0,'?'),('O��?�s�\ZK��?�','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m7cڴd]N��CW��X','Vl�R�y�5�ɏ���}\'�5\Zۼ�%*�Q','',0,'?'),('O�#v��IL�M\Z��(]','wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�2]K4s-Q����m�','�\'�K�&�������}����99z����','',0,'?'),('O�8�ޫ��\'q�����','wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'z��4�b%�-O�','�v�Dbv\0��X\'q�\nq�H�g=�\\�v%��Ec','',0,'?'),('O����y ��k	b�','wp-admin/css/customize-nav-menus-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��v��~����','��S���m��V,�H�Y	�7.J�]!�Y�','',0,'?'),('O�!�R;\\4��$��\0','wp-content/plugins/burger-companion/inc/rasam/images/toprecipes/toprecipes-list.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/images/toprecipes/toprecipes-list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�9��ĖS�Y�~p�','tZ�l����&5���\0#\0�z��/Y�l6|�Uv�[�','',0,'?'),('O��}|6�\nz�k%_�','wp-content/plugins/elementor/assets/css/app-base.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �\r��6���ްH�l','�9�C�D�d�\\\'⠼H;�dp9	��W�	\"ֲ','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php','/home/sleepingsolutions.co.uk/public_html/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','dr��mQ?Nد�E�','�0��z��!_N\\�×���\n���~N�|��ds�m','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>o����&��:�`�','j5�Y�N�&�b���\"�2����Fcb$��E��\rlr','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P=%Dhw����⾑4','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��|�$�Q�	˱','�f\rlu�w+�3Ϡ4�3Әio�­���RQ\\`i�','',0,'?'),('P���w��ާ���2','wp-content/themes/sydney/inc/integrations/learnpress/class-sydney-learnpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/class-sydney-learnpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����P�\r�)','<��Wѥ�س-f���p\ZJ8�p�1��Ȉ>���','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DV�G;�x*��2��(','���&�ɔ��Ģψ���A��v�N��fOM�Q�e','',0,'?'),('PrA��F@4��3>���','wp-content/plugins/burger-companion/inc/cozipress/images/services/img05.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img05.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php','/home/sleepingsolutions.co.uk/public_html/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','�\"����xx�!3�W��','\r,���&�����ɩ�!��:�xl��[','',0,'?'),('P`�{s$\'Q���p)','wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɵW&���\n�|��#','��¦����FJ�3%��sgfY#�y\\5ɟ','',0,'?'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9FHmRK�)�W/\'>�','@�t�i��z�^e)�ʽ��}N-C?�o<���','',0,'?'),('P ���NtD�݌�n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oP�%~�75jN��}a�','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P-k\n�FJ�7+�yP�','wp-content/themes/twentytwentythree/templates/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��7{\r@��!عl\"','_lL!���)�N6��;�!�Y��1�d�脓�c','',0,'?');
INSERT INTO `wp_wffilemods` VALUES ('P5n�q�93Yqԡ�?�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dB7;��6��ZU�2','�ѵ8�EN$J0G!�I~�&;�(�t�˜k\Z\":Y','',0,'?'),('P73o�	��\0�=��','wp-admin/js/word-count.js','/home/sleepingsolutions.co.uk/public_html/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?�^�)n�Ba�`�b','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S5�wp$Yz����މ','�|/;R�\'	�E~?�K���ݮ���S�H1��g','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�{����f���&\Z','��!�/�\0�u8p�aVs�}`�o+[?hu �x�','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('PLot�\0a�J�m�bc�','wp-content/plugins/elementor/assets/js/admin-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XG`e0�-�~\n]u9-','���-�r�hj����=o!�.`�X�t؋��','',0,'?'),('PL��F^�9�R�6z�p','wp-includes/blocks/navigation-submenu/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%vgi}��C��n\\','�Ey\"N)�$�����ŏ�ue�A��\0�G�','',0,'?'),('PQ�Tc@<M�dI�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��p��ǯ{o���8','4�i5�\"ɓ�F` ua�\"��~�^�?��~�j','',0,'?'),('PV��d��3��s-Gj','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{p\Z�B��N0!%)O��','V�\'��Q�ܯ�|[8z�H���6���Ȍ�<�0','',0,'?'),('Pv��gI�x�S��P�','wp-content/plugins/elementor/core/common/modules/finder/categories/site.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tr�K�V�u<�&�b','BbB�?G�Q�I<B!H����^�+d���S;','',0,'?'),('P�����}�Tw6�','wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�߿����e��7-�_','\'ۍK��\r\r��8Gë�{�^�i\Z�b�~����','',0,'?'),('P�;_��k�R�%k�ݰn','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�b\r�5E���','61��E�)\ri������J��K஫/�@̋e*','',0,'?'),('P���H#���@�\0<�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȝ�`�0P[�ֱ\ni','{pdv�5�fp�IT�`P�/a���Z��','',0,'?'),('P�t�o޶Su��h`G�','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]<�5�b:�r�:�','E|�Z�\n���pJQs�����cZ���<','',0,'?'),('P��\\�+�{��\"�','wp-content/plugins/burger-companion/inc/setto/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('P��iz�t�a�}�a','wp-admin/users.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x_��h��0�SU�뚁','=�d�BHX;���[�\'������a����','',0,'?'),('P��n��0��Ig&�@','wp-content/plugins/elementor/modules/dev-tools/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2V!ϼz\r��ܨA','���~qr��J�	�_��-� oD̯�<r�','',0,'?'),('P���`,\ZcU�뱶)�','wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�)\"��9^��rX','��9\r_[���}�<�^���~W}��P�!&�~y','',0,'?'),('P�EQ_B���#q죰q','wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jwsJ�z�aD�\r �','��\'��.��b�3Ă	�t�8B�Od���E��','',0,'?'),('P��h���~��P�','wp-includes/blocks/page-list/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%YR�\0�ac�!�=','�*�?u�SN��o���#�d+Ā���0','',0,'?'),('P�P��,�S�&�IeZN_','wp-content/plugins/wordpress-seo/css/dist/elementor-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t-��O�}\r��xOZ0','��#@6[ͭ�ڥ��&z4��僤�>�#����','',0,'?'),('P��$u匨�((]oRd�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۨ0k~l�<J4��','�~_��v��P���Gm,� C�T@�*�`QN','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cz�����x�t','����-��F��Կ<�>{�ZA2\"̝��MNq�','',0,'?'),('P�}�]��3Qt�I�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�\0\r���.4�','�q��d��	��*1.Ҹ\'[+A����kC�','',0,'?'),('P�z�W�3�|/A&W�r','wp-content/plugins/updraftplus/languages/updraftplus-fi.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��*.�+������t','����c�����g�GmP[�9c��˘Ǘ�P�','',0,'?'),('Pè�&R�{(6�M�]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q:�8���{�r���_','�a�_*�dd\n?��%e���݋Q�X��8��r�','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\n��y\'�7��','�F�oD3�Dg}���6+��-7IJ�[dD/v�;','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P��J1h��|���r�','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��3����,','U�0`��7(t���Y��s�\\�h�tr(\'ݩ1�','',0,'?'),('P�`�wQ�v��q��','wp-content/plugins/burger-companion/inc/shopmax/shopmax.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/shopmax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=� \r͒�sAE�-�c','�����]4o�r��+0F�a��;�T��R�','',0,'?'),('P�`D#|H!�-�u ���','wp-content/plugins/updraftplus/includes/ftp.class.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/ftp.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɳ�����T�:v�\"�x\"','�������>�q���ql�!9Y\\� Rb���','',0,'?'),('Pۍ\\�a&��g�S�@�_','wp-content/plugins/really-simple-ssl/class-certificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-certificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ᇀ���6(D4F�b','|��”�\Z��7�� �U���5�-��\n0c�','',0,'?'),('P�1$���\\*�C','wp-admin/images/stars-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���#�S�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P��0��a��R�z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�gkeͿݾ���|�h','�H��zj鞨%�����p=�Z��iNA�Z�','',0,'?'),('P�uq-��h�}[O&�','wp-content/plugins/wp-cerber/assets/flags/py.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/py.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�0�]��2T쑤','�{Bu�c	,��\n�<�EҲ�m�N���o�','',0,'?'),('P�Zy7�qX�I9��','wp-includes/blocks/post-author-biography/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author-biography/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����OD�+�$','�|Zc�t�r�}U{���Upy:�d��<�n��','',0,'?'),('P���VV�N{��j-','wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iy�v��#<��Q!��','�r���kv�\")6�B}�zE8�7R���E؀�','',0,'?'),('P��0����Z\nSg�d�','wp-content/plugins/updraftplus/methods/s3generic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/s3generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\Z�T�, bn�䤎L�','V8��o���O���g�X��\'%\Z��(*','',0,'?'),('Q��R��T��\0�','wp-content/plugins/litespeed-cache/data/preset/essentials.data','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/essentials.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nNMVo��#�fE','uP`�+���$��f��4v䇸�d4�C3��^�wK','',0,'?'),('QJ)�\ruCv�\n���Q','wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�)��2����Syd�','��}�A�� X@&�f����Ѽ�|孺�bs�','',0,'?'),('Q\r���	V��Au�','wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<&�.���\"��c��','{ �LЍ\\&��ܼw��޲?�O����\0���','',0,'?'),('Q%Ep��au�]�G7�','wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Kh[J�!�N��','�P�\ZB\'A|!����ڔRm�%���(\\o#�+�\'','',0,'?'),('Q5�s�\'&,�P��@��','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�>&/,Q���,S','<+\\TŃi�W9��ԙ<������e\'�^a���','',0,'?'),('Q;���(����Mp*�','wp-admin/js/widgets/media-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�t����+���΃','�(�RF��q�kv��ɚ+���R�n��*@g','',0,'?'),('Q?��ٟ�g�L�|ua','wp-includes/class-wp-textdomain-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-textdomain-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L���n�\n��!,j','_����(Iz�j���i݁\r�\Z��#�','',0,'?'),('Q?ߍ�R��7кUOƫ\\','wp-content/plugins/ninja-tables/includes/libs/csv/src/Reader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~;�K�e��RƓ�Hܺ)','_΍�m=�7V4\"z�-?´sj8�q4�B���$\0','',0,'?'),('QB�̄���\"E���N�_','wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�gRWl��*�03E�*�','�\"�C��v�)Z:�ߕ9F�lvyk�jz��;9��','',0,'?'),('QC�ȧ���$9B)��M','wp-includes/blocks/tag-cloud/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xge�sE��ȧ4�q/�','��vO2y�3D�ܡ~3�]6ۈ\0�$��Hn�!J','',0,'?'),('QG3��G]^pXS~��','wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-I�\Zʑ*0\Z���7�','��\"-_z/�VFd�a���{�vp<f��i���&','',0,'?'),('QGg���X��kq�;j','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_e㙩ͮ+��','i|\r�5+�j����/�*s�������Zv�D','',0,'?'),('QIW�\n�2�Y�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-ݷ�L7=�E��9�','�H�����TAj���s�2E�C�\"�[�2E�','',0,'?'),('QLd�}�����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��O~`C�X};`�Y�','�x\"�\n}5q�涒�kA�������O8@7?','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i0��`��ڛ�&F�J','I�%�\Z��t��aC���E�!ƌ�-�/^','',0,'?'),('QT�Y\\�-�I�nx5','wp-content/themes/sydney/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/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,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('QiYJ�M:r\r��g','wp-content/plugins/wp-cerber/assets/flags/bq.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ؒ5d�\0�v��',':ϻ�\rle	+� 6s��!�\n8���D�|','',0,'?'),('Qs]�����^��,�O�','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape18.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape18.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�zgHȺ3F��',',sY�!= ^�5����v�s�3�y^����9}�','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('QvCV�g�w����7�','wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('QvW�o��`�\"���-','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/OtherPlugins.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/OtherPlugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�s�18����sW`','�B��Pڛ��R�<ӁD,�{�x�����K\Zcd','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�mR�_��`�W6�\0','s)W�?Pӎ�B�*?x�BZ��dɗ�eZٞ{','',0,'?'),('Q��	��u5G�7�\'I','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�Bru�1)Z\rβN��','�_.�[6�)d��\Z��ٝ�\"�2����I�^ן�','',0,'?'),('Q�;2�g�D��%榭|','wp-content/plugins/wp-cerber/assets/flags/rs.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/rs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(�7gK\'ͅ#$','G���ou�˞?�jo?d�w��wO�o{��C�M�','',0,'?'),('Q���X�gI���?S~)','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�Vnb�ɰ���2v\0a','#�r��^ss�pzm-+d?UL6A����c�','',0,'?'),('Q���PA���鐚�z�','wp-includes/blocks/columns/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��=��-��}\Z@�Uo','A��㢫_	�K���❤K^�?D�{�A��','',0,'?'),('Q�P5Z���w�Nia�','wp-includes/blocks/quote/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N1�l�X��_���','�;�����B�9jV=~�?x�O)Ѭ�T��A','',0,'?'),('Q��1:�TYB�U�','wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���j�ಜ�����Y�','o�L+$A�L�4.�;�-Zz��n�i�=�}�9�','',0,'?'),('Q�1BUL�Q��d �S','wp-content/plugins/wp-cerber/assets/flags/um.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/um.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#}��X��s�\'\0�','�S�,��R]���&�;ݟ�J{��&���','',0,'?'),('Q��.�izU�/Q�>','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9#�w�>��ò7~<?','B�\r�Sj�/�����}~[7��P�@Ef\"ğ��','',0,'?'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xAI6m�NdSpVBׇ','Z?�RA��+�7#�C�-�\\4g[o?J�_�g','',0,'?'),('Q�����|m!w󝹸�','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesUltimateTableMigration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesUltimateTableMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}/�*�PO\n,�n�','�0�N��b��z�rH6�6�O�E1����h�>q�b','',0,'?'),('Q�x��̿Py���\'uE|','wp-includes/blocks/page-list/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mx(xt\r2X�M�q','�w���R�<��O�.�u�6.���[ħ#��','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�l��� ���','��� �1rG֨J|�����,P��D�U�Б$�','',0,'?'),('Q�@9Few���#+�!','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NCó��[\'�, ,��','���Х҇�Hh��Fݥ��mP�A�mae�xH','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�.�7V�3�`w\0��','�)M��v�X��D�H�Fs�7T�w>�r�3b�','',0,'?'),('Qˢ�I��E��Z0k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�ü8֍2�q���','O��ޠe�[�(�[��_��ǨLd�9J)Yy','',0,'?'),('Q̅{rr�	9�l��','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�F��|r�i6�)���','��[W�\0\\�̈́`���.P�+���	�{g#�-','',0,'?'),('Q�K�P�7͏�k^N','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p���ɮ�8w�AP','�	����>m� \\�D�&�����f�5Y���','',0,'?'),('Q���a��i+~&t=3','wp-content/plugins/ninja-tables/assets/libs/ace/ace.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/ace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�u�λ\'�ʃ3s*9','�d�\n��ț�W���+5��(��RY|^�|','',0,'?'),('Q�G��7��2C\r�i','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d<ۥ��\r��&�','r2[Oᨣ�h�~3/�:Զ��\'���\r�w���','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php','/home/sleepingsolutions.co.uk/public_html/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','(�t*�-6�ـX��','mV�d�h�I�∂�d����TK�{�z��\Z�','',0,'?'),('Q��)*8O�ԫ4;�i','wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�����|�W�474m�','B�H��\r$��i���$�Pd� �!٧9','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�Xv4��\n����l�','�G��}P��8����wC�jIȀOKîX~��3','',0,'?'),('RP��98��?Z�%(','wp-content/themes/astra/inc/customizer/override-defaults.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/override-defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PW`N�͢�`0��=','�]��4�ONϭ~����?ƒ�*�]����','',0,'?'),('Rc̆���,�\nE7','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`\Z�$�BQԡ;~C','�b蘿��V�oqu]\n2{�����4��4��ˮ1~c','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$!�G����	����','3��&�)��W+���/�/�^��qu֢\Z','',0,'?'),('R�P�cZ�����b�','wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z����J�����i','��{���]�{�����`����j���nا1*','',0,'?'),('R {���p�H*��\0','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��p#)*V��Z��;�','�d\n;�(���mv�y�z$XU����RP��ۼ','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Nj�cJ�n�H�\'','��T%��#�5r����c5��꘩����m7','',0,'?'),('R92smR���ʠ����','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tl\0�e��&.d\nf��g','���Zf��e��L��\r0K�LȊ�&���','',0,'?'),('RG�Y���O!�','wp-content/plugins/ninja-tables/assets/img/pros_and_cons_one.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pros_and_cons_one.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|և�6j���]s�0P','VP���L,VuS��rN��Q�tq��p-}��y�','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�>�A�P�P�u4Ą�','�����v�5ᐪmє\"-�*~`�`Qg1F��/','',0,'?'),('RT�x��$����$2�','wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�R��ҹ�X�8�R�','�wWMD�u�������71��1����³�','',0,'?'),('RV�`���2� Fy%�','wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Da��y��y�\nY','�x�B�0F��e����f����(̉g���u��','',0,'?'),('RY�m\'�P;n\'�d','wp-content/plugins/really-simple-ssl/security/wordpress/block-code-execution-uploads.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/block-code-execution-uploads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��L\"B��fKe՟v','��E�.W2���Cdc����6����<��G�h�','',0,'?'),('R]�ބ��qD\"z�}�','wp-content/plugins/litespeed-cache/src/data.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�j�q�#2�.��ШΦ','��/��ق�R5��k��z��4ǎ�R','',0,'?'),('Ra��ce��JT�','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Rhz���%�s!ӇVd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���鯩�ms','���ݣ�X��.A�Z���*�6.�=��x�t��k�','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0\rJ`X�\"8�by','oHi��Y�N3	>����_����J�,���S^','',0,'?'),('Rl�,��l��%%�.','wp-content/plugins/wpforms-lite/src/Admin/Challenge.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Challenge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����^�l*���`*','���s�Ou��p�$,r�\rE<�x�9YC$;�h','',0,'?'),('R|Q˕W˞h�gT��','wp-content/plugins/wp-cerber/assets/flags/kn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��4�J6.�[��H�','8d\n\\|-ZC��d7��y*�I��qa�\ZD\r�','',0,'?'),('R��F�E��A�5�r�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԁ1��A����K��','ӊ��QV��K@R���)[g�Ir���8','',0,'?'),('R���1?���Y�VDt�','wp-content/plugins/wordfence/lib/.htaccess','/home/sleepingsolutions.co.uk/public_html/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��Ģ�A�YH���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P_:)q��`{��#','����������i�bN)֑Q�)S#7����.','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','An��f�.t�7H�t��','�E��\0��D�.�<��\'���iZAƬ4n�','',0,'?'),('R����q8U�{\0��','wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�%y0���r�ɐ?�','1��>:޶��[W)Bs��AЛ��\'�\'��','',0,'?'),('R���[�eDØ(,��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�sn\n�5}��/��','n��W�;����\r�yTP��JׅI�y��','',0,'?'),('R��A���H=��W�>�a','wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��0\0N���D	�F�','�Sl��fA� O�	�w|=EB͐�Df���q','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif','/home/sleepingsolutions.co.uk/public_html/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�ɾ��A�K*����','wp-content/themes/astra/footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oη��@aC^���\'�','=՞��D�\\�� ��W��O�C݌�EsAnM1be','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�m<2|�*�','�0׫m<�0��b�?�k6��X�C���8��','',0,'?'),('R��ƴt\r�t�]7#̦','wp-content/plugins/wordfence/js/admin.liveTraffic.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/admin.liveTraffic.1670945819.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,'?'),('R�%����L���}�','wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Bvs�rq��t1�b','��n�H���ɪ�$4�θ\\ɓ�=	_4X9K','',0,'?'),('R�Qk�-�;���u0','wp-content/themes/sydney/changelog.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�M�{h�UV��','�6\\4�F_T}�\r�\ZV*�ܠaav�X�RU�S�','',0,'?'),('R��O*���(\'=�C�','wp-content/plugins/wp-cerber/assets/flags/gs.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zJ�<}Ė�Jǀ��','L �:�W�\\�%����M����^>�䴉���','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|5���o�$���Q��','�aB������7�MM�-����ۙ}��r����','',0,'?'),('R¥�����Le�q	�&�','wp-admin/js/user-suggest.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl�,��f.�Vh��','��\ZԂ	8�՜g\\����IS�����グ6���','',0,'?'),('R��ܰoL�8~\\�lCR','wp-includes/blocks/audio/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��\r|�[���γ\"�','�������e<�A����l��e*\Z�7d','',0,'?'),('R�;�l}5�vN5�5��','wp-content/plugins/wp-cerber/assets/flags/mf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�]M\0E�xР7�v','�z��k ���YjO��J��[W��R','',0,'?'),('R�|�.i����P��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�:��P�\'Q(�̷9�','E�Up���@G�i�Lwξ�]]58��U�!�','',0,'?'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+~;�����2�x�\r`',':I���a.�\0�\"\\�W7\"�꿩����4�','',0,'?'),('R��G5�����to�$o','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\��3\rfKct��L�','l�9X.���(������g���Z��SJ:(�*','',0,'?'),('R鉮����R\Z�{T','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gn���f�����','K�$�4K3蜪D�eR��u�(��.fc�-qL0','',0,'?'),('R�W\0(���G���','wp-content/plugins/elementor/assets/css/templates/frontend-legacy.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߾���j�Wgװo{','��(^}�����p߻���d�9}����L�	�','',0,'?'),('R�K���1�Z�&�A�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��_�s7=I�ǚ','�y^$���J���z�z1�!x�\Z�����','',0,'?'),('S?�d�xS���َ@','wp-includes/blocks/query-pagination/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��Q�*em3���b)','� �w&�jk�l�y�D00A�I�`�}�i','',0,'?'),('S�I�E)v���L�$','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�e�Kz}�.�Z�)���','�e�/$:G:3�����=��u�`��m�5��','',0,'?'),('S%M䑱�j�7+PAK�','wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�.7,���{V͋bQ',')X�6��1�\Z�2��ʹUc��{�ϱ��w�@?�T','',0,'?'),('S�4`Z�8\Z�Mi\0','wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k5��� ��/�hl��*','y�������j���/��9��@\0–���h�','',0,'?'),('S\r�Uk�~F���b+s�','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"aB�]9\r9��xC','n��Yy��\"\0�����\nd#.eg5�6�d\\��>^','',0,'?'),('SVf=�1_Mw�r>\"J\n','wp-includes/blocks/comments-pagination/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<B�]��p�2eȹ','��[�i�����+C��Ǵx�\0�_nɠc����\0','',0,'?'),('S\ZP��`�a�u��`\'>V','wp-content/themes/sydney/theme-dashboard/images/pattern-1@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/pattern-1@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�!��-i��ȇ��\'b','�rT^g��\'����(�~E��X�t�g��Ji','',0,'?'),('S<4 j�\'�}	���}','wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�Ճ��XΠ8�V��h','/�r��Ѭ��^�Y\ZOghZ��T\'�Z','',0,'?'),('S!7�Y*e4�J���S','wp-includes/blocks/comment-template/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�|�*���.��\ZXC','��A��.�٤H�����WC�����du.�j�n','',0,'?'),('S!wnN7M�)�m]�e','wp-content/plugins/updraftplus/images/icons/folder.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/folder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0�!�T�<\ZA���^0','���3��Q�A�r(�}�l藪��6\"|l�L@','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ң��4�K','z�\\�:Ǝ�[4d`}{;�ѕ�fx�Lԩ�=','',0,'?'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','괁����M��s�m��','B�?��5��SEV�J�z~^�~.�8�%_\\�u7','',0,'?'),('SG}�E�ضW@�\\�f�}','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʹOG��K��Պ�`','���[=;�d��l�-���륌Z-��u�^�Ua','',0,'?'),('SLdt���Q®���','wp-content/plugins/redirection/database/schema/233.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/233.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=�Gq d�4�r','$���4� ����Pc�M��)K\\�g2�=ѯ`�','',0,'?'),('SR¹Htг��}�m\Z','wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�~z�;��k͕X�','����\n�Tslp9�큾�`���!|��FHm���','',0,'?'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('Sj�~6��{�����X','wp-admin/css/colors/modern/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�E��A6��9�`_�','�҄��߸��v!\"O�Q��͛h�R\"�y_�','',0,'?'),('Sn�y�p���G��pI','wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�Hn��Z�5F3e���','�ʙ�*�J\nY�=i�X�0��]�O��q��Vr','',0,'?'),('St�$�K�Yb!�N�x\r','wp-content/themes/twentytwentythree/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v{�HP5�3��','T�9�\'H�Y�=����]�D�z\".�G�Y�','',0,'?'),('SzW��NKUS��','wp-includes/blocks/calendar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�CZ�����r�\Z�{s','�{�U�{���6��X̃�Cآ��DA\\a','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S��@��4n��E','wp-content/plugins/really-simple-ssl/settings/src/utils/getAnchor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/getAnchor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|k\n�*m��ş5�~s','�)��x��\r����S�Z���\n�M��[!�>u','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php','/home/sleepingsolutions.co.uk/public_html/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','*Nwyz�(l��B�Oag','�(p�l�A2zg(~�{��YI0kQ�/�0P�y','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php','/home/sleepingsolutions.co.uk/public_html/wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �\'�`��{���','sv%���[8��R�����+aM!\"���V/6�','',0,'?'),('S�ZG\ZP��sH��Z�p','wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�@�˴����bB8\0','���I(���Zc&=��o��U��Դ�k��','',0,'?'),('S��l�+d{�\0%�L�','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�G	@N�o���y�','�~�+��L�.���fP���U>�V�T�j��#','',0,'?'),('S�;A����/��Q!�','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!,���l9�fi��\\','�G�u����D��\Z}\'9��Hsb��:X\"�','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[[+b~9��W��X[�','���#��w��N�:�Zũ�꧐���\rh','',0,'?'),('S����++���)y','wp-content/plugins/updraftplus/images/icons/pcloud.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/pcloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b0� 1�Br�4�','�y~���O~����`�P�>dm�z�Pe!b6��','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/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�)�\0�����1P�','wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���C�>����d\'','�UQ_�]����#d��DA{���ا�<PT','',0,'?'),('S����B��w{�N_>','wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����2=5\'�','ԗ�&Iپ���ȡ\0���	��P��a!\\c7�','',0,'?'),('S����L�گj�)>��','wp-content/plugins/wp-cerber/assets/flags/cw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��z�jD7�Z��_��','ʚj\'��z��-F��>��8�o}�ti���z�','',0,'?'),('S�r�=|4}`G�\\�|V','wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ū��]wKْ�1','\n��,�P��\"�9��Β!�Sƙ�ϡ���>t�','',0,'?'),('SբU	���|��{��nj','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٻ�xd��䬖i��;',' �飣�����C�0�5w�\r�X��`��%\"QP','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�ZV���5�[h۰[','�jUv	G��Һ���Π���\r��A�,s�x�5','',0,'?'),('S�!)q���O�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�<���cT1�[^�','k��\'��4�jo_�($q���P\0q�<��۶b.�','',0,'?'),('S��;Yd����I��JW','wp-content/themes/twentytwentythree/templates/blank.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/blank.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0x�z�eF���=�','����\n�#�F�V~���0�Q%*LFk�R����','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�V���sUN���d�','\"��+f5f(gdC��<i�˳]uƨ2�ļ','',0,'?'),('S�\\8z;�X��8�','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�y�@��g���#','C�9�6Hۉ�p�\')G��C�c�hl�{�N','',0,'?'),('S����-���f��%','wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sj(�(h<�\"�ۯP�','esQp���r�dghd��?�_�\Z��x����:[L','',0,'?'),('T�r���~�W]�','wp-includes/class-wp-comment.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G>�5\0�M���t��]/�','���OS2y\rXN\nV�{�,�	_�#�g]��.�','',0,'?'),('T�(�2��z���','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٽ2�����w/�����','e����8߱�t:�`�j\Zg±�i���v�N','',0,'?'),('T/���f��Uj�ݵ :','wp-content/plugins/elementor/core/common/modules/ajax/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�([�v�l埓,˨','hb��进q��Q���Fu#�������?F�','',0,'?'),('T6K?���s� �7(�','wp-includes/customize/class-wp-customize-sidebar-section.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('TEaZܺ�J7���!%{','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�<��V\rɃ�C]O���','Ja�m�f� ��C$`ۘ��V��Lm�^�','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ꮹX�F�T���',':��l�9�4��K9��<Y��;X`k=�K��o','',0,'?'),('TO_רwEϧ<�v�΍','wp-includes/blocks/navigation/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɸ��n5i�W��%u1','7�Ⴣ�G���r�E�����=��*���\0��\ZS','',0,'?'),('T_�X.P;i9��lu>XI','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F~m7�*D�C�ue��','�2��\'c)jO���A?�S����!W�Ŷ���','',0,'?'),('T`m�-�CN6�gs�U\0L','wp-content/themes/sydney/single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^���kّ�&[0բS','��Im�n��3�eګ�{��]�O��t�@]|','',0,'?'),('Tn��;��3�P�S6','wp-includes/css/classic-themes.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/classic-themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D����E�k�','m��0�����m�t�хt����I�U�l�,�','',0,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��xm:4����U�','�ɧu�G�����0��Z}ʉl{���G�q�','',0,'?'),('T|(����}Qs�M���','wp-content/themes/sydney/images/customizer/color-picker-transparency-grid.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/color-picker-transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I9}�x�̱��G','�\'�t��;��t6{��!�bi��+²�x���.�)','',0,'?'),('T}&K.��b�6�ؖs','wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/.sE}��93��<P','	�c?�k�0�0���:�3�B�~��h]\"/','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Fj��G�Zv�CQ\0`�[','U=�����O��m�C5y���}��5�\\��|\0','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����$E�Զ��','���e�m���\ndb��>%\0Z����','',0,'?'),('T����))j�G�|I	Qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʰL�@j\n���n�','��b����Ʀھu�N2��G�uWt�WE��','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php','/home/sleepingsolutions.co.uk/public_html/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��SL�r���Q��E','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape25.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape25.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GǴ�=0z��i��*','��X�\Z�	�^h�O�#�84��*�v�Ӟ�','',0,'?'),('T��`5���2z/>�w','wp-includes/blocks/query-pagination/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6d���\"U�h�J�A޴','i�D��q�X0m��|�K�@k0\"�p2@�|�','',0,'?'),('T�,���BE�^�ï#�r','wp-content/plugins/elementor/core/debug/classes/theme-missing.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Y�$�pn|�Ӭ','�m�\",{LJ?�S��V|�	B��J�s[�y�p+','',0,'?'),('Tյ|g�m�xq�H��','wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X,{Z.�E���w�H_�','(�|]to�݅o��7KQy��]oD_��w�MG','',0,'?'),('Tړb�I��v}�z5��','wp-includes/blocks/avatar/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I*�\\�ԗ�Wa��\r+','ځ�S�P|�%._�R�G���|��e8Q]���','',0,'?'),('T܌�7`\0���(�','wp-includes/js/mediaelement/renderers/vimeo.min.js','/home/sleepingsolutions.co.uk/public_html/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��p�-�s�f����d','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/menu.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/menu.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X���sR�&idÀ�lR=','�Q��:Ԃ�[/p�p߷d����,�R�ز���~�;','',0,'?'),('T��z�R�{��$,�','wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p���Q��E��/��','+�p�jK6���k�e�e0\0}O��\Z���g�z��','',0,'?'),('T�Q�A�l1�E��.','wp-content/plugins/wordfence/css/license/free-global.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/free-global.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�j�gE�B7�q,�','��\\R1�\"�`l 2�L�L�c�Xe��Et	BM�|','',0,'?'),('U���^$��l�D=�Y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xo�S\\,J����\'e','�3_}\"�\'�\"�p�o�+P���YE%����P','',0,'?'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('U/�dʼ{�\Z�L��','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;��%�Pۈ�x�i�','T�2[cʠ�-ƃ�F�[?1m����؞K[u�Z�','',0,'?'),('U1���h��JD����]s','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vv��&�H��\r$S','����\n� Q+�`�R&|0�1�\r�Y{V݅b����','',0,'?'),('U2��<��@Ɉ��\0�','wp-content/plugins/really-simple-ssl/settings/src/Menu/Menu.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Menu/Menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�;�ů��ȋ�0߆�','|e�s�ʀc�;{eq���S��+l��V�<m�','',0,'?'),('U5�tx�W�:�+���','wp-content/plugins/wordpress-seo/css/dist/adminbar-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\"��D}��/a�','\rIE{�xKs�h[����ov�ͧ4�Z�u���ف','',0,'?'),('U6P��\\f���x��','wp-content/plugins/elementor/includes/controls/hidden.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��?Ur�.b��	','1�$�!Z!���9��e��{An��ҍHë','',0,'?'),('U<��T�XO��:C��','wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�V�l\n�?�s','�IJ>A���$�.v�J�\nT�qjk��<a2.','',0,'?'),('U?@�hj��ם���Y','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?���c�#4�8','���J�˕���G�N �.���d�,ej\Z\r4','',0,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o\\��%k�&�е��','WW��?���,#zNt���� qC����.g�F','',0,'?'),('ULA\'�7V���gK','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�!�ur�`��}','�6��>�\r �Y؜wY�&�W�U/�xҜIV�','',0,'?'),('UU�-|�<�PJ�QiD�','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d{^JUa.�=��','�s�\n��ƹb���\"�MH	͚[)�\0','',0,'?'),('UYbp*}:�k�D��-','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��t���Ms�p�K�','�8��F��{aq���k�Z�|��t�z���','',0,'?'),('U[�v�\\��.�hIUf�R','wp-content/plugins/wpforms-lite/src/Admin/Builder/Traits/ContentInput.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Traits/ContentInput.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dL��	l�sZ?{�|�','�^f�\\v\"��5Cp���-Q�W(7� �z�|{]','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss','/home/sleepingsolutions.co.uk/public_html/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',')����Xgr�~�\r�W�','A�Hg��[rG�^���kΘ���i��<�\0�','',0,'?'),('UfBwB�H��Z��','wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fbqVK!DQ*�d��','g/��W�	@+��U�?���F�+Kd�-�','',0,'?'),('Uf��\\%���J7','wp-content/plugins/redirection/models/flusher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/flusher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P�R=H�F�u/����','����+qϋ>�9����l�F�VɊ�z�e\\','',0,'?'),('UgЮA�D�eN\\ڛм','wp-content/plugins/wordpress-seo/src/generators/schema/faq.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��FW\\\"���bZ�','�_mG��k�`����}(����`�ʊ�TN*C�;','',0,'?'),('Upݽ5�lu����51�','wp-content/themes/twentytwentythree/parts/comments.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/comments.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\'c���2�G���5y�','��2��:`���@Aqr\Z�\r�?�,��񵟞�','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SUa �o�����','�&�K��ps֍y�\Z�@?7G��c��#EU�','',0,'?'),('U�×H� m�H/�','wp-content/plugins/wordpress-seo/js/dist/languages/fr.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yȋt�-Hf\"�N�.��','�e%�Za=��se�S�X i�^�@ص��','',0,'?'),('U�v^�Tɣ&�x<��P','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�|B�����p�','G�����ay\rpL�+��2��i�B�>','',0,'?'),('U�T}^C�	<+��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�j�\"��W ','�zY5��>:z�u�W0瀟����@#�pV@','',0,'?'),('U��(��4�,yr��Ԭ','wp-content/plugins/wordpress-seo/admin/class-helpscout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-helpscout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�܎�lj�9~X','�t5���F��A����)>�\\��Hɝ�C�,/1Ӛ','',0,'?'),('U��1 ��S-LT�i','wp-content/plugins/ninja-tables/admin/table-builder/config/setting.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zf�}X?:�3U:m0�','�*�bO2\0w�B=&Q�hm]ֲ�B�\0+��}��,','',0,'?'),('U�0�w���ᛚu{�','wp-content/themes/sydney/inc/customizer/options/blog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�U5�Ρ�@�I}��8',']���U<L����@0�cUs��)��O�)ګ','',0,'?'),('U��84�v�ݪ�I�H�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+=_w�ɝ�&N��h�','&C�ʿ�\r)αc{m_~2�2���L~��','',0,'?'),('U�~��BL���e�v�M','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t/߯��1rיt��','[~��`	/!�oHmm�G��E2t��f`��t��','',0,'?'),('U���¼bTta�\0�','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fm>�a�\n�L','��i�yxR�^����y7xQ�-/<����P�','',0,'?'),('U�䧯m�Ւ����s','wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䫋��|��&@���*','o�i��X�fEg������ܶ#�Kgr����)','',0,'?'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-hݱ���O�','!�B�)6�\\�g0�$��/a�ΐn�kG','',0,'?'),('U�+|_�ɑ�1ZO�t','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��\0X!ok��v�%��','��#0f�O�/4��Q��j�wj�M\\�m�`','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\"�� �p=�֔p�','���^5�\"��E\0�~a�Ʊ*�9���; \r�%','',0,'?'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png','/home/sleepingsolutions.co.uk/public_html/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�V�,��u�`�\Z��','wp-content/themes/astra/inc/core/view-general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/view-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�OXQ�\'X���֨','m�\\���T\"�RWjT4��v�)&�rr�2��*8�','',0,'?'),('U����BT{<�P]Jf�','wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C���|�$��@�','�h0�ՒR��Y�n�w�@�>Z<�T��N+t�','',0,'?'),('U��=���>��wX','wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5���]�P�\"�F�.','�����W\"��f�#1���Etb��j�','',0,'?'),('U�T��+T�}�@����','wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��#����h	14','�t87��5��7�e��ܶ�����P�_���','',0,'?'),('U�^�� H�T�7j','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php','/home/sleepingsolutions.co.uk/public_html/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�J����V��+�m�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�c���(��r�R','CY\'UC�<�=���˺�x�c%�TvL3]\nnF','',0,'?'),('U��I<�JL�R�����','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��v-,�$�i�ڰ','sb/�[,�e�\"�n�S�u��g�����','',0,'?'),('U��9_�E\n�;��L','wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\\�;�����y��@','b��2�\\�b3�H�9\'�=��>�y{v��(C','',0,'?'),('Uۈ��\\�Z�gk�^\"','wp-content/plugins/elementor/assets/js/wp-audio.c312891b47caa5e1facb.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/wp-audio.c312891b47caa5e1facb.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oh�q�*�my��9>','k(\n�s���O�|��y�; �X��u�Pa��z','',0,'?'),('V\n�KOZ�7�!J�O��','wp-includes/css/dist/block-library/editor-elements-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vHօ�<��Uj+�@T','����VLb����4d�op���w���X�K��','',0,'?'),('VB�?�JB�\'nY��','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Field/Sortable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Field/Sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�0�οk9��6z�','*|��\'Vp󘧁�OT�M��X����5��','',0,'?'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��HV���Ô\rc)��%','Bοn�Y?C)3RYb����Ř�3dBv�b�3','',0,'?'),('V��<�7G�n���','wp-includes/blocks/separator/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FH�̬0��K�','�N�ԉ�Q�Y�w��O۫��xm�8T��{�','',0,'?'),('V��XZ���Ӿ�]@','wp-content/plugins/elementor/includes/managers/elements.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$w ���pwu��`','�ۛ\r\r0��o\0��,+)^��3���gZ�\Z�','',0,'?'),('V�ӈ�{��\r����','wp-content/themes/astra/assets/fonts/astra.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/fonts/astra.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&֏X����','+�f�ۚ�����\"J�\Z�Ƣ�S��d�m��g�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�7�{(G5��','5<��H���X0���t�>�-�������','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php','/home/sleepingsolutions.co.uk/public_html/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\'���P�+��}\rа|}','wp-content/plugins/elementor/includes/settings/tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0�kܺ�k��','�(i���!�6V�C-�վ��Ƿ#�]ڀ�','',0,'?'),('V)-��V������d','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�ȍ��b��xw)Q','�h��- K<�A�x<#�7�&P�I�.� #{�','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�Fo`N�E+�','�	�J��B�|^!�ss�o5�H�LR��t�','',0,'?'),('V7x7 �~���\\�-�Z','wp-content/themes/sydney/widgets/fp-facts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-facts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̞\'��ݞ��!�Z��','\'|`\'V�娨�/��U��^��r*`	Ss&��','',0,'?'),('V;A����m��)����','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��)�.���j�{!','��!8��Jfdk��Fw��,���kH�L�oM>\"','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��v����w�2�','�w1O߾0�V��I��$W���=����m����','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�B z\\f\0�����','%�rN8*G#��C��UᴭP�z�p_-���\n֌','',0,'?'),('VP�ܤeY��\ZꙔ�O�','wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�Mr��U;��U','nI0q�aM¤T�<Cb�j�?���ͣ��,�','',0,'?'),('VW�;z��*���(���','wp-includes/blocks/navigation.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��ކԯ�)Pa����','��EJ^=`��)�������ʝ�fv�����','',0,'?'),('V`���׷��\'r#��','wp-content/themes/astra/template-parts/header/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('Vev���ͼ�ˀ�7','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-flag-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-flag-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�А%IMg\n��/+f��','����P��}8^5����ve����x��Η͵�','',0,'?'),('Vh��Xn�A��.�2�z','wp-content/themes/twentytwentytwo/parts/header.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�<��\r<a�kT��[','b#�T;�i8bu���¢��,�P�@Ӊh5.*��','',0,'?'),('Vi\'��Ru�h:���u�','wp-includes/blocks/query-pagination-previous.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�ne��/���','\r��S�&$[��\\~�����\"Hɛn���','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����8��~�y!','ԕ��<�����?�ll��Sb3��Yo����','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Vt4�axƄXϫ�f�\n','wp-content/plugins/updraftplus/images/backblaze.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/backblaze.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�]���w�m@|�','k�6%��V�$��q��u;\Z�S��G��{','',0,'?'),('VzW>њD��dOz�Ih0','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fM�Kl�����o\Z','s���԰(B��T�`���ߗUi�\\4�����','',0,'?'),('V_��18o	Y<\Z��<','wp-content/plugins/elementor/core/breakpoints/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/breakpoints/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�b�7�w�T�/I�(','��9D�C[0��]P\r�$��4������oK�','',0,'?'),('V����k\r�N�fL���','wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o\ZKY��.pxt�6','|H,� !T�&oC7k��H��d\\�c\"�g5�]','',0,'?'),('V����.���)�<�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i0���\nr���s�.�','��m�e0���ϭ��|�)���>TYyv2�','',0,'?'),('V�4=<��8���X�','wp-content/plugins/elementor/core/settings/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ig�o�u���)����','?��5�Y�A�\r(�_�)�\\�v��U,�}�Pw','',0,'?'),('V�����댏$�x','wp-admin/js/post.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p�D|ؤm��ʧ�','�zt��G-�(�11�&2�C5�U��k�/�bG�','',0,'?'),('V�!�U9�D��`�}�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G}�6l-Tlk��','+�ʡ��t�^E��M��l5�?z��k�:�*�','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��S4�C@�r\0\\Z','\0�n�b�ǻ���I꾊N�܂��Ӡ�fR�z�','',0,'?'),('V��14؛������','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s������a���pC','�q�E��y�\Zqꚉ��BY�7�\\�`��\0-\Z3y','',0,'?'),('V����{�EbVy�%','wp-content/plugins/wordfence/css/wf-onboarding.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-onboarding.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)��9�k�!a�J�','�A�5y*��o��SDy��&��pa����B����','',0,'?'),('V�4��Q��ځW�','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q`�+T��CYv7+��','�e~�A� o���T^��C���t-�','',0,'?'),('V�;b�Mabo�o���l�','wp-content/plugins/really-simple-ssl/lets-encrypt/config/fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��8e�R�!�(�Ȥ�','�r��^<ݦ_�(-�:C�*u)�Er��R�','',0,'?'),('V����>-��2�3y�','wp-content/plugins/updraftplus/images/updraft_premv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_premv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 ]�F�x��\"��','�o�&���j�\"Yu�<��r\0�l�K�0J','',0,'?'),('VÄ�nͲ�$��mq�h','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϷN=|�Уwu�����','��$,oo����]҇fY{B\\\0Q��_�n','',0,'?'),('V�lW��y��e�D�_','wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]���+IZ�r','NK*��s�*rd½� $�i���\r��z�3�c','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(4�[��ǎ�.�ȭN','X[��-����@��l��n��ނs�����','',0,'?'),('V�SI-Ms�o��|�U','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F��MlUS`�Q','s\n\r�p�5<E���Nh�ի5����5��G�^','',0,'?'),('V�Wo/�\\H���Y��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D@���<(�xHm','{o\nL�O/>e�|r���)Mq��b\n�!��{\ZB','',0,'?'),('V޷���Zw��֫���','wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y>�pZw�7�Ӛ���','��-�H�H���ҺѠ���U7*�S��','',0,'?'),('V�C\n�W���<&od+�','wp-content/plugins/redirection/models/group.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��F��H�AH�b�','�ݤ�*BQ���]C�K���7%�\'�P҄rϠ','',0,'?'),('V�{+�p�|��U\\','wp-content/plugins/elementor/assets/js/62aed6374b1561fb5fd8.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/62aed6374b1561fb5fd8.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��@��d���0��','\\��n�`G��\Z��}�2��}i���h��D','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css','/home/sleepingsolutions.co.uk/public_html/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��WO���>��mA','wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�L���{1/ʔ��','�u\"�\nf\Z(\"����m�m�K?���&K�x','',0,'?'),('W)Y�G��0A�ւ?J\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e U\n���~��ɹ�','�wd\'�{��.�w��;�Ξ\Z@vH`E�7���','',0,'?'),('W>fg>��:{��<&','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��\r�Ekܙ-��/5�g','U�^�\Z�%�	6x�߆D��s�[F� �X','',0,'?'),('Wñ&;�T#��yŤ','wp-content/plugins/elementor/assets/js/tabs.b358a47f052794b89da0.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/tabs.b358a47f052794b89da0.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��4��?�Ԕ;','s��V��1b�O��P8��TX��+��P�/�','',0,'?'),('W&�ִ �)+�ڱ���','wp-admin/includes/class-plugin-installer-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��#r봠���^�n�I','Ɠ�l���$�6b�OÚ�����%O3�\\pc','',0,'?'),('W+¥x~6�����n6�','wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�������+�','��iҜK��?8�:��@cDTyK����7v','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�Q�5eǓK�','L�kR�}��l!�߮��i�\r�3��x���IمA','',0,'?'),('WCZ(+���(����','wp-content/plugins/burger-companion/inc/coziplus/sections/section-team.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/sections/section-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w&&2O�>B&{�aF','�3���p˹Id<5�Z#��A����+u���','',0,'?'),('Wc�R����hW�4�','wp-content/plugins/elementor/app/modules/onboarding/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/onboarding/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�aR�Yv�X+���:','e��_%_��Q��8j��z�?�7L�qo','',0,'?'),('Wf&�[Oص�?S��ȏ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���/*Mi͗����','s��V�\"P�$}]�����ućy[r�X�','',0,'?'),('Wf��)xu��K����>','wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ø��r���娂.�/','\r�O�w��P����ս��m��G�	��\0�m\'','',0,'?'),('Wl[_��-�콞	�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�0���A��m�Q8Q','����E��}��-ZL(���]8�2�púi��','',0,'?'),('Wn=��9ȓu��E�T�','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n)����$�ю�h�','��\\M�4W�C�!�֧�*��f����c�@D�','',0,'?'),('Wol=����r�?���','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %�@l�x��`�`3�','��J�$�QlQ���p��e�XA28�:','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��9�64\"�k��y','�X�������\"v����-*������3','',0,'?'),('Wx����X8nt','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SDl2���#M\'�^ڞ�','���}J���Ho�R�\"��E�8`o�9)�KG','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�;����<����\r1','�; ���{���(\'�L��#N����=vyy','',0,'?'),('W�*=d��\r!, �=>','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��{�}��q*���F?','��5�Z@���`���Ӡ\"z�\Z�\0��\0�ʨ_�','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php','/home/sleepingsolutions.co.uk/public_html/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�m5��3�-�4�','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��4�p��ZܮR!','HI�f�~q� \Z�)�L�O�����?�[y�d=$4�','',0,'?'),('W�4��x;\\x�gfK�J<','wp-content/plugins/burger-companion/burger-companion.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/burger-companion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q3p�<:	��d!�R�','Ϧ�-�b��s����~��c���f?ʾ��','',0,'?'),('W���s{�Q�q��i�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�֊qک������?�','�o��͌P�3�\ZJ�y��ܼ��`o\0|��=','',0,'?'),('W�x��\n?��H)i','wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�KJ��>Ἵ�	�','���7���J��Eޯ����S$R\nձ�GR�','',0,'?'),('W��(NgKc/�ɷ�P','wp-content/themes/sydney/woocommerce/add-to-wishlist-button.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#ڮA&Ե-f����X�','Cj�6���}[M�0�l��Xӯ�9�m� ','',0,'?'),('W����g�R�Ju','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3\nR�֡�sn\"���','��?wU�l������4���7�S=6�n4H�l(','',0,'?'),('W�`��fu���D���e','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zأ׬u�������sR','V�t;p5����P����Jx�X\0��P�b','',0,'?'),('W��bLU�^,�=�@','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����&3f�=g-\n','Q�NF��0�;�7��xQ�!�|���h�\\?V','',0,'?'),('W� ZcɃt�m�� �','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Q���\ZC�7�/\rs�','���JSj���HOn��-����6ij��Eyǵ{','',0,'?'),('W�->�)c�����2�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('W��]}�$�SK\"N�6','wp-content/plugins/updraftplus/images/padlock-150.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/padlock-150.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\\&_{�}���[�','S������\Zz��w%�Dj^v�I���q��','',0,'?'),('X��c*ɕ������','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���Ȟ�LA��#(t','mb�K[�2:e<-Ld�N�U�d]����Ÿw','',0,'?'),('XwdGO1#i�o�G�','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�;�&�;Ȯ_`@R�','������Շ`��,�!Ql��\"<6���','',0,'?'),('Xͮ���xⷙ�#��','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ie�o��%�ALz��^','�2����Բ�B�s�)��}R-��B���\Z)','',0,'?'),('X(�z]���2�Qbf','wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�x/�լ-���S','��^\\�\r#u�}��9_�o��5�%�����','',0,'?'),('X+ٴ���3��0�1�','wp-content/themes/twentytwentyone/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��$<����ЕG��','���p���ٻ�\r��}j����R��eN','',0,'?'),('X,�\"[�	 \"/�����','wp-content/plugins/litespeed-cache/tpl/banner/slack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/slack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���iHZ�q�6','Qr��N�� ���.�[,���u���\0����\'','',0,'?'),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('XC�NLg�oS3X','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e1�yӎ�CDD����','�����h�J=��R��7���zD��g�Q��+���','',0,'?'),('XH8.h�gL���[y��','wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��go8FWS�t޴���','Ń��*�@92ћ���&b�G�t�1���u�,	','',0,'?'),('XJ)�U\\u���#���','wp-content/plugins/litespeed-cache/lib/object-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c5���8!�aM�k�=','bǣ�>��.��c��͇����\n5#\n\"��G','',0,'?'),('XJ��\n�sp3t9!҈','wp-includes/style-engine/class-wp-style-engine.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��bR����Q��','aD\\?]����4�����EJ ���Iل�\rn�','',0,'?'),('XZ?מ6L�帝� �','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���Z}�}bE�^','�\n�4��K&I��v����%H�ۺC|���ɩ�','',0,'?'),('XZA�ʃ���\n�Va�','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D������Y�9D^�','���/$��|�<HI]���Te�	0�e��','',0,'?'),('XZ�����5��<@U�','wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ѧ~�p��2�','���@��%{\\c\r~Cys�ΎY^FY�bTz','',0,'?'),('X\\QDӨp�H�ʯ','wp-content/plugins/elementor/assets/css/widget-accordion.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-accordion.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�甖�C����Å)�&','~m�Zʚ�9��m/틲V�0v�\r6�m�','',0,'?'),('X\\��A�� ז�N','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�^5y�\n�G*�@�','�9��f�2�!���s7�ޛ$H-��\"}��','',0,'?'),('Xd��,p8�yD<;\"q','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Lm�rc���','R��/VN>�O���b�Μ�w^k��^�\'3','',0,'?'),('Xd�>������7o�u�','wp-content/themes/astra/template-parts/single/single-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/single/single-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�Fm�e�v���','��k�c|O���゚И�X�[p	h����`��','',0,'?'),('Xg#�m\rf�j�7m�^','wp-includes/blocks/post-title.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W��E|~St�','�o�c�8sש�+r�<�54�ف ���','',0,'?'),('XlY�Xno�@7V�X�','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�-\\���&����','~��(�k�?��\'m�+S�\'�>�Eݔ�e�','',0,'?'),('Xz�&D�<�o�p|.','wp-content/plugins/wpforms-lite/assets/js/admin-builder-utils.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f׵�B�	{#j1κ','h�e��8���Z��,��Z\'Ȫ����\r�','',0,'?'),('X��-06�MFk  �','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v\Z�8h��(ԝ,','O[u\"뙎�v8B�i\n?�j�V�l>�X��','',0,'?'),('X�d�Q�3k_	�e;	','wp-content/themes/astra/languages/astra.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/languages/astra.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���k��L�6�t�','&}�\'�\"�%���850�^$�Zf�/aMlD����','',0,'?'),('X�ʑ�V�,�_-���','wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���?[��cT��','����x(�^�|~���]�� |�NG�	H\"�O%','',0,'?'),('X�۩�i)�9Y���','wp-content/plugins/redirection/actions/nothing.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/nothing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�	�}Wُ ','��pí4ũ����[�{��������/��','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ��U;:�BH��i','�՚���� Q�憐D�P��؂_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif','/home/sleepingsolutions.co.uk/public_html/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���\\u������','wp-content/plugins/burger-companion/inc/shopmax/features/storebiz-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/features/storebiz-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���W)�Q�30','ܯ��#�B��#c���?�1��\'H�q','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:���7�Ȳu�O','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�i83��qb|��,\r','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f!Ɏ�Г�°�','F�v��^Z��Su؞��Ł��p�\n��Ck','',0,'?'),('X�2�FGr��m��F��','wp-includes/blocks/button/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2(�@$9yX�','zk�W��FT��0����}E|�=��YwT�S','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>]\0�����~`j:��','���y�j��Z���p?}Wh�z���m,','',0,'?'),('X��=�l3�&�\r�\'�','wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�/�\0��s','B~��e?@���3q�	�*��<��3<JY�au׵','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��NQ�P\'�}c��r�','�=Los��\\���F�� ��4#G>���!0E��','',0,'?'),('X���`�O�?%\'9է�','wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\Z�VŹ��M�E','`m}G`\0�̑V¿\\o�S��ְ/�|^�_���R\"','',0,'?'),('X�֏�|5_8Ep�A��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%I������','8Q��`+�V�$懶t0H����\'`������>�','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;h�x	��2ذU$�','���V3�]����`2����T$����,��ה','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��C��#B�sT�b','×GH����5kӹr�ܰRR��_�x�-�','',0,'?'),('X�Y�i��U����G2','wp-content/plugins/burger-companion/inc/sipri/images/cta/avatar-1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/cta/avatar-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B3Ӿk�]i�f�C�','~�Š���jэ��	�R\"�q�Ak#�:���','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5s�����}�@N','`��W�CG��ZǍ�\0d$ejxYE�r���8','',0,'?'),('X��N��8�j����c�','wp-includes/blocks/post-excerpt/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�1�,ͯeܒ���','�W޻i���7�5�^gDn~Q�\"5Q Wɟ�','',0,'?'),('X�\"m�@�Q���|��','wp-content/plugins/elementor/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/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,'?'),('X��;�BG�4���o���','wp-content/plugins/elementor/modules/compatibility-tag/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�ٟ�$Vb��g','TW}τ��W�G��i덛�ňՁcuC[�T��','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^D1����B.et�','f�?�r\r��RM����@��{�8�<��&5D\"��','',0,'?'),('X�O��f�轴��W��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ϕi��̞��\"�','�6Z\\�+j�#�{э՘����)�ź,�rzl���','',0,'?'),('X���9R�w��;��','wp-content/themes/astra/template-parts/blog/blog-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/blog/blog-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�?��瀁Gϸ3���','����u\ZpS��BE���[Pf�{!<Iv4�T�e','',0,'?'),('X��JI��������','wp-content/themes/sydney/inc/customizer/controls/toggle/class_sydney_toggle_control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/toggle/class_sydney_toggle_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CG�I� ��h���M','�$��aRy�s<ll	mU�v:\"8��hz�6','',0,'?'),('X���\Z�t�5� \r�u9�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q.��\0��A�j�?U','v\0��1u��,��U�tE��{7�`�I���U�','',0,'?'),('X�Ab����}�~��,W','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���#x\0�y��H�','`7b�Z����jZ��82���p�j��&t/�','',0,'?'),('X��D�]�tvX�H�\n','wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ForbiddenNullValuesValidator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ForbiddenNullValuesValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��{\Z�r1x�','�\0���#L�B����<���\'m�>6��\'','',0,'?'),('Y����6���7�y!','wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��{�<��pwf�	�','/��ΩU��_����D4�VhAe�@h�H��','',0,'?'),('Y	�m�)�$�F9','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���\r�sT\Z�*�','�ȅ�Ƚ��y؛�G���|��D�����\Z','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r)qOel����N��~','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y�%\n��#�,��l.j�','wp-content/plugins/redirection/locale/redirection-gl_ES.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�Ͼ���&��P��','m�-�Ec�ϟ٨;��(��zi#�gA0g���','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*\n��yaK;��[�L�','����	 =�����j_}��;Є8i2OU\0u�%Jo','',0,'?'),('Y*\n���0.���4I','wp-content/plugins/wpforms-lite/src/Admin/Notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��h�u�9�k@��','w7i��Fg�6��b�^ު��^&e}�U�����','',0,'?'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���(\"v�V>�','N8�X��<ه��\\՘��1�vvF��7�','',0,'?'),('Y-8g�m��<Z28$Q`�','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zvgo��O�N�mE�G�','��k�C	�q�9���sN������`�&�\rԹ','',0,'?'),('Y/�ޑ�	���\Z���','wp-includes/js/dist/escape-html.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)q�*.3�A','��NC��$\r�+q�c��b�\n�(h]�@�\ZA��','',0,'?'),('Y@әM�b�S*�x�','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(E��Ϧ\"�=��','\0	̀�����poD�WT��<J�jD','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php','/home/sleepingsolutions.co.uk/public_html/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','���%	�fF�!\"��','.î���{ճVO���]�;�=���\n��\ZN�','',0,'?'),('YB�B;�:�~��%���','wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��t�Po���D�','9�\rO:r�� �=�M6�\0�l�ݡќP��-�~','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��\'����~%S�','�N��m$ٴ+r�+@��2��<�-Jl��ʚ�g','',0,'?'),('Y���М�:�y�','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-above-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-above-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ir���i�\0��Q�d','����\rX�LN�B��`7�$2�|%�ZRE��+','',0,'?'),('Y���ѿ~�y\r~���','wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\Z���\0�t��M���','���|���\"6�`���l���}(ԓ7��uM','',0,'?'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png','/home/sleepingsolutions.co.uk/public_html/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���6<e�A��=\"�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EO	:\'\Zӎ����X�P','+s�x}^�d�1^����g��R�����.����','',0,'?'),('Y�+��D4k{3��):','wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0x�Qs	��VV9�y�','�k3��m�k�ι���$	�G�x����,B���\Z','',0,'?'),('Y�BWy	+�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�݅7���o�o�g?','yN�����ķ��		=\"h��\rd��|����A','',0,'?'),('Y�Йi�z#Oŭ�Iˤ8','wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Γ���a7����','��N�Yk����\\<|�ƞ Z��8y֝��op','',0,'?'),('Y�&)_�����w�o�8�','wp-content/plugins/wordpress-seo/images/alert-success-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?h�0X���','�,�0\ZA/�Z�eK�O\\pң\ndF��\nef�i�','',0,'?'),('Y���\'K`HP�Y�s','wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HFjb�Uv��|�I�','�!�O�N�}#����쒦=���Ev݄�\0fTٶ�C','',0,'?'),('Y��8��NH��*f��G','wp-content/plugins/wp-cerber/assets/flags/et.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/et.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h9�G\0����O�','�x��^)9[�-�&o��U��\0\Z�h�DŽ��.','',0,'?'),('Y�J��|��[D��y�Y','wp-content/plugins/wordfence/waf/.htaccess','/home/sleepingsolutions.co.uk/public_html/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��%N\0cxN��z�t','wp-content/themes/astra/inc/compatibility/class-astra-elementor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t �O6Ǜ<�\\�','ʣm������s�%4�&\\�z�6B��|�Pc','',0,'?'),('Y�x^����z�,U�','wp-content/plugins/elementor/includes/widgets/icon.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޙ�i7A�A�K3�ĵ}�','�8�2:W@�争M�[Ջ9J#��5V�.����g','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������������`','����{,o�ף��qI�l�z<HHrU�+o]M','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�o��\0�%�Y��','&�#�k#�P�/Ɏ��J�LN�L��','',0,'?'),('Y�S�%3X�ȴ���T�','wp-content/plugins/redirection/locale/redirection-fr_CA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�\Z� ��S�y&6mV','���|Ш��z.\nf0i��rW��qO�9D�','',0,'?'),('Y�g7$�B�[�-','wp-content/plugins/updraftplus/images/addons-images/migrator.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/migrator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�^�]\"�\" �^@','�F�5�2:���҃{��PQ5��.��)}z\0	w','',0,'?'),('Y��Y�a�]�XZխٙ','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Configuration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pc\'��.�P�D14��','�e�2�\0��qX����,ne?��!�$�ƾ��G��','',0,'?'),('Y���gH�0�>V\"��','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2��I�CF��[jn','���\n��G��,�|�6���\r��� �Rϲ�','',0,'?'),('Zu�RA�Q��~��','wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�)\r^`vO�!\0��','����?\'�1E\n9�ZxG1�\'��~8����[�','',0,'?'),('Z�Ug��&��[\'�','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\"�2z��mv0m','��T�\"d\nV�u漝�E}�8!ߑM��t��,[hy','',0,'?'),('Z<�[KUu�e����','wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߄�ǟ94�@��','\\��&e�p<����䥟oGsش�w�X[G~�S��','',0,'?'),('Z=�����ӓ��j` ','wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�lZK�r�3�','�\"�̼­M���_�bﴕW��iŶ6R}TA_�','',0,'?'),('Z�ұ�bi��.\Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�*��^�l\r�n-','���$�=�Y#=Y�X�/2��o���s;Np','',0,'?'),('Z	��?b���/�$�5','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}t��ö�f��D$.�','Q!C����~�2�Z�u�Q�bF\\���T�}s\'','',0,'?'),('Z\rd�WKrg�!te܈','wp-content/plugins/elementor/core/common/modules/finder/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s01�1�Ĕ�����&��','�	�N��p��>rs��w��u�7����L���G�','',0,'?'),('ZL�܏�v�N�%�%_','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x6�g6���i�Д�9݁','2�֍�[=,[1&][�w�˒&7��\"n�','',0,'?'),('Z)��?��v���z0�F�','wp-content/plugins/elementor/modules/usage/usage-reporter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~#m��R\0(�����','Ea:����{��\'��N��н����e˦','',0,'?'),('Z0P(|�\'�s���J�','wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e%:/�-��J���)�','!\'�C�D����:��r3}%���+Q���i�ԑ�','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tdd��$0�џ�tu�','��?vCB�ӑ��d�j=�y�Km)Q#���','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('Z:cX�L��j���Nc','wp-content/plugins/wordpress-seo/js/dist/languages/hu.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zN���5GFMYU\rV;','���B6���a�)W�V���vB���XsU	�','',0,'?'),('Z;���s�~X���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Rt��H@�G�qVV\Zc',')��}3	��-���hS,����ʇ/ח\\N��','',0,'?'),('Z>�n؏/q��Nb�','wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��\"x�������#�','��\\Ե2��˚���fw�S�jD0�s��}Q','',0,'?'),('Z?�#Q,3�j�&7\'��','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidVersionComparisonString.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidVersionComparisonString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|r�1�!�mL��','�!Y��o]�.\"]��,ڒ,�m\\e��>�(\Zr{�','',0,'?'),('ZA�P��z����','wp-includes/blocks/pullquote/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�Z��B��;4ƍ��1','�\\mZ�\n{�q�:�-f��| ٦��HXH6/m�','',0,'?'),('ZD�:-h�${�ma�','wp-content/plugins/wordfence/images/sort_desc.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ZK�p|�ӣk���=�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/Base32/Base32.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/Base32/Base32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��O�T���~r','u���D:Z�K5����_zh���k��ӳ#NR','',0,'?'),('ZP�e2I�� ��[͠�','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss','/home/sleepingsolutions.co.uk/public_html/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','�����E��s)���N�','p��<�*�w�b�EHzL%U�c(�,�?)z','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Z]��\nF���J�~|.�','wp-content/plugins/wp-cerber/assets/flags/pt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c��L#���','Y4�7��bs\\7m�­y�f.�`�#����Z~��','',0,'?'),('Zd�%�����:l�r','wp-content/plugins/wordfence/css/wf-adminbar.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-adminbar.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԧ_SZډ˴&nQ��W�','ܭ�3[=�[��]|Djga,X	�n-H{�o','',0,'?'),('ZfZ�S#�������T','wp-content/plugins/updraftplus/includes/Google/Http/REST.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�����8g�\r\n','f�xJqw�Jk�\n�?�NqK�H�~Z�-A�%�\n','',0,'?'),('Zj�?�`9P�l���u','wp-content/plugins/updraftplus/images/notices/locksettings.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/locksettings.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m\\����˃J{]�','P�����וLX�wV�	J<�EP��Ʀ���’p','',0,'?'),('Zs���8�YAt�Yd','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/<�x.���k�Vc','�t�x��*#�A����&k��ԛ�1���','',0,'?'),('Zu�;�Z��cd��XJ�','wp-content/plugins/redirection/fileio/rss.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�B��j�{&PEl','7e����U��V�T&�/\'�8�ܫlӗ�v�ڛ','',0,'?'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�Y�_��r��X��',')��Nv���4b�xuj>I&�Xܸ�c!Kb','',0,'?'),('Z}My�R6��#�`v\Z�s','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0E�����\Z�K�ԏ~','GΪy*+���q��-������\'�m��7P','',0,'?'),('Z2@@`V��;ՠ�!','wp-content/plugins/elementor/modules/promotions/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�%�&\n�&$HG','P>�RH2}�?�:EP��ąؘyV��J','',0,'?'),('ZҌ�[��\nv���	F','wp-includes/SimplePie/gzdecode.php','/home/sleepingsolutions.co.uk/public_html/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����IIL�5�p�G','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�#���5���}ai(','\"�݉�Kz�������$D�6�e�U�J�aD� ','',0,'?'),('Z��0s{�\0Gt��Z','wp-includes/blocks/categories/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��	�=�9!U��b','/��]�Ol��kڵ�/Ҡ�[q�>>�<x��l','',0,'?'),('Z�.zY#����O��`)�','wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iԛ{���9O_�t��','��ʘ���$�i%�P�l��,2Ni�\\e�','',0,'?'),('Z�u�B���I��Y���','wp-content/plugins/elementor/includes/shapes.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/shapes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']k>\'��v��k�[','�k��_��J��ؗG�\n�T�%����','',0,'?'),('Z��8�\n���ϝ���','wp-content/themes/twentytwentytwo/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�v���`\r��ؔ','�P��+Ί!v�.�-���+���3A�?Ru�,�','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n��(F�̽�','e��>���WZ�]��m��l΁�j���ei','',0,'?'),('Z���Cw��iSpNH�u','wp-content/plugins/wpforms-lite/assets/css/challenge.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/challenge.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BL7=r�f��,w�!d','��M��\n}��S���@�n?>�FyY30\\<��','',0,'?'),('Z�(a�K���1\'Y��̇','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W.��h.C^d�','d�R5���e�(�`�cfy�T�r�D����ٓ','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UJ/�ƺAFKR\'J','��kW5�E%��>+�w�Z�S��i@S,�z�N#','',0,'?'),('Z�\0��Y���� æfg','wp-includes/js/crop/marqueeVert.gif','/home/sleepingsolutions.co.uk/public_html/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��í�����گ&?','wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�Q��dϗ4��|','�1�G�\'jP�x@�a�3��,/�<~�`h��.m��','',0,'?'),('Z�YS,w�]�½�-f{�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�n�r�)^�ٔ�mO','?	6��.��C�9�V�o�85�//�?���x','',0,'?'),('Z�3���X*Sd��\0�','wp-content/plugins/elementor/includes/embed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#h��R�+��<O(�','ȭz��V@�X��vO�(�o�В)}۸�Fg�k','',0,'?'),('ZÆ��8��\Z����f','wp-content/plugins/elementor/assets/css/app-base-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�<;�\0���\nt6<','�����W�Z��M���5��Gc=��N�h�','',0,'?'),('Z̥3,�^��Cx�Tt�','wp-content/plugins/elementor/assets/shapes/triangle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�pʛ/5�7�=','���{v�H�K�G�A F�^G�����2�','',0,'?'),('Z�H7)z�u��Nx\"�','wp-content/plugins/wordpress-seo/src/config/migration-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migration-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��)��\rPN�f��','}�Mo�������<c.��襥`١�g2�bF0','',0,'?'),('Z�u=�7��0�','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss','/home/sleepingsolutions.co.uk/public_html/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',':�O]����y�\r�usG','�i�>D�4rΝ#�<7r^Y�i\0*zP��#��7','',0,'?'),('Z�*Է�!�\"E\Z�@','wp-includes/blocks/pullquote/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�ڽ��u�g{�\Z','�SF�=���T�	��n	�M晷O&�Xpڔ','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�.�/���k�(�','�N\Z	��;���\rBR�x��%�%�CR�<','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php','/home/sleepingsolutions.co.uk/public_html/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�(�d8�.3V��!J�','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CQ��X�\ZոX�U�','�\Z��8�P�J�i=h�N�*�]N���!�.�����','',0,'?'),('Z�n�dB�*��tEH','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7wpN���O΃M&��','�]�4��F�w>uOO���Wx�rŁ��}�','',0,'?'),('[��: b��T�V,','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;a�9��\Z\0��^kpN�','��W�,\\܆�Bw�cj|\\��:3dy�ؖ���','',0,'?'),('[:u����;r\Z','wp-content/plugins/wp-cerber/assets/flags/ge.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ge.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u#���\n�W�T�x7','|$x�k�:KD������r�e�\r>Jhbt�','',0,'?'),('[\r�%��C�%�E��&�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�hsu5;.E\Ze','���1hsk�*��-�V�\rxҞg`Ȧ8j�:��','',0,'?'),('[>,�w^!z6�d','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?=���`(��m�`�j','p�(�0z&�:w��{��q��E��\r���;��','',0,'?'),('[��=�R��Da�O�O','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a��n�V�\n`�1�','�k<@m��	5�N�bR��qR��&p�>xk�,\"','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Z�,�vkU�š','�?f��Ԍt��]������C2x�d�д','',0,'?'),('[%O��l�>L\'�2�','wp-content/plugins/litespeed-cache/src/esi.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/esi.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��㤆X�p�(�|�k�','H��G�]�y�XxBB#�C�l�j����4�','',0,'?'),('[&a�d��Xm�0��Y�','wp-content/themes/twentytwentytwo/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_5�P�[Oa�n�v�','��k��\\�h��6k��K4&�my0�g���F','',0,'?'),('[(��W�c�������G','wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XW��b�K8���i�','.����77��5�O�nm��g��L�I�/we','',0,'?'),('[(��L\'�|aC2�[','wp-content/plugins/wp-cerber/assets/flags/kz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vx�w�\'r���	�i�','�/��N/��\r&��(�����#���c�^a�1���','',0,'?'),('[.}-�q��I���a�+','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�b��>��궽<','��$iV�����:|��%9\\���I9�','',0,'?'),('[1�X���j]Ȋv��','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��V�>�$���Y�L}','$o���Tl�[88���T �G�tM�ς���','',0,'?'),('[2�:��S�?/��j','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OA\'�9�\'+;�姗ax','!C,V-��g$�F�x��Z��ܷ뗆l��','',0,'?'),('[5D��3��V�9b','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؁j/vY��ᒎL��',';~k�����`�C���¼˒JM���)I�A�','',0,'?'),('[5���Y�Nh���K�M�','wp-includes/customize/class-wp-widget-area-customize-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('[6	�`�{	�����z','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n+bA|�-��X','g7>�^��r��ֲ����Ygd7羊�`=','',0,'?'),('[8\n)_7��5�)�Q��','wp-content/themes/sydney/inc/customizer/options/footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z[_�����/�1�/','�ŝّ�[��z�u�Z�;ӕ4�y�P\0�έL�','',0,'?'),('[M��Ƃr��\"��bH�#','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(I#��������� ��','h�{o�$��g��Q�.��6o\'�@���E� �G�','',0,'?'),('[Sf�680���Ь�}+','wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�,T.�����gG��*','h-�)���%��M/�Ev�E���\0\r��KK','',0,'?'),('[`?�<�F�x��{\Z�','wp-content/themes/astra/assets/fonts/astra.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/fonts/astra.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�2���7�U!�ǐ�','H-T�iz.�&��oS\'��n�2�Z�x�w�)!=','',0,'?'),('[jrT ��}�oW��','wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1Zc�v]�>�f�o','��8r�_2@2����hB�|�X`(FVl28���','',0,'?'),('[j�9.�yU]\"�7H','wp-content/themes/sydney/js/jquery.superslides.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/jquery.superslides.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�\"iI�G	@��0�H','Py3�\n0�@ޮ�Z��ʜL�Ue<�:F7$Z+ ','',0,'?'),('[lHc�Tr�S<�R�\"','wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JF�G\Z?���I��','~�a�\r�XnR�=a���`�n��B�','',0,'?'),('[~6��Mp�\'���q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i?M�-.f�Џ�U�5','ƺif ��BH#Ax���O�ޝ��lz`y�','',0,'?'),('[~v5�70��d��.�','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��Jq&S�l%\']�','. �~\'9�������X|��ȃ��D�|&��','',0,'?'),('[��]�?(�gѣ\\0t','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|	�%H����\'��J','���A�	JaD��#@\0����b����!','',0,'?'),('[�:�!U�C~\n�k��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v4�F�\nm��	�?','�cXI[\0���#J����^���ټT�`��Jt','',0,'?'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�P����t�;��','�n�ܿ��)�͜׮����r�C�i���%aC_','',0,'?'),('[����q`1�����x','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�ҦV�7@\Zb�','M.\0�E����,��NK�#��_%E�x�h�','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('[������N7����','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xT�\"���6��߄|','��������֒�	�&�h��~\\Go�\\���b�','',0,'?'),('[��$��ַ�YN;d\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Nm�u���lv:','�$��Y�JK|������oq)�]�o�','',0,'?'),('[��lJ�;+fIHS�u','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ElementNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ElementNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��UG�8G�����','F��	�Ѵ�t{��	�3��2RY�6c��:���H]','',0,'?'),('[�J�����`��X��','wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��<����E^�	%�','+��]�*(9�ښ4G�|JY�ŷM��!�5�\0د','',0,'?'),('[�Psr@ܟ��e�#9s\Z','wp-content/plugins/redirection/locale/redirection-pt_BR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hi\Z��\\c�X��','U-M\'��1��Z��C@��U�c����S�;#','',0,'?'),('[��x%�0�h��N,z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��TnJ��x��x��','��!��Y����4#@�ZJD�~4������_�$','',0,'?'),('[��� R�,�u�H','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExceptionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������V9�p��','v�D�r��8j?\Z��w��J+%~ �c#��h\'\\','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W,a4�Vk��6�6L','`�Q�V;�`��������_1p����R�F�;','',0,'?'),('[�R�N�Cr��5*�Y','wp-content/plugins/really-simple-ssl/onboarding/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/onboarding/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('[��A�0�b[�B�G','wp-content/plugins/wordfence/images/logos/shield-free.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-free.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m3k#�^��\Z\Z+W','�Lmd��1��a ףM�\\�m(#p��^1M��','',0,'?'),('[®��� s���6�D','wp-content/plugins/burger-companion/inc/spabiz/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('[�I�l!h�������3','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�Z�ɳ�|3�','��_��i���c���B���7H�%K ��','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�r�Nf}�-��⽪','��H������i���c�!��I).eh������','',0,'?'),('[�BX\n��Q����c�','wp-includes/blocks/file/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|Um��^�Ģe��H}�','z�q��\Z�7\"%+�/,@O\0�	-�\ZM�H3�','',0,'?'),('[��ӽ�$�qj�g_5�','wp-includes/css/dist/block-library/editor-elements.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vHօ�<��Uj+�@T','����VLb����4d�op���w���X�K��','',0,'?'),('[�B�m?� X�>�','wp-content/plugins/ninja-tables/assets/libs/ace/worker-javascript.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/worker-javascript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Ɇ��mm�	��\"�','�\rv�|��dRw�!w�ϰ�=F��|M��\Zs�','',0,'?'),('[�{Lzҍ7A��җt�','wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n	ti����[D���','�E�Vhuv�a!�A�h�į��\rR�8*gu9$}','',0,'?'),('[ؗ�w˃��pg�0��','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.���.�#ȴ�','W��W�!D�ڴF7sV�yc�5�GG7>%+e','',0,'?'),('[�q�E\'�a�?���','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D����\n\\�!','���*��0�$��b+DWӟ�\'(��q�.\Z�','',0,'?'),('[�ئ�m��Np�h','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�jE�;2/��',':@�w5�����ФX[PӼI<K�Q�','',0,'?'),('[�f&`J����\\$k`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K9�hpo�(3�[','F�mK�y#���X�}`����r��g�_\r�@\\�','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('[����\r1��K��8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��*�آ�sz��!','�)�9�<�bӿ@Q�hɢg;̀e>��g~Q','',0,'?'),('[�Մ)��ƚ2]���)E','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a<���q���vm�','�v��fX���?��ί[/QZ��~��Q\r��','',0,'?'),('[�|�`���(r��D','wp-content/themes/sydney/images/customizer/bl6.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl6.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����L�:�=��v','=N\0�<�!���N�,�4D�n\0ה��VZ����','',0,'?'),('[��]c�i���m]Z�42','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']/�p��=}qd	;�','\0��@d�o3�*Dg�㽅�6Ѵa�M�vsN','',0,'?'),('[�<��ے��Ra�*�2','wp-content/plugins/elementor/includes/widgets/video.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S㊽�.Q�u','�/�\nt�>�ꠥ6��/go�w.u�U����\n�','',0,'?'),('\\�%�?�>����e8','wp-includes/class-wp-block-pattern-categories-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�3��sCƻy�6�_R','\0qҥ�i��/sc���m��������','',0,'?'),('\\b��݇: +)܎�z','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-portfolio.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��V64Ш7p��','�+�mO*n.#(0�0�ȞMT��QEqB��p}�','',0,'?'),('\\��X\r:l]@H7�','wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�`I��h|݌��','z����0�-��t@���nc(ޣ�t]���u','',0,'?'),('\\ἵ�V&[Cu���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ǂ�\0+Y/l<#�aJ','Y����~+u\'�r��р��%W�2J����','',0,'?'),('\\J}�	�tDrJΨ','wp-content/themes/astra/assets/css/minified/main-css.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/main-css.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƵA�m���<j�b','���I�� �qq������s�sp��	(W����l','',0,'?'),('\\e&$�1I�>��Q','wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f�����	`��','�s\0���!�z\Z-���gp��	�\"��3vfF','',0,'?'),('\\�Ɋ6O+t��jR�{','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w2+�6:+t�T���@','`w,�ݯc/���>B���i�_Kh�iM?�','',0,'?'),('\\�����9�����','wp-admin/ms-upgrade-network.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\\P���*���\'���','wp-content/plugins/elementor/core/responsive/files/frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɴ�t��d0�êǑ5o','`,E�	x$3EJAa��F��8�wŧ9�8}�r','',0,'?'),('\\!�O��?;b��p5a/�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����pfJ�Ż>So�R�','/�X0����԰�矹���\ZN���gJ����u�','',0,'?'),('\\%?�SZ��y%�A�0;c','wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','녧�[�(�u&y��ô','W�w�fr�<�v�\n����Enq�/t���)��','',0,'?'),('\\1�t�I�!m6!��X','wp-content/plugins/burger-companion/inc/decorme/images/slider_five/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/slider_five/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���+q*�9�4�9','v`+g��m�\"���YLY�G���|�\"���Er\n','',0,'?'),('\\8J9��ވ�\n��','wp-content/themes/sydney/vendor/composer/installed.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R/�gi���σW�$','����g��S�͸v�I�JG�����7�','',0,'?'),('\\9C��1�@@.81��','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/ryte-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/ryte-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\*OF9*����','�X�%��aFJ(C�J:�!�@�jd�O�Rys7�','',0,'?'),('\\AC���k�\ZT','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s\\�����S%��q','/�lʄ^t��8�\\z��*�7�e�|V(��K�?','',0,'?'),('\\H���:��u3�%�Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�2�H���$�\n�','5�(�/��PhJS�Z\"&]}���r�Ip�(�-t��','',0,'?'),('\\L�}��Y�~�la��','wp-includes/blocks/gallery/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��yГ��L+��5�	','���z��W���&G��b���`xp�d��','',0,'?'),('\\N/ֿ�\rt<����','wp-content/themes/sydney/images/customizer/sidebar-left.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a9트H3\"�q\'~`','J^EM�b��Z�=�&����u��:�','',0,'?'),('\\Q^z7�K�b\n��h�^','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hŲ r��3�[�As�h','>f�0�O?\0h^�a��d�r\\.���ҥd�','',0,'?'),('\\R$��GO΄���y','wp-includes/css/dist/block-editor/default-editor-styles.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���L�v�.�','Rgu`���„g���15�?PLR����*f0','',0,'?'),('\\V��}��2��j�K','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��� �tVַW�Xl','b�JN��H���O��%��a����Mu���9���','',0,'?'),('\\[��i%Ͱ<��e�>�','wp-includes/css/wp-pointer-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�╄)���y-?�','�&��P�\n�e5�o,V?�A\Z�U�;��9�;��z','',0,'?'),('\\e����i-��-�e','wp-content/plugins/redirection/redirection-strings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Bl�d����կ.S�','���c�A�ߙ�ϵY�VӠ�2�wq�v8R<S','',0,'?'),('\\gP�7���(U��','wp-content/plugins/elementor/core/base/document.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/document.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�	�Dz�]l��9','\Z��}��6�ءp\\���_�j�M)?�ʑ�','',0,'?'),('\\j0Dg�@a�$��-i�','wp-content/plugins/litespeed-cache/assets/js/guest.docref.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.docref.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���V=�6oX*��k','��ڞ��Զ�P�t�͖���a��\0.���8','',0,'?'),('\\y+IǢ�Ѡ,��@��S','wp-content/plugins/elementor/includes/controls/font.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/font.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��]rYINs\r�{�','G:�5;\n��)��a�@ K����1n<E��','',0,'?'),('\\����]]�ݛ�V�\0','wp-content/plugins/wordfence/css/license/response-variables.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/response-variables.1670945819.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,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('\\��a�dT�@�����.�','wp-content/plugins/elementor/includes/widgets/icon-box.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K\n��#��UМ!�I=','�P�������_roY�Pl嵗;��H\n[�G�','',0,'?'),('\\���2�]�k����^','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ί��\r�F����A','r�3��۾hi�-\\k��B�q�s�C\n�u���jG','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1i�\Znqc�>��','(@�k�\r�\'�3b�spxu����ӂ�!��|','',0,'?'),('\\��2���b�o#���','wp-content/plugins/burger-companion/inc/seokart/seokart.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/seokart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n_г\Z�̳m-�tS�T','mQ~�I�\r�B�;e{�Mx�Um���Q�0','',0,'?'),('\\�Bn��ܔ�\n��','wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c&�s�x	[uL����','����Z��\'S�����;#:{�}�Y�7D','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oa[\'[csłU5�B ','��\"��q+/@׫n�[b�xhR�jV�g{�#�-','',0,'?'),('\\�|}ڸ�83�8�g\n','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xk^��?�d�W9.','�)<E���%�!z��I���B�q��˶�h�','',0,'?'),('\\�/C�g�$_�l���Y','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qV\0\r�b��\r���','�ܖ���U���4J�!)�ǭ�7�M4��\Z�B$��','',0,'?'),('\\ڋp�����I�T�6�','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^���/ǁ��.��','������x�9-��uNn��L���>��诜1SE','',0,'?'),('\\ޭ��S��%fH~�.','wp-content/plugins/wp-cerber/assets/flags/sg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>t���5���','����_ rړ7�Q��u�M�G\"]N���Oc�l','',0,'?'),('\\�͙d�p)��P�','wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�?�Ax�5�R','�x�	a�� o��%��z��\\NHL~Dn�S�','',0,'?'),('\\�L����\rn�i��','wp-includes/blocks/template-part/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"/�h��O�k@ޤ','�%��X仍(��Kb�6q�F��*F30]����h','',0,'?'),('\\�hRSC���8��','wp-content/plugins/updraftplus/css/updraftplus-notices.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]Cȃ/zͅ�wQ�_�','�A?b�UK4����i�P@�\ZTL��t3)�{�','',0,'?'),('\\�ՙ\\z~c궛�','wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�R�P�W��h�!�ka','\r܌ЍQ+<bB��H`U���\Z��J��\0	�','',0,'?'),('\\�fż߂>�FH��','wp-content/themes/astra/inc/assets/fonts/ast-logo.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&w2��εi��iБ��','zt�ػ+���qk;P6p���=*x8��~�W�','',0,'?'),('\\��Le���/�s�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����>t�������\Z','<\rQ�QV;��|JR>R<P�?�������\\8�','',0,'?'),(']C�vh�-wn\\g','wp-content/themes/sydney/images/customizer/cart2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/cart2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h퉷D\'�W=�##�','K׷F\\L�s}H�E/��_�ǩ� ٞ�1<F�','',0,'?'),(']�J*ƒX��RE�','wp-includes/block-supports/dimensions.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���\n��֢�V��','�E<���0���^��{v�K�4@3�C~�Z�S�','',0,'?'),(']}��#|��KYQޗ�','wp-content/themes/sydney/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/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,'?'),(']4�j�^�w�ˌ���','wp-content/plugins/elementor/core/dynamic-tags/data-tag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�l�ae�N�P�5{�','\Z�h%�\r{}Ѽ�����>�M�8<��]ӻ(��','',0,'?'),(']i�Ɲ]��FJ��1L','wp-content/plugins/wpforms-lite/assets/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~w�gI�\Z)sM�\r\"','8A!�uI\\`��A�����;<|e��?W�`','',0,'?'),(']B��b�6��D��d�','wp-content/themes/astra/template-parts/content-blog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/�T�D�EA��Z�','\0�\0����Kn���0��Kh�:�̱�cH1�','',0,'?'),(']&��A��!�S�K>�','wp-content/themes/twentytwentyone/assets/images/Reading.jpg','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�D��I��HPJ�@gW','�#B��4/d�ӂ�[Dΰ&��4H�Z�u9W','',0,'?'),('])�}�����U\n\\�<�','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�u��3uc��rf',' j�{%}�ɤ���)���\n�7ӏ���e���','',0,'?'),(']<a��[4�r�g?�','wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��������U��','��V�\'�+�q�y=���*%�n�����ũ�;&�','',0,'?'),(']B#�2�z��bU��/','wp-includes/Text/Diff.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�5�Fŵd`��{b','�7�|�A��;�?K�;˜��#�l9�#:���.','',0,'?'),(']H��߹v;	TLc�9','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$i�M�rIa���&��#','� I�_��ځ�Y8�;�Nj�y��?��','',0,'?'),(']HsOQ]�a-���E��;','wp-content/plugins/wp-cerber/assets/flags/pa.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J���Էe�m\n�','�7��+�/k����v�ё�E��6��Eң�','',0,'?'),(']I�?�q�	|��M׋','wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���-e���D�F�X','�1��꣚&�t�ݼP��elל�����^K�','',0,'?'),(']J����xB,��4 �','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F{*J5��\\~��&�','Ὢ���5��2������OZ�1x�S%�\0a�','',0,'?'),(']KU�%�9-��7��)','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'Sh]�8�B�?=�','�Jy���)�N�0ǖ�ܠAħNi��*\"�ls	','',0,'?'),(']L0���eE�\"u� ��','wp-includes/js/mediaelement/mediaelement-migrate.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0���b��lz���7�',';Y��R�/���(�v0v�saDy�����','',0,'?'),(']WBt.���y�3�M��','wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͇�P�)��Ȋ���f�','.��Þ\"���m��r���ك��|]�`�\\c�','',0,'?'),(']\\���;T�{i��e8','wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�ʥadEhVY�4@z�r','�E����*�BM��_r#vj�t%�93qٌ\"��','',0,'?'),(']l�q=w��O\r��S','wp-content/plugins/wordpress-seo/packages/js/images/icon-search.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-search.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���l�����u\"',',�U)n��_��>�Л�9=%}�I�o�#�','',0,'?'),(']o�Ջ��x2�D�52�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�NҰ6�Ҍ�b�����','q^��rŸ�X�����ȹ��\0�s۲�� u','',0,'?'),(']p���=�O¾k��Y�','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$[�Dn�Q����','���#4Y�w�%#��Nj.�[������W�=܇','',0,'?'),(']tmT�ϔ�l]Kk��','wp-content/plugins/elementor/assets/css/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���J(0���O��','��5q�H>D�|˜J-�@҅m[ ���h��','',0,'?'),(']���N��Jjӎe���','wp-includes/widgets/class-wp-widget-media.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�\0�J��~�|��a�','Q4��7��rm\Z�.�x���uONK�/ٯ�Y','',0,'?'),(']����c1���O����','wp-content/plugins/wordpress-seo/wp-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����G��w<[!�','�]pҗS���z{8[e9�w��� n�Y*8','',0,'?'),(']��f��٥�J���','wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�€���\\9�+���','�-b�R�y�.\"/ᘶ�StH��@�ws�K','',0,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�W�a9�m�l�T1','��=ޑ�o��9�d��-X�Ϯ�h�8��>q�;','',0,'?'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@mrk[�l��R����� ','E4�}�X?7PE���w���b�-�M�*4�aS','',0,'?'),(']��Q�����ڊ�w','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�NHVH7���P','<�n�tȜ�Bzr�%k��?�k��AF�hB@x','',0,'?'),(']��E�4�jd)�(\Zx+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԝ�-�+��G�J��垸','	/���r��\"D��5˨�g>@.��D�*�','',0,'?'),(']�1I����.I}ڗ͋','wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߇7��{z�kT�&��','5�(b3:H��[I�v�f�FV\Z�g&���01awq','',0,'?'),(']���e3�+�gh@�b�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�|�\"��7�MMXA','��:�~�θ�֍gč5p.��/|	0xzO�','',0,'?'),(']���4�\\%�cSWMJ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^H��E�P�\\�aC','\r2w�s�Q�*M�KLt8-��w���zq�)�','',0,'?'),(']�x	on����7��','wp-content/plugins/wp-cerber/assets/flags/be.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/be.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0F=�o�������','�f;����h�lQ\"{̅NbL����|.�Z�','',0,'?'),(']Ęw�j�4�S����','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m͉݉�W:Cĩ���','�c���8qx��:7/Ѽ�}�FJ����!�','',0,'?'),(']�&��[�N�8���','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e1�yӎ�CDD����','�����h�J=��R��7���zD��g�Q��+���','',0,'?'),(']�a]�2�wԢ�����','wp-content/plugins/updraftplus/includes/updraftcentral.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftcentral.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lc�hO�|�s���+[0','��N;�!`/4Ϧ\0Y�E�hwV��iJa9o�W��','',0,'?'),(']��k��Er�U�J�ԭ','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eMg�(m��-�*�j','̫p%���܎��^v[`�/�[va��m-','',0,'?'),(']�<�V��OV�Hj?�','wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XHͲ�P�`9��%��O�','��n�`DR����R�Ip\n�хb���ah����','',0,'?'),(']�4d�9���C�<s�3','wp-includes/blocks/video/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n\0�̛���(�\ZnxI','B���EP�c�/�d��&kR#��\"��','',0,'?'),(']�����Z��/�}�fİ','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<C�ʸ�ւ:}ϙ�g','=�hG��/oW�K[\'�q��N�z�=Jh�/�\Z�','',0,'?'),('^7V4�C(�j@M�W�','wp-content/plugins/wpforms-lite/assets/css/emails/general.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/general.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�����m���i{��','�P�dik�k2�J�^�����(��M#�1','',0,'?'),('^��=Cw4��w���J','wp-content/plugins/redirection/locale/json/redirection-ru_RU.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yȳt�bݥ��',':�C7\Z�O2�L�:���t5\\��ztA�4�J�\\2','',0,'?'),('^��S����','wp-content/plugins/updraftplus/images/addons-images/backblaze.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/backblaze.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ƫ��T2MВ�','?���L���T0ޓ�\nh��+���������','',0,'?'),('^#�Gg�z����|��','wp-content/plugins/ninja-tables/assets/img/support.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r8�ٳw(��O��','ԭ�y�?rs��1�x�蘭3�X��l\\%���Q','',0,'?'),('^1}-뉫�:��%�~','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'� ��+��_�m�Q���','\r�`�#��J��h+�!�5w>́Y����I��k�','',0,'?'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('^:�2oQ.ᠵ4���\'','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e(��ۣ���','ņ��s�d+�*�]��`�r�\\�`ʨ��f�_b�','',0,'?'),('^;@�|�⎈ƃ��8','wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��ʘ�?Q�P*��',',]���r��\\㧅�g�/nO��0�\\E�|ӆ�M�','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^M*�#�×!�*?� ','wp-content/plugins/wp-cerber/assets/flags/vu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�\rp*<��P����','\rk����1����j$>���3g��D\0�-�BM','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^YSb\r�\\tu<�.�\r�','wp-content/plugins/wp-cerber/assets/flags/td.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/td.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6��b�k����[N','�_�f��Uo��6���P�T�3��6⸰j�','',0,'?'),('^Y�@Vu#\\\\�ƭ��\'','wp-content/plugins/burger-companion/inc/owlpress/sections/section-below-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-below-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"\"ٮ��#��}9�','���X�Rm�L���k�`�<IC��̍�','',0,'?'),('^^�\\� .޻�v\\��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*s�o���T�P29\",]n','�潜n1:7?ܷ�!��՝��âv��','',0,'?'),('^_y:�����&��<s�','wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���ט\\�0S�','����5��g��13�̠֪.��|<@����P�','',0,'?'),('^d?e��.o���ʨ�L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml','/home/sleepingsolutions.co.uk/public_html/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,'?'),('^dG�F���������%�','wp-content/plugins/updraftplus/methods/remotesend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/remotesend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')_���(��?�','�R}&6p\\�贻v�\'FB-�	[�|8','',0,'?'),('^tv�߲J����%','wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�)�tL�5=','��U}��o�+�SO�Y����:<�WQ2T�g\0H','',0,'?'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('^|r7F\rI_���� ','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��H�\'�ό��e�8\0','F��	!3F�#Z���J�x��晙�_w�!&U','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^���)C�`�4�z','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��U�_FXB�\"�V','(F@/�+�p�D >��\r��@����x�4=]','',0,'?'),('^��q�n��k\\���[�~','wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|3.\'y̋��:�','����F�_o&c�\'�:M�ȹ�O�:P�ϥI','',0,'?'),('^�ZG:��}\"E��**$','wp-content/plugins/redirection/api/api-log.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�T۫�ж�����','�F���<��`��D�����O��]��S��','',0,'?'),('^�pͰ\"��v�_�Ex','wp-content/themes/sydney/theme-dashboard/images/best-wordpress-speed.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/best-wordpress-speed.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&;lR��Ϙ��a/TG','��zU.�Cĵ�(U��&�:/��I�oʝy��','',0,'?'),('^�Y�Kb��F2T��T-','wp-includes/blocks/avatar/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���(\Z���Iz�','e2�,�Ք��e��n�C��L�]���s��+��','',0,'?'),('^��Uű����@�t��','wp-content/plugins/litespeed-cache/cli/presets.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/presets.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��\\�V����\\','�E�SӾ���x�\'@��0�/����)�B1s� ','',0,'?'),('^��`��h>�!#�17cE','wp-content/plugins/updraftplus/images/notices/updraft_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/updraft_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݲet��ޡ��½�6','(�X���v\0�6�v�U��+g�j�{��\"3�','',0,'?'),('^�5�O	Z}�ciV�j�Q','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�-�Pm9������P',')d�ѩ�dց/ɑ�l�%��\n\\�\\n����}��','',0,'?'),('^�p�I|�\0�_�yfѹ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M9a��\'����','�b<���w��:$��t/׼������@\n_','',0,'?'),('^�˷�f�Q�hy�˽','wp-content/themes/twentytwentytwo/styles/blue.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/styles/blue.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q��Et:�X+�','z~J*&�S��|#�\0L���X�(M�)�yvzjg','',0,'?'),('^��MS�%#x�yF�+�','wp-content/themes/astra/template-parts/footer/builder/footer-row.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/builder/footer-row.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rAfx��m%�T��','�r��>ęLrr�l=���h�c,�F؈�07�','',0,'?'),('^��2�7}�����I��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('^��K�G�ʣ[B\n����','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0@�M���좽<�f','\0X�g(./�(�b\n��ˀc�BK�K�EHG6v�','',0,'?'),('^���c/�o\n\Z+','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\Z��șˣ���Y�Tf','�\0�nA�@��@��x��G\Z��O�>8�','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^ǿ��+C%K��x�','wp-content/themes/twentytwentyone/template-parts/content/content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ,��*]�1�n','���0CfIΰa����BqG�8��O�u>�Wþ','',0,'?'),('^�g��U0<�̽[��-','wp-content/themes/sydney/widgets/fp-skills.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-skills.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZ��=hOSN�','~<�6�\"�%j�T�x�@/�8�z�K�^��-�\"','',0,'?'),('^��	���0�\\�O&','wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�r�\\�C���O��','��`Bb�.��4+qiU-yT3o��Ũ�lJ�\n��','',0,'?'),('^�.�\Z��N��','wp-content/plugins/wp-cerber/assets/flags/gy.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��a��;E��U��g','�dM=�ܬyp)�U0>}�!���+�0�;\"b�X','',0,'?'),('^�{��\0��7�d\Z��n','wp-content/plugins/litespeed-cache/src/admin-settings.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/admin-settings.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^(����P�;r%','��ڨ�0��Sx�K���\r�3I��E\n�Q�','',0,'?'),('^�^\\Q��=(w��','wp-includes/js/imagesloaded.min.js','/home/sleepingsolutions.co.uk/public_html/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�Y9���~Ač�','wp-content/plugins/wordfence/js/knockout-3.5.1.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/knockout-3.5.1.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��aUHw˲I��O','����&�$�z��;o,��4�ca����','',0,'?'),('^�\r6&�ҖF;��oB','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P%S�%<��?�\Z��\\','gO�:!��rh��ʀ6�\'wf��D���z�','',0,'?'),('^��J�dc��U+�~�','wp-content/plugins/wordfence/lib/wfScanFile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J˰�נ��b>A8','KE:y��~�����;�����D���OQ���5','',0,'?'),('_�\0��d �MP~��D','wp-includes/revision.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�ܑc�yxɪ�Q�7k�','����h�l4�j�G�hNJ���*����`m��Ғ','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/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','�\"UE\"�Eb;D�n�','��Ա�r�g���CXJU�1��։Ya,��1','',0,'?'),('_�wȬ�嚽q����]','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M�(nB��&>u�',',�P+����1	���]:�r7{4�>�Z','',0,'?'),('_{�~Q��O�י��UV','wp-content/plugins/ninja-tables/assets/img/responsiveBackground.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/responsiveBackground.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�xq��|G�5E�P�','U����/5�aP��{i9�}�*X�m��z','',0,'?'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('_\"$[�u�Ze��vC�U','wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hS��F�B�gg�','j��!U�8�GY�x|p�����*aA�','',0,'?'),('_-������ݧ.�\Z�','wp-content/plugins/updraftplus/images/icons/dropbox.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/dropbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٘0��Ex�3�1?�]','�s��2o\Z�B/��u�G�A;�\"��mVŊL�[�','',0,'?'),('_<P��r��L���J','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aiowps-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aiowps-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��n�$�����\r�','����Ö��2���u��@ԁ �Ő��.�','',0,'?'),('_Af&^!�Їc0w�','wp-content/plugins/wordpress-seo/js/dist/indexables-page.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/indexables-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��e�8�gy6n�F��','\r���0B�s��\Z���Jo�:�&U4\0\0c*��','',0,'?'),('_H�_�)��8N�S21n','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����G=��lN���\Z','�Z�o�k�xZ����=�������P�x.pM','',0,'?'),('_I����U��(����','wp-content/plugins/wp-cerber/assets/flags/cy.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J.k��\n&SK~��','\Z���0��L��Jt�> $�눊/g߯<���','',0,'?'),('_OI)��e7�tc;�>�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���dTm��tHR�ͪ','/�`�LhW�̺w�9)R&2Y�۳q��y�','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"ȡ@(�#\'�I���G','Z^פ�N$��TPc��J,��w:ŏ����Š�','',0,'?'),('_w�����\'�JS6','wp-includes/blocks/gallery/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0S��U�\'��2dP�ڞ','��c\'��/D.h@���9~��#�7_�0?)�','',0,'?'),('_{���M_�a�4�%�','wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SXw�\09��I�j[u�','��t/�b8?����ͽj��\r��O�	���*','',0,'?'),('_{�F�ZW�8�\"r�/�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�����ͰȊ','�ô叨�����^y�2\nԣ��)�-rw赔E','',0,'?'),('_~�[H ��y@x.+','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0:����)!�@I�','#����C ��j��8����Z�c�W�k:�$כ�\':','',0,'?'),('_��Eeo�\n�Do5���','wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�A�w�-E�D','IfQӹ<�����bE��J|8�v(8��C���\Z','',0,'?'),('_��E8.m�lfd��#','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#dr\\ �R��=�\\�','�YTzq\Z��r#ԾZ���Q�r`� ��M�U:�f','',0,'?'),('_���K�W�^�l�','wp-content/plugins/wp-cerber/assets/flags/xk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/xk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rQ���/�eȀ�,','�z\n�bW#EAp�R��@���0�K�!�X','',0,'?'),('_��np�t]��i���Gp','wp-content/plugins/updraftplus/includes/class-manipulation-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-manipulation-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��1Q�\\H�:�[�a','(�إ��a��CS�g|�D,��2���zxӘ��K','',0,'?'),('_����l�����6z0','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ъ�(_�7׷�br','\n��\"��:xjAA�`�\0�>�3(́��PVo$','',0,'?'),('_��*8}��U�)��\"-�','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tt��+�H�x����','���Ӳ�r��R� �j0�Z�R�\0����','',0,'?'),('_�KNe��1���H�','wp-content/themes/twentytwentythree/patterns/footer-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/footer-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|x����k�G�>ޭ�','���z~��x{���}9��.���ж�^(e�','',0,'?'),('_�8������D���','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+vY!e�\\��9h2�','�&a�=��s��g;�T�\"���U�O_CL3k*','',0,'?'),('_��W��0DL\nO���','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�����\\$��3a ','(|��F��ޚ��oHS1��xY\'\'��76ѧ�M�','',0,'?'),('_���>��Ef����','wp-content/plugins/elementor/core/page-assets/data-managers/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����ZMm-u\r��&','��\\�7��DQ��� �{ޠ�;�I�UK����b','',0,'?'),('_��#,�,�\n�h�q@P','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��*���DZ�%','w�OѢ���X�u�5�F?X2�n�q�;�','',0,'?'),('_��m�s�*�v\'��*','wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VȝmQ��W{�','�\Z/OE,��p���8g\\���h\\\"��5','',0,'?'),('_���6H���&[�h~','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\0�.t�-漄<��','!l:ȐUm�E�x���պ�^��B,��b7�1','',0,'?'),('_�)��]��Tc�ī�V','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q���tD$S�<��',' F��樹O�8�`�5��ƚ�qi}��W��bݫ','',0,'?'),('_�]@��8ۼ�s�M','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��e4l�/Ѝ�N*','�6m�u�����ר��m�S%��@�P�&��','',0,'?'),('_�=������gM�','wp-content/plugins/elementor/assets/mask-shapes/circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��O��������9','Z�`��v��3���M�(�\r�Q�+��U���h4�,','',0,'?'),('_�O�$^����5��','wp-content/plugins/wp-cerber/assets/ui-stack.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/ui-stack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`LZ)�pd��','Ɉ���H���R�{(~\0*8���!�^�u�','',0,'?'),('_���tfD���k��z','wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lft��j�M7��\Z?.\r','d#�v��_�o��	�r���Gs2{��E)�4�<w','',0,'?'),('_Ҕ#_����T��','wp-content/plugins/elementor/assets/js/admin-top-bar.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�b�@֫��\0:�`i',' ���NO	(kT�&|��–	9aY�sK����y','',0,'?'),('_ҹf����p��','wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��P���,�ɜ�%',']i�(q7����ip$�a}�6V#�9�ӧ','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ki���������Ͷt','��]�#&>:�,�	y	ز�0��\n\nr)Q/I�','',0,'?'),('_��4�3���=��','wp-includes/images/uploader-icons.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('_ڧ�<�����7S�','wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e\r��w�\Z�KsYy�;','����=�N�lOl���H���:��限�IH','',0,'?'),('_�����DUV�-T�#','wp-content/plugins/really-simple-ssl/security/tests.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/tests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���M�a������','�tW��J��T�W8�:���V\Z��A���','',0,'?'),('_��3�t c�T!��X','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�N�wy�[���8','�YT rl�QT�\"��@u?���3x������	?','',0,'?'),('_� ��S\\����o>�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�O�S�M��&��','2����d�c2�v����[������\\Ebj�','',0,'?'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���\ZV��w\\r�Y�','&�Z����1�t@�+\0�]�F���&9e{;(]��','',0,'?'),('_󧮽��`;�d�0�','wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�;��i��\0i�@�HUw','79�Mi���?8�XrR�hS\r�W���0�5�P%','',0,'?'),('_�~�=f���P�\\�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%/���)�H\r�','�\Z��+܃p[���� [�Ō@#�oif�x�g','',0,'?'),('_����8}���?�','wp-includes/css/media-views-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t������5��f,Z','_�~l�UM���]�P��g��S�����:z�','',0,'?'),('_��2o���U���E6','wp-includes/blocks/query-pagination-next.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(c���VX(�А���','6�F������H�O�ɀ*n�Uu��ٮ�ǐ6','',0,'?'),('_���p�s���w�','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','koi:D�6x-���7,Y�','&�dh���9AeqS�ڠ���+^�BF���7�a�','',0,'?'),('`\0W����L��H�&','wp-includes/blocks/query-title/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�l�¥ˀ����3','d\"Q�٥[�Rf?а-[1�����#x�r,md\r_','',0,'?'),('`�s�Jn!��O�rB','wp-content/plugins/wp-cerber/assets/flags/af.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/af.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8G�@F�{�.�?00','����$���\Z�^�v����H]Dj�ycF߼','',0,'?'),('`�f�8��;t�d�','wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X���,0\'\r�e','��:4]���t�Z@�oM���� �N�8��','',0,'?'),('`3����Юd܆4�','wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n���zh�U�7���','��J�����_�I�L��d�E\n���}�M��F���','',0,'?'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf','/home/sleepingsolutions.co.uk/public_html/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,'?'),('`�IrH��D�lE�_','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','![��R5qZ�;�\r�','2^:�ya�#�L�+ˢ�fW񜾳�@�$g�sy','',0,'?'),('`\Z�������Q&�`4�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�wQ�z3���1vl','�>\\=��so�&�������I�jK�','',0,'?'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','af�~g��2PZ���8','����	)%T�L?�����#-�.��Ʉ��','',0,'?'),('`,8Vi�4N������P�','wp-content/plugins/wordpress-seo/js/dist/languages/nl.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�|,s{k��.lZ�','�˗�/YN��N�F�(�v\'�3�zaCoM�	�','',0,'?'),('`1��7�\\�*��g��','wp-content/plugins/elementor/modules/system-info/templates/raw.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7TX1�����WV���','���5�U��ܺ�%�2�7c�$8w\\��','',0,'?'),('`?�����C��f�\r�','wp-content/plugins/elementor/assets/shapes/triangle-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G`xH�C��\08`E','�=�Yk3��0�3�������U��}���i��','',0,'?'),('`Bd3� C�j�3��n','wp-includes/blocks/verse/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX߁���`j�����','%_��ҷ74����w\'���G��&dr#��x�','',0,'?'),('`E�L�$�g��+l\Z��','wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�oH̳���9ڞ	','��T����p\r��(�S�\'|�V�衛c����=�','',0,'?'),('`V�R�x�h+Pb','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!�d���t���','Z�:���Ы���wiG�e&��g���;((f\'Ӈ','',0,'?'),('`Y�ע\"5�S� ��','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LXp���\ZH����\\�','��?+��0�^�}c�o�����S�b�2[�S','',0,'?'),('`]�#�����{�QSfp�','wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rU}�2s�c˝��ˇ�W',')�-��?����r�2 \0��֗l$j<���Q:','',0,'?'),('`h�u���[Ǯ����','wp-content/plugins/elementor/assets/js/editor-modules.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%����Ȫ�4dn_','F�+m��$����Q��|�W�����h�4���i�','',0,'?'),('`oB\'��� !~���sj','wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':3����[�\\�F�l4�','|�b�\0�RQ8I�^A&�\0���сi⹅\\','',0,'?'),('`w�\n����B��','wp-content/plugins/burger-companion/inc/cozipress/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�R\'��v:`8�}�','��qz|���������s�qxD0���\0TT','',0,'?'),('`�P�����n�7\0�� ','wp-content/plugins/updraftplus/methods/openstack-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/openstack-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���蕜�gj\n','��C\"s��0>+ء,����C�CEW&�','',0,'?'),('`��N2E�ᆴ��pC�','wp-admin/images/privacy.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��o��%ф�C�u�','�!é�o�T���u5�HF���#&�H��h�V�~','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S�	�T�','',0,'?'),('`�[��$a��[�RO��','wp-content/plugins/redirection/models/importer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�&ۦ�\n�\0n.[',':�k��8�*��Ϸ\0qh���2��8B�h','',0,'?'),('`����B�Xs�XU','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pf����\'�2��`�i+','�<�&9�P�0�a=e>�%���.�S�WޙU�3','',0,'?'),('`�ڃ�j���e�&��','wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kp��|k4��C�|=/','����F8���M7T�{߄q�j�IPS���','',0,'?'),('`�Hpֈn�\'��!г','wp-content/plugins/updraftplus/central/commands.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�?{�2�tg��BX','p{��#��I��|cJ,�ﬔ�7�y�@���','',0,'?'),('`��\'?��� �ݒ$�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�80TY��J�5=��1','��MXM�,���X���c��Xͥmib��D�','',0,'?'),('`�a�(�g��\"��','wp-includes/js/dist/html-entities.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ʆ��y�!�^�_�6�N','��W\n�\"�̰F���y��7��?Y��B\0��','',0,'?'),('`�bG�Y���!�DZӉ\"','wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�O�0��tb�','Zxx�)�xaS�䳆���	gGV�8�ܛ��vv�g','',0,'?'),('`��DƳ�q�Q�P(','wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�ﱘc�\\4�w#<','�kUl�\0V�mŋf|}B�e�4�cg����\\&�','',0,'?'),('`��I,��:����z','wp-content/plugins/really-simple-ssl/settings/src/Modal/ModalControl.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Modal/ModalControl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�a�����F�w�!','\n���&Z��شU~�B���q\0�ĺL��R�$_','',0,'?'),('`�c0���\\���3�','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('`�\Z��0��>l�l�','wp-content/plugins/updraftplus/images/icons/backblaze.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/backblaze.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��Ws��}�zs�','�r�N3\\�P�A�\nv*5���@����Z�F','',0,'?'),('`��цH.�g)I��8','wp-content/plugins/elementor/data/v2/base/processor/after.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/processor/after.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��nq~\Z��F2x','4����SO�R�\'ֻ�D�~(�궉��$:�','',0,'?'),('`�w���|���z]��','wp-content/plugins/ninja-tables/assets/img/table-builder-blank.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/table-builder-blank.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����_�\0.;0F!o','�~�y\ru�*�Ƌ��5&YDS��6wd�Vj�','',0,'?'),('`›(5�w����!�O�','wp-content/plugins/updraftplus/central/modules/analytics.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X\'�x��3�q�','��L�j��6��4E�4����2d�p���\Z{쯂','',0,'?'),('`�o�o�����Z�W8�`','wp-includes/js/dist/preferences.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'ƌ��%�WM�`�\ZDJ','�0�f�ų�6oϟ�s�AZ��m%�S�GN�T','',0,'?'),('`��Ʃ(�xg1�:n�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�O�c�3\"-���','�V����!��l�خi9J�h�_��&}a��','',0,'?'),('`�l=��%|&�����','wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{A��gT���D�z','�i:���wi,������lE-����l\nc�','',0,'?'),('`�]]HM3��7��/�','wp-content/plugins/updraftplus/images/pcloud-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/pcloud-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��	aɏ���+�','A��\"�{��B�ʄ�Ȟ�:T��L�N[�NO���','',0,'?'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`�{{�X���~��ZJ','wp-content/plugins/wp-cerber/assets/flags/dz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�Զ�y�z_w','i�S��;ݬ�Bo�k�:�-й)r�\0S\"d:$5Y','',0,'?'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aH$8�-M��,#�E','HpC�\0W�K�]�KR��fE�: ����f','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js','/home/sleepingsolutions.co.uk/public_html/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���ь``F9b��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qI<28�.�hY{/',')7�\'���Y������9��\rEa�Q��w_�*j(','',0,'?'),('a$��?��K�O�;�K','wp-content/themes/astra/archive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�7{����5�+��\n��','��S;3��I\Z_�aUw!�&�#;�f���','',0,'?'),('a$�_Pɻ�Q���','wp-content/plugins/really-simple-ssl/settings/config/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/config/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('a(�\0�\'~��u����W','wp-content/plugins/wordpress-seo/images/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('a6�Fb3��y���Iʑ�','wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\0�c�\05>�/�&q�','��F���9��I�‹�d�_�#���=�c�Y��@','',0,'?'),('a@���e>�9.+@��','wp-content/plugins/wordpress-seo/css/dist/tooltips-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˔��������c�','�6�}v}e�*E�6~H��zB�	FU��6','',0,'?'),('aU̕U�|2�pI�vu�y','wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$���y��Z','5��\\	�s\nFcS�hTs���1��2@\0ȖD%9','',0,'?'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('a^��O�Z@&��\";','wp-includes/css/dist/block-library/elements-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��ϡ���ɾX)�t�','����巐�\ZMޭz8o�\'< 3�~KSE�Tb��','',0,'?'),('ad�����m�)Uu��\0','wp-content/plugins/burger-companion/inc/storebiz/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ϯ8i�5�v�Q`�F','5�,��n���CO�=fp���@�H��k��g','',0,'?'),('agOIK�1އ.\n�gB�','wp-includes/blocks/navigation/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������#;��M�','��Y��<�C�д>4\'/���>�S�|3�i}j','',0,'?'),('a}��7沨rM�Y�U��','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qx˂��~b��$�:','\Z��Y�6�#O�Sf�R�C���\0��z���$','',0,'?'),('a�w�U��\ZTz�K�','wp-includes/blocks/post-excerpt/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('a�\'�[���~��p��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ց�\\�:�v��ø�',';�Y��]]�0Y�2hiI���T��nH��R�F','',0,'?'),('a��/�j���g�\'��d�','wp-content/plugins/burger-companion/inc/seokart/dynamic_style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/dynamic_style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f#k�����\'ւ','05O~�9R��ih��a�o�\"r2��%밇��Q','',0,'?'),('a���|��u>� b�','wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yA_�<5t�˚����o','�($���*ڍ]�����\']��Vl	�aD\r���','',0,'?'),('a�2�\Zc,h��5&\rh','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/ip-lib.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/ip-lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�X�}����mI;.@','b;W���A�we�\Z�vp1�*���:� ���R�','',0,'?'),('a�?��_�ˢ��6j��X','readme.html','/home/sleepingsolutions.co.uk/public_html/readme.html',0,'�S���([���m��','�S���([���m��','4L�rH>�+�;�ߓ���\0�#�+!�KUpz%/\"','',0,'?'),('a���R�4J����al','wp-content/plugins/really-simple-ssl/settings/src/Settings/Settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�Ɏ�&�㉲���','7�/�������Q�K�4�\"�v��g���0�','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ș�s�\'[n�\"�4','�K�]1�<��h2��k��������','',0,'?'),('aNJΉ	`ǿ�]O�I�','wp-content/plugins/litespeed-cache/data/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y˝�EN�B,��ȧ�3','�U��`��h�UjϐĄ�ld���:��7W','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�x,�l:��7�A��','õ��]*�;e\n��v�D��kk��C;s?9/�','',0,'?'),('a�y�9�}`n��l�','wp-content/themes/twentytwentytwo/templates/page-no-separators.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/page-no-separators.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�	�lp�GQ��O�l','����8FH>/>�(ŶfXW	=0&&\r�	\r','',0,'?'),('a�~*k`D�np�}��f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php','/home/sleepingsolutions.co.uk/public_html/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','��ً>C�%����v�','�ߠg�>\n՞V5�|��m�~s����6�%','',0,'?'),('a���G���j�>��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r����UQGjD5_;','����c/F�;gG��}��*RF�SQɡ�\\���V','',0,'?'),('a�0�}�踀�@���~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php','/home/sleepingsolutions.co.uk/public_html/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ߑ ��TIF�\\','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI\0�Ю\r�i(^\'','��^Ԛ���;p��O|�x�c(|��?��\\�:�F\0','',0,'?'),('a�{x�G��杼�E','wp-content/plugins/burger-companion/inc/spintech/features/spintech-design.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-design.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�-�-\\�p�˛r�y','�.���E��-<>_�n�!�$�N����P�H�R�','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�{%���mt�R','���@�.:\'B	�N2����;,�Q\n(�$�1��','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','�	�o���7Xv�o\ZC�D�j����p��','',0,'?'),('a�XʤG\'ɀn\r|t�N','wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��}xg�_,gYF1\n','� \0=�HH��f�����q}g�1�q2_����0','',0,'?'),('a���{����3=a�','wp-content/plugins/updraftplus/central/modules/media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E<�8\'���7�X��','S�Z\'�Q�����z�F`��?5�7x������T','',0,'?'),('b�&ga\0���o��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��E@_*Fr�b-�w�','�=3�)n��r��l\\!H�0\0�Q���\'���w^','',0,'?'),('b4�GaH��\\:W�E�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�\r	�Lc����}','/����(ڸJ9˗�5$��t�h�4B-6R���','',0,'?'),('bc�W@ɉ�+_���','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��U�E>A��n','%��7�Y(-��F�SMY�E�?���,��Ҩ�','',0,'?'),('bu�{��VpAA[d�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�lRjm_�%�]','��\"q�B�~�jCx�)�ժ������]�J','',0,'?'),('b �!z�@\n�&+-矶','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�v\"l��H��\n�','�����eݴEN&f�ԡ�>Bo6�H���\ZJ%D8','',0,'?'),('b\"^c�.V(�z���q','wp-content/plugins/redirection/locale/redirection-es_MX.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��\\6d�̖�K���','bL���Z4�}��!��A	�,���}�\Zb�|,J','',0,'?'),('b/���|a\"#�^\'��4�','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ah�N��N>W���\n�w','`��h�-ݯ��rb20і�;<r�f/i��\\|{','',0,'?'),('b<0�yIe�\"�����','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�A�N���ny�Ѭ','0�8G nJ�MBKҬ�\"DZ���~�����~','',0,'?'),('b<S���K�z�;��K\n','wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j;1k3�`\0���ƃ&','Z=�~p�6�~a�U�|����L���\"�7ԓ�+','',0,'?'),('bA-�Sn톔�K�#','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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,'?'),('bC������>\n%����','wp-content/plugins/elementor/assets/lib/swiper/swiper.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OM}�ťX��p\\ĵZ�','�R׀^U��~�z܏\'��}�甛����L#\'�','',0,'?'),('bHy[�mvE&����F','wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N޳��Wo�K^(�U�','�!����A����i8ѽ��{�:�7�W۸���','',0,'?'),('bLi���gJ�ÕT�NK�','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GȬ��n��6�Y���','<��fͫ���@�/���&�(^(+^�[�C�','',0,'?'),('bUND>�k���Gȸ��W','wp-content/plugins/wordpress-seo/inc/class-post-type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hC	��W��]�<4|��','�H\'(�/D�(YN�çdI�]�g\n�y�jxjs','',0,'?'),('bY�,��ϥY�r۝�;�','wp-includes/js/crop/cropper.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('b]$��vn�\r�E�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�R��͔%������','�:rBm.eFF\nc�R�/�\":�v5�_�#�L�V','',0,'?'),('bb\n�n\\V���o&','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	 s��	<OT䚼?','�́��\0�<�ȍ���?�-)���f�zSH','',0,'?'),('bdB��դ��Z�O�','wp-content/plugins/redirection/database/schema/410.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e^��&Q�C�O�','o�\"��+���?l��B��WSypۢ�X��e�l','',0,'?'),('b��F����D�\n;+�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��3UGT�>�-�','M��i\Z����3��+������R}q��1IA','',0,'?'),('b����_iE�=�f]','wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EVV��#�J�@�','p���>�H���̩���5��g����(@��9�$','',0,'?'),('b�E�#�vX�9Ư,','wp-content/plugins/wordpress-seo/images/error-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+9�U;1p�Ŀkt�[','�Zrg���6���J��v`�<�cěb���&','',0,'?'),('b��ߪ��>)��n','wp-content/plugins/burger-companion/inc/owlpress/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6\r�\0z���J�','�к��vb�%\Zc|	�&GPͰ{\0�~��	p0','',0,'?'),('b��S]�hRgϐ���P','wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.f$�b6���O6<f�','�^�5�[�2[���E,�ˀY���>�BO۔�I\0�','',0,'?'),('b�=u�fF/��!�ͨ�','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�gwE��{@��D�6','���ݎ�i�I��\\�1�_���5I�\rv�c�9B','',0,'?'),('b��\\���o*���P','wp-content/themes/astra/assets/css/minified/style-css.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style-css.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�摍�9�Q��\'�eF,',' ��:S�س�R��adrz�~�z�?�Xm�uz�','',0,'?'),('b���~��%#5o�','wp-content/plugins/burger-companion/inc/appetizer/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��L��3DȒ�\'�','>)ˉ30xR��G���1Hz�i�RÕ�C{��Z','',0,'?'),('b�jwʜ�����T\0','wp-content/plugins/updraftplus/images/notices/keyy_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/keyy_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�\"o������)�W/','(�i.ثo��?bF��CE�v���wK��','',0,'?'),('b�/�/)�A�1���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�RcP���\Z���M�','z�EF���E����ؖ��H�m������','',0,'?'),('b���y�Ekֽ��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��6��U)�<�c',',���$�u;�鰮9C��W���y����ޖ','',0,'?'),('b�	�nZ��6��lm��','wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�h���x�������','�lJ��E�|2�5+u��\\@�v�Iֽ��q|�','',0,'?'),('bƘ�9�?KC��D2��','wp-content/plugins/wordpress-seo/images/seo_analysis.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/seo_analysis.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��&Q�ڞx/\r�l�^�','5ʑB�Jf����Œ���A>�m���디','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php','/home/sleepingsolutions.co.uk/public_html/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�!��&`:=�P���z','wp-content/themes/astra/inc/schema/class-astra-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	��$3|@�',']�.J���I�a��c�ʮ���\r�c8姅F�P','',0,'?'),('b�\r#9��a�$�wn��','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��|a*�e��3�_','WCA�@�?�u2,�S�*(mR���]|5���','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҟ��]��ʁ�C��','��B�;�Gl1y�Q��}]���8�H�','',0,'?'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('b�I��P����G!��H','wp-content/plugins/wordpress-seo/js/dist/languages/ru.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���Bg�t�8','2�Y0�HϿ�J�1e��zz��/��Eʤ�;','',0,'?'),('b����&f0�WM�/;�','wp-content/plugins/elementor/assets/css/widget-icon-box.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cz$���s(m�O��','�2�6�e/�P�jW��sq�t��[-.\Z�ܞu','',0,'?'),('b�\"ɍ�A��sø��','wp-content/plugins/burger-companion/inc/cozipress/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)���P�y���h_','Il8�FZ�7��?}���!s�/�Sq��T�Ut','',0,'?'),('b񪥲K�+x����wF','wp-admin/css/site-health.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=Y��;���m~','�=��1�2dKη*Jc���N(}�j�d&If','',0,'?'),('b�M�����^���','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ՂNڃ����$�','���G!Ƕ���[�\"�p�����b�aQ�','',0,'?'),('b�E4���@5��ٓ','wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ H�\\����3��','y8ܪD�P�_��w�4�r�����/\\�2','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\0�	J/ؑ_s\r�','�o�qk��Lh�r�T�7A�G;��E����K�','',0,'?'),('c	p2��\']]�j','wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT�Ei&+������','l�Z����B�@��LRB�vW��OO^p���','',0,'?'),('c2�}�H���b`M]�','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��v6��0HL�','b�\Z�/;$+���]�⸫X��ZN����͸�f�','',0,'?'),('c�.�K-��k3��d�','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ou�����qL��','b�tW�\Z�G��hbc�r	��Pe�����y���','',0,'?'),('c���#5?�l�C�Th','wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�n\0���T#�_X�>','�`%�[hCX��6�ȍ��͖�GO�~o3�J�','',0,'?'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��aSYyl)�K�6','F_۰�G\ZO0�c��~��I�h��\nY;jƣ��','',0,'?'),('c‹���p	�PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php','/home/sleepingsolutions.co.uk/public_html/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\"����u��D�Q�b','wp-content/themes/sydney/inc/onboarding/assets/info-page.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/assets/info-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���m�ү�k:\"\"=','��Ƌ��n��~�g����.�	��#�Xن��','',0,'?'),('c%�;8�QVWƝdȇ�:','wp-includes/blocks/paragraph/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jd���pn��2��!�','���=Bt�	��+~���‚m�5���*��','',0,'?'),('c&f�M\Z�>�/\n���','wp-includes/css/dist/block-library/elements.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��ϡ���ɾX)�t�','����巐�\ZMޭz8o�\'< 3�~KSE�Tb��','',0,'?'),('c+=�υ��E���e','wp-content/plugins/redirection/locale/json/redirection-en_ZA.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��q�\'Y%��^r)M','a\r�]뤆>�X�H��L���=~���S','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js','/home/sleepingsolutions.co.uk/public_html/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���[J���	�P','wp-content/plugins/ninja-tables/assets/css/ninja-tables-preview.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iyK{z�s�k���ec','�Cy��b�4j\n�!�_�BU���r��Y�Z��','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�|;��UE�*��{Y','��^���	nt�\"V8�M@�H؟Q��[S$','',0,'?'),('c4*)��]��+6eoY�','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(I�-/�����v�','�NW��k�>eUt3Y����3\ri��.]��','',0,'?'),('c;o�ƿ̥:z(��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�U\r�u/���m(Rd','s�y|)��\'CB؛efO8m�I�l\now�a|�>�','',0,'?'),('c@iyFaY��b����K','wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2@h�<ג~��g�\\�','8\Z�RQp��\\��sYF��湔M*�Py�8�sn','',0,'?'),('cBC/��%}��LZ-��','wp-content/plugins/wpforms-lite/assets/js/wpforms.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�T����6��^9y','�x1�,u�<ğ>�<(T+c .J�)o�s\r��','',0,'?'),('cC�Y`����M��}=e','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r0��c�`W�O�HH','n�;̷W\\�`%��jm���\n��ɵ��%����','',0,'?'),('cH��_-��|�H','wp-content/themes/sydney/header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�,r����XM��]','x�v�PֹW���UN�^�c���;�2��','',0,'?'),('cKח�ŷ��?�W1��','wp-content/plugins/wordpress-seo/css/dist/score_icon-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wwV����8����','�w\'��60��L�&�[䐎\r:a���Ա���k','',0,'?'),('cK��K�{�7ⴔ)��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l����{A��(F','���\0	|���扭�+�uP?�z�Cڹ���','',0,'?'),('cWÐ[��)o��BE���','wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M��ޢ=Y�','�*x�^��-o�8����c�K��VĜQ}��$Ps','',0,'?'),('cfB��G�_��i���0','wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|���V�~*ws=8','�1�%#3��N�\'e4��ʠ�#�8uox����','',0,'?'),('cj�]FT�y@�.��','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img03.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img03.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ru��\'���br�bU�','�WKX�YB}��iE܉����]p(�R$d81��G','',0,'?'),('cl�a��\'����3��o','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/frontend-settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/frontend-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��6S_܎|����\"','��]񢓔�S�V�FWW��\"C�s%+�l\r5�b�','',0,'?'),('cm��t$z���`�8�','wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/SkipNullValuesFormatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/SkipNullValuesFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','69��0�[����_!','rr�3S }��DnJeQQq#�%�W��.���','',0,'?'),('ct�ש�X�پ�u�yv','wp-includes/blocks/image/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��`x1{ưy/Pb��','G�PG=����8���\Z���U��;D~��N�','',0,'?'),('ct��N�&����F','wp-content/themes/astra/screenshot.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S�ú��o-�3�','+��>m>Zc�R�@��;CWO	mܦ+N*�抗y�%','',0,'?'),('cxs7�G��c����','wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�O,�~�x�5=��','R�q����o�rz����g�-��\'���/[3','',0,'?'),('cy1��-S\Z�Ĺ��Y','wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�\\���Y<e','�aV�ˑn[a�<���8���bxT��(�n/���','',0,'?'),('c�I;z�^/KX#','wp-content/plugins/wordfence/js/jquery.tmpl.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.tmpl.min.1670945819.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,'?'),('c�{G�Oֶ�U�y��!','wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�3�O��%��<�3��','������\r��YT5R�	a�$�o�˜e�b�','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�r���j�JT�','�vs���FޡG?R��N�GM�9��#�_A�ե:�','',0,'?'),('c��k���AH�dryyK','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\\\raF�E�� �','v&����[7z_jJJe0��.���)��\Z','',0,'?'),('c�lx:&����-�é�j','wp-content/plugins/wpforms-lite/templates/builder/templates-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/templates-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ij<�[4�5%.�','ſ-��8�q*�O��9�!������^:;�','',0,'?'),('c�\Z��%��������','wp-content/plugins/updraftplus/includes/Google/Service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��!,�h��%jM�','��̤�ӥ�N����>w� �{�04�3�P��','',0,'?'),('c�$�R��s������','wp-content/plugins/burger-companion/inc/coziweb/features/cozipress-design.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/features/cozipress-design.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����aGw,g�','��i�S\\�,��5L�\'��+�}���)2��_��','',0,'?'),('c�Ѥ�h,�b��5�L','wp-content/plugins/elementor/assets/js/common.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۸#:\"��Jz�Ri��','���hek��=��	t(��u��[��B�=j@�z','',0,'?'),('c�D�j���ѳSf��K','wp-content/plugins/burger-companion/inc/appetizer/images/services/service04.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�L��\nF�Ƥ��Q�','BhF}ZE\ZI[um,ɉ��N��|���k����','',0,'?'),('c��[b]��ݽ�JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��|SF&3ʩ�t�','I�̙0��H��b�h�U|�$�\'Q9��w:�','',0,'?'),('dtx�z���j�@��','wp-content/themes/astra/assets/js/unminified/frontend.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɱ�3a�ܙ�q8','�6�ʭ�,4I]���Y���Ь`y���@���','',0,'?'),('d�P$�Li��FCd�','wp-content/plugins/wordpress-seo/css/dist/monorepo-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7a�Þ(~����jD��','1�i–!To�>�j��&����ͩ�ƄO�','',0,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�A3�� K�}Û�$','4hN\n��:Q�qX�z!���iq�^sYĄ�,i�','',0,'?'),('d�캆�s�;�\\�0','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�}V����J���','��jg`Hh��&\"�İk ��bP�gbsƊ�s�','',0,'?'),('d�d!\n\'��0�+�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�\"�W�.r�`��xD','|G7W߉��\r	)N��JQ`J�}›��g\"Q','',0,'?'),('d\Z�T1 B&w{���','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѕ8DJ-�\\6*�SP','��s�:/�@�7`�5եK��1DS�V��	��','',0,'?'),('d#O�ܴ>����4��6�','wp-content/plugins/wordpress-seo/css/dist/featured-image-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�.�	N�|8��b��','�Ī+4c�]�F��	�v�+��D��E&','',0,'?'),('d4c\r/-�\n���>��','wp-includes/blocks/post-date/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����٦>�L�\'','����?��a�h����Ɩov���5nh','',0,'?'),('d6i�:)�*MZ��)v�','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��j+S]�D����','\ZҴ����%�1����k]���v�xƌf@�','',0,'?'),('d;|������3�~','wp-content/plugins/elementor/core/schemes/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����MV\n�6�Ocz','l�J�R��B���TK�)�����E_�%Fa\Z�`','',0,'?'),('dC�>\0�7���>4�','wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�ٽYi6H���kJ�d','%�����)�KG�P/�ǗEX1�IR�P�','',0,'?'),('dF��v�� �e�G��m�','wp-content/plugins/wpforms-lite/vendor/true/punycode/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K&��U�x�K��','U�h��Ml��q�S�q�:A-\\��]^����x','',0,'?'),('dO����Rap,�����','wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xO��i���','��b֠ff2��L}\n,���5k�8{(�L��','',0,'?'),('dpӱ��3EVr�M','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('dw���}Y����E��','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2$�����Q�fs)','��,��4��cx��߳%�e�w��3�b��\Z@�Mn','',0,'?'),('d}:�B�<�Xg)�','wp-content/plugins/burger-companion/inc/digipress/digipress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/digipress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\"{v���)��\n�','�\Zi?;��\Z��f�D�����=���I�N�S�','',0,'?'),('d�U�\"����M�@u�','wp-content/plugins/burger-companion/inc/setto/features/setto-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�03c5)G�G�$��V','t�	L��IM�蹼\0�z�4�;���bw��μ�','',0,'?'),('d�vY۝vx��N�','wp-content/plugins/burger-companion/inc/decorme/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�X$����=�xE��@','�ɍrŷ��IQ�������	 Mϱ���','',0,'?'),('d�������m�G�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','< �%��H�#0_,�B�','�G�히r�\0���=@�\"Ē]b�إk�Y��','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php','/home/sleepingsolutions.co.uk/public_html/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','�]��\'z�?�','Nh7L�`��Qʷ:\\�i?S��$�\\�f��`�','',0,'?'),('d���Auh��041�','wp-includes/blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bsg@��Qw5���w\Z','̴f��|Bب苿����2n̙-C��~�p5�]�','',0,'?'),('d�K�/��\\�F��>7�','wp-content/plugins/redirection/locale/redirection-hr.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�e���;#ug����','|����p���3��#P)���6�[.�[?�','',0,'?'),('d�g�!č�F���\\�mB','wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�TϦ)��fH@^','����V�r:z��/*��I��vG��g�X','',0,'?'),('d�����&,�nU�I0�','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',g\\�Fp�t�B��f','I�+ɐ 1��>��<�\rl�~\0W��ψ�,�','',0,'?'),('d��B���Ú�c�ն�','wp-content/plugins/elementor/includes/controls/base-icon-font.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�\\��ղ����݆','�9��4�$����q\n4��%�9���_��Y��0�','',0,'?'),('d�k�kF�1R�0�.š','wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����ǡ��~�un','����_S4�]�?v;_U�N<�2F�','',0,'?'),('d��B���9Sh7Aw\n�','wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�G�9�T%��ħ��','�v�s��)��Qk5^Ef��Ep;�;\0�^���I�','',0,'?'),('d��hds\n�j\'c��H�','wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/rest-api-optimizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/rest-api-optimizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=WD@��`�c^�ed.','6��-��%c:a��p�n%��|�ij�\"�R�F','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0<N5Җo���uM','p�\"\r���<��P13�r��z���=����Ɠ]','',0,'?'),('d���B�wt��R�L�0','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��J��,�4���x���','��o⑐�\"�!\\�s�˸q�����@��s','',0,'?'),('d�\\oܕ�κ�Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{L����Ʋ�(�����','�߁�P��u�Q��;��琮��J��G%U','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:@�&�\"L�\rg�(','�޼��/�M�����x���.Ԛё\n�t���H','',0,'?'),('d�h�\Z��e拿�Hj�','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/assets/scripts/control.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/assets/scripts/control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$Iu����}$O�>�','6�-��ܑP����\0a ^L�\"��B�+�|k','',0,'?'),('dփ���4�ױ�M/�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z3�����]^\0�s�m','	��j�_����\n��V;t�\\�p��8\n�','',0,'?'),('d�|\\�x���1�6�p','wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4l��Y<&s�>�r','�-9�������k��Z=�R�g�[C.����븘','',0,'?'),('dߨ�6 #�<˯���','wp-content/plugins/updraftplus/js/tour.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/tour.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��3�$i�T��\0J','d�g\0���b Q.�Mx�SQ��4m0�����','',0,'?'),('d��1T�g�b���!','wp-includes/blocks/query-title.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IBE�nl�?��Kx�g','Z��wn\0��T7�Z\Z�޶ґѯ���ea�U','',0,'?'),('d���i�m$\'��.','wp-content/plugins/wp-cerber/assets/flags/hn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9[�L��y�� ��','���^���q����E�3�T�+֢ЍAp\0�','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('d�|��K<c��:8�Q�','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�R�y�\n㨁���','��a�	��B|[4�����]ӛij���)�$�[�','',0,'?'),('d�f�@���V;�N','wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!F�&�p�{�A�d�','FCx�E ��?�eSKa�H;�Gŷ8��j�','',0,'?'),('d�sd\r�%z�O�x�,ο','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�[���!�R�0t�','�Wdh�,�D���Y�ԍ��7f�B��Z�','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���ѱƔUy��{�','pa����i��v��INa\'%��fE?�Mv��','',0,'?'),('e��e{��:\0�vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js','/home/sleepingsolutions.co.uk/public_html/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','�q���ɋFm��^?�','���}Q�U@xd�]n]�	+hh�����D','',0,'?'),('e&��c�a�y~�k!�','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/b�e��X�%��t','ηMzE\r-\'Q�>Z�����攫�	�R�<��ا','',0,'?'),('e\n�&��3�3���','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0��Z	r�嚼�No','Eie�ꊋ�Tg`��󩒁��K�/��y�8��','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[\'�|\")!ô\"�p','����\nd�P�K3*��R\'5Ē�� \Z���\'�?','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php','/home/sleepingsolutions.co.uk/public_html/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','�a��4��P^/��7�E�','ѧ\n7Y�GĢj*�D_.���~C��b�','',0,'?'),('e\"T����{�*xļ�','wp-content/themes/twentytwentythree/styles/block-out.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/block-out.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VA�V�sho�!�H�^�','�{�\\�*%��F�|L[����~d� �zUo1�u','',0,'?'),('e&��*9��F�KjJ� ','wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xn�\0uf0�J\'��0','L�1��F&���(��ł������\Z�\"�','',0,'?'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tH���)Ed�T�@�','���Ү�M�Cl;��}V����1�ʺ�)7ڠڅ','',0,'?'),('e0�8��/�;t�','wp-includes/blocks/tag-cloud/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ԍ��vȿ�{��d=','FVF�H>˻mi|k�5���	/�%p^t�:u%','',0,'?'),('e5��O�g!��b�\n�qS','wp-content/plugins/burger-companion/inc/sipri/images/footer-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4����5������',']�\0PU{O���(.>��P#ac���T\'��#z','',0,'?'),('e6�uV�@<?�wC��C','wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ñ��܃����','�pj8A2�a�&�{� ����\"9|��ZX	;WV','',0,'?'),('eASqI�{h&�#(��$','wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��29���⎇?�','߷_���嶔���F�O�a�v������nS','',0,'?'),('eEq	�¢�++��5}','wp-content/plugins/wp-cerber/assets/flags/na.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/na.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�ʥ�/�Q1���','t�t��SZa}c����/Wp�?z��l�nrɌ�','',0,'?'),('eN)\"��y�\rU��|�','wp-content/plugins/wp-cerber/assets/flags/by.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/by.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G٪X��K~$�P��','F.��l!�ʦ�P�!һ������\"0�1�`','',0,'?'),('eS�e��6�Y9��L�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B�:��9r�2Q`','\r��s\rI�vܓK��ptOvw�B9�+�IGz�','',0,'?'),('e\\4�h�ش�6J��','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.�,eɾ=�Q/','����ʞ)�-���`�<y�ǜ��߼�\n�G��','',0,'?'),('e]�^4/^�saD.^S','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�ϫ�yc�H��','%�q+.PL�E�ii<H s^B�y@�>����','',0,'?'),('e_���a1( �i���\0/','wp-content/plugins/wordfence/js/wfpopover.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfpopover.1670945819.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,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щ3�^7�DPk�@c_�l','e�����נc�1��0F��^�b��B�Q@Bu��','',0,'?'),('et��=L���K�q�','wp-content/plugins/redirection/locale/redirection-it_IT.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���[��\"=w�ض\Z�','(�\rb�w�I�)/.�V�Yhf�����a�','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��\\��悗5O��','����5�l��Wf�@�.���N�Q�L�s','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php','/home/sleepingsolutions.co.uk/public_html/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�+�fۛ.�\r!\nf�<','wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>i�\rn�#v\n�.�5m�','-(I�R� ����%ӛ��8I�6�\n�%]\00v','',0,'?'),('e�bV}%��C}���S�','wp-content/plugins/elementor/core/admin/admin-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����3͡�	�0','�g��u��\'ªr��]���`�5w�)�9�','',0,'?'),('e�q�$\n{�kY�uH','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�~�dž\n��-�`','�2��A�pr�A�$� {��s���_p�>��f','',0,'?'),('e�莡���N\\ ��-��','wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�4DGf�F!�.q|','\n\0�4,x���Kb�Uy�i�۝q��ѻ�','',0,'?'),('e���Z|�˸�	�v*��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',&�e��5��j�ƛR ','��ɶ��+��(�,�[O\0,_��:hJ�b��','',0,'?'),('e�щ�G�7��X�?\0B','wp-content/plugins/wordpress-seo/admin/pages/social.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`[�ED�K��-��%��','FZ!٠(/{\'i���\0�0�*㉀�B���p�','',0,'?'),('e��ܚ+bWUW����','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�7NLekޫl>��s','\0���6L�w��������c�<xC��ޯ~','',0,'?'),('e��lsUO|�R}ܝ�i','wp-includes/sodium_compat/src/Crypto32.php','/home/sleepingsolutions.co.uk/public_html/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��&��@j��\0�','wp-content/plugins/updraftplus/images/icons/onedrive.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/onedrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L�Ml흜Z]��\'','z߄���(e/�T�hR�D�m\Z���7','',0,'?'),('e��__�%��x���','wp-includes/class-snoopy.php','/home/sleepingsolutions.co.uk/public_html/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�}�o+kg�}��G','wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�6-$��(5�\\�','<`I����n,��P�^�=�V�g��:�j�','',0,'?'),('e�^#|ۍ�TЩ��z','wp-includes/Text/Diff/Engine/xdiff.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('e�l��>����L�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�#�Z>B����;','��n/1��#w���22�+���U]��','',0,'?'),('e���j���%�Ǭd�T3','wp-content/plugins/burger-companion/inc/setto/images/product/product-2.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I� _{c6�*�A$�.','�\0G�Y\'m�K�y���Ϊ7Lx��X���_��','',0,'?'),('e�\'���7�\r������','wp-includes/blocks/group/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���>��S�SG��',']�?��n���c\n7�|��@����)��~�VI)','',0,'?'),('eܷ�wY�O���I��\\','wp-content/plugins/wp-cerber/assets/flags/sy.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a\n�o�\np�P�53�','0�|vՈ����ab��\n��/��=%S�/�UO�4','',0,'?'),('e�ƒ�E��z��!�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S{՜��ސsPv;�2j�','��*\r^�ꊭcq8��(�Q\\J*�%�(a�2��','',0,'?'),('eއ��D�z\r\Z\n���)','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�b*�\0dH��d.','Wq$!MW^f�q]]��Y/�e��>�xW3�\"ѿ','',0,'?'),('e��1����E�_��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$z�?E��/���3L�i','���V\'���y��\r�T���78r���\'��|���I','',0,'?'),('e�.�y���>���k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=0M�5�؄����i0','W=:����iT�L��7�rƆ9Go��+����','',0,'?'),('e𮐡���󲮭E)','wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'+�UQ�e�\0�N\"��X',',�ş�����P�r�Z*A�ʨ=�(��T��9','',0,'?'),('e�7�Vw��ܸ�C�','wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�Њ�D��;�u\r�\r','Y��̥��޴\n�\0��n|vI-��:�*�','',0,'?'),('e�gXw�#&��l�l#�','wp-content/plugins/wordpress-seo/src/main.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W	)1|t̠]u�/�','���w�m/T���L-���7�/�W�','',0,'?'),('fH}��O=�\r���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�I�����$7�f�{','5�	��i�,xy���\n�RvV�q���k#����f','',0,'?'),('fnF�ro����:�L�','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�έ��VR�`X���','���zؒ��Nu�vw�q�I�[=�R��QE','',0,'?'),('f�z�l He��x�r�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ދt1�FB�0�MOKQ>�','\\^/��d``�_�kf�ӑ�ހV�+��Y�D','',0,'?'),('f!(V�[�F*�6�O%��','wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��������C!?��','	>t�o��t��r]=����c�{�$Tǘ�','',0,'?'),('fE/��V6����Ak�+','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&(�o��`����','�q����!���� `*{�ә�����S/�>|9','',0,'?'),('fEa)riwC4X�ǚ�p','wp-content/plugins/wordpress-seo/src/helpers/site-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TK]�{@qVY��I��','�aj��M|s#�d[v��]]��\Z$�\ZҸ؟c�','',0,'?'),('fF�\ZR\"I�.۟E','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n\"R��:���|n','��\"f���0��p�P�_��Q$���5o�i�Ɵ','',0,'?'),('fN��dz��m����\0�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c#�x��x\'#��~�N','wǁm?m�+��K|t��~�E�`�7�y͐�','',0,'?'),('fQ���=�s�V�x>)�','wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щ�٠M*�D��÷�;','\0�`��Ѿ���r��Z\0����N��7�4��Y7@','',0,'?'),('fXs͙�QT�p	Ǥ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ځ\'��h�/�;�\r��','���Y�U-�yE8�dUnH4�H3�7Dn��%�','',0,'?'),('fY�ûmE��g�xD','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�3�T&q�K.��','/—��M|I�,I��n�K�Uk.4E�Kp�%�','',0,'?'),('f`:�]�k�h���z�','wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���dى��i�A�,','gco���,��g���(;�Q�C#B�6[%?,t','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��a���G]:','^Ķ�U�O�95E�ֹ�~��z��qM�q�3@','',0,'?'),('f|����Z���4�','wp-content/plugins/really-simple-ssl/settings/src/Menu/MenuItem.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Menu/MenuItem.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�α=��R��[m�','MDV�!\\x�,���Y)�A򶆛5���˥V�','',0,'?'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��܇����%�QA�','���I&>WKi�!%ͯ(7ԧQw���ْ]�#�%�d','',0,'?'),('f�F�A��l��Up���','wp-includes/blocks/post-featured-image/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K�D\\��U�','9�K�P�\r�X>��� �@A��7F���@��','',0,'?'),('f��L����Qr)�����','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��=I�˿C�	�ֲ�','1��,��ZH��	�z�ph���f����묊��','',0,'?'),('f�,�����b��','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�?�,O�m��?	�','�n�)�2��Fo�*	����*�Ć�9���/','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�R��6�����','x��c����Q,K4-e�($�g�S�HH','',0,'?'),('f��mȄ�%�#!y\r�','wp-includes/blocks/navigation-submenu/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$?f��c��,�4+p','~!�Cuw�}JD�5���FS��\\�O�ɭ��2�','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���o`Q[�.�','��_A6���}��K�\r9�@\rro���N�\Z�','',0,'?'),('f� EK�����f�,','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��Du��M�GDV8*','��8�\0n\Z�ɑ�Nu�Y\\��囤L��?Is�','',0,'?'),('f�SK�o��k�����T','wp-content/plugins/wordpress-seo/images/text_link_counter.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/text_link_counter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d����(���','6���[gnS��ܷ۳����׼�n�;&O','',0,'?'),('f���*pd ��\n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php','/home/sleepingsolutions.co.uk/public_html/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','�\ZS��z���Cn:','��䠦c���ir���foz����1B+','',0,'?'),('f�x\n�h\Z�tz�\"�U','wp-content/plugins/burger-companion/inc/owlpress/images/team/team02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?Z�\'�:��Yo2','�����x�MM>ٙ���)�_U6��&�D6xt','',0,'?'),('f�4�GʂN�0hf}','wp-content/themes/sydney/woocommerce/fonts/star.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\�`|U�2�����\'','��#�1�9#�~�����C9����Dе�eH','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���؃S�g\\\nGB�','���9�縙;�O[x`��*�8H�*r��.�P�','',0,'?'),('f���%��*�=j[	\"F','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��3�ax���>','���kZ7��ƈ��%Ei��=v9��c�H>��','',0,'?'),('f���\Z����m�','wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D����K�|�7x','I�\\	���A���r�W��d�\Z<�6^Ny:D�','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xi�q�l�U�G�Ց','�g��P�L/�(O��)�G�.��G����n��E','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx�͊�m~d1�1O�Ѓ','>.�Y�,0#���奖C��V!�~[\Z�.S(v','',0,'?'),('f�������E䣄','wp-content/plugins/elementor/core/files/css/post-local-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/post-local-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:uҊ/���&�uRw','&�஌D�v��(��[L%��`�%�.�����R','',0,'?'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��me���8�����','}Ec���z�]#�n���w?y��R�a��0ޅ6','',0,'?'),('f�&�\"��=�Z$','wp-content/plugins/elementor/assets/js/admin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��~�艟\\�.�','4I!��F�����%\r��@�@tZ�\'�\"��','',0,'?'),('f���t)9��w���','wp-content/plugins/burger-companion/inc/owlpress/sections/section-above-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-above-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QQ4�7�� K�+tH','�6^�#w�;߃0�yQ��j����p+\0DZ�V�f��','',0,'?'),('g	?���֖�1)�-�','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a1!�	ѵ���5�I','8@����9e{�Ӎ#�ң��n\nY�փ��L','',0,'?'),('g\n���VT+��5','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SO6-�7#�h���\r','��s������N��t�����xwp�{','',0,'?'),('g\n��[�q��g-	i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>����yssu����h','�_��ܧ�֡����/�{N̜0�����','',0,'?'),('g#L�ͬK�A]ea�2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mў�_���\\�+�','��2aƹ�\0��/��D�@a�b�1��<�̏','',0,'?'),('g&$�G�Ey�z\0ă��','wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F}p�\\��Y��yn','�N8��b�W��e�1#CHc�tn� 5&��(��','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��qj�����$�c�','�(����Ual��c��M���aU-��#��','',0,'?'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�4�\0��ޮ�颺�','�Y����V��[��6#�\\���^uC�2�f�','',0,'?'),('g-vǐX��HH��5�\ZM','wp-content/plugins/wpforms-lite/src/Loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�4�����_]�Y�','��@��6A��`rq�\0��~Z�49(�:*n�','',0,'?'),('gBRY�?fڱoPcϗZ','wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G	�S�`쓌�U�','j\r4jL��9���\0��@�)zH�O��)(.~V','',0,'?'),('gI��k��@i@��#�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\0��y�>��e�g','�](�\'Ip	lCZ41��V:�Ia.�A��=4�','',0,'?'),('gQir��똿��/!��','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NeS�B��\'����A�','�\0%q݂.�CP̀���k*�c�㴷}kU#','',0,'?'),('gU\Z}��\"0q^]y�9','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��	*�[(i�n`#{�','u	16/�]v��R<ƚ\0LH0N<6^��kP5uc','',0,'?'),('ga�F�흱G���-Ʀ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<����?��\Z��','rQ�ђo�.����e��?bk������g��h','',0,'?'),('gm �P��	Y�ޞ�\r','wp-content/plugins/updraftplus/central/modules/core.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�5�a�����','\"���	ena��?��3��V	�����?�','',0,'?'),('gv��\ZUO��������','wp-includes/blocks/html/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�3�X8��<4)eK�b','<[n)3�a`T�!:�]���E��w{O���','',0,'?'),('gwn,w�,\0�f��j�','wp-content/themes/sydney/widgets/contact-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/contact-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#!o�$Y\\3�\0s�d5','�	[0���AF��u��\"��z���D�>_','',0,'?'),('gxF6�U�?g���þ�','wp-content/plugins/elementor/includes/controls/animation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/animation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���mob����{','�Mֽ:\r/�x.QN���P��t�[:L�����','',0,'?'),('g{�b��q���w�','wp-content/plugins/elementor/includes/widgets/menu-anchor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ky�N�(�R��?','���`P����/xwmi�ꥐ�q�PVV�?L\0','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png','/home/sleepingsolutions.co.uk/public_html/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�U!Uㄑ�f���g','wp-content/themes/sydney/vendor/kirki-framework/url-getter/src/URL.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/url-getter/src/URL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�)��`Q�~��k��','������6:\r�u��d���|Ԓ��Q\n����','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�W�M��&�8�3�6','TR@pe��S`F�aױC�>+�V�%�8�JyQ','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�K����N>J��4','wp-includes/blocks/freeform/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ğK��m��׀���','g1�g�,@2�_�s{��$���y�9s���7=�@','',0,'?'),('g�v��`~��>u��V��','wp-content/plugins/really-simple-ssl/progress/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/progress/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2~�Q;y@�/�6U&','�i>��lм�.+��7�[h֟w�Q�����','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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�pb;�U�х��','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<����s�S�','�I��������~���Nr��*\\�δ8g��\"','',0,'?'),('gό�T�ቨ[�ATo-C','wp-content/themes/astra/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�b#����K�!�h�','��=�C��&�+Wx\"�Z\0ݞ��~lD�˛6','',0,'?'),('g��~)�~�s�ʞ��I','wp-admin/includes/class-language-pack-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?t\\[Vڠ��6�	I�','h��+��T�������cs��%==(�','',0,'?'),('gӁ�\"}�H��,�d�','wp-includes/blocks/social-links/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Z�@�k\rD�','��~��/�C0�)\0p�x�(���ۘ,�A','',0,'?'),('g�_������V8��]','wp-content/plugins/elementor/modules/container-converter/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/container-converter/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�pbK;+t�cQ�','���o�d��G*��-�X9��	�	�b��CM�','',0,'?'),('gܪ��Q��[J��!�','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�؅:\\���T|','(x=\rE`�%ѡ\0@J��YH%AEU�}�Q','',0,'?'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>}OP�8Z,Ob���>','�����:���D�a�!�ق�v����2\"!','',0,'?'),('g�+�_�P=�y�P�#','wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/�[�{䛝%��','R.���\"^#��צ�*鼙5�b13���d�˰�','',0,'?'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|Ѯ	�:����','��F&�%3G%n�ߢCϒ�����{�a��','',0,'?'),('hi�FǷɵx��N�','wp-content/plugins/wordpress-seo/inc/language-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/language-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`%�z�浊2��r?9�','�6��h�?L��=\rx�\n�5�Q���];4b,C','',0,'?'),('h塸 �Ҳf���','wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��B�T�wQ��','gĬ�\0*�<O|�5��Sj=�%���-�$׉','',0,'?'),('h	\0h���q���{�A','wp-content/plugins/updraftplus/includes/updraft-admin-common.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�!�tY*�#�Q{X�',',|�^�4˗�8w�*� �BR�h��rKǧ','',0,'?'),('hz[Cj8��J�T�M��','wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�&���\rs�U���','�3x���l�z�[����Δ��%8�)��W��q�s','',0,'?'),('h`��q�/�	�63�L0','wp-content/plugins/really-simple-ssl/settings/src/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('ha@E�]�.?�[֜�','wp-content/plugins/wp-cerber/assets/flags/tt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�\'���e�%��Z','�\'<��j%�w�wl�	�Ԇw6C��f]��[','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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?o��*\Z�TkQi��','wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ji�����а����',' 澨�C��ZZ�4��vΨ6��c�Vq�','',0,'?'),('h�fP��3!Z��84I','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���)��������','P��Fe�ӣ�L�J�v�����T;zdh�','',0,'?'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��Y��܈Fޏ�_�','g�݉��z]\"N��Y�+O�ҴDOU�؀&��0�~','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���N8�\'�F(kU��','ڝy�W���9>�p��54[�P�m�!Kd','',0,'?'),('h$�h��u�/=N�\0��]','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\nm<^\Zx�׳��','2I�zd�v��� �:C\Z��P3$>y�����2ǹ)�','',0,'?'),('h,�	��#=l��Ǖ ','wp-content/plugins/redirection/models/redirect/redirect-options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��zU��<�a|_*l�','&�F���nn�6�]j��	�C;{\r&䮸�hE�e','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�K�e��t��J^5j','�,\Z�[#�5ԧ$ٔz��oUy9�����','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('h5oC[֒�\\˘^�Vq7','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/\"�΃�Yp&F��`�','n���,^G���~�{	S�+7�ȱ|�����','',0,'?'),('h<������s�/s�','wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3��k>��+��9�','RJ\\ۺ-�>�y�ච��h#��aކa㾷��','',0,'?'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����>�zd	s��_','JV/�T��~#�sa���{Ux.�7NV\n��[K','',0,'?'),('hI�c���Ji2$�WE','wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j_ry3P�gZ	�s7�','N>�9�\\N�˥Oځz.t�4\0�aI�\n�n��En','',0,'?'),('hN<�|�M֝��','wp-content/plugins/wpforms-lite/src/Migrations/Base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tv�ѣh|�ك���}&','��>�L{RW�R]N�I��?@Q���S�>','',0,'?'),('hTԕ��w�\0\'�F��','wp-content/plugins/updraftplus/methods/openstack2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/openstack2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N>�a�x��;�\\6$%L','d%��87\'Ih��.[{87�m/N��;�p','',0,'?'),('h`_DNh4uzf��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h4���sb��؃g��E',')����;��¿�k�����e��n<q��','',0,'?'),('hc���=� ���0�','wp-includes/block-patterns/social-links-shared-background-color.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/social-links-shared-background-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}��;`\Z�Դ��','>�**��?�-T*��H�%9�/��E�Vy�f�','',0,'?'),('he{����NDDO z4�','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M~���)�V�\'��','˗�Mɫ���\Z�w����DO��x�;\"U�Y6��','',0,'?'),('hg�t�#��@���0��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Қ7ۑ9;��N�\'�$�','JMیZ �N�G\r��D���/�����W\r.xt','',0,'?'),('hyD�&�%�z!�h','wp-content/themes/sydney/theme-dashboard/images/logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��\'(��]��','\nt��l��C�O��pU���Þ���*��','',0,'?'),('hzV����z$=���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g\nո��ѯ&n��3','���It�2���7�C�^^}���[�o����/S','',0,'?'),('h|g#��B&��p9�h','wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pϗ�c�Vہ�^7','�yc�G��7�;�R[��eڏ�5(�@�Q^�]c','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php','/home/sleepingsolutions.co.uk/public_html/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}Mv1\ZQlO����','wp-content/plugins/updraftplus/class-updraftplus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/class-updraftplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�����:���F�>','v���:0s��\'� ��(�%���+�Ss?=ؿ\r�','',0,'?'),('h~��\\��@�0M5�YH','wp-content/plugins/updraftplus/images/notices/summer.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/summer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�B��E��\r�','d�,�=>��a�l���x�Ʃ��U6���y�','',0,'?'),('h��A�[��c�*H�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'׈R��t(u�w�AtU|','�Iw	\r;,�*[U{����KN�N�u5\'g\r','',0,'?'),('h��1^4OF� �j���','wp-content/themes/sydney/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�n�zg�^��o�0','�Qf	�����q�ED\r��a�{-�,���>�','',0,'?'),('h���<_���<�v�B','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*��{4\rd�p4��','�;\"v���D�Hs��}�+ס|V5�Ƿ���','',0,'?'),('h�OM->J�-����Q:�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˃������$f','1���\r{l�5\Z(;o���,b�]hF�*5�L�','',0,'?'),('h�OT,$��(�������','wp-includes/blocks/site-title/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E ����f��,h','�N��U�|�[���ֺz����;z���<�','',0,'?'),('h��c!\\d/� \0L]sD','wp-includes/assets/script-loader-react-refresh-runtime.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-runtime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f\ZZ�BH�=?3!R','��wW�k���(\0LJ��m�����؟\\g4','',0,'?'),('h��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','/home/sleepingsolutions.co.uk/public_html/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�\nH���t����l','wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>is�&�Y�r�엓fS5','Ξ��rys�ps�qT\nh�dc�qѷrp��1WU�s','',0,'?'),('h�=�rd�\"�eo����','wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�3礧\r�M�sp�\0�','��w�|��木�X�*��L��mp�4�','',0,'?'),('h�_̧���?-\\�]$%','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cI�I�=��Q��O��','��x\"x<�<&��g�K���*����B���d','',0,'?'),('h�M�V�m� ����','wp-includes/blocks/categories/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:\Zn	Yi�!�@�\'�-�','!G1І� d��zG�|(}��w*=�>U�tU','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�{�C-���.����','5%��꒛�⁚�d�*<nԗ�ҜN�Z��z�','',0,'?'),('h���K���%���H;NC','wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0Bs���B�','/��6NmO(��㩬��}w��O&p�,\"ZǠ','',0,'?'),('h��IKr��(�','wp-content/plugins/updraftplus/methods/template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�B���)�b�','�Ib��\r\Z���ј���)�Զ�R��1II�E','',0,'?'),('hŐb�+&|�i\Z�׮�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�Z?�wp�|�3&���','�Ke��1�N8N���Wc�>���eX��','',0,'?'),('h�\"�ϼ!�&\\8','wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�`H�H.ܱ�$�|\'u','�D�\0�@\Z�ϓ\\���Z<?\'T�f8���w�','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']G�.v�Rz','�%���^�@��q@ufɺ6���uH�.j˓J','',0,'?'),('hɝ���r�������u�','wp-content/plugins/updraftplus/includes/class-semaphore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-semaphore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֡+Y����P��','B��i-�<��atβV�,Hߛ�r�PB�� �','',0,'?'),('h�t�k2B�d˟],jU','wp-content/themes/sydney/theme-dashboard/images/cloudflare@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/cloudflare@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pZ�-��^����S','v,��\n�~9v�.ie��<���������s���','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]��(3e:� ���','�\0<�Q��5GރJ��k������ٝ��1an?�','',0,'?'),('h�6;Ғ�c%����7','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg','/home/sleepingsolutions.co.uk/public_html/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��J/���	��[��8','wp-content/plugins/burger-companion/inc/setto/images/product/product-6.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�\'ۄNS��ū3�','���sU��XJ�]rM��/����lLv���\'','',0,'?'),('h�秉@�W��\'D�/','wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�l\"�g��b�����','^]�\n6J�>K�>�g�dn���vњ#�Ϣ','',0,'?'),('h�|	�v��56�e`\\�','wp-content/themes/sydney/images/customizer/pc1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pc1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��F�~���%�','7HB�\r�Q��Ք�P �Q�zj���3Ϸ����','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��d��hL���',',I���9��� l	��&�i�\rB��7 �','',0,'?'),('h�f��\'�2ӔU��w�','wp-content/plugins/updraftplus/images/icons/azure.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/azure.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r����~I�>�	iX*',':f�����x�u�%�oXw�|ipӯ�c|#j','',0,'?'),('i	F�ߟ߬�R�2�*�','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�Z��p�ms���','g3�qWK��>\"g<�4Q���-�v���9c}�','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php','/home/sleepingsolutions.co.uk/public_html/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��A5�\\���{{�','wp-content/plugins/updraftplus/central/host.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/host.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iE��x,ry���i[','b!d[{!����&�D2�Y��\Z�E��vh','',0,'?'),('i6oV�5��1�,n�','wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','媆�\"�LW��ǔ\\�',';	��Q;A0�шS�=�PG��<�ʔ�sڠ��','',0,'?'),('i��{��pW\r��9�/�','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��![�u�Үi�l3�','$�b��C�P5��ˀ��6� $�����','',0,'?'),('i��\0��ڛLj+�','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�\n�8�5�D�H�u','zI\Z@M#~ݐ?h�4P���i\'a1�>XP','',0,'?'),('ij5�;�A���w��','wp-content/plugins/wp-cerber/assets/flags/at.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/at.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wC��J(�7|�|/�r','A����	R��VY�j�:��L�u	��`<�5�','',0,'?'),('i뽼�i?���=�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�	q�L�+�S�m','h�\0�wg��A[�Y��z?���y!�ɳ��~s','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i(��	�0t7�@�Q�@','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$v�)W���ؔ�E��','X���_<X�Knm�_���&��K$E3S�','',0,'?'),('i3,\"u��ĉZ4\"E��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kB�G��bw>!�+','z �Fߓ�o�e�U&�uw�3�\Z���t�c&','',0,'?'),('i3�|�	JP���*�','wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɋ3 3�G�.�7��1','y6U������t�ĒfDk�w�+т_G�naB','',0,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+޲`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('i=�����rs�ك$','wp-content/plugins/wp-cerber/assets/flags/bv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']̧%W?,OS�c�rs�','�޶#��` CUꦭ���W�5M�p1�\Ze\r���','',0,'?'),('i?!��,���j4��','wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�$��af*�o�n��','s%�Ծ����;�-�J��Ǽ/p f','',0,'?'),('iLN)hW�K��T���','wp-content/themes/astra/assets/js/minified/navigation.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�j���Һ��:�X@','��i�e�9��Ѷ��,MQ�U��c0�IOoDH��','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php','/home/sleepingsolutions.co.uk/public_html/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{0���h8N�G��','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)M҉an��z;��$','�ˏa@���ֆ�\"��б��g�]\0�s{3u','',0,'?'),('idܶ�1�\"���^�','wp-includes/blocks/separator/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�|P��0�c�`��8','����c�S^?�u���Ny�TE��׈���','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ijϗ*n�9*��n)m','wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�N]$zht�S��dݛ','đ�\Z�6?�y���e?��\0a�\ZD�i�5X��4�\'','',0,'?'),('itr�<\'����;�','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0h�\0{.AS����D#�','xLn�O��A��f�\\��KM\rH�@�H����','',0,'?'),('iz��\Zrp\'qR��','wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{=3��C4ld�6+','s�%\"�)�FnW}Y*z^�\nմ�#��J��5:','',0,'?'),('i~�E�nHK#�䐙\r�','wp-content/plugins/wpforms-lite/src/Logger/ListTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':8���\'Lp�yYl8r�8','c}�Rc�U�)ǒ���L\"�����<(���','',0,'?'),('i�X~�Ҟl�� )��','wp-content/plugins/wp-cerber/assets/fonts/cerber.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW\n�a1�m-6>���','�a��{R�Ԉ���r��ɿ��=n�5�[�:bc','',0,'?'),('i�\\��[܁��_}�o(','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-activated-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-activated-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?����e\rسvqX��','����ܦ�bh:B�	{�;Q5V5��&x�','',0,'?'),('i�r�l/gVoZ-�Ij}u','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f���f�B�','TJ�\\�7\'&8���8`Y}U\Z��β�x��9z','',0,'?'),('i�G0_W3b�mex��','wp-content/plugins/elementor/assets/images/app/site-editor/header.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gA�\"�a.3m;s3�','�WD�֘\0�9J�\"P�`���(���v)�','',0,'?'),('i��\'��S�j�U��','wp-content/plugins/wp-cerber/assets/flags/in.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/in.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�*��]~ŀ��','�g�Z�J7���]��.��6�&N��Ϭp�','',0,'?'),('i�;+����O�s�ֿ','wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_I�&(�iW�[�0��|','/\Z�4���+٭����\"�~�#q�3U�ԗ{�\'�','',0,'?'),('i���u�,tJ@���','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�IQ�4�\"����1�','�B&?ߑ�La�JY���\0�gq�.���u\'�Ȩ','',0,'?'),('i�=1by�	�	\'q��b','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/user-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/user-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�0�������q*�','\"�=n-|�á�\\\r�&�j�A1��yC�^f�}�� ','',0,'?'),('i���C��PVY�O�k�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':	�ZP��Z��?(?�','$������y>$t��2�/\"L�PL���FSD�','',0,'?'),('i�l�\"�/wW�S���','wp-content/plugins/wpforms-lite/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/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,'?'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����^��P!�-�n�l','|^r᪗��јD �^[h�5���X�u','',0,'?'),('i��CC�,�+����','wp-content/plugins/wordfence/lib/wfWebsite.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfWebsite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�~�AJ�ao�','�A��lE��T2	:�$����&b��','',0,'?'),('i�\\����=X�h$','wp-admin/js/language-chooser.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�63����C|w�t��','wp-content/plugins/wordpress-seo/images/rest_api.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/rest_api.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�s��r�[\\�','YC.;Pa����J�}����x����c�C�A','',0,'?'),('i�ʶl�z��^�H�4','wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��ô��C�~�[�','�&�f�-2w�t�љJ�U�\'ůf�c�','',0,'?'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php','/home/sleepingsolutions.co.uk/public_html/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些b�6���e��g','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aM�ZX�	���K�','XBNyU�(ү �9@W���7��l�;���','',0,'?'),('i��b�y�b��\r�T��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�����W','1�^\\����y�+��>�Oz]ҁ���q\n��','',0,'?'),('i��~�*E��q�t]gS','wp-content/plugins/really-simple-ssl/settings/src/Onboarding/OnboardingModal.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Onboarding/OnboardingModal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pK��;N~ѹkX�ѭ','��x}ץ�?;�Ϡ�!��_��w;A��k{�','',0,'?'),('i봩����w3��A','wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�`)�ѿ�e��<�>�','�\\�61�	��:��8���P}\0�C\0z]','',0,'?'),('i�yƝ��I\n���&','wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�6���9��','��FtB(+E\\��Y!^�ַZ��u�Y;�eg�-J','',0,'?'),('i��x�E@��V��E\"','wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o[wU�tUxe��$��','���b5wZ@�\0V@~��	k!ͺwѩ�u� s','',0,'?'),('i�J��.+!dĕT��9','wp-content/plugins/ninja-tables/includes/libs/Lead/ReviewOptIn.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Lead/ReviewOptIn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?@�H�me\\M\'0�E�','���#�݈Ԭ{�ٰp,�.�h���w���6��','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('i��m��//·��-x','wp-content/plugins/burger-companion/inc/setto/images/blog/blog-2.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/blog/blog-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�U�)�f���fc�','_��.�Xy4�M����+m�v��oO�','',0,'?'),('j\'��K�dB �����','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Li\'a0L@���Yk�','>�b���1M#�6-�s�{�cj[�:��g','',0,'?'),('j\r�����`z�5�','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�wV�������','Ɵ�]�{����+`��\r>�n,�\r��i�C7e�','',0,'?'),('j��	O�-�\Z-r��','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��6�l[��*�','��n�������\\�h	��~	���v�e5(�','',0,'?'),('j�S����^p N	�','wp-content/plugins/wordpress-seo/src/generators/schema-generator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �y�_��t�#,�','��ؠh� �DCFQ��%�6@�����K��','',0,'?'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j(i,�q�0��ҙ� Ȟ','wp-content/plugins/updraftplus/languages/updraftplus.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�Q��hԷ�A@c�','���¼��1;	���R�<� �������S�','',0,'?'),('j*�\Z@�����w��','wp-content/plugins/wordpress-seo/src/helpers/date-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�	+{R\\Knl/N�P','�9�qm_���D�Ie�岺R6˓�h`��Ϲ�','',0,'?'),('j5�H@�#m�@���','wp-content/themes/sydney/vendor/kirki-framework/control-base/src/Control/Base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/src/Control/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��@,�B̖�<','.�I^�\"fؿt�M�.5_p[��0�9���\0','',0,'?'),('j;���_�=�\Z����','wp-includes/blocks/group/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Q�% �K��ΰ�',')^����Ҋ@о�Xi��7��h�X�]�SE�','',0,'?'),('jF���Yjc�\"�y�','wp-content/plugins/redirection/locale/redirection-es_EC.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_EC.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�3�Y�������R�','8��U��ʼn���)��F�:I����0E�\n��','',0,'?'),('jK�ћ�.P��%�','wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~��ALB�Þ�K�>','+V����֮j���e�&��̏�[*����$','',0,'?'),('jM.���t�x���z\"','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�hIns���谫m','0\Z��f��&�\r���^Uw;�DG^]��n>','',0,'?'),('jM|��<��BSf�6�','wp-content/plugins/wp-cerber/assets/flags/bg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�908��L��[�h','���nc\04�X���/ڃ�-	����D`YB��','',0,'?'),('jQ���e���;�e','wp-includes/css/wp-pointer-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>\r��@�o��4��R','Hף��m|oC4�U\\;uP�6�u�0��\n��l','',0,'?'),('jU��p��=��\0(\n6�%','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D@�<6��?�','�$��pF����.Ƭ�*-ǭ���7���qE','',0,'?'),('jgX�x�rTs���Ƥ�','wp-includes/blocks/comments-pagination/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xY?=0��,w�F�','�S5��eP���~���3���Dz���S�JV2','',0,'?'),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+���/?\r�ⷩ<q','[YL�\n��ם�k��ȿ�~3�0\n\n�_\\���','',0,'?'),('jt��Z��ܿ�,��','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ju��%�Ɋ\r\0Fҧg�','wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����g�^��x ���l','�s\nH�K!��֐g��kn����\0��w','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���1F_>6/','�.DS�X������k���X+zV2L��b�3��','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php','/home/sleepingsolutions.co.uk/public_html/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','$�uZ9�&�S�IF�,�','�r�\'<�(��8����vπ4<�LgAR�','',0,'?'),('j���)n�Q8ޮ�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�t0�,06���<��','�Q#f���9�;�8��*B�3�W�ao3Fc�','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j�B����\Z��q�','wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������g`e�cFf\n�','��3Du�m��,�����ӼՊ�\'\Z�K�','',0,'?'),('j�F0o������O��O�','wp-content/plugins/burger-companion/inc/cozipress/images/services/img07.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img07.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('j��D�����E+��','wp-content/plugins/elementor/assets/lib/hover/hover.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X]2������L��','�����~�rS/��ү��n�|��i)z�+�y','',0,'?'),('j�8�Զ�gRP�Oa\\L�','wp-content/plugins/elementor/modules/usage/settings-reporter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/usage/settings-reporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y��Gt�<��','N����~��\Z���g�IOT+�U�Z�','',0,'?'),('j�x��ҁ���l\\G','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','72��c��,�Y����','p�x�eP���̋�_��X\\$8�MJZx|������','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��پs��8B','���ΧR�o�(GZ����E�k{�İi\\��','',0,'?'),('j�������R��','wp-content/themes/sydney/inc/customizer/upsell/customize-controls.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�q�9�U�	�','E2:��=P�Ɣ\'�	�©��A��K3іc:�T','',0,'?'),('jÞ����c�Pl�l3�','wp-content/plugins/litespeed-cache/data/preset/basic.data','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/basic.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\0%b�������Ä!','BV�c�gC����L��sSAVvmV������','',0,'?'),('j�p�+K`�c�\ZI','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/mixed-content-scan.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/mixed-content-scan.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���}ªYX�<J�','OOБ�Sg��� ��AL`����+�ƀ�{5','',0,'?'),('j�!iOگ���A�^','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�S�o\0\Z�q��9','����Q��Y�zoy^r\\Y��T8���Ɠ�،','',0,'?'),('j��1��	_����','wp-content/plugins/burger-companion/inc/decorme/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?	��h�Et�.��[�','C�$�ގzL��e\\*�	V9�34��9v�&��','',0,'?'),('j�w��K+]P\nc2W��','wp-content/plugins/elementor/assets/css/widget-icon-list.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7pQD�|/�{ugĄ�O','m\nH�HR�\0a�6�UdD�Z�*Zf��He/I','',0,'?'),('j�d�CT[^�R���','wp-includes/block-patterns/query-large-title-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-large-title-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��$4�-�1�e�',',���Ch1z`�q������\\2ߑ���{]','',0,'?'),('j���k+� ��Ԥ]W�','wp-content/plugins/elementor/core/schemes/color.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��.�\Z?U�S���','�C8kc�#��u\nA|J�0:�o7mֻN���)','',0,'?'),('j��A �G!\\�\Z*1�D','wp-content/plugins/wp-cerber/assets/flags/gi.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�T~�_I���a','�G���\"���}�\0|u��Q,�Vgt�\n�\rܧ','',0,'?'),('kđγD��r}B��','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/progress.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/progress.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���v`��','�z�z�?�\Z�B�.�z\'�T��°\Zl�h�f3A','',0,'?'),('k�V:o��\0�\n��a�Q','wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���\n�Oh\"&]�|','o&\0�1�a|�x����ԍ�}�Mu�����E','',0,'?'),('k�d=O�6ꆭ�6','wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��%u=���1�}<','�뜖)�g�0p�iv^�h����7����','',0,'?'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B�쟄��P\rL��','•�x[�G��-�90b.z�G��az�>�r','',0,'?'),('k#lYݗ;���t;\r+�','wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�\r��[�e�}\rި�','�A�]Ѣl�U�qỲ��Z�_��@�����01�','',0,'?'),('k)��Ia��A���C<�','wp-content/themes/twentytwentythree/styles/aubergine.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/aubergine.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��#�����|��u','ҡIY�II|�32���aƸ2]�.�]�=��','',0,'?'),('k*�OP?�լ��S�$','wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Λ.��=��Gr���','��R�M��Ö�h)e��M�8^��@#���E','',0,'?'),('k6���*���H�	�u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�,d\\	��Ta;�R','��7�#�}5V�\0\\��\ZO?v?����Aԍ','',0,'?'),('kE��n�fϋߟ�\'qb','wp-includes/blocks/video/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�}\"y�����)��','�5���@����^��l�\r�!\ZK�� r','',0,'?'),('kM��HO��N��N��','wp-content/plugins/really-simple-ssl/assets/img/really-simple-ssl-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/really-simple-ssl-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"��[m�Y���','t�%��~.���ڜ;��]���׺\\�69\Z謴�','',0,'?'),('kM������̙Ysp','wp-admin/credits.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��s�,�\Z�*���7','h����GȆ1QC�q�M��Ѽ�`�P_�~���O','',0,'?'),('kP�I����)�i[#�','wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|7?�n�Wv�a;','>�*�y�Jw���.:@�h�Vi�pd�� �٧','',0,'?'),('kQ����Kү�|���','wp-content/plugins/elementor/includes/controls/groups/box-shadow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�q��ߎ�J�8l��x','��p�a^d��G��C���jk�mw�s���','',0,'?'),('kV���BE/��;�o��>','wp-content/plugins/elementor/assets/lib/hover/hover.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	z��˫��r���','WZ1引�Q7M�_�ܔN�K�AY�2�Ga��g','',0,'?'),('k\\pq�8�Jc�\r>','wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s`�7.%��.��=3','�5�R<ptl��0L�<b�~�g���`\0�','',0,'?'),('k`\n>(���׭�I��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Zw��r��k�^��','O%�W�Af0aQ���C\r�\n�Ʋ���','',0,'?'),('kd%�\r,G��t1���','wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fbY��q�5�l�Cۍ','�d0=[9sk�KL0�1��ƠPm�>��Y_���','',0,'?'),('kg�@H�]u7o5!\0N�&','wp-content/plugins/wordpress-seo/js/dist/settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sy��[�h�5D�cH','�� �c�1�	�).:|�>\\��^Je�.��zC','',0,'?'),('kj��g���b�uV�ƪ�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�`|�i%\0�46�','O�p��W�{rzˇ�c\nU�u�+g1 +~�','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�R�M\0���\r�R��','K�u}��QYu����[�>&c��<k�Suk','',0,'?'),('k��vV�8��\Z��','wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��V�i��s�6','a���ؽ�U��Z\"(5s�g�\0��uYD[���','',0,'?'),('k���uυ\'؍3�','wp-content/plugins/elementor/core/files/file-types/json.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M���g�?��bu�','d�ݥ��N�}���0S ���hܜ��G�','',0,'?'),('k��x\"�m�x?���dO','wp-content/plugins/redirection/database/schema/216.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/216.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0e\rI�Z�1�&�#�','�@���t�3\"�%z&7!(�S#k/@��-1��R�h','',0,'?'),('k��N�0���ijE5�','wp-content/plugins/wpforms-lite/includes/class-providers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-providers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L+\Z�F�W�TЙ=-�d�','~�Xm�6���h���}�o����y��!�pY��','',0,'?'),('k���j��A%�bR|�','wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\"ې��X����','n[�Lx6��r���D�O�\r�N`�������','',0,'?'),('k�:m��D�m�@���','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˚��¦ޜvd:�\"D','[S��j��}�K$�r�]G�!h;��-','',0,'?'),('k�-�ow��&<��}}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƫY\\Ӥ7�iIчU�','����\Z��}�WT���0�+A�� ��ff','',0,'?'),('k�8�0�y ��M��','wp-content/plugins/elementor/assets/css/common-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nu�T��[���','2�Ca�p�_�O����~nF��!�e���','',0,'?'),('k���%��N$�OwQ','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wk���\\��-M��o�D�','\\�¾^��q�@�{��Έ���3L�����v�','',0,'?'),('k�x�r�,j��i���(','wp-content/plugins/wordpress-seo/admin/class-asset.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���F�7��I','��/�\0�_��>�X�O�$\\�^v!�V��*�a','',0,'?'),('k��B˞�b=y��','wp-includes/user.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�N(�0+�cW;({','�Oh�K���,5��_�������o�Q��c�6�','',0,'?'),('k��j����&�b(K U','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�/8�p\r�B\\�z�','u�6_F��4��AP�\\Ү\Zv�Y��j$�u\\','',0,'?'),('k�a�J\Z���\\D.��P','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɏ3��I�!�BW�ڧ','}*0�5�-�Q�̡�p�`ˣ���rP�a','',0,'?'),('k�E+AJ��1.�E��','wp-content/plugins/burger-companion/inc/seokart/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��E���_�8b','͓o?CG~�(<��׉GƄ3�5h1�K�L�p','',0,'?'),('k“��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php','/home/sleepingsolutions.co.uk/public_html/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�2.���g/\rn�','wp-content/plugins/updraftplus/languages/updraftplus-ca.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�j�c�\\d��\Z`','�2�<>HX|>�h�QI��af� 7�XmZ��','',0,'?'),('k���Q�p:\"�\r���(','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QCW�c��cQ��\\n','�Ӡ��Kt���;�Ľyvw�!��.���~s�','',0,'?'),('k�{�ہ����$�Ȏ','wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RRwP�UPa5�x/c�','h�!C�p\\�@t4���αt��e����\"��\\�R','',0,'?'),('k�̻;Lb1W0�GJCc','wp-content/plugins/elementor/assets/css/admin-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������rm�	��','���Mx�Q��r���\'�q�(��㝽��Ш','',0,'?'),('k�� h�ѻ<x�j','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�|\'��0�]���','�T!K���-�+[j��je\"a���1��Lг�i','',0,'?'),('k�\'\n+&=��n`�3�','wp-includes/js/dist/dom-ready.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��5�[�^|(	~�','���J�ϗ.�/�8��;1n�mv�:�\'I��','',0,'?'),('k������^m�\\���','wp-includes/blocks/navigation-link/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,t��P)x禴(�','6&D�~�<&%���zU��B�s$H�[��?\n�e�','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@B^{x��5��','Q�m�ÂE-Kw��s��w�JU��\"\"Q��L�','',0,'?'),('k��vcу�}1�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��F_\0W���7ψ','��\0B��1z�4����;��V�`�V9����&x�','',0,'?'),('l7�N��<߳VʦZ�','wp-content/themes/twentytwentyone/inc/template-tags.php','/home/sleepingsolutions.co.uk/public_html/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','�ᳯ��8>ߖI��','��t������/�dۋ���Y�:�Ǝ��','',0,'?'),('l\n��Vg����ƪ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�����K�u����','��?��p���&k����w\Z�\"�Gl��r�','',0,'?'),('l	�.�G�h��','wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��xxO9{H�=9�^��','}�Ӎ��YYY��F�P�_+\r�41(3�߫�B','',0,'?'),('l%w0i2�a?Yc)B�','wp-content/plugins/wp-cerber/assets/flags/nz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��z������','�P��{��\Zq��R-K�G�ooǐ�ztT����C','',0,'?'),('l(��bv;lD.�?x','wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�T�4�IG:3h\n�Ǻ','\rǣ�L��5�S��\'QW~P���u�#','',0,'?'),('l/K=�����+��HN','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	���8��T�\r�`]�','T�i<S�Irќ�0����N�h�/y`A��1','',0,'?'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%*��1��9���','u��כw��x�mI�{��c�u�l��','',0,'?'),('l0�:D�a/L�7��a�;','wp-includes/js/dist/preferences-persistence.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences-persistence.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iN�n�I��r	','���/��P�,�\"q)�r3��\Z<��|�u�','',0,'?'),('l2���SM�/��A��','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D_�!㑖$q��S5�','�uӽ��5��!\0�C�mp���{�13�8LxX�','',0,'?'),('l;\\F�v_�-x\\3{�','wp-content/plugins/wordpress-seo/src/routes/wincher-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�l�7D�ź��d��','��ێj�)�����0�)�(������S�v*','',0,'?'),('lD�#S��Sxr�','wp-content/plugins/wordpress-seo/js/dist/classic-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B����	���p�i','ۡ�R���{����+C��v^�EG	X���\0�E','',0,'?'),('lG�ҹ�-e�*�rh>��','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\0̡R�C�7Ez��C3�','!�����?X�,�>q�䭌߲?��S��q8�z�','',0,'?'),('lH��b�Q���5׏','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�O�Ԃb�t4�\\','��ڒ5fCSQ\0Q���)=\Zk�$���\0�I�','',0,'?'),('lK�u�\' Աy�GPLճ','wp-content/plugins/wordpress-seo/css/dist/dashboard-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d^@̺�Z]�\"<�NSG','|��$�g�\'b�Eȧ�X$�)5[s6ij)��','',0,'?'),('lL������l��b�k','wp-content/themes/sydney/inc/classes/class-sydney-modules.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�6\"~���y���.','0��%<\\}�82�B1�]f����ak�','',0,'?'),('lP��Ŝ<O���u�','wp-content/plugins/disable-gutenberg/css/settings.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�I���e;r��[�','F���+�Bߟ���YR��a�K�tg�m�0bR','',0,'?'),('lT�%�f�m��u�L��','wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�� �#!3�����','K��be�fevݮ�ۋ!��5V#ʍ~��VW�','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��[��6��܁Nэ','h��J���F0Ѻm;ۙ[�_@�\r,���Q�p�6X','',0,'?'),('lt��%��L���Մp','wp-content/plugins/wordpress-seo/images/question-mark.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/question-mark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|i���)d�pOd(','I�KLl\r�Ҧߐ��	S��ʨre4>bI�]','',0,'?'),('l~�_�G�~8ᚶ��$�','wp-content/themes/sydney/woocommerce/css/src/wc.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/css/src/wc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k������Y�Wc�','�\Z�\0�6�(Ud����P|Br�n�_���ë�','',0,'?'),('l�RM��۳�zt^��o','wp-includes/js/dist/preferences.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t��ʭ��u`','�{mSH��c\Z\'�2��&�T��V�����t�','',0,'?'),('l�	k�!�H�%�홛','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7l��U=������','����P������z�b��b��G[�Z�{��!','',0,'?'),('l�ə������R\0�','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<g�����Z���w','��v�ǐ�+5_��Cw†�+xb�RSڞ�','',0,'?'),('l��b�Ɍ�r^z�#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss','/home/sleepingsolutions.co.uk/public_html/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�Y��Ӽ�\0tH�!�r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�u�?m�\0W��-6�	','��&3m��8`l*}�\"����M��O*�T-�','',0,'?'),('l��LX�iUv8F�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!-0�\r#`1U=b$71','l0�\ZKn񋤉E>����\"���\\�=�','',0,'?'),('l�[ڭj�<�}S>�8��','wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h)�x�\"�#�`�3a��','Su��柆�y�\'UX��j_YֻqmA���uK�','',0,'?'),('l�SlaP�kF,�(�F�','wp-content/plugins/elementor/includes/controls/dimensions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+m-}��l\'�@�@e�o','���m����\\��Wӛ)3X��yfBp\0*��&~','',0,'?'),('l��SNVng��y�<','wp-includes/blocks/image/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\n�U�A�τfx���8','_�c}�0�KC�,w.2U�W{����t�/��','',0,'?'),('l����0{�����gxX','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesBlock.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesBlock.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�ݪXQd`;n�p�=','{E�!Q���\0���%\"�S\r&���}S�\ZqQ�','',0,'?'),('l��<��#��q�,�','wp-includes/blocks/archives/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۹\n�\'}��l�U�M\0','pJc�B���`oB9�������\Z�:��y��','',0,'?'),('l��EQ�]0��y���','wp-content/plugins/elementor/assets/js/counter.76b7d2e97fab58558ee8.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/counter.76b7d2e97fab58558ee8.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�gI������DY�','s�p �	�hG\n�t}�ݴd_Nd�|=A_w���7','',0,'?'),('l���ꌘb;W4R','wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɼUŬ�����)@',';B�Y�B���`��z\'i�	hIv}j��G','',0,'?'),('l�m(f�_q�`b�C�%t','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��՘Ys�Oz1K!��','�Lt�i]V$I�F��`��>�s\nwa�C�?o','',0,'?'),('l� p���ɲ�$̘','wp-content/plugins/ninja-tables/assets/img/naeem.jpeg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/naeem.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ј0��&ꅯ�\ZK2','���K��&��t��!Ÿ���:m��I.��|��Ss','',0,'?'),('l��14��&y�a��W','wp-includes/css/dist/customize-widgets/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��)Oq$�;f�f�','F��tͱ�O�����j%3*����R�J�nr�','',0,'?'),('l�G&��3]�(]��/','wp-content/plugins/elementor/core/logger/loggers/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[T�;�����4#��|S�','�`��N\\�k4��?��͐)JQ�\Z˃mG\0','',0,'?'),('l�F��[�FʬIs�','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�U���F�<g%�','��˳���RO}B�]¾�h��{��x�7h%��','',0,'?'),('l�ōё�p�g�S�|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�o�� L6�','��H�v��O#�^�[f��8��:��� M3�M�','',0,'?'),('l�+<%w�\"V���t','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���\n#����M�','�����\rp�S�Ő�\rP��F)���\r\'�?Z','',0,'?'),('l�Ŕ7��������','wp-content/themes/twentytwentythree/theme.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�D��_�Tss\"��','��\n��(�p~z���F��Ӌi_,쳺[���{','',0,'?'),('l����=\\0Հ�z�','wp-content/plugins/elementor/assets/js/nested-tabs.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wrL�!�N^���]\0,0','N�T��+�Q`XG���OJ��<��+��&��','',0,'?'),('m)\r����aH���E�','wp-includes/blocks/social-links/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�C���ӂ�\Z,','�S�/�w�=���6c)�\r���7��D\Z�','',0,'?'),('mSU�t�F�_�M�L','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/partials/non-apache-feature-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/partials/non-apache-feature-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����kb���T9;uV�','��͹yҨC3mp�`\"�⣋���j���8T� /�','',0,'?'),('mPvbG�@�G=��','wp-content/themes/sydney/vendor/kirki-framework/control-generic/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�~�a�Y4Z>','e⇈�-��@���N�Ҵ5�	��$��T�6�v�','',0,'?'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt','/home/sleepingsolutions.co.uk/public_html/wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UC%Pʅ�$��p���','�<eN����f�FK�F���o�-�Y����SlU�','',0,'?'),('m�߄@M��:����','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�����8��p�^Z','�\ZZ�v��Ѣ��3kw��9�IO-3ى@�SM','',0,'?'),('m +7f\"����>��)','wp-content/plugins/updraftplus/images/icons/updraftvault.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/updraftvault.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A	RʂD�,���d���','��W�\Z𖽪R^�xǧ��p�ꝍ�S3�\ZU','',0,'?'),('m$6WҜ��gB�$\0�4','wp-content/plugins/litespeed-cache/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B7�&�]��NDd','�@H����M;ﺾ�5 i��\'��o�5V�','',0,'?'),('m,�.b����','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9T��Q��Hµ�<��','G<׈�WYLOYaU���g�g\Zb3�f','',0,'?'),('m51��\Zp:�8���\0=','wp-content/plugins/elementor/core/role-manager/role-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�];Ub�A$�V��Q',']3�Dh(�nԈ��چ7?l�447Ȍ��y_','',0,'?'),('m5�[�|sr�� \'','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape20.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape20.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�Q�P�y �3��ɇW','��k��ƴ�Z�55U#�lǺD©��n�','',0,'?'),('m<%��}W($��','wp-content/plugins/updraftplus/methods/insufficient.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/insufficient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Xf�q���Z','�!�]-蠢quJ�G$������$ҢF��u�<g','',0,'?'),('mA�p��	1��G�U/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׋�Po�v��`�','�Zu�E-�-߈��������S�C��di5$r','',0,'?'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�^�c`�ɑ�8G�G�','A77�|93����H�ˬ3A8^<���lޛ@�','',0,'?'),('mE���\\�)��o�','wp-includes/js/jquery/ui/spinner.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ļ�>O\"q��o|','=����X.�J���w`h�W+�J����t^','',0,'?'),('mHC#-�\'����$�.','wp-content/plugins/elementor/assets/js/common-modules.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�X�8�v\'��AL�','@x;ɖF4CtGs(4�\r���?Dh(:9M�E�=','',0,'?'),('mJ�G@z\'�C�;�Qs!','wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v����$�V&>�_','�@�@2�o0|���[����wc��WCKF�\'�','',0,'?'),('mTZ`xk<Y,��/Ss','wp-includes/class-wpdb.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��?�g���Y�2҆','�и�7�B�������ā0��/�q�wT��[C','',0,'?'),('mY����}ɽ��?','wp-includes/js/jquery/jquery.ui.touch-punch.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('md��0���qe\"[�\"','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��3,m��|?��~','e|P�������Qm��k�}�o�u��','',0,'?'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��p��а/z):�D�','�7�/�n�,�	Ox��=��n���R���VM','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m�m�j�]q\'xV5&','wp-content/plugins/really-simple-ssl/assets/css/admin/layout.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�7#Sf�a7}','��4�ջ]\"Xn�f����ԫV!T���d	\'�TX','',0,'?'),('m�,��hd�͉*��3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h,�\'�e.���ch��!','\Z�!��m�fl.��8�<�M_kNX�3���R�\\','',0,'?'),('m�a ��J�t����)h','wp-content/themes/astra/inc/dynamic-css/pagination.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�8�;��X+ɀ[-�','.�g���oWKƕα(ܥN������J�\n(�F','',0,'?'),('m���;խ��r1��','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�{veI	7��u�@','$�N����	П_���40D�W-pA���Z','',0,'?'),('m�5�)\'��aH�\r��-','wp-includes/blocks/home-link/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/home-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	8>�A�Җq���:��','#)f���h��@�em��s��<|o�3','',0,'?'),('m�^\'�Z�xd~���I�','wp-content/plugins/elementor/modules/library/documents/not-supported.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�αsU�G��Zs|^c','��=�yh5�p�j�v+�k����w露��\";','',0,'?'),('m��L�ux��Ż4�Ŀ\Z','wp-content/plugins/wpforms-lite/templates/emails/general-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zd��A���d�','P̐/kQTu!8��|��oY)n�(s���Z�.','',0,'?'),('m�Wt���\n�K9_<}z','wp-content/plugins/burger-companion/inc/rasam/rasam.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/rasam.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�#��E�����d�6','n���	�7�Cf���4J���jm�@ꬿb��_~','',0,'?'),('m�]���oiK-������','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��bU8/T�z�v���','�G���\n^�n�:pӘc���T�B�P�.\n��','',0,'?'),('m���4����l;{','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','xG�?�Mx����l|�','�B�S\ZBeLƓ3�#ھ��b�j52=�<P�3v�','',0,'?'),('m�ћx�}�om��v�\"','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݽD��*�<R���[�','xy:����Ly�H��G���\Z��z�қҦ�','',0,'?'),('m��\\�~bu,��bt','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԣ�ʁ՜%\Z�\\6L','�C�v����!�W7cѦ�p;{p�n-�$���','',0,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=�	���Tc�vL\n*Ȱ','',0,'?'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LL�#��\0�uD,�Y�i]','�~^���ٴ�	d��i*����W����<6��','',0,'?'),('n��0_ڃ����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڲ9c%4�k(A5��','˫��])��L����p��ղxQ�x�%�)�','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('n$���/(D�u�J�k','wp-content/plugins/redirection/actions/pass.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/pass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[<���uBY�7�\Zlq','XH�a=�{Z�k%�����|8�q~ӂ�6�F\r','',0,'?'),('n+�z�o�hs�W','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���F�ό�:p�&`','��1FǛ�c�%���L�o��]f��+[zgy��','',0,'?'),('n?��<}rm\'�eq c','wp-includes/blocks/site-title/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{(�)��J��R��\\','�y�]����3;��Zv�D�(&�|7��cz\'�','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR1�՞��\n�ixBi','���S�⃧��=ȌbjK�����i�$��y�','',0,'?'),('nSӸL���,�$�G>-','wp-content/plugins/burger-companion/inc/storebiz/images/footer-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U2��\n�7-\nrOA ��','~^W�64�qp��:+	=s�z27�@T����','',0,'?'),('nW5{������g����','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��M	[�!pv��','\n�k�*2�@,��f�ךdt�Ҟe�\n\"��&;/�L','',0,'?'),('nZ/1T:{&^�/n���','wp-admin/js/media-gallery.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_8��5o�?�','Ƥ�$�30��I��X��C,b���\"0l�N�F','',0,'?'),('nd܁8�>�I�뎐','wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٷ��O<�M�T��','	��&X�d��w�2���n�W*���7 kJ�','',0,'?'),('ne5A2)��TymW�','wp-content/themes/sydney/js/elementor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/elementor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��.6�T�������	','�v��S)�$Vc��Fp@Q� ��m����~M�','',0,'?'),('nk�X*V��\Z��Ld�','wp-content/themes/twentytwentytwo/templates/page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�]6aذ+e����','\'ft�g�x�9I��8&l<	P\0�\'�\rQ�h(�3','',0,'?'),('nk�r�w[��� ��!','wp-content/plugins/burger-companion/inc/kitepress/kitepress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/kitepress/kitepress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�)@�F��|��','j�w�Տd��!}M����c�1�:�:<S�5mf','',0,'?'),('n|���;U��e��<','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hg���Vŕ/N$ЁF�','%>{��T�	���n��<I�m��q�I�\r���','',0,'?'),('n��{��oh\Z��*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S1�~%��Y��փ�','%h=�%vOIޟ�7V��x�o���_��(','',0,'?'),('n��\0j3o��-���yk','wp-content/themes/sydney/inc/customizer/controls/class_sydney_text_control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_text_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�4s^�1n��6��','hoE2zC�,6�_��([���zu�\'��Iy��%�','',0,'?'),('n�{�҄��:�P����','wp-admin/images/about-header-about.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-about.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��ɲ��!Cf�Ύ�','�;h!��z�}�)�\'�7�2y���?','',0,'?'),('n����@��A��F�','wp-admin/network/sites.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x_�h2�oߓ!G�f)-','��ۅ��B�0$MF��k}�幤Ӯ���Й��','',0,'?'),('n�|j�por:=U�','wp-content/plugins/redirection/models/url/url-query.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0R�9�1o�5޺T�','��UId*�}����8D��4H��w�#�\'*�','',0,'?'),('n�GMb\n��;��,��','wp-content/plugins/litespeed-cache/src/conf.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/conf.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��)2j��,S���','����l�򻷇��W���Ck��\0ϊ\0j<e','',0,'?'),('n���g�7���xՏ�A','wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:h���\Z�u�','�k\n��3��q֦�&jj8�K��)Dsn','',0,'?'),('n�1�|W�$섧`���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����i�YY)�)�','��Ӗ�o�ki=F�6�� ^��L6c	b��ó','',0,'?'),('n����ʹB�Cň�','wp-content/plugins/really-simple-ssl/settings/src/Settings/Support.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�N�ҡc�E��y\"�','x{\\���4�LA��b��A)pr�<�@ ��h','',0,'?'),('n��@���Q�S�:3t','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�i���K!�*�','3�\r�+�#�`E*h�4�<��=f+_2L�*Z�(j�','',0,'?'),('nã\n�1U(�&T_1@z','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/the-events-calendar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/the-events-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K/#����0\\%�s�','3�E�A��%�֯!�,��4�v�3��oo��H','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�5���y:	cx2','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('nȩ����C��\'�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��sȊ쩦�i��','<U=!8�c-t�6�B*zd]UĘ���O���','',0,'?'),('n�F�`np~vuTk�K','wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������e#  @','D�(���,2R2�S�94�NEB���p��','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss','/home/sleepingsolutions.co.uk/public_html/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����.���\0hm','wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f#�������`�:\"�,','�1O��G�a\r�5����/}bm�Ę�W�CP','',0,'?'),('n�к���v�nj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��j�.���%��|','��p�PH;�?\0�U�+k��fr���ɫ)�|�','',0,'?'),('n��o�����y���','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php','/home/sleepingsolutions.co.uk/public_html/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�?q7���\0Z�:0','wp-content/plugins/elementor/assets/images/library-connect/right-1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c$����Z�+�.GD/','�8���U�\0��ΠHl~�Y�*��X���a�I','',0,'?'),('n,�Q���3b��O','wp-includes/js/dist/warning.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B5����jc�$��','f\"mW��\'@�Wl��7�q���d�TܹMn<��G','',0,'?'),('n���0�9j�v8�\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php','/home/sleepingsolutions.co.uk/public_html/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','C+��ez�0��L��1','ܚ+yx����al��q�G/��3a�����S`','',0,'?'),('n�=:��e�h�q�G','wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�퇠j<|AI�\\�$�`','HZ\'��1�r�b��5=y�_̸�������$�','',0,'?'),('n��ۗ��vXH)�','wp-includes/sodium_compat/src/Core32/Curve25519/README.md','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('o�y���*E�`��?','wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�ԾE%�\nR�viS�j�','�\r#��«��}��R�C\"�Cj��ꥉ�����','',0,'?'),('o��04+>)\";N��','wp-content/themes/sydney/widgets/fp-call-to-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-call-to-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�C9�v��B6́�','�}0�i���\n\"݉�� �Ŗ@^�J]�yɡ,','',0,'?'),('o&�;�;�K��|-%1}3','wp-content/plugins/wordpress-seo/js/dist/installation-success.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/installation-success.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ꛑ*<S)l_PG','e1[�B�h��y�C��6�?F�eŝ,I�4�Q','',0,'?'),('o\'RD-��\0���o��','wp-content/plugins/wordfence/images/support.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cl�$��r����n<.','��$�M��Ԯ�&���(ᩘs��^	Ϣ*N��','',0,'?'),('o\'��r+Ԯ�o	a','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_9�/�\0X��NV0��','���V����6e���a��Ƌ{9=ck� 9','',0,'?'),('o1i�L5���z�$��7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('o3�W��w��-L0B�/','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��s{���I�x�p\"�','8̤%�_���٪��)�%q\0L�K#@]�','',0,'?'),('o8���$�v3;4㾦�','wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qd��BnR��˶\0�w�','�!���*ug�{�IpG�L>W\"VR׶r�','',0,'?'),('oC�\"���Q���t��y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('oDL�J�Uv��$��','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q��E/�/�b�d�','SЖ�箝&��O�oa�?��@0�,F�F\"��+','',0,'?'),('oP�c����o�.�r','wp-includes/js/tinymce/skins/lightgray/img/object.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,V!V�-G7���j�','H��?�0H�#��*�\Z�m�%C��M��	\rI','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('of�Gk�L����`t@','wp-includes/blocks/cover/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��Y��+�Z��Q��','%ޒbw�f=�M�����3 ��`Z��`�8�','',0,'?'),('ok89�~��nU5�','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\0�hd��>�6��',']k[c�p�}�B|��}�8�o(T�����eq','',0,'?'),('ok{ݶZt;����E','wp-content/plugins/litespeed-cache/tpl/banner/ajax.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v����F]�\n��p�`�','��r?`��|�h��h�b�����7y� �3','',0,'?'),('om���p����r���S','wp-content/plugins/elementor/includes/elements/container.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�aH6�\0O���','!�(�����L���of��\'x�U;l�r�B','',0,'?'),('ow�l�7� c�Y3','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�:�{�Q+��;7q!�/','ʗ���x4�\"?��=��Ӆ��O^inl�','',0,'?'),('o|_�4#�nK���W','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��T��x+F��$','񅞆mU����)ŕr9D�L��\\m�Vg��','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E8��u�ChG<�o܅\"','�TQ��t���ݓ��z�ωT��0��A','',0,'?'),('o����|����Dp�Ƞ','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�իk�qy��bU�@�','�ub�%MU%�A�����]8F��6���{>h$�','',0,'?'),('o�{ѱ`�r��<����','wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԩ����4~aw���','�\'f��qٟ�ɋ߈<Ew#�o������΋�','',0,'?'),('o���O��~3��{��K','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�:�d�\'\\�V','b>BOi�E�u��C��o���;��#�֮a��;','',0,'?'),('o�m�_P����5;a','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w������Ŧ�','�;t�Y�\"Ӫ���(o�\"e��;���=?+','',0,'?'),('o��ܗ§T\Z��QS�D','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�[�q�%gࣹ','`�Ԉ|%�5�(��;�َ���w��ؤ��r��2','',0,'?'),('o��eH^��>ܹ+־','wp-content/plugins/litespeed-cache/data/const.default.ini','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/const.default.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Z-d��.�#�}��F','�Fq�}N7闐��2��5�>K��fwi�­�ϩ','',0,'?'),('o�	ǻ�	&��c���','wp-includes/blocks/paragraph/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5S�=g�����s\0֧�','�1�m����Y��H�^��O���L8�','',0,'?'),('o�n�5�Z�hF�','wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�C_��g&V���/	','�0	�غX��]�Et�\\3�[VT��n\\��(�','',0,'?'),('o��u�U-g(<�O�l�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��n�^�����6e��',' �й5��kTN\Z��(�Q�]�V�K�:�.ϗ\Z','',0,'?'),('o�̴r�WJ�\Z��x','wp-content/plugins/ninja-tables/assets/img/pricing_table_two.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_two.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��@ۆ��Y����Qaj','eP��ӿ�%:k�J�x��(Dh��h�x���','',0,'?'),('o�w*�\nΛ΢GҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg','/home/sleepingsolutions.co.uk/public_html/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�m�Y#�P�0�A0','wp-content/plugins/really-simple-ssl/settings/src/utils/api.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�h�ǶO�7L~�A�','&M�7TH\0�a@��+�����4,��R\\\r݀0�','',0,'?'),('o�Ye����̛�mQ3�','wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0Q�6.��C�f_','��5��a�G8-�A^S��-7b�5;O�6���','',0,'?'),('o�96l|T2\ZϢ�i�','wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���*�y��hX�`R','ri�}�N�rUTpp�+��vuT���K\Zh�4KZ�','',0,'?'),('o⸪e��Z�uv¬','wp-content/plugins/redirection/database/schema/240.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/240.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���a���8�J�','!g��{��Z�V.o2��Z�\Z���\n7�s�S','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php','/home/sleepingsolutions.co.uk/public_html/wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:R���U���M�%','��\Z�W�Y�{�a��Ӳ�]e���~=UE��','',0,'?'),('o���Y��څ��X�','wp-content/plugins/wordfence/images/flags.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E0�H�%���|','5���#�7޿6�\'w0^�G��1�����','',0,'?'),('o�F\0$aR�/z��}','wp-content/plugins/wp-cerber/assets/flags/uy.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/uy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�t7uDNn#X�>��U�','@Z��Wiu�?�����eɻ�9{� F% ���\r`','',0,'?'),('o�,^E�s3�K��v','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0p,��8c3]���Q','�F�P�.��)y@��vSf~J͵�,�A%�','',0,'?'),('o�\'�n`��*�\\EA�','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�{��O\Z&iә�C','���~c��(��%�>a�\'��Gd����','',0,'?'),('o�����S+_��:!�� ','wp-content/plugins/wp-cerber/assets/flags/gb-nir.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-nir.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H�pke�8�B�\'','�n�S��0�����AE�o\r���q��s��%���','',0,'?'),('p��7u�L�_{2Û�','wp-includes/js/jquery/ui/draggable.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�\'��ۉ�!��','��E˒�;w�\\xq��8jc�+����`�','',0,'?'),('p����G�P�U��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˮ�Y񪻛�y\n�n8�','_�(����|0CԢ�dp���([�x*z&<��^','',0,'?'),('p	��~:�)����N�HD','wp-content/plugins/really-simple-ssl/settings/src/Settings/LearningMode.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/LearningMode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���T`��W��b�.R','NjV���v��_Z*�.�n�E,��LM��w@�~4','',0,'?'),('p��t@��C�F','wp-includes/blocks/template-part/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\"�.`�Xxm{��','\n+|\'x�z���(��=j�n}#wW��i��2N','',0,'?'),('p�\0u<o���-�m��w','wp-content/plugins/wp-cerber/assets/flags/pf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<T���,����si\'�','�8��&%�v#�̋@���:�ۄ��t�PLH��','',0,'?'),('p�?وU���\0˜','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�DPΰ\"<��','��腁�?��$��E��$0\0]\'�CKɯՊ�','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php','/home/sleepingsolutions.co.uk/public_html/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','�O�1���?\0���','ur8]���M�%��tZR����NW��h��	]`','',0,'?'),('p!#Yķ��`.��&{�','wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���.�j{�wJ�','9j��7�W�\'L3Lz!���ivB1+�gq','',0,'?'),('p+|�i%��ޠ���|','wp-content/plugins/wpforms-lite/includes/admin/class-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¯�X��t��\0\rX',':�^��{\":��DR�Jloج�e�U��0=FE','',0,'?'),('p1/7t�O�\r\n�HB�B','wp-content/plugins/wpforms-lite/src/Admin/Revisions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Revisions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j���\'*��uE','~�����&����0�D	���[� �[���v�','',0,'?'),('p:7��j!=b#3M��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B}6��K��~��S','�E�m:\Z+cg��*��i���c�����Ny��LR','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('pQl��y\0ضS	��*R','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h%Bİ#�5F��',')cy�N0�T��R{�J�0�]�5S��A','',0,'?'),('pU?%G\Z�J���X=`','wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_4�[��_����','$��LT��\\B\"�1.t\0�`�8Pg>>��,Z�i','',0,'?'),('pUy�a	�b��va�;�8','wp-includes/js/comment-reply.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('pj��N\n7S\r�KV2G','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h�����LDM)��','0d?��d�ñ�S�a��d�?�ޏ*�d�','',0,'?'),('prY��/�i��?�?��','wp-admin/images/about-header-credits.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-credits.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T��o�,Zl�','�Nk��N= ��]�٤.���2�nK����i','',0,'?'),('pw��Q�F�c�ߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff','/home/sleepingsolutions.co.uk/public_html/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{UʏКtecC4CDj','wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ߘ�	�zg�(��','�N��G�Eʭ<^@{o�Z�G������R���','',0,'?'),('p��@�6�}���v��9','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Kh=0�yJ8�K9��','�(�I���h/z�rP�M�Ջ���6v6V','',0,'?'),('p�X�������L�tO�','wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*t��Ŝ#��l_��','��$�^���\\�\"߀V��NuUXT������r3','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��\\����4��yj7','^�uQ���%�`Xw�t0B<��4�V��߭:7','',0,'?'),('p��)q_\n�&uʖe�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=D\'�W��j*<�3�C','��qDec7O���x@.x����k�`�V(','',0,'?'),('p���=�vvdq��̽a','wp-content/themes/astra/inc/dynamic-css/container-layouts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/container-layouts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bu8t%����E��@q�','��ޱ\ZZ�2���(����\Z�Y(> �9��','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�cd�x�W{f��Nb','O��j+hŤ\nⵃ8Qܮ#w��_p�C���','',0,'?'),('pŧ�\n�+R�2Z��b','wp-includes/blocks/post-title/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۩�f�m\"��Dn)3','������8�F�cXڻ���y�m���H\\�{\nC','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php','/home/sleepingsolutions.co.uk/public_html/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�նvI^ؒ&��&;�:','wp-content/plugins/elementor/assets/js/editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\"&��*i�qچ;\'�','�{,D����c���Ǥ�5I��gS!���k�','',0,'?'),('p�:�_\Z�C�,����','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BrЩ_V���-q�����','k�/ܟQ�h��aOJ���:�nY�`�mʙ�Kth�','',0,'?'),('p�՟��s���xZ','wp-content/plugins/wp-cerber/assets/flags/lb.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�^�$�F��vK �','y?*T���y(�19p�a3�Pʼ��n�O�C\rS','',0,'?'),('p�q�l8Յy�Ս��','wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�ћU���5���ӄ�','^<�\0�MK�ݟ���O��w��5��R*','',0,'?'),('p�5p��J0T<�;ɿ<','wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�1Xݝ�,H<+\\�`','�]��q���T:I���!J6��eE6���t���','',0,'?'),('p�}G��J��$��x','wp-includes/block-supports/align.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�]�4$^l��','���z�ia�;8���:��`�GW�Id��Q�\Z','',0,'?'),('p�ݨ�P��Gb4���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��=l\"���e�j*','��߂4����C\n\Z�N����x�Ģ�n�','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��*�<�X;��','N5%��=�kUHVK�A�lEI\"3�j��','',0,'?'),('qs��A�t���d�\\','wp-includes/js/dist/warning.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�j��I�����Rd','�x>�qtQ_:��i i�k�Hg��z��Lp��)=','',0,'?'),('q�4�#s�]j��','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�	ݳ�\Z�R�K`��','�3�63�z�ǩ�}��@��z�y�\0�L|�˨�','',0,'?'),('q�#����/I�)�.�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{}N�<ŋ��/�n','^G��ٰ��Bd��%�/�0��\Z�7\n�w8�','',0,'?'),('qs���x> ��*О\0X','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^A�X���j�@jx','��wU,/h�Gf�\ZW&�Yy�]5p5IaӢ��','',0,'?'),('q��l������>�\0','wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�M��\n�/��0t�','{��b<�K��1�j�<���؀ĵi1X��̾','',0,'?'),('qtWl���Q�K�l6�','wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�3礧\r�M�sp�\0�','��w�|��木�X�*��L��mp�4�','',0,'?'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ZSk[��>�R��',';a���؄-?su��\\<�{�4�I�KS�.','',0,'?'),('q%��)���ud���	�','wp-includes/blocks/buttons/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HD���%�0�','���L�G���/ʈ\r�4�b5#<h�ϸ3�ݟ','',0,'?'),('q+�S/{<����	:�','wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ᏒQ�쏚�䘧0','>�~~��e�Rh�2j��b�j\r�LI�ޭsT��','',0,'?'),('q1H�F�.�m��','wp-content/plugins/wpforms-lite/assets/images/community/youtube.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7$���\n�S{��MB�m','��6K!�h�b����݉���t0q}�@����','',0,'?'),('q1�HamH Q&pR-^D�','wp-includes/blocks/image/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\n�U�A�τfx���8','_�c}�0�KC�,w.2U�W{����t�/��','',0,'?'),('qL���I�Lc�','wp-includes/class-wp-recovery-mode-link-service.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��BW���Z �	m\r\0','t\n��_qGƵ�b�����y}�2+\0�I��','',0,'?'),('qMH�,��Xb�,�Z�ډ','wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�o���F�\"���','\'�gW�3�xe.���z��;��>N�F�c�q','',0,'?'),('qc��_���Ҳۯ�+','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�V�Ce�ؐ���%e�','��r/�}\Z��T���a���\\��x۫���','',0,'?'),('qh�665�y|�=�?S	','wp-includes/js/jquery/jquery.serialize-object.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('qj��O.C�ެИ}��','wp-includes/blocks/navigation-submenu.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hKu&�\\��IOB��','i��^��2AQ�֯b�J�:��J�a���:�','',0,'?'),('qp��|��<\0*\"=��l�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7o-���&�h��R=�','��X�Y}�ö��N��\">C��:�%l*�IgY','',0,'?'),('qq=-z�*Gt�Y%k>�','wp-content/themes/sydney/inc/jetpack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7r�����T���z��','��P��Eq��u��@s��{q��{-`��*{','',0,'?'),('q��f���EH�7�d�','wp-includes/css/dist/editor/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','։�⭫2k%]m�,�%','4��R:���T��!�U~r{\ZIH��h����','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�ڀ\"NkvR	ތ6\Z','wp-content/plugins/disable-gutenberg/inc/plugin-core.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�4����l�C����#','s����#�b��H��ܧ>�q���K�u�2�','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�����WE[x�dH','y�pY��U����f����\0�z��,�^��~','',0,'?'),('q�o>��������F~','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-uninstallation-tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-uninstallation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Y��X� mv�Dy','�,��K-��~�A��Wv){����ea�-�q�T ','',0,'?'),('q��Z�\0=s�\r��\r�','wp-includes/blocks/text-columns/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{C��eN|��sz<��','�NG��y����	�y�*�~ڰ|g=����','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<_-G\n�@�l3','�;���D^V�\'/qR��}�;5��HZ�7��','',0,'?'),('q�,W�ڪ$�w�Ĥ@','wp-content/plugins/elementor/modules/library/documents/page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nk�E͕8�!��{/���','k�[���v��� I�M#��}��7 U7��','',0,'?'),('q�_�\n�KX�f�n�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3���3�g� b#]7','���q\Z^oFyhl�P˾�-�b�*�\rmW�_','',0,'?'),('q�s�������P��E','wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('q��0#�$�/��qh\n','wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DK\na���J�P��','�ދӽY�j31����������sc.bH�','',0,'?'),('q�0���������5','wp-includes/sodium_compat/src/Core32/SipHash.php','/home/sleepingsolutions.co.uk/public_html/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��J��X`!r�<��','wp-content/plugins/burger-companion/inc/spintech/features/spintech-general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iNE,�>�K��@%�S�','M��2uW�\\&�aDSt��/-M��V� F>h�','',0,'?'),('q�,<���wL�G\"�E�','wp-content/plugins/updraftplus/example-decrypt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/example-decrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U8��d�#:#���','i�M�,��;�-��4)��yͼ��j5�w�','',0,'?'),('q��E��v��{�Z���[','wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q~�f��������\"�','p,�-�gW���Ԏ��W��.c�E����M','',0,'?'),('q��5@�*=�&��\\X�','wp-content/plugins/wordfence/lib/wfHelperBin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��!�ȍ��4Q��X#','��չ%-�^�q��U�q�M��eY���','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php','/home/sleepingsolutions.co.uk/public_html/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�=BB����@�YG�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E͆�k�@�>R�꿷','�s����իW�U�V����il��\\\'�#�b�U�','',0,'?'),('q�C�IV�g�e�,1�','wp-includes/css/dist/block-library/editor-elements.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���tf/V�>t','�o��T���Q��bj�m�cw��\"�;J�$�\n�x�','',0,'?'),('q���}ܟ����f��>C','wp-content/plugins/redirection/redirection-capabilities.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9G#�tT�W�����6','@�.p�x�K�iW�\\�N�~�I�����$��','',0,'?'),('q�f�Q�8�!T�cC�','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ػ����l=F޹��','���*�H~��%�	�~�C�R�-�I�/d�','',0,'?'),('q�;�.�,x2V�H��e','wp-content/plugins/elementor/includes/controls/textarea.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�C��n�m\"�E\0��','���VX�4��B���\\�k�$.����V�8-$Y','',0,'?'),('q��+�9p��9E���a8','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1670945819.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,'?'),('q�pR��\\����fڥ ','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nĮ₡}�t>U�e�`�','�aL��+��nC����Dǿ�^[H��߭�R�','',0,'?'),('q��qv��c�#n�;�','wp-content/themes/astra/inc/metabox/extend-metabox/package.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns��r#���X����','g�݉c����9\n�\'y�a���~Oe6>���0','',0,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�,���NͰ��|ߴ�c','g�	������d��1&9���-1�_����̓@','',0,'?'),('r���\"��%1�}/2Y�','wp-includes/blocks/pullquote/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1<���(��4�','��`��Ѱw��i��=���,��[N�*W�dUW','',0,'?'),('rt5Z0���P\\��~','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','on��I�*��*[^\n�B','�heB�P�p��e�*g��V�7�<���','',0,'?'),('rR�/�#+�7��<^�','wp-content/plugins/updraftplus/includes/jstree/jstree.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']:;_h�1u�c\n^�:f','��fOC�y���.�f�A��<<�yW�V7�','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('r3\0��=��\r�jB�Z','wp-includes/js/dist/widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��m�s�F��%^�','W,�Hp�	>��UQ\r�V��D�d⩋�Z@o��','',0,'?'),('r4�����}�dVۄ|','wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�䤪��^t�B��F�ֽ',';�.\\�77Nbs��\Z\"|˃acR�i*�}\r�','',0,'?'),('r=�;���ٞ�{���','wp-content/plugins/updraftplus/images/updraft_vault_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_vault_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K+�sB�n��6�\r','�s��(Y\0���6��;�qZ$S5$l:��q�','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	n�{���\0�0U$��','G\n��Ks��I\'��my9\ZV��D\\:�ć�','',0,'?'),('rL��Y�9	�&�#�:�l','wp-content/plugins/wpforms-lite/src/Emails/Summaries.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Summaries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�d�f[s�C�l��Λ','�e�\Z�J�RYe��8�(�T����ds�o','',0,'?'),('rN+�ĩ�#3��W��','wp-content/plugins/updraftplus/central/modules/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o1�,�Y��q��f��`-','�s^d�rG�E��^�YT���,�\\���>e�m','',0,'?'),('rQ}�SD�5%A��r� ','wp-content/plugins/updraftplus/images/udp-logo-white.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/udp-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��t�#��,\\��~g�','�|�0�g�<Z��\\>:�\\�����L;�Lh','',0,'?'),('rXV�(I�DI���~\"','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�w~&\r�;Z@��\'�','��: �5M���e��r\0��FIC43�\Z�','',0,'?'),('rdGxR�\r��@��LS/','wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �K�9I[��3\\�(O','�t�1��Щ\\%���#kY2��^9x\nY��','',0,'?'),('re��\'۷�11d��8�','wp-content/themes/twentytwentyone/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�4\n>�,4�Fk�','Ƅ�@�=*w��,��,g�\0�(�=Q�QB3','',0,'?'),('rt�IŒg[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ��	���� N$ � EК���e�$','',0,'?'),('r}q��2�u��z�5�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`.Z���G��y!','61�!2�e-QYcL���-|-;G��:�@�','',0,'?'),('r~�@a�fx.��Q��','wp-content/plugins/elementor/assets/js/frontend.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����T�$\"���y��','� ��e�ob�@�=fT`��4\Z\nq*��\Z','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�q�i�������','ϑ�톳dJ6�k�E?�$�	��H�kd�ô','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�0���\r�_]�(*	','�{D�I� �[���|�h�a|u�Ry��ꕝc','',0,'?'),('r���?�P�B\0ؠ','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/gift.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/gift.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�H��+z��>��','bZ3��	|����D��P|-ǻA�RF®X','',0,'?'),('r�!{z��kdM���','wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߕ�v�X��(��]','l,�&��J�cc�)c�ib6\"��C�d&^.v','',0,'?'),('r�$W��3�+�Y�]��','wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/ c\nh8t�0���28','W�<�\"��e�x��ʣ�\r��٭P^�j�@2f','',0,'?'),('r�2������','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h3����� Ҝ�ܽ�','�`&�ȥ���9�t���e�8�-��‹�&c\"�','',0,'?'),('r�aͬ�\Z����2�^�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Zz�zÔ}����*�','�t��R��T8}�pQ`��)Ɏ񗉭!���e','',0,'?'),('r����&E��eD�q','wp-includes/blocks/social-links/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ag���Y��\"<��x�','� ��K��f=]�pS�)\n>?��τX��V�]�.�','',0,'?'),('r��˅���a~��E�','wp-content/themes/sydney/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/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,'?'),('rʤ�Zr�4�#FN���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�Ŭ�$�܎�!q�','�h��89�gqK\0�4��R��va\r�','',0,'?'),('r��nz\0`�]�e�#+t','wp-includes/blocks/comments-pagination-previous/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�6z�AG���d','�lݍ�����7�t�.J�kd���jc)�	�','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�Կ 6l�c�3�','�r�@4rE�y���������.���ME��ɷ','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js','/home/sleepingsolutions.co.uk/public_html/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��j������7�0^','wp-content/plugins/elementor/assets/css/app-base-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ}��0�;�','7o�Ôa�i�O?�\Za�hE;S��n����7','',0,'?'),('r�Q���o���Z�>�','wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.ޜ��${~,`l<','�Om�g\\�\",Y�Ʋ�B8Z�O��	#���	�\Z�','',0,'?'),('r�jN�mM.s�d���F�','wp-content/plugins/redirection/matches/cookie.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڤ������f�\n�N9�','4��@�~�@�@3�Ŝ�\"�LC�<l�%�*�','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͽ�V`�%����','�	���Pr.�\Z���g��wGR��P��|x���4','',0,'?'),('r��h^���g�=��','wp-includes/blocks/embed/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߫D�L򊹀�)\r','�l�0�f��6�!�2��C��\n���\'JǨ�Њ','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޡ�CcǙ�L�ޥO�','l�� �P��4#A(�<n��]}	�','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9l\nXQ�0h�Q*','�Ź���YZ/����+`�_{�T��n��H�','',0,'?'),('r���M��k�7�x4�H5','wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�,;?��V�*@2�','��Pn2�U#\\Y/⦞���i�姤+��d�','',0,'?'),('r�7���>�F	s�\"�)�','wp-content/plugins/elementor/includes/controls/groups/flex-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[3�W:��N<˵N','A��Df�����%�\\�-��7DpG�.���t�*�6','',0,'?'),('r���TO$�(���\"','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/customizer_repeater.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/customizer_repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jy��l�kW�zvD','l~[~[S;�G�p\\d�����F��~LO��H�','',0,'?'),('r������*��-(','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m6� U�lS�`','��(�¿�������G�\"�-\Z���L�h ��9 ','',0,'?'),('s���`�p����\\','wp-content/plugins/wp-cerber/assets/flags/sd.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r:�\n�ݯ�E1sh','�f�!���ܵf�~.\r��I;/p�W,Lg,','',0,'?'),('s��?��o��j�z���','wp-content/plugins/elementor/core/files/css/post.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�^;�ӍOЩ��=��','Xl �2�~�/@�t�9�2��4�����<�@','',0,'?'),('s3.�4eY�\0���W','wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AIǚMڼ�XR�Κ�q','|�{�r��&�ej���3\rӷq:�#zօ�','',0,'?'),('s&�繗�DCl�s�H','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!�<�9�Ӫ','��:̶&E �\0@ؼ�k�P�	�n2R�I�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php','/home/sleepingsolutions.co.uk/public_html/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','�k\rs�.�;k`a{�9n','����p@@_��ܤ80��B���+g��2[����!','',0,'?'),('s\Z)��b�I�6|2�U%','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/bruteforce/rule-cookie-prevent-bruteforce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/bruteforce/rule-cookie-prevent-bruteforce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� #jp��n��A)','�ZZ8�4n��7!\r��YB�\0ٹ8e�[�iGs�','',0,'?'),('s\Z�Pׅev��BǴ�','wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�Rr�{B���\r��','r��>�G�����6�u$��Y �+5�,2]�','',0,'?'),('s���$��z=c�','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�XfS�S�z/�B�۠�','6�W��1c��Bg�I�ۍ�\'dˢ���?!,أ','',0,'?'),('s(#�<�/��4��\0��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�(��^��N4�','ܤ�R#��li�ici���:3�QG�&h�_Ƨ','',0,'?'),('s,Rs�&�}	����k','wp-content/plugins/burger-companion/inc/appetizer/images/slider/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/slider/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�pj,�����n�k','#ĩ�c��BB3kQc��4ظ>�b��o�?��7','',0,'?'),('s=@�*ݰ˧;]�\n�','wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{!��mM\"���-','�2XG��xҰ�hP\'Np�R�����1t�','',0,'?'),('s?=���M#�(r�%�','wp-content/plugins/wp-cerber/assets/flags/jm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/jm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���#\".~�!Ϯ��z�','&�O�c��&28t~A�g�|az*�u��g%�JX','',0,'?'),('sD������I6��|U�_','wp-includes/blocks/post-template/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}-����?�����ng','��S���5�D�hm�ɲ�Ė��-o%3�-�>','',0,'?'),('sFE��!���m�L(U','wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a	)���z�Y��:','�����d�\rkXU*��\0;^�\0T�t[&-\Z]X','',0,'?'),('sL�Y���C��a�','wp-includes/blocks/embed/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��e��L��p�Z�l','r�mU0u��p����P���$}U��드j��d[','',0,'?'),('sR��#�\\x7�}w���K','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�-��m�`��0E','nP��8����hG\Z��;��]��)�DK�z�R��','',0,'?'),('s_}a�r?T�ڝ�ӽ','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�2}�~j���,e��O�','��ф$5J�K��d�X�#D6�e7|�P�ޏ�','',0,'?'),('saO�Y�,~r�൭k�','wp-includes/blocks/search/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','о8�Q������$','�&�b��X� �t爭��-(^���9F���@{�','',0,'?'),('s}����\reч�2�i�','wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�C�!<b��秋P1','�{�\\�W\0�=�k�[��L	�Z���ʭi�9','',0,'?'),('s���h���\r��?b0$�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݳ���i-\rq���H�s','�>Y��-��3s��\'~�ѱ�Q��\\��0','',0,'?'),('s����3Ů;a�D\Z','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��/��B`��ļ��','pX?���8�<������G�%J%¶;B�(���','',0,'?'),('s��K,f���\\��','wp-content/plugins/wordpress-seo/admin/services/class-file-size.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l [_�=oK��F#;','x_vw���?r~���x?�}�p��n��TI7k','',0,'?'),('s�2\0e)�����܋�','wp-content/plugins/updraftplus/methods/dropbox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/dropbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'O1�+��g\0Z����-','����8Kr��ߖ�Y\"�Zw}�׬���h\0����','',0,'?'),('s�����o�;��Ԣ�','wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͉F���y?�\n��I��','��V6�L_mS���e2�%w�k���9��`','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'T1����l�AU��','.l�4�Z���eI#m���E�������GC�','',0,'?'),('s�CK�Eߓo��u6V','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/PseudoNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/PseudoNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/1H�!;��L֮wo','(\0;šb�y��>]3�1��;!���\nc���c','',0,'?'),('sƓ���DO��j����','wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�ӳ�}P�2S~ϫp','�(ix�3ֺ�,9U�l\\P�w�P�̋x��bY厄�','',0,'?'),('š��_1]9�9)�}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a^q�-5�EZC���RA','���=�s�-oS�@���T�A_�ʏe<E{B\n�','',0,'?'),('s�0yl�ꃋD\\��\"','wp-content/plugins/wordpress-seo/wp-seo-main.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')A���s�7:�EE�s','w����Ԓ�ρ�U�\0�w�̻UC����h���]','',0,'?'),('s�ŏU\'���e@�d�','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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�9=�t��o�ٕ�U','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\nS�V�Ι����r�u','M��N��������H�CW\n��ʆYr�s\\#�','',0,'?'),('s�²_��Bi�A)$u','wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜Ne�A(�����)','�_�����l�\0�t-����?G��T�������','',0,'?'),('s��<�B)�{Kg����O','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g�;�5JDc�','<����\"R{���1}�6�y����6o�','',0,'?'),('s�.�QW��rO,�\n�?','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/category.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/category.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ʿ�xE��Bd','}n;΀����ON}�tX���;i�-�w�*','',0,'?'),('s�V�fk�����F��+','wp-content/plugins/elementor/includes/widgets/wordpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�T)Uy2��B�J\n�','1���̦p����݌綶S�*����޽?��','',0,'?'),('s��˱�Y*u���O�','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/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','��^ˀJΗrhZ/Na$','���	:��H��0v�=�T�$b�Ԇ�^s�\\71͐','',0,'?'),('s�������)��m','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`	K�lsS?�\"','^sΗ\"-�8oR��9҈������j�','',0,'?'),('s���*TV�1�oE','wp-includes/js/jquery/ui/effect-blind.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Z�#�*���A��','.\"T3�$\0���T�j����/ �C��ǻ�@��','',0,'?'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�ԧ��(��0(y','��Ij��6ʄ�{��鈊��\"�	Ԯi�6ǭ','',0,'?'),('s��j\'H]�{4^���','wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҿ��g_Bv �+{�=)','��F1/3.�3�oSI��l3x���-m���','',0,'?'),('t\\D�	Zt ^�\r7��','wp-content/plugins/elementor/modules/admin-bar/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�^�)�*�d� �G','��~qy0�&<Z.ˁG��M@c^��عJ�?*','',0,'?'),('t	�U� iާ�\"��s�','wp-includes/blocks/buttons/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Y����g/�h�','���)���CS�&~��H�ޟ=Fm:�\\5\"','',0,'?'),('t�& ���#ı��wJ�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�=$(��d�#��f�','�Rx��ʛ���k�\Z�oR&Ċ\0Pr)u��#','',0,'?'),('t ~@r���.W�8_','wp-includes/blocks/avatar/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b,��=���.���5','%����^��Mk���^hiw5O�6��$�!}','',0,'?'),('t\Z����	�l�BE��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߽̂M�G��K��	�','�`�#	��Q��&}�^����A#j�S��','',0,'?'),('t%ۺ\Z�. G;�oN�','wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{t[��+f��3�J','L��_eG���ڼ|P�\0��T=��RzA8','',0,'?'),('t%�\"6�Z�D�~)Nk~�','wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')œ��#���w�׹','~x\r���qN��i��\05�0\"/��g�7oƛ','',0,'?'),('t&Ӆ�~�����e���','wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���r�=W+�W�','ҵ;\\R�nD��y������U�#��m���a�','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǩ��.������l','��k��uX�x�^-�b\Z��r�P�^Ί��Mi�','',0,'?'),('t5^	kS(1��z�G^��','wp-includes/blocks/archives/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MI�/V�XQ��j*','�f��>�َ_^�U�;/�\\_0���!o�cy','',0,'?'),('t5��,r`�dU\\�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��	�YDO{El','�hX�;˽�\rsk[�P�lj��a&���Ɛ7�','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ch�P����P\rDW','��)� ��$K�8�v3��X&�okv���','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('t:a3�)������R�v','wp-content/plugins/wpforms-lite/src/Tasks/Meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �B�%���`�\0xPɯ','h\\�\0.M.�o�O���mKu�\'��l�-\\','',0,'?'),('t<?���i�d�q\"�','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/menus/settings/advanced-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/menus/settings/advanced-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ͧ����%�1�:G�g�','ɲ䳰��7��S�>�/��ۆ5(E�]R��','',0,'?'),('tOᕡ���Z�A����x','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wx_���g�AN��a�','�4N�]8���C}m+b�i���nV����;�t','',0,'?'),('tR�|M��ؼB_��>','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zt�Va��|%d�Mx�','����c��Ა<���t��;�#T^i�','',0,'?'),('tT�x\'�\\	\Z�>b��F�','wp-content/themes/astra/assets/css/minified/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+N+�ͼ?|�d˦���','�c��c9d���dع�9(��{��i6ʡi�','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�6����b�X�+M\'','n@���to�:��\\�e!65��,K�V\\=','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('t^������$� {','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �\\c��x��4P\n�','���0A�G���ߔ������o���\\��','',0,'?'),('ta�;_Y\np�=[_:B��','wp-content/plugins/wordfence/images/icons/check.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DF������P�L','���+��ʣ�фȯ��?��+�\0_�ŴQq�','',0,'?'),('th)�YC]�+\n��̬','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~I��Q-���ҡ({Xj','�D󁉭\"���&�ŕ\ZĠ������mz�b','',0,'?'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w\"��9��E��ٕ��','��_��	Rя=��i��xt��$[��S�X�h�','',0,'?'),('tm�\n��GO	\'�\Z޵','wp-includes/js/jquery/ui/mouse.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�\"k_�BZ�B��WVV�','��Ia1�q�\0��/9�H��:\ZfQ@�f\\3g���2','',0,'?'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�\"�?$b[ŁD�_','X��%B{�0�y2�|�k�TU�gm����#�Y','',0,'?'),('t��B��\'�oy��\0/','wp-content/plugins/litespeed-cache/tpl/dash/network_dash.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/dash/network_dash.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�+)�z���s��7','�%����ڲ=����+�y���k�W���','',0,'?'),('t�ڭ�R\"L��Aа�','wp-content/plugins/elementor/assets/images/blur.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/blur.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϸV\Z�غ^l�[��','Ufua�3c�t��ϧ�K{�a<��\Z9��o4�','',0,'?'),('t��k�S��IF	s؈��','wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��O�0��J)�yjT','��)�����U�Ó��6�|��LL�Y�%','',0,'?'),('t�$�0�	,�]b�&�','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��y���P���J','����Q�1�v�V��x`љ�\r���]=����\r�','',0,'?'),('t��Lx�?�\n�ZWd�','wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�r\Z��9�]�S�ӭ~','6�8#ȿ4:LSFl\\��.b>�3���(L.�;','',0,'?'),('t�m}��?j�5ƶk�','wp-content/plugins/elementor/assets/js/beta-tester.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�As�X\Z��A�fj�\'','�.%y[���\n	~i��C ���c͛\"_K���','',0,'?'),('t���XF��\"w�%�','wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fC��Wi/Ie���','��T&�K�o�r$��{=v��C���9\n�3��','',0,'?'),('t�gh��\'�����R}�\r','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�eҢg���#�?��','�xpiV���?.`��{�ރR\"�o<C���','',0,'?'),('t���R��OLZ����\'','wp-includes/blocks/query/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c;@���i�v�q�','��7�8N)\"�y	����ĕq��E�@','',0,'?'),('t�dy�H\nc��Ip��','wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���u��9},Ӓ�','!��]\Z�p�q�ޕkg�-;���2 N?{�','',0,'?'),('t�}jl�U����)@�u','wp-includes/css/dist/edit-site/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5F#۔R�%\"L͟','5��6��;m{Pr���נ��vl�vr���(�','',0,'?'),('t�S��3b�b�[g�','wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|r+�k3�Xi�����','\"m��6x��Zn#h�bx^�1N���0|','',0,'?'),('t�H�gmK��\Z)\'(g','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesFooter.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesFooter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o^�%I��mMo�p��','�BI �D>�4j�cVU���t\ZZ ��','',0,'?'),('t��\0a��\\��_\'W�','wp-includes/blocks/table/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c6T���H��	_\0M','�2\0g�d�`�=%�F�M�~�r-�.���\n�j','',0,'?'),('t߶�>S���F�2w�E','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�{}���n*�','���V���bck�>�ð/��S���:(�)','',0,'?'),('t�\"ԕ%+�_��','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��/�,o��;M\Z\n�','�f\"Ė��x�/طIT�/HTˁQð��x�','',0,'?'),('t�y�I\'A_��d���','wp-content/plugins/burger-companion/inc/setto/images/blog/blog-1.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/blog/blog-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�A	å�Q��/�.�','(���^Zai*`��*>��Ӎ˖������&���','',0,'?'),('t�|Iۋ�UC�����','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dg�;euTǼoA��b�','a�W%��.R�0d=�����`V��\rtS?FޞE��','',0,'?'),('t��N�Z3Ҿ��°','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M8��\\3<��nBeo�','zHQ���� �v���:�L���Y�+�6k�1','',0,'?'),('t�Z����$9~�rAM','wp-content/plugins/wordpress-seo/src/config/schema-ids.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/schema-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'~��f��R��','Ҷ���7\r�	ё96����%�7�P�*��','',0,'?'),('t���[o�ʍ� ��V�','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d ?�_����:','�H����@-�*�\\eJ�p���X	�L���','',0,'?'),('u\0 ��J\"Y�\\�0\r:','wp-content/plugins/updraftplus/images/aws_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/aws_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���5�q.�$y','�>�t+F�r�Z��&�!/U��^�Ye>Y��}','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif','/home/sleepingsolutions.co.uk/public_html/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\n/�1xZ1a�3q�','wp-content/plugins/wp-cerber/assets/flags/cr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�}���]K���','N��F�\r�(6M�y��Ŝ�{;/�����M�z','',0,'?'),('u~�F�I\0� ��)��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�oj�jQ��;C�','#p�5C���G�]G1e~;;FKϦ��9���','',0,'?'),('uG��Yə\0�\\�a�','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɉk��\0݂;}�','�I�`��C�ɱ3�\\�\r�c]ʂɁ���T��','',0,'?'),('u)�!̧�X�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��(�;	�5t�/','6�6s#Sx�_�	f���rC���6���w�9�','',0,'?'),('u{�x�}��L��(P��','wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k*#<< n$�9A\n?','���$�4�Y�ڽ�n���49�$ǧ��)','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��]�>e�\n(40','r��*%���P��2I��7�\Z�K�aq#�','',0,'?'),('u%�lZ$��K���l','wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7�c�MQt]%��','�\'�:�;OO�����7/�5��Z����/�','',0,'?'),('u)z�Z��hL�P�|�','wp-includes/blocks/spacer/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)vwA�r��4֥�\\','aʴ�-%M�\'�Sm�]�s����Z�\0C�-','',0,'?'),('u,6��e���.nS ','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�\\x�-�vN�y��','>�@2fJ͖ �y��L����8!��+oKD','',0,'?'),('u1>J�el�6���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�m�/d^�\rJ�N�o',']j�q�n;�oz����\r��	O(H0��ࣉ�','',0,'?'),('u6�Ԫ�0:hwdÃڏ�','wp-content/plugins/elementor/assets/css/admin-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U ��y�Q����Sd','��PA���ӗ�����[�4!D�3ʤ','',0,'?'),('u>]\0aO<�G:�5�Z�','wp-includes/blocks/latest-posts/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8m�	x�#�\0��Yt�','��|��A?\\z8�e�o���$J�S2P�)��](','',0,'?'),('u?���P�\0�\n|΂','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<*�����','Q�<�.��90p�1�;&H��d��*�����rt','',0,'?'),('uL\0Փ�C�k�2��_�','wp-content/plugins/burger-companion/inc/setto/images/slider/slider-2.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/slider/slider-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\'�d\n�H���ж�','�B�҅�i�9y���C�዇��^]�\06(}l','',0,'?'),('uV�И��$|�����','wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�yQs /�d+�%�G','��3�`pf��qu�#�\Z\"����x=��}^�','',0,'?'),('u\\i�����tz+����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U ,��2�6L����M','\Z��\0KT���a�\r`���y�*��{��','',0,'?'),('u\\�6�@�g�I+H�.�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0�n�XJKw',':����vq�����R�번Z��Z��T��#','',0,'?'),('u^��A��A��p[��V','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��L`;\Zx�/���','5\r�\n*	b��?���آश�%C��خ�#�','',0,'?'),('uapF��[t#��(q[','wp-content/plugins/wordpress-seo/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ug�廡��v��\\��#','wp-content/themes/sydney/fonts/font-awesome-v5/all.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/all.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b-�+q�^�;dZЙ�','Z�[�\'���;�Ӷ�a�f�RS/پ<·��m�A','',0,'?'),('uqUZ��8-�X �L','wp-content/plugins/ninja-tables/includes/libs/csv/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�L�S����@|)','3{������\Z�2�6f������0ؽ��i*�','',0,'?'),('ur~ӓ����s����0�','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#n�|QW�G,S���','��84��2ۨ��<���<�<����y	��[:B�','',0,'?'),('uwfx������?��','wp-content/plugins/litespeed-cache/tpl/dash/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/dash/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@���\0�Vz�O��','K�s���S@�	����{�6(6Q�y���<�','',0,'?'),('u{�����\0�D㿰�','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��K=�x��Y[��','���0gA�>|��#T�+X=�}Tl{�ة���','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#g�x��@�o�TM�','���ee�6s���-�-I�$�Q�¼@ٍy��','',0,'?'),('u�I.��\rYB`c/\"','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W������','@�Yu^EF�ݨҚ,?�,|x�Ј���L','',0,'?'),('u��D��\r�~�6','wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9&�?�[JR,Y�','z@�ڼ��~�����v��f�wR\\*n��','',0,'?'),('u��Ց��1g���;','wp-content/plugins/ninja-tables/assets/img/comparison_table_four.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_four.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ޯP�c�ح�ງ','#5[\0���m-�Z\nǹ�^���pȠ�Y*T�c��','',0,'?'),('u����\Z�.K�ᐮ̖6','wp-content/plugins/ninja-tables/assets/img/bug.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/bug.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���}�R������','�KYqt���yq�]S��(�	�����','',0,'?'),('u��&�A;�k�p�4�n','wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x?��y	l�˯Nk6P','m�:�Ck��ğ��4�WXɌ\'��q�O)�8��','',0,'?'),('u��I5q�#��,>�','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js','/home/sleepingsolutions.co.uk/public_html/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','�[�BSsTZ���(��h','��\0q{x�}��28\\��u�nd��)�ٍ~','',0,'?'),('u��3!pA�f�)R�M�','wp-includes/js/tinymce/plugins/wpgallery/plugin.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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�5k�jTƁM�ȯ�','wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϣ��J�^�n���X>','_\"m*�I��Z�˻z؍�w���6�̝��I�','',0,'?'),('uՙ�������1?�ޙ�','wp-content/plugins/wp-cerber/assets/flags/tf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"*BzQp�H>n�','��|b�Bz.3I�l1�������P��3�','',0,'?'),('u��k6��O�>�&�W','wp-includes/blocks/text-columns/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^�*��w��G㐾Q�','�+\\���1{*C�G+����J���Lv','',0,'?'),('u٢���{$KRy���','wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��F�A��1��-C�','p\'������%\n`(RX�v���FT԰MK�Ex','',0,'?'),('u�B^K���n���','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽU\"�3��W��c�A|','��5�iQ�����g����\n��ߵ�ﷀ\"MO','',0,'?'),('u�G�F\\:���)���','wp-includes/blocks/post-comments-form/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���fY�Է8hx�;Q','c��IrD3a�`\"V]�#��׬��� ��.a','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�ҫ���;^�\'B�*','wp-includes/global-styles-and-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/global-styles-and-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��Y	1�*���Q�r�','���k<�eB%��^�\Z�p?�p���]\'���+','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','! 	�X旿W���J','wH�p��\"r6`\"��D=m�z�hD�����c#','',0,'?'),('u���cC�`��{��v','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R����擝Xs�p','\"!#����/��vꢽ���>8h�{g�铩@Ye�','',0,'?'),('u�d�EI�|lgv�0','wp-content/plugins/elementor/assets/js/web-cli.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��X��ҖBPx�J�G','�ަޒ�\nY&�~��Bla��Jr-��V�L���\"Q','',0,'?'),('u���cz��J��D���M','wp-includes/blocks/image.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �9�lƊD�HB��$','�H%�C�[.��u���kF�zh��C�A��\"','',0,'?'),('u���\'M���2�','wp-includes/blocks/embed/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� :�P.X`��L���','+�/�Q�@C�h�)�P�Ԡ�,S05��v�zp','',0,'?'),('u�WЉ#���l}��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(N�L@Ҹ��l�','�y�s�C7�M¨U�(�s��**�n4Q���\\Z~','',0,'?'),('vڴ����V���K��P','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot','/home/sleepingsolutions.co.uk/public_html/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(>1{L��6���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��\0t���\0Cng�','�z��/�΅H�:`R=�i�X�ˆW�z�2&�','',0,'?'),('v�)F��~q���?b','wp-admin/includes/class-plugin-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')@\'�e�@�Ձ\0�F��','6�\\oM������y�>��^�iE\\|��ӹ�','',0,'?'),('v&5�jr�jL #�ܲ�','wp-includes/blocks/categories/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]UpʛV���L�\n','�`op���V�/2�ˍ�(NW\Z�N�\'K�5','',0,'?'),('v\'#�P&\n�߉&O��','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(mo5�<��s�VJ','�Xk<�y��_��G�\rx����@}2��A2	','',0,'?'),('v).��x�3�.#Ul��','wp-content/plugins/wordpress-seo/js/dist/post-edit.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/post-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/WA���\'7gI���','�f�&��0*���#S�E�-���a��$�D','',0,'?'),('v1��,->d.����#�','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y[�ǡh�b���','2b�V�CΖz������MOp���2�6ݢ�ׁ�','',0,'?'),('v3S�+7\rĠ9C��{','wp-includes/blocks/navigation/view-modal.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�D\nm���\r]�]�7','@�O���x�;��\Z������\0�\nC�=zp=','',0,'?'),('v5�8����,��U;�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d����ic�U���+','e]6H�GJ���dk��I�`�ߟ�$��}Nbj','',0,'?'),('v>\n��A?�U���(�','wp-includes/blocks/post-terms/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�k�Cw�y�?A�a','J5�D�j�$�У��m�[��U�8�X�a\Z�','',0,'?'),('vK;@�s�aU1;�	^�','wp-config.php','/home/sleepingsolutions.co.uk/public_html/wp-config.php',0,'��#%n-RT��z9u��','��#%n-RT��z9u��','�wkBY�lG+M���{P���M�Ȟ���','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�������Ġf�$','��%d���U�(�W�.�:k�YtL�<��','',0,'?'),('vP�\ru7BZ)��ϋ','wp-content/plugins/wp-cerber/assets/flags/us.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/us.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#}��X��s�\'\0�','�S�,��R]���&�;ݟ�J{��&���','',0,'?'),('vP6�)����U3�a�h','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Pxe��%Ȁ8��','X��f�ρ�}4���6�N�c��KKQ��G\Z','',0,'?'),('vU5�R�1q���˜','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��E���;��~�','��3�)g��gİ�i��~����]R/D��	0','',0,'?'),('vW2[����q�ʶ���q','wp-content/plugins/wp-cerber/assets/flags/tl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��c�-\n�&\'}�!oz',')���T3V��U\r��$�xҽ�K\rVe֬�','',0,'?'),('v_޸��k�c�3�a','wp-content/plugins/redirection/matches/ip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ծ|�.��&�##�','!7�mħ�}�?%A*�;7�\0������k���','',0,'?'),('va��<�˺s,��Y<','wp-content/plugins/wordpress-seo/src/routes/indexables-page-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-page-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�2ٮ�dsQ\0�','Õ(�J��)/�\ZA\n[U�p��s�i�@���','',0,'?'),('ve׶\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|���hDO�3\n�\n2�','4��N^p��Z$B��o�T#Z��v�R\r8vw','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('vn��S�n�`(�0\Z���','wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zsn���r10!����','SEڕ�p��W)�8�4��r�P%J�t','',0,'?'),('vq5B@Pf]6Hh�a��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��ͩ�#3����','���ֽ��=�lB�壥�\0�O�<d\n��','',0,'?'),('vsJ�\"�@\'�7�2�','wp-content/plugins/really-simple-ssl/lets-encrypt/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('vz��,�CB\r��@�\'','wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0d���n�y�jd�','Ջ�W����񈓧�ztOE]��/������','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��De�ֶs��','d��R`5�DF$I�<�_�,_X�L�}ke��','',0,'?'),('v��� p%!ҵ�','wp-content/themes/astra/inc/core/markup/class-astra-markup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/markup/class-astra-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��A2{J���d�','\rUރ����&��a��H��a�{�jLㇶ�','',0,'?'),('v��l\n�Z��X�E͗\r�','wp-content/plugins/burger-companion/inc/crowl/images/logo_1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/images/logo_1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w�b��ase>^b','G��P�A�.�oY(q��^�Xkq�Nx�p�\n','',0,'?'),('v���a���`�dQ��','wp-content/plugins/elementor/core/common/modules/event-tracker/db.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�>��D���i0��q�','��/��C����Ĵ���M�������N�qH$','',0,'?'),('v�ju4�J2�\nH�','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�X��&i�Wx','{�Xz|��\"��|\\:@��d���|�<��','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('v�����v̞e�tѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Oa��Y�?ai�0@6','\r�L&ބ��\0�}����mu�LJ���i..5G��l','',0,'?'),('v���\')r�\Za�����','wp-content/themes/astra/inc/blog/blog-config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/blog-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=�~5��,k�r�','��G�*�%[�8�7�+�*=����ow�D@p','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v�.�#P�����H2��','wp-includes/blocks/buttons/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','큺j�ܳ�Ab��xS�',' Y�\\�O�>糈����*ޒ9�}JӉ��T�<\Z','',0,'?'),('v��q?\0�{��=�ŭe','wp-includes/blocks/site-logo/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','COao��\"\n%6g$�l�','�\0�X�-\"#KX>S�g�3!n��T���ۑ�λ','',0,'?'),('vԪ}!p��+�A�','wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Nw����]՜��+ԝ','��}���b�o�)(@����1)�=�[mȰw','',0,'?'),('v�I+\\�Jr�ñ�1Q�4','wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uDI��4]A�0w','q��::��!˓�g���)����Q�&`YSp!','',0,'?'),('v��z��Zqr\\�@�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n,�(�������O','%͊����:S��R�uI\0G\r���,h:[���','',0,'?'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png','/home/sleepingsolutions.co.uk/public_html/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��M�\"�}���Bj','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?���٫�U-�','[�M����ywB%�.����t�M��e�`w��','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wcW��_~\r�1��>p','4�[����Ÿ$[�\\��Ə�4�-3���z��x�','',0,'?'),('v�S�GFD|�\\�T�','wp-content/plugins/elementor/assets/css/frontend-legacy.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���Z�0v_��16','���m�n¶�6����AG���f/a灇�����','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b&��}h?��7����','_����\Zz����i�����4��s+�7','',0,'?'),('v��r{@��^���x','wp-content/themes/sydney/page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;u�]cm���V`F��','O�ר$?鳒�tA`5�&���lںя��I�q','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O����f������N',':�U��a�8��\ZP�����I��	���j�','',0,'?'),('v���x��F^\"D','wp-content/themes/twentytwentytwo/styles/pink.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/styles/pink.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�2&�IԱ�x�','��|pe�V8Y\0ٕh�Z�\'��j�oWB��w�\n','',0,'?'),('w�bv��p�m\nO!�p','wp-content/plugins/elementor/app/modules/import-export/processes/revert.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y#����\'��C��(R�','vw\Z��#F�3��}m�}	�Ք5a�p4��yc','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������h����','�����x��J���+�?8۝J�����JZ�\n','',0,'?'),('w��$ppr���GB','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z:;V�����ROL��','\r�.Q���6HAEW����\0:��Oe���K','',0,'?'),('w!Xw�g3�\n�Je�','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eL��b�s)ķ��ы','|�,��Q1x.g�t��\ZE����G�ŵ8���VH','',0,'?'),('w$�d/�`ٳN�%R�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3��_�{�:���','��|���/���y륵$��\"ag�,k����tr','',0,'?'),('w%�P4�~�����','wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/coauthor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/coauthor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�GM�X~f���B','�4�`!�^у���@���mc�[�>wp\"!�6��[','',0,'?'),('w,�a\Z\r)�wb#�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ρ0���������U��','�����C�C�t�O��Er��\'��|!)�߳<�','',0,'?'),('w.YsT]6]��]r�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9%���	(²���','��>j�������Kfg�]���/f�M��U��','',0,'?'),('w5�n3$���LZ��2`7','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��l���xBl4}','�!��6ZT0�=u��GQi��s�?a����','',0,'?'),('w8h*�\\;���e�[�','wp-includes/blocks/archives/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Ǟs[��p��O\'�','*������z���tRM�R�^/���cΟ�','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('wQ��2M{�Wi�>5��','wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�<�����ī.3\\�','�<�b��(�2�*f�fOD&Su�!F�w�g3&[','',0,'?'),('wT8΋ ����zY��','wp-content/plugins/elementor/assets/shapes/split.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/split.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N?�춈B�,����','���e�C�a���f�6��AXM���2','',0,'?'),('wZ��kFD9�����h','wp-includes/blocks/site-tagline/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��yqT�<3c�	��','�2�����Vz�&�A]S��	��x�Z�%6Jb','',0,'?'),('wh||Ӷ�R_Ue�j','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4I�y��w�K��e�',',z���v�=)�r\"{�����A��\"��%sy','',0,'?'),('wp�1�Ri�r�}�jT$l','wp-content/themes/astra/assets/css/minified/editor-style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/editor-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���{M��u�\r�','y>���J��\'��9犲\0y����0Z秷k�','',0,'?'),('wq[3��f�n�df�r�','wp-content/plugins/wpforms-lite/assets/lib/moment/moment.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/moment/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����~�`w�ZƼ�)h','��%}�-�)�~�Mw�T=���g����H!�','',0,'?'),('w~c�9G]N�aF��\0�','wp-content/plugins/redirection/locale/json/redirection-ja.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I7��Gc}�','K�h��^�.\Z*�1k�:&����)��7','',0,'?'),('w�o��Z%������','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꆯ��YQ|=Rs�I','A;��k7:5�H���p.J���q�0���5�A','',0,'?'),('w��g���r�{֚�^','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('w�ž�!�J�La/+�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;7�M�d0L|���','�Ux�!���:&(�C���q�6��j�����','',0,'?'),('w��\'�\Z���/����','wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��+�d}��UP','fi��8�S��ҥ��zT����d�\"w�\'�q�4','',0,'?'),('w���_�U�|=ުU','wp-content/plugins/wpforms-lite/assets/js/text-limit.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/text-limit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I`\\ᑡ�q�]�Z$���','���^�]˺s[7�������nx����>f�','',0,'?'),('w���L��0���]r.','wp-includes/images/crystal/code.png','/home/sleepingsolutions.co.uk/public_html/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����,�	1�u��/v�','wp-content/plugins/elementor/includes/controls/gallery.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�,�h�b@u�����','�/r��-�c��F6�\\�~��>����T~��,','',0,'?'),('w�@�I�e��R�f�7��','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�qj����\Z!�\r:�','dˎJ��������P[\n=��Qc����P�','',0,'?'),('w�D�s.}P��4�H��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����iS�\'��d','��VKw0n����~1[Z���]\0�0Ot�','',0,'?'),('w�J�(ĵ�#���','wp-content/plugins/wpforms-lite/assets/images/cross.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/cross.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��f�f̸�����','�+�K^Z�����K��A)�niК���1�8','',0,'?'),('w�S����@��U��','wp-content/plugins/redirection/locale/redirection-fr_FR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&���-�}���','~�]�Ż�>��T�Y�i���ݰu$D=bYVj','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','/home/sleepingsolutions.co.uk/public_html/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����\0�9SW~��','wp-content/plugins/wpforms-lite/src/Emails/Styler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Styler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MF7�����kl�G','�43��̣\0��SC�B�<p����x�vMa?��','',0,'?'),('w�4uZ�q��t� �;','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^|�H����\ZZ�)�','y��p�c6�.W�XMy\n\\C�?��©�c9�P','',0,'?'),('wގJ���)es>Z;J','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cE|�ڌ�s��嚙','ͱ��}����M\re�n�7;B�l�Y�F��Xz�','',0,'?'),('w�Ջ\\�G�&���A','wp-includes/blocks/template-part/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V8�͝�����R<��j','�4Lx�1�r6����(��t7�*��B���	','',0,'?'),('w����Vk��{K*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!E^�HW��ad','&��&h,C{��@Ԁ%�S�(?`���֞�','',0,'?'),('w�+2v�)wq0�\'OG�','wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȺsxǕa:�gN����@','��#�_�p�%�ѣT�j��h�5Cj�!=�f','',0,'?'),('w�d�\'�srT�Mn�;�','wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�4� �o��ID�ƍ','\0��,��@!�k����,xtG��X�7\\�K��','',0,'?'),('w��\\��A^��V�N$^','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('w������:}V��P','wp-admin/js/common.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1Bnyj�=�%r�Fr','�k��7I��1m�y��U��9�Iu���mQYh�z','',0,'?'),('x	G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���AZ?�!x&3h�','�7T@�7�l��E�œ#�����V�,�Li��\'�','',0,'?'),('x	����V\n\Z�}�c�','wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���efT|g��','(�8hbX�\0��<Ou�im=�u�ɞG','',0,'?'),('xG���\r\Z�u��xg��','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[H`�4u\'�c�Fs','}�Ư���ہO`{+�IBL��dJ���=�\"	','',0,'?'),('xF!��e������W�','wp-content/plugins/redirection/models/regex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�K^��G˜Ȉ�:c\r','������I��!g	�p�� v�۠|_k��Ǧa�','',0,'?'),('x#Q�O����`��g�l$','wp-content/plugins/elementor/assets/js/kit-library.8a5a7f84827b7031a821.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-library.8a5a7f84827b7031a821.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��Y\\4��j����','���+���s�����ghF�념�__�3/fL�','',0,'?'),('x(-�MmWL���2���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���Q��:���X','\'�q��ܺY�~��8~�����}	2:��&�Mn','',0,'?'),('x*�J��ޗ*�_G��u�','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Kn�Έ����Qo','���Q��ƒ_@@��kd͸��;���U�','',0,'?'),('x.���GH��o�Kk','wp-content/plugins/litespeed-cache/data/js_excludes.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/js_excludes.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',쎫�������\n!�','�<��h��\n�\0�#73t^�{�oT��0T�9�','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('x9����`�]�p�k�O','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ص���}��Kzn/�/','P�����n_�=[�]�����=2����r','',0,'?'),('x<�LL\Z�)�m^��q�','wp-content/plugins/wpforms-lite/assets/images/welcome-video.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~LI*]Mt�r��\rb+\r','L�����Jщ Z�\r�JKi��S�p�),�a	','',0,'?'),('xA!7� ����z�ܰ','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��V�>�$���Y�L}','$o���Tl�[88���T �G�tM�ς���','',0,'?'),('xHz�O�F&9\0�Q�','wp-content/plugins/elementor/assets/shapes/wave-brush.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/wave-brush.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��A��9+�3���!','_`ܬ\"T\r��vUo��@)2�F��?�W.~�4�V�5','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�u���i��PA�\Z���','�67�S�D><ȶ����ye�ՋV�N�cMM','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('xSAa �/�q��|','wp-content/plugins/wp-cerber/assets/flags/ae.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ae.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=���]�6�s+�','���࠿L˖��_��� �K  �m�5�%','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('x`�s�p�(�7$\'��','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ն���F��>','(\Z�9[�h�a����=��o�Y�^L{_A�.S','',0,'?'),('xa�KP9��j�	�','wp-includes/blocks/comment-date/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�g�x���L','�ӡr�ހW�\\C�3�ep�Sc��ğa{“me&','',0,'?'),('xf���V�{�F��̕*�','wp-content/plugins/elementor/includes/elements/column.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��J��W�fWH��','4~ߥ��|�?�4�…�P*~u]�s���$��4�','',0,'?'),('xs����g��r�S���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CVs��ybo�3`>j#�','wA�/e{zw��W&�	1og��R�����]D��','',0,'?'),('xu��֎�[���v-�','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̅�>���$�+��','�ǁ|7P�Ew5�hCa�{v����E��\\��','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif','/home/sleepingsolutions.co.uk/public_html/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�-�dT�Ae��辰','wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��4�\\�}!#�t�Ӡ','�{�l���%!��g�~��3Q��s�5Xz�n�','',0,'?'),('x�n��1���̘����','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�W@�\n��\r�\'��','���/�:�b(�0}Ų��{0�0��C�kӤ:\n','',0,'?'),('x�7.D�&�ڹ�g�','wp-includes/blocks/navigation-submenu/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZJDs��uu�y��!','ha�l\0���ҍ��TH�C�*��s���*!�','',0,'?'),('x��2D��n{�M[/E','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���\\���\Z���En','{GS��0�����)��.~��#m�}�:2��','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r�\'C*P�I}��I','���I�L���n\n����4��yaQ��)͙{�','',0,'?'),('x��\\��\0v�`�%�]�','wp-content/plugins/redirection/fileio/apache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=A�5«�C\n=_?�','BCx�rq1��?�\r)�+@D˾:�	k�4R��I4�','',0,'?'),('x��׆�ї��3�Z�','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���	l� ��\00G�y�','f6�ް����f��Uc�izĽ%�~���{���>0B','',0,'?'),('x�-����]�@Nn','wp-content/themes/sydney/images/customizer/pcat3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b\"���ũuHY�','f�En��~�{�Y]�w9D��#��B́�R��','',0,'?'),('x���޶�5LC�}��','wp-content/plugins/wordpress-seo/admin/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('x�[ ��T��\r|g7��','wp-content/themes/sydney/inc/customizer/controls/typography/select2.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('x���QG�9n�J�|��','wp-content/plugins/updraftplus/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i).�V���=�','���9,���cM{~B�0*$�r�+o��]�','',0,'?'),('x�*��3u<�e�Z��H\"','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��U�����G$\r[�','�ͻW�����5^`�F	xb��� �V�>�*','',0,'?'),('x�{�Α\"��^���a6\r','wp-content/plugins/updraftplus/images/googlecloud.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/googlecloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Af\0L �����X&�','�0Ez�BʣZ<���KL8u`۶J��o','',0,'?'),('x��\0��ꨰ���S+6]','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>b�&�\'_}q��(4�','8L�=�Xm�L��b��{���(�T��=�4�','',0,'?'),('x��+?�o@j�k�k=','wp-content/plugins/wpforms-lite/assets/images/icon-graph.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-graph.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G2\r�Fv�3V�e����','�JW��j�C7�c��Ƶ����5��yw�4��1','',0,'?'),('x�I8l*�TVm����[','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YK���1	h�\0�	','ovE�L�X2_�1��J�k��8��(��I�','',0,'?'),('x�.���X��J$�ɮܹ','wp-includes/blocks/pullquote/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�U4Ɯi��q洕H��','�r�0\\�1ɛ\njL�����\\P�=����','',0,'?'),('x��ƹ��/߿FM\0��','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��k�ǿ����~','\Z䄿��`�-�s��~��%��j���сp��I�:�','',0,'?'),('x덂��@}Y��i�+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js','/home/sleepingsolutions.co.uk/public_html/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�	4d�F�����b`�','wp-content/plugins/elementor/core/files/uploads-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�	�^��ټ��%�','�{�;LV���\Z�؉��`�Е(���_�>2\08�','',0,'?'),('x�z#�]�r�u?0��O�','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('x��;HM��Y��L','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��t�#Tu#EN�','�m��Č����]�`���,&�����@\"','',0,'?'),('x�|Mc�B+�@ЩwKT','wp-content/plugins/updraftplus/images/updraftcentral_cloud.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraftcentral_cloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���\0�;>;�JH�-','Z�H9����+���dvW���,��1�F��K','',0,'?'),('y���1��-�/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��09\r�ɘa�d���P','F*O�Оq^�l��gz���,I?�b�R�]K�ֳE','',0,'?'),('y&E�zݜ�Z�y׺ڲ','wp-includes/class-wp-recovery-mode-key-service.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O������j�:��','�A�Չ���]�p�r����!6��eK<','',0,'?'),('y)���w�Q!\0��3`M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bB!~����-Ȇ�٭','�>���T�kH��~;o�ELwp��J�\Z','',0,'?'),('y/���k�d�Y|��v','wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2;��VD\"A4��f�','�X�T���W��I���Z���m_r|ZB�-�','',0,'?'),('y52�m�\0�l�\"�e','wp-includes/js/dist/priority-queue.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�����p�3M\0','����Z�!`-ǵ�}��D�HcK*���T�=�','',0,'?'),('yA��0���Xz(��\'\\','wp-admin/js/widgets/media-gallery-widget.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����l�3I�E�h��','�ZhX\0�����	,P�6[�=��2�޸��','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',0,'?'),('y`�����B+�)�','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�.�h/Mӡ�َ','\r�u�[dϕTf�u=`�8B~:�.��.#���:\Z','',0,'?'),('ya�B.\'8c���2�p','wp-content/plugins/burger-companion/inc/sipri/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�*J7sV7�/My�','�Z��:s�B����#���lƱ�N���ٗ���','',0,'?'),('yf�8��*���0�M#','wp-content/themes/astra/template-parts/header/header-main-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/header-main-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�k��\r7�����','\r�D�k qߝ6�:oe��Y°J�W�B{�f��','',0,'?'),('yl�Bc�DNJ�','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MC����>j��S�F�','��B�ӤhUg/�3��8M=�����oiu�','',0,'?'),('yuh��m\06��2�6�v\0','wp-content/plugins/wordpress-seo/src/helpers/image-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�l�K���߮6�8z','\\}�9��qK9#�k^\0��q	�1\0����+','',0,'?'),('yw�g�D��l\'��	<g','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿAbŕY�A7]�||<','��\"C����+؈E�Q4nZ�nx\Z���X�/F��','',0,'?'),('y����	J�2�^�4��','wp-content/plugins/wpforms-lite/src/Tasks/Task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')@4�z��Z��','�.\"<�WcD�G�\\5ھ\'̧��[�No�}�(�','',0,'?'),('y��\n�,\nC�|[i','wp-includes/customize/class-wp-customize-selective-refresh.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A;\Z��+����z�O�','s�\'�kw�͵����@����J(J�zNLJ����','',0,'?'),('y�r;���9)3W�+�(j','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��N��Y`��|�\"$','B�yyŪ������S�s۹�!���','',0,'?'),('y�.i%�sX-Rs�}�','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R)\r}�J�t1L)��','�}mbX(4�ǝ8�W3��/�<�F-�F�\\�y�Κ','',0,'?'),('y����v�fs���Yb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�^Pj��%^��6��{�','-f�]w�����Uo���T���e�({?�ǀ','',0,'?'),('y��{�\\b�a\'�\\','wp-includes/customize/class-wp-sidebar-block-editor-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-sidebar-block-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]m��L-D���+Zٕ','�o,bL�nB��Qv�-|q�d���\'B=�X&','',0,'?'),('y�xM���@�O�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t@��N����j��^E','�~���/��|kc��gj�#�㠻�0��t�c','',0,'?'),('y�^7��+g��g��0�v','wp-content/plugins/ninja-tables/assets/img/iphone-12-pro-max.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/iphone-12-pro-max.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�k\nOU[p��2�a��','`F�4=�h��9ך��]�rj��r#�Y�','',0,'?'),('y��������R?kZB�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߍp������','1je��w�5d��v8�ż;��L��Z�<�^�','',0,'?'),('y��V�|/�N/����','wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�\\�)\\��Lg�','n��|�����Z��klϚ�*�5r3x�h8�/','',0,'?'),('y�K�:x}0�J�Fm��','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,$�j�B�','ʃ�����>�7KO��}�\"�H��sWÜ��x','',0,'?'),('y��(C��� je\"d��','wp-content/themes/astra/inc/core/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('y���Aؽ�ܟl','wp-content/plugins/elementor/assets/js/admin-modules.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�VwF�Ѵ��/�','�}L]�o�S��)A���3�J�Ӷ�h\'\0�G�','',0,'?'),('y���E�a��:�[\0','wp-includes/class.wp-dependencies.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o=`,W���Q�-��8�','\"]_���1ts�\"d����-{����Ă��^�\\','',0,'?'),('y�b�hU��^a��ɚ','wp-content/plugins/elementor/includes/widgets/image-gallery.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';d��	fď\'��=^�','���e�?r�`�=e�U��<7>tڎ�.��O','',0,'?'),('y���S`���}�Sw5�','wp-content/plugins/elementor/assets/shapes/arrow.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F~z�٨�w����C�y�','7�hq\0�7�����n\"e�%Sl]g����','',0,'?'),('y��s�TNvA���','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.c�]��¸�XPk�','�7�v�5���,&��4�+����/]�MU','',0,'?'),('y����]���|�Q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� M�ߌu��.<�','ݴ��߂�0��b��}�?\n S��HBu�L�	\"','',0,'?'),('y�=DA;Sb$@�B','wp-content/themes/astra/inc/assets/css/customizer-preview.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/customizer-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��>�q/�L��','�����W\Z\'�\"2ő\'Z��7 )�?/vǕ��','',0,'?'),('yۻ�1�Y9C�\Ze-','wp-content/plugins/burger-companion/inc/appetizer/images/services/service01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0ېX�үU���R�<','q����P���Z�7����s%F�e�]���K�','',0,'?'),('y��;6s�H����y','wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����o�y+͎6G��','�(�h<q[�7^*5�d%^\"�:�MjjpQ��','',0,'?'),('y�3���2/��[X#��F','wp-includes/blocks/query-title/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�݄���\0�\Ze�\Z','�VR}����%�����T���V�5�.�rSyl�','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��X��k\'4ȸi��','K�9����imЬky0�4���V�q�	F?�','',0,'?'),('y�e�m$�J����S','wp-content/plugins/wordfence/lib/wfDeactivationOption.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDeactivationOption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	}?�� ����5','�\'���zg/�ٽn+u���F=�[��\Zl�','',0,'?'),('y���\0Lz�㶵�و','wp-includes/blocks/group/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����W�@�GB!?','�YTl$f���u|�O�bم� �#놊�)���','',0,'?'),('y�1�x^L?7�ɺ@nI','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�de��M�\'�[4�W5�','�N,/ݹ>D�u�\"}.�0O�\\�:�~4���','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q� k���lP�1�',')-+w\n֋Z���, �M�a^��UP�i�','',0,'?'),('y�lgk!�B�s=FG�','wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t%�{�-�,�9jEb��','8�f�^i޸����PS�Q�j�Y��:G\'e\Z�Z','',0,'?'),('z\rR2nLS�k��','wp-content/plugins/redirection/api/api-import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J:	K�N�\n���','�2�4�Qg�����8g����p�Ɏ','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�58O�O�}��s','����$9�dS>;�:���\n��ad_�X��[F','',0,'?'),('zxڮ�h,8x���v','wp-content/plugins/elementor/core/logger/items/log-item-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!����B�A��','�k;W��&��7y�É�5?�߉��2\Z��-�','',0,'?'),('z�(z�b�����D�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%ɑ��{���\\��','��\"�\r$��\ZS���\r�3���f��t�|?\\','',0,'?'),('z%s�y+��X�6�Y��','wp-content/plugins/wordpress-seo/css/dist/monorepo-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�/��zY�窛�i','�80�vF���ဤ�EJ�Pwf��m[\"{\r���','',0,'?'),('z)�Ӳ9+	&T!����','wp-content/plugins/ninja-tables/includes/libs/csv/src/Exception/InvalidRowException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Exception/InvalidRowException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mR��c��N©��Ǜ�','�ԂX�;�0��\Z���E\r�$�a��Z|]��H�','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('z4�\\��lV�۟��','wp-content/plugins/wpforms-lite/assets/lib/choices.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/choices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8L��Hq��D(\"A*','5�����D�\\6z?k��ɮR9�ʳE�b�]�','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -)���@O(���b�','��1�iLOU�m\r[X���00�\\�E�B���-','',0,'?'),('z?ס�u��(�WE�v','wp-content/themes/sydney/inc/customizer/options/header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��s���u���.��','e�\"Bl�fw�892ŋE6�}�wѴ��0�6�','',0,'?'),('z_��,ِ��*�,G','wp-content/plugins/burger-companion/inc/seokart/images/slider-man-img.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/slider-man-img.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��A,5I*�Z{o��','\"x��t+e!�3�����������:6�(g���A�','',0,'?'),('zd8�F�M�$S�[���','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�R0F�Z��\0>&V�Q','��(d.���\"�\\�n���qF�w {/��:a\"��','',0,'?'),('zl,sW�6�uD�Wѵ�','wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% \\���QX���p�C�','�:�ީ{E����P1�uь�R�8�fg+��ޘ�y','',0,'?'),('zn^\0�k�ܦ{�&��','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�����\"c�\\','v�+��>���v!�ɐ��O�pm�i','',0,'?'),('zn�3���,��M��m�','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�7T�L��','I����&�+�i��(�`e�\Z�=~�Œ�.S�0�','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�5��uNi��!�z','����#���ɛ!w�c�w�؃}6���~A���','',0,'?'),('zp�Qe+�BbL���','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ɇ˪�;ݹ�?��','Q���I�L9�і؅L�c;٢%�̚\Z����IC2','',0,'?'),('zq�B͍kX�h�\ZY','wp-content/plugins/wp-cerber/assets/flags/gb-wls.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-wls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����+Ĕ8#n��Q�','�.�7�wmPPᰂ���n�Ab\"�S�vLȿ��','',0,'?'),('zt�S}�.���b��kg�','wp-content/plugins/redirection/locale/redirection-el.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ያo�ʹ�#','A�%��04�J��Ny��{�\'�*Ӭѫ����','',0,'?'),('zvE.����8��U���','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��v>�6x�I�j�','�kX3�A\"b���4�%�o�1�m�[Ig�v�Bo','',0,'?'),('z|�����L��F�D�','wp-includes/css/dist/edit-widgets/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�Rq�Φ�ѱ�ى��','���dഄ�Ȩv-ֺ����]���e','',0,'?'),('z��sDF��wPþ,�','wp-content/plugins/redirection/locale/redirection-ja.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uZoOc�g&�g;�2','X��b���FfD�i+E}���,�h8���A&ɥ','',0,'?'),('z��[R���5�v�3�x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�hG�i\0�*T��\"\n}','��GBh��	䋚�c�z��s��\Z�����,','',0,'?'),('z�LM�����`6�-','wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��w��P� F.!�\Z','U������x��\\�0f��Vy����o��','',0,'?'),('z���뤑x]1��	��','wp-content/themes/sydney/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�ы-uu��h~(ͅM','aF���b��vY�>����`z�rf@032	wD�','',0,'?'),('z�m�SA�}I���)','wp-includes/sodium_compat/namespaced/Compat.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('z�2]�w\'��=\"�-�4','wp-includes/blocks/query-pagination-previous/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�dCs�\Z[t�r�υ','���m1X9(��X�y>����+�y�S�fן0','',0,'?'),('z�@��h�x�}ʯ','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��SF�s�r��e','\'�ꖸ�F�Dq�X�k����Ti+�?����V�','',0,'?'),('z�%|�1���K�Ԓ��','wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^;�m�Ť�91%<9','��C|�v#x��Ǹc{To��P턓�','',0,'?'),('z�F���G�U��k&�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~\rU���Fb{iI˦','g���r&[��m\nxHs���x\')9ʻ\"A|���','',0,'?'),('z��Ԥ��ХE�\'64','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ib��Z�Khd�L�\\','$C�Ą0�5H�~1;�p�1��%Zd>t�o�á','',0,'?'),('z��Ɠ���$Z��4��','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BT�x�\0�A�3�)s','�VB���mš.,�?��\"n��|�:k\'9��','',0,'?'),('z�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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��[B-�(���66','wp-content/plugins/elementor/assets/images/logo-icon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����F^S=]gb��z','k�Yi�����]�^19k\"�>��і�','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php','/home/sleepingsolutions.co.uk/public_html/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','�G��—b���O�','=�B�gj�.��b��q:�M�&��⻡u��','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^<���_�J��Xw','\\!kj���i�ߔ���\"8�Z� �PJ��','',0,'?'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php','/home/sleepingsolutions.co.uk/public_html/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��!�38T�_�މ:��','wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|^;_�h��H!oܗ�','\"�`n}�&7�<��_�H�AZ�����k&�d�P�','',0,'?'),('z�[��A�k��y�0c�&','wp-includes/blocks/avatar/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���/V���A�*','h�I<F)EWʡ��� �z�<�{N\0�ۊ��>�','',0,'?'),('z�Y��iݤ��I��(1B','wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��9b����_�����','��4�\r��`�\r<gD�>���_��N�{�8��5','',0,'?'),('z΋ۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1}Y����z���4��','#b�rF4е�\'/�]����.~�98��r�Q4;/','',0,'?'),('zϒ�B����\Z���','wp-content/plugins/elementor/includes/conditions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/conditions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!U�Z�]o=+[xJO�s','�����H?�`20�N1�rh\":��','',0,'?'),('z҄:L4��R�?�YB]�','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u9T<=vys8؟���','�̇�r���C��\\����\Z\"�<o�����=','',0,'?'),('z��R#�������c�','wp-content/plugins/burger-companion/inc/sipri/sections/section-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/sections/section-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�%D +9������P','y��Tǩ�@��\'�i��Fs��8b��Sڴq�jL','',0,'?'),('z�W�sW5ʈ� )��','wp-includes/css/dist/customize-widgets/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lK�s�wa�$`҅�S','�)?���̤���	�Q���pF�W\Zߣ','',0,'?'),('z�l��	�����#I+','wp-content/plugins/really-simple-ssl/settings/src/index.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�����G��:�2�','6�ͭ�;���c�N�&�{�<�$�5o\n�$�bP','',0,'?'),('z��6\n����iLq܇','wp-content/themes/sydney/inc/template-tags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�ؓO3��ӿ�=�','U����e�����}Rd��|�-k�m��','',0,'?'),('z������W�z�','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A<�8$,1\0u�ā�','�u���o�?]��(�b�q���b{@>\"H���','',0,'?'),('z��	�|+e�93�LI��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e^u��\0�Q�UyL�d','�^�.�T	V�w�t�+QO+�aӢCJ�#��Am','',0,'?'),('{_\n@($�{F$��\0&','wp-content/themes/sydney/images/customizer/fl8.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl8.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZA�H��I��yϦr�','�;���˞)�B���\Zs��|<!��Y~�����','',0,'?'),('{�w�Qv{�Ȏ�2�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KM���[����tSD','\r���o=�n����j�9`oq�w�o�.�h���','',0,'?'),('{\n���R�o��R=\'g�','wp-admin/js/widgets/custom-html-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���=�Y�P��O',']N�),�\04>A!f~\'�X�@]m��H���j�*','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�X�:��}���:�Z�','1��!w��@\"!��3�\\���.}%���.fϟ�','',0,'?'),('{����xT�r��2%\0�','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{F�\Z1m,�_U�KK','K$\n��5��Ȏ\\�F�Rw�t>��cWf�U��T�','',0,'?'),('{N���2�Q�u��=	�','wp-admin/network/theme-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��( �a�Ԣ[�U?�','�����Јe�gT������G.��=�a\0@�','',0,'?'),('{(������z�M�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���ު���z�)~c','^�U�w1��xN�ۭE!X�Nq^��d�|�G�Jq','',0,'?'),('{7�4S�m����ߞ�','wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k��	[��','��v~����hB������.Mn@�\'<��0�','',0,'?'),('{8#�:��B���','wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��gF��x;逓E�','��\'T�1��_\ZTD�iZO�F������V','',0,'?'),('{=�\'q<��/-V�v�','wp-content/plugins/elementor/core/admin/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�1\nz#Xq\ns3DJ�','�lB���l��w��I��\Zqnwk���ooK','',0,'?'),('{C�;)��g�eS�ZO','wp-content/plugins/burger-companion/inc/decorme/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E�Hcc�t~>','l���M�f�\nS�_?a���һb�;﹅�','',0,'?'),('{C���M5jg��,','wp-content/themes/sydney/images/customizer/pcat2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RB�\nw�|��L�o��','p�3��gX�M���B{^�\'�$��Ǒs�b	��','',0,'?'),('{Q.�\0n��eϲ��[�','wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����;|�3�č','1�7�N�6��� cxi��f (&��lt','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܎�h�����(v1�','�\Z�le�knj\'=��|C���,\0��MlDG����','',0,'?'),('{]��2]$D�^sq','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�,��2���|n��h','�d�+�x��M��{&�&߉}nݧ�&��','',0,'?'),('{a�{4�;��Moز','wp-includes/block-template-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-template-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��4�K�؈8m�','�V�7�����\'7��+,gW�/�{Ng\\�','',0,'?'),('{p!1��Z]KMC�*!','wp-content/plugins/redirection/locale/redirection-es_ES.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r� �`��}�Zni','��)���P$�:�Ģ盾+m���A���v�5�','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�<@��7K>ʹ3��h�','ѷ��fR��*��z;ܓ�`���c6��|F�3','',0,'?'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���˕5T���>�c','3mط&7�8�m��Ӓ�x+�8��ʽ{d�k��','',0,'?'),('{y��%lIU5C��ǞR�','wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�g�P��,\0C�,�','�4SkNP�7ψ&j9)SC;=^���Qg\0\\�','',0,'?'),('{�����J������<','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ohĥ�ƞ}�J��Z�','�on�5�q%�����xN�����\Z{��c�y�','',0,'?'),('{�j�ɏ|n�	^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�ao����+\'�!�','�y6@*��xr��c���	���w+K�B�	O','',0,'?'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rġ��L�z;ҿ�0�','���ղ���<�C=��H�:�LW΍�9b�\n','',0,'?'),('{��Ƽ������	u��','wp-content/plugins/wordpress-seo/css/dist/notifications-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��\0>4�(]eU�;','�z+?����\Z�C�5V�$&��g���|~Y�','',0,'?'),('{�\Zb ���L-;�','wp-content/plugins/elementor/assets/js/toggle.275b387e0126af4abc73.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/toggle.275b387e0126af4abc73.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h~0[9�4��IV�','<��.�I2�bv�t��K+��V�6�ǁ���','',0,'?'),('{��}��<&Сh�u�','wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�LVl0d1��>�','m�`zB!���?�A���*JmI‰���;k�','',0,'?'),('{ކdJvQ4.�l>�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/1\\�5U�֖?����','�>��bb$�x݌	ǒH���w�K��.~7u�i','',0,'?'),('{�@��Ѫ0�N��f���','wp-content/themes/twentytwentythree/templates/single.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/single.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�#�>�J=>��u','�I�fY�#�}�����<\\�F��2X�:����','',0,'?'),('{��\n�rI���','wp-admin/widgets-form.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/widgets-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�Cu�/����E','�ˎ��<!̋	j���]]���i	�6�','',0,'?'),('{钃�s^τ��s%�','wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׻y����֙�SF��',';G�j	�n;E�o��va3<\'�5�cc53k4','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�O��ד�\0ѸО�T','N��`��\n��n�~{��8b��u��j����A?�U','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CT�&6^���UͲ�G�','e���p���!�ih��f<p�o�Fc���P','',0,'?'),('{���?���\r��\n\'','wp-admin/images/imgedit-icons.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('{��l�d\\�T\Z�u��','wp-content/plugins/burger-companion/inc/rasam/sections/section-recepies.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/sections/section-recepies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.������Q�`۫��','�3�O(}5�\\-�V���M��$�yߓ�z�','',0,'?'),('{�8�!HH�ǾM�aj�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�A�N���ny�Ѭ','0�8G nJ�MBKҬ�\"DZ���~�����~','',0,'?'),('|D�� ��nk���e�','wp-content/themes/astra/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O&AC&���a*���','�F�\'�~n�m6E�V� �4t߻�P���','',0,'?'),('|,\rZ)��a^\0��^�','wp-content/plugins/burger-companion/inc/sipri/images/cta/dotted_image.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/cta/dotted_image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���y =�G�y���','�%j0צF��g:��g���zŀfL\r��o�','',0,'?'),('|j��x7�(Q}�0�\'�','wp-admin/css/list-tables.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nᕌi`f�i�6��','�:cݥ�\"�L~x�3bZ�Y��i%éS��@|�','',0,'?'),('|����j�e�\Zl�Ϣ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��+Г��p�X\n�L	','ߤ#�f��\'4���%�bx&q�� BF�','',0,'?'),('|j����s�������','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�<���B[224;͎=','b�r�cs���\nvU[/8�4E��l!֋��','',0,'?'),('|F�(�-}ݧ\"H��','wp-content/plugins/updraftplus/methods/s3.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tEJ�����&�o9*$','�XR�G\"���L* ����$~G��i��a;:�g$A','',0,'?'),('|���L��F8�5<ZM','wp-includes/blocks/gallery/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�qKZ�%��~~��w','ՋO	�_`�jU��qR�Ӣ���K���9O�R','',0,'?'),('|��t��A#�\r�A*','wp-content/plugins/elementor/assets/svg-paths/wave.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/wave.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m���5$�N~�X0I��','����tK�r����ٙf��nP�d� �m','',0,'?'),('|\rl?D_�m�d� Y�x','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D�_F#�I!���','�R��g����[>{��e�\n�ژx�1��R�','',0,'?'),('|(^ܬvR5�,�vg','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4v{}\rg��U','~�e�)މ�?F��DZgn�����A�	9��','',0,'?'),('|+7�>��!ܨ�r?M','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���d�	�����','�ۇT&#Jq��N�&ߔ\ZK����G�ڂ*�','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FP����� �Y(','1�.�7k����п�\"�aYfv�|ny+W�|Tv�','',0,'?'),('|.]����0��','wp-includes/blocks/pullquote/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�*�aõ�ĭ�c�F','�6����ʃ�\\-R=��pZ�ͪ�\\4���J','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|4,��\r\"ɱ�؊��o','wp-content/plugins/redirection/api/api-redirect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��FO���):�','��O{\\u�Bi7P�$Ӄ�03I����� ���','',0,'?'),('|9-��5��\Z3� ��r','wp-content/plugins/updraftplus/images/googledrive_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/googledrive_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\Z��_�|�9','ca�\Z�q=@����O�wF��^1����[���','',0,'?'),('|?�mF���2�����','wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�x_�=0� ����','�`�T�LQͨ�∜F��d\r�>�]t�F*','',0,'?'),('|D(_��U�d��b�(^','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"�&���T','�2$�p�PS0H�F���P�\r��(�8ͤ��','',0,'?'),('|H�N)(�a�m��Ū.{','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1670945819.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,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('|U��#U�u�N�î@','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,/8G3l��n���','Ћ\n��\0��<Z!� 5�Q��a�3ѣ�O','',0,'?'),('|[�H;��6���[�\0','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape6.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���_�]3΄/�y�','z��ĸ�=��G�5�Us����`oe���!t\0','',0,'?'),('|b�ux~�ߨ�ond�','wp-content/plugins/wordpress-seo/css/dist/tooltips-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����]3�.���8�','U�-�2�-��}�≡([6�!EI:����','',0,'?'),('|i��3�V���m�q�Ŧ','wp-content/plugins/wp-cerber/assets/flags/tg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�j̓UZ=��9�`��','T�W��r�>Z>��3��D\'��_L_ψ��S','',0,'?'),('|l�+F��#ڟ�����','wp-includes/class-wp-user-request.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�_�T�v|���0�','M{XP�~\0�*>�ekQYU���P�W#`D�%','',0,'?'),('|m�1\0��z�^�m�{�','wp-includes/css/dist/customize-widgets/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G|lݥ�N[�脿`��','�W�v�|�hX����V}�~��m�\"-U�@��','',0,'?'),('|p�;��{�� �4aO','wp-content/plugins/wp-cerber/assets/flags/ne.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ne.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~d�J������j','\'3�8��\"�\\T�j\'�QH�<T.�ԃ����d����','',0,'?'),('|�3�=#zJ;�$�O�jh','wp-content/plugins/redirection/matches/user-agent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y]��E�J�','5\"��y`�\0��byY5�mv\'��B\'\\�','',0,'?'),('|��-�1ߪ��I$2LN','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7n9�K}71xӄr�','\\D��>\\�N~ɰ\Z�\\���c�ՕR���T2�x)J','',0,'?'),('|��&�҉Q�W]�`�','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�H��A�p���1K�','@�{������)`+���kN}σ{�ubT�','',0,'?'),('|�v�\'ۭ����!���F','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q5����:m��','朒 gH��E��������2��Z����%�','',0,'?'),('|�J٠���t|��','wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��׫-2]i@�ž\Z','�d\n�����-���(�I�����&�D�$\\�|�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�_y��[�?@gs���7','�4�*q|�2�*�\\��0�t&oJ���Q�*�','',0,'?'),('|�����i�H�r��','wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':W����Nss��{{>','��h��q�����1�ܭV�*����Pٯ���','',0,'?'),('|���4�)�=3}&Ϥ�','wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�al	�$G��Lr��jq','�:sT����)�0�P*�<�j5\"�w&�cRb�','',0,'?'),('|��3�2�^qj���','wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�\" _�T�9�B����','/�DgE�\ZP�6�Y��D�D�5f�k�^�W','',0,'?'),('|�s�k��[�c���Й','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��		��X#+�<�c�w','�\'�ye�&b�n�5,=@D��3h�􍙫����','',0,'?'),('|�^r%�9B�D�g�\\','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ParseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ParseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͻI)y��s5ga>Ә','��Akwk�O�q6I�̢�i��C�J�M�\Zq�b','',0,'?'),('|�.]鷖��\Z\\:AӉ','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/horizontal-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/horizontal-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��ʅ4�{�F���\n�','�9��\r��U��Gg:�6e�*Ч�]R4���(','',0,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('|�L�0#�\"�\r�y�v�~','wp-content/plugins/burger-companion/inc/spabiz/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�K2���[�{e��','moEK�wT�΃[;���:�U!�����bL','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{��4�o�V�\'','D�?#}$�e�w2�6#��0M�Ë��RS�L�','',0,'?'),('|��Y�>��	�Ɔ�','wp-admin/link-add.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nP�U���-\r`(�l','��!��>e���:�Ⓝ���?\r�}k?ms�','',0,'?'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('}	��3+�#�4{\Z[�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/example.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�sOH�J*�T��O','�g�5*{�?��3\Z�.���]��mؿ�7��','',0,'?'),('}�aX�]���D*I','wp-includes/blocks/file/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�anQY�TUf�I�','Q-aΆ11�q#9�j\'o�&<�(\"e�^>�','',0,'?'),('};\r���#�H}RlR','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']6׽26����|I|J','���Q�FW�a��Ƚ��ہ�h�)ڼ��w','',0,'?'),('}#���1�[�`3','wp-content/plugins/updraftplus/central/js/central.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/js/central.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Wb8���T/� Q��','z��?QT��r�č�PACU{��tF�۷jF��/�','',0,'?'),('}(@}*�1��,���g[�','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fQ83&�7�@ጩ;1','\'���D���%jQS!l�t!��,��A���*�','',0,'?'),('}-:�lK-ȝ\n��','wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Q�Q�ȕ?��1��','L\0�T���t�[ze��s����MJ�P��a�Jg','',0,'?'),('}2�\\Ҕ�ȉ_h��','wp-content/themes/sydney/inc/customizer/controls/repeater/script.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/repeater/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��pI6[�sگ`V','5(-A�����T��a4K���q�N?t��\'f1�','',0,'?'),('}9��a#�_a?��(o�','wp-content/themes/sydney/woocommerce/fonts/star.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v �����\0�9�(<8','�Y���P�2:�q4��qӌ�\r�eCO�#�K','',0,'?'),('}<��}#*%�V>��ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��p��n�8� 9J{�','�ܧ�oy�mF������D��؝�C�l��P�','',0,'?'),('}B��z$��V\r*JosG','wp-content/plugins/ninja-tables/assets/img/fluentform_banner.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluentform_banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y؞��_j�y�T','���,�~�C��|�ݔ	�[;�%I�V��)r��','',0,'?'),('}E�O��S�<j� ','wp-content/themes/twentytwentythree/patterns/hidden-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/hidden-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ק��M�Tt_\Z{�!��','�\"B���KG\'��ܩ��~M��� �&gS��]�','',0,'?'),('}L;��],����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,(�[�\0�b��۪��z','�)�Y|\nA0a���\r�%in���ߞkMjC\'��','',0,'?'),('}N��tU&��a�jbh','wp-content/plugins/elementor/assets/js/e8e829d2fd0dee8e82ec.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/e8e829d2fd0dee8e82ec.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#S�2C��n��\\�','�yuge\ZdE��Sl�A}�3B����-8�H,���','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������]�+(5 ','�x�I���k��T�}pN���ߣi�K�4��','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��\rA/vX�A�','����3V��Mv\Z�r���s\Z>)�(nu�S�','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('}b�ƪN�5��I��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6\\��[鈊�,K�#','-�Sá	qp�iW�\r�\"fw�&�`��YB��l�\"[','',0,'?'),('}c\\�1D�/R*�,�','wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��^<|�Ip���Ch','�K����g��bHn\ZX��*y�Yb�*��8�\r','',0,'?'),('}i	{\"{�a�7�','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðީ?�C�g�M����','-H�	[F��@�Ȣ�\0��i�k|v�@�','',0,'?'),('}k=�\0�E��|��','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(^\Z��JB�>�c\0','Jzy�pAWE<�C�5A���Oq^&�&�����','',0,'?'),('}l6L�����˻��','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�?�+�u	x��','M��4�,Vi�w+~�7��!��L�,}�\Z�','',0,'?'),('}t\Z�[	5�\0��Y�N','wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Э4��\ZK�o&','�	�p.�e�� x�vC|鴯eo�e��޼�c�|','',0,'?'),('}|��\0+�N�6]��R','wp-includes/blocks/audio/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�*��O\Z�Gcu�_�H','�)NO�x-�ƌ^�F�s\Z��+�����[9��s','',0,'?'),('}�Bo{v��i��׸�','wp-content/plugins/elementor/assets/js/gutenberg.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m~��_._Έ��T�t','ڧX�3},�]N�BS�#�W\\�s�|��k�rQ�','',0,'?'),('}�O�b �>��?2y','wp-content/plugins/updraftplus/includes/Google/Collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kH\Zm�\'R�$kp�','�!�Vf���:+�jʱ�b���r\'�q\r\'7����.','',0,'?'),('}�?�ۥƐu�Ӡm+d','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�3�i�}Q	;��k��','�p��C��c�bI0��ٙ� �[;�7�','',0,'?'),('}����U��hN7R*�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/Type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/Type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��d���4�	','�jݤ�C�p�����,�61��=�@$��','',0,'?'),('}�r����3\r<�\r\rS9','wp-content/plugins/elementor/core/settings/general/model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/general/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kܱ��&9�h�6�','nP�d���%ɰU�y��k��ūb���','',0,'?'),('}��$���D��^E��p�','wp-content/plugins/burger-companion/inc/setto/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya��Cm!D։G\Z.','¼r��ޜ�	�rL�=ez*��r���p��U�','',0,'?'),('}��l�8�\\�;���~','wp-includes/blocks/social-links/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)N+�g`,���','���{��״k=�E�楖5�/Ù4.�(Jn���','',0,'?'),('}��-�$��L�H_R���','wp-includes/blocks/paragraph/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�$�)tz��\n�ю','�]I��#�䟔�6d�\rZR��F���<�ɿS','',0,'?'),('}�7 ޘ�DHD�Pl','wp-includes/SimplePie/Registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;M���{�ٟ�R','Ԧ0-�/�\\k����W��%o��ޏ\'E)���D��','',0,'?'),('}“��b�`�I-���0�','wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�҆/>�m;�si�ʁ','C���g������:DĮT�쥍v�Q?�\nl','',0,'?'),('}�\'��,U��t9l�l{','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Qlͨ�T>�-���','�vܪ�\Z��@���f��F��6����6��)\0�c','',0,'?'),('}�D߅����N�_','wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�X�6�U��cj�͊','7�F�M��?�) ~�ר~��ƅ��+����','',0,'?'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt','/home/sleepingsolutions.co.uk/public_html/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,'?'),('}���\no�hB�m\r��W5','wp-content/plugins/wpforms-lite/includes/class-process.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��x&զ�vp�o�c','���yc�>��<Q��_�ꭠ群�oՍ6�#','',0,'?'),('}���{RҢ���\"','wp-includes/default-constants.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���#�PÆ��5','C��%�E���Œ]�J�2���.��‚\Z�\Z�','',0,'?'),('~��������','wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�54\"\\ƒ�����?e','��kuԷ1��l%�����%X��,���Y�M�','',0,'?'),('~f��$�0�d9-n','wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',-�ʽ$1cO�i?Y','�dXUQ3+Na���l+��zu*�*%�1\0qe','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�X]�[sC>�Q��','�>��_c\ZJ+�����a��������Umv)�lg','',0,'?'),('~\Z�?O��t�Y�1��','wp-includes/blocks/comments-pagination-numbers/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ңʟ����;�Vkn4','Lc߽4!BĢ:[���Z���\r��Q��y�','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�Nb�d*��bNu��C','l���I�-)�jWE��e�����;�h�Ҳ','',0,'?'),('~ A�@�[�����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@�C�U�h�R~\\:','�^\Z�g�(�p(\n��!\"�ͭBy�E\"3;σ�','',0,'?'),('~\'�C_�h�F�ƶ��','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�elXl,�)geVu','Q�F}��g��\0id1?�#<��\"x4�p\0�&3','',0,'?'),('~+Z��˙�6��[zp�','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ob���ibӮ����','Q��&&�`˗AEIˈ�\\����N!�0YgdV� ','',0,'?'),('~?�J�I�b*׺�e�C','wp-admin/images/resize.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�j���h�^\0��{�','o���\r1d._��f/�7q�A�E����','',0,'?'),('~CkN���_X .\"�Ri','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�3�Di��X���\Z','���E\'�NY�����)A��?դ��QY��','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~J�J�a�M�:1�rS','wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z��/亄VT�','izN���\r��>�I���{KZ�b�ӿp��','',0,'?'),('~VXA��&_�M�@em','wp-content/plugins/wordpress-seo/admin/class-export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��3q6@L��|�','#�c�eB�VW>�:�?�!���l G1�(�t','',0,'?'),('~V��Xa]�7p�|R','wp-includes/class-wp-post-type.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��\0�Yө�','R��HbT.�ueE$�͚FD+�����j��3Sł','',0,'?'),('~Z���|��r�����','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img02.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img02.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�q�h������|!','�2�r�d�O��{=��g7�Ja����)L=�','',0,'?'),('~^f=UP�����k1�','wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R����\\��`t��','�;���6�n�����,�_��������FU�','',0,'?'),('~d�%mp6����#�A�E','wp-content/plugins/litespeed-cache/src/instance.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/instance.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r`:�F�K&���GK','��ʴ̝��\0Q���r5�\'R�4�qnV�v�Y','',0,'?'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eY����۬x2���Y','���g�Hn����~<�0^Ff88���.%x8','',0,'?'),('~r��Ux7���0��@�','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�հ��65�¥O7','#bnE�㬄�{ep�W�&�\'᷸=��(�h�r�','',0,'?'),('~|�1M�hPDC����sw','wp-content/plugins/updraftplus/methods/pcloud.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/pcloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�B�.��_wB�.�','G�܌yUQ�m`���r%�^�� �o��͜�4/','',0,'?'),('~}�{ ��>D�}�<','wp-admin/css/code-editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3�;�7��v:�P���','JlA��Z��q��F�v�<3�I^��k�','',0,'?'),('~�?ͻy�]!q��','wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vm�zi�Bܲ�����','��N<���o��)�˘�\\9�T!\Z���(�V&:u','',0,'?'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6<b���Tr���','�	m�\\��|+��3���´x�3V�wg','',0,'?'),('~��{�@g�T�68���','wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���ad ��e�O','�LO�\"�7�3���>0.3@<\n��Ƒ[��䴍�','',0,'?'),('~���[\"+�\Z��qu�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G����	&\"˸��','D�����E8��J�	��jG�D�G���Уr','',0,'?'),('~�C0��2�3*���J','wp-includes/blocks/more/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�09I1=k��P�.��','��2��q������=�����4�+ʫ^���','',0,'?'),('~��fz�M9A�N�2��3','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��CN�(�� w�S��','������\'\\8Ҭe����\Z�Gܠ8�78z�I','',0,'?'),('~��I�]:�}t��V���','wp-content/plugins/elementor/assets/shapes/opacity-fan.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�gg��Npd�\n','Ȥ\n��޼�;;��ԛmh(&ɪ>�����','',0,'?'),('~���*޿S�̙e�','wp-admin/images/freedom-3.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�縫\ZX��֚�1l','集(���;�F�\n�k����Q���u�','',0,'?'),('~��e�/�H���E��','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H9��x�`�i_|�r�','�d�]De�n}��?���(]���+A.� g�O�\"','',0,'?'),('~�Pf��ԩ~1�LYw�','wp-includes/blocks/button/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�R�o�sd>[р�','T�\nv��|ص��J[�S��e\nݴ�fTe9m�','',0,'?'),('~�ݺ9i���U�|��','wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_|H��3o<�Q6�','B�C�N.]Z��*j	\n��vC���/L|��','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php','/home/sleepingsolutions.co.uk/public_html/wp-config-sample.php',0,'R��f�{��Ƒ�g','R��f�{��Ƒ�g','xF��f^)=%rÃ����((8��~x~�','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/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','�8���b;�=YXJ)շ','���̆%\r���N�n_n�\'E�ݸږ�W{=D','',0,'?'),('~̙IM­����.�8	','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�O|Rۻ2py�%','-����~���f)�g�s=��,�>\n&�[��� ','',0,'?'),('~�c5���R�\"�@2�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Vi.(�)���v�4�','�{�c�x\0x+,d7���r��i=�4���x�','',0,'?'),('~�<�T\\)\"�:{��','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wP/����9�F�','���|�E�ea6-&��_�BK؈��>e��','',0,'?'),('~㤿<n��-��ģ','wp-content/plugins/wpforms-lite/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��͌��N���','�K�A���N�����A�T��%$���%:\r�','',0,'?'),('~��I��.��>�E3q�','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�]�Cp�MS�N�,lK','��z�r�K��%�$\nUڋ=3�h��5��ZM','',0,'?'),('~��7y�&�E�I��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��3�2�h�L-YL�','\\���An(W-�`�[�K+v��!k�;[�*#�','',0,'?'),('~�#\r�ϳ��1e','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٚF�870F���','�|�kG��ӄ�,.�M�n/迕�\Z��t����T','',0,'?'),('~��^��%���A�','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('~�n~��ZazMRݜ�','wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��4\'@�{z��f���|','�6�7�؇t�^��h��>܆J�� \Z��\\�0R�h','',0,'?'),('~��O�\"#�7��Ն�','wp-content/plugins/wordfence/css/diff.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/diff.1670945819.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,'?'),('~�֗�mW�n��v�L','wp-content/themes/astra/assets/js/unminified/frontend-pro.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/frontend-pro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jT�V���bhY','�6�r�t�{qq�ERH�n��P�%{g�','',0,'?'),('~�W���>t8%D̍�','wp-content/plugins/burger-companion/inc/setto/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	6�	m�6L�MOF�<�','=��@)U�9���?�F�|���U�)0�ۛ','',0,'?'),('~���F������:','wp-content/plugins/redirection/locale/json/redirection-fa_IR.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��N�mf�ֈ��\Z��','�s�N��#��,B6@�c�U~��ȌV�r�','',0,'?'),('��\n(ٓ�h��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<Ly���~MʡF�)','�b?�Y��D3��	*ų��Yʦ\n�o�~�9�','',0,'?'),('	�rȯD�k\r��N�','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M;j����#�x5�',':3B�.��	}-���m�ڀ+\0���','',0,'?'),('�ldK�м����','wp-includes/js/dist/components.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�!Q��͎E}','=v����׀�<6�Zu���Mfa�A6�D��k��','',0,'?'),('�@��o=�z�<F�%','wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x;�N�P�k7�I��DZ�','��{���n7���bY{F\"M�G�7��؞�ߤ','',0,'?'),('.\\\\�JQ�-Y��','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѣ��f96*��/�i�','C��HaF�]��;\'P\\\'sn&�İ�n�B>�','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:U�\Z��\"�U','	�V?��TŚ|H�^��U�ދ�I�J��D','',0,'?'),('6����f$T��g\'<','wp-content/plugins/redirection/locale/redirection-de_DE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �=zq.�hP���E�','f	�z�(�f���(�+�WB%��G�V�1�:d=','',0,'?'),('6דK�\'\n��M�0S','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�?3�ب��=�y�C','2��柩zu�jh\'%�QNGp�[�v�3\Z��','',0,'?'),('7�.ʋ5���1�','wp-content/plugins/wordpress-seo/src/generators/schema/person.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(J�p;p\'E,��,>�','[�]\Z�(b4X�`��/���+Q�	�=�;D���','',0,'?'),('?#�8D��@�<o�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��\n,�x=��CG�','�����z3G2���]�P/�c��5��5','',0,'?'),('?f�g²�e�~2�','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Vo�a�.F��\Z�','q}�a��P�&3=G��/�5���\r��(Q9�','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php','/home/sleepingsolutions.co.uk/public_html/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�Н�C�nHS�','�]u�VJD75	p�B�U\0�ʱT���%�A','',0,'?'),('B�2j70�/�zLq��','wp-includes/css/dist/block-library/classic-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ڛ���\nX;}�`9�','{0�x���^L,m�)˕^�~9��ɤ��6)ڻ�','',0,'?'),('D�*h�s���V�c','wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��22ɎF��I����','h��s93��ӋOv᲼W�G�����،��a','',0,'?'),('O��?p�kn�;S�u;','wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('c��J�w��eIO�Iq','wp-includes/blocks/cover/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\����ٻ��  ','7��m�TQo27YY�\n�AJ�Id[�Zeq�w�i�','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�S.�3���P�','�P6O�sn�{���n,)�H2z!\0X�-��','',0,'?'),('j���)Vk��9���','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js','/home/sleepingsolutions.co.uk/public_html/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','�D��I�.������','�;0�Ϩl� �k�P@Ef�/Sy9��N��Y��','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','04��z��>�s�,\r','S�\\��|3m�4�:��ϭq��B��\r�7�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)ϕ\\�^��$���','7gy\Z��]O��Y�T���b�Pǚ昁��','',0,'?'),('}BfkV�=�15l��g','wp-includes/blocks/avatar/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���(\Z���Iz�','e2�,�Ք��e��n�C��L�]���s��+��','',0,'?'),('~��hr�f��$����','wp-content/plugins/really-simple-ssl/gulpfile.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/gulpfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ku�0�At�әf3��','���q���<\nr��i΂��;@VE9���t_�','',0,'?'),('�겴u�îQ��','wp-content/plugins/really-simple-ssl/security/tests/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/tests/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('�z���~48��l�Go8','wp-includes/js/dist/style-engine.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/style-engine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�R��E����ȕ�','C�����\Z���ω�\"\0sq�%9�v��oS','',0,'?'),('�D�8-���¤r�l','wp-content/plugins/wordfence/images/logos/shield-care.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-care.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	� s�h߉\0��tv�','�f2\"(>�l�H93 ������	��C$�<','',0,'?'),('�c��2���-��','wp-content/plugins/burger-companion/inc/cozipress/images/slider/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/slider/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@P����]k#l~~��','0�f�yE<=��e��\ZHL]��߼��>^��\Z�','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n^\r��#f��st��W\Z',':�taQE�&͜�����s١\nGb\\Z S1{�','',0,'?'),('Ƶ� -9��c�D�','wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��OV�A���n��','zc�ʼn�?�6E~�#up�,��f�l�$�f�','',0,'?'),('��w����#< ~�','wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zi�c��	<M\\�~�m�','����F\r��܊�t���/�|��A�p�E_�M','',0,'?'),('�B��C;�st�3D/�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�@�p�S�0��s','o�\"U��\"�	ϸRj��,a�0zRՌC\0�k���','',0,'?'),('����Q�PF=_�','wp-content/plugins/litespeed-cache/src/health.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/health.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']a�o��G�+e�9�f','C|s�^��T�ț��j3�OR�m����<(VN;N<','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php','/home/sleepingsolutions.co.uk/public_html/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','�-�V�m��z򏠤Hb','\0؈�:caf��	M$����1�D�\Z�{^B\Z�','',0,'?'),('��E>�:ڽ�Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-F�B�Yx�,x|�','����k�<³�(/}����\"�hA��i2��','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P����O}-|�@h','\"3�����z1����C�p��i��ŵ��l-\'','',0,'?'),('�J�/����I���','wp-content/plugins/updraftplus/images/dashicon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/dashicon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�l�caf���','�����|�Z���u<$(�\Z&�Dҡ&�','',0,'?'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a9��Ч�����z','FM�li�<�~81,��Wp �AA���G�~','',0,'?'),('�ؖ��\\z����','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b����h\\�o�R���','�,�7=T�3�*rZ\\�����7�yaX&Dt�z','',0,'?'),('��1��OK��~w��w','wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�31d��5Io� ','�i��3���(Jr��e���!$�$�f�T�Af��','',0,'?'),('�x��	�Pt�w\r�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�|�1aSÉ8','bO���=�J3E����Ƃ�s~}e�2`kG@�','',0,'?'),('��9��$e{X�W�Ym�','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e�k8�A�@2','`�R��h��^nt�asF�;��}�Š�','',0,'?'),('��}qt��5\n�$-�','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/letsencrypt.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/letsencrypt.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@���NHjR[���','�C9�^���@FFl\\�~�����,��i=�j','',0,'?'),('�͍�����ρb�B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('������K�I+a���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:`���s��l-I0��','�\r8q�bfu�;�[�I��t6��H{�&�|OF','',0,'?'),('���Qu��}���WN','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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',']8TP��\n�F���L�','�X��k8m��(�3����Lָ����熼[\r','',0,'?'),('�N�cɉᯊ��','wp-content/plugins/redirection/models/url/url-path.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-path.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���iܟ�;�','$U@��~����a��-8&=kp;�����','',0,'?'),('���E\'�Hg�C\\�','wp-content/plugins/elementor/includes/controls/slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�yh�G9�C����','���t���L�6G�M(�\'H.�n���ĕ{��','',0,'?'),('��Jrdw�TR���9r','wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���C��PلZ�',')crC�q[]�ׂ�>5ʗi�C���!A�%�','',0,'?'),('�!��-^>:��M�SpG�','wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F磪���sb�J�h*','��]�����e\07�%Ys{�Z�\\���TNG�','',0,'?'),('�&Ƀ$����(z����','wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<[�GK�d�u���B','kVF�C@�	*��b�7a4P>�\n݁�\"D���','',0,'?'),('�0߁.��8n4k_M�','wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DVe���n�,!�9�','��PV�|(�k\n����8����.��','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' o��n����C��-%','��\r�\r����έ4�H�lXr��UV`�(!%','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s���ڠz��\05\r','�h�}]J�DЙ������R� dX�K�T��3�','',0,'?'),('�C���OU0.��&�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=�L9�|CR���_��','s���ި5���9\\��9�\ZI����Ƹ>9','',0,'?'),('�O�X��,ԫ�za\"�','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t]�g���N�+8J;q�','N�bߥ�I\na��^ w�Ҭy-�G;��R���s','',0,'?'),('�T���o�\nT��s����','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aD��<충�','Q]��C|��?7�4z�ʢ�E9x�,�)f','',0,'?'),('�W�D���%���u� B','wp-content/themes/sydney/screenshot.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0hFzk �����}','u���i�\0��tZ�1�I�af��](���M��','',0,'?'),('�_��5\Z$�Ɵ\r?�','wp-content/plugins/elementor/data/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�\n����)2�','��E��3��N�`�@\n��*��\rV� 	D','',0,'?'),('�x�ܟ����B��I�','wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��y��b�$��H�','[�����w94m��pjIz��%�[���[WY','',0,'?'),('��B��z��qt����','wp-content/plugins/wordpress-seo/js/dist/indexation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/indexation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�P��N������\'�','��]��Buk�\r�O7�AU`� ���+�!�','',0,'?'),('��ah�#��8�c���','wp-includes/js/tinymce/themes/inlite/theme.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���t��~��$\r�','wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�lz�RU��nf���','���oi�;�X�1kp���p	/�G�=qP{�','',0,'?'),('�����w��r\"�^,','wp-content/plugins/wpforms-lite/includes/fields/class-radio.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o����ŀ+L�O\nD','��S����&��#��ϔnV���g��y��Gk�a','',0,'?'),('��}��D|����	=','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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','*�A�\"\\<T�m�','x\"���cBӴL�O�ȅq�6*A/�/|�T�T3		','',0,'?'),('�����^��\0�j��','wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dcGF�$��$��Z\Z','�N��ڏ��P��q�V	?j��׾V�).\rg6<','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\01잓����K�1ܞM','�f�]Z�U��>���i�.��i�[�]����c','',0,'?'),('������x|�_\"��s\'','wp-content/plugins/updraftplus/changelog-old.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/changelog-old.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��j\'�u���Е�','�qsĺ�,�s\Z4n�Jza�M���2�+lVZpzB','',0,'?'),('���!��h\Z�ɨ$\"R','wp-includes/css/dist/edit-site/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�!e��}yC�gfS[�','�>\0c\Z�����]�y�0s}�uy]���g<o��','',0,'?'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?tS��~5��~���','�w�T�}υ��*e�}�v�W�*!�E���H','',0,'?'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~ג�\'�J\0���䯯','V_O\'����pk��;���`�O�\r��8h~��3K','',0,'?'),('�܍�ށ� b��u�','wp-content/plugins/really-simple-ssl/class-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��C�\0�Gֲh�=�','�pe`Z쌀��&&#�ƣ��\n�݋�$ʞ����v','',0,'?'),('���)e��.��\nO�','wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��0�GiQf���i6�','�<�	2�6^S�]įA��-�0L�}��2�` P�','',0,'?'),('��ỼQ��yRpS���','wp-content/plugins/burger-companion/inc/seokart/features/seokart-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�j���v�m<�o���','��d0�-Wg�O����dvy��j�pɇ��','',0,'?'),('���YB��3��$��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�:4tq�nh�m','�G{�]ap��GR�j|)TA��d�\Z�ƧV�Ǯ[t','',0,'?'),('�����^VjLZX�8t��','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!sPg�\0D���','��eA^�T�af}>��q[�-8��/��5&����','',0,'?'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��_OKE�����`n','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��&Ɓ������1H',',�@�j<�=��>�W�f��ր\\�\r��','',0,'?'),('������rH[��$��.','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5u���9�����x6V','=tK�X�.���<^��0�L�i��H�;�OmB$�','',0,'?'),('��XQ���d9r�ڼ��','wp-includes/customize/class-wp-customize-themes-section.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��U�hgM� �dnQ','wp-content/plugins/elementor/core/files/file-types/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Og����(�Է��tV','͊}3�;e���`q\\��P�\"�~�O~�.N��','',0,'?'),('�cdcƚq�~�%��','wp-includes/blocks/navigation-link/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڛz�b)T\r�_{�W','7�f�X��=oT�;@�.�Ϭ�Q�:���կ�','',0,'?'),('�go�@>3:ۏՍ�h','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>����\'%�bC��','|�.�#���f��Z�Z��Y	9��~���\Zr�K','',0,'?'),('��2\'����|YVg��','wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�e���;�z❝o','��%H(�K%��?���G�0[E�����','',0,'?'),('�&W^\Z7ɿ�n`�X\"�','wp-content/plugins/elementor/modules/history/views/history-panel-template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	<tGG����72U\r','nz��:��Qz�[��X��2�L�*:&A3','',0,'?'),('�=^ԉRu39M%�!�','wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r	؈��\Z���_W28','v�*��G���\r$��E�Z�:۞��f�˜�','',0,'?'),('�I����+n��h^��','wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%l�)�&\r�-���','N�S4���רI����2�)^�Əri\0O�~��','',0,'?'),('�O�Xi�s}\Z�����8','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F}p�\\��Y��yn','�N8��b�W��e�1#CHc�tn� 5&��(��','',0,'?'),('�Zʧ�#c�g/��~�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�جѢ3;]T\Z]','VI\")��B&Q�JҊ�!��ٞ\"v���C��','',0,'?'),('�a\\k�5��Z���=�','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m+�y�]\"`b���','�X�&h̟��!ɤ��-2�v>G\Z�ȼMb/�Q','',0,'?'),('�aOD��nrCd���e','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ߪp�@a�G]_��]�W','�B���vʎl\n8�85\Z|van*@�,��`7����','',0,'?'),('�el�5�s��E�úQ�','wp-admin/js/media-upload.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5�.��4�ԝ�Ξ','�����ڦ\'�D�\Z�� v��0��E~��b�','',0,'?'),('�n��̦z1��8:g�','wp-content/plugins/elementor/modules/system-info/templates/html.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nܚֲd�%��k��','�#G��u�V�Ҳ*�H	:6�E]t��P�|�','',0,'?'),('��,CUU����9i-','wp-includes/css/wp-auth-check.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('���l��G�_�J�t���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�`o>���HLRU','�~֗A�z��I�-��]�:Ⱦ��E_h6h>�','',0,'?'),('�����?� E�ռ�U','wp-content/plugins/wordpress-seo/images/link-out-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/link-out-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)\"��&�S','��|���>�Ѳ��<���_]*[GXr�$��J','',0,'?'),('��lPnA��}��	�;|','wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƤS�a;��\\I��N��','�[&Z�;���aڏ8����e��K���U�','',0,'?'),('��o>�V��_�r��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss','/home/sleepingsolutions.co.uk/public_html/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','	*�8��b0eG���','��%B\0/��\"k\0�H���>\0�T!s��]�ݷ�','',0,'?'),('��\0���p����–@�','wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӝ(ȝ����0g_�','n���x�[��SZ(�A^�2�M�p�R�9��','',0,'?'),('��\Z Q]�i������','wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��n�C���0���2�\'','̂�5/Ľ[p.��iB+��/.�\Z�0��\Z�\r','',0,'?'),('�ȉV?	��]�)A','wp-includes/js/media-views.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F������f}6','q8wP���K�.\'\'q���Tw&�0�5���','',0,'?'),('��Vk8������`�+','wp-includes/js/dist/development/react-refresh-entry.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-entry.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��܇�{�{AvƸ�','�Է,�M�w}��_�9\'%���\0y��b','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fHT��1�F�p����','#�Μ�0Pt�	e�\Z���<����Mڂ�g','',0,'?'),('�ήг��Wr�U��B��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Ɠݏ�ٯ@E��[','\'���눙���Z%9G�4=�O/��U93h�','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Էm����f`�','|�Ϻ�`�FS�Ƃ(Y��\nP�*�6�՟��-NW','',0,'?'),('��~�\rr㴄}�\\*���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jb��K���$C�','��y��+q���jH����q�[�H�j����','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��_�ˠ��yٞ�r�','j��8��:~f�\0	RA��m�i�d�N+0�>�','',0,'?'),('�Սs0�LBO��0��&A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�[�h�\r}�$z�','�W�2�I\\j�^�X�s1f���p��ҩ4','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��%썬����\\B�','�:��\rۘ�Y��\0F�G/�т��SD��+$z.','',0,'?'),('���Pd������c�3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.<$E�\0��g�:T�','ƝER%���f�\\�ɾ�\rv�8C�^�h','',0,'?'),('���V���s���\0�','wp-content/plugins/wordfence/lib/wfIpLocation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIpLocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s+�̙g��O;*XW','���jԚ�6��Ĕ-	�B��1���&+�n','',0,'?'),('��/^�T������H4��','wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʤJ�S)�޲J�A�%�','�Ҁ��É���@ҁL���u��P��·��','',0,'?'),('����:R��jU��g�','wp-content/plugins/litespeed-cache/guest.vary.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/guest.vary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gд$l1��/','�ʬ�Gu%�c ��a\n���^ϯ�k��0��~','',0,'?'),('�O�X�g]<f@�','wp-admin/css/farbtastic-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�<�Y���N��š','wp-content/themes/astra/assets/css/minified/style.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\nǟq���w0BdJ���','nA<V.h�{u�����DQ*��\Z��Wi�~','',0,'?'),('��;׀kC|}�=�g�','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b�(�$s�__θ��','<⏣����[���O9�9�r�\" O?\n�r,�','',0,'?'),('�3��Ƈe�(ú9�','wp-includes/js/jquery/suggest.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i����h�M�','\\�9!Tz�$���hS^��F����\n剾���','',0,'?'),('�0úb�S?\0dIBO�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^K��U�H��Ͽ��','.q��jq�?�w:��I�W灄�#]���^','',0,'?'),('��xA��a��m���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� $�(�E�����','ح�E�i���O�9i-�t�_B=�u�l�F�:�','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\"�OM��\0B�ٲ:�','wp-content/plugins/elementor/core/page-assets/loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����XX�HԽ�C,�','�؊�*�o����R�&z�/b�Y�)��Lk','',0,'?'),('�(tTlDά7&��MP.�','wp-includes/js/tinymce/tiny_mce_popup.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�)�K���:�]4?0�','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/LICENSE.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ð��N�K*@g6�','����rA*t��[qGh��ֹ�%����\" y','',0,'?'),('�+n�c�n���a�3B','wp-content/plugins/wordfence/css/wf-roboto-font.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-roboto-font.1670945819.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,'?'),('�/	�E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�2��V�d�ΐ�dG','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������<Y�J}�s�','��pe���J���?j�ūp]bĐ���^�0�','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-J�~�������','� |�D�O�?{��ٿ��%��ז�Y}��О','',0,'?'),('�AR���t�,�i�q\'~�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1670945819.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,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�wT]�`L�G�','�<��9�u���[��8ԋ�B҃���X�%','',0,'?'),('�MȮs����%}�+=�','wp-includes/blocks/latest-posts/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���L������|�','J>\0�+�2��jVf԰��+��G�y5[����1�','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�Y��ػ�甩���*�','wp-includes/css/dist/edit-post/classic-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�k8�����w�',')SM��a����W2#K4 _J����R���','',0,'?'),('�_&�����H���g�','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�`|y����	�I�hv3','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��t�)]t2M3|��q','󜝐Gzh�����Ƅ\\��l�𗊑��̀!�','',0,'?'),('�a�.r.�����=�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2KcOa*��Ў�nt','#>�ǒ\\��V(��M�^#ER�\n߫I��ڸ�','',0,'?'),('�l���;��$��	\n�','wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�����@�vQN','J��{��A���l\"���Mo��sV�O','',0,'?'),('�m�i\Zt�T��(_�\rp�','wp-content/plugins/wordpress-seo/js/dist/block-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>����<��l�6�2f�','-1� �=��8�0\Z��>|$U�J��7p�P&','',0,'?'),('�n*����c\n��G�衐','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�Ƴ�b���Z܋��','j�8�en��_l\nJ��0�p��c�	IP�','',0,'?'),('�oR�S�I\rV�ʽƘe�','wp-content/plugins/elementor/includes/api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���Ѹ�8���|00','r��\"�0���;%%��<�n��2��΢��ԙ','',0,'?'),('�p)�T\Z35�������','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l���t�:P�K�<','�ɵP�?�6�5ò��������1�=$','',0,'?'),('�p�x��\\?;�hE/��','wp-content/themes/twentytwentyone/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�d8��J��?S���','/i��ޒ\\�SH�O��c��P�d��[�����','',0,'?'),('�udVN�;<f|O�G�','wp-content/plugins/updraftplus/images/udlogo-rotating.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/udlogo-rotating.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:Z]zG2ІhG.,�','�7eB��K�Kj1����8T��(#x �-f','',0,'?'),('�u�y�e�+�-pŨ�','wp-content/plugins/wp-cerber/assets/flags/ai.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ai.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:����2��s','C	vN\n\r����D%P:�\Z�w����B O� ','',0,'?'),('�w��5���)���','wp-includes/css/wp-embed-template-ie.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��1si��(�O�^�','wp-content/plugins/litespeed-cache/assets/css/litespeed.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/litespeed.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g�n^���,�','��N�-�o�*y+P�W�Xn�SB�⏾c��','',0,'?'),('������\r�l��;E','wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%rI��m]��=t+','��2�घ��^4v�e�6��`�9���v\\a�+','',0,'?'),('��Կe�pZ��ɟ�y�','wp-content/plugins/updraftplus/images/icons/email.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E.cKo�|��s-�','��٭\Z��q]^A\nba9�Z��PmuL��%w��H�','',0,'?'),('��\0���+OW+�','index.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���_��O��w2(*WL','wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/css/range-control.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/css/range-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\Z�_��178�XZ','�۸���^��t��2�anB\"�ʋK���S{��','',0,'?'),('���B��L����','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�QK�I��\0��','}��\\���\Z��A�m^NBW#�W<�?��d��wy','',0,'?'),('����.M2���\\�','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n_����P\Z�%�\Z��','N^=������9��D�|^1��U���sfv9','',0,'?'),('�����A���1\Z�;�','wp-includes/rss.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#|O�1����\n݅�E','9T&F�-�D���lz��D��>�m�-L\\�q�','',0,'?'),('���#��Q���G���','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7���\r5����\\�','MP�\'�i4=q�g�Ga�aP��Z�C<���','',0,'?'),('���V�=�	\"]��\Z�','wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��!��k�S���Y','b0�����},?�/�����Q�&��N�o','',0,'?'),('�gr�٧�rZ�+�','wp-content/plugins/really-simple-ssl/compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�ܢSW5TTJ\\O��','���JPHa����˗�tÏ/)ks��f���','',0,'?'),('�¶B�&��h&��a�$','wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\\@ny�����N�y','���o���2?�����;ĈD�O����J�Ws','',0,'?'),('��1�4�R�����','wp-content/plugins/elementor/assets/shapes/split-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���H�C@/�)�','�=$c(^���5�C��#����L2�z����','',0,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q,�8��L?�����n\"',']Z��)�h����j׭��17yJ`��QS+r�','',0,'?'),('�������ʜtF�;�','wp-content/plugins/really-simple-ssl/settings/src/Modal/Modal.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Modal/Modal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�f��J�\Z�ӡ�','���(��	\0+��ڊ+�+3�:a�=��.','',0,'?'),('���nM\02]\r^�r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���*��w�<�NO�','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/may-also-like.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/may-also-like.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3���F�;�m�d�!�','�-vb����N|��[���Q7�҉�q�\n��','',0,'?'),('��{��h���B-o:Ih�','wp-includes/blocks/query-pagination-numbers/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bپ��]G�h��EX','�3D�w�X,ח3o�$���s�o35�8]�V�n','',0,'?'),('��W�^�����T��,','wp-content/plugins/redirection/models/htaccess.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&2T7R,�Y���','��%��cT�HS�Wگ#�iWl�ǜ�	���','',0,'?'),('��쾅���<jv��','wp-content/plugins/updraftplus/languages/updraftplus-ar.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ٛ=w>�ƌ*����','N/��[���&yd�}�9�a��v�1��5','',0,'?'),('���B�iίP��!��','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-radio-image.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-radio-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\"譇l��{{fpt�','q�9�C��gtw�f�_�;g^�]B\\��//o','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ȼ��k-ᵩȬ\"��','�\\�1�����+-�sĜ��\0�ۦ��ۿ�2�m�','',0,'?'),('�����[G�S	ԚZ�Q','wp-content/plugins/redirection/models/header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*������XZ���=','\'�R\\p��}s��\Z�db:F�ի 5š�','',0,'?'),('�����J��U]��o�A','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z!�˳�&�6��W�','���;yy�\\�\"�D�Ϛ���&w��i�=','',0,'?'),('������]�','wp-content/plugins/litespeed-cache/src/file.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/file.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0���w`VN\'�','���:2:�m�hsS�A�h�����}�L|','',0,'?'),('��Ԗ�\\~�l�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ձG�I� ���(','?� ���uB���\nqq��&�9<U����pd�e�','',0,'?'),('����:2M�1�*5�','wp-content/plugins/burger-companion/inc/spintech/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s���m�KC�π','�� ��X�$:���S$ֻ9���	k�<1�5','',0,'?'),('�� ��x;��SD','wp-content/plugins/wp-cerber/assets/flags/lu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0X]��K>ܥ�\n��Y','�S9^����b;M����E���;�\"v$�H���','',0,'?'),('� �q�q�U�z�A~\"','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�J�@�M�/�e�_L','�[w��-,��=LĴ�\0)�ا{Ζ�:��K�','',0,'?'),('�)��c��\'���	','wp-content/plugins/updraftplus/includes/updraft-admin-common-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�*8�u��jG� j�','��,�G��K����h�@;wW�K/Q�#p/�','',0,'?'),('�3X�/�����\'��P','wp-content/themes/twentytwentyone/inc/starter-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ڧ�)E(\Z�U','E���1&�km��{�����\0Ғt�nɿ�HV','',0,'?'),('�4mo~\"f��h��1��4','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jx��H�?h�b�`�sy','z�ϕ�j�D6Ĥ��NR�Y�,[VM2�VX���=�','',0,'?'),('�6[8{D�E�}<�||+','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��	�Q����ŗb�','�HB�;ܭCp�~h��B~	�����\r��9','',0,'?'),('�7[j�=LcBr�ro9','wp-content/plugins/elementor/modules/shapes/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/shapes/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̾�P�>��=���?','To���N��͋xE��v�[��&���r ��v�','',0,'?'),('�Ebl8�y���}����','wp-includes/js/tinymce/plugins/link/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�E���1#PT���\rQ','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��\\SS�A�p��','�\n8�v���9�B�1��t�\0��C��a��:','',0,'?'),('�F~P\0�Ⱥ)�WU6P','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�R6/d�m�Itؑ','���b���_�a��0׾M��_I�x�','',0,'?'),('�NL�[y݃��)�m�v','wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/WWm�k����q�o�','��RC�����T�_����d�?��X��\'�','',0,'?'),('�W�nJ�.\'/x��','wp-includes/blocks/embed/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�)_W\";��','����+�	_b�x@eu���5�yԷFO��','',0,'?'),('�\\��כ^�k�\'�k��','wp-content/plugins/burger-companion/inc/spabiz/sections/section-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O� e8�7�0iLK�','�_�h��ғ� �o�zh�쏚�iC���','',0,'?'),('�arq��A���b@r�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*I\\�V���:rd�','�!7�8>v�Y��Y�^9N�em4J�@��a�ܽ','',0,'?'),('�l�e�^<\"F�G�ndtv','wp-content/plugins/elementor/assets/js/preloaded-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��£\"��C�3���q','+:>#O�\'1]���r`^ic�piy�ILv3>','',0,'?'),('�r�a�c\';�QW��m','wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','՟n�J~F3g�[	5̨C','vz�y��_;AOY�3�a��)޻b�)�ܕ+�g�n�','',0,'?'),('�x�$\n3y�7�\Z�','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','뎖��Z��;\n�Jx�%','$,\'��J�Bv|���f@��%��[��tӉ���','',0,'?'),('�{K�Ǎ�:R�,$1��','wp-content/plugins/elementor/core/settings/base/css-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������:Ȑ�]�c','�/�\\��PS�|!7YӞ���l��Kbܵ@�','',0,'?'),('��̷��!HN�Y���','wp-content/plugins/really-simple-ssl/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�g��Sf�0�afK','�g�̓f����_H��Q<�P@/M �t��','',0,'?'),('�����b��IJk�h��c','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ө��	zbA̾�','E�g��u��k\r�	�����m\\Q�m6\\;W<7���','',0,'?'),('��oVu�4���;f��','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d����uI��(��Y��','�\\Ou�ip\'(y]��	���+�\nZ���<}��','',0,'?'),('����W�kV������','wp-includes/blocks/comments-title.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','哊����ϦQ�u:','���\"�s��e��4���7i����g�ٕ�F�','',0,'?'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��W>�i=����k��+','wp-content/plugins/updraftplus/central/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L?�����_g�b��','̊[���H���N�/Sv��(~��ӭ�pT�','',0,'?'),('�͊��.�{[�|��','wp-content/plugins/burger-companion/inc/shopmax/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f���N\rd���U�','M�?�����	����9���Ϡ[�V��g�@Ք','',0,'?'),('�и+:3�XnN�tex�X','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��V��$�@�^]�w+�','wp-content/plugins/elementor/assets/js/lightbox.062e482fd73fca037d19.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/lightbox.062e482fd73fca037d19.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��~�!� �VY��','���׻bP�b���/��\n)���?�I�k','',0,'?'),('��zwv\\߮7�?A��','wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�e�,3S9~��','�*�FG�^;��Sr���(��UƦrC�v�����','',0,'?'),('�����Ș	�	\0}�P','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�*2�*ZY.�?�8�','LOo�Mٸz�ӫ7!���*����s�-���&','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��;A#蛴j��','����\'d\Z{-&�E���ٰ�[����5m','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php','/home/sleepingsolutions.co.uk/public_html/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','��B�����؎�S�-','���R�@@�lQ�F܃\'(m��^znwnxq�O�[','',0,'?'),('��M��������n΋4','wp-content/plugins/wpforms-lite/src/Helpers/Chain.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Chain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��\\mm�{��\n��s�E','OY�fw�Drpn�vN�b�G⑴��4w}���','',0,'?'),('�-�gőL\Zlr�$[�','wp-content/plugins/wpforms-lite/assets/css/logger.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/logger.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�\Z� 	��	<�oo\n','��G��\n���K|����O礪c|�~>�>��_�','',0,'?'),('����S�~�K�ʌS','wp-content/plugins/elementor/modules/wp-cli/library.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�?�:\\2^a^\"��','�0�a�_�S\ZƉN�8�� ��6&)~�U�A�','',0,'?'),('�\'����[�\0�v�R�I�','wp-content/plugins/wp-cerber/assets/flags/so.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/so.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�{pE\n��M��|��l','�)30V�17�#3��q���{q��i�������n','',0,'?'),('�)ũ��2[�	�4�_a','wp-includes/class-walker-category-dropdown.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��̷�8qOj���','�Iw�^���KHĶ\\�s��~BW��㺾fI','',0,'?'),('�+o�2��8�E�+K%;�','wp-includes/PHPMailer/PHPMailer.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƒ6+����z�-h��','�l�`2ĺ�|�ö�rd��+�[0q6�7\"�)','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�:�k�7(�H�Lj','wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��TJ_ �i�o��','NӰ)K����_�Ƌg�8��;QL\r{ۉ=�','',0,'?'),('�H	 Ɩ86���In�','wp-content/plugins/wordpress-seo/src/loadable-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\;��T��U�*��@l;','�c��Ԥ\Zh��EA�2�f�ԾI��Ɲ�x�-','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�XR����z��L�;','wp-content/themes/sydney/js/waypoints.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��!�Թo���<�Q','*!v9m!�1�8V\0�/LXU��xi �E��b�','',0,'?'),('�\\x	�~�:ww��f�','wp-content/themes/astra/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���V���$Z�O]','P`����� ���w��\0�J�w�.��s$d�(�y�','',0,'?'),('�_I���͵٩ep�','wp-content/plugins/elementor/core/base/background-task-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gO�4�s殚����&w','�D��w*HBT�H�)��S�}���ȁ','',0,'?'),('�e�����y���$�','wp-content/plugins/litespeed-cache/src/object-cache.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/object-cache.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�j����@,ˀ�Ů','���>F|���~�(���?X>>�gW�h��Q��x@','',0,'?'),('�i2O�׍��+�s�X.�','wp-includes/js/jquery/ui/core.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����>�:�-\'��','���u?���T��N��KqQ*x/-Z��.��v','',0,'?'),('�}���˗-$�$O�o�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vv]�L� ��&iPv�','-h�{��l�������9�\0K�C�=�J�z��b�','',0,'?'),('������_����[�Ğx','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��҉����Xl�4�','`t�$@w����%^�$���>���ay�]�3','',0,'?'),('��P���n����y��K�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ǯ��ɇ�\"Q�\Z�, ','oL�yۘG�=^�{�o���m#��j8\"�lL','',0,'?'),('�����b]�ٺ=�0_','wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MU�{�)����O�','QVQ�bK_���Ύ�Rƕ�]�-�mlY��<9iqV','',0,'?'),('����O�z\nql��u�H','wp-content/plugins/wp-cerber/assets/flags/iq.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/iq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��N\Z��qVJ\r)','���SY/�@��浕�s��^j�Ȫ\\�-��ȑ','',0,'?'),('����j�?���,J','wp-content/plugins/burger-companion/inc/custom-controls/range-validator/range-control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/range-validator/range-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��ڲ�΋��;��|�','S`n�SU��8�#���-�4�O��hhC��g','',0,'?'),('��@<N�8iy�����','wp-includes/blocks/separator/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�W$��($�q����',',�g	�2�u��j��d2|߃�V��uW�\\�e�','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʿm�\\m10��f*�)','	m��Y�_����\\\'.��]���WyW0��0','',0,'?'),('��ޖ,ΫH��W�D�D','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�i����逌�/��','.�ܒ|��-S�w�#,�*®k�V\"���<��*','',0,'?'),('��>ݶ�����߁��','wp-content/plugins/redirection/database/schema/400.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�!	\Z�A�[4�\n�','�F5J��|M�[���,�K��b�(�5Ҏ7�.n','',0,'?'),('���H�x�\"��Uw��','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/totp.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/totp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V\'�\n�@ѱu��-','�J�TjV���y��N���<����>���[�','',0,'?'),('���]g#՗\\��','wp-content/plugins/elementor/includes/widgets/tabs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�a��_JEV���F�q','��ĸs\0�g���i��j�i�j�$]�GT��','',0,'?'),('���?F�@x��\"R���t','wp-content/plugins/wpforms-lite/assets/css/admin-bar.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','})@�8�<�e�$�!','\n6߽�m��]�P!G���_���i\n�x� ','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','/home/sleepingsolutions.co.uk/public_html/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)�iٕ:X�','wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I7,�IW\"\ZY�j����','$�����~\"�}���O��&� �̪L�%���','',0,'?'),('��B�-���MR�','wp-content/plugins/elementor/core/app/modules/kit-library/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��i���)e�	1','�ܡC�5���ĵ�`�֒�:�VO�ʊ1۔(','',0,'?'),('��_,�ާx���Je','wp-content/plugins/burger-companion/inc/seokart/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�o,\'C�VrpR���','���*D׏*�p�S�zY���?���J����A�','',0,'?'),('��dC��	I%_�z�F�','wp-content/plugins/wpforms-lite/src/Emails/Mailer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Mailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Y�l(Xɲ`9�G��','\0Ϝ����^,(9���Qh�y���D�an�^��M','',0,'?'),('������PU��ac��','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ā���I��_����A','wp-content/themes/sydney/css/select2.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/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,'?'),('�ʓ��Ve��}\n�#ǡ','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d�����1N:�','h�᝜uQm�����\\|�vH��J��S�*R���','',0,'?'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php','/home/sleepingsolutions.co.uk/public_html/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','��\\��А���zy��','�\\��H�=�okK�YCUX�j�b�fC�(�P','',0,'?'),('���ʘGʥ�o�`D','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���O��$+dz\0��\0','��c���je�vFw�Jߛ�R4G��\"Fo��','',0,'?'),('��J��\Z�W��o','wp-content/plugins/redirection/database/database-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/database-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ݜ�d�v�','Z�Z̨�3Sε�6b�Z�o�E�s�8�Ü�Ď�','',0,'?'),('��\Z��^-�5�A�By','wp-content/plugins/elementor/includes/widgets/heading.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]U�}�.�\'�	','���=���3t�?���`&#Mg�xPQ��[I','',0,'?'),('��v!]��wGm%2D�','wp-content/plugins/litespeed-cache/src/vpi.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/vpi.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�T��s�t�l','f��b�qw�:�~��K��gdu��۰�׬ר%%','',0,'?'),('�\\�W�dϞ+�\nnW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���&�ʾ\0�\"��d�','i��8HL&<�y��<\0� �C\0{H6��nL�','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php','/home/sleepingsolutions.co.uk/public_html/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','UTFE`q���!ȑG','�s ��9���7ܿ.�ԜWN�����(}�@�\Z7','',0,'?'),('����{�/趒�Z�','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��n�.�}/|�̻','������u�6�׉ q��~p~boQ��d%1�j','',0,'?'),('�̷ �H�}є&E��','wp-content/themes/sydney/inc/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���tI����#�EQ�','�Ow��!ms�DF��\Z�\r h���zȠ��ا�}�','',0,'?'),('�\Z�������B~W�b�','wp-content/plugins/wordpress-seo/src/values/open-graph/images.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�1��8���3��1�I�','�2���ʏE�t��6.F�{����G�A���q�','',0,'?'),('�!,�n�8vf�†�','wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�v�}�\0U{s#@�','��Һ\\����{>j��a�Z[^���ہ���B','',0,'?'),('�!�d�{�:ɬ�P ](M','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�]���b�F\0','{K��0(�n��[��(�����z�\\*���','',0,'?'),('�$2(j,�Ѷ��?h�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�?2�K��4���t','�~�a��?oH3`])�#)7�N��+_�c��','',0,'?'),('�\']�>h�\'���','wp-content/themes/sydney/inc/integrations/lifter/lifter.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/lifter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��f�^�&%�&q','���J{-ҁ�b_�o����������^>!�','',0,'?'),('�<��3q�;i�z�','wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��mU3\\��|��!','~���ʘ�T(���\0��1X���\r�YE�T�\\�B','',0,'?'),('�>����_]��Wn0�','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>)���P$��\'�c�','Iح��J��$�>�\"m�s�\"f���=.u2\Z','',0,'?'),('�@K�Q��Q�QC7�e\Z','wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G���\n��O���','q҆���4�̅�U.Ժ_ﲮ�������','',0,'?'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ba[��%��q�~zE\Z�','!��X%��	���C��Q�+vz�.,4K���(','',0,'?'),('�[��O�|-2�YOx���','wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�oS]	d�nt��Uo�','���\n��/����}�7y����3��.mԫ��','',0,'?'),('�\\���׽�X�:��k','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('�]��d!�u�j�_���','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�����;��M\r*��','�s�\r>a��ֳm�\r����޾�}�0�]�','',0,'?'),('�~O^A�����\0n','wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@\n��9[�\0E2','\"J�4�+T�^��\n�`��KB@����8�N','',0,'?'),('��oM2�B�0!4��S�','wp-content/plugins/updraftplus/includes/Google/Model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9_/�umaQ$��','X�(~�x+!(���DR���2�����Z�?s','',0,'?'),('���w���N��Y��','wp-content/themes/astra/inc/core/sidebar-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/sidebar-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"U�j4��.��\r&�','�����r2s7B�f[�u\"��-q����k��d�','',0,'?'),('��ۉv���D����{','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ef\rh�2+�\Z1��Ԍ(','�Bbg���F�J9�?�It�aAk��Tl���_','',0,'?'),('����w.(	�=���','wp-includes/blocks/navigation-link/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','49�/\'�h!�?��?','I�P��%4��I��kR��7��r��#��P�f,','',0,'?'),('����I6���F�','wp-includes/blocks/rss/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���\0!!i��','�u��\r�>u`�37(�F�^� �)L�}�(�\"l','',0,'?'),('�������a�e�]�','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�%ۋ<*�6�8','z,2�x�,��O�7�F���e�bTe��u�','',0,'?'),('��Q���yq�m�r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�]�^P�\0k�	n','��]3n��˹�����0���Z�b�-pe�W	��','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͊�Da;HA�J\0�-X','����Ը��x�Y��\0�唋���Xý+���','',0,'?'),('��*`b�����P','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!x�xw��a@|��é','F�Y�M0|/�ovY׶�f�A�X���2���H�;','',0,'?'),('��2P&��zZ��.��ۍ','wp-includes/blocks/term-description.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/term-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s0Q���!/�u','h��yaG�JqnU�0��$�4v0��0���','',0,'?'),('���LL���=��#�2','wp-content/plugins/elementor/core/debug/inspector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/inspector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g}ᛆ���E�Xy�','#�<�q�)�}�r��� ��E.R��w�A/E\0','',0,'?'),('��9m=bF��G��1\"�','wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������粍�i{&ޝ','�9q�$���QŒ��[��DFܴ�q�Z���2z','',0,'?'),('��4���Ga�u���','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R���>#s��z0�+','	v�\r�`q-\"F!�O�p�!$UO�M����','',0,'?'),('��Ĩ=8�@_�rr+\r','wp-content/plugins/elementor/modules/system-info/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��eH���]c�','��=N��.6��pg�1���7N��0h�Sy�','',0,'?'),('��|0���O�+�]lU�','wp-includes/js/dist/a11y.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ik���\n�aͅ��)��w','<�d\Z���K�%]��O�G~Z\r�c�ybz7a׾','',0,'?'),('�첫>>O�5��)ƙ6�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-query-strings-6g.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-query-strings-6g.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��4����3ҳ��','�\rr^J^�\r!�%��U���*��I|�L�O','',0,'?'),('��d�^ �S���%D�','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning_css.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning_css.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E��B���+�Ѣ','~V��+E�=�ّ�R��:A�j�K82!b�','',0,'?'),('��\n�8�^XQ��-�l','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�P�H�S�E\\-��R','k�ٽ�+��/���2�\n� Kl�k�\Zv	���','',0,'?'),('���+�v��2�����','wp-content/plugins/disable-gutenberg/disable-gutenberg.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iz�������ccv#','�̰,�5j1Z4�f�&}�55�n�x�*$�L','',0,'?'),('��3͉|)���&���','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_before.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_before.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fҤ�]�B?��2f�/','k���,&oA^��m���R\Z�O��G��3~��','',0,'?'),('����O��y�\'!\0��b�','wp-content/plugins/elementor/assets/js/container-converter.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container-converter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��PƘ�?���ؚV','���v�jl��]q�w��O����r�WhB��','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�$�-4�3R�ۢ�U�','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('��_̡���L$�#�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@9z���yŜwuG�i','uL3�݆~�ݸR�=���k!��vv��$�i�_','',0,'?'),('���͡dB��RS�%','wp-content/themes/sydney/theme-dashboard/images/wp-fastest-cache@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/wp-fastest-cache@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�#�c(�\\�)��}��8','�)9��-L�\no�+f�,e�$�nU�Z|a\"D�','',0,'?'),('�[��|DH���KD','wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�a�[{�@�c��','��� t��}K�qH��e_#�C��W�%�r','',0,'?'),('���s?��P�h#�%�','wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Jנ��|��՜?>��','��KQ�ɑ�+�\Z�aZ.��^Ss��	5�a��)','',0,'?'),('�(��Aܜx\Z8Pƚv','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zw���J�K�,��','�%6���Jr��[ă4}+���~��d-���','',0,'?'),('�)����Yh�.�;��š','wp-includes/Requests/Exception/HTTP/412.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zcu�	L����t�p','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�,��F1,iI��s��','wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�6ɮ�ͯvB,O�','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('�-����֢]Mh��','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�l\'� Ҕ����>$o�','�W.H��Q�0W��*�0 䫾�J��ѝ̥�o','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I�*R_�T�','u�rpD���¦�‰&;JXs��d��>�\n���','',0,'?'),('�2�0X�zF#�%e�','wp-content/plugins/wpforms-lite/uninstall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%IJ�$�3�@��	~�',' ��A��I��Y�.ʶ\'���N��l��C','',0,'?'),('�6)x�T��z�ތ\0�','wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Logging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�_7{!���.�F�\n','����Z�λ��@H��}.ڝ�<��8�(�','',0,'?'),('�Awb��~_�}<��	','wp-content/plugins/updraftplus/languages/updraftplus-vi.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@u�\Z�`��*}C7$�','^���Z�cɲ�t\'�6�I��s�uj[k�','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��x����h3\\','��U�~��A�Vkr�%R�x$p��Z1�\"�U�','',0,'?'),('�M9.Z�꼛��!c�','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Message.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!.)�ɼ�b�1�o��',';���7�/�$h		B*�.E�g�-4�N�x��','',0,'?'),('�P�4ՓQ�)zS���','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Q�N��]�t\\R�Jn�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򋮆I͆q��=�1\\','ԀX֌�ԕ��k��2T�FPid�c>j�X�','',0,'?'),('�U�S�AJc�l��w�','wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�U$\r-\r�sJ~J�A','��Z�*�o�?�B;jhb ���\"�<�F��','',0,'?'),('�W\Z�J�kL�.��d؎','wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o \'�5H�6\"���1[�','`7�����J�ƾϓ��\Z���yl��}�j:X','',0,'?'),('�[g�PY��ϖ�D�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�-�HX���H/0D�','O�J�褼Tk�Q\r.��LzY�%�0D��U2','',0,'?'),('�e�Ӑ�D��\"�\\��','wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���,�	\"','������~:����U���O7D�l\"8�','',0,'?'),('�l��\'yK��~�K ���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0o\\��l��,x�P�','�w<.Sh5����[[c^4��&�<��\";�','',0,'?'),('�t�s٢���rz�/�','wp-content/themes/sydney/inc/classes/class-sydney-page-metabox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-page-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���@\'�zG.Z���Q','�3L�(�rx���|��u�)��Q�#�۝-��+�','',0,'?'),('��R�fӨ�p����Ȼ','wp-content/plugins/really-simple-ssl/upgrade.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W$�$�~�-b1p\Zr�C','��E��� J�	����j�0[�\"�Gk�7�&�','',0,'?'),('���VHi}��+�Ή�','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h/��Q�j�ٮ{','[��ak���H���(IG(�9\0pH�wH\"�wu','',0,'?'),('���y�0s���?','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{s#��%ŷ�','5Y3|��q\\(�b��y�`���HV�v�3OG','',0,'?'),('���Fճ�D~֫�Cʽ�','wp-includes/css/dist/edit-post/classic.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�k��L�t��','���<���)L!�Ðj�]��R�!�)���K�$','',0,'?'),('���	�΂��s$���','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape17.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape17.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�zgHȺ3F��',',sY�!= ^�5����v�s�3�y^����9}�','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\FJo8�m6��Ɂ���','�yߐY�=.`$���\076��З5�Ńq�','',0,'?'),('���Tr\0W?��L�j<\n�','wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s#���L��-؂q�4Z�','{�\0��;\Z�	5��C�|L(����tI','',0,'?'),('�����m��{����','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(\\al!:�W���3','F-�n���/h�WQ�ၴ��}3H��Q�','',0,'?'),('���������}��','wp-admin/media-upload.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�W݈\\w&�c�P�','���j�+��]-�HO����gĩ>\"��O�,','',0,'?'),('���+;�\'@�G�D�z','wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8ᇚcP��O��E\'�','��R�ZS#��\n���2)AT��\'�p���;','',0,'?'),('���2�A�m?�*�=�','wp-content/plugins/wpforms-lite/src/Forms/Preview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3Ԍ����%��!�','������ySE9�H�����*@KUa\n�','',0,'?'),('�����g�\'k��J��\n','wp-content/plugins/updraftplus/images/ud-logo-150.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/ud-logo-150.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��ҬT��d�6uP�','��˽������1D���4H�H	�[�Y','',0,'?'),('�����y�d��i��6�','wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ǧ��W5}.]','��b\Z�NS��Xe�V����3f-\'.���c�','',0,'?'),('��}�����X4�1�','wp-content/plugins/wp-cerber/assets/flags/gf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"E#ܝFg[jr',';i�6E]���\Z���\\��`V�>>��P4C�','',0,'?'),('��pD͏���V:�p\0L','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�(�WN��	�6/�','\"��6�Z���þ�����RR�ԡ��,�H�P�','',0,'?'),('��6ō����x���U','wp-content/plugins/updraftplus/central/modules/users.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���Ft��j[�','(��T����>�a��i��]�Zw��~\r','',0,'?'),('��KQ�\\���I\0Wߨ�','wp-content/plugins/burger-companion/inc/storebiz/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D,T����y�Q','�i�Yu�;�\'��\"g�}if�+n��ї5C\0','',0,'?'),('�ۥ�i�7.N�/���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AddressInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AddressInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\Jԗ`�~?ם\n','� �Y��q��S��%y&�9�l9�V�]��f�R�','',0,'?'),('��_����X@89��','wp-content/plugins/burger-companion/inc/seokart/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\\�a�Ќh�ɤ�V�','W	��iX��`�Q�]�*���ݖ�	\\*�','',0,'?'),('���@��\'�y����q�','wp-includes/blocks/query-pagination/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','},)��dc�E���9','	�Zټ�[��@��%9�ƙ�,26ST���&nU','',0,'?'),('��W��a&�ɢ�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-two-factor-login.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-two-factor-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7z^iB��i\Z!�',':7F�O7�4�����!\'YN��\\��m�c�','',0,'?'),('��Tb��P.I��\0�5','wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Hw����\\ˁ��Z','�v��\np����8�\'�N+\0��u�ţD�','',0,'?'),('��_z��J�*_�hWu�','wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X!FY�','*y��@د�\'!ىf��v�n�y̖�Gk��','',0,'?'),('��kV��7���2�+','wp-includes/blocks/heading/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� 	','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��u�6g��*��$!68','wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�w�B��\Z�t\0�o','�a�p@�n�6{U0���\r�T�Y�6c��=T}n','',0,'?'),('��9�U�^X#�n��r','wp-content/plugins/updraftplus/languages/updraftplus-af.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\0���1�',',&�_u�_�r�^�9��V�\0����#','',0,'?'),('�%�1�<qWf	�&�١','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�F<��)�ҿ՜l','뿦��\'P�T�~;MC���+@�g�e�t�','',0,'?'),('�J�C�fx\r�1��xq','wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l&����i���x�ɶ','nm�EB����U5/��L�Y`I�ҕ��N�͉','',0,'?'),('�J�#﫹#��!L��\Z','wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\"M�x�|h-�x=)','hNz�)�U̼&���Ww��F2�U}\\{a7','',0,'?'),('���ҳC��wF\"!�\"F','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���!Q�->pUA9','o�F^g�\ZN�:��\ZN^�\n�s��a�R�{2�','',0,'?'),('��J�H6�KF��p~�','wp-includes/blocks/social-link/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��,��[�&x,u�.','�\"��H��@����h��X�՗������#�','',0,'?'),('���P�w���0�h�9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��`��`W��\Z�^k^','wp-content/plugins/wordpress-seo/images/xml_sitemaps.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*	f�E \Z���`','ī�\Z&�\'ѧ�y�Z����!g���u�X�\0\0�','',0,'?'),('�(�<�е��훬�L�','wp-content/plugins/redirection/models/url/url-encode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-encode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ysZ�|�r.�Lz��:','���A�-2�;.�5i:j\"�լ>�%sk���','',0,'?'),('�/�����E��?���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��>e=��8','�Ƥe�I�Mܾ_5L�~R�㹆�Meߝ`�Ѩ','',0,'?'),('�1C6��l�?�W�','wp-content/plugins/elementor/data/v2/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��4Lo�Ł_�)ӝ��','�/v�H�@!YΜ}��������A%-��','',0,'?'),('�5,�>-�J�j�T�','wp-content/plugins/wp-cerber/assets/flags/bz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fCW��Ѡ!�3HVp','-���}k8Bֲ����b{���^!Iօ�$','',0,'?'),('�;j��|�:1/��','wp-admin/site-health-info.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@��K��i(z��','�}b��\\]LҢ�=n��s��\Z���Z��;','',0,'?'),('�@u�\\V�7�Zq�Ts�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-wpconfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-wpconfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v��dY���1��K�','��:r�̿�x�;���M�i*��Ox%S','',0,'?'),('�B y�w�+���|t��','wp-includes/class-wp-http-requests-response.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�C��\"��?v��','wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��c)�e������','��2�,�㹂�G��t���8x���qi%��F','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8ѸW��B;���','��O)��u��O���:�D�����J��&�$','',0,'?'),('�Z���)_��w�\'$�X�','wp-includes/class-wp-block-parser.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','16�O���یB�90q','��1����{rH��$5B�E�#u��Q���Ȭ','',0,'?'),('�^Sx_?u�G�D���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�d9<C�ˤ���bl','K�.Bo����ࣸ�v��b�%����S~1�K��','',0,'?'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�N~M��(ߡ�=��','�+ğ)��Adjrl�C(I�h뾩^\n~�� ��^�','',0,'?'),('�fG<�@៝N���-','wp-admin/includes/class-wp-privacy-requests-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h� \ZC��Z��b�','.�3d����\n[��L[���/�\'��Q�XG','',0,'?'),('�l�����8}k>)','wp-content/plugins/wordfence/css/activity-report-widget.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/activity-report-widget.1670945819.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,'?'),('�x9p�2���w���B','wp-includes/ms-network.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���nc��>-���H','[�)�?�Q�j\'b�@��U��Bt�K{�H:','',0,'?'),('��-�y��[�(�<�%C','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?8����lmf���','c�ZzIYw(s�)V�1z�q��&\"V�6�hq.�Wa','',0,'?'),('���xB��x�s��v��','wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�B�Z�-~�޴m�',':�y�P�/cU�;��E7�^|�]�hnd� ��9','',0,'?'),('��%� ��F����a�','wp-content/plugins/redirection/locale/redirection-cs_CZ.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l]�ɪ-\"���G�Ge','�\n�$���HPeH�:�S#>���5&%�݆Y�B','',0,'?'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��\Z%O�H�%p��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_.�@�a�p��','0f�2F��=�d1RG����7��/E��$�Ǣ','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/rules.php',0,'T�\r�\"��ȋ&�{�','T�\r�\"��ȋ&�{�','���o1V04��ٱK:�\Z�e�N�`�9�ڀ','',0,'?'),('������>2\\o�)���','wp-includes/Requests/Exception/HTTP/Unknown.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ņ\'�k?�:~����','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iY�\rG\\','�e99K5��b�Y�z�.D��h.�)�\'93�O�x','',0,'?'),('���6I߯Z�x�&\rX','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f�l�!��a��]','(��,�*��,13��>�Ԣ�*��?3=�h4S8','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���86?���b�%��`�','wp-content/plugins/elementor/assets/css/widget-progress.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-progress.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �5����4]?��','\"+�R,:�U�����#~FdF*K�|�5�܋�','',0,'?'),('���Y����x���Q','wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r`Rb_�n+f����','�P]�F�\Z;O�Ȣ��c�J���t�B��c�g','',0,'?'),('���i��������[{','wp-content/plugins/updraftplus/images/icons/dreamobjects.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/dreamobjects.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�9扷G%�2�^��~','�-\'��v�Ɉn5��k��w���]#ƾV�[','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y)z��H/��>�','֜_�[2(y+9}Q�I�*\0A��\Z�ʁfg�>�','',0,'?'),('��\\��^�@P/�\n�R\'�','wp-content/plugins/elementor/assets/js/admin-top-bar.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�#j��&���g(��v','��\'�~��U\'��\'y&}<��D�Z��w(�&��','',0,'?'),('��1����Q]`f�:Q','wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w5�%$:B2\\vYE��','��*�O����*���a!��0\\�9�D�*�g','',0,'?'),('��z�80�C�t�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F(;b��iM�a�','G�[��_l����(��O��A\'��0�DP��','',0,'?'),('��4B�E4s�_���X�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���iڼ��M>�(','�7CU�X	nU���U¿�Bi%����Ȁ��m','',0,'?'),('��P�v%�5M\\���F�','wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/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,'?'),('��)�KK�;���t~�','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bwn�߃�|�7�w��','�j�w��h�Gv�MxT�~Vew<\"��`��J�<�','',0,'?'),('��O,�n/���RR�l�','wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�!j�-Ox��1Ι','|�쳮3��*�1/a(4���\'�͆��廈','',0,'?'),('��RlVR�Ѫ@��̧','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�ٞ�9������l�','{��:��@q���?�8�U�_�w�x�y���','',0,'?'),('��*�ɬ~�|�$��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pv�RGUy\r	f����','�$����0��(��p�,_;�%g=r�*p�%�p','',0,'?'),('��k��{m�%� �D�','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4|S�5w76�ae�.��','����!@�08:?\'�d���>\r������	Bn','',0,'?'),('�Z��Q+x�r��0��','wp-includes/blocks/media-text/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��!@ŏɵB��)','�1��Ӳ\"Vx��A]R+.8�v���U3|','',0,'?'),('�q4a\',��U�;�w�','wp-content/plugins/wordfence/modules/login-security/js/login.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/login.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�����By�Z','�E\'�l�tt�N>H��������H�','',0,'?'),('�@�.m<\\�?��_�h','wp-content/plugins/elementor/includes/controls/groups/text-shadow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���Wk��F7�','���{��A(�҉6MLqKU#e4�Srv��|�','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��F�9��Q� ','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�\" 6A��7^�H�','wp-includes/blocks/cover/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��;%�\r�⿆��v�','L�ǏC+��$�;����0�|�|��a��m���','',0,'?'),('�+Y��47���2ue�','wp-content/plugins/elementor/core/utils/static-collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/static-collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�a ������G�t','6���C^Ο��)����s܉ߖ�����?�','',0,'?'),('�,��U�m�NVgS�y;�','wp-content/themes/sydney/inc/customizer/upsell/section-pro.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�J8T�C4*v�V','&�SaKdս�6��8��*�t-�W@u�JJj','',0,'?'),('�:=�%����M�۵','wp-includes/template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֛��Gn�/:�y��','�\noJ=�]�#�k儏�d��iVv��9���','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)�	>','',0,'?'),('�U�7v��������\n','wp-content/plugins/wp-cerber/assets/multi/multi.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ݕD��E��','�W>)p†M��!��=�V#qu&,N�����+��','',0,'?'),('�`� Ƣ�Xv��{�;�','wp-includes/js/dist/edit-post.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7!:�6�����D��.�','�������/X�4qD��d՜���Pz.J�','',0,'?'),('�bb��n�@:#l4�d','wp-content/themes/sydney/inc/customizer/callbacks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/callbacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G&�+�8��\"a�&~','�\rn$�ю+�f��NY�?2�b����x1{�B','',0,'?'),('�c�77��*B�2���','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KL�?0���]��','N8�,.�ڮl��o�TD���ؘR|�9�c�{�7w�','',0,'?'),('�eJ�َ���.�K','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�ْE	Q0�N�����c','\'d@�(Z�؈��_٘E]C�~��S�s�','',0,'?'),('�id�^,�4�@=	��9�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���>/�D�H�\r�7C�','l�L�3RN���i��Ú����V>��	 �O���','',0,'?'),('�y�G�#3��\0�z�ک','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƌ5�S���*�','����R�-�W-�%\r������5̽G{�L��','',0,'?'),('�~G꒦�Wv_����y','wp-content/plugins/elementor/modules/gutenberg/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','еr^�)\'��s���','��}��±��J�sR���2h&P\"���?;�(�\r�','',0,'?'),('�~�c����*c�{i','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 ��	TD$FgiEn�','������S]�S�(n���Z\0�ʲ��','',0,'?'),('���o�^�hdȥ��a','wp-content/plugins/wp-cerber/assets/flags/kr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��8sA���E���','��kB���3s�KlF�<�\'jc�q�̝�2��1�','',0,'?'),('���eM�y*Ҟ����','wp-includes/js/backbone.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','맼G\ns�.��9N�','J�r6�֌)�f\r����N���CzF����','',0,'?'),('���3.�\Z�=�k_8�','wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Jp�l��b�7�','����g1���T�4BP�#�l�l�.���cLE','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6Ihm�:�t2�','�Ȣj�_G�D^�O�B7���\Z��(*s��6�','',0,'?'),('��#�dl|M�SRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ն�ڌ����CE\'�','LL�c�h��n�ԵoL#M㱚H:\0\'�1�,p','',0,'?'),('����B�+�y\0x�a�$','wp-includes/blocks/table/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jxn,������X','v���3��#�Ak��g�]�r��||f�2�','',0,'?'),('����j������@u��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tԞB�ޓ�r�7�','�K�ı\\:�.XSʠEm�n�\n�\0��k�\\��#Z�','',0,'?'),('�����p��A�z1w','wp-includes/blocks/navigation/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eo�̆V@4��+��B','T��\"�\"^�|iSs�=�6�+-��\\\n�','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���ʯd&G��):���','wp-content/plugins/wp-cerber/assets/flags/la.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/la.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	r!�F�V�a\\g��tl5','5_9��j�y���b+���I8�.���)�W','',0,'?'),('��ucx�Ĩ+���<N*]','wp-content/plugins/burger-companion/inc/decorme/sections/section-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>罀ћ-�r�Q���','����f��͈��#�mj��3Do�-���','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�կ���#�z_\'��+','vT��oC�G��Ng���3�?�Xm��K','',0,'?'),('��k���Q�0�+g!>w','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+:�&(�����Fm��','϶�g�gv.�0\'X!�U㈞��(x','',0,'?'),('���@I�LrI��l�p','wp-content/themes/astra/assets/images/astra-starter-sites.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/images/astra-starter-sites.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l9��AV�����','p;6��k�L:d*S����q���+����V}U','',0,'?'),('�ڵ��EtS����t��','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�.c�	9�U���j��','����	�\"�2_!�Q�*f�2�p�4X�{���v','',0,'?'),('��fo\"�R�b� ��\0','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\'���C[i�r2��','�1έ���g����D�ҏl͡�㽧Ӿ�(�7�-','',0,'?'),('��P1��(*( �/','wp-content/plugins/burger-companion/inc/setto/setto.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/setto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2JYem\n�e�0�r�o�','���If�ւТ饻�N������%��ã�b\'�','',0,'?'),('��ȣ�˕���v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�7��N?�g�K\r}\\','���:���q�b!���J,\\�����y���|*1','',0,'?'),('��a�,���tf��)�','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Fe:���ٍd�T','\Z��%��Ye�����h�m��O���r�B\\^jN','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xX��C��\0(\n�Gg\n','P��@�Fo�I��\r�)C)w�\"]�\'�ة-','',0,'?'),('��&���cNX.�xqZ','wp-content/plugins/elementor/data/base/processor/before.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/processor/before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��\n�F�@�ߛS�M','��J���Px���D|8�{Y\n�gv�','',0,'?'),('���u,d\rP�� .3�2','wp-content/plugins/elementor/core/schemes/base-ui.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/base-ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ms\'C�\0}\0��ךkC','\0��I���\Z�cѼ�������JC��@cB','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('����uΝE�Ҙ�$��','wp-content/plugins/wordfence/modules/login-security/css/admin.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!����!j�D�\'1','5Rt(�\r����d��<a�G��G���','',0,'?'),('�����k`ɡd��`�|','wp-content/plugins/ninja-tables/admin/table-builder/config/templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���j	�\r�H:�4','�4K�T%�UD���I�W���IǏ�t�\0\0�>�','',0,'?'),('�Km)�&c�7�9!�a','wp-content/plugins/wordpress-seo/lib/migrations/column.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�`_^>뻪Ӽ?��','���?�>b�J@�q��Gz��~ӄ��u��a�','',0,'?'),('�[��q|�O)0<���','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��LMt#7����','E)�ia�.U�+jҿADz4vQvxR����b��','',0,'?'),('�  ��g����%�!�','wp-includes/blocks/site-logo.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�� 2�_��lu\0�%','STֳ�^j��	쉆�^g�r�C���uK�\nİ','',0,'?'),('� �&?�F�ZiE�Od','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����L�w��<2_(O��','���`L�͙e���2s\\ӱ�/ѯ�Ku���','',0,'?'),('�$a@-%H�Q�\\�A��','wp-content/themes/sydney/js/scripts.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i׾�Z�Y�) K�','5�m�\'[l�֭�g�pΦ\0g���vB�%��','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�$>G����*_���','��o\"p\'�r-�ͥS�I�H�q�nya����M','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�}?{G��j�eGi�','eg��v��\Z�x��!�74��F�\n�����D�','',0,'?'),('�:�G����o��','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0k��E�.К�a#',' ,�w>M�?%9,�H�b����ץ*�\'�','',0,'?'),('�A���|F�~���b�','wp-content/themes/astra/assets/css/unminified/compatibility/edd.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8��J���jd\0�','vYoK!Y1(XD3�����\'�b��s��)nrw/','',0,'?'),('�In�g��lZ�]4��','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/coauthors-plus.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/coauthors-plus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y<e��\n+m*<�','�J\"�-��>�{��)���3���Xt:z\0S�]�)d','',0,'?'),('�M%y9���Ta%���J�','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i[iZ���и�s��','�آzi�L�#۾!�m~|<\"��{�e}P�a�l','',0,'?'),('�P��>��)D��','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/facades/wordpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/facades/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\*�@\0י�Ϋak\'��','[�a�s���`�hm�ny�����k��G%�.�','',0,'?'),('�X*����VL	�_�','wp-includes/css/dist/block-library/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�;�0�8H4i���o','�N\r^�p|��T�ALM���e������','',0,'?'),('�_� ��6T���NG?','wp-includes/blocks/search/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yV��D=�1����v\'�','†7�ߌ�\r��_;�\nx׵���׫�<��','',0,'?'),('�`�o��.QS��`�','wp-includes/blocks/image/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����N��$	','D��F7�;��50Z��9���j��ٛ��K	','',0,'?'),('�hR�\Z�u�B����','wp-content/themes/twentytwentythree/styles/pilgrimage.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/pilgrimage.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jz7Λ�n6�{f�[l�&','\0��I%���.!4C�S�[%�O{�?Q���,','',0,'?'),('�j��I���<꟟��iU','wp-includes/category-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9`ה�̯�•��','��`�����a�C���N�}�ڠ.�ł���','',0,'?'),('�s\n�.�#�븀�a','wp-content/themes/astra/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�r�>�Yq�3���','���i�̡ۜM��%J\n\'p���}�|-x�','',0,'?'),('�uqK��9��6����C�','wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�y�`)\\D8�ҔB','�-��$6���Ø�&���P�y��@DR�S','',0,'?'),('���&���}?�\Zs`�','wp-includes/js/wp-sanitize.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���I>��_�@�\"�','�I�0�L\0��\r\'�}��g`��z _(���%','',0,'?'),('���76{ &�~��lg','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m5�!<1t�\'��\\ޛ','����yG��3�Ev¤�P\n\n��m!� <#0�8K1�','',0,'?'),('��� �]��\rb8','wp-content/themes/twentytwentytwo/assets/videos/birds.mp4','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pq4�/�-��SU�d','r6��+,��&6VЉ�G3��t���:�9)T�','',0,'?'),('���nQ#��\r��v;%�','wp-content/plugins/wp-cerber/assets/flags/ma.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ma.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]KYe3؋�r:x�	�','��d	ը�c�º	�:���C��K̓n���Ū�','',0,'?'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('�����nJ-2���5W�','wp-includes/blocks/rss/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Pt\r2/��p_i��','��MJ���\\�7����*r;����P��6c','',0,'?'),('���6�����B0c','wp-content/themes/sydney/js/so-legacy.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/so-legacy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʵ�gTq]_(��','�҇�gI1z�����*?-�4��F;jq\Z[7i��','',0,'?'),('��O8W���f�,���','wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B*�m�F�^O�K��ɿ','ģn��W_A�1L�\"$�Z�6��6r��>?�)','',0,'?'),('���+ �\'+	q�0%Og','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J]�1F��y� ,','e\Z���R�ʯE��[k�m��{ol������g�L','',0,'?'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����qkb��;Ԡ/��','�T�@9�qi9���eh��\0��{����','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���iQ��$�g��Fr','�M�=�cS��~[\r�<�)ǖ�3O{�xھ\0�w','',0,'?'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��_ �U�h���6,p�~','wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\n��1�p\"#��','<��lE��T�l����bj�ք篏K]Y��','',0,'?'),('��cK=*�GI7��!�','wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ß���]��	��Y','\'�s\n]1�\r\"�A�t�B�M�!\"�8�^Y�%��V','',0,'?'),('��s7���I.j2�g�','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0#��5�.��\\%','�NB	-\'���\"�Mv��l�J;7��q�','',0,'?'),('��5(Ƴn;ӎm�A�%\Z','wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���3�kߚ���','Ka��_��]p�v�ϩ-`�Ƹ+V�YlW�','',0,'?'),('��fR/1����< PC�','wp-includes/js/dist/shortcode.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��v�(����Mm��4','v�m>�y��߸�d�� 0��|�n�4M�9�r','',0,'?'),('�����A��X���P','wp-content/plugins/wordpress-seo/css/dist/admin-global-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�f�����(	ib�E','s�����ǵ��o,���	���N��K�Q�_�','',0,'?'),('��V�Z�8�=�v���c','wp-includes/blocks/freeform/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\n����F�͛�','�680�2f~�0��\\!��h�nBQf\'�','',0,'?'),('��ڸP���ֺb�','wp-includes/blocks/social-link/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_o���\'���	��\'��\n','�w.�<����.�.CWH2��k3n=���߆','',0,'?'),('��ᨢR��]�K��|z�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�||EW|U\rIfa쎗L','s�)��LM\Z(�����F��u؟8Y+x','',0,'?'),('�U?>>�fY�8�P	L�','wp-content/themes/astra/template-parts/advanced-footer/layout-4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/advanced-footer/layout-4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1G�QZ�L}�m�B','\'�������!��앍�dL�\"M\n���0�','',0,'?'),('��蛢�3�םS�g��','wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zߏ�\n6�cz�Lu�','-�Q�j�e_�M���;͈����탋 ���2{','',0,'?'),('��%:V ��H�<�z','wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g����.]�\\�1�d','!,1g��Wx`DX�4I��R)׹-�$֋G��','',0,'?'),('�W�V�\r��I�~��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�Em3�+O^[�(u�','��`5Hмʄ5d���7h!�Ca��|\'�!','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Mdt��1OY�','\'Îł:e�؅��Q����o]���y','',0,'?'),('�!q[-n\rN��m7���','wp-content/plugins/redirection/api/api-export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ON[f}�	㥣��\\�','R	�����7\"\n� ��Z:��K��s��1��\Z@','',0,'?'),('�#*��~�OT����\n','wp-content/plugins/really-simple-ssl/security/security.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�v��l����\0�','3Q�T8��G�{�����\0u��EO�3Zե�','',0,'?'),('�$���H%D�&�+','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`q���G��̔��','`��pᤁ+�g��.A�Bv�V{����b�Z���','',0,'?'),('�.8y4@\n���B(|','wp-content/plugins/elementor/includes/base/sub-controls-stack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r{�� a!�ԇ{��Z�','��Ol~�׮l��&]���4<�1��X&R���1','',0,'?'),('�=��T�O��7\r�7�{','wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��- ����D�����','�7ݰ��q͊�����C�L�wI㎘|���Y','',0,'?'),('�=��@,�����Zd��','wp-content/plugins/elementor/assets/lib/dialog/dialog.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؿ\"��?_:X�s�N�','#�-�]�赀@�Sx�\n#�_�s0�AF�JH','',0,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�o�jb���)g��','Z�i�Ǜ٧��z>U��\n�S�o�f�w�8��','',0,'?'),('�Mj�A�M��O�\"If','wp-includes/SimplePie/Net/IPv6.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�PМ�q���G_\0{','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�1X�Z	�?�0���','���}���^���\'���ȑ��E�`�;��A��_','',0,'?'),('�QB�N��Mϣ���','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�,�Ǘ!��z��Y','��m�`!��\0��T 4�/�P7����y��%','',0,'?'),('�W�X�-��\\Q.�e�','wp-content/plugins/wp-cerber/assets/flags/bj.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��M�xK&_Zq}�','ٵ}��}�u�?�\n6�m�X�����h�Ö�^','',0,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',0,'?'),('�s.�V!���Xtãs�.','wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̖0i��V�҇�','&%˴��t�E;V���s���%�+2��I�jZ','',0,'?'),('�w�\Z�d�Ϣ�\ruD\"','wp-includes/IXR/class-IXR-request.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�xm�5��o�-]�Ž��','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��x�_r�Z�','�6�� Ք���ۻ����!�|d�p�','',0,'?'),('�x�D��X�nX�;h�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@|w�<SZ)','��I�&���1`^�k�`W�9`�&!u�1�1^��b','',0,'?'),('�~(���s^s+k̸u','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','9�ɯ����^?\r�>�',')OyX�K\'�A���A}a���̣��r-hķ','',0,'?'),('��8qh�^\r���;�k','wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-]黆��Z3�7�CA','�?��Մ�[����<������&�Vw2��','',0,'?'),('���p�v�ӛ��z �','wp-content/plugins/wp-cerber/assets/flags/cf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�榐�v�C�','r�}#�\\�\"f]�H-�TF��X��!I�Ϟ%','',0,'?'),('����v�r@�{�c{','wp-includes/blocks/social-link/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�K�&e����\rAnc','\Z�[��(�&�+%�T�Fg�\n�������g��','',0,'?'),('���զ��C��.X� ','wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 ݗ�V��\"w$�ʌ�','$/Щ�R��D!�t��K���zs�IJ��W','',0,'?'),('��u$�4��nN_���','wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��|�{A $Zݘ��','*#蜁Ms�+�c���5���u�v)�wEQH�-','',0,'?'),('��������~�>z(','wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�w��I��)��','\r��X�X��{��e`��M�� \'1P�CGA','',0,'?'),('���4�f��G��AZ%','wp-includes/class-wp-styles.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ò�L6Gia������t','�/�]���Zlq�(�`w\"ꌻ��4��)�','',0,'?'),('��z�C�ܚJ_\0Xc�M','wp-content/themes/astra/assets/css/unminified/style-flex-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style-flex-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i+�C��^ٚO�T��','њ�x����$j��(���S@Dtjv-���=U','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dp�Q_�Ga�\0R','�i��0oW��!n��7`R�Hbd�%y��5L�=','',0,'?'),('��¼c���5����','wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�I�\r���-��1�g|','������~�_�:��B�!oTڡH[���E��','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('�� �Gg��=4u��','wp-content/plugins/wp-cerber/assets/flags/dk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&>���S��g�7����','���~J��t>m�\n}E!���&��','',0,'?'),('��pG�-G�����','wp-content/plugins/elementor/includes/controls/groups/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�y�[zN�u\0t�','�D������6�^͵}�i�m�M��t3��','',0,'?'),('������|��#f.��','wp-content/plugins/ninja-tables/assets/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��v�K��2p�,Yw','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('��35n�o�~.���','wp-includes/blocks/archives/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Ǟs[��p��O\'�','*������z���tRM�R�^/���cΟ�','',0,'?'),('�߫����P%��D��','wp-includes/class-wp-dependencies.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N����g�-��Z�','2=@M�D��3�v�M�A�}�v�S\'/3.m','',0,'?'),('��ta���V/>��P�','wp-content/themes/twentytwentytwo/templates/page-large-header.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/page-large-header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\Zzݺ���~���ǡ�','�G#\'`&����fB��!���3`�����','',0,'?'),('��x�v��-�x4)�;�','wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-]黆��Z3�7�CA','�?��Մ�[����<������&�Vw2��','',0,'?'),('���Ga����\0���','wp-content/plugins/updraftplus/languages/updraftplus-et.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jS�x�Kv��\r\n�l�','��y�H�oF-k/Eq�N0�)�N-<6K;\\4�','',0,'?'),('��Qs|�c�L؜VH�)','wp-admin/includes/class-walker-nav-menu-checklist.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǜ�R�۬eao2)Z','�H��\r�h�M`/4�5�0V���>��5�U�B�*','',0,'?'),('�#���F�Ě��n�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(#hW_Ev�[�29!��}','�σG/�.d����rU��꩜��%8�,�D','',0,'?'),('��!�$��(bO-�&�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-debug.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eS��&C��E�\rZ(���','�m~/0�SP����8�]W���6�����T�~','',0,'?'),('��/8&�D�g|��#','wp-includes/js/dist/viewport.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_ba������\'X&T�','�\\�-]���E�d(��1NU�2p��W�[s!','',0,'?'),('������]��}v�&','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{������� p+�\\�','�Z\'T���F��l!��j+�>�KW����b�[','',0,'?'),('����)�t����[eC�','wp-content/plugins/burger-companion/inc/crowl/features/owlpress-team.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/features/owlpress-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���0�/~Z�{���d','�8O�M2J�j��Z���N��r�a��l�r','',0,'?'),('����7���]�s','wp-content/plugins/elementor/includes/controls/color.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�E�7>i�\0σ�6!','&xM��G��&��8��V��+R.�qW�&�H��','',0,'?'),('��!����&��\na;�','wp-content/plugins/elementor/core/debug/classes/htaccess.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�pjJ�@�Ś\'o �','�C�\"��z̺Mm���\n=&�=��&f&y�/�','',0,'?'),('� �x�k���&Dx','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�J�33g�j\0>�,','WV���\"��*��㛋����ِ�j�ΐY','',0,'?'),('�0g�za�F%�؃���','wp-content/plugins/wpforms-lite/assets/css/admin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','пѴZ};�\"��V��','��.��W�`\"lFiOw?��0��]k����xK','',0,'?'),('�<�͐n�oz#�?:','wp-includes/blocks/widget-group.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/widget-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fi5�y@6\Z���9U','��-��~��(�I\Z���r�j�,`rvv�&\\��','',0,'?'),('�?��&�,w��e�<\Z','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���eG.�m(P�Z','�W�<˝׻����dq�ܬ��\'�.�H�GMS��','',0,'?'),('�F#	��{O6yl�]S�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�����>JlK�¥�','���4�@x⡘����hzտ�`���ã�Wo�','',0,'?'),('�M~^5��y	؀���я','wp-content/themes/sydney/images/2.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_oULX�k�c�6','�t�A:V���c��}\r�H����TiWǏui','',0,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڪQA��nYgn�g��',' �$�y�J�^�I#�7�#�2��$6��HǞ�','',0,'?'),('�U��z��c��p��','wp-includes/blocks/separator/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QHOM�W��Y\0�Q�','UU�-����V8�\n�	��p�P��Z��S�','',0,'?'),('�V����G!�|�M�','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�4�@�+��(?���','ʔ��\r��(��z�cN5�c��~-�','',0,'?'),('�n97�I.O�ҝ޿�','wp-includes/js/heartbeat.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0F|e�ܑ��E��*','�[�]��[�n��Py��<QC̴	','',0,'?'),('�u�>�R���P��]���','wp-content/plugins/updraftplus/images/notices/reporting.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/reporting.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��S����Τ%�d�','�Wª��&i�;�2v�6���6��6���M��M�','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��p ��^���S��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4b��BV�N�-`$��','c)N���k��Y\r$o�B5!&*ցd�	4�','',0,'?'),('�����R�\\�p��”','wp-includes/blocks/comment-template/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`?ogI5�좈�e','�Y�Q��Ǘ	}ЭK�<.�<����b+��T','',0,'?'),('��������Q��icA�','wp-content/plugins/updraftplus/includes/class-zip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-zip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v=�2ɁC,�v','�5�U�C�~&?m]�F+��~h��۠��?','',0,'?'),('��[�6��dcHa ','wp-includes/blocks/latest-posts/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E鐃Pl0��O$A','��JBiv��}$:�)���t�\"���\0�0�x�','',0,'?'),('��\\���֯�B!��a�V','wp-includes/blocks/comment-content/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\&ޭ<�c�{�\0�SN�','df\"D�m��Z�=@��x��7��2JBu','',0,'?'),('����h+��B����','wp-includes/js/tw-sack.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xh�+t�\r\r/��A�','�\\mN���톬3��oE�\0�Z��)�y�B','',0,'?'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('�͓*I�6�D��Y��','wp-content/plugins/wordpress-seo/images/support-team.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/support-team.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��Zi7A�^?^>�@�','��C�1��^�U8�Mc��ܶ7F��9k�x','',0,'?'),('��S�u�M*\n��-�֐q','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�/7�ȥ����<U','�tX��+�H��w&v��δ)*t)vxf܀�[\"','',0,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php','/home/sleepingsolutions.co.uk/public_html/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','���X�	K�����','��\r��<a��c�ݽR|l��<{�)�;�$MH','',0,'?'),('�Գ;j�ǟGC���','wp-content/themes/astra/inc/core/common-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�\"�s���Bo���','U�\'�)Vj���W�u�J㥤CtaR}V!ٿ�i','',0,'?'),('��-���M�L{?o�','wp-content/plugins/wp-cerber/assets/flags/sm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~fK�N��黃��','�X�Ӷo�!�#>��(���Ԙ���l�]\Z�g','',0,'?'),('��҆yQ��\0�����','wp-content/plugins/litespeed-cache/assets/img/Litespeed.icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/Litespeed.icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L-~��o���ȹ��G�p','{Q,�W�[\n���kK�\0�����nCdz����','',0,'?'),('�����c�<[��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�קE0�I�qX','mO�⩱X�X�\0E�,Z*��y*�z7;�','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�E=����Sy?�','Ƚ-M9h����z\Zl:���ۮ6Ł��\rb','',0,'?'),('��U�]R���)Y��m','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��(;U<�_ZsH΋�h�','wp-content/plugins/elementor/assets/js/nested-elements.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-elements.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�ͥ����%3','��	����WT�S|���΅Vkx�\n�70\rL','',0,'?'),('�>9��.�p�;q�l�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']D.��,�X��e���','�nx��i�t�S������韻��C��>��JZ','',0,'?'),('��5Ǵ.�����ऱ','wp-content/plugins/wordpress-seo/admin/pages/redirects.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/redirects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���|\\���nj��y','�W��\"���V�	��1��7��]޴זD��r��','',0,'?'),('�\\sUw�u�P׍	�','wp-content/plugins/elementor/assets/js/webpack.runtime.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�ae<�e�/�;m�	','_�X8��Q/\nHs�*��i��W�����o�Cn','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('�\nkc��\r�Q�j�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1|]�e�@�2��f�','�/e������|_P�O�ƪIx��˺�]��ϝ�','',0,'?'),('��Fj]p� ���Ac\rp','wp-includes/Requests/Exception/HTTP/406.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�&‡��L��]�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�$����!���+&q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$sR��iNS&&$�d','��l��W�+��� ��5�� ���\rզI9Yk','',0,'?'),('�1��ϣ�����I�','wp-content/plugins/wordfence/lib/wfImportExportController.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�:��bcMu�9w�1','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۿU,�끗=���\0�','s�z��[�.�op|R��W�J�#h����R	���','',0,'?'),('�<��|~E.�Y^�!�]','wp-admin/js/widgets/media-audio-widget.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��tw|茇^��\r�<K','d�^2?P���F��~���>����ݾ��m','',0,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���+(�A��;�','K�7���2�0�W��2f�i��oksc���-��c','',0,'?'),('�Gd�d́�����`�w','wp-includes/assets/script-loader-react-refresh-runtime.min.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-runtime.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f\ZZ�BH�=?3!R','��wW�k���(\0LJ��m�����؟\\g4','',0,'?'),('�J}_lRF+z��+��','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��L�F���5¾�','���#�䯣x\'Yv\r���Ӧ��p*��͒�o�','',0,'?'),('�UD�Ğ�;��(Ǩl','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Z=�x���}��Uu�','���kj	�ifm~�[�9�2�^1��j߰!/','',0,'?'),('�wB~~�����BP�8','wp-includes/blocks/post-date/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����٦>�L�\'','����?��a�h����Ɩov���5nh','',0,'?'),('�x^���Tvb`q�','wp-content/plugins/wp-cerber/assets/flags/zm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/zm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G���ya033^�\"',';�P��{���D���IK$q��:^��:>','',0,'?'),('�{�r�(7̐|K\n�.','wp-content/plugins/wp-cerber/assets/flags/pr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�j�޴�vŷ%','��2�@�)��~�t ]��:V��&� �','',0,'?'),('���!���\Z1���[�','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0H�DO���#Tq<��','L;�o�?+VW�x���&��50m(G\0ʾ','',0,'?'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�%��X%	','1��xa!��4�:#�Aý���� }Kda��','',0,'?'),('���!e� �$D��z��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���bXT��U�#h�','�մt�ܢ>�3�O����Vh������Y�','',0,'?'),('���s�Y.Fw)���{G','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape19.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape19.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[D�����V[��M�','��*�&���$Ѓ��<�\Z�D[��O\ZK�S','',0,'?'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d.ɏJ˞��Kh<d�\nX','�������T4�&zl�k�c�������}�','',0,'?'),('��\ZW�t2�s�?mr','wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�������G�g�','�P���8���A�~�\n>K�q{Lr�Ge5','',0,'?'),('��a��s��O���ʻ','wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xR��\\��-','�#�?t\"�_���	��I:\0\n���a�[�\"�','',0,'?'),('�������~e/�!','wp-content/themes/twentytwentytwo/theme.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�|8����	��CϞ','��_���|�u$�� ܏18:�C^j\rv`��','',0,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����SJ����e,�','wp-content/plugins/litespeed-cache/cli/image.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/image.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ�n�a��u�]�2','�rF�����M���|\'}r�J�C��q���^i�`','',0,'?'),('��dI\0�����g��Im','wp-content/plugins/updraftplus/vendor/composer/autoload_files.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�};��+�bϯ�P~�','�C�\n�~�ۨ�2��i��v�4S�c��9Ѐpr','',0,'?'),('���0H\\��6�{�옙Z','wp-content/plugins/updraftplus/images/addons-images/googlecloud.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/googlecloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�c���f�{�=E','�y��AZ82i^<�ϝ{V�\rE�[!��7U�\\�','',0,'?'),('�����3��\\��%','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^hO=Bs�1J.+���','i-jV�h�_�V�)�n����Cb��Wǯ�}F','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�-���.�ݼe���>','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('�Е8Օ�����PV�b','wp-content/plugins/wpforms-lite/assets/lib/chart.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/chart.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W�˼��r�~�','��0K�7�v�?��~��s,�9�s�k�<��B=','',0,'?'),('��S%�ќ\"��r�!�','wp-includes/blocks/list/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f���a�\'��g�-�','|�V �}�\r��+D^A�����$��(�ETU','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�zZ�,�)��+��','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('�ߠƠ��p\\��yp�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��5�oy\rz�0�','�G\n�O!���\'���v��6ʱ�&2)�In�m5�','',0,'?'),('�Xt���[�Jr�\"np','wp-content/plugins/burger-companion/inc/spintech/features/spintech-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��c34���P0Ɠ^@','\0��~�|u�݄R�~�ʃQ���4I0oF3','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('�$��b	���o�&��8�','wp-includes/blocks/button/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����A���n�t�','�� 3�_����cK��$�1�p�h߰��:��^','',0,'?'),('�%�h�2��d9�a','wp-content/plugins/elementor/assets/css/widget-alert.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-alert.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"}��M�6�','�X3�x�?��VdJ7[\"踏��I<js!','',0,'?'),('�)�#`5���t1�Si','wp-content/plugins/updraftplus/images/addons-images/moredatabase.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/moredatabase.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a!\\-��H=k�1�M�','�\"�$}�\'��]�lAwK�셳M��s�=\ZDT[','',0,'?'),('�9��s\\�p�X�)H','wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/D�0_V�Qm�>t�','� 7&­����]�k�p�&���c7�����','',0,'?'),('�=��b]�ī�0�#�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�|�8C�a`�^�','�u�pk��e!�.}�7c7���d���2��gPB0','',0,'?'),('�CV��%�����i','wp-includes/block-supports/border.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�DI�9�@ݵ]�\Z','��%&Q��QYBr������tqܰ����n�','',0,'?'),('�E��_��\'���*^','wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�g/)�\Zw	�','��<NT�\ne����Y��iy�����n�zS[�','',0,'?'),('�WO�Zi�q?�J]�','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-reports.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t8�d��w����','I��ޕ\n\"h\'yY�~S4c�6�y��i�^�','',0,'?'),('�a�C�Y0�C��#�','wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4`پ�6�@d8��tC','+ܗ�GI��T\n�����V�p�]���$���`','',0,'?'),('�k�\"�7�q���6��','wp-content/plugins/burger-companion/inc/spabiz/images/logo2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/logo2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��ȳ�����0��','�V���\Z��A���7���� �0j����','',0,'?'),('�v�a/�0M����	','wp-content/plugins/wordpress-seo/images/man_with_tablet.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/man_with_tablet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕԻm����;�\"��','�V��{�%��Z��d0���1!���m�	�','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|+T��GTt��\0','�r�B~�<W5�9���[;]�ޓ5S��D���','',0,'?'),('��msœ13�oW6`�','wp-content/plugins/redirection/models/canonical.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�$��<��ZaY7���','�	�~��a=���\"`�3�XԠ���Bɖ���','',0,'?'),('����ZK�*%���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S���d1�A�\\�','�\\��Z~�\')צS9�V#&�{�k;����]���','',0,'?'),('���S���{|�\"uZz�','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('������3�-\ZC�>yZ','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#=�V��G���MGf','\'cf\Z5�uɩ+N�Iv��鍛,_���@��l�x','',0,'?'),('����j��!H8*�z�','wp-content/plugins/burger-companion/inc/cozipress/sections/section-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/m��onj�A','aĎ���(����l�4�0�4�&R�����N�,�','',0,'?'),('��&�0�#��tg�3�Xw','wp-content/plugins/wp-cerber/assets/flags/ve.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ve.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���T�]=�l\rf>�g','%,%l���g\n�+\r�\"Svoޑ}\"����>�J','',0,'?'),('���E�\r��<4<J;I','wp-content/plugins/elementor/assets/images/logo-panel.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c��\\�p�y�\0y��','�mM�P8XawZ��2��O�,c�=�:�HS��-0`','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_��XQ�����W�','H��a��ǁ��-F�|\0��N>�i7���*���','',0,'?'),('��� ,���֛U\\X�1�','wp-content/themes/twentytwentythree/styles/whisper.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/whisper.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\r	���\n���o','?G��t��C@�/ޫC��T��|ܳ@�T6@�','',0,'?'),('��$\0�Slaşq|�\'�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��i�mq�\r{l\Z','\Z��[�6qϽ���HO\\���gn����BdG�6','',0,'?'),('��a�ȋq���x͸�','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��Yf{��%wȀ','��ԑ��\"1s�W�@-��$���ʠ_Vn��,�Lp','',0,'?'),('���I�֜H�l���','wp-content/plugins/wpforms-lite/assets/images/community/suggest.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/suggest.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>���/�D��]��','���Z�)5��r�Ɣnv����p�=�&� ���','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�/�Gf ��<','��(� 1������lr�q�F�F�Jqz�g&','',0,'?'),('��1\"�̰F+��\n��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/summer.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/summer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!����[�y\nP��i','w�w�F�f�~��?��,6���y����u��','',0,'?'),('��`M�\r��ɚ�7QD','wp-content/plugins/burger-companion/inc/seokart/images/footer-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�W�¦x�X��Ϡ�','�>��{D-=��t�e��˹�t�\"��\r/>`���','',0,'?'),('��ـy/��(���4T','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|ǐ����j��\r','��%���|���Jb<H�E�I)b:��1y��}u','',0,'?'),('���{eu�	I���','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,\\�u����`�','�x�`��R#�G���Ed[qȟ��h�\nx�s��','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���,�A���S�N�*','�_w0N�Sk$���+[��i��~��\r��','',0,'?'),('�\r3�P�(�Zg��t�','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o����p�lE��M�','��Yqe�(B��ה�Lt��\\W�>	��	�^p�\r','',0,'?'),('�;�!�aO�bw.w9QY','wp-content/themes/sydney/inc/onboarding/plugins/class-sydney-recommended-plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/plugins/class-sydney-recommended-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ւ,����:h�','��0��nqۉ��;�����m�\0+��w&HEw','',0,'?'),('��\r�\n��#-&���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Ϳ�T\'���#���','C#�9���X��e���M����ʥ�;\Z�m^��','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zob�xdS�\Z��','S�,\n�d�<Nqg��?�L����%6r�`�','',0,'?'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�/�\rZ���q\'\rI�i','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�rx�a�k\r�G�','h�|y)�m�tz**�P���\'�vyF��g�cY��','',0,'?'),('�66sn�h*�V�^٦j�','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape24.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape24.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rp�M+��-���h��','\'�u\'�_�۬���5L���4�O�\nU\Z�:�','',0,'?'),('�7C��(�<1],pF6','wp-content/themes/astra/assets/css/unminified/editor-style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��c8\\�q�','d�3y�\\8���2�����t	z����+','',0,'?'),('�7�0���,�		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�;�*\04�S�;#B��w�','wp-content/plugins/wordpress-seo/lib/orm.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/orm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��RG�P�\n��.b7�','�ɼU�H�}WCJ_0��c<���/J_���c','',0,'?'),('�C�,ڦ�R1A�	X�','wp-includes/blocks/latest-posts/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�< ����ck 5�f','���)\r��\rK\Z@��_���ZZٔ��3��i�C','',0,'?'),('�E�H���!���h�<y','wp-includes/blocks/site-title/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','}	����k_[3�?_�Fx�a������','',0,'?'),('�H� /\\�#��\r��','wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƣ\\�R�I\0�D�{V','7[-\rd�M?:�Y��H�3e\'�@��JY���T*','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�m����4�k{��;�','wp-content/themes/astra/inc/dynamic-css/comments-flex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/comments-flex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��\r����`���','���JF�ȋ�HW��$(U��p��b�y�}�g�r','',0,'?'),('�z��F�, �i�j','wp-content/plugins/elementor/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�dO��F.�;����','����j��D�D�<��J%w�rr{k�\r\\�t','',0,'?'),('�z5IQe��/vP��2g&','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(	_���C��6��z�','2}|��\'��5���\'���}�YCv��HR_V\Z','',0,'?'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���$��ֶ(��~','���SՃ�B�x+�v0h�ʉ�����1�','',0,'?'),('��<��Fz\0��Ɔ?k�','wp-content/plugins/burger-companion/inc/decorme/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^V�ۡl�Y�U���','����ǭȭv�L	�F����K���j	K̲','',0,'?'),('���13-��a>\\�iw��','wp-content/plugins/wp-cerber/assets/flags/km.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/km.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EL~\nC���B��vE','��`�a_j���n��V���stSlS[�(��,X','',0,'?'),('��Qc@��$	rs\0','wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�x����~ۘ�`','Xhu=Y����J�� ��[B�v��H�Z�H5','',0,'?'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4�U��~�S��','��*\'0j�R����{�:�3�9��0=��I�','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʊ�y�+ԝRg� ]\'�','��^��FJ�K�ɹ^	�D��0�:�\\�(','',0,'?'),('��L�ǰ@�v���~���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۭ���gZ]̓i7NW','�\'�ȏ����ɘ��R��CBٖo`e��t5���BD','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���D !1g�q��t%Z','wp-content/plugins/elementor/core/files/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yN����V�՞;���','}�S`�7N꛺B�?WKH�L淲L��nX��}','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��UTSx�N���ni�h','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape8.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape8.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a0Hϝ��A����','4������`h��._j�{�rB�ib�$�L','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ġ��J���(��Xm','�ʏ+@w0�&��U|���%�OB`�\n<\ZS','',0,'?'),('�ȥ�NJ�&z-��','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','թ��*3�N�~�','��c���o�aI?��j�sƂ��k������fF','',0,'?'),('��I\Z�i�˫[mBi��I','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/avatar-calm-approved.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/avatar-calm-approved.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����W��	�<��','p;�m��6�\\t�\n�:,�dn�	��L�5{','',0,'?'),('��O܎$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�)�f��.�T�','3�/x\"��W���h@���fP\0]������','',0,'?'),('��� k���歮0�-�','wp-content/plugins/wp-cerber/assets/flags/sv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�EOH�~U��޾','�cX�-}x��la���ZHH��C�Tx��u(�&','',0,'?'),('���UFq���$�*:','wp-content/plugins/wp-cerber/assets/flags/fm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���΂!$\n�n��(','�乲�!����%�����j�d��ۖ�+��','',0,'?'),('���τ�ݧJ��m','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�V���ƒ�T�s_~','����b֗.Q�!�\\!���ꎣE��','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��6� �W��X�b','��d���O�֣����=¿_�RAW�E��E�','',0,'?'),('�����n�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nOΨ�J���z�<','ԥ6Wi��� F4�hd��4��ˡV8�\0ݟ�','',0,'?'),('�V�܂0\0U�`�5C>','wp-includes/css/dist/components/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z=3	V�����','����w�m˃K�,6��2y�և�\\�қn#�Z','',0,'?'),('�	��x���%v��','wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eT���v��o�','�,*N7-2|ے�����]$����̼oD','',0,'?'),('�	�J�D�뇁��e96','wp-content/plugins/elementor/assets/shapes/curve-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���lN_����Wh�','쌩��&����L{�1c@L�`k\r~����','',0,'?'),('���h0����l-�%','wp-content/plugins/really-simple-ssl/assets/css/admin.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h$rY���&)�','��z�MAN�ߵY�����Uk+j@H~�F��','',0,'?'),('��	�6��!\"�P	','wp-content/themes/twentytwentyone/package.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MHl�ǮC~�?�Ǧ�l�','��r��S0�.�H�e����L�����3','',0,'?'),('�\Z� �R����[�\'�>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('�$�����j�X�])D:','wp-load.php','/home/sleepingsolutions.co.uk/public_html/wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��3^���z./���','.Հ���+_�Kڳ�O�;?��8\'���7_�da','',0,'?'),('�(\\�+_�V��FOW�-','wp-content/plugins/elementor/assets/images/contrast.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/contrast.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qʕ��j�R\\��M','>Lձ�M�aq*&m9�	�I|+�Ժ�ϕ#���','',0,'?'),('�2�-���-�g��y��5','wp-content/plugins/elementor/assets/shapes/zigzag.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/zigzag.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/G�@��?�\0��:{Q','�N���*���w|	S�̦x��<�J:��k�T� ','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䕤p�>�1��c�]-9','^�3qr�׮2�\\H�3↳ѓ ����5 \"','',0,'?'),('�39�����r��6ȯ','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=(�V-��	���ʦ[','Z�ž\08@�zT\\T��az�O؟�VS�\r�','',0,'?'),('�@��Ĕ�l!$�F�\Z~�','wp-includes/blocks/code/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JNPT-�7����]�','���<�/��lU0*ߥW�$V����vC]���4�','',0,'?'),('�Ctq�J�>��Ŭ闉','wp-content/plugins/elementor/core/document-types/page-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/document-types/page-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A1�Nc^���bw�M',':kZ^��c����P���z��UHj�{��p','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�Nsf�#�@Q;�;�{̻','wp-includes/blocks/query-pagination-numbers/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�6�ө��(�P�Q7�','^`���wPz��l���\n�̓u\0k��','',0,'?'),('�S���n�Y�� m�A+','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��=\\1Xx)�?�m�;','����)K�>f��`շjk��DE��','',0,'?'),('�Y��&S�T��_���','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/users.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/users.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rG9m5�n\\*����','��%�j�3��%�\'�+�J�~�c�U�2d','',0,'?'),('�\\�X���M>)�','wp-content/plugins/elementor/includes/fonts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xC�����t����','�(�t(�Ŋi3���es�u�6C#�$��','',0,'?'),('�^\rO�?�Ϻ�1�\r�','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc����BUXf�-���','y��5�pJe@����*�L�J���i5T�R�&','',0,'?'),('�c��O��-��+oe','wp-includes/blocks/block/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�Z�q�3)���','0&#��b�93LC\0����vX��<cɘ�TX','',0,'?'),('�emWo�_�^	N�E','wp-content/plugins/litespeed-cache/src/root.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/root.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڧRp;�n���)��]','e_�r�F��/�;T��o*-xi����q��','',0,'?'),('�gr��di��� ��','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tips-tricks.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tips-tricks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rc�M��fߍfV�zD�','!u]��q\Z�ol��?u�~�.2�h��r�8','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�m�{�\rJ$�H�璷','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�hD��a[�Jh�)','��:ɓܵO[��Md�7�b��]\ni�4ߙ���(','',0,'?'),('�n�$�;,\'����rA�','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#y��\"�c��V]�9ҳO','j��������1ߢ5�[�L�zK��|.I�m�','',0,'?'),('�n�@G�n/��\0a<i','wp-content/plugins/wordpress-seo/admin/menu/class-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�nnJ:(��X','�\"N\\�m\"�U�ªNL9GL�YE�*.�Z͙�R>','',0,'?'),('�x���D��hd{jdpx','wp-content/plugins/redirection/locale/redirection-pt_BR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�K(�\'UF�1���8','NdyL���!3h#��SΜG}h�c:&r6P�','',0,'?'),('�zXt3�c�oܩ/8O','wp-content/plugins/elementor/assets/js/admin-feedback.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ǜ\'��kO�ފ','mX\Z	t��C�=%�U�xH��tIc2�K~','',0,'?'),('���|j4��8K�H,�','wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>ƞ�ǚ!���\\�\"��','B���\'�Q�\riv~�W8��%�z^<��!','',0,'?'),('��<0n9�\Z;˒�','wp-content/plugins/burger-companion/inc/setto/images/slider/slider-3.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/slider/slider-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J^T�2�d#p��','�cBGE2���]V��Hۭ�߰�<Hb{LH��','',0,'?'),('���OzV2�����q�{�','wp-content/plugins/elementor/includes/managers/wordpress-widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��A���/��[��','��,i\\�sQ�O��/,��<Y0\0^L~�O����','',0,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\0Ĵv�\'(6T-W�','��\'���	+�{���?΃r��u���da5�','',0,'?'),('��q��뻣D(���j��','wp-includes/blocks/list/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f���a�\'��g�-�','|�V �}�\r��+D^A�����$��(�ETU','',0,'?'),('�̲�6�p郈�[b','wp-content/themes/astra/inc/metabox/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('�ЌW��fX�2�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/}D�\r���m(`','�]���M�q\'Z��5v~������Y�}(V�','',0,'?'),('���Pdק�!�\0��','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R%[�)tlU��?/','�r>KhH@���XU7�o+<BKI�S��','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b/�3z)�<�l�','Z5�X�<���pb+ʅ�d$��]V�x]','',0,'?'),('�ܗfT�9!��4.ٰ�','wp-content/plugins/wp-cerber/assets/flags/mu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�7�{��@��v�','��\"x&�rp��� U��M?Fi�+��h�','',0,'?'),('�⮘�� �F���w�\0','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kEmi�[����tR���a','X��j/+M@�Dpeϫů/-p�Q0Vɂ','',0,'?'),('��^��^[(J@�`5i�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&!�K��<UZ��ʛ','H?�ٗ�KH���w�J��5��>шa&y�>�','',0,'?'),('����x:*{���u��','wp-content/plugins/elementor/modules/landing-pages/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��K�/��&]c3��r','<�(�GSpO@|���{���(!�ǒ��P�y�','',0,'?'),('��t�0�g�a�/��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��-����x\'�	','��{ڋ��N�o��#X�+Xe\'�����_����>\Z','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��\Zf���#O+�Z�','(�6s\\������ӑ�I�~TJ�v��E!�T?\'�','',0,'?'),('�#&F��G���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-firewall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','um�����pBƦ�\r','���=�2)K��E��N\n�qtwOf�K','',0,'?'),('��b���-��_����','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('����&-������','wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X���g�JԌ�','�}���q�<�p�G�<�o��	Tu���c��X�S�','',0,'?'),('�����g�x\Z��\ru��','wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oh�K=�\Z��klj�','�-zY��7�@Amo�S�=���`|D�1I�|�Ks�','',0,'?'),('�Z�{g�}�f�-��0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$,�o��If�\0	6o�U','=�q�\"+r�����2�$NIɋ�+�%��KL=','',0,'?'),('��{e�Z���^','wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̮*�Z��\"9�Q�2L','1��l�\r��co\Z��,�ef_�������P1�O','',0,'?'),('�@H�֦}��]@�','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��ÄjG>�����','��!��Wip���\n�Q�?K�.��i1}R���','',0,'?'),('�Hbh�5���19','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1^{������b�$�,f','�X��h�e�s��d	�Z[U0�<�a���\r�!','',0,'?'),('��Z{_��3�X\0R','wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��\n��v��8�0%','ٝE��yM�7gry�YWe�QZ`9Kݭ���','',0,'?'),('�!&���=U�s�bi�','wp-content/plugins/burger-companion/inc/spabiz/images/slider/01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/slider/01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=	K�:!���N�b�*Ϊ','5}��3\'�A*]@h���\0�b�6&Q�e�_','',0,'?'),('�\'8��������\r','wp-content/plugins/wp-cerber/assets/flags/cm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�q�����&�','�d�h�I�ӌ����u�]9��(�7\'�ρ0-B��','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� z�!+<며','�J\Z1�\\�\0h�&͵6���\r����}0�:S','',0,'?'),('�.��(!�>�L@-K#','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�e9�\'���C�e','���\rx�e�ߥ�:G�>\n=�)�^\'�-��','',0,'?'),('�.�[�=��\n�c0��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�G0�n\n�y\nh','�1Fi ��� �8bs�H�ľ��u1�t_�','',0,'?'),('�2:F��3<\"��ﳩ','wp-content/plugins/litespeed-cache/assets/js/guest.docref.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.docref.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	#�?/u���/�a�4�','$WԬ�l|�u��>$�q\n���pZZ�x�t�','',0,'?'),('�=<�O����ܘ���','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��^�]F#��','|���_�ؘ�=�>H{i������z˸�','',0,'?'),('�G.Z�Սo����ykЃ','wp-content/plugins/wp-cerber/assets/flags/pe.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ô5gC��i�E8 >�','ԅ8ښ��=�&�9�`��]&S�?1�.#f����','',0,'?'),('�IO���	z.D^�����','wp-content/plugins/litespeed-cache/assets/js/component.cdn.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/component.cdn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�,�~8}�J�~)','�.����!-��ɕL-M�Z���a�(�?w��','',0,'?'),('�V�-@����1���|','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j����K0 w���','�):扒uơeƘ$_U��Č����A���p','',0,'?'),('�^�V{f�#��߈j�g','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qA�6�)�Lfgu�','n��3��Ɠ*1���v��y0��CQ���','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w%Z�*�H���','�~����c�yh�G�K��S��huP�����m�(','',0,'?'),('�a1�I� 3�Ƈ��o�6','wp-content/plugins/updraftplus/languages/updraftplus-fi.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�Q����H��tW�5��','����P!�mW[�6���t��:�vu��','',0,'?'),('�d*�[�\Z:�t�V�(G','wp-content/plugins/really-simple-ssl/settings/src/Settings/Help.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Help.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲ڞ\0��e~��L��(','6m�ysu����\n�`��z��ߨO�Z��#E�','',0,'?'),('�e����m���rD','wp-content/plugins/elementor/core/utils/import-export/wp-import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�s@Gb��3�rFإ�','-��\ZG�o7�����1JC�Z�#F��_��h�','',0,'?'),('���.�\0�L��-o\0��(','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6s�ʹ�Ø�ڔ�V','�\"F?��9O���K��J���VmX��z�s��','',0,'?'),('��0����\0�hP qz�','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ZT�����]','ϸ�I��LS_�a�V�q���~��T}VM���','',0,'?'),('��P}��L���3��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)�XMԭ��`@Fv�','��������V�%�9�d���6�M5��I�','',0,'?'),('��:�(���YR����','wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�\Z����7��)J���','��(-B��\0�����R��]љg��a��)DZ','',0,'?'),('��Ư	\'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','�ܨ���@�o���','����\r���m��;�x3	U�*��+qm��R','',0,'?'),('����W��o	\n4xw.�','wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('����l����`b=���','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Qb�H�2�n�E��Q','�3ƕ?��k�&�#�̋��٘1�‰��j�','',0,'?'),('���>�\0� ���z�\Z','wp-includes/blocks/navigation/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�d>m�p�k��&x�','���+2��@	U8�l{�C�wt�y� Q�n�\Z!)','',0,'?'),('�����A.�֙�D','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�9�9�3+���','A+&�6�omvL>�ܢF���[���͑ͣ�G�D[','',0,'?'),('��\"�Z0\0ؿe�Ԧp�','wp-admin/css/admin-menu.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_=sW�N�p0R[U�','�bq�F3�/ԙ���!��t��.Kp�}��','',0,'?'),('�� BK}��ܨ���','wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�K{>�W��n	z��','���f��R�^?#���,���V�\n��_D3*R�','',0,'?'),('���^o�����!m�(��','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Requirement.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Requirement.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pNJr��t��Gͳ:�W�','*{|���Ѓ=(\nAoRQ��i��M��ebERY�\n(','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��˝�\\�@7�zaz','c�E��?vS���}��A����^�=.�N��=','',0,'?'),('������\Z�e�_�m','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�*3�E�>�����','�e�r��8ѓ[�hx<1e�\r5�v+�K+w','',0,'?'),('�阮[�̛~��ہr','wp-content/plugins/elementor/assets/css/widget-tabs.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-tabs.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�������}���','P��	.ɺ���W~����/��D]uwF��da','',0,'?'),('��6�<�R���JJ�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#��ٍ���74','�S�P��\0T�\"�q��1�������ϸ\0\0�J','',0,'?'),('�ym6�F�m�C�P�A�','wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pb%��s�ճ]��(�','�];�l��E���M�\r�c�Ly]o249','',0,'?'),('�a�B��r�9d�1�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��څR��`uDLH�P�','XQ��t<�b�m�y�9�#08e3+���h��n�\Z�','',0,'?'),('��J[�d�E����b','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�\0+6}F�\Zٽv�3','���C�*}&D����Z�|n�([����<�','',0,'?'),('��)�\ZbOU��<�~','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��@�K���/G�c}','ީ���\r����#��j_(�V\rGR���','',0,'?'),('�SzʀU�\n����','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�\Z؍�o��','��U�/�����yI����^�:?Rp$��Rs1��G','',0,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���o6b�;��W','�y�u<��:�������u��d	��a�>�','',0,'?'),('�!���0���~�iVΡ','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������2��P4!M[�','��A�	Zz|2����#��\\u�','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��>���Z����G�','���\n��#Pw3Id��}͇%�J���j�U��+','',0,'?'),('�8׸}��:�K���_�','wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.l�{7��2�Րl','4�+��*/�S+��!b��䢈����d��7','',0,'?'),('�?��%l�lǛA��','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb�	x\'P�:�����U','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���I��	[NuX��','��;h\0xw�g ������)�NM|��s','',0,'?'),('�\\�?���W�c���','wp-content/plugins/wpforms-lite/includes/compat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vQ<MSS�\0\'�IR�r$','	�ـ���R�����W�fu�6,a1�+�ko\"','',0,'?'),('�`wCR�����\n�','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�����_f�]��','\0S��60L(�����2Qk.��e�A�t�_��','',0,'?'),('�f�g-�6A�[�X�~�','wp-content/plugins/redirection/locale/json/redirection-sv_SE.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�p�n�.�����y','�S(Ŝ�E14}�`ڤڼjC\0�aor��+-G�ڄ6','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������$��a��','y���f`���D�&���LI9�@q=���A�L','',0,'?'),('����&P8��F�{�\0','wp-content/plugins/disable-gutenberg/inc/classic-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{\'��w���_��j�','Y��Ҽ(�IsՕ��7�{��t�I�,�w(���','',0,'?'),('��QO�����e�6p','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qt}Ɯ(?)�0��\0','i��#\r�\"��d\\G�N��$`��X�X�','',0,'?'),('��顗H�`�k��!U','wp-content/plugins/elementor/assets/js/frontend-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�6�Z*<�޶�','��g��0��*eC.,G$�4�4)\Z��o�G`��t;','',0,'?'),('�����}�7�{��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';h�sp(�����f�','(7#\0a-���~���[Y��q�\"��<�J�','',0,'?'),('���X��k�\nX�l<{M�','wp-content/plugins/redirection/redirection-front.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','en@�l;��yi��','�u��|�]�6iYC}`6�#�<¡S�Q�F','',0,'?'),('���\0.T��I�9����','wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��|�_��0\0���','Q�0ՠ���y��\"�I;\n/�j�?�6��^@�','',0,'?'),('��\Z��mg\r3BڭP�','wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɡ�����ڲ�׿�','��#Gr<PͲ\'�-���\0+_\":DRlNn0�kz�','',0,'?'),('��vRz���@7��g*T','wp-includes/blocks/navigation/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|q%{P8E��â~w','�{c�A�����f�`�-�v�W<�9��-�?�','',0,'?'),('��}�Ne���АA��@�','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>]�ع	��r�ꅬ�','<�=>��GP��� tJ_^���g�\rPϟ9e�<t8','',0,'?'),('��V)RR~µ��z�Ҁ','wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|���c�c��','������c�4������!_� �?C-^!x�','',0,'?'),('��\0�B��Sq�2)�~9�','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�o#��U��:��\\','�\ZJ�����dr�[A\nl���n\"�&���|�','',0,'?'),('���NTZt�o\r�%��F','wp-content/plugins/wordfence/views/scanner/options-group-general.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����o�MR���^','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/presenters/Whip_WPMessagePresenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/presenters/Whip_WPMessagePresenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ho�`=�V�SiM�','`����55� x���� 1_Oyzu�7t\'���','',0,'?'),('��9 L���k��_','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�w��<\Z�-6��0','E��\'\'阌���2�\"ս��м����|g�E','',0,'?'),('��`�꣄����-D~�','wp-content/plugins/really-simple-ssl/settings/src/Placeholder/Placeholder.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Placeholder/Placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����̅L��:���',')ѣ��h(d�y�#b�(�\'u�ۇ����\0','',0,'?'),('��R���pB@LJ��','wp-includes/blocks/archives/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʡ<�e$��\n��','Wxث�7qC\n������g�\Z�e��6-&','',0,'?'),('�����5Fc�?��','wp-content/plugins/updraftplus/includes/class-partialfileservlet.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-partialfileservlet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�2����i�Tn=���','��BX���ASr!��kb�f�q�`�B@*c','',0,'?'),('����������wT','wp-includes/blocks/button/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k��N2m�~����=','\n��F�3��͸`�f\r򼞂�=pHK�`�ӻ','',0,'?'),('���S�A� ��\rrKcY@','wp-content/plugins/wp-cerber/assets/flags/is.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/is.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɉ��j���@LA','��;1+y���w� @g�Q�m&����+c^q�','',0,'?'),('���`�]޲���R','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/FunctionNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/FunctionNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a!{z5��^<2%�\0:','�{�H,�j6�=�䯟�E�K8f/w�f��i���','',0,'?'),('�\n������N���\Z','wp-content/plugins/ninja-tables/assets/img/heart.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/heart.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��ǒ*�o�p�<���','�I�r2��coSd5�8X�_����\"��9d;H/','',0,'?'),('��Wkl����������','wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Pw?m�v�t-S�{','p�˽	�J���H���\"��U�Q�Y;@[�-�','',0,'?'),('�!\'�r�v�c�/0�k','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��au�]��j�','EO�Nok<��ʡ�y�i	�_Q���.���L�','',0,'?'),('�9\r����\rK|�\r�2','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��#�9�j�h�\'','.��펢KN�� �@�;&��=�-\n�W8��','',0,'?'),('�(i���\'�r�>A��3�','wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Drive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0<=M�r0�z0:��','��摤|��R�1=P]5W\nY�N:	b��j!','',0,'?'),('�+Fc�0m_����Ii','wp-content/themes/twentytwentyone/footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�h4~E�m�H�Cv�','�0��\\c��R�hK����!���^�W�\'�','',0,'?'),('�/�ɘ�]�^�W\\�q','wp-includes/css/wp-embed-template.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�\nOO3�hi','��-|~��*T��E�N��.̴�J7�X�f#6��','',0,'?'),('�Ge��\r���AT��\0','wp-content/plugins/wp-cerber/assets/flags/mt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�4?�\0�ݦc��','i����1��rm�ދ�Z-�7`[�6,�\rn�','',0,'?'),('�Jt�#�n�m~��Q0$','wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�cy��O��fD*��F','�`*W0hjW�U������MB)�A�#��','',0,'?'),('�MQ�g\\���^|º\"�','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=S�l܍�L\"C','{p�\0��x��$�WܖA� o��ֲ���','',0,'?'),('�Q�4��E�W�f�/','wp-content/plugins/wp-cerber/assets/flags/ad.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7E~��n\\(���;S','�)g�o�yv�z/��DL����]�]g\"���','',0,'?'),('�R\"1�D��s�K��','wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\01;�_E�q�n~z�1s/','���v�Ɯ�(�,q��H+���.U��c}\r�','',0,'?'),('�c�\r��ǻ��q����','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_RequirementsChecker.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_RequirementsChecker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�S���h��l`��w�','FqP��.����?��*��2��.�\Z���\Z��J�','',0,'?'),('�gh��H@T�� ����','wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�e���;�z❝o','��%H(�K%��?���G�0[E�����','',0,'?'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�|������?^y��','wp-content/plugins/burger-companion/inc/seokart/features/seokart-features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[��9�B��,AS.','��%��ħ�U�54���0c:܋~}\"$��O�i','',0,'?'),('��iz���i)��7+O','wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8���=�.�%̝�','OM��S{�Z�N��C��Q�l\\�*����','',0,'?'),('��^�	�\"�uZ�S ','wp-includes/blocks/comment-edit-link/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-edit-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ҫO^<w�0���','��9���B��t��_�+Q3BN\")�)�V','',0,'?'),('����F�z��O�q���','wp-content/plugins/really-simple-ssl/settings/src/Settings/License.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/License.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LAO��\ZJ�\n\0��!�','�>�;�T8���\r3^�#�ᱪ�>$��m��','',0,'?'),('����X�12�mƇr','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����&���&�4K','e=26dA��u,���#ܥxp��r��i;','',0,'?'),('��(��NL�;	��','wp-includes/js/dist/api-fetch.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Sv�r�a��:','�!�F�å��<K�����BХ��%1��Œ','',0,'?'),('����c�|L{��\r��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/TokenStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/TokenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�b���2��','c�/U��X�/T^#=\r�蘒�9�0��ktnB','',0,'?'),('���F�Z�\nQ�CE','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���8�g�զ���','>�K�衽��up7b��\')\'�,;��Q�1���y','',0,'?'),('��\r�m�s\0�@�=[�','wp-includes/blocks/text-columns/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��N\'�_���|;\0','l\'��V��~#R���vE�.%~�A��Է�,�	','',0,'?'),('��--��?���:[�\'','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/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,'?'),('��֬+I�7���^��','wp-includes/blocks/file/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�lǽ�6.��^�\'','�=T���X��m)� :�BɈej��y/�s�','',0,'?'),('�\0�X�nS#�5��M�J','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����ȅ��{�G߭','q.9ꃊ)���QK�!W��t��t[\n�e���','',0,'?'),('�ft|��b��` �','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$�6۩v�','Ӥ��Fp�L�B�����DV%����.�b	','',0,'?'),('�����DzE\"T\0O%|','wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�؊�W��\\8��','ѓ|B��G�@�ix9��Y�C`�K|�*U','',0,'?'),('��R�p�x�O�U�\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L-\Z���0vf\n�','�+&h-ʚ��j��FpR��$��ɩ	1#t','',0,'?'),('� 2�`�k\r\"\n��m','wp-content/themes/astra/changelog.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vuX�֊�T*{U!','�\\GN>�_���� �$ݸ�r�\nl,�{\"���','',0,'?'),('��Ga>y#��=���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fFA�9]-w{%&�YlC','뛝�4��>R�?w�f�]q9/�Z���l�8\'','',0,'?'),('��\'�:s��\\��E3','wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lT�`xm=��in5�9','V�ғΛqk�hԩ�?W�k��\\A~��IK','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ycP�m��0#1�޶�','��bC��p������7�׍�>�O~��H~','',0,'?'),('�%Б7l���@�\r�ԩ','wp-content/plugins/wp-cerber/assets/flags/sx.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�n�dKi��}��1y�','M.��H�k��b`_%�rY�ᶈ�F�>','',0,'?'),('�.����\'�[�\"$��%','wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\"8�++A��C{��','�l0\\R2����l��g�?��^4�n','',0,'?'),('�0\"��G�\Z=�hV4�','wp-includes/blocks/separator/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|i�I�w�;��[�T#',']��I��R���\Z���d	�ZR���p]�O(-�','',0,'?'),('�2��؝�*	NΆ}ɥ','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����3bL]Ĭ���','ݙls|\\���.3$�4#�Le�<l��`w�\'�g�','',0,'?'),('�9�W��\ZZB=K?(@','wp-content/plugins/elementor/assets/js/web-cli.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/web-cli.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��$X���l�št�','�7Ħ�sMJ؂~M�6�D`����XM����','',0,'?'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\',��{��W!�%','�� o4AV=�A��|h�xn_����p��C�Y','',0,'?'),('�D�\'��I�lG�Oh','wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\Z����6���ǜ','.TLêr���cB�ݑR�x��ܐ�H���1f','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�X���kЃ����','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��-��Lk�V\"}��','�gq )�	���@?�\Z�ef���Z3�a�� �+','',0,'?'),('�eܘ�Hy��]���o�','wp-content/themes/twentytwentytwo/templates/archive.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/archive.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�ռw��E�\'t','Ҟ�1��g�2�	��ʻ�B�s\r��VXL�','',0,'?'),('�guD��1�$�?��','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Punycode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Punycode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�VSq�Ӟ��','~|p�*4�KGL���4͋��8|�_F�m5��','',0,'?'),('�g��9$\r��?��m}','wp-content/themes/sydney/css/ie9.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/ie9.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'C�l��ݫ���R��','�������k��pCh%Eߜd�\"��{wd�˚��m','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�oƗ���,��2N�','wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*�\0q��S5c��}','Z!R8��-Y��3��΀�VԽ�FJ{ɶ','',0,'?'),('�|����ts��KC�','wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a������A��B','	G/z暶����SR��\\hbI.�[�,��;�','',0,'?'),('����PI\'�Ë��','wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƪ�XEt4®(���I','G\Z�!�4�#�ղ �͹  �p&;qZ�T�','',0,'?'),('���)��,�=]��k�=','wp-content/plugins/wpforms-lite/includes/fields/class-text.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KP>�*M*`��{��','�<ۆd�N���e{�� �Xi���+�K���','',0,'?'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2���YT�x�w�','E�ID(10i�|�V:��^�s\ZXǂ\\�9k�O�G','',0,'?'),('��0�_�j}�8IA��h','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Ey/�$�ȅ9 ���','\'�V�C����ӻ�;&�›A��q��++��k','',0,'?'),('���|�Ǵ9Y.;+F�v�','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2iT�>�gZ�K@�','�:A���ȎT�ݍ�A�O��L���z�T3','',0,'?'),('��O�����9X�KHo�','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Hs��x���PL�Q�','�^���\Z�7�T��\r�s���*��=�\"F�r\0G','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z	O��U�\0��.�Z','ȪR���y��w!<�5�??��\Z�n�PY5s','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����F��2W)R�Y�','�2�A�$�?�k��Q:2X���J2�j��','',0,'?'),('����7oI4���=w�','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','4���kIT���=ր/','��|���5/�i�VV#�V���A����`','',0,'?'),('��0�W-C	{в��\'','wp-content/plugins/wp-cerber/assets/flags/hk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���K��k��=�','�C��k󴰠(ٜ�($�u�@�SM����8U�','',0,'?'),('����bq�/���F�k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��¤\r�F��g','�n�V\'�V����V�)F|*ᑝ2�N��z','',0,'?'),('��;0AV���.���r�','wp-content/plugins/wp-cerber/assets/flags/ru.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ru.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C����N�gU����W','���3�f�dh�%�p���i��G���I\\j2ä�','',0,'?'),('���.M���A\r�4�1','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�����)0����R�','��	�[��1�ʢ������!�hh��u','',0,'?'),('��O\r=��<�^��','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fξ��B��:>���','��&9�{\'�;�F�;�.�ޭ\\*5Z�','',0,'?'),('����yw�;�����=�','wp-content/plugins/elementor/assets/svg-paths/spiral.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/spiral.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ȒQN-�gSǓ�˸�','���!��3�ͷ�}CSSL������:���&y��','',0,'?'),('��Vq(��¨�a��#','wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�FS�gY�� ','sT�8����jQXu�\0�a�7���xXG,�','',0,'?'),('��=�N}	���X��y','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0TY&�d_hQ���]','gdf�i�C����������������ǚ','',0,'?'),('�ܟ�_8�H�\r$�:�','wp-content/themes/twentytwentythree/styles/electric.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/electric.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ\nd�QΩ6��_�','.���zu��櫺�U�� �T�pɸ�-�','',0,'?'),('���b\'�vXT�\n�','wp-content/plugins/elementor/assets/css/templates/frontend-lite.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0&����F�YDkv','v\n�^�6�\\dj-���]�8����`�ѕ���.','',0,'?'),('��`K�E�#t�]{&','wp-content/plugins/elementor/modules/system-info/reporters/theme.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AW�\'\rg��֭�','��Of��p���w-O�`h�;Ho���62�_�E','',0,'?'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���ɗ�,%@�w�','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѩʲ�[�,�� �7}','-�7�R1}[��n�a�m��b�+(c4�ǽi7','',0,'?'),('���ڿ-\"=f��%�}d','wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���B�{�����3���','��00����s<��R�Z	�iB�-�7Z@̆','',0,'?'),('�\n�;���E t\0�9�','wp-content/plugins/elementor/includes/base/skin-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/skin-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�=���}ş�6��F','�d5uw��2}^$��\r[C��o��f.#\Z','',0,'?'),('�b��chGm�ey�|D','wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\Zf餅ā7z�.��.','��k�N\nR�l\Z���ņ��h�4t��;��','',0,'?'),('�h�X��j\0L=2��','wp-content/plugins/redirection/locale/json/redirection-es_EC.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_EC.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���3�\'����J��j','�=�}�~<��T6�.�r `Rӷ0�yѹ3��q','',0,'?'),('�\Z��a�d8p�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��Ө\'�����=]','�q#����6W۝�\'�	��V�Coc�ઋܨm�','',0,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�QM�Q=9}5GM)&�','1��\rϺL�%-�������|g� 	��','',0,'?'),('�!��ȶN\\���iL�','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ű���H��H','����y�����i-`�x�S���±I�*8pA)','',0,'?'),('�&?R2	XP..\"�6F','wp-content/plugins/wordpress-seo/src/loggers/logger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/loggers/logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�2���/=���','�XP����F�\'\\�<��#��O�:�&&}���.w�','',0,'?'),('�*�5uj���p��‹','wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��\"i)%�l\r�\"���]','�Z���������{� �\Z�iUR�E\\�','',0,'?'),('�8�@m���]�Ӭ�\\�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȍ�4ٰ�v(��K�','�3\r_ζ�<�*���oA��Ӳ*��S��','',0,'?'),('�<#2�y��Q�;�w�1','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�)j���\"�Y��','�b��q�iH�Bgeb��t�f�y�\n�@ş','',0,'?'),('�F߇���#��ata�','wp-includes/block-patterns/query-small-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-small-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f@�I�va�=9��uQ','ͷ%w@3#����F�Zq��t`�s�o���','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���\nm���a���','�~�`f�D���\n/&eFZړ�<A-=}%�8W\Z�L','',0,'?'),('�S7��zǫ�W�~�2�','wp-includes/blocks/site-tagline/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ�	�ؿߥ��~��E��k��,f����f�R','',0,'?'),('�T�٧r��\0����','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�3mX\\�\r�z~]�6','�Y�%G���*�0�e�i����%���k��P2','',0,'?'),('�U4���Nb<#��_�','wp-includes/blocks/video/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��Ц�(��p����','ɩa@�8�*{�Ow����pǛ����|$�!��','',0,'?'),('�[�A�6a(�&A\"�','wp-content/plugins/elementor/core/common/modules/finder/categories/general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�X�y�\06!C','�o�e!Ւ]gKW��Ҳ�����(��N��&�\n','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�e��P�-�+�T�;ğ�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�\Zs��0��H�	0�\r','��\0��_@���L�a%J�A���s�M�u�]�','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�l��P���,!�,<=','wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�r\rG�pYJ��h�','���2vE߃[Yձ~������h��n','',0,'?'),('�nL@���H��9��`','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%D�V=\r���~\r�L','ñ^Ab�	#�+��&��Ӧ���+U�V?s','',0,'?'),('�u�\n&fm���q�C�','wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q��jD�m�(���O',' 7�F���@Nl�s������K������J��','',0,'?'),('�vO��#�J�N��+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�w	��4;����\Z�d�','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����tn�@\'0�','���;�é$�J	��-����v�)�1 �@��','',0,'?'),('�yjs�č�R\0�5��','wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j���H@�oV-\0��R3','��	>�o��6)-�	���Ly�0�Mq�����','',0,'?'),('�|v�P��0�fh�T�','wp-includes/js/dist/block-directory.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"L�!Q�8�5�k�^�J�','��߽#rk�qo��`8>-�(r�e܇q�U�','',0,'?'),('���X��\';y���fF','wp-content/plugins/wordfence/lib/wfFileUtils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfFileUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%m�H<��4����)','��N���1�(��)гaH�����I�W�','',0,'?'),('���c�\"�8\r�+���Am','wp-content/plugins/updraftplus/languages/updraftplus-eu.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��ۄ�>�����w��o','���P�\"��`J�Z��ć�t�~C�1~$��b','',0,'?'),('��r�Ȱ�BͶ��o,�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɖ~eJ(��::	YG','�դ�Ť���O�K�%2y���h�,Q��BE','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('��w�h��M�M0��^�','wp-content/plugins/redirection/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﴪ��r$�nbF��G','�U5bb)��}���ֶGE��J.�{�<�%�','',0,'?'),('��1�L��g�zB�<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�#z��#��X(��','���5E���\0m�Mf�_��$�r�3��]�6#�','',0,'?'),('���+P��%�8���B\0','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������tO��PR%/�','��(r���!�#��u8b|O6,��Jf��','',0,'?'),('��Yߍ3A�����c\r�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѫd!f��7��|��','��j��Z�t@�b�\\�$��f��+�}7@�','',0,'?'),('����L��6	��׳','wp-includes/ID3/module.audio.ac3.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('������q�8���','wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��y�#Aΰ�Os��`',')aR�S�2��\"��w��J�1\n��9G�wї�$','',0,'?'),('��T��V���\\��','wp-admin/import.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��0apX��ƺ��F','E���Y8�rϞ�b��B��$�����y#����','',0,'?'),('��G�ȸ�0� �`lG','wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M6U.c��T\\���','��]�c�=�ܑ7�q�4�\\*�����&}','',0,'?'),('���5��&���g���','wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��\"��3[�\0','���:\Z,HK�p�4���/s�٠���_w���','',0,'?'),('�ͫ5��>]������t','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��|\0�$�3��1l0','��Q�<�.��0]�Zk�:�޸:/�m�����','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qx+�D.42\0����','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���t��P\'���\'��','wp-content/plugins/ninja-tables/languages/ninja-tables.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�7.`l.�bur�\'��','�y�\r6�����v\ZIV�!Eg��ˈdl��E�','',0,'?'),('�����$�Oq�yܹ�','wp-includes/blocks/audio/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �҃�9�0��6n	�',' �B5��e7�	?,�����Bv�*G/�\'&@','',0,'?'),('��!ެ��߳���p','wp-includes/images/crystal/default.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��H���w�-gom�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�k��Q�2��','Ԅ��4ޚnqӸ$�?\rMfP\n����TI�p','',0,'?'),('�\0빤�����>�ߡb�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�$E5s�{��m��','���Ȳ�Rk��<[z�?BP<P�A�8���d]L`|','',0,'?'),('���I	2�R�NjY��','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c+9O˚d��/�R\n','�>����s�$���/���C �y���v�','',0,'?'),('�&�M�X��W��O�','wp-includes/error-protection.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zk�Yĕ��q�t>�O\r','N�����`X[�����|˖�$G�Wb�\"e���','',0,'?'),('�R����e�q[�x�.','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/admin/incompatible-plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/admin/incompatible-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}	�	t����|�Θ%','��8.�X�F�Ø鞻zG�K&P����I�','',0,'?'),('���\0�I��ek�)}Y','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!���M��D�\0R����','9��r��h_�^���^\\y}u{��f�\r��5','',0,'?'),('��F����$Ⱦ]\0�2','wp-content/plugins/elementor/includes/widgets/image-box.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���K�;�E���?�','��\Z3��S�w���x������{�B���V!��','',0,'?'),('�\Z��}�̪��-�K\0�H','wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,J���Ax�?F4(','��(W1r	%���s�Y���V-x��2��y�(ހ','',0,'?'),('��w�(նܔ��$�','wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�e���;�z❝o','��%H(�K%��?���G�0[E�����','',0,'?'),('�\"!�O\0[]�\04�<��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��~��i8�4YkC','%3�	iF�̥K��\n\02$g�s�A^�2�,~�','',0,'?'),('�#6����0A���','wp-content/plugins/ninja-tables/includes/libs/Lead/LeadFlow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Lead/LeadFlow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̰\n�����L��Za','�A��w���?�dz�ZL�+[!ύ�A>:��Z �','',0,'?'),('�#�]�e3E�i\n|��w�','wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŻA���rE��q!�c','aM��|�J/���%���0,���7�����','',0,'?'),('�3�k�N%_���IT�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JЃ���ː�&D}�','FԒ�	���VI���_f�n��\0�����','',0,'?'),('�5Y\'�ڀ���`��ѫ','wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�6`�8U��-','�p�qb,��D������.:��s1ȥ�','',0,'?'),('�7���/*��d�	','wp-content/plugins/wp-cerber/assets/flags/th.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/th.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9T�4��#%�q��','\ZpD�E�{ݳ/\\`\Z��9�܊<Wv�_�j','',0,'?'),('�8��V�-�ʜA���','wp-content/plugins/elementor/assets/css/templates/frontend.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/�?�{��c��',']�P�&��	�	\"��)J���V��P	ݖ6','',0,'?'),('�B�>����s�$;c��','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e����_�~p\Zn��','��z9c�\"�6C�b/�忱�{_��s\0�_M','',0,'?'),('�T��EH�^^�/�','wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��~��#hd#%k�r','�Rc�Ԑ.Gߡ�W��R�� R4��n_��','',0,'?'),('�\\Д��h��c��','wp-includes/blocks/page-list/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1\rJb��ޭ��ֳ','�yxQ{�0�I�Tcf�%���%�+�N�G�','',0,'?'),('�a�<�d��Q�8���','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�/@չ���8FJW%','[�H�V͎��]܊7F�B	�#��Aշ�E�\r$','',0,'?'),('�g�@�-F��%=5¹�','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l\"�b�D��}�I','��	> �luK��5Ky�5j����`Oc�','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�o���4���f?$�','wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ָ�DU�~��C�8�','��f�Y{�FY&c��;�k���+�<�{���	�','',0,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j���4L<ڠǡ�','*�>\0�#$J�Y�T�ް�����Ll���<�\n�fX','',0,'?'),('�����.�h��:3�','wp-content/plugins/wordpress-seo/js/dist/react-select.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/react-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{xm��Lr6��=','2���\\��c�(V�85����M<C&�x�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w$�1)x5)L��{p','�Ljv��㡴y\"0�Mp�@���R�Tඒ�K�','',0,'?'),('��6y�a51�R�*�\'|','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ۭUB�G�{�P��','���H\'�u���`,%TB꾷�z\nn����25','',0,'?'),('��H����|��5���H','wp-content/plugins/redirection/locale/json/redirection-el.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��̌>\"+��	�9','�N��!u��21���XC����WNͤ?í���','',0,'?'),('��f�{���W�#�@�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�K��L*�Ne�d�Q�','��ژ#Aq@����~�J�&���D����','',0,'?'),('���kpw���XN����','wp-content/themes/sydney/inc/integrations/class-sydney-maxmegamenu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/class-sydney-maxmegamenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��0d�c��;HD','��c���s;i�^�j�6\"�OSm��n�;A','',0,'?'),('��N*yVy�Q�Qj§,C','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gd1ȓX*_j%\r��','�I�XS��>;]^�q�3��\"`���d�5�9��','',0,'?'),('��p�4�kcQ�(0��h','wp-includes/blocks/avatar/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I*�\\�ԗ�Wa��\r+','ځ�S�P|�%._�R�G���|��e8Q]���','',0,'?'),('��Z���-����','wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img02.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img02.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�q�h������|!','�2�r�d�O��{=��g7�Ja����)L=�','',0,'?'),('���<f�F1h�����','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fldN�`G��r(�%d','t9�v0��%���+|�Qq\Z�M�f��Y�T�F','',0,'?'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pa�UW��ߍ�}c�u','�̯�qQ�Wx��$ӴL�lq��$��{q�*a`','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���Th�n����7���','wp-content/themes/astra/inc/assets/js/ast-render-svg.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/ast-render-svg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ziv-���Ԗw�s�','\r��&��<�Y0AG�>A��_/�#i�\":F�W�M','',0,'?'),('��r�n~��H�/��*�','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-checkbox.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�T]P�ִ�','wܤ7�]����8w��ս�F_�}��6V=�','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M������/����','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��	]�Pm��z���]�','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4�e���;�z❝o','��%H(�K%��?���G�0[E�����','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�\n��Z��R��`#','��J$�!�#XD��\"�W�������i��\n�','',0,'?'),('��+�c;����55�','wp-content/plugins/redirection/database/database.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����0�*-\n�@\'9','�үN�80�d\n}�mt��f�y�*�M�\0��N','',0,'?'),('���k�����u�Ȇ��','wp-content/themes/astra/assets/js/minified/frontend.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/frontend.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�|�d~��h��','�l�K�Z��X[#~�i�����<L:<�*>','',0,'?'),('����2V��\'�>���','wp-content/themes/sydney/fonts/fontawesome-webfont.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','���	q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('���d�ޏ�c�J�Q�','wp-content/plugins/elementor/core/admin/menu/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�\Z���\r6Vq$.[�','�Y(�7p��\Z撂������Gt`�y�M����','',0,'?'),('��z��J/�B&C�%','wp-includes/blocks/post-featured-image/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^���%}\'\\��*�','�mM��_�{�JY��0�yy.��iZ�v�v','',0,'?'),('�^�9��!��ۊH��','wp-content/plugins/ninja-tables/assets/img/employee_table_one.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/employee_table_one.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�W�Ԋ@ꟕ�.F�','��.k ��\\x�ѩ����cGN��xS`:�̕','',0,'?'),('�!M�2D��d?i�3','wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߄�����Q�A/A���','�>�#d!ӇY2�*��Sա�~9^u^�e','',0,'?'),('�\"��l����$�߈�O','wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�����x���%�','�*f�$��������Γo���L4�%!','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php','/home/sleepingsolutions.co.uk/public_html/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','\ZENs7�z\"���\"�U�','�R)b�18K�b�B@݃O����.��ՕB$�','',0,'?'),('�%���,�R_���ۀF','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2aC?��\rfqn','��i�á�����ꧭx��\'��A�W�yVpR�5','',0,'?'),('�,>!�:e���[\"','wp-content/plugins/redirection/models/log/log-redirect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/log/log-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��{t��|,Y�su(','B�V�OOP�#?�i���v�8�V�e\\{�-���','',0,'?'),('�5��;T��]��\0�”','wp-includes/blocks/post-content.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9]��\Z����w','\"k[s@��w3l���=߭yS4��z���/Լ','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�V��=P ��)p8','M�ƒ�զ����9҂���J0H��8/�uu�u��)','',0,'?'),('�6�\0˔-�T�k^��+','wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��h152Q��\0;�','��*t�d8�]�:��d�+i�6���2u�[2S','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ׅ�Cs��j&\Z6','����b���>�r���KT:��К�\r','',0,'?'),('�=���\\by|/�,�\r�','wp-content/plugins/elementor/includes/frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��T���-�C�e�[(','��?Y�|��u9��C�ă����xQJʋ����	','',0,'?'),('�n<a�&�IQ-��}x�','wp-content/plugins/redirection/locale/json/redirection-de_DE_formal.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-de_DE_formal.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̿.\0n�sj��\0',';�Ұ��<Gnѝ�\'���6!gyE;��\'����','',0,'?'),('�r�+�����<TD%�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�{ۑ���K��1C��','�	Սi|�b��)�n��ie#n鏦�/�c�h�','',0,'?'),('�s�?zL�e2�S�q','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W�WG雐A�+�','���������H!� W7���z��p���','',0,'?'),('�s�6Z��$Ӿy��D(','wp-includes/blocks/group/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�z9�	�`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('��C�2D��~�M��lW','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m%��f�m��w�','h�*��W���x�1�\\���4=�b�ox��}','',0,'?'),('��b��\'��I�	R�ݟ!','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o!�M,V-WK�E��f�','`7�3T����}�x��40	nI���','',0,'?'),('��\Z5o��#R\'/��l','wp-includes/fonts/dashicons.eot','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��t=O��+��kz%B','wp-content/plugins/elementor/assets/js/gutenberg.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�i�~�7��<�0�','%v�4z��/aM2��֠��,Z�\0��S�Z�','',0,'?'),('���(1��z^�v�$�','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�*�w^����','#�[i�=?ۚ2�s�H�if�{�@��y	�','',0,'?'),('���{�RDC�~�����','wp-content/plugins/redirection/redirection.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Y|��c������','���o�;�Q�#�*�S��{Í�\09�6�ǽ','',0,'?'),('���+�E�>l4���,�','wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���B�d��\r�8)]','��(\0X��������^���Q���E�����','',0,'?'),('����~��QJ���@.�','wp-content/themes/astra/inc/assets/fonts/ast-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��e�)j�� �c��','����G9�#̭��0G[�&������m�Ϥ�','',0,'?'),('��ab<������` ','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�u���F#�\"{�','�(�P�@\"!{�A){h�]ĖЦ\'�y�	7X�','',0,'?'),('����|r����/6C�','wp-content/themes/sydney/js/customizer-select2.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/customizer-select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Ni�\"�� ��x5��I�','�q���T\'�~g���y��W�1u���G8�','',0,'?'),('��ox���Ɨ�W��7�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t���*��#5/\'��','��#iޖ�M@��B[�/� � ��u9g�M��m','',0,'?'),('���\r~/����2�','wp-content/themes/astra/inc/dynamic-css/content-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/content-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʂH�h!N���8�','��;���a뾒z�7�D��==������','',0,'?'),('��Ta1�W=��$��','wp-content/plugins/wpforms-lite/src/Logger/Record.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Record.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�!P��\Z83�\"�w�T','�.EA�\0�N�&��)P$�����`���֓�','',0,'?'),('��H�\0.	�I���','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B7�&�]��NDd','�@H����M;ﺾ�5 i��\'��o�5V�','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�r��u�%�N���2','R�8k{�B�:4���\Z>���w�c9','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��Ի6G���ͺ�$�','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�!�sQXN:e��','�a���$N �$�T�*�p����X���|���','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�rN���y�qD��','��F\0O8�z��K@\Z+q�xn�|^�W�p�N�','',0,'?'),('��Y\Zx�[k2��d','wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X҂���_�HSkH�h','�]�c!���Pa��yc�`�΍)�G�Qb\'A\r��','',0,'?'),('�ש��D��E��i_�','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`G�vE0����s','R묥&�F�^��\n�������~=G�1�_�2�','',0,'?'),('��a~G/���N;j�','wp-content/plugins/really-simple-ssl/settings/build/index.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/build/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȇ�\Z(L�͠\Z���','��b�_T���j`�}�<S��k�c*Mm&�e/','',0,'?'),('��WD�$7��w3��S��','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ը�.�&�D���','�\0{�\ZY�$��\"7%z��9�㟧��l!�','',0,'?'),('�ڠdju���r+�V','wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;1ȡ$8��g�b�','�U�wq�y��y���?1w�7��P3,�|n���','',0,'?'),('��=���?;�~7S�Q\Z','wp-includes/blocks/comment-author-name.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-author-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ͻ�f1�T�qT�}','�b��\"���g�ZQڲ�P�V��t��','',0,'?'),('��Cg����}|�E��','wp-admin/js/word-count.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)�\r�]�X0�h5�\n�','�\\DE����lV�����Hk��\\N�A3���','',0,'?'),('��Z^󻰗�C̫O�','wp-content/plugins/wp-cerber/assets/flags/kp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L^��ᙝ��6�e�~',';]vݸ0�&����#P�љ`��@mq','',0,'?'),('�����/_���H�y','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���‘y�?x‰��w','�o\Z�`\0�]X~X=c�	�X<ՐA����','',0,'?'),('�i���hʖ�s�K','wp-content/themes/twentytwentythree/parts/post-meta.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/post-meta.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83��ډ5]&��q�Y','�|�M��\r�ރB�X�?q����[���$�}','',0,'?'),('��u�E�z���#d��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4`RĨf��w��	','.��Fߪ��$	�Mr,/��6�j�g\r@K�`�','',0,'?'),('��pДw�hD�����','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�d�Ug�,��52eh','OTO@�w-��fK��Ռh���:�xh��','',0,'?'),('�	v�O.�|ߤҵ�','wp-includes/js/tinymce/license.txt','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ѱh3�X��\\�=�e','wp-content/themes/sydney/inc/customizer/controls/class_sydney_tab_control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_tab_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�5�9��NJ��:Wvj','�@��l��Ÿx���������A~��s�x','',0,'?'),('���o��w��E���','wp-content/plugins/wordfence/js/jquery.colorbox.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.colorbox.1670945819.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,'?'),('���EG005C�\"���','wp-content/plugins/really-simple-ssl/security/wordpress/rest-api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AҨ�Z�e���$�','�gQ6�Y�5a��0&�&�j��̹���\\HO�','',0,'?'),('�L<Q��(��_g ��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e).7:�4�]7�]�\"J�','��N�����qbG�x�<�B��\'\n}�Z���','',0,'?'),('�>ܢ�Ӱ�\Z1���=C�','wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�c�P�̍�zFx�','�UХ�W���_>s�1��9za��c��>','',0,'?'),('�C�Q%��@	�Ja �','wp-includes/blocks/archives/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�՜VH����Zf��','4!\0�}!�;9o�l�_�l�4��f��L��V�l','',0,'?'),('�Lߨ�Ϥ�(��R�','wp-admin/css/code-editor.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gq���i�s�픋-','�~:\"�`�he&@��*����A�����','',0,'?'),('�X[Fnĭz�τU	��','wp-content/plugins/elementor/modules/system-info/reporters/server.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zFK�*��A 43','(�9��1xOL�e�?I��O\"r/��$2!gW�','',0,'?'),('�[��噯���','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x(��x/\\�}�(si','����c�H������Ɲ�Xȵ�����?','',0,'?'),('�f#S�U��$:�Pjw�f','wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �ꎫ����ӓ���`','O�4�\\Yj��=�S\n/z���`��n�O���','',0,'?'),('�jHE�4��5�wn','wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�-Ys+o','�?�#�	��.c4�Sסo��5!�jgt�|\\\\�','',0,'?'),('�p\Z1�}}gA>K��','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bA�{�4|�5�Z�QD','o�l��ɪ�`����SgC�H�U�du�rr','',0,'?'),('�{�Q�#&<R��rsf@','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_cookies.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_cookies.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����G�����t`-','���14��r����]H͞7�k�bX������','',0,'?'),('�}��_�pHD�<��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n���8��&�i\"��','�?��N�ȟ(U����5uQ?6y?���P��ڲ�\Z','',0,'?'),('��棿���:pS{_�7','wp-content/plugins/litespeed-cache/data/preset/aggressive.data','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/aggressive.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߜG\n��u���u�','NH��r��j�L����C�;�1-�3���-�','',0,'?'),('���5W��k�^�.�','wp-content/plugins/wordpress-seo/js/dist/admin-global.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','et:!���PԷh���d','�Y-\0��]����Q�����)�\0\'B�Z�T�','',0,'?'),('���l�hm��fsa�\Z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�R,^c�\rd�n��V�','_��?��\0z~���A���A��2Q,����Z��','',0,'?'),('����M�j���8h�$��','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.�ݒ`�H��6�J','�&S����L�N����(-T��\"�`���7DM�','',0,'?'),('��p��K�b��\0!�(��','wp-includes/css/dist/block-directory/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ی��IV�f57�','���Kj��)��&�⍡����l�^��k�','',0,'?'),('���ؼڔ���J','wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/BaseModel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/BaseModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�AW���oEky�z','�%��^\\h\r�a{#��]��c֔��@��G�Ƽp','',0,'?'),('��(��\ni��	���0�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��5���;Z�W����','��!�\n襗�u�v�2�������}���','',0,'?'),('��t�c�8�8���d@}','wp-content/themes/twentytwentythree/styles/pitch.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/pitch.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?l<.8>Yoݩ͒\0','eB��HW��\'�\\nd���z���F�*��P','',0,'?'),('����>�?��x��	��','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`B�\n�C����-','9P��op��\"��o����u�o�S���ʢ-�V��','',0,'?'),('����\"Y��W�(��LD','wp-content/plugins/litespeed-cache/src/htaccess.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/htaccess.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�6�.�i���','2	���kt=����C�は����cb�`��+','',0,'?'),('��T1��Г�����','wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��쿽���ܛ���f�','��_����<w��rm�\Z�����	l-��B1','',0,'?'),('������n������','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�~]r�M�ͪ(vu','Yz�Ж�4�/h^DϚ���� �؞�@��&','',0,'?'),('��/\Z���Ga��n\0E`','wp-content/plugins/elementor/includes/widgets/google-maps.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǚ����fU��;���',';X��7��/aȳ�”T�;is�y�;OI�u��','',0,'?'),('��^��D�f O)�#P�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8g+tm��ީ����','Ro;�PrǿkT�:�ѡ]̉*��j���_@M��','',0,'?'),('��|�~�������','wp-includes/sodium_compat/src/Core32/Salsa20.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hͺ/�ME�߾_؀C2','?�ε^d���{)iҲ߼U�;�,=5��A��T','',0,'?'),('��:Ѳq$w�Y�& (','wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��X��ӀQ��m','D1�10wD%Q�Շ�i�TX2�Ȋ�f�','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d߹��$c�9�','\0�{M��U�\rN.�)���-����`wH���','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���2�E5��X6fB>K','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-#�,9����[=�<','a�$�R\0�r�q�������)���kh','',0,'?'),('����Ž��H�06�','wp-admin/images/browser.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ž�K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('�f�c�����}^�E�','wp-content/plugins/wp-cerber/assets/flags/gr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eP��p*�\Z�i�H','/.�II��>\'�\0��#w|=ae׫�!����K���','',0,'?'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ީ�2�}\'�YԈH\0�','KD�ڊ�����f����D�b$*\Zw�u��pB','',0,'?'),('�k��מˊ\'���&�_','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sxr�;�����t�N','��S���O�R�2A���_��^[zF�;:y','',0,'?'),('� ;P��6��37PUF�','wp-includes/blocks/comment-content/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tfg}�ȅ��A��P','�����2��Ш!H`a��]Uq��\Z[}','',0,'?'),('�4ľ��9�f	Ήt�','wp-content/plugins/elementor/modules/elements-color-picker/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ܵI�F��2�{','�Í3�Ժ�s��*ҋ�8Ư�Fظ�*X]��}�','',0,'?'),('�7�|6䃠B*��k�{�','wp-content/plugins/burger-companion/inc/setto/images/product/product-3.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;�����oݵ9��x�','S�dF�D��_ہ��K��<���г��qr���','',0,'?'),('�>���͙x���ft\n','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�E��!Es�Ge�?_','P#Y��fG�GÓo�J�d02��J�En�>��<','',0,'?'),('�R`!�H´�H���\"6','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o��3������','�R,��`�LW�x����jǽ��n��P����y','',0,'?'),('�S�߸h�:�dV��ކV','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�|��Ԙ[���,�','u1N;8a��V�+�ה&�(bЫ��i�����5','',0,'?'),('�U�S�\rB��c>\r�','wp-includes/blocks/latest-comments/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XV�e�Y�2yɑ#�','�	L�l���\0�ū���l�S�^65jz�u','',0,'?'),('�W�H����_�(;���D','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/InternalErrorException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/InternalErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]�J��ʑ*��','`�-�W]��yn-%�l��+V��qZ1/_ �m9p�','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Z�s�h<���	','�����\0\n��[>��`fC�i/�hw���vM�','',0,'?'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�X�ȱ@4-�����K','wp-content/themes/astra/inc/assets/js/column-block-compatibility.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/column-block-compatibility.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�}�͐����6','fs�6�N\\$���%E���7�7zi��N���','',0,'?'),('�\\fE�\no�����GT','wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1h\'9�v���b��n�;�','k��K�/ᐺtS/�\r�Y�4��rЮ	?��','',0,'?'),('�a�1�p���ޜ�V�','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\X��0%=݈A!��','bZG~�u��&\r坯1楃/�+/i����','',0,'?'),('�bhT������@��','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qr2i�3xT�Ġ>�I�d','���ۊ�=X��l�y��j�����p�','',0,'?'),('�e�\na�%o����E�','wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xI\'PQ�\rg�3	q�','Z�#������V�KL�<RѤ��a�b���','',0,'?'),('�g��d��з��nX','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~p�p<�ӈ','�hm�?RnCMs�[�:����Ƥo���\"2x�\Z','',0,'?'),('�pt_ Y����7L�Kt','wp-admin/css/deprecated-media-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����\r�W��C�','�U=E�\"=��a�w�f\Zͬ9�8m��Fˏ��V��','',0,'?'),('�}9�jK�����c`S�','wp-content/plugins/elementor/assets/mask-shapes/triangle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4����\'9k','‹[�[1���KA~�R*p���W1qꄐ\r�Df�','',0,'?'),('��]�„[���\r���','wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!IQ՟���]k�ĉ�i','ʬ׺&�@��\n�OEl������Y���','',0,'?'),('��l?]�Z�jKY�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���]`��b)Č�','NJH�bQ#��E$���5*8����xZ�s�!�','',0,'?'),('���/�T��1 �k�','wp-content/themes/sydney/inc/customizer/controls/typography/script.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XJ�Q.��\'�hW�q�','❃I���O�P��y>��As�4�͟׀','',0,'?'),('��.��9��q��+�oA','wp-content/plugins/redirection/locale/json/redirection-it_IT.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��$�&�}�b�מ���','\r��P\r�jMr_���Kآ�#֥P��dp\\','',0,'?'),('�����\Zn� �\\��+�','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_VersionRequirement.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_VersionRequirement.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[������ՒK�1','\Z\r|G֒����b�=�fՄ����:�(�','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<=�ؒ��M%�','�.��D�q��l��7Y0z[�^y+��\'���	','',0,'?'),('���N��.�c���	]`','wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꍺ�<٩S�HQO��','&��4Dք��P�\"����w?��\r��2q�','',0,'?'),('����B%�~�\0��i���','wp-content/plugins/ninja-tables/public/views/frameless/show_ntb_preview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/frameless/show_ntb_preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�����|��F','��ph7�m�ip=�C����:1����3+7','',0,'?'),('��k6�hFgB�ۑ��','wp-content/themes/sydney/images/customizer/sidebar-right.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V���R��j�s7S�$','�*n�zv�|~zÁ�W*L��V�����','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*���?�4�k��&-s','�v2�UW�n�4V�[an�*�?����X��','',0,'?'),('���n�1�u`z�@ң�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����������Sۨ��','M4#\\���g�ZK��2���=�Y��h\'�\\','',0,'?'),('���[�/�9}�`:w�P','license.txt','/home/sleepingsolutions.co.uk/public_html/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UT{C�ɷ�!�-�Q9�','5���WJy��\"�E�><�GE�;��=��X��\n\n�f','',0,'?'),('���8�/ٵ��K�','wp-content/themes/sydney/images/customizer/pcat4.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|-mC�-��^.��4','�����_W��u\0NT<80��~\"','',0,'?'),('��v���K:�ZF','wp-includes/blocks/site-tagline/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�F��هs�[�mH�','��B\n×�ȹF)|6=�9G���>��n�`�u\Z','',0,'?'),('�܎�~\noH|��*WS','wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����r�.����z�','��	/�!ܧ��H���r\n��;r���%^�Þ','',0,'?'),('��F�F�fs����l��','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���I���q8���','�(j��=e�-G��[  �˼n����|��1�O�','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\0��9(�~Vb�\r','x�|ؤ��h�G5um~.Hu����[�(4D','',0,'?'),('��bͼ}����J.�','wp-content/plugins/burger-companion/inc/appetizer/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�1矜��^���c��','	\"��1n������u�s�_G�dmJ/u+�X���','',0,'?'),('��P_���VN��>���','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݬ˕�F�M���\0','��1� \0 !׸�6,���#�.�0��(/�ގ�','',0,'?'),('��[\r�A�h�JM�','wp-content/plugins/ninja-tables/admin/table-builder/DynamicConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/DynamicConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��ȋ��`��O�','M��J������Yc\r�3n�}�Y�m�$Ú�','',0,'?'),('��en\'��LBvj�\r','wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q7�$��Pv��K(7m','�z��)y���JV����g{ٱxC�\"vFndPX','',0,'?'),('��o�䯺#yF$qʣ-','wp-content/plugins/burger-companion/inc/coziplus/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�}�Uـ�q��a	Q�','{���7�MN�s�a:�p;�?PP������d&','',0,'?'),('���i׃����@�N�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��\0y&�rQ�[��','h��Z��W*d�!7�mm�Ap���)�ZZ�o��','',0,'?'),('�\0�����.}�fwA','wp-includes/date.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͽ�Na�e����\\�E','��CR�H��<f�T�|�Ϫ�/\"�Φ�h$','',0,'?'),('�\r��%�A}�* ��V','wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T$r�&M��C����H?�','f}���\r ��xֵb�b3:�_��˚S���','',0,'?'),('�R&��	-��Sv�(�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�AE�8~�\0���','���������`>�W�h���@N]�6��Ɋ','',0,'?'),('��ᨩ���`����+','wp-content/plugins/wp-cerber/assets/flags/nf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O[Z��֕9�','�t��.�_(jcWTN�ΰ���}/�Բx�','',0,'?'),('�!TX�Ǭ�0��\\TL','wp-content/themes/sydney/inc/theme-update.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/theme-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E���r\rd�@�J&��','K��:�Q���Hh��ј{� <M�^�j����','',0,'?'),('�+Q�VcE@yt��|)','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/placeholder.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/placeholder.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{+��5\"�a,����','x�_�I�VP��G��Kऐ^���f��œN/Փ�','',0,'?'),('�?TEb�V+�#闓HC','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%�.v��!�{�9','>-�q;�v�3��R�ј��u�A�Ir,��8�^','',0,'?'),('�H�QJ�`�\0a:~�װ','wp-content/plugins/burger-companion/inc/appetizer/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cn]g�9�Z����','��@����U�E�d���-�k��d�2m�','',0,'?'),('�IL��Ʃ3Ӈ.�Ah','wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�Ňe�l���ӈ��4�','���Wh3Q�\\�Z*���Qh(�����^','',0,'?'),('�P+o�xL6*�i�j','wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�� ό���!t��','�=�jƦĵ���6_�FJ�L�U&7�p=p�[�','',0,'?'),('�R�‚�%0�i�1V�%','wp-content/plugins/elementor/assets/js/editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*)m&d_ðY�o��\Zs�','$S�ݾ��7�M���F�x��;�+��aë�,�','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�\\�l/�S��	��ʨ�z','wp-includes/blocks/template-part/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{�9��eMz+d�z&e2','�ip��=] �,Ǟ8a�kt���r�__h�>','',0,'?'),('�g�\"�\"r|@�i�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�^�n�l��W�','?4��q>��	��n_\Z9�<S� ي���','',0,'?'),('�k���j���r-�|%','wp-content/plugins/redirection/models/redirect/redirect-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fU4��zV���\rS:','J�����m���?��-@�j�)�T���d','',0,'?'),('�v|����U����J!b','wp-content/plugins/wordpress-seo/images/open_graph.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/open_graph.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&=*��I|��','��:��l���SϮr�������-}=I\Z��','',0,'?'),('��I1\\�T-��q��','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(E��Ϧ\"�=��','\0	̀�����poD�WT��<J�jD','',0,'?'),('������6\n��M�H�4','wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fZ�j��J��i[','܈&��3\Z��j^�$�\Z�6J�1�e�4��\\�','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@_vaє͓N�|�j�','<�	�gK�K�Ԇ�{�ȑn�V��U�̉\n�2�','',0,'?'),('��X<7��Y-%A��cq','wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DԨ�{�0�*�]�\\f','2f��R�2�H�rV��X4��)i\Z�UR�&n','',0,'?'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','im�����s[�x��','����U�T&ڬ�V��a������XǍ&a','',0,'?'),('�� ��~kѯ�}B{�','wp-content/plugins/elementor/assets/css/editor-preview.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5)�-��\r�n�o;\Z','ɺ{A����h^��g��g�����0��=a�','',0,'?'),('���5�H�2�n��-%�9','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���)�b\0��n�','�� �v��\Z>���Y��n�\n���!���&8','',0,'?'),('�����-G�ӈ�_t�','wp-content/plugins/wpforms-lite/lite/wpforms-lite.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/wpforms-lite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Q��>�+�2\'','E���EYY�1��j>l\Z�%{ݠ(\\�ݷ���w�','',0,'?'),('��$��5��/ޑ*W�','wp-content/plugins/updraftplus/languages/updraftplus-ca.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��<}�kRU�S��%u�','f�L�������Ց�X/\\�B��/�\n�hfh','',0,'?'),('��[L��|���J��','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nE��T��Wf�~�','�5I����G3�$�M�\Zǟ��B�[��y}�','',0,'?'),('���fO��ߠ�%bi\Z�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�K�T����q�','r?�swa�\"]�v�e\Zśel��ڈB�w�y','',0,'?'),('��H��_X�Ѕ�gU','wp-content/themes/twentytwentyone/search.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜k���y�t','��\0�<w����3=S��wT-|\"��uV�c � w','',0,'?'),('�����Lx{s���5','wp-content/plugins/elementor/assets/js/nested-tabs.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ho&�����&��j�G','\0����#dcġl���7��4	�Vؽ%����','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C`�]1~������','׳[�p:�	�z���K�QWw�t}H��I�(	�','',0,'?'),('��i�%���o�)�#��\\','wp-includes/blocks/image/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r|7��j���@¡�','�8}��F�f�H��v��=�Dw��eA����9','',0,'?'),('��B:���w5���','wp-content/themes/astra/assets/css/minified/menu-animation.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/menu-animation.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s	�����U�76p','���jB���I��o �~��C+��]cN6�W�','',0,'?'),('��ǂ�M��}�G���A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�E��S��e���<','>f����^1Pf<9D��J�RDy�M�����','',0,'?'),('�~Y\\��\\y�h�','wp-content/themes/astra/searchform.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�`Њ���>�@-�(','��5��G^���`.Hn�C�V�}�-��L�5��~','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�GA��<�x7^^�j.','ѢV��t�`�0�䃕�����9hj~��9y','',0,'?'),('�M�}�n�\"4jd�R��','wp-includes/blocks/post-template/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�����M�}\\�','K�.�c�~�������[&\'��1�S�S���','',0,'?'),('��P�E�����J�','wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��򄙽6��\Z�','o&/�ў�!�}�:�b�L\Z�J�������','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����u[ۡ6���t�','wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�N2���K��}���$',' 6 �&+�� ���\"_���\'_����;���r','',0,'?'),('�\"���lj͘�F�;,','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��`���FW%l�','��F���IVQŁ�UfP���\Z\n�CNFT','',0,'?'),('�&��8�����G�y�','wp-content/themes/sydney/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xڰ�vM Xh��㛔�o','s�N2!�HV��k���O�E��\"Fa\\�s�U','',0,'?'),('�(#��=��	\n��\ZU','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�����C\'v0��','F��\"�G�.a�g��s߹+�V�L���)Ι�','',0,'?'),('�,:���3�չ�C@�~�','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Nf��y��W�','�Z�g����B}��\n�+{�\rN�T|l�!F��','',0,'?'),('�2�G�7��{�M�','wp-content/plugins/burger-companion/inc/cozibee/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ����5�+��<T','_�>�|r�.�-���\Z#͘�5\Zm�Z{�\0��','',0,'?'),('�5�qn`��s~n��˝�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݢyi1��+Ɛ�^','�%\n�|_,��JJiX/1��	���2�o�@�','',0,'?'),('�E����›y��i�','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c	� ޵H;�D','���jf&0$~0�q$��-OC}ѧ@�ް\Z�?��','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',0,'?'),('�V�^�3��m6�._P','wp-includes/customize/class-wp-customize-background-image-setting.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��挷[��^�7,','lxE&�35̅��Nj����!%Ƹ��v��','',0,'?'),('�q2t�rۗ,]s*r�','wp-includes/blocks/audio/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b���W���4�5�Zy�','>xj$a�|���R��\\:��0�ɬ��3�O[B','',0,'?'),('��iE��ͷ�ӏ��','wp-content/plugins/redirection/locale/json/redirection-es_CO.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_CO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!����ߥU�$��X5','�����}d�U��I4��2@|1\\���ʿ����','',0,'?'),('����]5I%���Z','wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`Z\nL�\0h���H�v&','n^�����A�>�5��D�m^����A�2`���','',0,'?'),('��i]6Z+\\�Nu^���','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pA]�Qe�[���%','h`�f�72�L����(Ca\\��c0--?{��','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�?�Mx����l|�','�B�S\ZBeLƓ3�#ھ��b�j52=�<P�3v�','',0,'?'),('���7�M3š�$��','wp-includes/images/smilies/icon_question.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�:0���w�ʏ','��>�g�H�������:��׎��L3?w=�','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����\"�֢]v�I',';~\r����N��l�$�����ҿ���S!�l�','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!{�TW�V����','�@e�{F� o���`+5p�Q\'+�eC���','',0,'?'),('��*����&B7�','wp-content/plugins/litespeed-cache/data/preset/advanced.data','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/advanced.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tW,\n;�C��|��v{U','N�1���_#��Ml�c;N�\r�N�{�q��m','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�	u��\Z);�T�D%','˲\09�\\�k.�IkX��T��6� dÌ���+s�','',0,'?'),('��p����6�ɨ��ZL','wp-includes/blocks/widget-group/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/widget-group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#��#��	���9�','��찁�+7!��^�a(Nlq�EÊ�Os�!Φ�','',0,'?'),('�ƨ�\\���Mr�}yґ�','wp-content/plugins/elementor/core/logger/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!?GQ�&��1��7�','�Zɺ$���\n��Ȩ�̍<�/%��GUlH�j��','',0,'?'),('�˭�o.���8�fYr','wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D4��qL<[@A�)q�|','�!\'�C���\'�a@T\"@ږ��+ަnj\r3','',0,'?'),('���~� g؀j�8��','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����iJٹ�8.W�B','�<2���c4��\"p�\0To!��R�wCKx�D�','',0,'?'),('��(B�A!��������','wp-includes/theme-templates.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȯ��\Z���f��','���Q)HשT2���\'�@�L+�\r�*�[�','',0,'?'),('��cEJ_�#W��}[�','wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀�m\Zӆyl�1fЫ��','�5�z|��U�8k%���_�XH��!ƻz\n	','',0,'?'),('���:��v���H','wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\\|����\Z�O\04��','��ePD̊i�1hO�\\���\"��e�Q���u�','',0,'?'),('���8�7��\'D��\Z��','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j^���E�\"0�0�e[','�r�x�J,�FN��y�=��$M�b�t�\r��\\','',0,'?'),('��-\'f�ߕ?X:4\r!','wp-includes/blocks/table/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�U<�5��Etn��','���t���	Ud�]T�i\"���Uo)j�ʂF�','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����b`���3n�','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�\\�����r+7�','��9ڇ~�=���q��+��Y2j�Ѧ��','',0,'?'),('�����F�Np*`��-','wp-content/plugins/really-simple-ssl/security/wordpress/user-registration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.$Ɨ�4߯�9�ȑ�','�T�zZB�E\Z�V�z�T�J������!�S','',0,'?'),('��]V��z�nO���F','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<����>��$F���','\\��I`��jYI�Y?�M_�(bB(\ny��','',0,'?'),('���w�zpq��Z&�e[','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-employee-carousel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-employee-carousel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�[��/������&�','V�WnS��Ȃ�T��ku�P����\'ʼ��n�>','',0,'?'),('����Kǥݳ�|u��','wp-content/themes/twentytwentyone/inc/block-patterns.php','/home/sleepingsolutions.co.uk/public_html/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','�� o�W�O	V�Fʜ','�n����ĊQ�����5�OS����f��^T�o�ɵ','',0,'?'),('���ʡ�x�\0N�n0��','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1?����3�t����',' N�ġ���;�+��!h�;Z�Cnr�Kr��','',0,'?'),('���^��\'�q���0��','wp-links-opml.php','/home/sleepingsolutions.co.uk/public_html/wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txB�ܥ�0��4ӄ?','�Rysx�L9���5\"�CZ�̜��95�� ;�','',0,'?'),('�8Y<_���w����a','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?m$��`aU<�T\\@','�sk2]e����=w%�m&⁏�ߖ]����5M\rb','',0,'?'),('�2�T���4��~�<','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Q�Bg��`�J*��O','i>zش�$�\Zr����P�צ1��lo/�I����l','',0,'?'),('�#<I5�������L','wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��³RȾ�I��Uڔ','��������c\\�k^k�`�������aH�:?��','',0,'?'),('�%n��Tߒ	^�gXΰ','wp-admin/js/inline-edit-post.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','囖�«��m��ץ�E�','&e�K(�����WΑ�0R)�a�ؤ�,rO�46','',0,'?'),('�-��šCNO���j�','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q�LӂPx�>�Ed�','�ϩ�W�EF�Jg���<���\"Psq�c��e�','',0,'?'),('�0�y�¥���êG�','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��6�l[��*�','��n�������\\�h	��~	���v�e5(�','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��Ө!�2S����','PE§���?/����9-Nb/�<�J�s��t','',0,'?'),('�6�Z��Ub2:����','wp-includes/js/dist/style-engine.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/style-engine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��P��۩*���P3��','���H�ȄB��|�F��\'���>r{�(яJL','',0,'?'),('�6��uQ[��6�̜l��','wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�„d�I;r�~~U','��$������sU�%;|�^[�	��y8','',0,'?'),('�<Y2\0<����u�P�Q�','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��K@���5�w�','�-oY����%�f�\r~Q��齙�3��a�*�','',0,'?'),('�A���^򓱝P�3�k�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"(�!�#_���,�','3W���4E��sWou�����0�J���W','',0,'?'),('�C݆w�\r��f� �\\�','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�͞4�$�T���w�','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�Tq�Q�;��iTIt	','wp-content/plugins/really-simple-ssl/class-server.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';5�\n��l����u�Y','N���\Z����@��b:4N��Z�ms\Z�6�','',0,'?'),('�V�\Z�\'[#(\ZG�','wp-content/plugins/elementor/assets/shapes/clouds-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƞ�l���\'[�.V�','�H���WmL�ل�����Ǩ�dޟ�)㰳X�','',0,'?'),('�XPwy�����\'�','wp-includes/blocks/navigation/view-modal.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\yٽ<V�4g','��w$��\r�G��W[r�X�<���{\'','',0,'?'),('�^Jb��]�ryM�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�p�_��\ZGr �4]','K6�#�o;͖җ�	��\Z���]��8NkJ܂','',0,'?'),('�g�V�Sf���Rx','wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��w�f�U28���','�#u���\"�L��x7̷���X�OZs4\"�u','',0,'?'),('�l���(��%ݭ�� �','wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�|��D�ёN ��','Z��wp%�}���W���X�w.�h)�ڇ١','',0,'?'),('�m`��5\n+��7��','wp-includes/blocks/search/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]L*�P��)�^���m�','ζ�j��a-���%c)���7(��;���<�|�','',0,'?'),('�zU)��퇵�r���x','wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZG�_������J','[��ޥE�ȟ��+?̤	�N�<�h��Q�','',0,'?'),('�~Rʁ���u!�juI','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�;\n�7ik(�PL','�z�A���m�2lIK���E�I\r�+P��','',0,'?'),('��Q���6Ơ5cԪ�','wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�>})�Wʍk�<�%','���xZ�i��/7�)A�LO���\"U�R','',0,'?'),('���\ri�_%%2\r�(T�','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���!Q�->pUA9','o�F^g�\ZN�:��\ZN^�\n�s��a�R�{2�','',0,'?'),('���,o{�N�\'����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/ud_smile.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/ud_smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���Zm��:���','��Kͽj��%���f���.�/N���A�/�','',0,'?'),('��&�Žk�uP\0��','wp-content/plugins/litespeed-cache/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_�F4�12���	�','@���\'\\�Q�m3{�h�a�61P��9�ߗ�}�','',0,'?'),('����X�1�L�w��^','wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ଥ�Ld�a܀�@�O8','HƆX`�JF�?�2�W�%i2[��M���','',0,'?'),('��n&���n�!崬�','wp-admin/css/site-icon.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���\"���O�~��','wp-content/plugins/elementor/core/upgrade/task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�o)e0�i�.kGP','��A;����K�~����h��\'�1^�~^7�/','',0,'?'),('��I��H���b=�j��','wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�ZE��5B^O�','�\"�����N��dx��pv�G����4���','',0,'?'),('������­{�e','wp-includes/blocks/comments-title/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǔ�����:�*r�','�{d�zA9K�fȔ�i��M�4ۦxx�[d�v��`','',0,'?'),('����Yh� �����	�','wp-content/plugins/wordpress-seo/src/helpers/user-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—���;�6��U.K�','đ-�����\0xB�1C�+D�O��ɭ��%�H�?3','',0,'?'),('���Q���e�@�W\'1�b','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��39B�\Zq��99�','\n�Je\0E@0H�lc{\Z6�y	�]�������\ru\r�','',0,'?'),('�����]?��5��{�','wp-content/plugins/burger-companion/inc/seokart/images/team-img-6.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��$�x�W���,��','��IUKA����K�A��Q�x˛�,����','',0,'?'),('��{���{8B%@\0�x�','wp-includes/blocks/post-featured-image/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���a\n���=o[U%��','�j\'Kt̨������mQi�M�����An�-� \r�','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɴ����y�,���XS','�\'<X���*;}�����ڋ<_3Ak�[8b��','',0,'?'),('�ҍVO�h���\n�S','wp-content/plugins/litespeed-cache/inc/object.lib.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/inc/object.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fݭ�+�@h�\Z��V','�o8f�i?ٔ���X�{h}�~�CB���Pz\'','',0,'?'),('�״��\0x�v��}�\Z','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��MK�װ��3��s$','�E�V`t�a�IEǕ�}$w�i����eSp|O�G','',0,'?'),('����!n*�]�z,F�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԡ�+jߗ��v۷�V�','&��>��e�S�o?���/�O�v�&�9`�Qq','',0,'?'),('��Vr^T2���X�O���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��]j�l�\'��/x5','wp-includes/js/wp-sanitize.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�‹J��xq��O','+�!W�@y��\0R{)�i�v��\nS�z3;�','',0,'?'),('��w����D�','wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2���7f%�3�w�','5������jM����sK�ʐX����5�[F��>','',0,'?'),('��!��4��r��]�','wp-content/plugins/wordpress-seo/wpml-config.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','셵�Y��1����',')?$ �7�*o��:���pƿ@��hjx~L�����','',0,'?'),('��71���}\n��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�2+;�F���нNM��','�w��\"�*��5�U T@��nyȳ�^a�u��\'','',0,'?'),('��2.|�,�I`ӌ�xt�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{���HԀ�4p�(�','�&�t9�F\"�`a�t�f��G������l�f{','',0,'?'),('��\r(0D���d����l','wp-content/plugins/ninja-tables/assets/js/ninja-tables-footable.3.1.0.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-footable.3.1.0.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\Z�o��y�����L�\'','cSJz�I/[LO���tHע���K�n\0m`�L�','',0,'?'),('��$��S�K�� Eכ','wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\r���?���V�','.{Z2036��V�����ms��I 4/V\0�','',0,'?'),('���b�uPq2�h�{1','wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��])sP�.�֛��b ','(����Ǧ�����%m��T�`Q	8�:h�R','',0,'?'),('��+M66\0C�g؍%\"','wp-content/plugins/elementor/includes/admin-templates/new-template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��.o�ϋ\'��j\r��','��&�D�R9�V�	��^�{�V��ƍJ��i','',0,'?'),('�\nr\'���AZ}��!�d�','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��;��I�a{Ƭ��','��zI���QZpR:Z֡��im��B�ػ\r0��0','',0,'?'),('���95\n~i~��+�','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�:���UD�����','q����[���Ӷ�.W/3+k��m�8mF3wv�','',0,'?'),('�m@Rj�h��!Cx�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/RangeInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/RangeInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���vc0�mK�h?�','��P�GҐ|���&�~�h	����T�9��Rply�','',0,'?'),('�#�>C�j���ӈb!','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hv��M?���0q�h','���8�TD{1��)[ݴ��1F�p��e','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�2��R����J��','wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��uB�	�E\n�\n',':5�o��l�I�AMb�r�IE�,�tW�-����','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.������ #�v�}','�i���$��h�}�ws�������X��2�c','',0,'?'),('�4!c��2=��(ql	','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��b9��+N5�4D','�vH�IBg\Z�B���@p 4��)�7�','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����;\Z���5�','\n��m��m^�G&%�\0�SKm��Y2p����#','',0,'?'),('�8�������P5aĨ�	','wp-includes/images/smilies/icon_wink.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�9��]�Z��C3\Z<�5','wp-content/plugins/elementor/assets/mask-shapes/blob.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/blob.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��qD��cp�X8 �\0','Y�,�ѝ���y�����«��n���Z*�_Y','',0,'?'),('�B�Pfn���a����','wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lVP֝4<5��Nm�$�','3����0��η�?y�-P��uS��S�b�','',0,'?'),('�GO�\'꙽6Lg��','wp-content/plugins/burger-companion/inc/appetizer/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\n^�pI��Kc����','Rۊ۬ާ:����l-d�y�\\m�험Qf�1','',0,'?'),('�UpHs,M��\r��*a','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3D0ɺ\'1>���M�','\r��_�y?�����&�o�G�϶����N�n','',0,'?'),('�a����óh��G^�i�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��fˣ���	O�:*��','YC�<\"��Q�H�ZM�c��wڒE��p�Ҥ�o��','',0,'?'),('�w��I�S�U���8+$�','wp-content/plugins/elementor/includes/controls/raw-html.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���T���j$�m','�/oy�vj�|Y6�J�;r`_�������]�','',0,'?'),('�{��\'\'��O�,���','wp-content/plugins/litespeed-cache/src/avatar.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/avatar.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lg��NJ:����C��','6��8iHIR�����K�o�6�L����څ�','',0,'?'),('�}�/��+M2S�6���','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�����	8DN�\Z','��Q�^[��k�D�V�vP����gSW��b���5','',0,'?'),('����g�D�	�S���','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�Ci��S�<:Ӹ','�\r�9�X琅��>���C!Rx��f\\[\'�Mnj','',0,'?'),('��\"9�-�/ݗ�E�','wp-content/plugins/wordfence/css/fullLog.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/fullLog.1670945819.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,'?'),('��]����g���(^','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5k�����kL\n�>','��r�Z���ӫ���s/A� �DŽZ3�V�','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','75 \Z��2�V��`z','����r�|nt�W����XM��f��8ӳܼ','',0,'?'),('�����a����0�','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��ɧ�Г�3ӄ��sv','�\\�.�d�k���|+#X�琌�?������P','',0,'?'),('���Y�s��\\\n��d���','wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��CGe�_#�����','^x\'�����qA>�d\nKtv)�:$�ĥK','',0,'?'),('��L��Ί�6�7m���','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.1۠�R���g{�tJ','�*�^��BiΔ�>C�����F]���3��','',0,'?'),('��d�^j�fBV��k�','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\Z�+��:m�o�n','-[�]xm��P���Ē����K�S��O','',0,'?'),('�����wtz����	','wp-includes/blocks/term-description/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/term-description/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pp-���Y���Ur','r�ϲ_�^����<�b(PE.\r%i*xI�Zϛٮ','',0,'?'),('��\r\nٽl�\'w��R7[','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yc��٬�D[�nD�K','�+��/\r-��/-tg�!�Qh������q�$','',0,'?'),('��l�3.	XN�','wp-includes/Requests/Exception/HTTP/403.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���ڮ�V�3���','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('����n��z�iB���','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/simba-tfa.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/simba-tfa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڛњ���M{�s�','1ܫ\Z�~�\r��-�bxx�	R�v��4]N�@','',0,'?'),('��:\0ڥ�8~/�o','wp-content/plugins/wp-cerber/assets/flags/bl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�	�!�]��y','��(��w�pg�*\n�p{\Z}[_�e��2�(˧�','',0,'?'),('���ݓ4�dҾ���T8','wp-content/plugins/wp-cerber/assets/flags/it.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/it.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɔ�d�ܛ$e\r�05','���92x��Z����5ή�o1���^U)��','',0,'?'),('��N������^�J�W��','wp-content/plugins/wordpress-seo/src/models/seo-links.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/seo-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&1��XJ$ߢ��/�l','\n�olq]Ti�R�_�΄������cw��u�*','',0,'?'),('���%h��3���Dh��','wp-content/plugins/elementor/core/base/background-process/wp-background-process.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̄ߪC�X`s�`�g�','��@���D��8�O^.�<�o?ÙM�+��,','',0,'?'),('����d�\0Z��l��:','wp-content/plugins/elementor/assets/css/widget-heading.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-heading.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\'9a��4�g��>','�?̓�\n�Y�Mnڪ\0w�7B�@%*goY2�g','',0,'?'),('���Jz՘PD��#�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�����9|��d�\\,','����p�8�P!g��{Vm;��Z�P���}','',0,'?'),('��<���)�\"���vY4','wp-includes/blocks/verse/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX߁���`j�����','%_��ҷ74����w\'���G��&dr#��x�','',0,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sѵ�����,�{1W','T�̶�ȯ\\��F�\r�z�-e���,�u2^','',0,'?'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��*ȵ��MY+�','�٨����G���(䳴�HH�w�o�`�ph�?�','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�tw�U|L����i{','�$��(�#Q1���B�j�ێ|󚨅j4D�D�','',0,'?'),('��B�3\r�qel�L�','wp-includes/blocks/query-no-results.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�e��*{/<�\'��','s6��1O���Q��Id��gP?�4�[z��B','',0,'?'),('��P\Z��/���l%�','wp-includes/js/jquery/jquery.hotkeys.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�\0� ��k~��U5T','wp-includes/widgets/class-wp-widget-text.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^lw����u�`�Ģ\r�^','��p�Y�:׫�߀Ӷ���w�4��d\n#^','',0,'?'),('����l�o/�\\I= ','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�MS���qg�?���','��k���Vأ����s%�\\R9k�[m/@','',0,'?'),('�	J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�\n��Cm�Q�Uܓq��','wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�L���R\'�9�xi','����`D\\^)�I(�H�;��1+.c��\0�7�','',0,'?'),('�}.��F�!�\r~\0�&','wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���Z�0v_��16','���m�n¶�6����AG���f/a灇�����','',0,'?'),('��-���r}ד���','wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�;��9Zm���M���','Q3�<0m����db��nR�:�_���uA2i','',0,'?'),('��Ӡ_�Q?����#','wp-content/plugins/wordfence/images/logos/shield-response.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-response.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�\nو1:/(d%܅�','�\Z�jtY�aW=x!��[�4H!|�����','',0,'?'),('�χ���y2ř���','wp-content/plugins/wordpress-seo/js/dist/languages/pl.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$d��f�\"R�x�0��','����|)�!����K�P��V��ߚ�(','',0,'?'),('�%��CB�*��r��QP','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�y\nY�n2�!��','ShV�Zt^�~͛���\n#$֒\r�5�V���','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��q��ڦ��B','���l}�u���L�޽�܋8;�m]���c\n��','',0,'?'),('�?8Rm�ТE7h��<�','wp-includes/blocks/buttons/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ij���D?a#��','P5gz��u�U$i��t,�!��D�l��ò�]�','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g4i�e��ڠ�Y,׃','u,�tsn��`�b�$�D�r�FRS��r�ґ�^\"','',0,'?'),('�JF�2�o[@c��\r�','wp-content/plugins/really-simple-ssl/upgrade/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cz��ʍ�Y�QEN�[','6P&}f2�\'���F�ԉ��u���}��_���','',0,'?'),('�Q����ԁ�2�7u�L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg','/home/sleepingsolutions.co.uk/public_html/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$H�+�\0*��#3/','wp-content/themes/astra/template-parts/404/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/404/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@Ԍm�p���,','\\��r\ZA���/��%I�ʶ�(�u��7�V\0pe�','',0,'?'),('�UA�Q�,U���q���','wp-includes/blocks/pullquote/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�*Yb�_Hl��<Ovs','5sY�|;8)��lϓ���a�w�]��S˘ճ�t','',0,'?'),('�^�ed{��\ZJ֗��=','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�PI�?���V�F�cF','\\f�)YqM���A;���cS�ج+�>���^\r','',0,'?'),('�hM�B�~�3�R','wp-content/themes/astra/theme.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��\r;d�y\\O','37�z�w�f����z�-����ֆ�0�º�','',0,'?'),('�m�ϮM>�����d�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/,0��\n�*2s�Gp','��;;�j����c ���B^}�}@�B�$N�%','',0,'?'),('�qD�)�R��0�o&�','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·�f��L�y��u�*','T�\0\'��rbP;\r׋�x���D�%�����?','',0,'?'),('�r)F�ScS�I���2C','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æt�V��O��+�mF','��)-n����d��\\Go�Q�	3݁�}�2�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php','/home/sleepingsolutions.co.uk/public_html/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','�6ˋ�RC��[A','^�<�����E�Q�a���� e��M���~|','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/_����j��<T','$\0��B8��4,�\";l�0�vO�)y$I��+','',0,'?'),('���oq��{�k��?^A','wp-content/plugins/litespeed-cache/src/localization.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/localization.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ñsr=K����B��','v��PDw��4	Qݤ�z��1��p�H���N','',0,'?'),('��0���=�o�;�','wp-content/plugins/elementor/includes/controls/groups/image-size.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��m����`�QuE','�7Bxn��s��^�)\n�j���\"�noRE�','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Fً��M�Y#uͳ','[����;2;�2⻖�d�q~�z\Z��7ևH�W�','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif','/home/sleepingsolutions.co.uk/public_html/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ǟ�8;%��\0Eg�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��\Ze�\nExq�X�','ևD���7�߽i�T��0Bl!rm�0�81','',0,'?'),('���py���}ŝ�i','wp-content/themes/sydney/js/owl.carousel.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Q2�TN&�����','u^��l7hUZ�t��^�5G�I��T3�\"���$','',0,'?'),('��wF��ȶ���# �','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��o�}�$\Z�X�','��EʕG��!�ܷ�[�~r��:��\'O�','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���Ml�E��_&','w��/�2-�*_��P����s�Q�Oi{a@','',0,'?'),('����8#i�j�g�m,�','wp-content/plugins/redirection/locale/redirection-en_CA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&YÖ�~�@���}�','�<YF�2�Z����Y�d��6����)`�j��','',0,'?'),('���tb���`s]\'','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gǐC�h�2/�,�','�cV?��;�.��ü�Ժ��v�a�ۡ1�`Y*C','',0,'?'),('��:\Z�`gI ��>P)','wp-includes/assets/script-loader-react-refresh-entry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9Q*%M��i~J�','����,�Z�H�^-��C*0AJ��D��4�&','',0,'?'),('��4�3��_�K6��0','wp-content/plugins/updraftplus/images/addons-images/onedrive.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/onedrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\" �Æ�hO����	','��(aF�_N�–�\\�R4��j(s0�A^�W��','',0,'?'),('��$͔p����腴3y','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�`,��&l8yۢ�','���@����N�;�J334�C,G��q̉&�','',0,'?'),('��4h����5�Kã','wp-content/plugins/updraftplus/central/wp-optimize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/wp-optimize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d8��.�K���\\�?���','�]�=C}�O�����y�*d��ԥ��p','',0,'?'),('���� VFKԅ���','wp-content/plugins/redirection/locale/json/redirection-cs_CZ.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��b2�XG�3^','˵���`\\�6��E}�?F!DZ�\ZQbM��r��','',0,'?'),('�3cT|�~Lc�7���','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q$�P��\'ǂi�ٕc�','��-U�AT��:�8|�H�ɤH>\0��k��','',0,'?'),('�����հ	̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q*ZZ�sq���A}p�','?L\0e}���z4�t,�N)^�Q����À۲','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���>�*���X&��','/�#B�_,�LL��۬�\r�U}���P�l��f�','',0,'?'),('�(���Ϲ��ز���','wp-includes/blocks/video/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F>@�4��,�^�En�','�}�(�دq�Q��|�j��?���9�^�޴4?','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ӣ��?�.\\{�','#N,�.��Vc��ҹ1D���!?“4�dJ�Qtݨ','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^v���U�S�q ��','�ӈL��_W�D�{4���\'�]T7�\n���','',0,'?'),('�4\nR����c8_sVuA','wp-content/plugins/redirection/models/url/url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=qN@Mr�����t3p','Z������7yJ��+�D��A��_���','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�Lu���w?���q9','wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�a;�*P���','���l�\r\n�t@��=Kb��0nP�e�;!����','',0,'?'),('�Q��ӈ���~EDݜ�','wp-content/themes/sydney/js/select2.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s4[x_���h�-�','Q��\nV�p�)܎t�N\\K1��8��L�\r','',0,'?'),('�U$_��hO)����','wp-content/plugins/really-simple-ssl/assets/css/admin.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�����-{t��',':�\r���4�!����3�Yt�� R�3�hN�','',0,'?'),('�U�F�Vq\":��6ҍ','wp-content/plugins/elementor/assets/js/notes.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/notes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��ix��:���i�z','G<��i��͕��\r����G��7P+�z�','',0,'?'),('�W�s��a��v��3�','wp-content/plugins/ninja-tables/assets/mix-manifest.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/mix-manifest.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B/a�g�� `$�','%~n-�3^��dʇ�9�mLL8��X\0j��к','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�_͆�j2QD2\r���9','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�� }��:��~�',';��2:d�h�uΥ����������v�','',0,'?'),('�`�h�sY%3d��d','wp-content/plugins/redirection/matches/language.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/language.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�d�з��d$�','���m\n\"֩�]��&���A\"y��Ԓ��n2�\"}','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLt&לk$*A�i�ŷ','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�he��M]�BӱS�˜�','wp-content/plugins/redirection/models/fixer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�~�2�9lm�A���','	W~k�S�����:7����),5�X�k(5c�','',0,'?'),('�x!dxn��L��`','wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\��PQ�Geɧ\"R','6�L��7^2\'y���a���5��I#Dã\0','',0,'?'),('�x���ճ=,���=','wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"UE\"�Eb;D�n�','��Ա�r�g���CXJU�1��։Ya,��1','',0,'?'),('�{�����gb$t�I','wp-content/plugins/updraftplus/methods/azure.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���TT������T','����6��Z��\Zv�[\r[0~O����F�G�RNh','',0,'?'),('���Nl0<+�ox','wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ō�\'j��CB�','�b��W��*irsp�8�����^m��','',0,'?'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php','/home/sleepingsolutions.co.uk/public_html/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','�h�l����9[�r�','�f�G�\Z��\njX��#�w�\0O���;��F��','',0,'?'),('��,���S;�F���','wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n3ʚ�r\"�䜮','L]m�<�Y������~W������pj\\�','',0,'?'),('��7=��8xr_7ɤ','wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YU�{�x�8��D�7)','qH^S�C��l�����eD29���9*','',0,'?'),('��We�;C\'����,���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V6����g��ސT�','�k;^=�h\\\0ws0��d\'�f#R��{��x�b�Y��','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��=K3p*��=2l��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s,s�qԟ�\0߭��b?�','��aV��lK�~�W9!!A�\\��4���Og��','',0,'?'),('���e��Xi����|$�','wp-content/plugins/wp-cerber/assets/flags/sl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yj>PiՇ����j{','1�\'o]n��D�!�n�>�\0|&R�hZ}�����u','',0,'?'),('��X�*^�ϺR���8�','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���L�v�.�','Rgu`���„g���15�?PLR����*f0','',0,'?'),('��[�\\E�g_-\"','wp-content/plugins/litespeed-cache/qc-ping.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/qc-ping.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�!��9�D\rQ�','�\'1]|H���᩹y��J�y�\r�Mi����_?','',0,'?'),('����##Ցn\ndA\\�e','wp-includes/blocks/latest-comments/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\'���q4�PS���','��@܎�iSt�\r�-���u�,w��*�n�3','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��C��q�\0��<(�','�ɴ:�6n{W�Qf���8Р��Ġ( �5����','',0,'?'),('���S{�O\Zm�g�%L�{','wp-content/plugins/wordpress-seo/src/actions/indexables-page-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables-page-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�JG��L��XgF','�%t�]1Q�t���v��k\0�������','',0,'?'),('���)�.a��Ŝ%�','wp-content/themes/sydney/vendor/kirki-framework/control-base/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tOÀn	gW,���W','���\r�x:(>��VJ�d�.�e.k�ޓ�D�%�','',0,'?'),('������U�\\��a�E','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��*X�!qS��U��i\0','wp-content/plugins/ninja-tables/admin/table-builder/config/component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^.꬇i8]݀�O�','A���={��c�|_�q�.@���R���)�I','',0,'?'),('��I��|>Z��q','wp-content/plugins/elementor/core/logger/log-reporter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�_S,(4F���y','�T���_�Ū:��Z<�0���˝��L)�uq','',0,'?'),('�! d����xO\r<�','wp-content/plugins/wordpress-seo/src/routes/workouts-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','վ���,x��$�','�6I�����FdF%/,F>�q�ɪj�h��','',0,'?'),('�Cv�������4���','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ی#�,e�,�}y','�/o3Ⱥ�J��~�jH���#��7 �]W����','',0,'?'),('���!8YL�hdv','wp-content/plugins/burger-companion/inc/setto/features/setto-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~}�+~�]0��\n�\Z8��','?�YV�DW�Ig��?��]�t����\\�AG+��','',0,'?'),('��;Q<�`��O���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��׮|� ŋ��9\Z�','>-�lR�����+�H����Y	K�4��<','',0,'?'),('�B����!��vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php','/home/sleepingsolutions.co.uk/public_html/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','�����]�b�yc~��Kw','�����\Z�T�Di.�qs�ն� �B��`-p�nN','',0,'?'),('�Q��k���N���','wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���Ű��>��ck�','-��EpO��g��8�)ϻ�$.�-�Y������','',0,'?'),('�#��mRh�4��\Zj!','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"p*����\"�%�P','�YB��nn���ݕo��?��(�o�.k�]','',0,'?'),('�&])�����o�j�*H','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Activate.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Activate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�WRʜ�����C','i1�Rv��*Cg{���Q��d0-�}�D���','',0,'?'),('�\'&o�Sw6�����(�','wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��p;�I��7���','6l�:ȩ/���[/�)�����|���6�	V�','',0,'?'),('�)+�‰��]gg�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fѭ�,Uz�1�h','���\Z��ûF�n\ZJ��Opm�O���nD�J+','',0,'?'),('�+�i�p�ZӶtB','wp-content/themes/twentytwentyone/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m&���)�f�x)','����]5��}ԃi����j“MP�\rսϢ','',0,'?'),('�0�r��f�o���=\ZZ�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': P�q�yX�\\J!��W_','�4\0CS�I氬)�\r�Wz��&B\n@]0_u��M��','',0,'?'),('�1x*ڶ�>`;�1�.','wp-content/plugins/elementor/data/base/sub-endpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FJ��X���ͮM�)��','�`��+y�����֧]�����fN���','',0,'?'),('�2��s|��w�z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�?�����oK�l�','���Qܪ���@-a<��|ߛ���&','',0,'?'),('�4��Zs��.]��*','wp-includes/blocks/table/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jw]���6��_���','���B+v?}7(e)��ͻ�.��L|bMH�TQP�','',0,'?'),('�6D*���F��\n�\0�i','wp-content/plugins/wordpress-seo/src/config/wincher-client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�	�DϷ�ű�','�`K��qa�WUJ���2�*Ͳ��.ve�u.â�','',0,'?'),('�9V#}�X�<��\n[R','wp-includes/blocks/template-part/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{�9��eMz+d�z&e2','�ip��=] �,Ǟ8a�kt���r�__h�>','',0,'?'),('�9et�k�ߩ�zЎ8;�','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ccC ���\'L����','U�g�M\Z���O�C:��&�L#���d|Ϝ','',0,'?'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/V��m�Y��w\r��}','��!�Ǖ�k��&�/��-�Pz���a�ٶ�h�ߕ','',0,'?'),('�C��|#7�=��q<��V','wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f4��+����i��4','���;4K%$6���	��SŰ��bC�\'~','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kR�f,�J���k�','��f�!��\rWe��=?��K���jP&�*y�|','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php','/home/sleepingsolutions.co.uk/public_html/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','��.� I\05�A��D�<','ʅ<;Ҩ��&I֘^�dD(��eX�;�;{���','',0,'?'),('�N\"�,�_�	3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~����c���V��j*�','�����Q��Vtc���\\5��}����pZӜ�$','',0,'?'),('�O*���H0����}�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䆓�sH#�^p�����','��$����JH��B6�	�G6ڨ����\r�]','',0,'?'),('�O3��d�\Z�]V t','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�3��q�(P�!Ɣ�','W׋�f�� �Z�광�9#�4n�G;B7\0','',0,'?'),('�\\����\rS�j�{�','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��m>)y@�F=#c�','˞�r+\"�$����%�+��\Z�r�Kx�y\")','',0,'?'),('�bv��E��H���΄','wp-includes/js/wp-lists.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�]S�1��LY%���','�\\w� :�~�韆�X��Wj��@g���_\Z�-','',0,'?'),('�fus�	�Yx����','wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eBR��TX��g�@��','l�����[mW�6�b\r\Z�/���v^=+','',0,'?'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��D!�~3�-7���','wp-includes/blocks/avatar/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b,��=���.���5','%����^��Mk���^hiw5O�6��$�!}','',0,'?'),('�� u_k�bL5�z/cR','wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�O��%I7s��7�','��{u5�2UJ�`�\\�`�@o��B>{��lY \\','',0,'?'),('����Y<J�)+\Z�C','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8md��E�\'k\r+:w�','r�0B/G�5��a�`e��|I���!�{��','',0,'?'),('����S��D��\nE','wp-content/plugins/burger-companion/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���ô�CU','��:�@d4�PT�\0�\\�m�#�3}�tN','',0,'?'),('���Q�Z���E�CzX','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZTuNU\n�$t\n[�FZ','Y��X2���ᢝ������,�(�+��_��','',0,'?'),('��\0��t��+�o���*�','wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ų �z����U01','߫��*tȞ[�A�Č��;]\nH���Ԋ�(s','',0,'?'),('��R^`�(Z88һ �S[','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6����$�s��4�','0���D�Ԟ��w0�!��?U�P��W��%�Q','',0,'?'),('��i�G���j#��)�','wp-content/plugins/wordpress-seo/src/generated/container.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�u�)@L��2н��','Z� z��5;�\n��ޕڑ�7���','',0,'?'),('���]��c��uq�|�z','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f��f-�D��~)','��‰d�}��\Z�b/��}��[<3�h�J��','',0,'?'),('����WFg�2,��jGD','wp-content/themes/sydney/content-single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�!��\\���{�p$�','�pN�N!��S3нC�j��shc�oi�','',0,'?'),('�����8Q��I�f�','wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�>q�GYٖCd�1','E�4a�b`\0)����Ui(�@�ψ�[;��','',0,'?'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��q�mQd��_D{�x','wp-content/themes/sydney/images/customizer/fl4.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1\"/!čT�7Ns\Z','�R:��5�Y?��Se��M�S��Aԭg�','',0,'?'),('��v��#q���ȃ�','wp-includes/sodium_compat/src/Core32/ChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EOxٕX�2떭؃','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('��W31��N���gפ��','wp-includes/js/dist/vendor/react.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rĠN��|��3y�/','���v	X�V��lg;��v�	m�#]�s��','',0,'?'),('��x���Iy��f�Gv�','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�m���h��GGU�','}SF�����iQc�_F��\"�MD�K��\rɡa','',0,'?'),('��B���Vv�({c�','wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*�|I��2�(��','�Mԍ�L��.~� ٩~��_�\\�O��9���X','',0,'?'),('��x[�e��>M�','wp-admin/includes/edit-tag-messages.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.j�A8�r��Uq','�?�uZv��*�32;h�$,\r�ME�~��','',0,'?'),('�������1�!��N','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��e�bK�&����uK','wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V6At�x}���6d0@','�4���s�4����!�(��B��Z)Ab��Wr5�','',0,'?'),('�\Zb�ZF���l\r^�','wp-content/plugins/redirection/locale/redirection-fr_CA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�-��J)�e�ݵ','��� �	\"��@jj�c�6�L�DEupk�','',0,'?'),('�;o��O�uT}��@T','wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-u���J�fO�h�','� A�$��y��[-�d����Bu\\�	^=7Z@J','',0,'?'),('�f���=*�bOs�','wp-includes/style-engine/class-wp-style-engine-css-rule.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-css-rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','= ���nz���g�','�g���n:\'���\r�&5&�*�^�t��yz�','',0,'?'),('�kQ�{�^��\Z�L_Ҽ','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P\"U�GQ|�H','�K���	�?��E�S�=�a\n�3{wDa�m','',0,'?'),('�p���p��QVװ��8','wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԋ/�q��q�kdY�-X','ق��f݃ly|X�L �f��4�.�x;�E�','',0,'?'),('�q�h���Bc�92��','wp-admin/network/site-themes.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1-\"n�Ft-C��jvd','A� �/�m꧆[�\'\"T�aU,[�@����e�I','',0,'?'),('�x{:�Q%\\�_�˰8�','wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���A��o`\r\0','[y��vz2��8mj��\Z�ڈ���A��8��','',0,'?'),('���>J�hNF��!�<','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ɍ)���M�S�','��7P��UMX ���P��|b�Mr��(��\'�6','',0,'?'),('���D�HP�����f','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Z�C�q-�P�̩�','DZO�/]�ގrHN�WG�&�@�|O�n���ϤP','',0,'?'),('��v���3M�c��','wp-content/themes/astra/inc/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nQr���G�Y�','�<�6�؞3~纵�42Z|)��-��u�s�0r\Z[','',0,'?'),('��E�$�M�K���','wp-content/plugins/wordfence/js/wfonboarding.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfonboarding.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���O��\Zn\\��','R��!;���;x�dQe��o\Z�1xY~O�U=','',0,'?'),('����թ?|���1�#\'','wp-content/themes/astra/assets/css/minified/frontend.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/frontend.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5ե=��.+�','Jv�=�s٬u�6�f+���&�����3A*���c','',0,'?'),('���ߣjܬ�B�u^�U','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V���b�:� ','�`���b�e�\0�V%����>HZ�Ǜ\'S\'�u','',0,'?'),('��n1.Óu�t���lX','wp-admin/css/colors/modern/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nmt��>�\riYm�','W[��g�!�[F�����2l��\\��D�}��d','',0,'?'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��&�X�RІk�s�','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{)ҚԻ��V�','�PѣW�-)�1%�c�{lBu��޺ըr��Z��','',0,'?'),('�ä2��8�����j','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~��&WD����_','..�#*�CH�����V��������oi&Y:b�','',0,'?'),('��t��h�	,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('��Ū����֍����E','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nǠ�K��)����S','Ɂ7�U�<F9d�+�p��$��ʴ�y\\�','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�iO��[����','�Z�}*�N��W��5�3U,�H׺ۻ�|x-�B�','',0,'?'),('�ㅅ�	�C��~K�I�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�#g��i��̏6','�3�Kۚb�IPM�)dLJڙը:w�;E���h�','',0,'?'),('��b��~���no4�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�Խ1�8�/�|o�/','�c��y�z��]����|����a\"樘e�','',0,'?'),('��}B�[�^�cQ�\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\S�L@��|i���M','J� G1�}J�2(�_A=a�x:m��L�A��F','',0,'?'),('��V�5�̮�C���n','wp-content/plugins/updraftplus/images/icons/cloudfiles.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/cloudfiles.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\ryzj,l�����g\nn�','�#ۀ�����uc�\Z�����C_`?���a','',0,'?'),('��~n�K$^�R���','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�&&bÔl��T�Hְ','fNb�#�a#����㣾$��ò�}��s�e&','',0,'?'),('��eġ3���2�W��','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�Z�ɳ�|3�','��_��i���c���B���7H�%K ��','',0,'?'),('��I?��4�m�:�AIa','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W��9��T�uᇛ/','���P��A�K���6.\\�S����Ƕ�c�ӝ�','',0,'?'),('���}��g�W�cX]OY','wp-content/plugins/updraftplus/images/icons/webdav.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/webdav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rd�(�������>','ϡ�\n-eS�Wd[@���2-�/�U������','',0,'?'),('��:魩�*�/��m¸','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=fbQ�8yJ�{E�;','W��=ŧ�\\S�LUe����~}\0%��1�o�','',0,'?'),('��ڵ�]V2�2�q1�','wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z�0\'��SJ*�F/','�Q���4e� h�4}�#�U�/{�\r*Rł�k�','',0,'?'),('����1+����kI�I�','wp-content/plugins/really-simple-ssl/security/wordpress/user-enumeration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/user-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�F\ZS�\r̂Jw6','���=��̱V�rw[��A��b�%0�$\Z�t�NZ','',0,'?'),('�+S����X�j.?n','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EdM;�㍧Px��6r9','�F��Q��`�q���I�RT�g�b��>��2','',0,'?'),('�\Zu�3��I�zs)�+','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�9	���vx�@�F�','z]W�D=.)J>ؐk�D`h@vФ��H���=','',0,'?'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Yϲg&w�O ����','�t�V7���n�`�IBR�V�V��EFռ�B','',0,'?'),('�#3��J:qɭ�_��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P^ZF�{����t_�K��','ʨ�������Y�=�I\r��\\S��\n�o0Z�z��','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!z������̥','+���A�S��џbH��濳�$�V�+��N΂�','',0,'?'),('�(�Ɛ�\Z�L�)����','wp-content/plugins/wpforms-lite/assets/images/trash-red.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/trash-red.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*,@���:S�)(','�.(�x�A��t���M�\\��`m:�9��\Z�R','',0,'?'),('�/K\"R�[�y�S�','wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�乨ڈ�.�y�A�q�','V4�&--B�|�I�4Sp�Ѥ��������&','',0,'?'),('�DS���3.įy}�;','wp-admin/images/browser-rtl.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"��ӠA�\Z����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�Dz�r���','J.����I5��\n���;����t�oX����','',0,'?'),('�g�n\Z�@���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�yud#��΁�S�$5�','R�mե8/�fx�:Ӑ�t�o5~�ą��[��V�','',0,'?'),('�i�Q�l@Q��z���','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��-�05����(','����t?=}�Q�Z��j��y����O��\r;�','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۼ���P�L20��&�','l)�V�\'B\0�:�����hֵf�;\0<Ń��½','',0,'?'),('�t��.!h�t�%h��','wp-includes/blocks/video/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�/���_���g�w�5','a��K:N\\P\"Qf��t�$C��y/�g��','',0,'?'),('�{5|�f�+l\\P/貺','wp-content/themes/astra/template-parts/content-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�â��p����\Z','���~�?�q�OiIﳽج&Ϸʚ�a��L��','',0,'?'),('�}<��ˈ2�s\r�','wp-content/plugins/elementor/core/upgrade/elementor-3-re-migrate-globals.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/elementor-3-re-migrate-globals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�[��Z�< )�=D','��-��[Y���P�ѯW/�ƈg	���K!���v�','',0,'?'),('���K?2剤�bg�spp','wp-content/plugins/really-simple-ssl/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֢:�\'嚞�\\2izY','���z��~y�}Gv�ǭ�ڭa{��; \n*','',0,'?'),('���4�ʍ[ƠC�Z�Q','wp-content/plugins/elementor/includes/controls/select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��qT.�F~��\\�}','c�r��xF�9��>�ҨV�ߘ���X\'��','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('���g�y�}�\0%��B�','wp-content/plugins/redirection/locale/json/redirection-nl_NL_formal.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-nl_NL_formal.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�M���c��`���',']�A�� �mg�S�L3>n0���کV����\0%','',0,'?'),('����Ŵ5��bn��','wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�O�����me}aw���','�-�T�>hO�N���d5\0kS�,�,\n<��^�^','',0,'?'),('��[�s::��q��+�','wp-content/themes/twentytwentyone/archive.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��@��}�x�f�d��','wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('��\rn� ����-<x���','wp-content/plugins/litespeed-cache/tpl/banner/new_version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/new_version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ew*��:�@f�A','���,@�~�[���B�B�����(�},;Y��1','',0,'?'),('����RI���\"��\n�','wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��Ney���k �AL','�1�.� Wj��\0��@¡W��Ի��\\U-�','',0,'?'),('��2���s��k��','wp-includes/blocks/categories/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<-c��8=O�0','v�yc�\Z�p9�GFmUb(�3��/>�','',0,'?'),('�����oy�\\Y.6�','wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z lR#�]��5��','�\\���v� ��@�0/s�����V��g����','',0,'?'),('���6B�b���M��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�֯��!y�]�Ռ','1zy�K�5�����y&���Uue-?>�pk�l=','',0,'?'),('������yݪ8-2�0','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�:8�~��E�D�e','�\Z\Z��aG��k`�}T�C�n?ؚS���','',0,'?'),('��XUqn��\ZҸ\'2�@�','wp-content/plugins/updraftplus/includes/Google/Logger/File.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���8A�j<�]�+','h#&����	P9���Z���N���<\r�߰E�','',0,'?'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ġ3mZ�\r�d���','A7�tg��?�.:��q����g-0߇\r����','',0,'?'),('��dc{��X���\'','wp-content/themes/sydney/widgets/fp-services-type-b.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-services-type-b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fݮ��e���I(d���','ڂ��!���5��`�`{%�\'�0��\nB','',0,'?'),('��1�fG���G�x{�','wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lYA���q�>`���A','��/���e�D\Z�#q�tþ��1�xL�	��C','',0,'?'),('��(�BY]�2\\~K�y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'J���Wf*���','ɳ-�6���Tv������+���3#kA�˩ LU','',0,'?'),('�ɑ�g���-���','wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_�]0�4x\0','\r�=�RIUV^��R�3��������e�i\"','',0,'?'),('��YVe��]R��f��&�','wp-content/plugins/wp-cerber/assets/flags/bt.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�x6�)�sN	d%�','f\'��{5GL����B��u�+r����{��','',0,'?'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���\0ȠH�.(�f�l\n','��sI��0�NЙY*4�\"�E�1�ȑP4�u@��','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӎ|Ylm�+�6V��','X�6��hq@!��`+��\rx!����	Е�ī�>','',0,'?'),('��Tn�3<[�� ��5','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d&�%|��/�6��','���\'��f�r�g��7��\"hz�B�y�f�','',0,'?'),('���;�X@��}�Hº�`','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tOe�[e�\'x<�\r�R�','�f�鉳(�B:g#�J@!�k�#�E�z�b\'��','',0,'?'),('��|&��fPs(�~�','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r�m	b�b�Ԕ','�SEn`\r0��P��1xVG:�xL?����5Ӵ�','',0,'?'),('��-s<̫Eʃ��R��','wp-content/plugins/wp-cerber/assets/flags/lc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^m�W�˽�','�oâ��r*N	{,�0�>��\"����uW�','',0,'?');
INSERT INTO `wp_wffilemods` VALUES ('��y�&a�A�7�]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��O\'��:\0�R�D','wp-content/themes/sydney/fonts/fontawesome-webfont.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('�볇��	�P�M�$','wp-content/plugins/updraftplus/vendor/components/jquery/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k\r^�b�Z�Ȍ$��','g�D���G>Mr��z�����~�&yCW�9�ۺ','',0,'?'),('����m~fҾ��w�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DK�R��쟙�۹��6','�r��:\'	\"��S�\05g�SƢ�\"��@Nwփ�','',0,'?'),('�ƞׅ\ZX�X]�Y�F','wp-includes/js/codemirror/htmlhint.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('�	ϛ��3Rc��Ϲ','wp-content/plugins/redirection/fileio/csv.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/csv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�F\Z(�E3���We�','��s�����NKO�u�g�+��8�,\"([��','',0,'?'),('��}_�%v�� Hf±','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����_&H�O��\0�h','��gN�Rm0;n�u�VN!����q{��:','',0,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php','/home/sleepingsolutions.co.uk/public_html/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','�/�M;�;���','���6��K�&nol&F���ax�3s&�E\'\n','',0,'?'),('�H�Y/��,F��v�','wp-includes/blocks/query-title/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w&ֽ�.���>���',')񇜲��Äp���0�p��v��C��uhFQ�9','',0,'?'),('������ִ���,�&','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2B��_Qu\Z��','K�cqV�Z`�l֢������pĪ�mWs��L','',0,'?'),('�zQ���n���1j','wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�08��N�Pw���,S','-�e�����99;3)vu���u�!�','',0,'?'),('� a\"KwT�bc1S','wp-admin/css/revisions.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@t$�`��j&��s','��$bf���o���Q��t�R+�Azz','',0,'?'),('�-]K F��$b��b�1','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' jr�Z��5ҝ�]','��LF������:JF�)fc���z�[�%�?','',0,'?'),('�-�[ip��\\^���]','wp-includes/widgets/class-wp-widget-tag-cloud.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�l�¹�+�X��Zܚ','p�^B���&������RO��ގ�D\0','',0,'?'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�O�w��j/�Q�:','�),��i�t�A,�\r�j�mIi\Z@�O�����L�z','',0,'?'),('�3CE���.�-m�}�','wp-content/plugins/ninja-tables/languages/ninja-tables-eu.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-eu.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�2�ˌb��\Z1','�$t����<�V���!�����m�af��-','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\n��+ծ.jqAZ�','�\0��I������36���ěn�j7jk�:��','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ii��:���ρa���0','�F;(�D��ԥ�����$��Tc�#�Vd\0K','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q@��r\"n-8��','x2�<��8O>�hJڑ��W�&ۣ��׀��|�','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�}���0R�M�T� ','���VkK���C�o��ό8�T�Ayn@��Z\0','',0,'?'),('�jԑ_va\\�j�}u�','wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� �b��$a��b��','\'d��d���|\"W��>?��pF\0~�Vk	�.o','',0,'?'),('�xY��4�(RMj2}5}','wp-content/plugins/wordpress-seo/js/dist/externals-components.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�<x��|�(o�','��hF�#��e3b\Z1�\n�s\ry	�a����','',0,'?'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&0�?��:�R��s�G�','�����Lx7���	Jw*y�m�!M��i\n\"EI,�','',0,'?'),('��WtO���zɖ�� (','wp-content/plugins/wordfence/css/wf-colorbox.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-colorbox.1670945819.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,'?'),('���]�1�:��/U7','wp-content/themes/sydney/inc/page-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�S_�^X�C�x�<�','�&~���>��nC���e)��/��Vc�6h;�','',0,'?'),('�����Ο�a��4N� 6','wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a`o9&�s\ra%� �','{�X	VDB�%�(Ғ�;�Ze?kt;���d[\'','',0,'?'),('���%d�nӍ%eϧ/&','wp-content/plugins/litespeed-cache/assets/js/babel.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/babel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��؁s/b��|�V��͹','�jS�􂠒1ϗ�d<YyuZ2�����]|�\'�X','',0,'?'),('��tb�|��{�q','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','���	q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('���F+��D{�zX��','wp-content/plugins/elementor/includes/widgets/star-rating.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$\r/��إve\r��','X�wg���s�j=	��,�tO�}n%-u*�L','',0,'?'),('��[�߷k^O$�(�\ng','wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NR����P��ѝAK�mH','8�l_�e����qgΪ�R@x���R`/2�w���	','',0,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NkyIk��wה�=i','LS=����Wf&�d\\=]_f�vesW���','',0,'?'),('�����\"��+�8b��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Ik€\0�]��5D�','��p�m��i��:\r�H|�r?����\"��','',0,'?'),('��\'�*6�$�b/H���','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-8�����{��H','2MX%U*�ٌ^���o\\�	 #.�@����kn�','',0,'?'),('��o�Q�cM�EM���','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/RowFilter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/RowFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^X��tH:>i�o����','�[��@].6�H@���+��R;-U�6�','',0,'?'),('���{�Js�}sG�`','wp-content/plugins/elementor/includes/controls/deprecated-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]$�0cܾFYÙ','ON�i��I�}�\Z���K?��M�g{������','',0,'?'),('�������N:�o���','wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-funfact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-funfact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ah�^�vs)��4�;i','����M����U6�1n�>p`F�4(��\"','',0,'?'),('�ن �uʥ�\rZ	��\r','wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yb����jL\0�U�','�g<[��ڒi;����R���/zg�N�Zp�','',0,'?'),('��}�jZ.N��\"�P:','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0.�\"3#{��[','#]ڊ�N�o��P�;:$<�b�ڜ�5����','',0,'?'),('��F�D��椹$�3!','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���[C��=x�,#�6','��e��W5��F�+�ez9^A���v&&�@��','',0,'?'),('���r���N(��M�\\','wp-includes/blocks/post-title/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�EI@\"�V\'���,�','Nk66v�\'/�b��j�7��/��j��','',0,'?'),('��0D>�w�N�{�`�r','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi�\'\r��lC��D�S','��*g���yS�:�{��*֢�)���-?X���','',0,'?'),('���!����`ߢN�','wp-content/plugins/burger-companion/inc/decorme/images/slider_five/sofa.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/slider_five/sofa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l.v�!���p>�','*�>ߞ����/?��&�vKcr\rfY[qe9�','',0,'?'),('��p ���>*oȃ���','wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�@Hu�j��;K`�','X������o���(U�lv��1���[%�xw�','',0,'?'),('���J��m��.��3�','wp-content/themes/astra/assets/js/unminified/customizer-controls.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/customizer-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_.�윂��G�8','$n�pl��>vb߼?��\n�$�Sw�','',0,'?'),('���ۖL�����.b','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`1�r�8{W�T7���',']���r���AۀBQ� ���NRy~2�M�/��','',0,'?'),('�	D���r�J�!','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��>2bH/��R\r�','�:Ӧ����$�c/rٗ%G<�|,|��Q�n�','',0,'?'),('�v�@�iϡ��9��\"�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A|�H/8�Q�g�W','�Nc�fbr���\"`@�=����2`,�X��3c','',0,'?'),('�\Z�b�@k�.��i.p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bb��=�x��\ZS��','\ni�V5�Ki}��EA�t7̉�\rt)f�|�<P','',0,'?'),('�%HZ����Մ����*','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?޲ p�g�;�S:�','�#:E�2,�Cɽ���ۼJ�a\0%WBIs��c�\Z','',0,'?'),('�/��j�!~B`�*|��','wp-content/plugins/elementor/includes/editor-templates/hotkeys.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lwZ��	��\Z�͝ ','@�_,��?d��>?O?o�[�	R[�[����','',0,'?'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\'n�d�EFif@3','�:%�D��y�=A�Ӛ�Y�*3���7�X�t','',0,'?'),('�C�\'�;Mb�5��\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���l�����','��1䎰T�ݐV@~p��V��WΧ�R�','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�	�����:{��W��e','6{w���^Gk�Ϋ�25�b��\r��񓫄�','',0,'?'),('�U�\\L�3�.lV�?t�','wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�ĄF�z�֍�','hTWNB��ZG��򮀔��v�R�f�y\Z�e�A','',0,'?'),('�^�P��siy�/�a�','wp-content/plugins/updraftplus/includes/S3compat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/S3compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tkTsRV�ܽ\0�l�','jۖ�\\\\�����c[9)�D[iMwr�<�r�Zf2','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�{6�U�P\r$�P���','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�����c�]','�s���kYA0)��V��v\'Z����#E\'�#','',0,'?'),('��s���Q�lNR�V�o','wp-content/plugins/burger-companion/inc/setto/images/product/product-8.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���.ҍR��l��','����C�K���U��\r���֕��P�%�/','',0,'?'),('��ҕտ���Jb8���.','wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���u��ɂ���','5ֱ\Z*�!#����~�$��}&\\�O���FQ�m','',0,'?'),('����|���xY�iF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss','/home/sleepingsolutions.co.uk/public_html/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','����ۇS�9��xL�8','(D\Zok���U�B�O)��Cx\\�iM���oN','',0,'?'),('��E�S�c+��#�)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���N*����x��GD�<','wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d/�FsI��','��&�e�5�F{Q����%3���K���I\n','',0,'?'),('���E����ٔ�b��','wp-content/themes/sydney/js/isotope.pkgd.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/isotope.pkgd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�a[�FJޚ�Z[�Y','����3lGv������C�n0d��-�	)�/�~C','',0,'?'),('��𖀃f��Y�*:','wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��w8m�R-o����','��\0>k��|�壂�z�暲$<�|J	��}','',0,'?'),('�ļ	�Y|�pt�4(�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�T����U��','�η�\Z�z���C�h`H��a���;:n,n�3�','',0,'?'),('�ˋ�A�F�wD4B\0�','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#Cr�O��]����','s�Z�Y��W��Se��ҽM�`��]��^q�����','',0,'?'),('��������jB�I�6','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���,�##�.�!o��','���A�,=���%`	�y!�v���5�x���7','',0,'?'),('��ë�xO� F����','wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T/�+�X�<H3Y/','U�ȿl��ӛ���My�o���X�Ӽ_us\'\"P','',0,'?'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ܒ�3BMl��a9S��','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݧ�p��q�Cs(','\\[K����Rr��J.9c�U-��Q�jۊ�','',0,'?'),('����~�a�De��F�G','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���J}<K��8\0����','��f�q�9҅��gfy)Ѐ_a�\"\"]��(Ʉl','',0,'?'),('��E���Q?��	(�','wp-includes/class-oembed.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���ҿ~�K�H�<�f','? �An�6����&z\'`�,��j�]m����v','',0,'?'),('�.݁B��xK�Y�','wp-includes/ms-default-filters.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���kHj�霶�?��','hU�`K�m�)�n�SL�QI�`�]���d�HF','',0,'?'),('�.����F��g%�>','wp-content/plugins/wordpress-seo/js/dist/reindex-links.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�㜬�y]��z�','��oy\"1x�ė�JA�����6��Q�I��B','',0,'?'),('��z_	t\\a�����rg','wp-includes/blocks/comments-pagination-numbers/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�S!��)�x��p/','F<�j2�1]W�<p��7��g�-�����ȋ','',0,'?'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��F��`�����','����ԃ�O�h�	��8q��p����=F[r','',0,'?'),('��R�lse�%�@nn','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kd*�ڰ�a�uڶ�','oP|W�0ѫ�C~Mc~�_��zeL��[��vu�','',0,'?'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�5@���Y\Z6iO','�w.\\:��J������{=ԃ�zܚ��,���Tx','',0,'?'),('�2m�œͿF�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{�p*&$g�*c','L��(��}N)U���2���‹W\nZz�!~��','',0,'?'),('�7D��ai�N:5�','wp-content/plugins/wordpress-seo/css/dist/elementor-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��(Q���٥�fT�','�t�n�m+�xƵ�������L���,��R','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ѱ~�����t\r�(1M�','�@\"L;j����ߖ�;2Lg��r\n�Z2���C�?','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php','/home/sleepingsolutions.co.uk/public_html/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','�j�O\"EWͳ���','	(��K�g�Y�Q�E�s�`-�`��׭��z�','',0,'?'),('�]F�D>%Pw��ӽ�','wp-content/plugins/elementor/core/base/background-task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hפa�)Y����~','�.U#�!��\0`MkH��.�O����G��S','',0,'?'),('�k~�\0·Z�L�ܬ�','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{|���2����Q�|\n','(��v��#�T��覱�x]¨���{��[�','',0,'?'),('�p�8W4�k�c>�8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݾ��2iI�\'��z�m','�h��qUtx�(�m8K퇗�\'�2haq�[�s','',0,'?'),('�yG��ߪ�]����q��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Reader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z����^u4�r','Z=�\\bE����h�GGB�����i�}���x\\','',0,'?'),('�|�r�\'�`�Έ�\r�Q\0','wp-content/plugins/burger-companion/inc/appetizer/images/services/service03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Oz�#�ٗlh�','�&�҂���D�Z[X�Ŕ����q]�a>|','',0,'?'),('���D��:jl�M%A�N','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x<rK�V��}�K�','j.�\07O���QE	%��9���,c��J�<�','',0,'?'),('���-�sE�\"EH�-�*�','wp-content/plugins/wp-cerber/assets/flags/pg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D1l��㉌�h4\r��','�����33�/bV8{Z�wx=����:��5�#','',0,'?'),('���D�N�Gcf�8u�','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�	�7_�Ո��H�','�l���4Š���h�@taNN��?tc��]�','',0,'?'),('��A,�\'�l�2ޏd~','wp-content/plugins/wp-cerber/assets/flags/gn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0q�սz=���W� 6','ؖ�u�j�.^��0j�d�8R�İ���o9','',0,'?'),('���;�dAo+��d(�','wp-includes/blocks/quote/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:s�VR��p�Ծ� 4>','��.�g��}$b�XQ�\"j��J}�Gjc�ݺ��','',0,'?'),('����m��ӟa����','wp-includes/blocks/post-featured-image/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Z]5q��[�^I�','>1�9{$?9�N�@\0I\n�)�xCx�g�WL -a,�','',0,'?'),('��`$Ϯ���O�\0i','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����Ri�ݨ	�Y&�j','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q� /�y �SkP�5','�:\Z	����\nO+��a�0�H��!$A�v','',0,'?'),('�±�!�{Q�:��?�.','wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OO�4��(�ܒN��','(��|B*hRg�������v��ч9R��M','',0,'?'),('��)C�r�p),=e�','wp-content/plugins/updraftplus/vendor/composer/installed.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�����z�>�&�','P�s&�\"�k6�����\\�h�_d���bj\'�','',0,'?'),('��OH��B���{(','wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Hdr��7&�1��R�','���=G%��O��8���)0�cEBi�-�','',0,'?'),('�͕�,�r�|�{m�','wp-content/plugins/ninja-tables/admin/table-builder/config/responsive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/responsive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��}s%`�ߧ�׿','�/�\r6����.$�P7��|HO�\ri9�R+6��m','',0,'?'),('��E��e���Ar�и','wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oD����E�(3�&d�h','��_[|!�@=��>��X��ԓX�!��F.��s','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�L	��G�D$йy�','\\c�RAn�H��4S��t蕥�<�<� �[�','',0,'?'),('��KI ɘ��Fk��','wp-content/plugins/wpforms-lite/src/Providers/Providers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Providers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�i׋౨�xN�U','m�eEJ��׉Y�_�k�C�����!��\\��','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss','/home/sleepingsolutions.co.uk/public_html/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','��Ϙd��#y��','��&3��p8-\rl�t3�hy�e�fQ�r�JJ','',0,'?'),('��a_9��-mA�)%','wp-content/plugins/really-simple-ssl/lets-encrypt/download.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZҾf���S��NU','\0�t���8���aH\'�\"ه�L]�o���3�,','',0,'?'),('�����2��ķ��\0i','wp-content/plugins/really-simple-ssl/upgrade/ajax.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/ajax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ote����2׍T','�`�\n��i�T:ܝ�Oh|�#s2؉BNݸr�','',0,'?'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\0s\\h��Z��7��$�','wp-content/plugins/really-simple-ssl/class-wp-cli.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-wp-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�~-+;�����$','����@�\\!Ƌ�o`���ɀ/��=��|��� ','',0,'?'),('��|�^t<[�t�j','wp-content/plugins/elementor/assets/css/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9x�2|&�<�5J�޷�','�Q����:	�j��PUVڡ��j��N�d���c','',0,'?'),('���<��}d�����','wp-content/plugins/wp-cerber/assets/flags/ck.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ck.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޶�4�}�~�x����o','t̯A��!��*��CՒ?��+qG��=XBR�','',0,'?'),('�c��Y	JB�H���','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Bߛ�H�	�}0�','�������w���0����l�����?��','',0,'?'),('�؉�iIqt#]4','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�<���3������','����3��Mx����#�0�63�#�a�u2�','',0,'?'),('���)l\r�93�pF5�k','wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV]�,�nS�V����','Ҡ�v����,;zS8�l[�\\16Y6��M','',0,'?'),('�����7:�j��','wp-content/themes/astra/template-parts/content-single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jx�ȭ_�\'���B�v','U�������0y�k�JF?�6���ywQUPo�','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĺ��h�l��E=G','c�33T� �w�--�0���~�Q�����<5^','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���YsA)��7��Ɣ�','�Ic�r1�P�D|��ǡ�\r�Q��2��~','',0,'?'),('�M�=R��fR��{�','wp-content/plugins/elementor/app/modules/kit-library/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CI���Ae�yW����','�h�t;�p�)V�j���/�Q�Qgg��!','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�%�~ւ\'ᒒ$�`p','| c����!�ykס,_���n�}��4�T','',0,'?'),('�+I6�з2����','wp-content/themes/twentytwentytwo/parts/footer.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/footer.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�>x)�V)P�E�G','�1Jg����n�k_�d��N[%Q�`��|�!�(c2','',0,'?'),('�1�[�qs���o-O#�','wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ic�\n���`NEBd�','U���\nu�UK��}\r�.�����[w\' SYΕ*','',0,'?'),('�4r)F�G!���1','wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���N�H7��wG�C','ICM=��X�[E!<��j�6�,�N�6��*','',0,'?'),('�?	��W$j�P+)���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/\'S��ʽ�!��?','	ޏ�����qo��CH\"1{u�Ĉq�~��','',0,'?'),('�E���F��Q�-5�','wp-content/plugins/redirection/locale/redirection-ja.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�[�IA�HK��','Qw�\0�Y>b�؊( �ҴmQ�3��Y��\0�n�','',0,'?'),('�P���Kؠ{��L�vO','wp-content/plugins/litespeed-cache/src/import.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/import.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{r���a�޿�@	���>',';�MH�B��q®�(=8�08\"I̧�^��#','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�]�p����̞H(','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dx������N�ƣ','�p�r\'��2�\n1z/˲B�_1O�ɜ�\\|u,','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zc78\r��j��j�ؒ','��Q�,�0\rNQJ����Y�����m�ʼ0��A�','',0,'?'),('�ew�>�c��YVy9���','wp-content/themes/sydney/inc/integrations/learnpress/customize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VP�YM�ھ����j�','�ޢA����9��\nЫ\nᒝ��@f�0f�\\','',0,'?'),('�ik[!gW��}�v�ȵ','wp-includes/blocks/image/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�~��T�%�S@0�	','����Y%�!�sl>�[z���q93`4�ԗ\'�','',0,'?'),('�oK�^�ݕT�rs7	�','wp-content/plugins/litespeed-cache/src/cdn.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�<E���cođy@d�','J?\Z�^��#;`Xd�$;���k���f�q���','',0,'?'),('�plբԎ`!�>f.�x','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W?�;�!��K�l�','A��v:4&��qI�rp��UE߾���l;�M0','',0,'?'),('�~y\0��d�x�![>&','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�z<a 0x�\"���','Px�����eÕV�4��\0\"�\n���1ë)6\n','',0,'?'),('��	3XR��t^l�!+','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#=�V��G���MGf','\'cf\Z5�uɩ+N�Iv��鍛,_���@��l�x','',0,'?'),('���}��SU��2�','wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���y�v?��/�','�	cYR#��z1�w�N��u������\n�','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ��#K���h�+','r�uڶbW8��7f����G]�k\0���f5��','',0,'?'),('���nvp�e������}�','wp-admin/js/customize-controls.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�b*A��@�-C��}','1�Z:g���]oLK2�V.�UF���;��*�k�u','',0,'?'),('��3(K��l�]��Y�','wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=H�����95<&���','��g�3x�a�wȔ�R���?�8�!p?����','',0,'?'),('��|[6Uũ*R2絖�','wp-content/themes/astra/assets/css/unminified/style-flex.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style-flex.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y.*����Y\r�^�','H�8��Z[[&P�h�;\n\\���rXU�n�Om�','',0,'?'),('���,���zB�}UmR�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�ϣKΑ�@T�5!�','�?`{���i������p����\Z�]W\'Z��','',0,'?'),('��(�s�O8J������','wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MXb�2����^4щ[','x��io`��U~~\r�JD\0��t�NQ�\ZU߂�','',0,'?'),('��d7F�S��o*�kk�','wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h/[��#H��2�ڳz','P��`L@��8�����9��O��<_w�s�4&�','',0,'?'),('��&���#\Z�y��','wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��|I��Z�\Z�Ru','Մ��R	P�1(�6�Q=YƢN1��\'d��~�\Z�','',0,'?'),('���D�Tǡ�#\"�1?�','wp-includes/blocks/cover/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Zv�\r�O�.','��0�:�MR�} ��F��l�D�^�U��i','',0,'?'),('��P���Z2�7�Mn��','wp-includes/blocks/rss/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]ө��Z>�ﭒ��','d�Z�3��a�Hّ�2�\'t���\0L�\\[��i!Q','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\'M�D���9��xE','�:u%qG��NjnzG��0v9y���@.;�w(	','',0,'?'),('���=�B�j�X&a��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/SyntaxErrorException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/SyntaxErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�?3��A9�','�g��T�2E����$Ï���`�=�Z~�_','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�G���}n(�Y��','/��<�E��=C��$�x��BHx��J�`Jw','',0,'?'),('�Ք�{�۪55ͥ\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Js�@q�N�B>0','=�F���|I*5vh���O����vA��h�n��','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�o��E��V<���%','t�kaӽH���\0\0I$�t�������6Ho�','',0,'?'),('���:�[�f��KZ�?�','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�N���.���,','r�ŃM\n�.�H���D�3w�m�yb���','',0,'?'),('�\0[�����_R/���','wp-content/plugins/litespeed-cache/src/optimize.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/optimize.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4N<\0�H��|٥�','7��)������t�C�����;d���̹','',0,'?'),('���G�$��8�r�','wp-content/plugins/wpforms-lite/assets/images/search.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/search.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gj�͠\r	�c�ݰ��','�R�dQ�N��H}[��r�t>�-�W��Ṧ�','',0,'?'),('��ص6_�䋉���\'','wp-content/plugins/elementor/modules/safe-mode/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4b������#d�*','�\rc�3Q���	3~�m6B��c\r�A��-','',0,'?'),('������$>��XBV','wp-content/plugins/burger-companion/inc/setto/sections/section-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0��;ܗ,i��j','����9���s˜�\n�#�TA���)n�L2>0�','',0,'?'),('�\"�Q�OO��P���b','wp-includes/blocks/group/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*&Z��e�d8�oͦ','�j1���+?PȕY聿Q��<\r���\\T��','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�0�,���M���_)','wp-includes/blocks/comment-content/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tfg}�ȅ��A��P','�����2��Ш!H`a��]Uq��\Z[}','',0,'?'),('�5M���/�^+*�	d','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�7����`0c��Q','�੫LW>2�*e�D��\n.V�A�%���&خ','',0,'?'),('�=�T��S��IK~�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I2y<��YyN[�E�	�','H�W��m|�gn���6\\\Z���rٲ%��I','',0,'?'),('�I�[�^�J�|4�]�','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\]�#�&�����)�wS','��5��Ύ��\0�P�8�T�+`�h�|���	()�q�','',0,'?'),('�Kȣ����B4R��}�','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamFilter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3%���]���\'Re%','�6���\nUn����l`������M�n','',0,'?'),('�M0O��\\8s?v��C�F','wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"3<J��o;���A','���Z�\0�\r�(�;&�#���%�Ct�>�3�_','',0,'?'),('�Wņ5�wu��W���','wp-content/themes/sydney/images/customizer/hl4.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\��bH�I|Y�','��GnTB��t+�+	\Z�L��0]͖�.�&N�N�','',0,'?'),('�ZO\\\'�5{�J��\n�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�w���lD��F�1�','�߭����3���#��\\�2���W:H\\�y�','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\\��~�\n���zYx	','wp-content/plugins/really-simple-ssl/upgrade/img/burst.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/burst.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������VU���','K�CXݚ6u�O�SgPFH��BI��\n�Q�-\"','',0,'?'),('�]L�<|<�2�V=T�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[&�E\r�R��37C�g,','T\\�`\ZW�n��/L�� n:Zf�b$�$Nv�[�','',0,'?'),('�c:Qk2�	 �6��','wp-includes/blocks/columns/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=2��X�t�}^侹�_','w>��j�Bi}���#p�S���$��g~J`�v','',0,'?'),('��>��$\'��i�','wp-content/plugins/redirection/locale/redirection-en_NZ.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_NZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ͣ|�ʍ�N\Z�\"��G','~�5����}�i��\Z;��LĀUKX����,4{u','',0,'?'),('��c�R{��p{��9','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img03.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img03.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4l�\"�C1���','q�O��\"{����M[�jƃZ\\��2��;��\0','',0,'?'),('��ک��4�D�|n�p0','wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��I������ˮ�',' ��-l?8@K�2gԗd�il�hi�\n]�','',0,'?'),('��1�݋SUB\Z���,','wp-content/plugins/elementor/assets/js/container.0fe1d3abe4a4fd76f033.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container.0fe1d3abe4a4fd76f033.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qRA����D��6A%','	���At~o�%�<�\Z†>+�����0!B�','',0,'?'),('���\ZlL�κ�ӆ','wp-content/themes/sydney/css/bootstrap/bootstrap-theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Y��','|+W�\\� ����,�]�4��t����ð��','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��Srf$��8�#I��f','wp-content/plugins/litespeed-cache/assets/js/react.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zZh����t�\"�o�','U��AU�P.\\��� j�Xh�b�B�]���\ro','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�é{��q�','{�7��z���F���=�=4�PqC����f�Q','',0,'?'),('��&���;Ak�^%�','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/sED񗸊s��+��','�#��b��?4	���&g��6q\0-Ђn�/�^�','',0,'?'),('��5����+i{�yu�','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�.R&	z(�@f','6ޗ�O\"��R�)���[C��\n����q,��x9','',0,'?'),('��� ��2	n֥gm�0�','wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5����w�$��ø','�/bz�M�\r1��_����JaP|����6��!�','',0,'?'),('���7)���l�8','wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�N�\\�u�2��|�','������)��ODk�i�q�O�\0,���v�','',0,'?'),('��6,\0��<X','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img02.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img02.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fa\'iʽw�C���','džX�[��:O�a�2Hy\0i���ȉ�7���','',0,'?'),('��H�B͜[!+�<�,�','wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���Wp�U�\"�G`ջ','�ty>�	��/���ư���)�~��,\Z�.d�','',0,'?'),('��$�tզ}�	�T','wp-includes/blocks/code/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����h�w>���C��','#�0�c����k�S��vܾl���n�lJ�7��','',0,'?'),('�Ὀ����5f?�hk','wp-includes/widgets/class-wp-widget-media-audio.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�3[h��3��s�\"Pk','t��{Ď\n��\'K�2rX��2��\'����,A�18','',0,'?'),('���Ѷ|O��%�Ĉ\n}','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����9���hn�W','kz�y�:���,L=m��ݡdN��m��<�^!$�','',0,'?'),('���y/�sR��O��','wp-content/plugins/wp-cerber/assets/flags/bm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�+z�6ko6��qwh','?-mt��FB��G�\n�o�[��%��X;�N�','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TF�\n�b�Տ����','?��K�1��P�zr[��a0���ͷL��O�','',0,'?'),('��F��+�gq�����','wp-content/plugins/wordfence/js/wfselect2.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfselect2.min.1670945819.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,'?'),('�\Z�����}R�\n��','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`$u�ͯ�}�ӧ���','sj~� #��~�v��ɍ�J��EN_x\r����','',0,'?'),('�\n��� ��/Y','wp-includes/js/dist/data-controls.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�DT1�]�!��w3�','m�>��b���N�D\\�8b!���\0ET�/+#��','',0,'?'),('��, �pV�\"��$St','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_DismissStorage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_DismissStorage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gG.�f�4��oy�','�v6���ƣZ�9h\n�qP��5|�a�\n�H�','',0,'?'),('���}�V��I���','wp-includes/blocks/cover.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ�u��Nl�\'� X��','�8\r?�b��sOPNVla&LJE��_ޢ(J\\�j','',0,'?'),('�+F�4�\n��q���\"]','wp-includes/blocks/table/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2h)���r6�C���','���8�t�ڎ9>�V�\\�sDe���g#�����','',0,'?'),('�,��DDcqK�e�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8k�\r�e��j��2)','�^�l�w���Y�	�!�a���nm��fD','',0,'?'),('�/^�Z�w\" �%�)��','wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/js/range-control.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/js/range-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jU%�	�ҷ��G�','��=*�td������mS�\"�����\'�S�','',0,'?'),('�2�v�\'����{�1\0��','wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����yݽ�I�Rӄ��','����t��7�eeov\r݇ڇ���:����\\z','',0,'?'),('�W�4���\n��8O���','wp-content/plugins/elementor/core/logger/loggers/db.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EmRɧ�����	5','�!k�5B�C�a��{��0����<�b�-y4�d�','',0,'?'),('�a��.�j@��^��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��,!簪�x�g','�q����0��	�v��S��^��B?s@','',0,'?'),('�k�3�������j8�y','wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bK� �=f��{�Д','`��Իi	��c\'�ԭ��5�R���KMOe','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��{.��څղ1N','*R݌��l�#������4մ�d���o��_���','',0,'?'),('�n3T�@����7��ܧ','wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l*��M�1�T�[\n:Z|','� �}�L����25�g�(\\�-fĒ5ۭK�U�','',0,'?'),('�pU[��?����O�>��','wp-content/plugins/ninja-tables/assets/img/sumon.jpeg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/sumon.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӄa���\"��Ȧ��','8�,@�o-��A�D�S��N��M�j<��ӈ','',0,'?'),('�sa�$���g�+��G�','wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FO��XTU@T�\"d���','3���}�%IW�B�[Ԣ�r���d�X�]\0Z�','',0,'?'),('����F�=����֝m','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�(D•Ȟ��*�_�','K�*���,�64����L�<�W3���}�','',0,'?'),('��0Z�����G\'&j�','wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,r��k�9@gٍ�','�s���\"�jl?Q�6��w����\rON��','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php','/home/sleepingsolutions.co.uk/public_html/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','�x���JZ�����','*�ҟ���b�����\\�kp�B��S3���*','',0,'?'),('��>oJ}���\ZiH�x�','wp-content/themes/astra/inc/assets/css/astra-notices.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-notices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jڞ���^�{�\"�>��','��u���:\0��>�E��<؞����74�|�1��','',0,'?'),('���)��~�H&	�','wp-content/themes/sydney/js/imagesloaded.pkgd.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/imagesloaded.pkgd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���wa~����','b�\Z�/;$+���]�⸫X��ZN����͸�f�','',0,'?'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a\0�!�u�U','���C����ZA��3��mZ�x��D�','',0,'?'),('��>�NR��^ƒ<�','wp-content/plugins/ninja-tables/includes/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('�����Ƅ���NB׭','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���/�h�7�p���6�','wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��i�g�\r7��|','6�*qï������\\��q��Ǝ���i','',0,'?'),('���o2%F�^ף4���','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eF깍��?�','w��,�_����=���=<v�L?V�\" 1�','',0,'?'),('��5!n�)��n|\r','wp-content/plugins/really-simple-ssl/progress/class-progress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/progress/class-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Z�\n�HD<0Ih�n��','�\"��lf�^�H0v����f��C���k*','',0,'?'),('��c�-,R�qee\\�','wp-includes/blocks/group/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\	�ʝ�=�fZ9U','�\ri�$y+�h�?����j魾\Z���b3�sJ)','',0,'?'),('���-ζA���}�Z4�','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{|Ա�e��ߤ;�,�K','���J���_\'�vd�{|#u�*�	���v�ag','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��^R�3a�q�MC�[�','�t�e��|�*�O���qj���O���{�\0NI�','',0,'?'),('��hY)�W�\'�v\'�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aȭy��M�ir�\rBcT','|I�/߰��V�z���*�ș\"�X/�m��Aŋ\\','',0,'?'),('�է\n\'y���ј��','wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-8����g�ze7�z','.,������I�+�\'_�>S�!���9$�\Z\\�','',0,'?'),('��Sŧ�{��k.<��g','wp-content/plugins/litespeed-cache/lib/css-min/urirewriter.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/urirewriter.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nЃ��ث�� �Qs3\0','m��5���a1�����4��d�ovd�]','',0,'?'),('���u�ۜ�*���','wp-content/plugins/disable-gutenberg/inc/settings-reset.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ButO��I�����',')��-<\rYB	&z��T�ag@�>�)�X��x�','',0,'?'),('��ߟr47�g��j�','wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�pp ,Nt^RA�a�','ܷ ]I�\\ �y�w�	��0�\Z2`����$','',0,'?'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('��:����^�	6T4�','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f����Wc7^\r���','Q�bo�1���[+i�<�X�`K)ͽW�,�0�','',0,'?'),('���\'G|�a����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-abstract-ids.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-abstract-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]D�E䃐�.�����','��8{W�ʏ-h��_>��<�!F�;Q�k�\"','',0,'?'),('������8�j��c}�','wp-includes/blocks/rss/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��8^/��4�?{�','#�t�#�Ͻg߆>l8����Z,hT�4~�E|','',0,'?'),('�Н_O�%�^\0)Ł��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wq��{�:�|e�&��M�','f*K}�-�ݲ$��O�p*$\'�P������V��','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�ܦ����^�u`0��','9�2��8Uљo��>y]���X^(*VcT�Ѭ�7�','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('��\Zq$z��ct���A','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!���2�\'|X��ѳ','�Rt�����Ot5\n�=x�.�ϊ�f��','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I(vrMm�(�c\0{  \n','FO���V3\"���������!k�P�','',0,'?'),('�Hc���1�ް�=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݴ@�����+V�z�','v\\i~:Q��� ����<�4/�tA�����>D?o','',0,'?'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,9�����G�','h������ͼ�����ƾek��Y���\Zf�m','',0,'?'),('���d�@�Q��ۅ�-Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&S���q�@�⬠�c','㣜h�&GG��5!����!wb1����-��@','',0,'?'),('�#�?���Gc	¯l1e','wp-includes/class-wp-theme.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}K\'x�����*�','���pV�D.*��	^g#���>\r�)��0��׊���','',0,'?'),('�)Ϊ@��)b��X[N�','wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��h|L���O$�','���t\rBXOCrMf�EdA���9�G@d��Kؐ��','',0,'?'),('�8��zC��A�����','wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�{o.:)��t�k','��+p%��u��6N�wfe@�+[?`��0�	�[�','',0,'?'),('�@V��T��L\'�~�i�','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�M�H�E�ܛ1+m','�l~�6��r��m�\\���X��zu�s�/','',0,'?'),('�H�����Pw��%8��','wp-includes/images/smilies/icon_sad.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('�I]�Sf��]���','wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MquV�֢_�h�N��','D�\n݆j6d5���<��Lˤqݕ�}�m���N�','',0,'?'),('�I��Tݩ��~��7�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZO��5(:�Psk�F','�,��w�ҵ2���jG��xo,C�&2��ǖ�','',0,'?'),('�K�{�*�)�����','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','An�<Am���t��Hq','�h��τ<��T�A$lzy=.i+���M','',0,'?'),('�N�KV$�&�D��q�','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�������P�H���','@&�(J_��b{�.&�]�� 8��2_h��','',0,'?'),('�Q49��Lz�J�','wp-content/plugins/wordfence/lib/wfUtils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�m��g�Y�2�8','O�f��HZ�\r���=~�A�A?��3�C�','',0,'?'),('�S~��=}%���^�','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ȹs��ă��ŨX�','\'hu͹��D��\Z\0������T����ٹ?Q','',0,'?'),('�XX*��!2�~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���iL�+|�r�S�','꺵0Z}�ɈH����j`�-�3n�Ay2[0Ysh�','',0,'?'),('�\\�h� R�X�<�C�','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���߅�w@L��O�R','��EF�j���r�č;s��΀.f:��Ϥ�F','',0,'?'),('�])��Vn;�Z���q�','wp-content/plugins/wp-cerber/assets/flags/mz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ʈN^*�=��nKT','0B7���yK�l�6M̆HG]�ݽP)p�?','',0,'?'),('�c����6��~�6̐','wp-includes/blocks/button/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȫ�[z������','�1�jʋ�S��w8��R�h��,�c@��z0�¯�','',0,'?'),('�hI0��J2��[o���	','wp-content/plugins/wordpress-seo/js/dist/import.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/import.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��|��A�7��','(h�	�#߀G�s��1��*��S�e$\r�7G�','',0,'?'),('�l�i�c�`V��-,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�7�:��ǐ�Y\n��,','-K��T�?�-��A��o��-������0A\Z{','',0,'?'),('�u�U1�����','wp-content/plugins/burger-companion/inc/owlpress/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��c�30#^�U�','���07���F+�4�-�/[&�J�N���','',0,'?'),('�����ʊn���Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�[�h�?=���Je�	','�J,Ɍy!���0hx+ז�1H�pD@ݙ��','',0,'?'),('����\Z7�8�-\\�~�','wp-includes/css/dist/edit-post/classic-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�\Z�/sݔ�+��','�g�L\"��)���~i��N*~U?��C��B��P','',0,'?'),('���|��b�2y�*݄','wp-content/plugins/wpforms-lite/templates/emails/general-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�s��&�5��0�3','\0��\re9����:6��vO%зWx�tn��%�N','',0,'?'),('���p�#:s�����','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�ᾉ�,��k�','\"{0Ne��t�bZ�C�%w�FU��1(���','',0,'?'),('��lv\"�(����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x� d�Y��t����','�.�d�EN�}8?ZV�� \Z��/6\"Z��5D�','',0,'?'),('���_�ͭ3ҟ��?�','wp-content/plugins/elementor/includes/widgets/image-carousel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZ�YA�j!�F�',',�����fWII�78����Y��6�ܲ~�W�vPY','',0,'?'),('����-�\"h���','wp-content/plugins/wordpress-seo/src/models/seo-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/seo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��Z���nkxt�n','n�bz`�I�o,���e�L��\'���\"��2p�','',0,'?'),('���Z�V:���cv��%','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/settings-intro-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/settings-intro-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fתPF��<�O�aؿ�','K����$�\'��[�K2c�y�\n>$i80�1�','',0,'?'),('��3_���[#�g`�','wp-includes/css/dist/block-library/reset-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jʵ�`��l٪����j','��x�c}\r����m�h�\nY��\r�ޒF�m2','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR	���Q�f�;\ne�\r�6\\','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c�!�X,�8a6�','�2��H��:�]����Ճ�ē��?\"�+','',0,'?'),('��l�aމ���L��','wp-includes/css/dist/edit-site/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͥ�f�Hq���U','�1&��;�aU�m�H\\��,^��&\"P�!','',0,'?'),('��H;c)��[�����','wp-content/plugins/updraftplus/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�:�+�BЇq\0�','�H3��˔IxA����;e��v�9]�㳡','',0,'?'),('����w��#*f$w','wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rA��4�b�߮��8�','O/q�]ۣ<¸� -X$�6���GFhr1��U�','',0,'?'),('��a�>��@��\r!�','wp-content/themes/astra/inc/assets/css/block-editor-styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/block-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѿ�r\0��Ƞ?�H)]','��&�f�,_�lķ��+�x�0��	�e�}��9S','',0,'?'),('��+x�9:H�0CX{)�y','wp-content/plugins/elementor/includes/controls/popover-toggle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@(�F�1�GB��M`','A�?��3&fL��p8&���8#�8����','',0,'?'),('��Q#N�/.�3Z���','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gg��y�@�vPw�)T�','`	�=2HU��Ư?\0]�Ò��^Tx�bA�b��','',0,'?'),('���j�k\\����\nD�','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e�ډ�B�=�','{P;n�2*�Rpۖ>�8Og��X�Gz�D=�I�%','',0,'?'),('���T��\Z=�� 4��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�&�HpjoM4$���','ڍ�z��\\\0�|�~ߒ��`$��E��\"L��؀','',0,'?'),('��	�\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��re}/�D���>','wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ޢ��@�� ��\\�','*��u�z����jM�T�j\0�ȫ���io1','',0,'?'),('�㇖�`��(k\"���','wp-content/plugins/elementor/core/settings/editor-preferences/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�R%��l�8{G','+Fhu%ڈ����a���׵:�q���>;e6�8h','',0,'?'),('���S���Ě(u\0��,','wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��!��@��;17�','=Y*(�Yqw�pv�^�oe�IL�W\Zd�K^���','',0,'?'),('���ꔕTs�\r%�LJ�M','wp-includes/blocks/spacer/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)vwA�r��4֥�\\','aʴ�-%M�\'�Sm�]�s����Z�\0C�-','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�	k����c��\'�','�r=,k�M:�Dy�K��F��~�sS�|ğ�Z��','',0,'?'),('��#�@RkۼY�','wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+���~�}e��hZ','ْ؄T�� ��\'Y!Q�O3Dos�%���Y�͘�','',0,'?'),('���\\�,gR�q�6r�r','wp-content/plugins/ninja-tables/assets/img/fluent_banner.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluent_banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rWs>��]��䵭��','��o��=��Q�8��E����A��]\\$+��K','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��,ŋ��`�`��I','wp-content/plugins/wordpress-seo/css/dist/score_icon-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JZ�F����de��','2�tc��zf�j�dcSwn����P@��r�uz��','',0,'?'),('����)1����','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I8�Wef�g���','�%-N;γ5D�۸�d���V3S�C��yu��','',0,'?'),('�:2\02k�m�\'��i�','wp-content/plugins/elementor/app/modules/site-editor/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/site-editor/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݽ����&�ötۈt�','z�I�\'�M$��ޖ��Nf̤r*�)$f׸N��','',0,'?'),('�e�Ån�l�C��','wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w�ZM1#fQ�\r�','|o\Zc6��ϖ�����m�C�����0�-��','',0,'?'),('�%����	X���N��','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��\0y&�rQ�[��','h��Z��W*d�!7�mm�Ap���)�ZZ�o��','',0,'?'),('�0jYr���\r�[�{\0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�\0%q��l��','��L#�Z��O��<�������e�\rG$��M','',0,'?'),('�6��0��)H2�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tR�u��b#4�8�ȯ','����.8ޒ�^��U�sN�4׃}_w�$0','',0,'?'),('�?R0+T�U��vLQ\0�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q���es��\rBv?�','����K[(H����/���CN�B�`Ev�Ds�9','',0,'?'),('�D�9���+*Q�wa','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}3��Kk�m���','��)f�;ޑ39�<1�Qz@@\Z�:gɧ���l;K','',0,'?'),('�H&��G��nPSa�H','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VR_�㙾��	xxp','pҒ/FN�I�M��]\'�ޟ��A6��:E�','',0,'?'),('�Qٳ�4��f|\n��N','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','00��b�hz\"�屆ڙ�','�P�Uv�\r����t�v���+�k��<ܘ^','',0,'?'),('�U!]�ɲ�^���W.\\','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����򘉱#�q�~��O','�k�����k�[���w���r�no���I��','',0,'?'),('�Z�-2K��n�����:','wp-content/plugins/elementor/includes/template-library/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'teM�^��-���h 8','�~��ne`(�C���+$c۰C��\n�I�oz_n','',0,'?'),('�e�c��k�O�*��]�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D}ΤwS�o�!�f��p','��l�[7;Y��A��*���n��J�o���','',0,'?'),('�f�L4\"�oS��A�','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���|�՗�%9','\n�w,[�Q��(ކA߸WM��%��C{��','',0,'?'),('�j\Z�;��\r�e���','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T-G:���\Z���?%�z','/+ԋ�nO��/�;l-p�N���\Z�5&�w\ZT�)','',0,'?'),('�k%\\�m/��G��Ca,h','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�[&���(F��Ө','�&{^�FC|�_W�V���|b�;	BKZ� ]','',0,'?'),('�n�j�ܙh�r.l��\0','wp-content/plugins/wordpress-seo/js/dist/admin-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԧh�����>��8�','�/�Q}?xw* �iއb��OX�ƭ��Ќߋ�L','',0,'?'),('�s��Wg�OTUjsB�]','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/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,'?'),('��\'��d�S����y��','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape26.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape26.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� :�aye�Ba�l�','�ѧ�\\��Ɣ���{�kj���\r	��\0','',0,'?'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�&\n�Q�ܰ�b^,','�p�&��<6oJ�AxGc�ԁl���Ǧ�o','',0,'?'),('��\'���i��3�����','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ШX�+z\ZC��f�q','$�f�ˍ<wȀ+ٷ,�Sіf/)�F���u�','',0,'?'),('���}�K9^lw���B','wp-content/plugins/litespeed-cache/tpl/banner/score.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/score.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�Z 4�X�IS�pM�','$}�ZNGn�|D�8B�dÏ�C��iڮ^4硬','',0,'?'),('����;�X!���\0�k.','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�ͣMİ97�y�;','��U�\"qϛgi�a�Y�[��{\0��Rh�','',0,'?'),('��+��E?)H�o���','wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�3���J+B?!','���\r��G��^\"�z��	HT�m��}','',0,'?'),('��$���gֽ�Q��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��u�Si�{��o*','����:_�u��BO	�$�0���~<+�','',0,'?'),('��&�	Jko����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3��n.��nPh=�','�s; 2�i/[�?��ڪ;��ﻰ��ő��`�','',0,'?'),('���W���\0��Yr','wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���M��Yo/�(f\r','��amb��?����y4|6�B����`s�L','',0,'?'),('�ȑ-��a��FU^�d�','wp-content/plugins/elementor/core/base/db-upgrades-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=G��V��JD���@��','\nn�1[�����͸��R�5���L��\rG\0Z4}P','',0,'?'),('����H$�`\rDG�|BY�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EV�I���%wF�','BTX�T�h96�\n�r�m�*>6JM_Lr�','',0,'?'),('��ڷt�g�Z�gE�','wp-includes/class-wp-http-response.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*T�/�l��,�I�\0$','�Ң���.��g�L��kJ#���/ZF]��m','',0,'?'),('��9f7l�R��>��P','wp-includes/blocks/comments/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �D��ܦ��Xܒ','v�~w0����]�y��x6�$�|��SD�S�)','',0,'?'),('��jT�ct��Q��#','wp-includes/blocks/navigation/view.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D~W���e��*n�','�ӡ�pŗkl��t,�\n��܉\nr{L!��ވ','',0,'?'),('�� ��It13&','wp-admin/js/nav-menu.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DP��MG�d.~i��^','�RH��TDǧ`$�4�Ueڰ�<A}X.ѩ$','',0,'?'),('���+��H:�RȊ�KM','wp-content/plugins/updraftplus/images/updraft_freev.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_freev.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~I+b$\0~�[A~{�+','gT��8��FԴIS���}�?\0[�A���','',0,'?'),('��ʈ�w{�c{\"��@','wp-content/plugins/updraftplus/languages/updraftplus-te.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q����uB�����U','��)bn8��*\0�Z��fȣ�;x�C8Q��','',0,'?'),('����iת̠��M','wp-content/plugins/burger-companion/inc/spintech/sections/section-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�(�)��a4�枺9��','B\r����g7?� �Fs�5ߩe{�a� ����5�','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�鐸�zn[\\��e\"','\0�gk��]�>N�Қ��3:�֜5�M�&�<{��','',0,'?'),('�J-狁��\\\"�ץ&�','wp-includes/sodium_compat/src/Core/Util.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&RЄs��uT-&3B�','�D��y)?��3�>\'9\'qu|D7�+�C','',0,'?'),('�#=��gA-j�<k\\��','wp-content/plugins/updraftplus/images/icons/openstack.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/openstack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Dn�R���$	H`��','�����t6���~\0�2���*�By�=�}','',0,'?'),('�#IJ��ά/��','wp-content/plugins/updraftplus/methods/addon-base-v2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/addon-base-v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ޒ��$��Uw�','4��v���ׯZ���Z�#�y��(�;�0b!','',0,'?'),('�*!�Q�+��=�#�e�','wp-content/plugins/litespeed-cache/tpl/crawler/settings-sitemap.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/settings-sitemap.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n{�Y$OZj��Ѹ�','�\\P�4l�%�W\n����g��	 j0�3z�','',0,'?'),('�.Bo��eKS�K½�O','wp-content/plugins/wpforms-lite/assets/images/zoom.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/zoom.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4j�������Q��','�K$3�	�Q�q�LKZ�ݐ\\���G��Amo@�\0','',0,'?'),('�.H7-|]l�#��d�H','wp-content/plugins/wpforms-lite/assets/images/step-1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�s�y�5/�y��','\ra��*K,�H�}a��j�]Om.�D���','',0,'?'),('�1�=��	��NR���T','wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�%���Iia��s','�,]1��3C\r�cbi�KU�0Q���g���	','',0,'?'),('�;?2��S��\0��p','wp-admin/customize.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؞��/bT�cK	W��','=�M��\"۟����8S��-ܔ��K�<�@��~�o','',0,'?'),('�<�6ˤh��lb�>R_�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a|	XŤD5Su[�~�','�9��zwL���5�{�!�?����Y!	�f�','',0,'?'),('�LT��ϩ5��#�co','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(=��(g�|',')0�_�:�})�|�Lv :��u�W�\'ր�_C','',0,'?'),('�R�xf�GD�g����V','wp-content/plugins/updraftplus/languages/updraftplus-vi.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q52��wn��vL	�','0)�j�%�03�cb�VY�^OEGݻy���','',0,'?'),('�UJJ0�EG�����}','wp-content/plugins/really-simple-ssl/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݪ8�C+�UM\\���','F�_�n����Z�-y}OJ���P(�C�2\n','',0,'?'),('�X��@��%�1C��i','wp-content/plugins/wordfence/images/lightbox-controls.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('�[�?��n2��\"d�d','wp-content/plugins/wp-cerber/assets/bn4ra.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/bn4ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~jL^��5Ɏ�Ԕ�UR','�d+aL�|J�;�\0zZo+.�N��=u`�Ν^','',0,'?'),('�]�.�1\rPXL�','wp-admin/includes/update.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ls<R�j�\rd=','�\naO��i��a��nkh�T�]�*�R�86�','',0,'?'),('�]r�±���ܨ�.','wp-content/plugins/burger-companion/inc/appetizer/sections/section-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���鮎\r�6V�FGi�','{�p�d�Ʉ�nI�DN;[�\Z�B⬆�\rbb4x)','',0,'?'),('�`?��G��\"U-���','wp-content/themes/sydney/widgets/video-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/video-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.>�ԋ�1d����','y.�����ĭ`�~��~�j��z,��[m���?','',0,'?'),('�f(�9��6��yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php','/home/sleepingsolutions.co.uk/public_html/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','��ā\\c�����g���',' ��ϞO�)3JF�N,���x�r��B\0��\'','',0,'?'),('�g�(\r�#�=���','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':)��N�~\\�?�ފf','T����(��H���rl�)�� �KO��;�','',0,'?'),('�l_S�	9�����[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~1PQ\n߾�#�\"jy','1�t��1l��V��EA�_�U!�E���','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�4�M��ß;�H���','�Fh���I$���l�f��B2�,�سl8�6j�;','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9��_�G|��6%�','��T�rQN��4�VJ:�\0�7Ր�z�Na�\r','',0,'?'),('�{�Z�I���~��','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlock.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlock.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���\\Y�}��e�!R�','r��Qz��\Z�|p3�͒�&�x\0	�\nȽa�:-','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e���(a�d�\Z�C','��\"����G��-��O��\'��B� �^','',0,'?'),('��P�]���%\n8e�','wp-content/plugins/litespeed-cache/lib/guest.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/guest.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@���C��Di�H�','J`�C��\\m?�>��%q/]��<�Cg�_e�J','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�t��rV!��m兩','O��u�8�9���.�8W�y\"c��','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����i�͸�	�p','wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��;֕F:c��E�\\','d��U��EO��܏Q��N�e�&���鱚�˵','',0,'?'),('��������l�.W��','wp-content/plugins/elementor/modules/shapes/widgets/text-path.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9\'%{ڧ��\Z�','D�t�\\�0�#�ӕ��r^(��_���=�\n�c|�','',0,'?'),('���s��›H�+GZr2�','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','��,9�����G�','h������ͼ�����ƾek��Y���\Zf�m','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��uw���¶�7��\r','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','냴}�S�j2Miׁ','��/�~~�Y��~w�q�aжIY�\n�%2m�}C}w','',0,'?'),('���.\"Q��a�6��T�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ȏ��eWS��<�','H���\Z����t�a�!I�cU�|�|i�\'','',0,'?'),('���9���w�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E!fD��]r��K��Ԛ','��0�pX��7�A\Z�lǚ�y2�\r����f�Y�+','',0,'?'),('��DH�K��)�_���s','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��Y�\0�@t�zU��','��9��txk3���q�8NY<�Aw>���ʐ��','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('���t��I��.����','wp-content/plugins/redirection/api/api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��#�k��4;�7V�','���i�uܭ�/�э�`=Z�YC�����`','',0,'?'),('��rӧش�2*t-#�[)','wp-content/plugins/elementor/core/logger/items/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','г�� M��J����','����r�ޱ��(|c��˖��J�L^%�z��[�','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���\0뀄	;t�/��-','wp-includes/blocks/file/view.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�,��O��Ƙ','����m�M�Ђ0���6�l	Pʂc��Mo','',0,'?'),('��\'��(T\"~m�U�c�','wp-content/plugins/elementor/assets/svg-paths/oval.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/oval.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϥ�g��֮�����Cz','�\'���[t^��U��[\n��-^FZ6x���a;L','',0,'?'),('��[1�����ے[�Tٶ','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�����\"�l�i�R','_�İ��R�x�ʵ�h&�	���E�Z�ph','',0,'?'),('��z��$�Q��\"�a','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�h�T�V��7\n�','p|a��\rF��\0���:��\0Q���!P�\0�^�','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��c�R�f3�p5�','wp-content/plugins/redirection/modules/apache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/modules/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p`�se��5XgC�\n��','bM[M�-��b\'�c~Tk�t���кG��','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.���^�q��S�^y','�=��A�\'�TW��Z�\Z商��lI��\'�y\\�C','',0,'?'),('���4	!Ұ��sM`%b�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qM�=��a|��/��0�','F;�A5���/������- �g5�3��#*��','',0,'?'),('��4ih=�g����7�','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��\\�Y\0�s�*٣��','W�5�:��M|SK�\"�)��$�����ٴ-��Y','',0,'?'),('�{C�)1�G�S�','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��?ޞG��^a�jb','_Z�&c��4�s���ҡO��w #I ��j','',0,'?'),('�����JH�l\"G�L�','wp-includes/css/dist/block-library/reset-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�D܁�ȦD�P\\�','|$������7��vuVjj�������0\"���','',0,'?'),('��\r�▞������u','wp-content/plugins/redirection/locale/redirection-cs_CZ.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DO�J�W��/X���','E�[�}8{L�8^��~$\"ۧ�<z/0e�	�\r�Ĉ','',0,'?'),('���`I�oms�S!�','wp-content/plugins/redirection/locale/redirection-en_GB.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_GB.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�/L�T{�.<LC�@P','�r�� ���Cm��L	);�����8','',0,'?'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����Q�x�j�','�����1Y����T��Ј�q�W6݋���h	','',0,'?'),('�9�[�E:Ѷq	��A','wp-includes/blocks/calendar/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14-�9F�&5f4��(','�g����j�v ���AU��$jl�?��…���','',0,'?'),('�#�\n���ɰ���Ђ�','wp-includes/blocks/query-title/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�l�¥ˀ����3','d\"Q�٥[�Rf?а-[1�����#x�r,md\r_','',0,'?'),('�&½1YxFu����mpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php','/home/sleepingsolutions.co.uk/public_html/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','W�q��@rW�:s^�\n!','O��ҏ���<餫q�����2d\r�,�w)�	','',0,'?'),('�\'e��c��ײ�@#Ƌ','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��t�h��_�\Z�n�','�K��e��gv*@,j��u0V�\n=�����','',0,'?'),('�(\\�gʟ���r��v','wp-content/plugins/ninja-tables/includes/libs/TableDrivers/NinjaFooTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/TableDrivers/NinjaFooTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rr��G���(��S','�sz\nP7�t����������ut�� d�6','',0,'?'),('�)��IB��v�/�ׂ','wp-content/plugins/elementor/core/files/file-types/zip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tߏ��8�8��&YR!��','k�ͽ$� �rmD�����M;6��#��FX','',0,'?'),('�*42/�>E૓�2','wp-content/plugins/redirection/locale/redirection-el.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�K��M�:�3M','�rL���cx&	s۸uG=�����0�(�^I','',0,'?'),('�*�z�8n����Z�S','wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U=�����RHf���','K5��$���N]%��)��S�0��\'�ȩ��J`R','',0,'?'),('�3�Md�V|��n~�T','wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��2����Uk��','��2�HD{�0���u=�f�\Z���1`���','',0,'?'),('�8��¼?<ƭ���,2','wp-content/plugins/wordpress-seo/css/dist/alerts-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�C_\\���C `!,�','�5��fvť�y4�a���c��I�Vr��6���','',0,'?'),('�;�onwJ�V�E�	�','wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' UWeї�>X�����','�Z���D���~�J9+6\r���|	4�ka�IPQ','',0,'?'),('�>\'<�{��(�Øc]','wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�P�A�6�%�7�S&.','-��P����y�j��<��E_m��D�tx��','',0,'?'),('�J랿�h#�:!^`�=�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv,%�f�n���2T��','ᒠ�#0���q*n\\\\!����́\'�A%�!.k','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=B���\nyNx{��','�E��zB�4�/�p�Ř�\r�۞.�B���3','',0,'?'),('�T�>�m�r��@)�ƪ','wp-content/themes/sydney/inc/onboarding/assets/info-page.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/assets/info-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P���\'l����','��`-~aUw������|Q|=�b���@[�Q','',0,'?'),('�]_�\Z?ʤ��wHo�','wp-includes/blocks/avatar/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���/V���A�*','h�I<F)EWʡ��� �z�<�{N\0�ۊ��>�','',0,'?'),('�gC�d�\n��la�7r�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pa�0d����� $','��x�n�a�Cm�]�e�T\n��5��>������','',0,'?'),('�k^�8T�a��f6�Q@','wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ՅaPƋ���0','��VC�O��f<���C����l|C=��pG*\r\"','',0,'?'),('�kx��)u��]�#��','wp-content/plugins/wordpress-seo/vendor/composer/installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�^�M�!��ѫ)',']q�fC�YEQ�.�%��HD\Z�y&ź6&V�j','',0,'?'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j�+(,�^�b��(','��PL+w��it���Z��d���kZ{X�V`�t�','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�t��z���	�	��','wp-content/themes/sydney/inc/integrations/lifter/lifter.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/lifter.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W}�X8��7��}R��','�_���\Z�b%�-�iY�ō���T��`m	U;�d�','',0,'?'),('�uӨ�+̧xT�d','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3��i&j%9ݜ�2','KA��S��\'�}\rT8W\Z��_�L�8�!%��@��','',0,'?'),('�{��zr.]M\\�4)��','wp-content/plugins/burger-companion/inc/setto/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�]���%������,','����[�6�hE�lX^Zk������m�','',0,'?'),('��C�ۅ��Wo;��O','wp-content/themes/astra/assets/css/unminified/galleries.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/galleries.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��鸙޳JP��6\'��','s��bj�sbG�p\Z�B�ѢR�j��JI\\�*�>C�','',0,'?'),('��;�n�7Ϸ��2','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�#�[hoD�����','������]�W7C�i�&���\'�T�};�','',0,'?'),('���0j�l�S�K�','wp-includes/post.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iM,AJ���b\n\\�U','\r��ׯca\\]�ܚ��Šu�ra�{0sI����6','',0,'?'),('���!	>oU�䦍�^','wp-content/plugins/elementor/assets/css/widget-star-rating.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�\\��̓n}w���','Nᷮ�!(�U3=���{ �}���V����A�','',0,'?'),('���O�أ���*,U��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MB���fH�X��2','�s���5���ڟ�Ⰽ\r\\�`$���Ǡ�y','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"u&��V�x���mj�0�','�Q�ߪ$(7�e�v�d�ʆ�O<-�XM��φ','',0,'?'),('���ڧ9����4~�7z','wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*X�ڌ�?��x�x\0','�2X�~nt*���{ɸ\r�%��w�����IɅ�e�','',0,'?'),('��\Z$�������','wp-content/plugins/wp-cerber/assets/flags/nu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�#�Mh��?s','��^���{r地��]���89�٘SO�S�','',0,'?'),('��`5�{/\\y�j�-��','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hi�P5[���䐞\'','���\\�7\\�IQ��1�_B��(����\r�#','',0,'?'),('��(	����jܧ�=ϙ','wp-content/plugins/ninja-tables/includes/I18nStrings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/I18nStrings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5X��r\\�Lyv�~$<c�','q�\"� m(��a��Z��bm6�ُ�~�7\n�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ufxy9�9��g4��','���E�F�j՗&\n��E��&J՟gWk.���T/','',0,'?'),('��(�䛂L����5�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HՅN�^2�z�\Z\'��','A:8Dž��f��.�{��D��I9&8\\���I�','',0,'?'),('��_�Q�|�]����`\Z�','wp-includes/blocks/table/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% ����l�7,��s�','q�Ah���W��LE��C�(�%�46m�+��(q','',0,'?'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����j>l���7��X�','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�;�L���u��e7','+6^����B��i0��w�Bɢ�t�%���B','',0,'?'),('�ͬ`�ȵ�5���x�','wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V x&��1�>c�Ȋ��',';ޗ�[z�v�uU����P��_�;�> �����','',0,'?'),('�ҰJ��?\n���$z�','wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʜr;�B�+[��3�','��y���t:6�ިڥ}�E�^�&\0�9#[G�','',0,'?'),('�ԏ��R��!�&!','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0��2���F��E+','5����|��m�EV��Z���ݘf�cMLJt��','',0,'?'),('��\n�]��(tME�','wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�6�`�J1�	��','e��|)��-����`�M���A�g��2��','',0,'?'),('��u�gk�D��E��K','wp-includes/blocks/query-pagination-numbers/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\~c���-�|1\Z�s�','O_���rU�x�(��!\n?կ��ǐ$�o','',0,'?'),('���OQ�3<5)��\Z�','wp-content/plugins/burger-companion/inc/seokart/images/feture.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/feture.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�-�+�O��c��T�','�*xN��B3��*?������_����L8wR%','',0,'?'),('�+�\Z��\\��sM�','wp-content/plugins/ninja-tables/includes/BackgroundInstaller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/BackgroundInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p;$�Kެ7w�-��','�&\r���e��lv4Ԣ�����;���a�G','',0,'?'),('��*�YA��ģ�','wp-content/plugins/burger-companion/inc/appetizer/images/slider/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/slider/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VnX�wU�:��͜��o','q���Y	�x\n��*K���q��7sn)�','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���ﳑI��5��<��','+?��m6�;)��C��g39\\�,x���̻�','',0,'?'),('��2y?Ăs�x��e(','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yw�~�[,�Y�HO�s�','ay�H�2L���)82XE�:�q��8���닆�','',0,'?'),('�\'�\\DiՄ�\\A�','wp-content/themes/sydney/inc/customizer/options/performance.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�_Y���L�=z�N','J�!N�(@zo�DB̭g�-+�cXa���,Q\'\\�7','',0,'?'),('�q��OeBΉ�\Z�6','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�S� !F�|rHj.�L','�6�h�}?!�E�)rZ\'�~�P�RZ�$�-,','',0,'?'),('�.�:%mY�&>#�','wp-content/plugins/ninja-tables/public/libs/moment/moment.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/moment/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[9��b3�6Gȥm{','�*t������G2d!����袹���MP6f[X�','',0,'?'),('�\"��#)�q���C�{','wp-content/plugins/litespeed-cache/src/crawler-map.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/crawler-map.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o(5+�\"��Q���\"�i','�� ��֣�E��\n�T*�]xF�\Z$��}�\0�','',0,'?'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�(?�Z�����w���','�.	7��5zz�^��i��P\"�a|l�2�64Nw�N','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d2�	MɆ���','[�~�5b�AN���n\Z#m)63�m�3O�l��sA','',0,'?'),('�$�Q�sP���R3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php','/home/sleepingsolutions.co.uk/public_html/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','\"N��J��r����P��','D�ɰ&���4�~��C�B<�{�E���wlg$','',0,'?'),('�\'ƿCy�M0ЍJ�÷T','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\'�]�>\\v\\�2��\ZM','qo�O$K]���g3�n��Ò�ѐ�~��(�R�','',0,'?'),('�1������\"T\0�s�','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dr�7��Ts�8�V�','������Od�/�Ќ���I𶦉��<�g�X�','',0,'?'),('�3!9�=�6�ݡ','wp-admin/images/resize-rtl-2x.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�AN�F���:��{��','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lȉ��s�|rs�ƒ','�S}(@U�+��J7K�\r@���n/�*E�֓�','',0,'?'),('�A���s�ዙdiY?�','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img04.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img04.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����vk�����','��H�\r��DR5�E�vQd����>�9�r6','',0,'?'),('�CK��f��6���܃','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape8.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape8.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>/1P��w���%첽','r�%K7@{���G0\"�әp)R͑���@�\'d>K','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�O�PTp���}b\rj','wp-content/plugins/elementor/core/upgrade/updater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǹ.�2b�S@���(�','�<NV��s �[R��!Jr�t�l�T�f��','',0,'?'),('�SG���ѴV\r�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�k��n ˍ}D^q','F\\��e�����8}+3ԍq_���\\�R�1�v','',0,'?'),('�S�Ǵ�l>U*�\r=�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���!\Z�\rHD�Z�L�','t���s�|͡K���~����/�i%��j','',0,'?'),('�Y��adAjŁ��','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Onb���� �E}���','D�&�N!�o��W��eL�Š\"�O�m+�a}�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UI�&�� ��I','�a�k*a\r�����tҷ� ��¾�^�J�O','',0,'?'),('�a�!�,Y�2�]��','wp-content/plugins/burger-companion/inc/spintech/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�v|l(]��3�[�W','wp-content/plugins/burger-companion/inc/seokart/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C8���WzfJS�-7�','a�n��V�Tbޙm\nOL���G+Qb��u��P�','',0,'?'),('��$�~s�n�f�o','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"\"?�C#\"�','�\Z�\'�OpBl`�5r�zs�\Z�\n���E�','',0,'?'),('��� �G;S�/�A.�','wp-content/plugins/wpforms-lite/assets/css/choices.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/choices.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IMH�G3�M��v�a��q','L��y�w���XU��2��0���CӷD�','',0,'?'),('��Vb�t�\0G�2!#','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^H��E�P�\\�aC','\r2w�s�Q�*M�KLt8-��w���zq�)�','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('��\"��ֳ��ݸB=@�S','wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�-~�a�	Y���� ','wiIs+jU��f�W��ُmD��%<oO|�6�','',0,'?'),('��>���ӡS��$��%?','wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Field/Slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Field/Slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z0A��Q��-�e�~�','4���z}uѥX�4�%��1՝�\0�1c��','',0,'?'),('���&b	���#�H�','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����j�2^����O9','�}I���3�+�[�p��V��vWt���x�=','',0,'?'),('��������u��j`T','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nY�t�\"�D|�\r��','Sc>�ya\na�(E�N<��Lj/f7�\n��~-�I','',0,'?'),('��&V7s������c�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��yX�3��S���\"�','���y�~E.�m����vmt␘�Ӫ�L&�','',0,'?'),('��4&@^��*�箦�>','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h肎i���N','���]YxX��Ȇ׈��p:/f+c�PźZ���','',0,'?'),('��o=^��RY��B','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	6�Ų��v!��2','�6��;�l42[�5W�\0�֘���5���\\�C','',0,'?'),('�눆�3x{�x��n','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�b�΢��@BIy�G','Y��pKԣ1�˻U�$@)�2]|#tM��\n���','',0,'?'),('��m�J2���ӡ�','wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J����\n{���~','G8�h����K��ш��I\\Pӡ(��Ub��','',0,'?'),('��O��4����%m�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����c�О���M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FY?����ʊ1s/��','<��lI��!/��{�K�S|��i���$�6��','',0,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�7�E����v��','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������y2�J���X','���o@��+�[;��n���<��U���B>�%�','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('�\nT�!�)�\\J:d','wp-content/plugins/ninja-tables/assets/img/comparison_table_three.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_three.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!۴�MآP���{o\\�','��H��F��ԥ�u�!�I=ƛ3�\'�F�&0','',0,'?'),('�C�}�� b�Zc\'HD','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�k��	��X�k�\\{','_@���ll�XZm� ��������y�^�����','',0,'?'),('��S�m9�ÙO,Z�','wp-content/plugins/wp-cerber/assets/flags/mm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h}IV6��Gb��1� ��','�\'&�+Nx�<�Ar�MRFP�D��9�W�','',0,'?'),('���{������V�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p2>��9�ҕ�{�+','}�lX�|�	��Lgӂ��d[X���','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�8g%��ځԧ �','U⨁��>�/o��ҘM\"�T���`��2','',0,'?'),('�+&����jk�\"Gv_W�','wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��ަ���IG�o�','�`�1<�k1�J|��b�K馺-�V��d�\n9','',0,'?'),('�,$L!���1΁�ڶ0','wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�XO&J]\r�j�;^|�','��x�5�	��c��E���%����8��0�P>g','',0,'?'),('�0[\r����;�����a�','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�ő�Wh^�A��j�\r','\rs���us^�-��GK?�N��bX~����e(','',0,'?'),('�:��_����~��L]','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w����:(H������','����.x��2ж���=2\"�#Ѕ�J�!�{i	Q','',0,'?'),('�<&��7��Կ&-c','wp-content/plugins/really-simple-ssl/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����sW ���4U7�t','��M=w��6�|D̮o29�\"�D��;��3','',0,'?'),('�>:d��a�S8�ƚ','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TP�ij�2׎����-','�U�p�����ʼ��׫�^y��F��̱��,��','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P	nԔ/\rzA�\"\nd','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O(5zE�@Nm%�@ �','S�����)��s�[���x@���D�<+��','',0,'?'),('�MG�;t�����V9','wp-content/plugins/elementor/includes/beta-testers.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/beta-testers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʸ�B����\" ���','�Q�jrX���\nl\"��J׌�Ò���\\l�9','',0,'?'),('�O�1k�D�4G0�r�','wp-content/plugins/elementor/assets/js/app-loader.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*CÅ�F�$���','�B�\0�TQ:��CD����\'��C�.Sڇ�g�J','',0,'?'),('�W��פ,�!�\nQ$�','wp-content/plugins/wordfence/modules/login-security/css/login.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/login.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\0|�\Z1��\r','�F݌\rw,�K��_�m�-��N���\"*�t��F�','',0,'?'),('�b�l	�-vr�$�L��8','wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bz�;1�?��n�_','܉P�;��B/�6O��A�1�<�\n{���Sʃ�,','',0,'?'),('�h�M��f^ݺ����p','wp-content/themes/sydney/inc/styles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q|�LwS��C�Q�n�','ٵnrD�^�~�Cc����ؕ���5','',0,'?'),('�iXI:u��7ڋ�L�b','wp-content/themes/astra/inc/class-astra-global-palette.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-global-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�ȗ�5ݓS�.�','�/G�0�PƂ�l�e[\r��.6���Uz۸�','',0,'?'),('�n1��v-\0k�q�f��','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�%�	҆W����b�','d����r��Vu[�3 s*�Dǁ��C�7','',0,'?'),('�u��ZQ\\\'�����','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','���	q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('�{��w�4I�t���H','wp-content/plugins/wpforms-lite/assets/js/admin-builder.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1vBxI�L�Y��{�','O��/e�D.N|->���ϤP[oƊg�Y�\r�','',0,'?'),('������:9��','wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�Lq>�5��F��ݿ','⎄IX����C�_��:bA8c�nh�b��N�','',0,'?'),('����n�/�����D','wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P�oO6K����u=��','Fs����]�U�x����m\\�`S�7˲\'|�g�','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L|�rn0Ѽ�GL)�','?����E�L�_w�j�B��>�j���gO��5�','',0,'?'),('�������6��>�4�','wp-content/plugins/wordpress-seo/js/dist/externals/jed.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o����wk��ՙ�;','�k̭T�0w���6�[Z�-�:��p;>�','',0,'?'),('��8\Z�1\nȉ=\n��{�','wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��?�&�|�\Zt��','��![��D�҉��ܞ�Y�]O�#*�`V','',0,'?'),('���ٖ|;����','wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P��?�Ĵ�=\"�=�','�j_y����T�[�^��֤y�Uv����%\n�~�','',0,'?'),('����S�h���S�%Tz�','wp-includes/js/mediaelement/wp-mediaelement.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��Š�\Z�g����D�L�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kPӊ��_4��','��1�b��ߟ��v�,�#G��l$fc�����','',0,'?'),('��띖���);)wPڈp','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R.#�S��3�\'�`e@','�\"H�T�m0�ɣj=�M�~���nu*�w6d�','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�z�ە�wX^�O;:','�\Z����î�c�\"/�<��v��\\���b��R�X','',0,'?'),('���s�����J��','wp-content/plugins/litespeed-cache/src/debug2.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/debug2.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ā�5Z���o�ZU���','�$,\r����u=��GWT�P���D�3','',0,'?'),('��6�P��O�RA�','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','馈\\�)>�eb���O�','z��πE�L��:�f�x�Sٺ-�Uz�|�\0i','',0,'?'),('��z�uv�I���&�b�','wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��.�{�\'���1','g(�e*�Z�nA���\Z���Ʊ�-��r���d','',0,'?'),('��!����1�X�>c�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�!�}�fA�G�ps','&0��mQ��ݿ�pH&*����0%�:�m','',0,'?'),('���H/�%�,/��6�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڊ�I�_�\r�tW�0�','�3LCŊ�&Q\0�27��,ރ�����\ZS�]�','',0,'?'),('��be�e���n���t�','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7����xDD�p��x','�~�;�M3H�n��\0�{�z_�;���R(��','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���#qM�(�즇�`6','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('���Ӡ��Q���Vժ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O ��qY�Ys�i�','cy۫��8�� O_���O>Y����§s{%','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���VdЌX@q�ș��','S���تA���Ӥ�@5����|�~�?KBK9U','',0,'?'),('��`\0f��<��ɝKmc','wp-content/plugins/updraftplus/vendor/composer/installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�о�r*�n�m��','\00��PF×���nɏ��ӣ�1�w3�<��u1�','',0,'?'),('����;\n�7�ړ4t>J','wp-includes/blocks/post-date/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gA8MN��@��=��3g','�y��A1 �6���nf4ܪ���щȁ�(9�','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('�䏂Vܤ�c�Q��\'�3','wp-includes/blocks/comment-reply-link/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-reply-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<0�}���׫�1��','�^���3�΋%J7I�nF)c\0�!6���Z\0�','',0,'?'),('����.W�t_D����3�','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WB�\\U6t@���W��','Z_�0�_Z�ã�Ӓ�i�xE�އ5���|Q�','',0,'?'),('���V�s�(tf���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3q��y&�V��y7S��','����e����j�7����E���c���,c]','',0,'?'),('��Py��s���?VĦg','wp-content/plugins/elementor/modules/nested-elements/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-elements/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�O#ߧ�\"o����','��6��p�a�whFC]̠�Yަb�d� K���+�','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J�.H[|�E3$d�','�\Z�z%����;�����o��n��m&������','',0,'?'),('���U���4TXy�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s؁���4���9��','���q΂<����A��e󺷊�Ց�~h�P���','',0,'?'),('�|����̲�Z�\'z>','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1670945819.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,'?'),('�4)tk�l#�<��U�','wp-includes/block-patterns/query-grid-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/0�K�\0F��OK��M','�Q^D拜��dt�5���TG��)ˊh�`�e� ','',0,'?'),('��H�\0��E���6�@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(M+Cmk�>B��h','��7 ��	��x 1h�1$��].��-_��\Z6','',0,'?'),('������Nb���','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r(�U���LE�e�W�','`ɤ.��j?s��\Zja:��\n|�0qy�k,0	�','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���T��+�d#y���','���i�o��T��a�\"�y��\0Y�]$u��','',0,'?'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','!�%r��\'NP-Xϼ�A','�`\n\\�-�j�-d��Z{%�p�j����A��','',0,'?'),('����7?��/q�m.�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bʼ�:�����Q��s','�M#�%���yߴ���enY=Ճa���M','',0,'?'),('�I=bh�ʔGIkoba','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�ݗu��$3�g�IG','�f�Xh�ŝijz�DT�b/@��T����','',0,'?'),('��y����e����','wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e%�KH;�MG�����y','\'y�~����(umcec�57Xҧ���c�ú�','',0,'?'),('����໵Ͱ�cP','wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsGroup.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsGroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z{\'k;��td�^>�}O','���\"�F��>򥸾Fu=\rI�S����aE�<>','',0,'?'),('�\'Arj�$��싶�Z','wp-content/plugins/wp-cerber/assets/flags/ua.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ua.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ń(�Y��Ph����','��k�6�\r�@܁���G�ȍ��T�m','',0,'?'),('�3�h�I���{T�ӽ','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|$(�u��ɒ��]�\"','�E���0l:�yc€N0��[�l� �fm�.','',0,'?'),('�5Y�v]����0.�','wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/addon-not-yet-present.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�����ǭS�','��2�3y��>����>���]%��]�\"�,APh','',0,'?'),('�7\0������<ܝd�','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�z��|���G�����','M�+(�\\�]B��R�LY����#�?w���','',0,'?'),('�?rC&�%����£�','wp-content/plugins/elementor/core/experiments/experiments-reporter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/experiments-reporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�w�%�a�d�T�B�@',';~\\���)��ܙZ!P��s������	�','',0,'?'),('�Fۺ��F朜���o�','wp-content/plugins/wp-cerber/assets/flags/ax.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ax.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�=���z���?','����?jAT�pY�u���+G<��!|�','',0,'?'),('�Ix�_W��^8��H','wp-content/plugins/wordpress-seo/js/dist/elementor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/elementor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��Vg�˾&ID_�','�4�����z�_�����Ɂ̚ۆv�?��Ȳ','',0,'?'),('�I��i�軼���\Za','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��mA�B\r�M�%F�Q�','�z��!�.>��1�YH����h���d�@�\Z','',0,'?'),('�NR,�J�*�̦G$i�','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����<}?wº���','�t\0^�m\Z#������b+�6�3X߻s5��','',0,'?'),('�V��>���L1ҕc�0','wp-content/plugins/wordpress-seo/js/dist/edit-page.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/edit-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ށ3�O�$J����','͈I%>��7��ݩ�\0L~\nρ�f��/���_','',0,'?'),('�h/͔��j�C�\0�n','wp-admin/includes/class-plugin-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�pT�0$�����.�','?�t�D~#͘��/X�#G/���Nf\\��͜gN','',0,'?'),('�x�W���2e�uv�L','wp-includes/customize/class-wp-customize-background-image-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1SDM�{KC��(��1�','M\n��K6e@���zM�d��׽Z%d	�Xҁ��','',0,'?'),('�6���?�^o�#�','wp-includes/sodium_compat/namespaced/Core/SipHash.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��*� �ֳ3�@]�\\Xz','wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J׳8 ����7�u�','hѮ�\Z��Y�������c��}�E_;�j�´��','',0,'?'),('���TtG��2L#C��','wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KJ0䘹3V�T��I@','�T<�}?M� �6)`R�kl]�7��[zaꂼb','',0,'?'),('��{ ��`/K-bbw%','wp-content/plugins/burger-companion/inc/decorme/features/decorme-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%)�D���zi\ZIY\\\r','�6�?�۠`�\0�E�����XA�꠶��g�`��z','',0,'?'),('����#S�V���պ','wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�,�VV:t','�Žw�Š�\'m�6Q�ݥa��h�|��G��','',0,'?'),('���R	�(�,	!)�Z','wp-content/plugins/wordfence/waf/pomo/mo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��6��~.���S�[','��\\\'�_F�u�C)CR\"(C�O�YW�!��)','',0,'?'),('���G�,F-\n�o.�','wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sXoU\n�K�,�BV','���y!�!�Scͫ�\Z@lP�h^t�,��Pb�','',0,'?'),('��-�|x€��3�','wp-content/plugins/really-simple-ssl/settings/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('��K}{X��UG9<p�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����&@p����ɗ','wp-includes/js/dist/wordcount.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+��\\�BG���','Åף� 7/3�Z�(*��Ҋԓ�n���qM�J��','',0,'?'),('���{Z��$�\'�Q�','wp-content/plugins/wordfence/lib/wfScanMonitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanMonitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��*���mU�t�~ن','̡7������qr��\"�I�jk6l���','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����vmĺ�(x�','wp-content/plugins/burger-companion/inc/coziweb/sections/section-design.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/sections/section-design.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�7D}�[�k��\0W','�**���x�6D��:!��\r�@M�B?q�[��','',0,'?'),('��r�,������^~��','wp-content/plugins/wp-cerber/assets/flags/my.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/my.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��r����V0�<\0�','�n��	~��6fjBٌ�k&�|�ް��[�F','',0,'?'),('��#�G���hgx���T','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��9���?D�V�','\"�Կ���Y���\r�י}�W%	�Oj��Q	','',0,'?'),('��ā�$3�nhMv7Y)�','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��sI��p�i5','�d?i�Z�0��õ8�^�9�]�3�7 �MS','',0,'?'),('��h�SĿQ���R��','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�$omocg�]N(��','�\n�}�fX�Ĝb<E�o�.[<v6�1_�^','',0,'?'),('�����V�ؤ/��f','wp-content/plugins/litespeed-cache/assets/js/guest.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yۤ~M��O	)+C�','|o�0x�t3o:�lH��Hq���9x�0�*�','',0,'?'),('��!Q���~�m�áj','wp-content/plugins/updraftplus/includes/class-database-utility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-database-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���.�L7�','��w��,h�a�\n�V���ynZ�<���#�','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�f�\0W��w\Z̩','IRW��c-�ׯ�ݔ~���R�=8�`��cE','',0,'?'),('���c:���\r��0','wp-content/plugins/burger-companion/inc/owlpress/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��k�*�ڥo#��','ݹ]�7��vG���\Zً�Lef?�����/�','',0,'?'),('��(Bu�{��tZ܍','wp-content/plugins/redirection/locale/redirection-hr.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�x����m�b��','��1���3:`qs+>�ܤx��\'*��e>z','',0,'?'),('������`~���;��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѦxQ\'XX ��虅~e�','��Y*�<�{�~�eօ��]|�b��5*z(�5`~','',0,'?'),('���@Pw�y���3�Ks','wp-includes/blocks/site-tagline/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�F��هs�[�mH�','��B\n×�ȹF)|6=�9G���>��n�`�u\Z','',0,'?'),('��	�ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��LԐZ��[\r�2�9A','wp-content/plugins/burger-companion/inc/cozipress/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��s�+|�\"-�7@�l',' ��|�\\J�y%��5�(�1�D���p\na�\\Om�','',0,'?'),('���ʜ\\\"���z@*>�\Z','wp-includes/blocks/site-tagline.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2oH\"ϵ8����zw ','�����h���9�DP\"��ϑ�hf��f%�','',0,'?'),('��SR�&-tu��A�7','wp-content/themes/sydney/inc/woocommerce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��\\Gn=0�+�M','r�jm5�}���z����oFx�M�','',0,'?'),('�f(�:��Fo�n','wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ģiS�a*ȋX&褛�','�|���jR[h�D�Xh�s�9��iƌ��','',0,'?'),('�\nD���%a-�Iq��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��-�\\p�R�kI�','hX�ʀF^1��it8�O��qS�)��.�','',0,'?'),('�\ni_�a*���>�dnP','wp-includes/blocks/post-excerpt/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�1�,ͯeܒ���','�W޻i���7�5�^gDn~Q�\"5Q Wɟ�','',0,'?'),('�\rT���X�� ���[','wp-includes/php-compat/readonly.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/php-compat/readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','с��K�=���|��','�k��U7H��U�.ϕPm^�F��R45�����','',0,'?'),('�U��� ����?O�','wp-content/plugins/burger-companion/inc/decorme/features/decorme-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�p�׌��xH;_R','Lg�#��� ������3���͝�h�J���8','',0,'?'),('�>5O�\n&��i#��g','wp-content/plugins/wp-cerber/assets/flags/nc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�ݦ<M��g�]','�`Gŗ#�&�5��7�X�,4s��q\\���','',0,'?'),('��o��),�m�P','wp-content/themes/sydney/theme-dashboard/class-theme-dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/class-theme-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N駍��\0�hoy�վJ','R�J�1���h��vC�p��\r�\n6r�0�','',0,'?'),('� �K��w�)aD���2','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-request-method-6g.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-request-method-6g.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�[�����/š��','<.!G�E����C�|�˚���q��l�\rQ','',0,'?'),('�&%\0�|�,�����x�','wp-content/plugins/really-simple-ssl/assets/css/admin/theme.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/theme.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%� ;��~��2F�O','h���y�D�lG���	�����Xr}n9','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj��׹�\\J��/��௜՝mRb��X','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�2j���,��m-��}','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B}����b}_�W^�','\"vN6\'�k�����#��\'����¨��','',0,'?'),('�4r�p$����D�D0I]','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0M\'u���|��7��S','S\\\Z�&{uNN�\n:�Krj(�9�o��\'%ztn�6','',0,'?'),('�8�Ø�/�J0Xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��p�,�΀\0#���','����^� �	 vN�*c�\"~�!����E','',0,'?'),('�99�i	����M��jW','wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\rkC3�T���I��','.��Kݵ5?a6����~�:�\r�=�O��7Z/��','',0,'?'),('�>�\rm��;/�s��8�','wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D4R��S�D��\nG�',',�TZy�`��Wص\\R��@����{��}�݃�','',0,'?'),('�D��}U���#��:�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lٗ�ݵr���lɋ&�','��췉P��d��f��z*�\".�ϱ��l/9�','',0,'?'),('�I�Y	v�1BI��\'�','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1z�h!�9���ƶ�','��Ԡ�~�h� 茉��x�W)2[�A�&R��|A','',0,'?'),('�Ou��k�߸\n�?�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C\n$�_{\r','녱�~rh���k{ɳ�b�gFf3�D�<\0�','',0,'?'),('�d@�\n����`?�$l','wp-content/plugins/elementor/app/modules/import-export/processes/import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��٭��F��%H��','��H�5��^��qP��fȒ�\\#׸�:���|��A','',0,'?'),('�g���?�&*�B}��','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����k\nN�2�','��\Z�<8�S0r��%��p���o�X\n�pC��','',0,'?'),('�j�<M�Dd����4m�','wp-admin/includes/ms-admin-filters.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʊ_��\\�h\Z���E','�5G�F[P��r�T�\'xOQ���1�AN�Hd�w\\','',0,'?'),('�sSUT#�y9MxFeK','wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+=J�C�Dp����','��x���\'i�(�u��E���r\n{D�9�\rb','',0,'?'),('�v�A��b�ta�\r���','wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���~V_��=��~��',':���<X�鄃!6��,HPpž\nb��j�x','',0,'?'),('���I6���+��%','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.wI7�Z�W�f}b>hn','�!���e�B/kC9-Y���b��Q�RH���','',0,'?'),('���_1��8���5','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�7�fS\'�G�\'C�','�$)C�:ʤ���\r� ����F��4@N=���','',0,'?'),('���9(�s�w~��[\\�}','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��WL�\'!�1�e��','5�=���\0sHIԶoKrɶmL�)�:s9�a��I�','',0,'?'),('�����`�\n�<�`��7','wp-content/themes/sydney/inc/customizer/controls/alpha-color/class_sydney_alpha_color.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/alpha-color/class_sydney_alpha_color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zό��d��֏�','�Y��ڸ ���ПS�&��0��Ր�U���','',0,'?'),('���? !&4��0��P1)','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Dž�\0A2��X�}','N�EؽU�[T�\"ؽ��[�����\\=�5','',0,'?'),('��y�rqhd.mK�(@~E','wp-content/plugins/elementor/includes/template-library/sources/local.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7<��rFҶ���S0','���D6��\\�~���ٞ��U6�m�a��_~@�','',0,'?'),('���z]#Q�}��Pÿ','wp-content/plugins/wp-cerber/assets/flags/bh.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ޒ��2�(;t�','/�֯��p�`��ł�����Ri_�K�','',0,'?'),('����y���̐�o!','wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Y��+}�5\Z䞁!�','���q	�	)�\\���fmn@�v\\��̭R<\'Pr','',0,'?'),('��;��1�T����','wp-content/plugins/ninja-tables/includes/NinjaTablesI18n.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesI18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������4�>~L','�π��u���3�2��1�S�Vpn$�mLD�H�','',0,'?'),('����Sm���憋<','wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i� n�L��C�','�=ν���S�}싋�9B7�,-����鮀','',0,'?'),('����WP�u�?mI�5I','wp-content/plugins/ninja-tables/assets/img/pricing_table_one.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_one.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r92���\"\n�iH���','�6������ԐB-��̅4�͗����','',0,'?'),('���=cei�ٍ+��','wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�=���|�p<�~*i','�1	�ۍCԧ\\��ũ�sژߟT�{G�> �u�','',0,'?'),('�����Ԑ���fW\"N','wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1x;����:y�V','s�/��1��K��-��ˑ�Y�x���y�e߽�','',0,'?'),('��Z��w��`+���W','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jNN�2�FF}q�','��,	��h��L)�<!��&UTܖ�8','',0,'?'),('�Ρ~�ߓ�:����eo','wp-content/plugins/wordfence/images/icons/tick128.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��c�h4\"���','����V��}X e~G[C�峆��5������','',0,'?'),('�ώzkks���k-\0F','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�!zp+Ā(-�s/�','�`,x����!�7�]	��\\�?Ȃ�V/&˙�','',0,'?'),('������b���;,','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;���ƿw �e�','Zb)�Q�I�GH9���5X��w���','',0,'?'),('���Λ��\\L�p���','wp-includes/blocks/comment-content/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uo24+�8p�פF1R�j','s�xj\'W��va���H��:!������D','',0,'?'),('��(k,��rfZ�!�','wp-content/themes/sydney/inc/customizer/controls/typography/select2.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','81_�5�K1n?\Z~��','�} e��JŇ�_��<�����ld�k���','',0,'?'),('�����(觨:pR�/','wp-includes/class-walker-nav-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��F��u��]�/aE','���&u�f�|�d�H��؈iDn�^f�R\"TGd�','',0,'?'),('�����0��[��\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V��Z�����','6,��k}��J�U��a<�d�8�4�?��̾(','',0,'?'),('��)vN7�p���.S+','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\n\'��K3D��	;�e','0V�oj�~E`L��\'\n�8�~R�kbZ�{s(�','',0,'?'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@}����݃O�S�','J���G�T���(���\'��O�&��7g�����e','',0,'?'),('����}��p�u�1\"�\n�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y@�M�*�V@ֱ��','Q�<\r/g%�gW\0��W����k���Rqv{�','',0,'?'),('��\r� ��\'�;�2�','wp-content/plugins/wp-cerber/assets/flags/cx.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4@/��e�^��&c','��ȁs���׼�{K&Cws:y외��|�(!�','',0,'?'),('��K���\Z����','wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�\n����:0�J�','�]h��l(a���?���`���p,�o>L','',0,'?'),('�s���	���ؤ��','wp-includes/class-wp-http.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Zc��*\ZR{r�5C�','v����G�ۏ�.ʐɭǞOi�YW��l\n���','',0,'?'),('�>I����9�B]','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+o�.c��DF�F[a','�7��.P	��}�8��_\n`����1���','',0,'?'),('�\r�Z��:�k��u8pd�','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\\Q�{D��\ZAb�c','�F\r~n\'�z�2�}\n[�\Z�E���I^�A','',0,'?'),('�/7�ñ�cx��p��g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php','/home/sleepingsolutions.co.uk/public_html/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','?�-Vf��O,�`�0�',':��!�:i��D7Bi�s����w4�>�=Yn_','',0,'?'),('�:�gg���-��','wp-content/themes/sydney/images/customizer/fl2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?w̯b�;,�YKt�','�g�E�=�������ָ��S\Z)����#��)@','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��i>���Y<B̏S�','wp-content/plugins/wordpress-seo/css/dist/metabox-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6kdeGz�!z��','�L����=��\\[��o�0z�\\kQ\0fD6k��','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�,�t��!O\0�PR���|','wp-content/plugins/redirection/images/GitHub-Mark-64px.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/images/GitHub-Mark-64px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\',_�Jm�M>KŽ','/\rTAY��م��ѻ���v�g�>�!Eh','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�.���O�\n�Y�E','wp-content/plugins/ninja-tables/public/views/frameless/show_preview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/frameless/show_preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�Ț	����s��',']��LS���~3�h���YV��H�q2;��','',0,'?'),('�2Jˮ�$瓬�}��HC','wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q{�e�Q�F�[��','5A�`y�\Z��X0>�X��+͒�P�K���_����','',0,'?'),('�5��8���T5��-','wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�z�2M4����','����.�k�����=@[9�W��P+|���8�','',0,'?'),('�7K�!(�t�4��b�','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m9�ȇ��� �Yv�Q&','�lN�}]��\"2��\'�?�)o/��Cq�E�\"[','',0,'?'),('�B^K��0����x7�`','wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�s{YVY>N�ﱵ�','\n��v��{����`ƖmK�(R�d��ڥ�c','',0,'?'),('�F�`��G�ff&x��','wp-content/plugins/elementor/assets/css/frontend.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��9�0��\r�O�hQ','[���S�;v94E�<])����7TρT�^P�','',0,'?'),('�I�ڝ��HTr1�s','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2x���0�X��`\r�','i��t��L��OC7z�{�7����_M�x�q�','',0,'?'),('�M���zoZ\"��C��T','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iMpe�륟ҧ��0e�','\ZQ�-����\"�*���T���mMo7i��','',0,'?'),('�N��ZND��N�>Y	','wp-includes/js/dist/components.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����<�/������','#��n#B�+��Ga\Z�Iû��K;w>WX�P���','',0,'?'),('�T��W�w�P�	<^','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/custom-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/custom-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��,R���%�Ut\Z�C','�e���a̝%�.b�c~�s\\���Q:tb�*\Z�','',0,'?'),('�TԤ�(�G\r�`�K5`','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rw���+����6��','^�J�w|5Ҙ�ϔ\"D|�\rp�Gor�A�','',0,'?'),('�XO��1�{���F`�','wp-content/plugins/updraftplus/vendor/psr/log/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eo���r� �¾ϔ�','�?��oKχ3J��u�56\"��7jm}!C� �','',0,'?'),('�\\,��p4���T��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���j�jb�wX3','���@�\"��U�s�X�W5�&qV��H�O�r�','',0,'?'),('�s�$��lA�F-��^��','wp-includes/blocks/group/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\	�ʝ�=�fZ9U','�\ri�$y+�h�?����j魾\Z���b3�sJ)','',0,'?'),('�t�� �������6','wp-content/themes/astra/assets/css/unminified/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XT�!{2E:r)�','��\Z�7Es��i8R�U&��t\'��\r�!��','',0,'?'),('�uY�ݘ�m��qy�L%�','wp-content/plugins/really-simple-ssl/security/cron.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z���d�� 9uw�','�b��,\\��T�~�&^�BT�^2�\n��P�','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B<�<��LU�:uUn','�ZІ��\\�@@�G��P��#=|�\'k4��','',0,'?'),('�ܰ����_~�h	sc','wp-includes/blocks/spacer/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���SU���<N���BM','JD�$��֎�]V�NuƒδoB�i��W���_�','',0,'?'),('��c�1�;��!�oe','wp-includes/blocks/post-author/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bpx�5o@!tV�P+','�I�9Da<��#6\Z�<.��i�׊-�xF��R�','',0,'?'),('��e�!�JMk�y��cK','wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&�T��P�?(','�޴]BG�K!M3�NΈR\0�0���`-�_��','',0,'?'),('��E�]����Z����','wp-content/plugins/updraftplus/css/updraftplus-tour.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���kˍm�L(�!�',':e���F͟�������!������2��','',0,'?'),('��I�.E�(��#S�','wp-content/plugins/elementor/core/logger/items/js.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѷc���\Z+=�8�*�6','Ňx*EA���a�3ΕAWɔ\0�C�*IT�/','',0,'?'),('����i����O�Z�0�R','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�)2ڤ9�ߗ�jVr','���2�kT����Mr����;�e�WN�hN	/��','',0,'?'),('���XT�����Lg','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЏfX�;N���(h��','%	�+��ѳ��_�A�;QDS���ஜ1A','',0,'?'),('��w���:�Y�`칇�','wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�\r�_Ϳ]�,BWi#$','2�(>z@�/m���*0�6i��1���ߚ9','',0,'?'),('��pBr��\0�U	B��R�','wp-includes/blocks/require-dynamic-blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/require-dynamic-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�O˟����;�B�','E����_GX��-�2�D�.�w�~�LxL��Cb','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('����Ӡx��@A��','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�a6%4s���d�4�','s����B��Hf�	�Q�`�k0E�n�j','',0,'?'),('����X���-��Of','wp-includes/blocks/nextpage/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;(\nw1���6\nO�','�}{��pe�0�9\r��n�L]tJ��:�R��~','',0,'?'),('��]���9Q�o���.\nO','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<%d��b�H3���˂m','�7A��0��X�dHہ�Ŧ\'w�\Z��,ۅ','',0,'?'),('�!�\'��r�-f�[�t','wp-content/plugins/ninja-tables/admin/table-builder/NinjaTableBuilder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/NinjaTableBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Xc�տUMfL��','u;V	l��_N{D���NG��f�ǰO��~#','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���$�\n�X��\'(','a:!����XA�2Y�[n\n��e���,�A�SI�$.','',0,'?'),('�9��=ti����v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6I0$6��m�','�u6a�{��A�0�#�b�TC�Am�4���de','',0,'?'),('��b�wC�O�w㝫-�','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tl4ldڇ�����W �','�t��†�@�fYR����Z�1_\\�4|����U�','',0,'?'),('��֮\0d\n\0�^i�+','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�t;�Z��N�mļ','\"-ܢ�um�s��w>vu�J���ԡX[�6','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F}٩L}��e�ق�','���|o`�ڡ�:6ԅ���,>D���.T9��T','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2\"��_V��_����','���n��eT�%~4G���f���#�ᅨ�+','',0,'?'),('�$�%\'a˭����','wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n+��ʃ���o(1�','�B�O/�<���暵�R�z�N}�E<5��+1���','',0,'?'),('�8u7�h@jx�\"�5','wp-includes/class-wp-block-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�	?y�r��o���','U���5\nݤ�e�=�㢬�)��UFm��	jf','',0,'?'),('�:^\Zv����K���f5','wp-content/themes/sydney/content-none.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bМ�jXܾ�LS��','R���0i�2����^��z�Wx��b^>','',0,'?'),('�;0?��J����Q� �','wp-content/plugins/really-simple-ssl/security/wordpress/file-editing.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/file-editing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Y���\0S�)z��','�ϋ[S��!v��J�ON�3��;�θ�|�','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�O�������7ZN[�','wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�����*c��Џ','�un�]�d��*�ڊ��XR���O.��86\Zj�','',0,'?'),('�U߷� 3Wi��\"\Z�','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���{˜�B�YD�%','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��B\r������+�','�wSa��0\n�2�&g��M��d����\'�<��I_','',0,'?'),('�j�ծ���h��q|�','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','//�d��!�\r��g','����^+tSbQ\\��V�P��tccO�V�','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��RXjJw�E��','��O�V�P�K��Lѐ��(Е�#uu.�','',0,'?'),('�rn�`	m��$\0��V','wp-includes/blocks/media-text/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��\"���\\�','8I��#�\n���=mM�W���ḑ���J���s\0','',0,'?'),('�x�T�[Q*�5��k��','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A$xކ�W�52�K\r�','N�(K-�\ZW���c6���d8j� O��\n>`�','',0,'?'),('���+HD B$���','wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0U�c�g\'��@@ġh�W',':ȡѽ�o�^U �\'��TGi�_,d�\0��-�','',0,'?'),('��g�!��ٺ�!���*�','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6��sE��6z�[','\0첲Zz��/���T���m�W�)�F�״����','',0,'?'),('���s�x���6�+','wp-content/plugins/elementor/data/v2/base/processor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�0��\n@�s','����&�B�R?��}�\0�]�B/|��~j�8����','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f%W�^m�y���4$','��)������A�r�\rt���@��j��Y����','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h8�FK�3Eq�s����','�0�T���E�Va~\'55h4��o՞�{Mɱ��\'','',0,'?'),('�����۝w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('��\\����JRَ�nx','wp-includes/blocks/navigation/view.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�I�l+�*=+�n$','����m(1�A�a\\�q��.٤Rj6���','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r5C��y>\Z�x�w','$�\\���߻W9��R�Q�zA��r\021�{','',0,'?'),('����&9���-Z��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0E9�c=\'	\0��','x���ٵ;�P�i|�:����\r��\r�iHä��a','',0,'?'),('��wX]���RuG;','wp-content/themes/astra/inc/lib/astra-notices/notices.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/astra-notices/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��£�2�I)3va��','GpAk�Z\0�[g�Գ�_>w;l��>ɓ�$�9-','',0,'?'),('�����о‡�.���k','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�����	׵�F�a�>�','q� .>������\0��܂ď��+��q��M4W�','',0,'?'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���Ϲ�O��o��','���u�)��\ZqU���(��b��v���G�}��','',0,'?'),('����	��*Q��^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��+T��6��؃N�','wp-content/plugins/wp-cerber/assets/flags/ke.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ke.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�E��<_�&e7F3','���B�oߪ�ð�QI��lO�F�.:�p�','',0,'?'),('����+T1-\"�׍\0','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/customizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�5MFq�k-A�	','���ߟ�ܠ���UK��8�����L��� .','',0,'?'),('��3T,�M��	nÀ�4�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���\r�ɇ|듓Rq','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ug���>�2��~$<-','lf�m�H\0L*ƔZ`��ΫM�fa�@Aw��','',0,'?'),('���-�]�\r�~(#�','wp-content/plugins/wordpress-seo/admin/class-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`li��!9\rVwXb\r�','�\Z���o��Hu�ƶ�Ɍ��?�z�E?D|1kk@�','',0,'?'),('��b��֏�� �$;�h','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��Ç���JV�W�]I�','wp-includes/blocks/table/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŦkZ� ���<e','Q���Y�+Xg��.�}�\rPT�?Ւ�	�mAݽ��','',0,'?'),('��^�����?K1��<','wp-content/themes/sydney/woocommerce/fonts/star.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�og����ZV�$�','�oj?��<����t+Q��/�ؿ��i\nN�w�','',0,'?'),('���i��6̰�S�','wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^$ڼ�]e׏�\nS+^�','EHh�>��{�#q?���{\Z�Sv�D�A�WB�','',0,'?'),('��D����\'�iQI','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��Q:֊3�r�','q��Ե�\n�v�Z�g�Bz��?-�)��5[Pz','',0,'?'),('�൅��Q�\n�qpk��','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3ҍ3ٴ@W*׼JV��','�=<bS0��&�c(�Q�K����������','',0,'?'),('���0<���O���','wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9Q�0������m�','��4:�TC��Ok��!�(��T�:H��;�s�^�	','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qt��z��Q����\"','}�؟Zl�(y��0�Ũz�7{�d6Ynrh��\\','',0,'?'),('����6�~p���uH�2','wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��}�d�?�O�:q#','ĭ�\0��(Ѫ�ͬ��hU>���\r�w�\n\Z��p','',0,'?'),('��_�K�{�Q%����','wp-content/plugins/updraftplus/images/notices/subscriben.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/subscriben.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U9΀��a�#��͔','0�̄%L�2h�u)q��,]�F�¨�Y��s','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��c[�DGƹ���\Z','��x��.����6u��i�p���HG@�v�\0','',0,'?'),('�u(ۂ���V��U.','wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$K��E���X�����','G�ï��� /(���s��%豖�L�ДK<+�','',0,'?'),('�����K�1l�{&','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(t��[\'Β��3*�7','�����,P���N����K���:e�]��KJP�','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','29U�:H�2\ro��pI','G�щ[��_\\�Zo쥓~=��B���%?�牢҈','',0,'?'),('� �H���ܳ��	���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŕ��#.T�p��	','�L�n��\'?��NД�	��#�t���%�Bɚ|','',0,'?'),('�$#ݖ別�x��md�','wp-content/plugins/really-simple-ssl/settings/build/index.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/build/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wy%� __ -���','���J�B�j�*���$�\\�0��Z\"�J���?','',0,'?'),('�%J���{aTx��2','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�6b�y��Ý�ݐ','��\n�$\n^����U�#�|�}��X��E��	','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�g7�n6�*`tn','T5�>��� i�A9�\\��AoLD�Ed��˰�','',0,'?'),('�3��	�mV���de?�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hi�P5[���䐞\'','���\\�7\\�IQ��1�_B��(����\r�#','',0,'?'),('�5������9WW�6}#�','wp-content/themes/astra/assets/css/minified/stylesheet.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/stylesheet.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�i�j%�I��ߺ���','���q�=��V�{÷aAm�67��g?','',0,'?'),('�7(�Ն�2��Nl�;�','wp-content/themes/sydney/images/customizer/fl9.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl9.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��+K���?���','RW�Y���&��LZ�\'v����z}K�f	�uk','',0,'?'),('�9�-��	����','wp-content/themes/astra/inc/schema/class-astra-person-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-person-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��טjg�V��(��1','�~�=�2���i��BA��6h�\"!BMu�','',0,'?'),('�KЮ�����p�ɠ','wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�Z�c��C�o��','V���k���Tes�A`�N���\r%}��K@�U�','',0,'?'),('�TӹV��3�@�(Z+','wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wi���$A�;�ֲ<','R~֘���^+q�?�0���Q_�X�\"��','',0,'?'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�`�Hg�`��)��ϖ','wp-content/plugins/burger-companion/inc/owlpress/images/slider/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/slider/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V��O̻퉄���','����a1$2r���q�Sx��Uڤx\rW[\Z','',0,'?'),('�kN��&a�ʹ\'�HnR','wp-content/plugins/really-simple-ssl/settings/src/Settings/Host.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Host.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%x�0�\r���a�}','N�P�u����(K/���T�\n�vZ[2�Qr[�','',0,'?'),('�u��<e�x��@ֈˆ>','wp-includes/js/underscore.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W �EN����V�k','���e�q�)j�\r���2w�-%v��������','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fؠ�*g0��@Ӛ�ds','&�ũ��j��<��?@�i�\n�_�53<�?;��','',0,'?'),('�z�&p��_���v�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/spring.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/spring.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l>�j꾜�QY','d���lUm��&IE��9x� (^�ٮ�Q�','',0,'?'),('����tZ�-!�Éܹ','wp-content/plugins/elementor/assets/css/frontend-legacy.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)�A4�4�5NI{��',')t�|�\r�Ln��GbD�ю�ҭ�`���{�s','',0,'?'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&4��|�����:��]','��Px�%�nuz���Y#���;$.Ǹ`���IA','',0,'?'),('�����C�	#a��S�[','wp-includes/sodium_compat/lib/stream-xchacha20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^=�$��T���','/~U�]��Nn�<!��\"�Fm�����7�*\0r','',0,'?'),('����t�:���Z\0�','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�r����\r�&','Hvx�i�%��Y.��5�	�_���~T�K\r�.','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��{,EО}m@�b�т�','wp-content/plugins/really-simple-ssl/force-deactivate.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/force-deactivate.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�,�=�7�W�\'�1�','.|��p�;��%pv]u-lr��\0����My�','',0,'?'),('��V�r�)N����','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-premium-upgrade.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-premium-upgrade.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��Y?���%M','�`k��d#�}�� ]�j�-�5v�I\\���j��','',0,'?'),('��#���o\Z5����','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�v���>C�*1�','i�?��i�ġ\nسw����U���~','',0,'?'),('����Ԅ�w��>','wp-content/plugins/wp-cerber/assets/flags/tz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H2�_X4�����','N����q�\n@YpX�lZ�xq����j','',0,'?'),('��W$H�D�!;1D','wp-content/plugins/elementor/assets/lib/animate.css/animate.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n����3��G;KE��','����a;8#���\"\0M0ܤ�̨��K��[\Z2� ','',0,'?'),('�ο��8zh��!�ڂ','wp-content/plugins/elementor/assets/mask-shapes/flower.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/flower.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uc=$�_M��.�6z\\','Z+�bŽ�n��:��h7�B����l���C��3','',0,'?'),('�к���/��6','wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\Zq	\"����eY�','W�@���W챮?��jd���Jʹ$N��ǃ��','',0,'?'),('��?�M�2��\Zk��','wp-content/themes/sydney/fonts/font-awesome.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�PS�\'��Z5�Z}��','���qa#T0��T�n=���8X\n�Bg%΀L�','',0,'?'),('���6��Q�\r�Ґ#','wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��NW<k�t��#�','\ng�43�v��O��8`��1u��3�Ҡ��Ѹa','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�� x_���Ď7��+','wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b}@	�B�@�LV~B','���!_?z\"���g�.HW�����,�,>]','',0,'?'),('�	����h��16\"S��','wp-includes/blocks/comments-pagination/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*��.�~��oy^���','sdz\"��m_��e�����N]�63k�0s&�','',0,'?'),('�Wm�T>\\-��x/n','wp-content/plugins/wpforms-lite/includes/class-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[N��Ė�r�','�p�6.js��ĀC�R.w>���xC��1','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�t�~������*�ֆ','wp-includes/blocks/page-list/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��H�ܥ��R.!q�','�w\n�Z�{C�D=\r%֚��$Z�1dwqyI�(','',0,'?'),('��Y��8�j��C�G�#','wp-content/plugins/elementor/modules/favorites/types/widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/types/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U����(0�\n�M','96�JSx���?p��C]���\n�=#�@ц(','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�U���f��q���','\"�I���f���� Q�n�;w�VQ�kP4f+�','',0,'?'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�!ȅ����\Z��Q��','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��TJ_ �i�o��','NӰ)K����_�Ƌg�8��;QL\r{ۉ=�','',0,'?'),('�!=�l\n���.V!3<�','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GX^����s\"�`Bq�D','�\Z&/7��B��Ȩi%Е�)-.(��CWDS','',0,'?'),('�*�N��|��ra �6','wp-content/plugins/elementor/assets/js/beta-tester.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2~���τ��\'e�','��H6g�+�M���<�y�\nE\n�Szz`͘c\Z$�','',0,'?'),('�-#ߓ\'��EDA�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>=&�n�E�h`ۉ;\0[','�ϣ)V�\'��5�\r6���S�[�,����)��','',0,'?'),('�H駖�P�at �V�\'e','wp-content/plugins/redirection/redirection-cli.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oњ����hD�9?','A�\"��~�Q���߲p��̲5�\0�!-��3','',0,'?'),('�V[s)R��@3,®�','wp-content/plugins/redirection/locale/json/redirection-es_ES.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\"���0�d�:y�E','J|?IR�d�u;��:�7�g��|c-�Lkh!�','',0,'?'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dz�a\r���m. ','�f?���s;ֵ����Wɩ�q	Ïw�=��','',0,'?'),('�Vh�M+�K��u����','wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?̸T!.~�qI�J�f�\Z','(8�,/IM�@�%�y\0ޠn�\0��9��N/u�E','',0,'?'),('�X���u1��N�?','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��N	�O��/	��N�','�i�ȉ{�_��Z��J�q@V�iDˡ���\"','',0,'?'),('�\\h�~v��gd�v�S','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8H]�.̇n\"В��9','��|ƴϋ2r�g�m�R����l�\"�`)�L��','',0,'?'),('�]`�Za���5ԋ��','wp-content/plugins/elementor/includes/template-library/sources/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��$T2�`����4','���C�A�s;���\"kZ!����r��<	�','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php','/home/sleepingsolutions.co.uk/public_html/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�t�c�q#d��Q','wp-content/plugins/wordpress-seo/packages/js/images/zapier-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/zapier-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\����� r6��^K��','�z,�{��@}����I!��7J<�5#W�9�M','',0,'?'),('�tfF	�r{�܇�_I�x','wp-includes/SimplePie/Parser.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ج�8\rʝ���Y �','��ў��K��f�\'��?�=�O��nư�^�','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ꫯ�y�5�pc','0(��5D�=U��Ԕ~���ڈI\")�7h','',0,'?'),('�|�����G��!Z�j�!','wp-content/plugins/burger-companion/inc/seokart/sections/section-team.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�8���]\rBA�','���W�	f���~57�~�i�G�,x�L9�S','',0,'?'),('���N-�q���\0��','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\r�)�oF','�T�%�bu�I�|��\\�/��+7^f\\�RIۄ','',0,'?'),('����!�#J��F�}�p','wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/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,'?'),('���D����8h��]','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Text.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j-�s0����rǓ','?�0�WD1�I�Qo�����ľ,B9EK$BW�','',0,'?'),('���٦y&��^�A�','wp-content/plugins/updraftplus/images/addons-images/noadverts.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/noadverts.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+4��0*R�����','pK8A*{�m C<��^	�%�ǣ�6�D0��Ո','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('���3���o=X:�J��','wp-content/plugins/burger-companion/inc/storewise/images/footer-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^wXp&(5��)ZQ>:','!&mI.Z0�I����>K=�^�(y���n=','',0,'?'),('��\0�Rj�DA A���','wp-content/plugins/wp-cerber/assets/flags/qa.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/qa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��?��\0|t�r','�\0�TI.z�{=4u�ܗ�c&˾�mlL�','',0,'?'),('��}�a�][��ܪ^��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KS�+�2H�A�N�','Y0Z�l�ٚ��������N#h\nN�3)�','',0,'?'),('�����H�Ø)t�\0�','wp-content/plugins/wpforms-lite/assets/lite/css/admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�k�[�7��B*\'','��Ar���/H%�m��\Z��$^L����Ͱ(','',0,'?'),('��c�>����z�J�','wp-content/plugins/elementor/assets/js/2e8813c243a2f5c7d0a5.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/2e8813c243a2f5c7d0a5.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�`��F$�,��}�','����F�	� �!�y�C�����7�SW��	]7','',0,'?'),('��Z\r�jA�}�s�,<�S','wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r4k��p�=��S�','�\n�d�>1poAlMN��zR\ZװI\0�Z������','',0,'?'),('��v��+�k�N�','wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��xȭ�i��3c','AQ�������O�l��b��f���J����','',0,'?'),('����\r�$�i�J��O�X','wp-content/plugins/wp-cerber/assets/flags/hu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��jr�s�?_m�','�܂Y~h^��A�$�U�NJ�u���u��1��','',0,'?'),('�\0m��`!�st\0�P\0� ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz��s���>靡���','!]1�!���{D3^�U�6Ι��*�n�h�^','',0,'?'),('�\n\0��ں�A���z��R','wp-content/plugins/elementor/assets/svg-paths/line.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/line.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�w���W\"|_�ࢸ','#��ܵmꫣ�`��ּ��;P���x*z�5','',0,'?'),('�\n�ot}l�!E�`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\r����N��4�\"m�','wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɠ_\"�pl�,�','�l*�\\cB#���7��m��ƾ la�${�','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G��w�KW�','�\Z~e5s(G��w�>��.o`a�K�Sd�','',0,'?'),('�(�`hqQ`~�X��','wp-content/plugins/redirection/matches/login.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SS:?l���]�\0��h','���g��FP-�Qlk��������T7Ŋ�','',0,'?'),('�+�h�,��\Z:R;(%N','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f���3��߭�u�t�','Nw��4�\"!B?g\\��-!�\'��q?��','',0,'?'),('�05��o��n��cA:(','wp-content/plugins/wp-cerber/assets/flags/br.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/br.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��,ء,�����.6','�OD�uj��?U�E�u����C0��t%Y�','',0,'?'),('�9��g2���h�\\t�','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape22.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape22.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Dٲ�F1,u�G','d@�o/+F�\'g^D]�S�TK#U�	��#{��T','',0,'?'),('�;���8�^\r<�CUVD','wp-content/plugins/elementor/includes/tracker.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/tracker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m/�K�Q�Gm~W2','�$��I�5I���;�$�\Z�I��u\\�i��','',0,'?'),('�<��g�=�C�״qD','wp-includes/customize/class-wp-customize-themes-panel.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���몈Fb�\\)��L','҉s:.i�<2��ޖ���C!��U�(<�[�T`','',0,'?'),('�B�V��R�{��m��[','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�[~%4�������','�QF����j��d6K�l(x�Ng��Xl�t�','',0,'?'),('�F�ʩ�8G�SQ���','wp-content/plugins/burger-companion/inc/cozibee/sections/section-funfact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/sections/section-funfact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�h�jX/��Zb�','F4|c[<b�h96X�x\n�\nq��ő8��QP��-t','',0,'?'),('�J>�p���_��&�\r�d','wp-content/plugins/wpforms-lite/assets/js/utils.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߍk$�p�x�e�ܡc','���.��z�2t�_{��\'��S����Qo','',0,'?'),('�PC<��	���vn�R8','wp-content/plugins/wordfence/images/tools.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Zo&���T�����M','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nV���׳�Ī�|','���\Ze���,�a�\0WܖV?��ԗ�u{��|�','',0,'?'),('�]��d5�T�Pt�\\�','wp-content/plugins/updraftplus/images/onedrive.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/onedrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�z�8���J$g˱','t�nJ�6����tC��\"—��}�J��Z�Y��','',0,'?'),('�i�h����B���','wp-content/plugins/elementor/core/files/css/global-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/global-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�,5=����z�r�\\','�Lʰ�5�%��r2ΝŠ��\Z�Z+^�l�','',0,'?'),('�t��пj��ZK�7 ]�','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��r!�9��{A','k��A�|�ԯ<�v�	!A7�\\�j�K�K�ذ��','',0,'?'),('�uGP��3*xO�Ӎe�','wp-content/plugins/updraftplus/includes/Google/Http/Request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|֜�á����Q���3','C���E����6q̹3��:!�z��<��,��Uzb','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�١�����[	\"��','�([�flEQ�����8��q\ryھ���<y','',0,'?'),('�z�OXf>k�Zb�q�','wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wn��O/�Rrw��LO','q���΍�e��1�0�q�E�A�yF�ɫ�V��','',0,'?'),('�~�$�Gj�9�P��','wp-content/plugins/elementor/modules/wp-cli/cli-logger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�jC��p遇�r','A��:^1�#q:��|%P�l�91�:[�Eӆ�','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+:�C�����g�Q','(�#���><���\"(\n��\'K������','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php','/home/sleepingsolutions.co.uk/public_html/wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}����hR׼�tU�\\','^���k���~X8kg]��\0+jܝn���j�','',0,'?'),('����0��K�N!t�','wp-content/plugins/elementor/core/files/assets/files-upload-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HV���T��,�t\nR�','w��-{�=or��?\'�s�8���k(9�ᠠ|�','',0,'?'),('���:T�L�5�EF�Vc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�v_�`���n�/T','�P��s\'\n�B��KM$꼓rfy6yݵ[���e','',0,'?'),('���H���/���G�','wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�:���4QOcP��!','�{���4�\Zsdn�� �jܲ�@�n6��TѬ','',0,'?'),('���5���7��CU','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/QueryFilter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/QueryFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','me�\"�\n,�\'��S','K�de�W	�|�k��_�E�N�c1�^C���Y�w','',0,'?'),('���M*��}�·��*y','wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�`q寧���!','�h��X�L	��R��w^:�:]O��?���p-�','',0,'?'),('���v^�5Gd��>Y�','wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+����CG}���V','�~��]���֣�3�Q���e�O6�n%_','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��?�q>�@���p','\0{aq�(w�!Iz�}+�l�x/I0�9|1%�����','',0,'?'),('��%���e�ݍ��w|��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"lѼ�)�&L{6�g��G','����;�����f��6)�T\"�����','',0,'?'),('����@���>Bt�N�','wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b-�����2E�','ֿ�߇��������`Z�j=�|vĜ���N','',0,'?'),('��xmA�On`��)V�','wp-content/plugins/elementor/core/schemes/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2\\��mTR	}c�A','ț}��e�t�ZQl9��0R�g	v~��蜹�','',0,'?'),('���c<��F-�DDƸ�','wp-content/plugins/wp-cerber/assets/flags/se.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b!�i�k�Gq�����','*��E���N>���yT��Ri|M�Ӝ�H\Z�_�','',0,'?'),('���\09X�s�e�!�M�','wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i{�3���ZW��T','߬uB��4!�bU�g+B�wܲ�I�=���ã�F�','',0,'?'),('���C�l��p��t��.�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�s�H�Y��Ө*','�\Z�1�%Eb��}鳢���t�/D�L�5�','',0,'?'),('��-�O�fZ#���޶�','wp-content/plugins/litespeed-cache/src/css.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/css.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wp����c|B��','I7�?nȺ��>2J:D\\�q;Wu�s喝�','',0,'?'),('�Ý���z�@eM$\0','wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��v}gSh�{��Y��','oy�HƊP(��j@��+��\n�6=R�\0^Դ','',0,'?'),('��1���7�Mht��n(','wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�>�k�xؖ���','��)�.����Eg�n��� ](�k��jڧ','',0,'?'),('����a)[+o�91a\Z)','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���.��LL��p^','y�������Ab-��&�3C��O��^��','',0,'?'),('�ΛB��zF9>��~\Z*�','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀�?b��.D�e{�','�\"v��s���\ZL	�߷.&�C�?\"G/�W','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ć�/֫RQ���','��	3�.�Bů~�kQ�\Zy���rzMFC�','',0,'?'),('�һ_�\"�sŤ\rF!��','wp-content/plugins/updraftplus/images/updraftvault-150.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraftvault-150.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\\�Vb����X�ç�',',��{��[�N%��iT���r�>�#�kٸEhu','',0,'?'),('��V|�x֫kX0��H|�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@��8FT\rp��9�','���u�m�_����.�:�_C�k`��31','',0,'?'),('��]-R5g�w�Nc��','wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bt�V��I�.в','��a�f\r��g~t�6%\\ ƈ`S�{0\\Gf\r','',0,'?'),('�ߪ6��e?�u���','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��Į�xH��Q%','#z����&��ڲ8�w{L�*�*�T\Z2Xp�z','',0,'?'),('��M��{x�J�H��','wp-includes/blocks/pullquote/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�܃��]���<��j�','P>#i����P89i�J،�ֱ������X�y','',0,'?'),('�����PLq�IX�?','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�cA��kê','!!��\n�R�9x�����,��D���M<ԍ�','',0,'?'),('��q�oT�;h^̀','wp-content/plugins/redirection/database/schema/232.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/232.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�W{�+N�s��-�','�m�k��ה\0�X��˝J�eO�L�΁vT��','',0,'?'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߕ-�I�_�\'y�W','έd\"���^b\0�g��T�D7�B�k4�i��:�\\','',0,'?'),('��ꑉ}�Oa�T�TN.','wp-includes/blocks/search/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��旂�','�jV&�H\\Y�?-Ͽ;f�\0v�%���<Ir�','',0,'?'),('��x���sIV�8)','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�@�\r�o���a���','��#�Äz1c#�p�rt\"��qfHv���Zy�','',0,'?'),('�k�Ry���pU*B߸','wp-content/plugins/ninja-tables/assets/img/comparison_table_one.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_one.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�\0oq�N�K(:��','��BbGu�ߕ�	 ����9[�X���[��V','',0,'?'),('�*�DJ�7y����','wp-content/plugins/elementor/assets/shapes/arrow-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x^(�Ƥ�٧��\0�','���m��2\0>4ɽ�������,c��U\"�_o','',0,'?'),('��MyPm�*RXJ�$�','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h/��Q�j�ٮ{','[��ak���H���(IG(�9\0pH�wH\"�wu','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�\Z�[�M��[�\r�','wp-includes/blocks/columns/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��E�N����E�','m��M�+��l�k6��?.�����H�@b�','',0,'?'),('�(q�9��Zw�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gǤ�eR�\r�<�&M��','�J����5��P��n�Z��ϯ<4�X�p��4','',0,'?'),('�*�Ru&��%��Ӑ\r�','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�E��K�X��m�','4��L1�t�9ѣg�!��)��2���|��','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php','/home/sleepingsolutions.co.uk/public_html/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','}\\��fD�|2��u�','������3�C���&i��8ʍ9Mgo�Apzo�@','',0,'?'),('�>��O���\'�𰩥�','wp-content/plugins/wordpress-seo/js/dist/languages/es.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1D����;X��8','&7l�pK��],�^��\n�B\"N��4δ��','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*EN�Q*Pj���� ','�Ť�J:nݟ�\0�I�ʘ\"eꀻ�2�����','',0,'?'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���x��kr��\n�',':E\0?&�g%[U�V�p,W>\\�2�\Z:p�r�','',0,'?'),('�N���挠~MS��','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��E}G������X�','~���\r���c�$n�Ce�=:(�����T\'�F�','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�b8D�!�q�`a�I��','wp-content/plugins/wordpress-seo/images/readability_analysis.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/readability_analysis.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�&�Cx�ʷ����`','o� �4�/��>꩖�~M��@�5 ����.A','',0,'?'),('�cu\n3���W��\0��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3���3�g� b#]7','���q\Z^oFyhl�P˾�-�b�*�\rmW�_','',0,'?'),('�f\\k;Lmc��Ҿx1','wp-content/plugins/elementor/includes/editor-templates/library-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��֍-�Om�BN�@��','g��i�ghR��3�Z�z��:!��I\n��U�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�o��H��\"�GF>5��','wp-content/plugins/really-simple-ssl/settings/src/Settings/MixedContentScan.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/MixedContentScan.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	9E��{����N�8Ie','#�-9y�I��Q�\ntM&��,?G�}�.�r�','',0,'?'),('�piQ�^�l�u�����J','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a7�)|�3}�n�[E','�B\\M�w+i���\\���y7�,�\'�-ß��','',0,'?'),('�}!�����-�2�','wp-content/plugins/updraftplus/languages/updraftplus-th.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�3�$\r:a��','�9x��iPU\0��,��UG���M!�\'��','',0,'?'),('��.�7������f[��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0c��Y�Ҝ�j�\r��','�_٦.����g���/T�$3\'X@T��D4J�:�','',0,'?'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Q5\'EY�o�0�}�_�','0�|TF����O 	�.�����.��>��CEj��','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���#@+����hq�','��df\"��=��U�TQ&�t\"�95�B> kp�x','',0,'?'),('���yx����x4*� ','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f.ǎ�15��0Lj�w�','TI/�Г�D����N�7�����6��|�3H','',0,'?'),('��H�С���YVhZ�','wp-includes/block-supports/duotone.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*l�-�1o�5GI�e','��-�t<BOB�!��g�\Z}�!���R���','',0,'?'),('����ȿ��\'�[zT�','wp-content/plugins/burger-companion/inc/spintech/default-pages/upload-media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/default-pages/upload-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	6sxm�Al��G�]Z','ëa%�XH�{\\�@��h�cV1 -�>*K\Z����','',0,'?'),('��qX�o����9F+�_','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CǡhF��.���I`','�1�A�\"kk%���!D����\\I�,Y���J','',0,'?'),('���q�K�U�j�','wp-includes/SimplePie/Category.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��7��ո��T/���>','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1N��0','��M����8����c�`�V\n��>���#?','',0,'?'),('��O­\n	�U��Rb','wp-includes/Requests/Exception/HTTP/304.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�;��P�#S\Z�0|]�c','v��C���	a�\'F�;���z���(eJ��L','',0,'?'),('��ݽ�ԦD�U��u�','wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{.���7+��\0�K','ʫ�f\nJT3�h�Y\\�c�1M8l�5��E�6�r\\','',0,'?'),('��\rϪg$�-�x�/','wp-content/themes/sydney/widgets/fp-services-type-a.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-services-type-a.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Tt�u?�h,\0#�','O���K�!m��aYl=V\\�ח_=�����:V','',0,'?'),('��;��\Z�ͥ��','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0zo�Yר�EP��|�','���@�f�{�<qM��`�\'\"5�?��EZi}m-�','',0,'?'),('��D�e�q��fK.','wp-content/plugins/elementor/includes/widgets/spacer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S93�=e1b�eH˞ұ','�|��B�)R�:o��.w����cn�n��6���','',0,'?'),('���b�yKB�o�3�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c������`]','gK�N;|,L>W�w�K�֖���F�{���]/��','',0,'?'),('�؊�0�\nPv���<Ґ','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','-6�\"�?$b[ŁD�_','X��%B{�0�y2�|�k�TU�gm����#�Y','',0,'?'),('���3cv�N�\"��@�','wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`��y��9:�\\�?�','�����:Iv����T@��Ə\n��g�\0W�3XC','',0,'?'),('��xƆ�xQ4Z��\0','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','衲z�o��<wek��Ta','1�}0���1��۞t\n\\��z��RTD$t�P8�>','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL�^,���a	\"�R ','2�܄��ٓ���^M�Y]�}��J��J��\'�z�Z','',0,'?'),('�����������0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nA��jJm8W^I���M','E|6EJ�5��X�K}�\"�F�����>3��<��f�','',0,'?'),('�xw[o�e�X���:','wp-content/plugins/elementor/includes/db.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i(7w�,#�����[',':�7�]]b\Z�Xk�Z�>�9�z������G4��Y','',0,'?'),('���7����Rr˜�','wp-content/plugins/redirection/locale/json/redirection-de_DE.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�z���.�','�\'����F�R��f�@��N�)������','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�L��;q���s\n','���������S���JIK��9�y��\rb','',0,'?'),('�%�W�R�u��w','wp-includes/blocks/comments-pagination/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��H��k�\"k��e','��LɦCj>i��-��\Z�2���7<��6�3�ߕ','',0,'?'),('�\'��qO��vh��;eY','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/trusted-devices-inner-box.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/trusted-devices-inner-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&|\nelqůZ�qfl�+','�	b��1jK�\"����#�o�BKD��%�','',0,'?'),('�1և���	)0\r��2q�','wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iS�J#��e�1��g$�','��Ĥ.&ppZ.;�6����q2��{v���Ї�*','',0,'?'),('�4P����$�]Ja��E','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o{p%7�@v�Y�U','�ݒ&�Ƥ&bFߡy\\�Ђ�֘P�\"�\\Z���)','',0,'?'),('�5A��BLo�9MFH�I','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڛ���-?�` ���','ڐnA˅���%!%��`V�;[������.C�_','',0,'?'),('�=v�\"��!1�p��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d!��!X�4R����','�\rO��!W#�|�L\0��Z�K�0�@�S��O�','',0,'?'),('�I��˝�ܫ\n�-�','wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�&OEԶ��c��','(Pї�;��G��t�2�r�;��u}�Fޖ/','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���p���K���T','q�Ey_�b\'I^���V:=*�,��#��z','',0,'?'),('�^/b��/�8K�O�Q','wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Ni�[���#�X',';YIU�q���Bղ]��f+�B��^jB�!��','',0,'?'),('�he��-�BJ��_v�','wp-includes/blocks/search/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�tp{�&<웑6�1��','\n�� #8���ޗF����ӳl��䇗7�;�','',0,'?'),('�j�eL=\Z�s��4�k�+','wp-content/plugins/wordpress-seo/js/dist/editor-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�c�\0��Z�o���Յ','�t���w&��y8���g��Z�ё��J�>�Ggn','',0,'?'),('�mv�yayT����\"','wp-content/plugins/wordfence/lib/wfInvalidPathException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfInvalidPathException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j���ôٶ���','��G!����U6H���k9J0���O���dv�!','',0,'?'),('�n3c���ԧsm]�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�~�dž\n��-�`','�2��A�pr�A�$� {��s���_p�>��f','',0,'?'),('�q��1X���|����','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|UO�3ԍp�k#E�Aa','�=\Zre�]1LT�Ǜ2������\'�ޞ>C]�','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nf�u�\Z\\A��0o�)','���l��us�o	��n�Gǝ��NU1�`9.�','',0,'?'),('�w6}��}G�)��ۧ','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^)�$�iK@J�','&h��B��K:�xn\r�I�����`<���','',0,'?'),('�{�r�p7����>]�','wp-includes/blocks/post-comments-form.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��Ã	�ǸG�T�','n���/|:�˵�I���\\F}7����<����','',0,'?'),('��7Ҏ��)�5?_\\�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'$Cd\"}���|k�@','�X�A5�4Ե�7����,mҕJ�`��ݫ\Z','',0,'?'),('�����Z�k���,q�\'','wp-content/plugins/ninja-tables/assets/img/schedule_table_three.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/schedule_table_three.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��\nhth/���H;o�','���VR޶�r�z��eGezk�ӋK�_��F','',0,'?'),('��犏`bI�\"v4�N�','wp-includes/blocks/cover/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d:~��O)g�RH�','F��@��ݒ7]���@\Z:b\"Cc��o�','',0,'?'),('��p���3|\r���r9�','wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�	�{���/�C!��l','�t�Y`��N�,���=�W��\r&/�S���AL�','',0,'?'),('��.fâ����mݻ�','wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��٘wo����M�U$.','�w�jHom�N[D	��^�Jķ�?]�\'�rӞ�','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����BUN�m�hy�/','wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d&��B�5\'��x?�','��#���M���+a\Z/����[��� N�l�����','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�ã�n�}�Eq�}PD','g\\,�� iIc<��^*l��]�E1��i>�','',0,'?'),('����nTtD��l�K�:S','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l/��-wA��$��','p����� �#2c����H���\Z,+|\\','',0,'?'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�)?�H�Q�瑆','7xҢ�#����Z�X�K	Hj8�G F^:y؁N','',0,'?'),('��8��p>�ĉ�+(�','wp-includes/blocks/template-part/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',f4b��L�U�Y0�A�','�;MDmWl]8�����\nYŸ���!��\0�','',0,'?'),('��]y����}���8�','wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��1J/��G�}@�','/���_Ju��u�9ךI� ��[?a���0�Y�','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���_b��IZ���@w�','wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MJ�.޺���i�\Z��','{�R���)sQn@SE��T�lwSD�Yw>q��','',0,'?'),('��2�\'�cp�y�.v�G','wp-content/plugins/burger-companion/inc/kitepress/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/kitepress/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�t�y�B���򦴎e�','����v�e������?T��r$V��0','',0,'?'),('��Ќ6���xe��<aԦ','wp-content/plugins/wp-cerber/assets/flags/ki.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ki.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�F=��t���h�','=aQ���DA�}�)�D_tc�f�H�~X����','',0,'?'),('��L�\r�P�l�0H	�','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�ȹ���h����U`','�CW�!..f�h�1��#��u���r\'���0`Щ','',0,'?'),('��N�º�|A=�d��E','wp-content/plugins/burger-companion/inc/decorme/decorme.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/decorme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�QXH���f��]�','(�A�z���!1B˨�p�S\'4k\n���޴O�.Q','',0,'?'),('���<�0�\"5���','wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M�N�!nR�','(�w�dǸɓ�%(  JKRO`��΍\Z�M','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('��F��֫	�jp�;�v','wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5O$�ڎ�W�j(�','������x���B�p[��~���4�v�����','',0,'?'),('��1h�������6D#','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߖ��]?/:x��','��O�/u\0��)3�8-�VZK�-�&��D\"','',0,'?'),('���h���	�i�8.','wp-includes/blocks/post-comments-form/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��;�7&>�Y��','�Q����e�}�s$rր�86�Nܼ�G/4\\','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��\n�\0�PG����bS','wp-content/themes/sydney/inc/customizer/controls/radio-images/class_sydney_radio_images.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/radio-images/class_sydney_radio_images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��	*�,7��&&','![V�kUR�\r�3�(�0�q fʄr���3�E','',0,'?'),('���PʠEQΤ���8','wp-content/plugins/really-simple-ssl/security/firewall-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/firewall-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�����X�3�.37�','�l|Њ�b��1_#i�?dp�	�D[\0�L��','',0,'?'),('�ߠ�w����ө�!','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��@��bq�2=�Ќ','vס�����e���	��_��)��A�V0T;','',0,'?'),('�)�яs�Rm�U����','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\_���Nl��W(#x�*','��[�;4$�c��%^�s�I,�]~��n���+\\','',0,'?'),('�*��	��1�K5�K�','wp-content/themes/sydney/woocommerce/css/wc.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/css/wc.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!n,$��#e��NT��','Z�,��^���\n��j\\�tȚ�2����2�C�','',0,'?'),('�7�#i��/74ZB���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ng�b�<���g�[��','��\Z�#\'Ǔ�f�\n�	�i=����������','',0,'?'),('�E~�X�d�Qh���','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�Vѩ�n,�����','<!Z�����h��tb�����xN��r�','',0,'?'),('�O�\0�Q,�N 4$�N��','wp-content/plugins/redirection/redirection-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�[߅{�~5','��O/ljL�RDQq^�1�n=1�����.Æ�','',0,'?'),('�^~ީ�\0W{�S�)�','wp-content/themes/sydney/inc/fonts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uj`> \"R�߃N��','Φ�D�uyv�O� e]c��Jg������\0^�$','',0,'?'),('�`{C�U�Vz/Z�-','wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r]�[�+兛W5��D\r\Z','@�SQxD�����9t2���q���\\6+�i\"w�','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J*E�%v	N�a!��Uw','M��#3�a@xh���s\r5qB�N٣�X#��','',0,'?'),('�a+/�Z�&�$\r�5�','wp-content/plugins/wpforms-lite/includes/admin/class-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��A\n��蟪�eyJ','1�I��|�$ak��A/�?�Nh�R��z�','',0,'?'),('�q\0��\Z�~\Z���','wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�19y��`q�C��','\"�z������5�Q�.r�0�Yw�xG�G','',0,'?'),('�q-sT�ֺ��,LH��','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-selector.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-selector.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�=��ͬ��b/�(','�k�Q��z�2�5��qd�о�^VP��q��kg','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�v�SEf���6�W','L������lΚ��׿��k��2��:����','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','os%|�lR�9��$�\'','���êg�����]8R��W\Z�C�@�=�','',0,'?'),('��5I����\\���','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�:�d��|�\"','�/6�30�\'���kA�\"u ~2�ia�/�','',0,'?'),('���%��:y�ܐY�','wp-content/plugins/burger-companion/inc/spintech/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���л-t>�Jx��ڶ','|\"i0χ�2e6*-Hb��C��KS��y.','',0,'?'),('���(��#D�(4ڛ��f','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ʹ�o��Cc*�Yq','jb(���^5��4k�6\0ED�l\r�#\\2','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('��\\���0O�\'w[l/^$','wp-includes/blocks/gallery/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�C�7\Z�ZlK�','��\Z��yF����;N,ō���ęh����W','',0,'?'),('����@2�E��H�V���','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E`r���.Gɜ��','K�3�\'n=T�}CU^����z<�WG�X�i','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����/d\n�ԣ�O�},','wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IHx[OSI��U�~��','?Rh?�_^�ue)�C��@yF�J��� ��c�*','',0,'?'),('��WP[{\' *��\r�ɗ','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('����ڨ���_@��@','wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kH��>F������','DQ���@l�[����so�?��y��#�;wi��','',0,'?'),('�ɶ��z^��ͅ�B�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��F�y0��J2��','W%�v�Зc��2՞��v�zݺu9��E','',0,'?'),('��o���b,���h��r','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ֶ�[Xr�VS��w','\'0�7?\Z`�����`�I�8�e�D�ι~��|s','',0,'?'),('����Y���3�6��\'�','wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�������B�4�','���f]4�>�!�!D�z~�R���\\ש�֜�k','',0,'?'),('��_��e���f����','wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P��74��1�9','�2p����pk��i�˭!S�,��^e��','',0,'?'),('���7bW\0<�_�D�[�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'qh�؄_��٣�','�/KѳT��F�r��=}��;��Wm�4}y��','',0,'?'),('�ڝ�5r�!Q_\rµ�Ӭ','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G �Y$Rr嫲�j�','��>��ˊ}���/��Jm�\0<kzX�P��z��','',0,'?'),('��m\rw�3 �U�','wp-content/plugins/elementor/includes/controls/divider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/divider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tމ�B�,��E?�!\np','~��LGu)ʂ�6�|��:m����~�v��','',0,'?'),('��q@a�H�M\'})U��','wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6=Yknf��V��ʔ�','��l�)J�+�`-H>�:Љ�?�AT�\Zi�','',0,'?'),('��Ƞ\">�gݠ���','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css','/home/sleepingsolutions.co.uk/public_html/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','�`f��5�[���֛��','�T�wUZ���c�F�`�Y[�a���Z','',0,'?'),('��/�؊!�N>�\n�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��s�[a ��a��.','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ZNy?����Wׄ�T9','��#a5I\n1n��-�v�IL�a<)��Q\r���','',0,'?'),('����3q��s}2 ��','wp-content/plugins/wp-cerber/assets/flags/za.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/za.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S&�:sa�J��d����','�~����S��缫F��E�9c4|�+�J�z','',0,'?'),('���/̎� �6�S��A','wp-content/themes/sydney/inc/notices/persist-admin-notices-dismissal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/persist-admin-notices-dismissal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-wH�h��*q�(\"','�o8�Q˞�\Z���ށ:�pCz���ܹ�','',0,'?'),('�Km�M�����oч�','wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���c�`���*�Ȣ��','��E<�ιƜ\Z[�Fd�p��F��\rδo#�','',0,'?'),('�\Z��o���|;<\n�d�','wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q!�om_ɮ�y/�','$\"� f֊Œ�����D��d�� �^�֓1�%','',0,'?'),('�\Z���l���3Ȋ�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�#�Z�߽-�f^���L�','wp-content/themes/sydney/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���KI�-���Bkl�&','6+У��v��5�����+��r,�h,\n1NR�(�','',0,'?'),('�8�!�?Η��`�t�','wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��S����W�',':���\'�L���r3�W��ٙs��ć��','',0,'?'),('�<h�iѭ3*�	Fq','wp-includes/blocks/button/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�.��U�1����','�\'�Sңx~�� d����a:h]?����ݙƋ�','',0,'?'),('�@��d�,��I �օ','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JԵ�/��M�z<�w�u','���dh~hĥ���W9&(�(��O\r0^1F)� �~N','',0,'?'),('�B|�?��jx>M�','wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z[�Hޙ+ȇd�V��','�+�!�<7�)jE(���?XC�l�2Kvy��C�','',0,'?'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�n�g� �6K�.p�_','�����miX@Cb\\�cJ	q�Q��s�M��!è�','',0,'?'),('�O�~�ZA8�6��}��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@h+6��5�J�N�','hVFJ���ls+�\0<������F�.���/�*w�L','',0,'?'),('�Ux`�H�nǒ|R�','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vYR\\\"z16]�','�}�bK�T�)(٤}N��xkUė����','',0,'?'),('�U+��%�N{��*��N','wp-content/plugins/updraftplus/languages/updraftplus-ckb.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ý$U5/3���','�f�����)v(�Y�Y�Ǔcz��.C��F�CQ��','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����eC��\\)��','#S�@��NR�\0H�v�B�T�_�0�eN�,.wA','',0,'?'),('�]�z�xz���♜P��','wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\'�����|��	s4�`b','ѥ��2������,/�Y1��ӌָO��F/<>','',0,'?'),('�c��x��~9�*Ru��','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<��M�W����z','��E�h1v�[5��KQo���sE�e�ÿEEk','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('�j�1=���d��/;','wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}͘�i}��z?���V','�����q��8��y�Լ}ũ�[��b$�','',0,'?'),('�rYEer	~ͪ�KN*�6','wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�WN��a�܍_1','!�\Z���T�pU�[?u��5��#m_3�','',0,'?'),('�u�88%�[���	�X','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��z�*q�bY�7#n','#�s^�J_��c�@�_!��3k7�V��$�','',0,'?'),('�vMy٩TmQ�5w���V','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Pattern.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�_-J�10g�f��+��','&@g�Ϛ��U>�h@<>��M�ˤ􉭇��T','',0,'?'),('�zJm�mjN�(���Ű','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���í�\r\'1����','xzv�[�.�4��A�ٞ��2��h �1�<��','',0,'?'),('�=Uq(m�B.�BЧ','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�a�9�ee����','�r�p]	’�#]7���W*�;EmC��d�','',0,'?'),('��I�gI\Z��#\Z�J','wp-content/plugins/burger-companion/inc/spabiz/spabiz.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/spabiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�BѲO�Z�C','Ar�\nǰ7���d�_���~�#�m��\\s���','',0,'?'),('�����V�Z�bl�ͯ','wp-includes/blocks/archives/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʡ<�e$��\n��','Wxث�7qC\n������g�\Z�e��6-&','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0T�\Zж�д3F��','i�#t�mjsZ\"�4Y����s3�b����!kP','',0,'?'),('��d�]�&3���N�=','wp-content/plugins/wordfence/images/logos/shield-white.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dX�#�p�RðJ�','��L�O�\'�(�EqH��l�@��)O����','',0,'?'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Z���W���l͘�','4\r9���\0�ۚ������^i��A[\"^��n͓','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��2�mo�H;�1�ې','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b����P�X�@��Vw�','Er�!E�_�\n�ǘX��t��E[�^B�,��','',0,'?'),('������dN����h�,','wp-content/plugins/redirection/models/monitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/monitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K}��	�(.6`P�','t����a�?j�u�k. p��<	ރ�)','',0,'?'),('��Y02���x�s}�','wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0I�>A�R�C�֋�','���D�axB���n��\0����;i���','',0,'?'),('��c���g�#�׆m`�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\0s�x�<mΫ�jz�8','���1��Z����X�%fpNۘ[c�C�,','',0,'?'),('�ɽ�o���P�at�D�','wp-content/plugins/litespeed-cache/src/activation.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/activation.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��c�x)�˴��+��','\n��0�X��w�R�j���\Z_J浠��<W','',0,'?'),('�����N��Ѯ>M�','wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tɣ��J���`��F��','���1\"��9wna��ǣE7�ߟ�G��M��','',0,'?'),('��s\rY0h[8�� 4~�','wp-content/plugins/updraftplus/methods/googlecloud.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/googlecloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��4&&W�*���','t�l�` �L�>GV��ހ�CV���+r��','',0,'?'),('��}��Dx\"�>. qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\nz!��w�><T','�ȸGn�q�6S�{�\nY�kO!޿��C(t','',0,'?'),('��Z��(���|��Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��t��М��s�!q�','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��;��G�����O','G��^7���Wlpx�c.��O�+��[�n6�','',0,'?'),('��[�s��ךk [�`�','wp-content/plugins/wpforms-lite/includes/admin/settings-api.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��t4;~T���3+�H','�ކjd\'��O}�G��P�=Km,י*�','',0,'?'),('��%�l�Լy��2','wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/vc-plugin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/vc-plugin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ϵ�tD%�o,�<54','�J6�qŒ%���b�l�x�^s�����Z�q�O','',0,'?'),('�┬�E��+,����','wp-content/plugins/wp-cerber/jetflow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/jetflow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��r��z�Ѭ�[','���:����A\0�\"b�Np�s}���&XA�Ee\r>','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�Gظ�������','��*�J��g��<�9�O�-[C�cVl���ߝ','',0,'?'),('��t�beJ?��:�','wp-content/plugins/litespeed-cache/assets/img/slack-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/slack-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-���{sc��h��&f','�a\0NJ��>�/\0�+O5�%��)�J:P�o','',0,'?'),('��IyMYc�z�	ߒ\'9','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-c,ǣGG�N�Q�g�\r','��Ɨ��$�~���Y�q*Z��_��p���8�','',0,'?'),('��ڙy�2D\na��93','wp-includes/block-supports/layout.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��L�V9o�g,�%���','S���۫K�/(��t�D�c�{~IC�o','',0,'?'),('�=�@�e�G1˺�','wp-content/plugins/elementor/assets/css/widget-image-box.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-box.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�һ	���eR�m','��U�)o�}�J���1QJ�*&��4��k���x','',0,'?'),('��pw�Ã�1D	�5','wp-content/plugins/updraftplus/images/other-plugins/keyy.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/keyy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Wl0��T�ʜ�',':�8�Ȏ�Hr#\"Q��g>��D�Hb�A���p','',0,'?'),('�ޟ��;����M','wp-content/plugins/litespeed-cache/src/metabox.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/metabox.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���\n���jˡ�','/N�_�Ƶ��|դM��I�k����Y�༬8�','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ON�)54W,�0=�:P','��ޟA�<s�\"����xp&�ޚ�Tȇ���\"','',0,'?'),('� �\Zy�5ry\"Ns���','wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rs\"7�J�^y��','(���إ��I���p��~fv�=~����>�','',0,'?'),('�$=Z��Z�Hɼ���f','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss','/home/sleepingsolutions.co.uk/public_html/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','�f&ӫ�\n]�)jjڝ','Ø{X�#ރ\Z\nv���<�f�}pZ���$���','',0,'?'),('�%q.\rptjgA�/i','wp-content/themes/sydney/vendor/kirki-framework/control-base/src/assets/scripts/dynamic-control.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/src/assets/scripts/dynamic-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����-��t��bvf{','0�|��|�I����8R�����+K�ͅd�)','',0,'?'),('�-�i�O��so�z��','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I?�B_{��:� V�','���4��3y��\r~Al�E߄F�4f6�>��S','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wqҦ�����Θ+','���_�q:��z@�����rML��Sn�^9�','',0,'?'),('�3\\u�k�\"mNN�cH�','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>%ea5��Dm�K�','��-]���$��΂�P���\n�7��^��Y�','',0,'?'),('�5قaܨϘ�	#��bu','wp-includes/js/dist/compose.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YH�\Z�3�9έ�K��','��ރ����[�q����n~,4��y\r�','',0,'?'),('�<w����rɅˍC�y','wp-content/plugins/elementor/assets/js/image-carousel.e02695895b33b77d89de.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/image-carousel.e02695895b33b77d89de.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݟ�B-�;bW��p8S','�\Z*��O�c5e<\0(�Ь�Ԏ��0گ�e�2','',0,'?'),('�=�#��-���38','wp-includes/blocks/code/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0<o,�%S�]Zn�S�','.��D_O�Dч�|Au�s��݇g4��e��','',0,'?'),('�>ڤXg\rs�u#�X','wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����.����|�','�)�`;���,��e\nt�T���O1��Έ�','',0,'?'),('�Gr�%�t�i5֒�;','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�l�|#O�qr;F�','w?v�e�〟iAA�K��!\0�OJ��iF��|(','',0,'?'),('�Q%��#m�㚜����W','wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��ze�����A','��fziǖ�;c���͑��W�G�u\ZY6Ea�','',0,'?'),('�Q\\O9��b�V�_@�','wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AB/\0f5t^�\'U�S&C','3j��C����)F#qz5��^e-����%','',0,'?'),('�Sߙ\0��c�ƕ`4�','wp-includes/blocks/navigation/view.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���ٵQ�y���','��jNm�JM�E�t����1���_<lLs�','',0,'?'),('�`�\\$\Z#E�4�  �','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�ܱ7�E��.��	��','�r�d�?[���˜닯�;/\0�� 2�e','',0,'?'),('�dSp@���\\��0)�q','wp-content/plugins/wordpress-seo/src/routes/route-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/route-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�䶈Hu,����','M��\0un~��׃�X�T��T���,K8U��','',0,'?'),('�l��,L�7�dA�X]�','wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�f{6҂۱gד�y�','̤{5z��?3��0�*8K3�z3�z��)l�(�','',0,'?'),('�{�>�w��<��?d','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AbstractNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AbstractNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�UPV)r�E\0�*�\Z�','��]��b�<[�h-������\\\r-��6_���','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/2�;����(��U���','i-���;R�9��s�	�bl��:XJ$�K�	�','',0,'?'),('��	[[j�\'��v��<�','wp-content/themes/sydney/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��;j����%$p�','}%��dc�M�/T��d��7��F�\Z�vbV5�e�','',0,'?'),('��ؚ�~��K �t�','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape7.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�Q���f%W~5�','M�‘�6��V{��+�=�\0m��]cƼS�','',0,'?'),('��<�&l�aL(4V^�+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"����s�C�>�X','A��_&�-(+h;�s�ĕOcr�h���9]��','',0,'?'),('����M|�!g�rB�Xp','wp-content/plugins/elementor/assets/js/common-modules.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common-modules.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\n�B�*�OOI� t\"��','��ʫ�}�+\r�ɜ�Xe~o�^�L�	_�X','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��M~��U=I�W�f��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/SelectorNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/SelectorNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Ռ�A���G[��k~�','������-��\\>���͏q��дDw]\rS��S','',0,'?'),('��<eJ���5}��j','wp-includes/blocks/site-logo/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','efxT����0V5�B�','1J�ܡD�[?4x^�Z���$D�V�9�Jx�\n�','',0,'?'),('����ĥrQϩ߿��]�','wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,3�<����J�6B�','���ԉ�m-蜌e%�%���(�U��M}�ҵ�','',0,'?'),('���)��Mx}z�r՞','wp-content/plugins/wordfence/modules/login-security/js/admin.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��ej����\'�I�7','U�%j�Għ���|]S�Щn2��P�T�+J','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�,��4;1&�Io','��vQ��tP!t�? ���]��F.0�d�H','',0,'?'),('���<�	�f%�n�O�','wp-admin/includes/credits.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8[X{��˓�\rW��\'�','MWi�EnRQ~�*g�2|�=���%�7:�','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yj���s�{tؾ�I','�p��<+q��dI���_\Z��Wy��l�{�:3�','',0,'?'),('����#��+HVKx=�','wp-content/themes/astra/template-parts/content-none.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\n�B�#���f]�o~�','\0��%�]I����|�Y��Iv�B�Z��8��V','',0,'?'),('�ҩ]�|y���=x�','wp-content/plugins/updraftplus/js/updraft-admin-restore.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7M<X�����X1qr�','�9��&a�2k�/h<O�:�\\��З�3��T�ɶ','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{;b��2��&$�o�','��]BG�x�4�!�o�&Pt\"����s�X4�','',0,'?'),('��%I���}�P�zW��','wp-includes/random_compat/random_bytes_mcrypt.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��o�)�����d��','�Z��9�@-���B�xi�U��M?�q!��0�','',0,'?'),('��s�)�9\0��t���','wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����B�$@ӥ֋','��>B\r��.��ΕsX��q��I/��a�','',0,'?'),('��l��;+�S�G��','wp-includes/blocks/audio/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��o���b~��)8','v�{G�dT��*ȡ�����R[<�4C��','',0,'?'),('��\"_߼H8f�r�p�[','wp-content/plugins/litespeed-cache/assets/js/js_delay.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/js_delay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�[��݈���!Pb�','QߠZ�(1B�������Ն�7wfߓF�|�T��','',0,'?'),('��AVbƥS���v1:�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wzw���%��\\��gZ�','\'���z�7��If�\'�K�&RGo~��H)��i','',0,'?'),('���[d���T`�','wp-content/plugins/ninja-tables/admin/partials/wp_data_tables_display.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/partials/wp_data_tables_display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l^l���3���y6h*','\n���?K�pD0:Yh��&��X�?��k*��)','',0,'?'),('��{Z��V���$��','wp-includes/blocks/social-links/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1m�	�L�F	),XZ','.��m�vP4R�#�Y]%蠯x+v\\z��nQ\'','',0,'?'),('���E\Z����հ_�','wp-content/plugins/wp-cerber/assets/flags/sa.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\D��6�6Axh;\Z�','�9[�4u�,`,*�q.\r���\0�M�7cu�kǰi','',0,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�F��j�r�~��,','<\n��\nk��]�eSGA�%S�/p&<u��x','',0,'?'),('����G2V�D�m�L>','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E����A��<Y;','�A�LY��.��	���qڨH(5m��&_��G','',0,'?'),('�2��SB���s��x','wp-content/themes/sydney/js/hero-slider.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/hero-slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fc�iv�0�3 ��wW','2�Mإo�r̻I�\0�8�ژ�L�� Z��5','',0,'?'),('�5R�#��M}��t�N','wp-content/plugins/elementor/modules/library/documents/section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��๝{���ϩ�','�5����F��\"D�v�f�������_wM�|��e','',0,'?'),('��E��r�)��a�H\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��27���z\'���^','��;@^4,w��4���߻P#lI=�2���N','',0,'?'),('� )�!h$R�Uvx�ƺ�','wp-content/plugins/wordpress-seo/src/integrations/primary-category.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӳ� H��� ̝��Us�','}ޚ:�M�)c��ϝ%�NBV���!u��l{','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��[���A.F3D�','@��ړ�V�C�+��<!;@8���9�(�n=�G','',0,'?'),('�,3.0m�ʖ��K,T','wp-content/plugins/redirection/locale/redirection-es_ES.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�i�3�O��9','�e�HY�Zu%<hV�C�|�E�\"p,����\'��','',0,'?'),('�/m�N	ܥ�>��v��','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Generic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mrD�!�Mwc@','�g~��m��\r���oDV��ۜ��g�\0Qe�O��','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','М���������s�','��a:�F���V�W�5W�<n�o`��','',0,'?'),('�6�	���fX=b�p��','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4���P_\\d��Rn','LT�C`no_�x��l��4���S�+�B< ','',0,'?'),('�7ʏ��aB�Kz','wp-includes/blocks/button/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�.��U�1����','�\'�Sңx~�� d����a:h]?����ݙƋ�','',0,'?'),('�>@x=�(^�D�7>xa','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�+��n��5k�3��:','-�5�O�H`���,�VN\n�]��*�{��c	��\n','',0,'?'),('�AM(�c�� {>;','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�Eӛ��t8��','�����ow���WŦ�%S�eQ�2��Dd�','',0,'?'),('�C�hL=-1BvdSa��','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|&Ƽ+Z�A��7�v!��','q{�{O-�\"��,C~�Ox��\\S֞L5�\'�g4�','',0,'?'),('�I}o�iM%c\'���','wp-content/plugins/wpforms-lite/src/Admin/Loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SIX�8 �40r��Q�\Z','о�|:�pL�w�@�)�5�Z��P�+�S\n�2','',0,'?'),('�L)����6�\'�͕','wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[U[G�R?2q�??G','����A=�)��2%��ʔG��[$��g�_�0^','',0,'?'),('�N#ˍVWf�d{{�m','wp-content/plugins/really-simple-ssl/security/integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BSӮRڏ�T�','�lf&�\0��}K�h,�|h�V�arR+�ϣ3پ��','',0,'?'),('�Q��;z����','wp-content/plugins/elementor/core/app/modules/onboarding/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/onboarding/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~p��<O��fĆ�fTn','Ԙ�k	`�_�y��֑���5m�������mV','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php','/home/sleepingsolutions.co.uk/public_html/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','U�fMB�z�=s���by','��������8�1����*{��*�$','',0,'?'),('�X�l�qG�������','wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ť;�_�D���`@$','���\0F02��SN/�ijW8}8t�H|tI�k','',0,'?'),('�] ��-��I$��;�','wp-content/plugins/burger-companion/inc/decorme/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�_����\r+w�ɏx','�_���փ{�?��R�+l$�EqU�~仸%��','',0,'?'),('�]K{�ٯ��`�{�,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�iy��9��1a*s3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tVL��m��m8b-{e','W|FU��hy	�����T�m�\r����','',0,'?'),('�m���b���iC\0�','wp-content/plugins/wp-cerber/assets/flags/kg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��r��Fo�)=�<','o�:�q�v����l�CW���\"wCȺ�Z�','',0,'?'),('�w�hI¹>�@v�J1','wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZmK+O�^��FF�','T��A�t��p9��(d@�5�T+�����k','',0,'?'),('�x;_�q��*`<','wp-includes/blocks/group/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�|��t���\r����','wp-content/plugins/redirection/locale/redirection-sv_SE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-,~\"���{�_','��r�oS�o�~P84��p!ع/KX�','',0,'?'),('��;����-�_ND��','wp-content/plugins/elementor/core/utils/version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�����ozMΆ|Lj�',':\Z�u~1CQ����\"�\Zǥ�<�B��	�','',0,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����@���ҥ�m�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i˰�g�u�z�S��\n)\r','&1R��p�O�չK�u�.i�N/�5�0��&','',0,'?'),('��a�Lʁ#��0�O�','wp-content/themes/sydney/inc/customizer/controls/typography/styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9V�K�X�k','�\Z��Y����iE>:s�)��q���*D�3�Xc�','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����D.�&�[%�$K','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��$��%f&zLΰb','�1)��ؙ�Un8��NG��֟u�t�*�zw','',0,'?'),('��)�Ы�����NT�','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�|��j��yB\r�','(J�;y�9�&ɏ��ļs5�f~��~rC,�[<','',0,'?'),('��9\\ʙ�o_NĬ���r','wp-content/plugins/burger-companion/inc/spabiz/images/slider/06.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/slider/06.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C\'��Vd��&�$@�','�U��+b:��W�F7b�	$c4��-�','',0,'?'),('����^[X��i�	�','wp-admin/themes.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �K�\r��w0�','�����폖��-ȷNkjB yYl�Ll�\'cn�','',0,'?'),('��:�X��@\0{*�֯�','wp-admin/includes/class-language-pack-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�/�Q%�@��,)l��\Z','A�V�E]{�Q!�����T��Í���6e[{.�','',0,'?'),('����E\n�	;ߒ�/','wp-content/plugins/elementor/assets/js/image-carousel.68bbb96593f8c6ecf166.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/image-carousel.68bbb96593f8c6ecf166.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m��E��%�\"��-t','X��s�\'��3��`Y>`3n�e#����$���','',0,'?'),('��.R�F4	�jy��n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Xw��<hJL�ڏ','�Lr\0�����Q�TT�d��m�orƃ�4Qj','',0,'?'),('��,����c��RzW�9','wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\Z&s\n��','���խ��I�b[�GY��0̢X�v��k�M�','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��F�+N��q.V[�','a���E-n�Ae��=R=:.CC\\�t���Z*���','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�W��p�]\'zAz�','�q���*�lmKңk�\"�M�Q?�p���a؂�4','',0,'?'),('���?�JJރ%�_D9','wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�~o/&��ƤsQ:�','�Jp�c�7��ٰr��CN<ͩe��	�/��C','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3���]�kY�','ʳ�t�̱��@��p.�6�/�i)�t`��,nV�','',0,'?'),('��C�?�-I�(<$��','wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i����5���\\|','a�F����z�o�T��*��g󩿞 Ĭ֐�5a�','',0,'?'),('�҄�0`/ԥ�i�(�C*','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x-��(~�͙+���`','���z[��r�W���ǩM��釓L8K�=�','',0,'?'),('����|[���f','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϬmM������tѼ�J','f��.�%�*ƚWn�C���s�Si�','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��d*W�����1g�','�+q�~;f�E_�#�]I�V�\\�k?l���ÝϞ�','',0,'?'),('��m@^fjE)#*9��','wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img03.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img03.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4l�\"�C1���','q�O��\"{����M[�jƃZ\\��2��;��\0','',0,'?'),('��)SZ9Q��eR�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w�u*��M��','��I��&@B����+CÿO���%��BN!(�','',0,'?'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��j�Ԧ�1��,���','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���O����ń|�','���Ғ��b�!1�%��]��ʙrV&�������','',0,'?'),('����VFN	؀#{��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�.r�a{1x6�','O��h6B�!ר+.A]3y��D�\'�wh)Ƹ�R','',0,'?'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���S�׮财','wp-content/plugins/elementor/modules/web-cli/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/web-cli/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)C�@I���uzA','\'̾�	�܅�2��gp-��3�ي�%`� �x','',0,'?'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\nᏍ�5�� &>�@','wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�T���&�&X�f��','�� 2�(��KF�.d}l�\\-��Rr��R�c','',0,'?'),('�%(7�s&ܻ�','wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�j�6@O�ΐ�','\'�4[��`ϐ?˓��ܖ�S�\Z�\npժ���[m�','',0,'?'),('�\Zs������T��','wp-content/themes/twentytwentytwo/templates/home.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/home.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zm�I\Z:>��\'b��(','8�!S�|�w��rD|۽��Ć/R�|yV','',0,'?'),('�����L��\Z��','wp-includes/blocks/query-pagination/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\xP�\n�����\'�)\\C','^K���7*Y�hI�j�S	�*�s��0��e�A$��','',0,'?'),('� ճ:�T{v�Y]�w','wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Control/Slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Control/Slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�b_,rt�b�v:xX�','W���<��J��^�l��D]gE`-,)�R_','',0,'?'),('�/Tr:k�2!M�JRԧ','wp-content/themes/astra/inc/class-astra-loop.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K5��XFASR�\0�	\\','�HܟL���Z�¿��*�x���l�2]߫�','',0,'?'),('�1�3�� �E	�����','wp-content/plugins/elementor/core/common/app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%{��G���(y�-(�','/8��\r~��\"B��/�E¼��J���{��.','',0,'?'),('�6��i��Z(�qa','wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� t*��E���Ģ�','��j��d\n�l++��H�vIE��%�D����m\\)','',0,'?'),('�=��V���r�=�XȞ','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��w�1��)��+��','Wnڗw3��I���$l��Ylnf`��ߧİ�','',0,'?'),('�Sd�NTV�����5','wp-content/themes/astra/inc/core/class-astra-admin-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���Q,8\n�]���','-�\'MKm���õ�9�))z�<��hz�y	','',0,'?'),('�Xժc�F��\"��6�','wp-content/themes/sydney/inc/customizer/options/colors.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\\�m�O���%�9E','Ʃ�Ҹ<x�<��j�z0�(Q4X4ehP��','',0,'?'),('�_)BIR�Xo0ֵl��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2}��f,N�z�\\�b','�E�-�h$$^��\Z?�G��\\�4�QxH\"�SQ','',0,'?'),('�j~�1l����\'�Xc�','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3|�P#:q�Ւ^�','���;g�b�@��6��8ca-��Z��uF2љ','',0,'?'),('�r\0b�|�7V��J�','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',i���kڦ4  ���','z.��>��X����Y8Α�E����\'ʢ�=','',0,'?'),('�u�p�����\n��','wp-content/plugins/elementor/phpcs.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/phpcs.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��{A�hX����G��','�䧄���z�\0��ܴ[v��\\z�q�Zo>ϱ�D','',0,'?'),('���)��t�1QH U�','wp-content/themes/sydney/widgets/fp-social.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	[J*������','�k�$AD|k��$1�q�\Z�>�Eµ���)C','',0,'?'),('��cdx�PJQ���߷h2','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��c���b�s�','�yA�i��ޞ��\Z.�{*ү���͖��EL�W','',0,'?'),('��� \Z�i#�<)O��','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�6v#���c��<;{','��H�Қ�,&أ��}3<h�/@�Ys#���e�','',0,'?'),('���O���[\"�<C��F','wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۄ� ���I��~�H','���%�d�[�\n,1�«{,s�EA���','',0,'?'),('��\r�5�4.��[�.E\"','wp-content/plugins/wp-cerber/assets/flags/mv.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��()�ȼ�{�x��','�/��Q�myO�&�#�b�l����8\'���p��j�','',0,'?'),('��{�]\\ֵ�	��d��','wp-admin/css/forms-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�Gfޯ����(kq�','5�K�Y���<��np�U�3HYI)?u�)','',0,'?'),('�˓:�m�Ǧ�Ŧv�','wp-content/plugins/elementor/data/v2/base/endpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pNjGVa�٢���|','�w�	�t( \"�������$�t����\\�#]@y','',0,'?'),('��5a=C��d�4�B���','wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��%”�\\߱���','M\0��$c@�Ȍ��گl@�্�\'��;','',0,'?'),('��v���?2��NI)','wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info1.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���?�O8����','��)��G���)t��˪��1\'��X���','',0,'?'),('��m/j|w�\r]�4���','wp-content/plugins/burger-companion/inc/spintech/images/slider/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/slider/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|M%&�ԯ�į��$�k','g��+��qBV-�q�(� ��\'��n��\n@2H��','',0,'?'),('��5ĥ$�9	u��w2�','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&3�\"qgrDK','O��S�v��r](T�G\"���C�z/GO�ra�R','',0,'?'),('��\n�fQ8Wm��=�R','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X)�/�Hp�XX恑#�','4���.��9�L�`��r.+.�\0f�㱘�','',0,'?'),('�����@�\Zx]4C��','wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\04¿����J�','|UȣW�bҧ��Ӟ�^�\'/8ҧ(�9�0a8O>o�','',0,'?'),('��T�p0�]o�b���[','wp-includes/blocks/post-comments-form/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2����G�\"���','-�0\'J�M”�ü�� z��	�byp��կ','',0,'?'),('�\0��D��Y��X^���z','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q+�.�G|�l�I��','��Y�a��WC���z~N�7Ŭ��Q*�Nf���','',0,'?'),('��qmZ���GI�\r','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��Lf\0�*�ˡ�ŕ','#`�;\0T�j�,8�{�U��~5_�;�\\�U�P�','',0,'?'),('�dqh|��}v��9','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�;\n�7ik(�PL','�z�A���m�2lIK���E�I\r�+P��','',0,'?'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('���c};��X�)�','wp-content/plugins/wp-cerber/assets/flags/ye.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ye.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��o�r7�Ӕ:�','�%�����Tډv�S��j]��ɯ�\Z��8�','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�&r~�6��װ�@cu','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&Y��`��WŪ�','�51\r�*�6i�$^|P�M�ݚg^���rz�����','',0,'?'),('�)^����\"nYpp','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!@[}��<nh�c`%','22�R�x\n�LNaTa9��Ovo�-�,�N@','',0,'?'),('�6�\r�������\n�]�','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��x�z���\r�X','���*�Ħk-�G(a\Z����twތ��.����','',0,'?'),('�7 �R��꺢V�T�','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��\n���������','��kֶ<P�*���+u�D����>����%�','',0,'?'),('�<�_(����=�^r�','wp-content/plugins/updraftplus/images/addons-images/azure.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/azure.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���tY�קe{S�D','�1vo�f8�M�RX�>��+*}�	�+��r��','',0,'?'),('�H��8З��2��E�6','wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\0)�\\b����6	Y���','ؒ��R�R<��Ef�:&<A1{ ]|ꀆ0d','',0,'?'),('�L���2�%�zr����g','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_vpi.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_vpi.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&q��a@�*!���F�','�R|��t{�\n��B�haBn�:|!�� �','',0,'?'),('�YJ��O�Π�*Z���','wp-includes/blocks/post-author/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6hx�6I��20φ�|�g','4�\Z&{�b�|��G#�f^3��)!h��0x�z�','',0,'?'),('�l���W|z�\Z','wp-content/themes/astra/inc/assets/images/astra.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/images/astra.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Y�Ɓ�tP��5J�:','f�/�\'�ج�Y\Zm\'�odp�N��UTT��*','',0,'?'),('�p8�w#��<���7','wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�l��K�\rd�%Zۺ.','wp(��m1Kߔ��{�?Y:m�o������','',0,'?'),('�s�t]H�������\n','wp-includes/js/dist/edit-site.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-site.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#E���\Zgk��','�O�O��;�%��{���r� f�Y�0vD��U','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b�n<�nEy#Q','���n�K�����B��\nx��,�X��y����','',0,'?'),('�v��L~��-�&�H\n��','wp-content/plugins/wordpress-seo/images/twitter_card.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/twitter_card.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9{�\0�|<�^��a�','���<�JΚ�y�3��P�à��_�4][˲���','',0,'?'),('�~v}P[x�N��e�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/XPathExpr.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/XPathExpr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���_�����\0e','-� 4�>k�@0����gAg��2�ƙʼn�','',0,'?'),('�f̓�#|�m�\r�y\r','wp-content/plugins/burger-companion/inc/decorme/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('��VxTĨ*?��X�','wp-content/plugins/burger-companion/inc/setto/images/slider/slider-1.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/slider/slider-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\"��=�u�9��9��','��L��.(�?��$�3g?����f��yH/��','',0,'?'),('���rsa���9SUU��','wp-includes/blocks/post-featured-image/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��	\\����8��\n�','��o�Ӱ��lZwF��c��r+�t<%3Q�򯚼','',0,'?'),('������v�yL��e��!','wp-includes/blocks/post-terms.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m/�օ�Hd];�','�Ν=���C��2T��I�#�υg𝓉','',0,'?'),('��p��_�\'�\Z1','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-��}���\r�C	','PT�7�-7peY�CdH�:����/Qf�w/O�','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?�װ��\0(��l�','L��/��z�C�r؋�[�E��#IJ#8\0(u��W�','',0,'?'),('��\'^�����,�h�','wp-content/plugins/redirection/models/url/url-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��̕���!:fLu$��','g�E n�L��D�%�\"U0\09\0Omn�<˟�NP�','',0,'?'),('��Ee\\(f�>CR�WT','wp-content/themes/sydney/inc/integrations/class-sydney-amp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/class-sydney-amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9!�d��J���9l','$��0u�[Vp���Vղ6��_���9+��','',0,'?'),('���Y?ߪS�\"�b','wp-content/plugins/wpforms-lite/src/Helpers/Transient.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"(��-s\n�3��5R','0���D�y�����y�m0�v���?�;��','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qg:����%�����','\0�w�`�2n���x��.M�{/�m�fn)fl','',0,'?'),('��c�=�� ����K','wp-content/plugins/wp-cerber/assets/flags/wf.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/wf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(���%if�>1�Q�','1�ƗI�-�>��Ẁ�FA2ВৡΡ;-','',0,'?'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�Re�CX&�����n','QU)š�� Ɵ�l�Q d׶���+8�V΀�','',0,'?'),('���\r��Z���O[΅f�','wp-includes/blocks/columns/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��i-$�``���','�����K1f�X��$jE���Dp�� yh\n�','',0,'?'),('���2M��xFЙX','wp-content/plugins/updraftplus/languages/updraftplus-eu.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���^<�\ZDX�o�','����2��pF�YC�	<��Q���m=V�','',0,'?'),('�������	�~�_\n','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%5d�%�m��<S�','�&�J&%�� ���4ے򫱖��K�ɋ�Qk�','',0,'?'),('��O��/��=��t��`','wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~S�&H-]H5��fB$\\?','��γ���Ԓ���}�\rЮ |\\`��ꑉ.','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\n�;vw�Ww�(&y�2','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/HashNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/HashNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��PG�S���M[b�','�yj��Jn/#�Ln��Gy�Trv5�u�|��D�','',0,'?'),('��ԝ���~DLق���','wp-content/plugins/wordfence/js/jquery.tools.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.tools.min.1670945819.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,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�!�`�Kc�\"m�����','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�Fd�[��j��ږu>','�!����?(�>��0\0�\"K�ŏ����F,�','',0,'?'),('�#\nd�e&+Rs�','wp-content/plugins/elementor/includes/controls/choose.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/choose.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�d\"�~W-�z�ś%�','P�Zޢ9j�͈z��X�x�MZV~����:���','',0,'?'),('�%m�V΀��_Y�@~','wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JAd.�I����T��','�g�l)�W��_[W��T|:��g��9��%��u;V�','',0,'?'),('�/F3��`�\021W{Y','wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�<S^���·d1����','�&��JT=dj9�)�\"1=��RIC���<G�','',0,'?'),('�1q��z�(���`','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�Kʷ�1X IZ�\\','F�]}��V��Y���\rI\n�G��`P=���','',0,'?'),('�38��ǂ��Qg(��','wp-content/plugins/elementor/assets/js/text-path.2d22c4c6bb5b646b2a49.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-path.2d22c4c6bb5b646b2a49.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�7��w�I�M���6$','R6OJ�T:F�[��T��	�6H�����U�','',0,'?'),('�8�Bf̙G�\r����m','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��gRC�P����(�','H��V��ͤp+c�=���Tǘ�;�{6\\m��o','',0,'?'),('�>�D�R�&�Q��iޡ','wp-content/plugins/updraftplus/images/addons-images/wp-cli.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/wp-cli.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6���g@���!��]','T�6y�Z��˫��e4@���P[\n������L�M','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iC���^Ao*�','��\'iU�\'FL��[�	5��\'*���a8MgG�>','',0,'?'),('�G�Aɹ���$�c�','wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��Y��М&Z�\Z','CW�����6z���f�K�5ѫ[1�,��','',0,'?'),('�G︈�g�����pΊ','wp-includes/blocks/quote/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�k��,��4�','�T3���C)���Y�8��9��Z�N]�e��','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���e�Dw��\\o','��rR�m�K:J��Q<�jV;��,����n�','',0,'?'),('�\\� M*_�Y��YRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AR$�ȹ0�9n>��','�N�\n�\rrlЋ�$�Y8�m�m���)Tw��H','',0,'?'),('�d�2�[�*^Mt���lc','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��z{�8;j��\Za�','\\���F#����a�m�\rX�|�tARW��','',0,'?'),('�m%p�����i�ƗY�Z','wp-content/plugins/elementor/includes/editor-templates/panel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^dL&���B�i$�','f\"0�G*�O���l�{�k84o]�撁Mo�$','',0,'?'),('�m�a#$s�m�x���Q','wp-includes/blocks/template-part.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[���ﮤ�W>ܝ',':��_E������y�V�,�\Z;���C��','',0,'?'),('���z�{:�Ψ��ߠl','wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K@�V��_]��h���','��1����r�I�q�)x5si�����󊹶','',0,'?'),('��V-s�j��cno','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,�Q���(\'Jo�','�����^$�f�q.:��J6\"�ӌ�~�i�U\0','',0,'?'),('��#;��e��O\"��#[','wp-includes/blocks/shortcode/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>c�S�/\"�؇$��v','�ky�}�r�C��\"�Q}�3��i��$>V�','',0,'?'),('��0Y��@�m�b�Q�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ȸXc���i?�\0@�&','�	���IuO$�1�$�<��,�^�\ZH�A�z~','',0,'?'),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cj?6f��N5�5H�6','��Il��s��&���x�jzQ�ꢓ���','',0,'?'),('��z�Lf�ά^��%��','wp-content/plugins/wpforms-lite/assets/js/admin-notifications.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-notifications.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʪ6Fւ/�2���2�','��}��X�@�2q��5�5J��kvb\'jԶ����','',0,'?'),('����B�J�<�`��','wp-includes/blocks/post-excerpt.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�]�]�?c�7#��~�','m)�_���Q�c�(�U4�蚈����u,�xY!1','',0,'?'),('��A ���f�]��΄�q','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"]���` �^7*;v�','q	��!��5���ֶ��l�;�g4��$��','',0,'?'),('�����Mc\'\\|�','wp-content/plugins/burger-companion/inc/coziweb/coziweb.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/coziweb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l\"�cu���=','K���$r$�1ح�b=�r��X�%=�','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��S�*;A-�m��','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\0G�f�&����]5��',';��Pl�2�Y+SoaK2��Aù%�:_GB1�Q\'�','',0,'?'),('�ؐg�x\rz�d;Q^�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�B\'U�#��\\�t+�mc','sx��)^��}�p!a��\Z�=�E�\\�^��','',0,'?'),('�ݚx~A�3�\'g��','wp-content/plugins/litespeed-cache/assets/js/css_async.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/css_async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��\n\\�6���޶�','�xgz\Z��vp����fq5\rk�P,���V�','',0,'?'),('��洮|�/&J�OR�|�','wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�=��nPh�Qf�','숋 ��\0z�\Z�g�WTM���c<5&�LZz�\\','',0,'?'),('���-o����mq�\0X','wp-includes/class-wp-block-editor-context.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-editor-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�~E�!�b���','\'���\r=F}�Lh��aIç��\Z�\"�$��Δ','',0,'?'),('���z�1�BL�o��','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l2���pH3Hʘ�','��Fc*G_�p0gԾ\"p��D������5�','',0,'?'),('��M3�vaBcd�','wp-includes/blocks/search/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��旂�','�jV&�H\\Y�?-Ͽ;f�\0v�%���<Ir�','',0,'?'),('�\nh��r��t��~e','wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z\r���q�+=̷�','Y}H���E�}k�c5�^浐��X�,��FL)','',0,'?'),('�:��+��hy^W�','wp-includes/block-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7&�nL�V���T�b','�:����ݽk����������=�MĖ�r','',0,'?'),('�z�Hw@jԪ���C','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/DnsVerification.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/DnsVerification.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w�KYG��7�Z�','�0ѧ�������@�\\�Q��!K���e��|V�^','',0,'?'),('�vj8�=&�\"�K�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����^1��H&��','��v���ܠx#i6������26�	M�\n�F','',0,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pɖ���3Tر#��','>㈳ec�¯f4s�7�8���#G�`�x��0��','',0,'?'),('�1:��9,׮n\"�','wp-includes/class-wp-theme-json.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��2�ﶈ������','�\0~�G^�,���:�V�/nM�����ig�','',0,'?'),('�5�\"�0����}{ʟ','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�C\0���\\��U�','#�\\i����g�	^\"�Tb#~�Cok�E\00�d��','',0,'?'),('�7T��h��Sm{\r�]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hPm��p�C3�V�','�֎�Mg�錷���3��ccɂdw!�ͧ','',0,'?'),('�<0H�ǯ�L��x*','wp-content/plugins/elementor/assets/images/library-connect/right-2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|c~maE����.��9�','�\'�r��|� �˅^�I��ۏC\n� ��p��','',0,'?'),('�=E`�1����d�NS','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CYa֠B5-ܯ�&��N','�{`8b��\Z�{\0e�gv�\n\Z��9�7��','',0,'?'),('�?DPI%�\'1q_ӫ','wp-content/plugins/ninja-tables/includes/libs/csv/src/Writer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Writer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%x�z�(�:1C��m��','���E�fD�׶��^�#�E��1Ӏ���','',0,'?'),('�@)` ��~O�}�ac�','wp-includes/blocks/heading/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DN��/Y��i`R','K���8���c�X�����D�0�d���|��J6','',0,'?'),('�U���6�M��x�c�','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��)\n�R:OvkX','Ө$WF��D�bk�\nB6�Gخ�@�[Y� �','',0,'?'),('�ihQY\\���.)G�r','wp-content/themes/sydney/images/customizer/oc2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/oc2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*E�V���}��%�(','q�g=����q��]{Ox*�\\��ײT�ü�+','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�y}&iZ�L5�֘\0�(','wp-content/plugins/updraftplus/images/icons/lock.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��\nS*q��E��Ga','����(,6a�[�|g�Ӡ�^�vo�A\Z�-','',0,'?'),('��~��N��@��l�s','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒkf�M��d>����Z�','�E��ВW�h�u���� ��C�B{','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ŧ�:�ٓ`�:','�&+u�)���{I���+�&/�Rx��_	�','',0,'?'),('��.vy ��W4��','wp-content/plugins/elementor/app/modules/import-export/wp-cli.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�X:ԍw�4�q�\n1','l�����/�d^�M��N%h.���a�����','',0,'?'),('��h���)UG@�x��v	','wp-admin/edit-tags.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�mTK��偏Uo','w��-]��m*�v�Ξ�~��_\"{�]�[O0','',0,'?'),('����Om���zS�8','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�ꇕ�?��c��','�_E�S�[xn����ϐ�7x�;�mgb�\"o�','',0,'?'),('��N�w� Xΐ~�-ς','wp-content/plugins/wp-cerber/assets/flags/nr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��\"��6GK','EMkT^�f������a͘xg�6�o[','',0,'?'),('��N��nYI�ՙYQ��','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J1�5�Q`���#���','�\"k��pZQ�إ�rd�4�f�P�8�.�a�.','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\'����7��,�c:','�&(��<��P�Z��m��%�����*A�&}/+�','',0,'?'),('��2�瞼���p�\r��','wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3C��YbCW� VX','��B�t6�礑���M�4���9�0�0e�>�X� �','',0,'?'),('�����aڭ\Z\rZAU�','wp-content/plugins/burger-companion/inc/owlpress/images/team/team01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KC���6կ��`�','Q�8{���99�Bf�M��\\�L�L�%���ӕ','',0,'?'),('����d�ͅ��^\r�*�','wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��I�]#>��b{��','�&���=�\'=��b#�C/;9�{M8>z�(&','',0,'?'),('�����$Cۺ�2k 7','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rz�W�m8+L����','<����yb���Ŋ�	ȭҒc�X���۟�\Z4','',0,'?'),('�ňb��e��m�o��','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�=ռQ�C�LK&i��','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('��n�#���;��!','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x޻��������&�','��HƎ�1��V����㹙��X���s9��ع�','',0,'?'),('��t�Y\'��#��W','wp-content/plugins/burger-companion/inc/spintech/features/spintech-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%��H�������','�j�|?�TcѽS�xb����$�\0�zxg{','',0,'?'),('�ٓ�$���$5ɦ�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�n(t9v̈́N�','.�Z�1i�.��Ӂ�\0��1��*R�+Ü	S�)]','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���-É8n�Qq|','��_��+!�C����vJ�\r�sc�������','',0,'?'),('���.�\0[u�����','wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\Y�nhQ*f�a','�V��j��yᐰ|i��bx�u=x����O','',0,'?'),('�����w}�,�Ҙ	�','wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�U���\'�$����J\r','�^+4�Fp�5?����{8W@����uy��','',0,'?'),('��,��Z��\n�K���(','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d�T̚�d','%��Uq��zύ4k�41؊b�tD���F�y�','',0,'?'),('��ST��2�E�Y%k','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˸օ6�B^�ې�','c �����ϕb�ӱZ�鬥®g\\as�t?�\0','',0,'?'),('�	Ie�ԩ[G���_�6','wp-includes/js/dist/editor.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e�>��-L(��','/tR4���̯�� ��T��Ez�ޑ*��\r�h4�','',0,'?'),('��}�J�ԍ&\Zq�Z��','wp-content/plugins/elementor/modules/library/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' J�E�#��וQ�Tf�','��ez�9�3؅��H��C�:�`‘���	','',0,'?'),('�m2?~`9rb$.','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape4.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oλe}(��q','�����\niؤ>Շ$|�\\|UL�w|��1��','',0,'?'),('�#�AuI.F��/���','wp-includes/js/wp-pointer.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('�({�,*�q7�%B(�','wp-content/plugins/updraftplus/images/addons-images/lockadmin.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/lockadmin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m\\����˃J{]�','P�����וLX�wV�	J<�EP��Ʀ���’p','',0,'?'),('�4*6k�\\,��Y�h�v','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�5�m7`Y,o��¾v','�Ǔl�\0��ErɿS�)bJkx����\"�n','',0,'?'),('�8G�{���GV~EX','wp-content/plugins/wp-cerber/assets/flags/gu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���K�-����s�셡','���\rQ��S�G��b���`y ��J�hB','',0,'?'),('�<\0$�\rփ�\'(Ok�','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���44F�Ie���)','�~^�E���G<��^�v�4�[��E5<��}2','',0,'?'),('�<*�m!�۾uI7�','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�2I�a�D�.�\0�','���NE�e�}ŵ����f��W�ҫo�ˆ�y','',0,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&���9iї�R7�','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�[�~�r���X�B&','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#L��c�t���DŽ���','ZSR_���q\n���!&K�}Z�:1\"Դ��\\�','',0,'?'),('�b����E):�_j/p�','wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϟ����7]*s��?��','�?ƙ�i_�(l���,5��A�08��A�4}/��','',0,'?'),('�n/Ρ~�Zx�~�6�','wp-content/plugins/updraftplus/includes/Google/Client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c!�o��ԑ����]�','Ҁ�����P�0��(4lR(|˦ \0:��F4�','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/readme.txt',0,'	��%Җ�z(G���J~','	��%Җ�z(G���J~','��3��=\nг��x$��}��� ���LiT','',0,'?'),('�y����D埅ۦ�M�','wp-content/plugins/burger-companion/inc/burgertech/features/burgertech-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/features/burgertech-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|���)�ӗ�\rb~','��_)y\0k_>NZc��L�Z�حl�zg�>)S','',0,'?'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�lN���V','t��)�	�Ј74���A8��sk��ed�;af','',0,'?'),('�}����\'GT�O��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ǫ�io��+�m�','�t�&.?���\Z�;��?#�E�嬾l�р','',0,'?'),('���������R`E��','wp-content/plugins/wp-cerber/assets/flags/ro.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qh�=aq�΁Jm��d','<��<*]����M�\Z�k\\�MO6I�#�M`V�','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����I�l+��t�\0','K8�1�ָ+[�&`B�=�u��\\u�u5̙Ms�%','',0,'?'),('��s��I�qF�����','wp-admin/includes/class-theme-installer-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���XF8�L�g��/','�����z]m����R\0����yj9�T�z�g�','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����\'��gN��T�b','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�y\nY�n2�!��','ShV�Zt^�~͛���\n#$֒\r�5�V���','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y	�O~�vx�W�� �<3����PZPZ','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��7FW��m!w��SZ=','wp-includes/blocks/video/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��Ц�(��p����','ɩa@�8�*{�Ow����pǛ����|$�!��','',0,'?'),('��\n�ӛIQED	��','wp-includes/class-wp-comment-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:xϿC��G.�u�','c��O^��[�di��@������=lF@�w�;8v','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}\n�Ѵ��M��\"_V','���8��h��s�+d�ƃ����*&�9ɯ�','',0,'?'),('����?C��^�G��в','wp-content/plugins/updraftplus/images/addons-images/multisite.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/multisite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���\0�;>;�JH�-','Z�H9����+���dvW���,��1�F��K','',0,'?'),('��mK<Q�	z�U9��','wp-content/plugins/litespeed-cache/src/data_structure/crawler_blacklist.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/crawler_blacklist.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' K��q�)�������','�8��l0����E��IhrhW�����u','',0,'?'),('�†����݊�,','wp-content/plugins/elementor/core/admin/notices/base-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L`��4Ϯ-d?7���','�!Rq��\r	��4>ÿ�T�\r�\"!DiX��)','',0,'?'),('��/?\r�h��g�;E&T�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��S5>�,oV.ϡle�','�.ѩ�\"�r���F�;�����V���ڞD�','',0,'?'),('��nξ8n��Pp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css','/home/sleepingsolutions.co.uk/public_html/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','�x��x�4�!���_�','̥�0���祀�O ��5 ���=n���','',0,'?'),('�ьp��#����o\04\0','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�r��3���%�2\Z%','rU����*�s����p\n$��(���bGPd�','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ����	+\'8k_','',0,'?'),('��}.��s�8�\'LC','wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P+�)	�F���c','��:៮���\\��P;G��Wt>\\n�Ag���','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����h�<��蜛L�','wp-content/plugins/burger-companion/inc/setto-lifestyle/setto-lifestyle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/setto-lifestyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6X@�\'z��K�2�','�t��mV���H7���4��\\���]�','',0,'?'),('��\0s�a���,�','wp-content/plugins/wp-cerber/assets/flags/fo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�6�+;G��+�Ln','�3�\Z�-5D	��6�p��\n��%�,��ɓ�&�M\n','',0,'?'),('��s�J��+����d3','wp-content/plugins/burger-companion/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j�}p��o�v9','�`�f������CRq�W�i5�ڱ�(o�I�k<','',0,'?'),('��dA#���*�Źo7','wp-admin/js/customize-controls.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�M�|���/k4F��','�:e�I/�Bƫ��R��\0���L��ޒ0d\r0r','',0,'?'),('�&��6�������|','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zO沪��H\'�Y','��I��4��{���I�.5��(ή�f���6h�','',0,'?'),('�$@I���!7�:h,#','wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�b���������u',' &��A���嗭�	�iZ���F���νX','',0,'?'),('��x-M���-�N���r','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	����-nB�	ˌ)�u','8@����9e{�Ӎ#�ң��n\nY�փ��L','',0,'?'),('���^a5�.��F�>\0','wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-page-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-page-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��_T\ZAW�/�',')*U)����~nɗ�[Q����fp珷�','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�f\\��6���׈�','wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���rn��\\g��dy�c','�31�\"����b\"���5*�뱜�tlm�r\0�','',0,'?'),('�1z�<}�H:ӫZx','wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a>E暋�vT��z','�ML�.��©��$�3��H�:���\0+��','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�:t1Χ�%N��eb��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�O����','�.%��+r�=�� ���C��N#l�l\"�','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V���	�9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�:5Q����c�$=*','��VpI������	_D�4UB��a$znl��!','',0,'?'),('�Q�\\�>:3���7','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.uq �9㻎;{�','��My�<�#�ٟQ-\r� ĥ�w+#m1�K��\nV','',0,'?'),('�So\Z\"#����B��','wp-content/plugins/burger-companion/inc/storebiz/sections/section-testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yۄ��g�S\'���ns�','�N��/��O�>�Z���PG���NS�','',0,'?'),('�T(�T��v��ed�$f�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���\0�!�����','j���	f�\'��gH\"E�x��2�b~�F�\\e4','',0,'?'),('�VT��2e�w�gߋu8','wp-includes/js/jquery/ui/button.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o��`,v]	� �','��la=�����2�ڤ�bp�G���#�봡`','',0,'?'),('�V�r�2Fk\0�<��h�','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�W𓃚�F��GjU�Z','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�`�<L�Cu�TX�]\r','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ޕ�u��k��','	�p<j+����kH��!U�yE��Q��N{�','',0,'?'),('�o\0A���E��ve/','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̀2���JJ�/V��','��y,^D���ƀ�H��TF�Fp\Zs�m`��s','',0,'?'),('�p�zl��{�I��y','wp-content/plugins/wordfence/css/license/response.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/response.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?Vj�B!�D�{�B\r�','�6�I^�(��1�*G�mE9-ne:R)�G֎���','',0,'?'),('�uE]����T�qP!1','wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x��ڌ�RQs','�*޳sy\Z͡q:���L��hy��(���޹s','',0,'?'),('�z?��	-EI�Et}&]','wp-content/plugins/burger-companion/inc/spintech/images/slider/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/slider/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h.��WY_��rT','�rV\Z��}��j�\r]7��a�d{�^���*�;F','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JB�i�\'��N!��u�','Q��<3�)5����\n�����v߸���	�)','',0,'?'),('�|W�>�\nxʧ�yT{�','wp-content/plugins/elementor/core/settings/base/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TQ���^��)�*�','�⿕(�<�k,�;��*�/κ�C��T�e','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jȳ����-y�]',')q�,f*��Q3�/�f�P��3K�l>u[6g','',0,'?'),('���`��C�7[�uA��','wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q~�f��������\"�','p,�-�gW���Ԏ��W��.c�E����M','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X*0�F1\"8�`y܃','6a9��J�l�\r\\�)�f�\0��t�Q�M۩֣','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Œp�C�Qh�6T','�%b��п1^���W���S��~:�4�y���','',0,'?'),('��X�\"ɘ���c52e8f','wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','37���}A�}���','�h\Zޜ����6��L�J@�L��\'��1�','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v	�QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('��$�};/ꃲ{1��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>{O�<܅��b�1�','o8���%d=�D�-o�j��SYJK$�7���','',0,'?'),('��5>��f0�Y��1�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Q��>j;K��,G','.<�IaF&�4X4)���#�<S�z%\'JqVnR�','',0,'?'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��T{��2�\Z\Z�8EF','wp-content/plugins/elementor/includes/controls/hover-animation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9YR�L�\"1��܎\n','Ͽ��=�ص��u	�G�D�R~{B�?u���!�','',0,'?'),('����m��{�@�m�','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ٺ|/�gc}��NK	','wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�\n�>ٷ�fά�','��	}�D[薵R�ȑ����/ײ�5F�#q$','',0,'?'),('�ܒ\r\r1w5��7x�','wp-content/plugins/elementor/includes/widgets/text-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�,H�w�8}-��\'�','�	�#��\n����bH�#)Yc���\'a�@)n�D','',0,'?'),('��5Ҥ��Z����','wp-content/plugins/elementor/includes/settings/controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��23\0$�U+��NSU�','֯$�\0ȗ�g��CN��F�E���\Z�?|Gy�{e&I','',0,'?'),('��*S��T�捭��Ne','wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jT�|b{�|	/j�s','��&Q�V|F�O%]o��hY�6��٥\Z� �!�#','',0,'?'),('�����#���ŝ=�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=\"*j�=��\Z�\0�N','lI���\Z��a�>�\0� TQu�Ș�G#�Gʎ�','',0,'?'),('����\n�3�y�س�)��','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape21.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape21.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>қE��7�қu',')��ھ�TҜq��\n��jQ����Y\0��!','',0,'?'),('�����<�x���no6D','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�o�� L6�','��H�v��O#�^�[f��8��:��� M3�M�','',0,'?'),('��`���\'��,�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vs+�m��K��/�&�.','o�JЃ݂S4�Fh%���`�?��,�-i�~s0','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�e��U��-�Y��|','0�Kcx���C�p�����9D�f|9�t��`h','',0,'?'),('�~Q�ԁŴFp���','wp-includes/class-wp-taxonomy.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̧��Wd��~��.','�Ak��Ӳ�f�4�:_a�=1�h��\Z^y�','',0,'?'),('�!A��Y�kSo\Zʮ�','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/cookie-based-brute-force-prevention-disabled.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/cookie-based-brute-force-prevention-disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�G�fMI�-�n','��sn^r9|��90�?{���/K��j','',0,'?'),('�@���뵰On�','wp-includes/blocks/html/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�Re���mƅ�','v#�pu��h�1�>ҿ�٫��3����6�','',0,'?'),('�$�㦰<;�|�q����','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��Y��֘)���','�~�³��=�K@��	�\';�~|��j����','',0,'?'),('�%+�:�w�P\"�y�h','wp-content/plugins/wordpress-seo/admin/views/form/select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/form/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�N�@��v� M)�','�l��b)������%T�Yt+\\�rE�M�Pl','',0,'?'),('�&�K��&�ڄ�Xg�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�wU@�71	�,5�','}~�n*k(������{C�M��3��\0$','',0,'?'),('�)�t���*�b<�[�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƕ�-�p%�\n���r�k','\'ݺ��0pa��3!(��u���}�L��V۽�','',0,'?'),('�*���y{���-ϖ�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�q�������','�\0���R����@ҧ����q�_^d2��L���R','',0,'?'),('�0�<��0�\n�q	�','wp-content/plugins/wordpress-seo/js/dist/api-client.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/api-client.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a����W���T�asb��','L��ʻ�L=~,�X_vi\0�!f�`s�Y�X','',0,'?'),('�E>\0�:%)��C<�','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�;�`��R۪�-6�m','\0��N�V���{f��p~��w��A��U','',0,'?'),('�O����/m��.U�5�','wp-content/plugins/wp-cerber/assets/flags/sr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�׼��Є��+p[b�','	#�K�,�Xf��d?����`��������^XM','',0,'?'),('�Rz��/_�8�@\'�!�','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���95:#���J�c{�','y[�&�m��`����*���w��]-ƃl\\','',0,'?'),('�VXg!xOI����{�A','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@(Ѻ�牢jU�W','��.��\n��EƯU(�$��\"�\r�D����1�C','',0,'?'),('�V��B��<6�r9�','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\n,���[��','�}6��C:�+>(\n���~c^.C��x|2ro\n\r','',0,'?'),('�h.rF1�����C�','wp-content/plugins/litespeed-cache/tpl/crawler/settings-simulation.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/settings-simulation.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r3\r줿��su�5[','�5w�.9L����s�0\\�p�վI\\x�R7�O','',0,'?'),('�hL�W���.�@���','wp-content/plugins/wp-cerber/assets/flags/gb-sct.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-sct.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o����WNmqYQ�)','���bH�IRX��p�q�tff*N�4Ǩ','',0,'?'),('�h�\n��W\'Z�{��w�','wp-content/plugins/burger-companion/inc/burgertech/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3<�gw^�N��',' ?�86�2cf0�*q�9��C�*������!-�','',0,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZJ����`�>�V','M�5fȔBz���=h�eY��M�S�R��[','',0,'?'),('�l��|���#��7\\�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�^Gd!�+l���p�g','a�+�˼�����acM�G��n�K��\Z�\r','',0,'?'),('�s���#@d�}y��m','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^3=MKC�p�\0|��','W	ޠ�O�/N�&�Mv�NS�I�*���ѱC\"�֞','',0,'?'),('�y��(kn:����\Z','wp-content/plugins/litespeed-cache/src/cloud.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cloud.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�E��8�W��','(�� �#�m�^����_,!�����<�q*','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����֢��ą�8�}','��n(.ӧG�7���;i�W���,�k�]�','',0,'?'),('���!k�J	�F;','wp-content/plugins/really-simple-ssl/lets-encrypt/config/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('�����_����C6:�','wp-content/plugins/wordpress-seo/lib/migrations/constants.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G��3-a Q����;c','�uoNz$���K��6�u@���w�?4<n�\"{�\\','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�\n������;��a�','����@+��rg_ʙ֙�h���4-c�QW��k��','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uiD�7Ǎ��C\0�,','�/�b�^u,�ʲ`�XJ��x �~�\Z��C��','',0,'?'),('��T1\"��F��Ǹ|','wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��Xah�r�','a4�1����>K�D��?IP�ݞ^�|�-���','',0,'?'),('���q3�+0�<��I','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7l��U=������','����P������z�b��b��G[�Z�{��!','',0,'?'),('��cU�*��t�~����','wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"wQw�I�G[��%{','���⚰�#�+��!�0]������=w�I�T','',0,'?'),('��|3��d��߯�','wp-content/plugins/burger-companion/inc/cozibee/features/cozipress-funfact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/features/cozipress-funfact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v,�%�Jd7���Ԋe�','����D`�2??�N�_�΍�!�!%LUF>�','',0,'?'),('��\r�t;M����e�','wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ra2أ��l�v�1�','�@���\'�^]���K�3�����6�^�q�l��t','',0,'?'),('��u��{�]P\"%�ԁ8[','wp-content/plugins/elementor/includes/settings/validations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/validations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�[���\rq�Z��+�','���*l�b��o���Z`��E���c�;� }n�/','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\r���<&/c2���','ˣ5�nR�������u�W|��O��n���4�','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-�op�`Os}B�','/�];�%X_�kz#O�a�;���H�ߟ�','',0,'?'),('��M�y\\W�3���A','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�蝋\rz���g�\ZL','�/����z�j\\EC���0�_�ߴU�S�^�*','',0,'?'),('���ɾr�;�v|/�','wp-content/plugins/wordpress-seo/js/dist/new-settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/new-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�r�&�k�0�%…','�R��@��!�@!oc�y����I�JR�B��ޮ','',0,'?'),('��\Z���c�*$�=QF','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ro:ڥT�c�(�F�','D�<ag�\n\\�k�ܜ�;�������ǔ��Sm','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׃E����F�1�\nq','o7m������8/�=�%\rb�*!�i,3B����','',0,'?'),('��^|J�ʕ\Z%��\"b�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����֬�����','hw����,�Dz�&�t��=#]$3���b��','',0,'?'),('��ǽN�0�\r\Z���y','wp-content/plugins/wpforms-lite/assets/lib/jquery.serialize-object.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.serialize-object.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�<rJz� �o�*�(\0[','T\"�ۼ�`��B8��a@���c�w��)$�p','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�����t��$E1','\'fB�Ђ+�N|�[�����Dx\\g��SLAs��_','',0,'?'),('�������+�>�h )','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')o<�Y�b��\\�f��','��ε�?�4J�cIX̉{̩��AȔ�Oy��','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���1$LO�э���','wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L�bV�Sd2b{�v�W',' ���bg�w<����y^÷y,<��{����','',0,'?'),('��7�Ne�x�0�','wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�[��4����D�qR�','}`��u)m���VGKH���ޢ�ؼŗ������','',0,'?'),('����e��7�F�%','wp-includes/blocks/post-title/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�Ι0�Yl%��&�|_','ߵ�О.(�����\\���ƢP%Qv=F','',0,'?'),('�s2�\034$���k�','wp-content/plugins/elementor/includes/editor-templates/panel-elements.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Avľ\Z�à#J�','�g5�J����|�3����\\�`-�Ԯb��\\','',0,'?'),('�Ǣ*��߈��','wp-content/plugins/burger-companion/inc/spintech/features/spintech-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�F�K\\�ڛ�Xɧ��','L�v��\\[j)/���f�3���V>�jzt�','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����3d�Š��','��-���Ȯ�8����&ܯ�7̝�Z(�','',0,'?'),('�89v�t(��J��`w�','wp-content/plugins/burger-companion/inc/cozipress/sections/section-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��\0$]H�k5�','�\\疛��aFm�{��t��e�ޢ�����$��','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Dyd�9���f�Z�o','wp-content/plugins/wordpress-seo/css/dist/workouts-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�ˀ�t�����','g릮�7�*�Jc�28z�0bjcYim@s�~n','',0,'?'),('�ME[S�7czƛ��','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���[����:���','�zz��Ǜ�}\'�o��Y\"\0�t� {:\rͤ�','',0,'?'),('�O�tg�\02�\\�B��','wp-includes/assets/script-loader-packages.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�MQQ�/V�AN��','y�fz5j�\0=�8tA�\"s�mB#����zuE�(@','',0,'?'),('�U�R������M�,','wp-content/plugins/wp-cerber/assets/flags/mr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�E�?�$�@W�m�@','F�8\ZQc8�dxR�	��4ދ�Q�Z�{xay����','',0,'?'),('�XJA�j�\"hPίM��','wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�H��7md�sx��','S�|�e4�K6JJ�Bq�M�,���ZU����','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w\n�Mus���','O���=~jc#�6��L窜����as�W�OQ-','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�7��M��U���','���6If�:�]2���w~�� �`��Z~G�3^','',0,'?'),('�^�*��/h�Z\\','wp-content/plugins/ninja-tables/admin/table-builder/ReadyMadeTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/ReadyMadeTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','poo����펧	;�T','�����C�� �V��i����W���η�q�X�','',0,'?'),('�j��U�U�X\Z��/J/','wp-admin/includes/class-core-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���5����ժ�z','_4�׽���9ly4;��06yt��I(O�5�','',0,'?'),('�n�yܫ���:!�r8�','wp-content/plugins/burger-companion/inc/setto/features/setto-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�95���Sz*8-�j-','�I�h%�MThl�àa���Dk��H`�Q�6P','',0,'?'),('Š�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';gh~BdqAa(���%�','���mkA�i�9�\\\n�~<W�I�a���Ot<$','',0,'?'),('‹4�� Ou�\"%�ߐ','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|SۃO�t����(D','�ABAc?��E~^y�V��¦P<���&61=','',0,'?'),('�����ġ!����\Z','wp-includes/blocks/categories/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ԏ�\nI�ŏ�69','�S�`t��$uÖ�7%��M�F��?�%:?�','',0,'?'),('’T`+F�.A�s�','wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l%q���Z��R�','ʃ�-�;�!�^�φ\0YFE	�2W�����','',0,'?'),('™�6F�ZK[��q�','wp-content/plugins/wordpress-seo/js/dist/languages/it.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i&?E.�U����','�|�V�G����^mi�J�\0T!��^D�','',0,'?'),('¡Hﲒ�xT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�E��O#�힣b','�蛛��W�!;}��M��h5�����v�U뼈?','',0,'?'),('�1���|�}���dQ','wp-admin/export.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r*�u��\Z^`S;V�','a�[%� �H�q�!ţ�~i��?a1�6�;q��','',0,'?'),('��qYE���W�[9�K','wp-content/plugins/litespeed-cache/cli/debug.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/debug.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0Nx�o�$B�|','�1r�ER	��=dBn}Ϸ��-���Zu]4Oc','',0,'?'),('��Z�@8p�r�!���','wp-content/plugins/wordpress-seo/src/generators/schema/article.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/article.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��E8H�ų��W�%','N��7��? �a�nSK�FbM���v�`,��>�','',0,'?'),('��ށ�H��Û�\'O�+','wp-content/plugins/disable-gutenberg/uninstall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�N��5\rVX�0�<&','����8~���YgN�$����ݠSG�3Q�','',0,'?'),('�鴴g�B���(d3�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�C�_�	^m�9Y\\�-','��^`uφ����EKCQL�9��X3WH�','',0,'?'),('���~��`�e�?��','wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�2���Zë�)�','��Pz�Da�쑯#��Nzꁵ�����^\n�','',0,'?'),('���Π�7���D,�','wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��޾ُDn�0|���\'','\"F�؇0��M��]M�Ƃݖ�4�f0�B����]','',0,'?'),('�	1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���j6:�x�{Y,:a|','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0v�����>�$��}','��Kt�89�L�7�;�XY���R�i�D���','',0,'?'),('�\r�W$2lv9{ܭ:��','wp-includes/blocks/post-title/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�EI@\"�V\'���,�','Nk66v�\'/�b��j�7��/��j��','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ɰG)�lFs����','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�����?_�Q','V���ܢ18U�\r�&]_RP�f~�9Od\0�L�Iwv�','',0,'?'),('���^R��,�D��QHm','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&|m�8�)��','��m�\'��OH�	C@��H����	��̈�','',0,'?'),('�_WS����޲�$','wp-includes/js/dist/edit-site.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-site.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5�1���ex��g�','��1�\"�J����*�n<OC��Fqɐ���','',0,'?'),('���\Z�V���տ','wp-content/plugins/wp-cerber/cerber-maintenance.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-maintenance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�����ݦ��','O��䒚�a�uxVkbn��U����\\��','',0,'?'),('�)KbB��F�~�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�㛙�b��H���:�(','2Rm��){I֬�Ÿ4��툱��2��\r3?\n=','',0,'?'),('�?�/uUe�{�@L�','wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l9w��T�����YR��','�N\'�/��G��.���3�F�\'���>�Zx�{','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�WF����REE�4\0','wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@,$�~���qU!','���t<fe�/�\r�Wp�(�\\���_$ļ$','',0,'?'),('�Z�P����L�\'�\0','wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�3y2Wc���','��/�r�%�����m�b�K��\'e�\\d+o�S��','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}!��ݸ��%�0�ɰބ','��O�\Z[�t0�h�}�^E<ș�7��X�r�v','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r����^�����\Z2','o%��E�sVFWW��M]b ��BX0.y�','',0,'?'),('�b��w�|y�J>V�\\','wp-content/plugins/wpforms-lite/src/Forms/Akismet.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�i(c[��ݶ�.�X�','�����Bmv:2Ai!��D ��L�Ӭ��%8c�','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p{��[��˔�	','�9�o���G�f�pmeG�#`�:Q�{`�','',0,'?'),('Å�.cxba���Bf�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٧��U���9���','B���Т�mɾ&�a��/V��,�§sSV�g��','',0,'?'),('ÑwH���+q��F��','wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�DŽ�l��%�<�a\'','§2�a�h�ߚ�!_a��4{�)��1^����k','',0,'?'),('Ô�a\n$�b��\0|@','wp-content/plugins/litespeed-cache/tpl/banner/cloud_news.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/cloud_news.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���|)�с�2+�t','�w��������C��5qѾ���>�99�R4�~�','',0,'?'),('ä��]0�`���AS:D','wp-includes/js/dist/blob.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\'Vd� ���m:{C���','�\nk�\'�:�X�W	�z��es����<�_�','',0,'?'),('ë���mY\"��f+>�#','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1������~�G�P�=','���fl��D�Ƣ��.��eq �.���tY�p�%','',0,'?'),('ð��J:KqS�7I�v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ge��_�d��٬�\n','ZGgE�����\"��������?3�����L�/�','',0,'?'),('ö�R�(�q��B','wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)8l0��q�K�v���','\r)p�O,�!�u����:�)�)����f%�55V','',0,'?'),('û���	)�)(i���','wp-content/plugins/redirection/locale/redirection-ms_MY.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ms_MY.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','US$\'�`���\Z��2y','V) _�.�T��B��J���K�[愷�pi�\\','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���u�\r���*B.�7','O�Bѡ�E��J�>q�����&h��0�6\"��<','',0,'?'),('�Ĩ�|�������','wp-content/plugins/redirection/locale/json/redirection-fr_CA.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ܱJ��˖�0f�','�N�G�p���5���\r�-�`�J�H���^�ō]�','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���H+֧r�Yv	%�','wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',#H�r�SX���l=�','y|4X:�V�@�}��K��lv�{w=�JHY,��','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ]�a�&�i���-/','�R�Ô��c�p\"/�|HJ��ĩ&�t���C��','',0,'?'),('��4�l!�r��؄���','wp-includes/class-wp-block-type-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�39�55Q�e\r�|K\"�','���?���\0���V/�St���ʺ|��OH]','',0,'?'),('��e��fz���eox��','wp-content/themes/twentytwentyone/package-lock.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����X�U\0�L	','��Sl\0���\'�\ZAP�:$����y�x�\nPc','',0,'?'),('��W������]E�G�{','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�\Z�X���','�V�ݗY�F��m�q\'aa�G��>�7,��	','',0,'?'),('��iY����\0\nR)��','wp-includes/post-thumbnail-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M��;S��D/�','�yya\r#�NG�5�e�E�TZyE��h����l','',0,'?'),('��u�X�ݼ#�-���','wp-includes/class-wp-http-ixr-client.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4����5�eTֹ���','F��@��I�і%4�]��a�ks<Pk�k','',0,'?'),('���:l��(��4','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dx�!Þ� 4>=�Y�','�֨�?W�i1A	t�I�xp��|\n�h�o@�x','',0,'?'),('��0�Ǝ������','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('����v�)g�#�j�','wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-dependency.min.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,'?'),('�\0U�����aS��','wp-includes/widgets/class-wp-widget-block.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��m�zb\Z,�_O�','�K˽\r�nR���WD��4�@�;�3NA��.','',0,'?'),('�cᘣ�r��w��','wp-includes/blocks/file/view.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-m� �t��!o��','��YX.>��t;a]_�n�ʣ8i��\\-|�','',0,'?'),('�\n�kxM�a;�,�0','wp-content/plugins/wp-cerber/assets/flags/mg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yUyRO�F�(V��R','�1v��% !$E٭��X����˅�}','',0,'?'),('���>	_\n�tgU��Mt','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O5�寅��`7�GV','��]��¥��kM�/���K~n���fZi�?8�','',0,'?'),('�8�d$�nx���yŚ','wp-includes/blocks/navigation-submenu/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�C�ow�Z�q����','���8�m�����7�}��t�y�J���l','',0,'?'),('�Ҭ���[0+�!p]�','wp-content/plugins/ninja-tables/assets/img/ninja-charts-promo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja-charts-promo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�l0�fj�(߽F��','dF~�1�x�q�u�j��R�WO�7�y','',0,'?'),('�\Z�-�/�x8g�G�9�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2�3V8� �?G','r�v�p����ፑt�I�zg��\0�LD���','',0,'?'),('��5Ĩ)�0��X�\'�','wp-admin/widgets-form-blocks.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/widgets-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9+w�ao��!�ʑ8','zAؘ�u���v���Mʀ���*���W�3	','',0,'?'),('� uFPjkq�=k��','wp-content/plugins/updraftplus/includes/Google/Config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íB&2R����Vo)F�\n','Yq�ю�[59�b���Z��W~�i�Q����','',0,'?'),('�#C��v�nОKvz��','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r����R�EB','���/\Z�\0Sam\'���ϫ�k!f��5�\rM�','',0,'?'),('�&)����N~&����','wp-content/themes/twentytwentyone/screenshot.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�+�0V������Lu','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$L������Q�yW�','7&�T����T� lF��X�$�����\Z�s�p','',0,'?'),('�,(����O��#]�4�','wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`?ʳ]����� Pe�7','\"c��n�o�}f����\n֧����|��U�D5�','',0,'?'),('�3k<R6�����֔z�','wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��I\\ݷ08���','%������P&<�P�[��93�\\��@�H���L','',0,'?'),('�;ٳ����&^�7M��','wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}�]Ri8�!�','g=7^l\n���C&.��g����a�j���y?:','',0,'?'),('�>E�~�\0��擾W','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�d3\\t,��c]��5','�Jgr����c���!�\Ztg�7�w�Iﭕ҅D�','',0,'?'),('�C�䠷�T�	f� �','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('�^U��TʂD?�n-','wp-content/themes/sydney/css/bootstrap/bootstrap.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e5HL��QhY丫��:�','Tto��9q�3�O��ȩ�Eˍ��c�[���Q;�','',0,'?'),('�`�,}��D��@','wp-includes/class-wp-recovery-mode.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�2�o��m&��I�','k\nY��#I����p\0�y���0=W�Mm�o�','',0,'?'),('�ag��G/bR��','wp-content/plugins/really-simple-ssl/security/wordpress/display-name-is-login-name.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/display-name-is-login-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';D0 [�L��� ���','��@ԫK�sx�H���FՋ�O�z�d\\��I ','',0,'?'),('�j�2��#��I�','wp-content/plugins/updraftplus/css/updraftplus-admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�KT��u���','�bz�ӥր� {���o�k�z��֝��','',0,'?'),('�pȬ�ES����0�K','wp-includes/blocks/search/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w-ͺ��axX�8.','Z�ϭn��ܠ�43�wƶ~آ�L��S�{N','',0,'?'),('�p��W;_\\tn1!','wp-content/plugins/wordfence/js/jquery.colorbox-min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.colorbox-min.1670945819.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,'?'),('�p���[[f�9#��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R2���&R����e','��L	�	�l�(P�G&^[O�)ͤ�QbB�Ul','',0,'?'),('�vd��|ă�|g�Ti��','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ik[cK=?�S�','b�{�����V��� ������@`�7���','',0,'?'),('�v�V/W��{}!^�N','wp-includes/blocks/html/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�?�9M}m�%�T��','�N����]F��3p�<6���@w�%<};�','',0,'?'),('�~;$(����pXz�','wp-includes/blocks/comments/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$����?y4���]','�-�.���\0<\0��0����W��vA_�Y �','',0,'?'),('Ć~�7c���Ʊ�ۃG','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��:rל�ZL]���','��qA$%Re��$��e���`!�e:|��PB;�','',0,'?'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('Ď�排�;���\nTd','wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�ar9��i��z+\0k','���\Z������a�{�]W�آ\ni9��TE�y0','',0,'?'),('đ�ԪV�CT����G','wp-content/plugins/wordpress-seo/admin/pages/licenses.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F������n|hD','3��&��Sb�K����A\' xP?d�&O��w','',0,'?'),('ĔԼ���pP�Z	H��','wp-includes/images/smilies/icon_cry.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('ě�w��+�qAZ','wp-includes/blocks/group/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r&*�r>�d6� Yu9','N���}2��ƟN�\n��aӮ�����@~��','',0,'?'),('ğ\\�x*�=�	�.�V','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�TaC��I�;@','y�Hx�d?���OWfGf̶X��e~m5����f`�','',0,'?'),('Ħ��SNL��h`���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ı�<��]7߭47','wp-content/themes/sydney/inc/notices/dismiss-notice.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/dismiss-notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��U51�a','�Yd� �s�Re�+���t�~��Ӛ\rƅ�','',0,'?'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�c�\"i�~V�Zx\n!3�',' �u�h2�w��Ŏ�}��y�Dʬ��.��|�','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9A4�dS��M\'e�','N��pp2��1}�����Ngo���V�Z�5','',0,'?'),('�ά\"��0ٵ��|��','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<cv���-,M�c�L','Dk����Umj�H��G�\"x�c�4T�s2M','',0,'?'),('��e��N-��@1\Z��','wp-includes/blocks/legacy-widget/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/legacy-widget/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�v�^E�E�A','�}2��k\0���h�dz!u��5��ޭgd�c�','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('��׭�Ď������','wp-content/plugins/wordpress-seo/src/deprecated/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('��ʙ\0}��甠K��.�','wp-includes/js/jquery/jquery.color.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!4;ַ�¢1�','���}�+�!9\'�^-�-0�!��\Zr~h���A9','',0,'?'),('��E$�2?e���z���','wp-content/plugins/litespeed-cache/cli/online.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/online.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z7��#:>�߹iK','�SFy_��2���^����/>/�%ڢ��D�c','',0,'?'),('���Єj[�\'P�`�y','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�䆜�~h�?��','�|DŽ�\Z��D�~�X���E���)>��2�,','',0,'?'),('���K�p��V]$t','wp-content/themes/sydney/images/customizer/card2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/card2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��F�~���%�','7HB�\r�Q��Ք�P �Q�zj���3Ϸ����','',0,'?'),('��L%$G5G��>e�4','wp-content/themes/astra/inc/customizer/custom-controls/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('��p�P\\�CF�g','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�.L�I�&�','�T��}�ZĴ�ҡ��U���5��X�8�Ȉ','',0,'?'),('���P�mʻ�D;��','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zz����:	Łȿ2\'�','��j�5����_�ʦk�s�&�J�\ZEm��,','',0,'?'),('��{A��mm��*�K','wp-includes/nav-menu-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J�/�7�}B��v�e6','�5+�4�˚���N4�6m_J�Y��~��','',0,'?'),('����T���m�','wp-content/plugins/wp-cerber/assets/flags/eh.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/eh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'���l��	��','6�7R�g\ZJ��n�B󡀮>6��*�?�C��','',0,'?'),('���Z�X|�o���r','wp-content/plugins/elementor/app/modules/import-export/processes/export.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�Jg�S{dgC0�1w�','N!�;\'��`գ�o��%|Y�ծ��@9�7�\'�K','',0,'?'),('�\Z�g�+�o��9/bv','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��je¢����0�','$�Q�5�P2�v��\Z���i�$�RE�}��','',0,'?'),('��W��\nm�J�','wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��F�{�K��%r�','h3$[�ܗ4���㝩��\r�M�B٬�.}����','',0,'?'),('�!���F��x�J�6','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�^t⽉��\niT�b','��>n���j���&f{�a��{���?GgO��','',0,'?'),('�+�(|�b�\Z�u�&��','wp-content/themes/sydney/theme-dashboard/scripts.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y����Jz߯OF�','��B�ǁ���,\'�.Y����F��H��#��L','',0,'?'),('�D���C����F}��','wp-includes/Requests/Exception/HTTP/418.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83�9k\\8\'i�v��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('�Q‹�Qt̞�p���)','wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RŋδE~�_��,�','����r��L�m����GAtb�Q�v�G��W\"7','',0,'?'),('�T��V�6���D���g','wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QZ��J��d\\�=��=','�$0�?FQ3\ZM�T���T9�go?���ѢA̕:','',0,'?'),('�V݀^�W�4��-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�aأV�a�QM|�_�','wp-content/plugins/burger-companion/inc/spabiz/sections/section-funfact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-funfact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��x���zw42','U>��oI���x�8��]S�&��bs���V�','',0,'?'),('�mv\n�_���]��x�','wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C��b{�z�{\rw','��i]��Ev�_n��\'��������/����:�','',0,'?'),('�q��*>�Mѐ+T','wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�S�\"Ȋ��AG�','���ۖ�kǓ=�IG��e_h ��jfG�\\\0��','',0,'?'),('�tF�iȑ��N&�a','wp-content/plugins/wpforms-lite/assets/images/community/translators@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/translators@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�՚anc��D�;L�','�Ek�Y�%`���q�4��ah�|�O#A�F<��','',0,'?'),('�xeju������','wp-includes/css/dist/edit-widgets/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y���6��','��sed��3���z)�����Wޫ��דv=','',0,'?'),('�}ؔ�k����yFc[','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�l���1g{� �','��k�-�;;hsS�漨���\n�qX\n�ܕ�9[','',0,'?'),('�~�H�����c','wp-content/plugins/redirection/database/schema/201.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/201.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zղ�Z�I}C','���Tȍ�~���)�yr������b�','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�e�����rT���','��E,e_\rQ�m�ns�En�8�Ѱ����Q','',0,'?'),('ņ�ԡyi�D�1�','wp-includes/blocks/embed/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�D�O�.g�9��','Jң�,�k�ޗ�\"w˕Ԡ�>�Νl�$�E_��)','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!ߴ_�&x�h��G','l�t��!�o�V�L��`͂eܶ�<��`�','',0,'?'),('ŋ��\Z:�(X�bp���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��#9FsBc�[��','�C�KlS_6��^��$��$jtN�ʦ�','',0,'?'),('Ő�5]��dxv�:�','wp-includes/blocks/pullquote/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']o���a��!\'�','OJg�I}Ol\n4?k�a���W�K�!o��Q���','',0,'?'),('Ŝ�\0�>j�-������','wp-includes/blocks/latest-comments/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','琌U�~�P��(�k','V�3=%��kO�[3��Nf3��S�0v�ڦ','',0,'?'),('Ţ�%8�v�s��6�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�t����Ki\Z�IAW','�ůC(#\r�(\0\'���[Θm���;x����','',0,'?'),('ų\\����?��\\\'�','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-notices.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-notices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����k�Z��e��O��','b��y���c�{@׷p��v�e�DFʷ5����','',0,'?'),('Ŵ���G`��7�s~','wp-content/themes/sydney/sydney-gutenberg-editor-styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/sydney-gutenberg-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P7:�h�����u�','���Nj.�W�_�����>������y5���','',0,'?'),('ŷk�,Q��\"�K*��>','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؖ�y�ќ��b�','�w?�W~���_=���n�X���iO<,���','',0,'?'),('ŸMȻՠI�ך��','wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�����z�\'���N�','�����XVU�c<�j�\"f�.��{��a�?','',0,'?'),('ż�R�1�9�G1Ď�','wp-content/plugins/really-simple-ssl/lets-encrypt/config/notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ǐS�H���=�Fm�','C�\0&�B�.�ER9p�S�:@�i�ս|��pb','',0,'?'),('ſ�[σ�\Z��F�8�','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�z�P@�e�5�i�','�����vX%8|W��u�ji^:\'1R���','',0,'?'),('��Bm-��&E4�_�5','wp-content/plugins/burger-companion/inc/setto/images/product/product-1.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�]\'�@Q�<$�g�','x�ta�,헣��}k{\r+N$��\r j ����','',0,'?'),('��c\rUIF���$�=Ȧ','wp-content/themes/sydney/inc/customizer/options/blog-single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/blog-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��GTC)��ņf�p','UO_f�=��H�{�u�O͵����6W�3�t��','',0,'?'),('��-�p�lE���k�/�','wp-includes/js/jquery/jquery.hotkeys.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ѩ��%�Kp.�C��','wp-content/themes/sydney/inc/classes/class-sydney-posts-archive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-posts-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\.�͠��÷���m','@�ƞ��	�w����ќ����KŰ��bD�','',0,'?'),('��U���E~���-�`','wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�-�X�x�2�;o �','!A�#���9J��ŝFY�&�W��m����\Z(�','',0,'?'),('��P�P��@q�d��#','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]����=0+(U��','�7�X8�RI\Z�QW�YWC<�.������','',0,'?'),('��U�o�J	�{�<�[','wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Е��c�N��7','�����$�|*œK\"\r�!��B�8n\Z���Nw��*','',0,'?'),('�ZTD�\r�[��FcLL�','wp-includes/blocks/gallery/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����:~s��','�e5%d��|x~^��-�譹����\'}Y\\','',0,'?'),('��xx��w]��3�','wp-content/plugins/wordfence/lib/wfScanPath.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanPath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Yk�j���RzA$20�','�୹3�vQ�Pj��u$$��e��܋�Hq���','',0,'?'),('�	��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��+k�		c�x��','wp-content/plugins/burger-companion/inc/seokart/sections/section-features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iȊ�jl?����\\�','��w>9��(�l��d$�V��Rܨvc\"Dt�	��1','',0,'?'),('�*\ZJ��\ZX7��n��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�+PjJ?�!S�','��ӣI0��~�\Zu���\n~��|h��(�Ry�\"','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�€Ԁ�v��Ș~����','',0,'?'),('�+�kZ@�bK��Қ��','wp-includes/blocks/block/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�^���(�-4���','�ߩ�\"s|[�v���ӑ{�o`Y��U���','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�X\rNΌ\"&���5G�N','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��]�F����e','�TԾ;�������6���7M6X���S','',0,'?'),('�[^U�������R��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�:�:XFƝ�0\'�P','�/ �n�f�<�%n)�9���lf��׭Ύu��','',0,'?'),('�[}���Y]#{z��M�','wp-content/themes/sydney/inc/custom-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�g�DŽ��`_�z���','���]\"a�Lf���1_Ի�I��7rt`&�/���','',0,'?'),('�_T�GJ6�(�L��y�','wp-content/plugins/wordpress-seo/css/dist/tailwind-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S�l@�ú���}�','�Uؽ��S��\"�|�\0���y�˫@#�J�\\_4','',0,'?'),('�dt���S0�[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�h�(ٲ�&b��\\ek','wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�E	�����\Z��(�','�4&\\<���##Q�ٕ�o�F����k|��x','',0,'?'),('�iK$�|:3�	�?z�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mt8E���{�-','���	P�&�X��ϒ�*7kUΑ���^0��','',0,'?'),('�ok����s\Z�dQ2�','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ZY���,�Z��Q�','Ȩ��h��\rlj�b�N�rɢS��y���	�','',0,'?'),('�q�&]&�=���m�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ+�aD[>vŝr�','E�5 }>�L��$.L�,�3D0�����M','',0,'?'),('�r5��\Z���-j���','wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#��[ETR�\r��','b�%~4�w�\Z���N�����q�j/��lh��+�','',0,'?'),('�s�up5Y���Y�\0_#','wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�njp��@�*�>4��','x(�aA#��6��a�rg\r\ZR�m��/��ě?���','',0,'?'),('ƅ����|_�i/y��	','wp-includes/js/tinymce/plugins/media/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('Ƈ����]�Ĭ�ޘ�','wp-content/plugins/wordpress-seo/admin/interface-collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/interface-collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�8sr�%�,��#��','t_<�M�����,to~�f�Y�c׮���2(j�','',0,'?'),('Ɖ��3S�+c�,N5','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=���x�$��/\"','��HE�*�� �dǭ��l��)���z�8Ӷ','',0,'?'),('ƎJ*�F)�KV��6','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y�;+�\0��m~�\0��','փ��J�\r/��][orrB}2V��E섚�','',0,'?'),('Ət���\Z��o+��ش','wp-includes/blocks/spacer/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('Ƒ�Y�CrJr����','wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':jQ�ɋD[��t�','�[e��\n�vk�8P1O�.��C�����{��','',0,'?'),('Ɩ6����?y!�@g','wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Z`u����g�&Lu6','�I\n�6u��@�$�\'0z&r\0~�i���','',0,'?'),('Ƙ���\n��q�-�4��','wp-content/themes/astra/inc/schema/class-astra-organization-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-organization-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�Jc2\0�>xo�Q�%	�','�Jb$lj�vY��]3[�/J�G1�w�L','',0,'?'),('ƛ��=��B�qf�=x','wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��4C �Fre=�J��','��A�u%x�Vu�8�N���=nw����ę���]','',0,'?'),('Ɲ�f\n��\Z�\0C�]��','wp-content/plugins/elementor/assets/js/editor-document.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o]�r?F��9���','�k��@�PK(/*��:���W��S�9','',0,'?'),('ƣ�ʟ�O�i�G�A?�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hS1��3����','Gc �\"M��6s-��]�8۟^^O`cZM ��','',0,'?'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B5�!!I(@�\r�J)\0�',':4C�VV,�ߎz9�.������\0�w�H��P�','',0,'?'),('Ʋ\" jy�j�4�+�','wp-content/plugins/updraftplus/vendor/components/jquery/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�,�x��a�*�','@J�B����B��E#ƶ-f����I_+��K�c�','',0,'?'),('Ƽ����~9��~籌�','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��@g����','vG>YV�^��Y?;M�`�@�QƂ��0�W�\"','',0,'?'),('Ƽ�®��p}tQ$N�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�V��ѐFQ�#�Ԃ�B','�0fd�gI�{{�]�3t���;�Rs��d','',0,'?'),('ƾ4J�EQ���M-?�','wp-content/themes/sydney/sidebar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\0;\nEt�uKp','*�����ޤ\'\"���p��oB�1��L].M ','',0,'?'),('����;Vޯ���n�Ty ','wp-includes/class-wp-theme-json-resolver.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json-resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��32?!Қ���','��\"2t<\\!��ɳ��>�/+��6�0�<�ozv','',0,'?'),('�����\'m��FG�U','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`N�i.(�W\n�o','�P�6B1��X{,e�ţ-���\Zx���h�|1_�','',0,'?'),('�Ցf�)cW)֗�Og�','wp-content/themes/twentytwentyone/assets/js/customize.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��g��v�.َ����K','wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�_�G���|-.�','�r?;b�\rp���h6� ��)-�؟�CF�=�E4','',0,'?'),('�ܷ��J�L��>�#','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�b���Q�@����P�','8{����U�p|@�%�����u�4�7Ԗ��','',0,'?'),('��	��RN�����c��','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@�SA����U�m�_','SsfW|��m�9u�YU	8occ��x�5��D��','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۘ���j玓݆E','��Kxf�������+eǖ٭�ʌ����m','',0,'?'),('�@�_���[u	�','wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�F�Hg�x�)','��2sY�@�S�8F���/61Rt1G4$�Er�-','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݹ����T~K','1���%��~4O�7�WA�Ao/�3*C��f+C','',0,'?'),('���V��a	�	�6O','wp-content/plugins/elementor/includes/base/controls-stack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�A~3�B+Αh\"%v','y������+��>6o����W�`^�k`�����','',0,'?'),('�f!�*��O��+n','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�h@�|��_q�','h}א6���X�1<�sʆ�D#k���5��5','',0,'?'),('�\r��!���!mJ\Zm�','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�35�di#�e%�+�','\'���Qi1m直�ʱp۫����%Vͅ�D','',0,'?'),('��ze>Cm�bӦG�H','wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��=W�Kk&��l�)^�',':|�e�L���D��\\��j`l�Is5��ﰪD�X','',0,'?'),('�k�<�ċ�$�͓��','wp-content/plugins/elementor/assets/images/eyedropper.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/eyedropper.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qkh��	,n��)x+~','�O����ˮ$|�d��int-P��<+�̜C','',0,'?'),('�\'�Uk�?�+[N�5�z','wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���ɷ�T1� ��:','@9)�����-V9\nh��fy\\�)�⍫�I','',0,'?'),('�<o�4܈�#���','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lĕ�f\"e\Z��&','t��Oe���kfDX���)I�$*i�;�O��','',0,'?'),('�>�s?�i�}r%���7','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�JH�\"�t����m�>�','�<?jݬ;7L�SI�kc�кy�RL^�����','',0,'?'),('�CۛGr����\r','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Llǿ��I��.��/%�',',��3��\r�p�Ѹ���\r�h9�S�Y=�','',0,'?'),('�FU�G��Хd�c��NC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Al͟��\ZԀ�c��','�x�����(��Sn��\n;�y{%�_�j���/','',0,'?'),('�I�#��)��ˁ\\��','wp-content/plugins/elementor/core/kits/controls/repeater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/controls/repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��������ѥ7M','SQ�6�AK&J}���3K��� �xڦd>�','',0,'?'),('�SQ�sY7aF�IMj�z','wp-includes/blocks/post-author/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&Q��@�F �','�K�-��~#���/��ѭ֤9k[^vcn�x','',0,'?'),('�V����V�\'���3','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�3N?�#���w	','�+Z\';�*B\nʅv��B���jy�0.[�','',0,'?'),('�W}\rDŬ�w��*��','wp-includes/blocks/query-pagination-next/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dl�����\rB�\'ק�','�i�R�P�ӡ,���ֲ�@�3-�V�@���h��','',0,'?'),('�`��h�����mU�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V%�v���Sǘ�t#�','��U�_<�S\"�tF�@�Y��rbP6�0Ѿs��','',0,'?'),('�w}f#ףh1�Z�f?/U','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Parser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'9xu[�|�G@�','t�4�T\\*f?��Zk?�!_��\Z�n��UeY��J','',0,'?'),('ǂ-i)�.�\\���z�^a','wp-includes/Text/Diff/Engine/shell.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ǃ57���+Ł���','wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�d�܀�m�@�	�','�ЃgB86P&�D�^�*��֝2���','',0,'?'),('DŽ1��V׮�FJ','wp-content/plugins/updraftplus/vendor/psr/http-message/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QZ��G,����Vy�','5/\nlKQ��#R�,Ȝž��!����e���}','',0,'?'),('Dž�9��9:���\Z�','wp-includes/cache.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��~�ĩ�B�<�X','��8��h�bS�z��m�sabjK\0���%�o','',0,'?'),('dž_5�2�߱�c�ƫ','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�vm_��I��\\����','\r��鋕��1(���p�KH�KBY����eB','',0,'?'),('dž�M�@��d�Y�R','wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UL\nwio8��f�v�','��U_�ێ�3p���}�\ri.�M�C���ss��','',0,'?'),('njc��+\\��|([��','wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ym��e�֐�LA�*','>�̖TEm��U٧�}��8!F�uz�a�\0���','',0,'?'),('ǝA���}�0�z','wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@� ���r�\0#l}','r1������V�pd+�#W��\Z��øM!�j��','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ǣ�ҧy^��1��','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��x7�<9����)�','·��l%)S���\\YG^L�6sm�<����\\��','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W\"�ui�Xk7�-�','z�悞�b��E�L�4vЋ�B�ӟ�(5�I','',0,'?'),('Ǭqw��֕�rO','wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$��_�#�(o	��','�Oᩆ2�P�y�)�7�����y��c�;��{\Z^','',0,'?'),('ǭj�߃�;4��*','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٯ��7J]����K','��\0�\Z�ݲ����P����I80KMA�B�','',0,'?'),('Ǯ�ȵ�r��}g�P�','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeatureBullet.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeatureBullet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�\0wa���R��8','m�v��j=��ֳڳ���V�u�=0\nS>�','',0,'?'),('dz\\��_L-Y�Ō%$','wp-includes/ID3/module.audio.dts.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���tU7��/���#�','wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jH�M;C�\Z�1�n��','f��[�p[��\0V�\0u�j��^:at��E��','',0,'?'),('�ب��}G���X��S','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','У\'O���u�R�Mz�m�','D��Y�0���S�!��)*e���3�h��׸#Y�','',0,'?'),('��\rB�9RSsܯ','wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G]��V���b�)�C�','\\��͡9�`�H��VT4/wZ��cE<[\Z,p','',0,'?'),('��]LF-�\\���8>&1','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��\'�Ĕ��o�j','V��3�W��,�O>@��/_�4��5�qb�g9�','',0,'?'),('��myvH��̍���','wp-includes/blocks/table/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Զ��(���/��','*tol��\\/����\nQ~&%�݇�����','',0,'?'),('��w��y�*�X�O\nG��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��]�BK�U����w�','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_InvalidVersionRequirementMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_InvalidVersionRequirementMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����G�B��BTz�','�]Z=���厲L|�]��\'�t�~/�;�qc�Q','',0,'?'),('��=�܀�AjA�c��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W9��P��ڠ&B��','TB�>�4څ�J��z�\'Pv��U��fn�','',0,'?'),('��}�C�wX�TC��','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��`	�Ž1 �`e��7','wp-content/plugins/elementor/core/files/assets/json/json-handler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{qDͨ�����b','�E�a�c{�-4u��}���)\'i$�BKl#�.&','',0,'?'),('��w.�(S�*I�e','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����)�5��Dr�\r','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*9�jBJ�\'O%\Z��I','b��^=G�(��-婐)��x�X�','',0,'?'),('�+Y�-��4�>���U','wp-content/plugins/burger-companion/inc/spabiz/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�5j�JW����q �','t�������l�K��h�\n�?t5_��','',0,'?'),('����[^���yE��sB','wp-content/plugins/wordpress-seo/src/models/indexable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/B�hP\r:h��Z�','VS�}x��Č��*%5B�K�*��Z\n?�m3��%','',0,'?'),('�tm�L��Ζ��.','wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d7�Ȉ\\(���f����','x��T��]��p�m�\"���\'�hb����','',0,'?'),('�o���w�� L-','wp-content/plugins/litespeed-cache/assets/img/icons/db.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/db.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NY�(y$�5׳�','Ŷ=�:^�<���I\r�7��$�����w%','',0,'?'),('��|��2E�<s#il�','wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��*�p~��d� �\'','��h�K\"G�}Y��F7Nw`*�t4���T5ы','',0,'?'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽	�%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('��e�P\Zya\n��','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����z7�H�V���L�','��:���b �y�R�2��pR�;���\\\\��iS','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�0���Zv�T�QH�','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�*\'\01�c���O','�8�V�[��9��������P6Y?����Dć','',0,'?'),('�5��C��6��7��`','wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a\r���Z�����$L','�@+A-O����i���p�ytO\'3\Zo��d���','',0,'?'),('�6��w���r]��*\\#','wp-content/plugins/wordfence/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B7�&�]��NDd','�@H����M;ﺾ�5 i��\'��o�5V�','',0,'?'),('�7:�Ѷуb���;���','wp-content/plugins/litespeed-cache/src/api.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/api.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+D�3>��ź�U�U�','��G��8��ם�!�o��h�q�ڗn����1','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwB���e (���','���^K$���1\0�nƄ&�iM{�$�^�h�','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U}d��>��2�>\0N��','O��>$���hz5Mf4�+�I?rbǯ�dW@`�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php','/home/sleepingsolutions.co.uk/public_html/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','�U��k��h��Uw','�P\nW��U����̿��Vؐ\"X�dN���M�<','',0,'?'),('�=�q�����g�B��dc','wp-content/plugins/elementor/assets/svg-paths/circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |o�!\r���^QTy','P�f�I<�d�P��UyU��K-��eX�pu�','',0,'?'),('�A�G-n��B! ��b','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ�a.V�Z�d���B','b-��L����Q�<��E��?�D�\rc�4��','',0,'?'),('�QUJ�av�Ͷ�d��0n','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z	V�� !�I�3-T(,','nӬ:Z�﷿8�A�����H�`O���i�','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�c��Y?SǍ�aDt','wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F*�4Y�;�����','������)�$�G0��h\"�0�t���m�F','',0,'?'),('�d�1�M�Toi�R܈�','wp-content/plugins/wp-cerber/assets/flags/ph.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ph.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�nJ_�#����F\0��2','�{�)ڸ����P �Ƒ�}f^~,)�C�','',0,'?'),('�i�ܝ�������','wp-content/plugins/elementor/assets/js/nested-tabs.b251a54d21f430949567.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.b251a54d21f430949567.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�i�d#uy�#92�','�/�󇖔Ǩܰ�Xii�v�_��]�\\U�','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php','/home/sleepingsolutions.co.uk/public_html/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','͌��F>H@L�:o-`','��QD���+_sUa�Xn�ن�9��w?�','',0,'?'),('�x��xj����^׀���','wp-content/plugins/wordfence/vendor/composer/installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$SN�Rcg.��.3�','�}[�VD痎�x�c�0���{�\'x �v���','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2A�tz`�n%��YP�','�����\\�1��[��Z�>EK��Rk��W\\�v�','',0,'?'),('ȄO�G���f��','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_n�|�h8c\\�PA[�','�)~W��Cr�κ��?��$,`]�@�D1��pp','',0,'?'),('ȋ�uN��1�c�7','wp-content/plugins/redirection/api/api-plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.I_��M����\\�D�','F��Ю����J��t|�D,3oH(!�/(����','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�<n?�Ûg��o��','E}g����ÌUSG�}�qǟ]�����Vˮ!�','',0,'?'),('ȍٶ��tT�l�~�','wp-includes/js/dist/development/react-refresh-runtime.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:��6*\r��)�','O��GK�0(�\0X�/\nˏ��7�_���\r&0��F�','',0,'?'),('ȑ�?�>\\�`[4b�d','wp-content/plugins/burger-companion/inc/coziplus/images/team/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ⱥ��db+*yY','�OP��ݵV��,+if\\+Iv�ϴ�w�RrO�','',0,'?'),('ș�U��U�F#����.','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����YKY>ay��y�a','��|ê�܏�����pw�\Z�\rQW�SHU%xY�a','',0,'?'),('Ƞ���f�1�h�f�','wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@N7�y¿x����V�','��x���Y�}R�)9��r��Lω���\\ku-~','',0,'?'),('Ȣ�B��b\'$_�w9�','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/submit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�F�{2rF���','W�a�)���=��wN��C��\'�f�v�(�','',0,'?'),('Ȥ�qfFt]B���','wp-content/plugins/burger-companion/inc/seokart/images/team-img-3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bz�~.g�|4���\'�','��K�1��&p�d�v��+��{v��xt�m:̩','',0,'?'),('ȭ�Ꭳ��J�ׯ�\0','wp-content/plugins/updraftplus/css/updraftplus-tour.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r܀+��d L6+��','*�Dy^��Bm��8/��=j���j\"��~7\n','',0,'?'),('ȴ6-�Z\\��>�;�*','wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=r	$�ȁ�8_�7��','�)�nE#5\'㾰x+�+)��=w��\nm��{i.M','',0,'?'),('Ƚ,:nתj�Y�WY�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UW�o�)2��+N�o','Rαt�I�]�=��o۫�MuVț�7�\\�Knf','',0,'?'),('�Ҹ<=���}�|����','wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�y����^��=','��]G����������Wӂ۪��{���S-b�','',0,'?'),('��,w��ּ��!���','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���C��\r���','ь@8mփ���j��$2�5���Aӛ	�','',0,'?'),('��� ��sǦI�V$�','wp-content/plugins/wordpress-seo/js/dist/externals/components.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R� �����e$m','�rdinl�[u�3<	��IS7g���z�l���N7','',0,'?'),('��Ƃ̌�D�U�5c','wp-content/plugins/burger-companion/inc/burgertech/sections/section-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/sections/section-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���9^���C���n','�����G��H�)��>�S��$`�e)�','',0,'?'),('��\'��+�@�W��l','wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1_�)-�Ń���','ZbA�`[�C\\���T�ɠ��yC�>��\nY7ϑ','',0,'?'),('��Q�q�}ޅ��[\r��<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��C̯\r���E���\\u','�e	{y��1a�����W�c���P.�c��u�ae','',0,'?'),('���*�D�F�?>��','wp-content/plugins/wp-cerber/assets/flags/ml.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ml.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��j�h[k~��FF��','����pPz;�%���@�6�M<��PX�j%','',0,'?'),('��\'��	��δP+!��','wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mq�\n7Yh/�w�؈0','�|X���,���I�/NU��qu�_��3�D�','',0,'?'),('�Ml���N�# x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����I�pF�߷�o�','4�.I0������!0yx�r�](�F�W��J��V','',0,'?'),('��\n�qK�Ĵh�@~','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-option.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\0`�D�p-0?Q�','>l�Y�[�լ����Z]Sϊ�s��v��r���','',0,'?'),('�\n}HXL�K����','wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UW�D���_hɘa�C','�ع�v+j�\n���x�v�)�=mR!yI�ME�1','',0,'?'),('�����~\r\ZK4(#��','wp-admin/user/credits.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�q%�ǻ��ڤ�P<','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/onboarding.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/onboarding.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iM���(�M,���u�','H�z�L�OӦ�W�kΌ��^&���CzӪG�','',0,'?'),('� �q��f�A�_\'ڟY','wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IX3?��5s;��4','�A�GP�4��s�M_��}\0�Dq��p�\n��M�\\','',0,'?'),('�\'�qRB�Io�����\0','wp-content/themes/twentytwentytwo/inc/patterns/query-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߩ����8z��4B��','8�z��>_(�zg7�/B?�4Z0�p\0F�s�\\�','',0,'?'),('�-��:Eg��*�77��','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��K��gLه�ʶ','%��9�ߺ+��Nn&�Ӣ���Up;M�]','',0,'?'),('�/�M�V��.y����','wp-content/plugins/wordpress-seo/css/dist/new-settings-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����gsD�J����;�','��Hf��DcCh��nV.�u.|He=���x�%��','',0,'?'),('�1��9W�u�Ӏ4B�','wp-includes/blocks/query-no-results/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-no-results/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z~]�@��>�m�','�y&�]o�$u#�~*�\"�]6�i�t��w\\�NT','',0,'?'),('�4<��/���YR5�q*','wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%��4F��7ۻ�','!�G殚�\'��c��Ԣ�4GQ~uyr>i�5i','',0,'?'),('�5�iD�hI�6�;','wp-includes/SimplePie/Cache/Memcached.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^\"H�8�DO���P','Œ�g�����m����`�p�:�B́����','',0,'?'),('�<v��KŨf�+�h�M�','wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Q95��j�*>��LqX�','س	��ίB��e4\0՜Ӂ8i�e��˳�+}','',0,'?'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','خ%�ֺ�Rd���@��','-q�!��i���7BhQ�pv���l++���x\0���','',0,'?'),('�G5F^���Ե\Z�N','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qh��$�&�q���ؓ�','\"���1��ԧ�I�D�R]���\"M�_�/ς','',0,'?'),('�Pb�sXyV6�ӻO�','wp-content/plugins/burger-companion/inc/appetizer/images/slider/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/slider/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%F�@p5�G�Oa�~��','��l�����ha�|C���k�\"�/�d�','',0,'?'),('�ZeMT̈\"�e�i��','wp-content/plugins/wpforms-lite/templates/emails/general-body.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-body.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q,�d�x��0[a��i','���q�����#��I�����z���;','',0,'?'),('�[��0{��B&��^�','wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p���h@$���Wv','U�m��\Z�A���.��F+��x��n�(��A��','',0,'?'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�sG}-+���vq��i','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�,n\Z:��tU�ɾ��','��f6Ѳ`UE��jD�5�*a���\ZE���Q<','',0,'?'),('�}J��⩹lV���y3','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�=Ӫ�/�Zj�G8','-F!��C���{H�b��FA�vv��\\q3�9','',0,'?'),('Ɂ���r�~\"!�j�','wp-content/plugins/elementor/includes/controls/groups/css-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�� YW�\'�*È�','I&��D��\0F��s`�Tud�S2�md1���','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/}��U�G+��','\'o�w�,X^�x���(���*����/�T?�a�','',0,'?'),('ɘ�����ɿ���\'�','wp-content/plugins/elementor/core/files/css/post-preview.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��H1�P��)�TL|�','|/�3�`�Cd�dD������N�D���','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���\0z)�j����','��tՙ�ޫ�r9L�_s�!��^�叾�X�^W�','',0,'?'),('ɧM:�E��(��6%=','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|4��%�\'���W','������!_�	W*\0�Eͅ� ����	�\\6','',0,'?'),('ɧ߫�e�pW���F��','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img04.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img04.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fa\'iʽw�C���','džX�[��:O�a�2Hy\0i���ȉ�7���','',0,'?'),('ɨ���F|W0r�{�#]','wp-content/plugins/ninja-tables/assets/img/woo-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/woo-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���Y�yfz�Kӫ�',' _UM��e�@`��/�Yh�1qU�>L�B/G)gF�n','',0,'?'),('ɩ?���GU�X<q���','wp-content/themes/sydney/inc/onboarding/theme-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/theme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���A#�	�#e�%','�U�1Z_�6�*��\'�ɏ9r���ș\n�I����','',0,'?'),('ɲI�>�W���D�̜�','wp-content/plugins/burger-companion/inc/setto-lifestyle/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����Wɫ~`^��','F����I�?psr�:>��;��st36��Z��','',0,'?'),('ɻq$OLN&�Ǝ�r�$','wp-content/plugins/elementor/app/modules/import-export/utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�6.�:�\'b���Js','�u�U�<�C�w?�$���=�����G��7�','',0,'?'),('ɻ�\r��t条���=k','wp-content/plugins/elementor/core/documents-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/documents-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��g,1G��3l\n','��P��n{�G��<)�zW�&�iʑ���}�#�','',0,'?'),('ɼ�Q��֭���Js/S','wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѵ|N��dPd�U(U�','�s�Q��5W�g���T\\�����m�T��','',0,'?'),('���l���Q�[��1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�̶	�2ZB���H�','wp-content/plugins/wpforms-lite/src/Forms/Submission.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Submission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qqit–���C�O=�','���PP���]V9r�ŃN�`]��e-�h]o�','',0,'?'),('���u��lr�1�kn�','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۤ�=������\Z*','}1э/~� {�G��ڵ ��{(+SaQ٦z�IW�','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���4-L�R�)���','wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8���Ȁ�#4�c��Z',' 5�%���G��ښ;�t��\r^lrQ|�b���','',0,'?'),('��UrDJs[FɎ�nD','wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VM�W���Jk�����0','��ˊ�-��I���.�s_���j+i�H�����','',0,'?'),('��0��\nY�9#c�܌]�','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�t�!��+�\rk<T�R?','��N��<�=��\'\"ø��Ac\r�Dt1bU�O�','',0,'?'),('������h&�\'s','wp-includes/blocks/search/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�tp{�&<웑6�1��','\n�� #8���ޗF����ӳl��䇗7�;�','',0,'?'),('��E\'��g�����','wp-content/plugins/wp-cerber/assets/flags/eu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/eu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~W��,q����|���','���u���\"B�h�>VW��6>�=���','',0,'?'),('��<�7�d��t�5:\'�','wp-content/plugins/elementor/includes/widgets/html.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0dA�o����{4�\0','�*��w�:BC��KJK�_����1����ж','',0,'?'),('�\n���\rxm�OW��%','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��XQ���#�D','2�a���sÖ�P�Z	P����8�%蛠��H','',0,'?'),('���j��Z�OI���','wp-content/themes/astra/assets/css/minified/customizer-controls.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/customizer-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$�s�A?�+�%','��`}jgĪ��Z�^\\M�u���M�UƸj�','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('��P�p�)`ֲ�@d�','wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�с�h�wf�>�V','-�w>I���`>�,���-���xQY��4�.K]','',0,'?'),('� ���tdrlPj','wp-includes/css/dist/widgets/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�C+u��\"��	�:^�','���\'F��ËM61���M��\"	@p���\\M: ','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_���h�A?���D','��LZ�V(j��0�~�\Z3u�)��ztef\n���O','',0,'?'),('�-?@`���U����','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1i��#���$-��','����S�Xx�	�o\n�,���XRmX]��7�','',0,'?'),('�3ɑE���>-��1fn','wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��s�t�f�k-�\\�','j������:z�{)�4�7�H�<C�J�)&&Mf','',0,'?'),('�@>A-\0yE�\"!�#','wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�E鷒П ��v��','�~X:��$z�w�쐓�t�l���\'/2�3Oݕ','',0,'?'),('�D�@�-�@��=�8�','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��Kiϗ�{�o��','T����fc����]�\ro����`z6\0ϩT','',0,'?'),('�I	��yY�\n����','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L���qe�xG�?�C�','#�9`>��N�zk���Z)�j��N@v�SE���','',0,'?'),('�L�t/�\Z�I��I�','wp-content/plugins/redirection/locale/json/redirection-pt_BR.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8*���*2�Cpd�K','�{nݗ��G��I��t�{D�ǜ����\0�','',0,'?'),('�Ry��*�����e�3�','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٰ�w��g�n�\rb*�','���?ј��l؇ĵS��T�.�������{','',0,'?'),('�R���ш�޿�0','wp-admin/css/themes.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\'�H\0��','(���b�A���N+�S�B�܉Lx��;��(�','',0,'?'),('�b�îσϮ�>�2|}','wp-content/plugins/elementor/core/utils/collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ʬ�d�\\8]Ymp','.�t>�;s!<O�oE����|уI�^c','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �\n�_��1nvU�','\"��Dy���T<��ٹ�9�k�|[�����','',0,'?'),('�r]2H�x߬��\'��','wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����I�*�K��Pf2','����LlQ��`�_��XȺQ{q�%�C�pf���','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T���F7w-[�P�\n','נ�u�M�����@�`9�X��=�Ƽo�','',0,'?'),('�vGP�d{pL�ڌ8�Y','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-;�Y��o:���s','pU\n�՟�Irz%_O�}�ȫ�t�h�}�*H','',0,'?'),('�x^�d&��a�ΉK','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v0H=԰Ć9ҬT���P','��V!g$�X�M��ӈṇQђ�!UO���','',0,'?'),('�xjP����!c�x','wp-admin/plugin-install.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rߍ��}�)�Q9��','f�F�1@���9��?\\>�$o���gŨ��X','',0,'?'),('�{&�H�N�`b5IЌ�E','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fUc�B���<\\5M7','%Z��eM�������>�g��*%��j˿�','',0,'?'),('ʁ	i���:g�y','wp-includes/blocks/search/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��嘻�S','��-N�k\"�,[�[�j�_t -�X�O����','',0,'?'),('ʈf��B,��|���','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\n��l�5w�ON�+','��<�f݋���zML�g�v��E3g;��','',0,'?'),('ʊ�2�%�+a_��LF','wp-includes/blocks/columns/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\Z��dMGV�7q�','̙���D}m���aC�l�C��FkXIUjw/�','',0,'?'),('ʐ���۠����	)�','wp-content/plugins/burger-companion/inc/seokart/images/team-img-2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Ԇ|�3`WQ�l�\r�>�','��k�R����N��M����GL�3��Q�y6','',0,'?'),('ʗ$�\"J�c��/�','wp-content/plugins/wp-cerber/assets/flags/mx.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Z��iFLv{��4^','0�{}aY��K�^�G�t��t�~+b��;�XZ','',0,'?'),('ʜ;��2�-�QST+�','wp-content/plugins/elementor/core/utils/exceptions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' V@��Q�T��l�','���<�xt>�\\&�\"q�u���o/m�6���TE�','',0,'?'),('ʠ�ɾ�}\n�`-:my�','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.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,'?'),('ʭ�9p�7�+��l*�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����w�]M��u','\\�NCy�D���[�S�.�p0��Z���','',0,'?'),('ʯ���①���1W��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��`��n�h�Y\r`','~el�8��ڭ��-ֆ���j�@B�O�z([','',0,'?'),('ʳ�$��P���Ө޶�','wp-content/plugins/ninja-tables/assets/img/ninja_table-old.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja_table-old.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]$�#{����F�%','\Zt:^��j��r�����5����2VRP^:���','',0,'?'),('ʵs�B�s*x�n�	k','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t#:��h/����2D','s�	������\r��dꥢ�6��+^�ѷ�ؾ','',0,'?'),('ʵs��	����R>��?','wp-content/themes/twentytwentyone/page.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ʽ;,�-�G�c}ꗟ�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S������V�k�P�$�','zSqŚ1�3���A�Vl��*�del*�ȔP','',0,'?'),('�¥r� �Wv�(��+','wp-content/themes/sydney/inc/customizer/controls/responsive-slider/class_sydney_responsive_slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/responsive-slider/class_sydney_responsive_slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�]��6+3��','��\"8���u@��k0���9�\'v$&\npX`��M','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ųٞh�X�r~n�f','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('�ʽ�����4b�;�','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�ɱrX����6','�C�������ghi0�^�6d\\��g��d�C&B�','',0,'?'),('��x�}�´�/S���','wp-content/plugins/ninja-tables/assets/img/sakib.jpeg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/sakib.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�j:��v�E������','�2Hx��VM�SOAJI�	x��?F�\n�t-z֪','',0,'?'),('��3��(92�����','wp-content/plugins/elementor/includes/rollback.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/rollback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�n�_D\0[B�\nU��','q����?�v�wa�Z	��_+^X�r��v�','',0,'?'),('�ۨV��<��;�@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!e�H�9�w 8�F�','���ٳ$�{��}�\n o�5DĨ�,e�?>\Z�','',0,'?'),('��	b���8�[����y','wp-includes/js/wp-emoji-release.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���7N:�\n���+��','��)ym�Er�F��J��2\\�͌\n��\Zg;F�I?','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��Jnw��8z2�swa','�u<�O�8Be\'O�b\0y�PJ�x7���I�','',0,'?'),('��$\r�\r8MS�w�g','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�5\r�2���c','�a��:����3u�d[�P;]感ꛫ�>��\"rP','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��C3���x� \Z��','wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�͝l��:z�C���','�nR�l��&j�\'4���ъ�J�]����\'','',0,'?'),('�&�̀z��I��|���','wp-content/plugins/wpforms-lite/assets/images/check-solid.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/check-solid.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�\'�N^�/��y�','�#�d�d��D1]`\r���\\w3���[8Kp]��(','',0,'?'),('�b����:�VGG','wp-content/plugins/litespeed-cache/src/control.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/control.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:j-kbiu�\0���X�','�Q��QyE��Bz�Sh�֟�#jȠ�����','',0,'?'),('����A��\\\n','wp-content/plugins/wp-cerber/assets/flags/om.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<=���`�/O��p	','ɃP8	FFDh=���vz�zo�t�3��4��?','',0,'?'),('����v@\\//T�','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�P�!m��`ͳ�.M','�p��[��H)1w��Ɠ9���̖$�>y5�_','',0,'?'),('�_��P��ܸSٴ','wp-content/plugins/ninja-tables/assets/libs/ace/mode-javascript.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/mode-javascript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J����x�����V','��$��>b��/���TDGx}-��Ͱ�)�','',0,'?'),('�$K�>�w`��^�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߿\Z|{�j��:�s�6','�t	����~(V���	�d�<��FO+[�^�','',0,'?'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\'�sV̻W	��g���','wp-content/plugins/elementor/includes/controls/icons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���;� f��<	��V','=-WW���/wq�D��دu8�gk��K@ِ�','',0,'?'),('�*(]>�&Z�D�d\'�','wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']h	��{j�V�m�-e�','��y�^�|x��*��PY<�������FM*���','',0,'?'),('�*�0�}�O|R�-a|','wp-content/plugins/litespeed-cache/src/img-optm.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/img-optm.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>k�g;#����4kU�','� �9ぺ]�N�\r���qSy\\|~�\"�<�O���','',0,'?'),('�2�)|KǕR���U�','wp-content/plugins/wp-cerber/assets/flags/au.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/au.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�cP~7Ա�\'l	�|:','���{�SJxw��@q.�!���/\ZB�Qx0+�','',0,'?'),('�5V�x�,$�>7d�k�','wp-includes/sodium_compat/namespaced/Core/X25519.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�N�ֻ�{�x�-��','9�uo�P��֯2oY�VP��џ��','',0,'?'),('�9� Á���!�m�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qGl�X������\Z�pJ','N�oqbw�8=��Dn7�w�\0t���#}\'�v','',0,'?'),('�?�N�b�[�R�]�:','wp-content/plugins/burger-companion/inc/owlpress/images/slider/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/slider/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bs,$OO�_̣�K�','Fo�Z��R��5�w����J�H	���^�j ��','',0,'?'),('�F��K�KMt�$��','wp-content/plugins/elementor/app/view.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F%�?����`ɨ���','WV@��*f4/��6,��WCvv��4� �!�','',0,'?'),('�H��c�\Z:їIZ���^','wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yW� M:�]�\'j��','��x�h�^��aP|c��(\r{=R�5���Z','',0,'?'),('�Pl�^���V���','wp-content/themes/sydney/images/customizer/qw2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/qw2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XN�n�� � ��','QD�:룋��0��_�h�Q�GW��h�O�	�IՎ','',0,'?'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�hC<\0�� C���T','�q�}��,P/L�an���p���\Zr+#��','',0,'?'),('�U��}�B��	Js��','wp-includes/class-wp-object-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���<\n�g����','s�o(�$>��F�F�7^J�x���/^��-��F','',0,'?'),('�W1���I�f��','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ewp�*���<��!���\n','��HF��蘺)�r��>J��7���Ђ�yE�\0','',0,'?'),('�c�ڮq��\"�.|0>','wp-content/plugins/wordfence/images/icons/check-response.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check-response.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��F�������','82f�)�o>��5iq)��e=���G�}��','',0,'?'),('�q�8�]C���֔�','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�Ϝ�{��/�y','��?a��d&�.�ɖ�����q�V$��Md','',0,'?'),('�s#y�h���b�E�','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�u\\M,!���','�C4Х� �]{(\"��f��I8F´0�z[G@6�6','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������S�4,=�tP','���-.\\zo�֑�ʈg�mP�P�R�.�$�','',0,'?'),('�z�橤�Tα�D�!�','wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i6��FK��7R�n','�\Z7-�R,hL6`�1�R����g#��P���','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r,86,�կ��De�$�','o!�jh�oP���d���6$��޻;��D�\rN�','',0,'?'),('ˁ{W��~@9/�U^�','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesMigration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�w��0x��O=�~','�r\r4��nП�=�� 򛖷�����bM����{','',0,'?'),('ˆ]g�1{[	�pe�','wp-includes/blocks/video/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�}\"y�����)��','�5���@����^��l�\r�!\ZK�� r','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('˓^Q���|bx�f^�','wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø���eyI���T|%x','�U����-�MŇ�٠G��j�v��0>����%�','',0,'?'),('˚�� #iGx��o��','wp-content/themes/sydney/inc/customizer/controls/class_sydney_divider_control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_divider_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e~F�e*-*#Ӛ','����c���\'�,���y����A!������','',0,'?'),('˜c�r��_��4}�','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"-g49f�M�\0@{�3hb','����\n�<�釲wO+��\'��WQ��K','',0,'?'),('ˤԐ�{%k�#�f�','wp-includes/js/mediaelement/wp-playlist.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hjl�����6','v�������p~��Z]���r$�+�%�x','',0,'?'),('˭	%bX7G?H=��%M1','wp-content/plugins/updraftplus/central/js/central-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/js/central-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)\\.m4�#�l�5�','�B\0=A:���惻��>��)�Z�Nӱ�0�{M','',0,'?'),('˸nQ=pF+*D~�]�5','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|{!C���\Z�.','�yZ��<��U\"�笒Y)\'\nt��iF����N�','',0,'?'),('˿�UUy7���˳�','wp-content/plugins/ninja-tables/includes/ninja_tables-global-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/ninja_tables-global-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ڛ��jĭ�F','Vw�LH��w>r5���u��{@��HY� ��g&s','',0,'?'),('�ǝ��Q��_y�d��+�','wp-includes/sodium_compat/src/Core/XChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��կ��p�����Q�z\Z','wp-content/plugins/updraftplus/includes/Google/Service/Resource.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�R�,�|���','k�j�����ɓ�{�J�jJj�T�Í$O[','',0,'?'),('���N��\0��ܹ�t','wp-includes/js/jquery/ui/spinner.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�O���Q1���','��-�7���@i?҆8�3~�gXV�{�','',0,'?'),('�� �D��m�����%','wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;Y�������~ϣ','�;��Wɞ㣌�S\n�N�U�P��iI�0Sv�\n','',0,'?'),('�����k2�nŒ���','wp-content/plugins/wp-cerber/cerber-scanner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6Fz�j���s�>�/','�M�x}��\0s��,8#�|C�ɴ(؋p��Ԓt�O','',0,'?'),('��YA�m���<S�9','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̒�n�nZ����X{\'','����؟[��Ū�\"\05�rm}�5]g����su','',0,'?'),('��5LP�i�w=�Z{:','wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǚ.¹���(�V','ꁪ3�\0Qwܙ2�}/��o���3�����','',0,'?'),('��Ħ�zYݾ��\"|�y�','wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z~d9�3?W�تl,','b������5\\\0$jUt��M\"\'O���՛_�','',0,'?'),('��d�I�Kƹ�v\Z�0�','wp-content/plugins/wordpress-seo/admin/views/user-profile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڞ^!���G})�','Ӄ[��c��,W��/b�����{����;)��','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zr���!��ĕtܭ��','m9665?%o�$�G�f\r�S���)Y�Y���]','',0,'?'),('��#XEM�LY��\"s�3','wp-content/plugins/wpforms-lite/includes/admin/admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gS邏xR*j�\\HR�','���}�2;�*�f�!��-mn٭S� ;����','',0,'?'),('���M�4��hױQ','wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q%Of��=c�kN','̶��o&��޹���ʜ�8W�����1\n7�R','',0,'?'),('��d2E�XS3,�','wp-content/plugins/burger-companion/inc/spabiz/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�p�a���P���','��x�NOf��}�tRb6�Jq�V�}��e�q�','',0,'?'),('����{�@�q��mu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��K�\\�w\"Љ1�J','wp-content/themes/astra/404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)e�2��_ʤ�v�c','��s��Nj_-�Qv���&|pc��J��#8','',0,'?'),('�B�\'���մ?�]�','wp-content/plugins/wpforms-lite/includes/functions-list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/functions-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���er�9�y*','�0�`�!b�+>r�����N������Z��b�\n<','',0,'?'),('��o���?��ݬ���','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Nw�?���Z��','�u,^�~�U�H&	GwɢӴJ5V�x��$���)','',0,'?'),('�%\"T�< �����','wp-content/plugins/updraftplus/includes/checkout-embed/readme.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�r��$�m��I��','9�^�C��+9e��@^[�u{�/lο nh��','',0,'?'),('���3+�oY	��','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�J���Ʒ\\��L5h','��=]\r�Gl�\"�>������!�ط.ye�6f*�','',0,'?'),('��cɈz����oQ','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w7���y\"u��|qH|5','+�uo XK����G�x����0���k�Wm`�','',0,'?'),('���o����\n���','wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����YQj�ԡ�B�','��W�P�W{��e�d±t`X9pG���','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�h���7�����{�','뎾WV�$�p4mY�w�W����*�!�','',0,'?'),('�)�k�&��\\`�_i)�','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�\0r��n8I)�xk','c���]�0���2$J�$���B���3D�A��','',0,'?'),('�/�}��¦��kA�Zj','wp-includes/blocks/query-pagination/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;�4F��O�0�_4#�','��\Z�e�l.\\���ê�u/\rT6�>�mo�Z��','',0,'?'),('�0�2�1?�!��8�R�','wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�jh��K2(�]@`�qQ','FR+�)�R|^�<yU�I��9u~���FG�','',0,'?'),('�=`�:������x~��','wp-includes/blocks/site-logo/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z9�,(�1�1�Z�','<�s�i6+�΃�����n��q�fխ��','',0,'?'),('�@��՝\0�3\\���','wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/events-calendar-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/events-calendar-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ro�p�6�@��t\"je','<�s�e3�B]Ӱ�v�f\n�+�z[^ ʹ��','',0,'?'),('�B�\0ic��&�\r�!��','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E�k�`����','\n�y�!���\Z�b�ƈ�D&�.�8UXh��`','',0,'?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�0�|G�%��tj��','�@z\ZU�<�EOb�qکo��v�ۭPq\0�i:','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�Vd	]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&��@���O�Z~�','�gz:��jj�|{�� ���A�O/J�-q�J���5m','',0,'?'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�a$�:�4j�\0�\ZX�','wp-includes/blocks/comment-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';R9ApQ�	Y�m)=�',',�;#��:Xb$���1�����V-�YR#HUW�','',0,'?'),('�g���x�Hp�㶂�9','wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aCҰ�Tj�wx�c',':7�io�{{��l˖��@T��To�,�,K���','',0,'?'),('�tgӱ����n0�\\%�','wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/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,'?'),('�w�ץ	c�mG 5��;�','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-syntax-check.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-syntax-check.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x<rK�V��}�K�','j.�\07O���QE	%��9���,c��J�<�','',0,'?'),('�x\nԇ�t,,�:���n�','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eꮲI5��6{�4U',']��~����G�9��٫���q)���],d��','',0,'?'),('�IW��zm#�xix�','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��[�̋� �e��u',']ѽ��>�k�K��_W���1�1�h\r-Qx�qO/','',0,'?'),('���i��n�j/�r��','wp-includes/js/dist/i18n.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֖PT��O��I��sy','\02�#_�ŕvqsf\"\nXx��k�`_���2ZGQc','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ь��ߟ���7.ms','����\'�:�XC���Rj�j�����^�','',0,'?'),('̅�{�愵�q�I6��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fzڨT�p�7b%K�\nI','I#Yv~j���Uڿ&��\Z�5�xTH�X�`�b','',0,'?'),('̆��c��j<<��{$','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~)�2�8>a=Bu�o�8','���]m`�ɯq)��t�x�1�|$C�u^���','',0,'?'),('̉.�\0�hEq���	�','wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�o3�sq���h�g','�;�O\r�o��r����k(���V�A���','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('̌�D�����=��','wp-content/plugins/really-simple-ssl/assets/css/variables.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�8\\�g��˜��4��','������/��4�3&y�]���Ψ�vm*7','',0,'?'),('̙~�Ȍî+���byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('̛4M�q\"׏�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<?F]�Z��-y�C4h','\"P���n�s������F�� �W��т�F','',0,'?'),('̟�n�VڰP*x�zy�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�i���/Po�+���','�0H����4�U��+�_mz�y��>o��{t�','',0,'?'),('̣����C��qJ�4���','wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q9�?5�%�DE{Q��C�','�_�uM_�������Ɇ9,��>7�jl M�*W�=','',0,'?'),('̤3��k��M62��D]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Ԧ��#�hlܞ�s���','Y���(z��k\\�ӎ̉1D~��Dr$ցˎew��','',0,'?'),('̶�W8wvb�Pqc�	�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/README.markdown','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/README.markdown',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0º���@','l��s�S��@�\nb�a`����^k$6\'z7�U�U','',0,'?'),('̸����-]\Z���n�','wp-includes/sodium_compat/src/Core/Ristretto255.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�wZ��~�� ��\'',' z�`WN?]�ӟ�B,K���Jl��W��>k�','',0,'?'),('�̱�A��%|c�\nR^','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t*�J��]���j\0��T','5��-~2��%�U:��P��/6�Bʐ�-G�{ώ�','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{Ȕ����⩆','�*c�v��0��/��Q��f�4\'����\\','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('������OaIm�{�^H','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;u n�?�3k-Hw','��\"��b�a���r������E�@��Z���','',0,'?'),('����$��y�f�X���','wp-content/plugins/updraftplus/languages/updraftplus-ur.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��+C�c��aV��','��Ȣz��Rv怩,%�]����zP�����','',0,'?'),('���ߥ�rW�?�]','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bd��/h:׈MAM','�)�{�2	���� �#�/wlSe;K�↭','',0,'?'),('��M\\U2�����x]{8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������&Y�~�k�h','��(E�k��^��~��qhm��	=�uC[���7','',0,'?'),('�\rZ\0�J=\Z��nk�','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؚ���Egk�r\r7��','\\�V�H��N~7��a	�����Cu���\0��','',0,'?'),('���8N�-��\'�O� ','wp-content/plugins/litespeed-cache/src/data_structure/img_optm.sql','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/img_optm.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�,03@>���IEo','�4�ս,˛��-k��U3�����d|hҏ���','',0,'?'),('����b`���`<�\"��','wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�o��Iq-�M�ۤ�','T��	|��s����У���uٰxP)','',0,'?'),('�߮��*�P�q[�','wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�F��i*�f><','�M�נkiy�̨\'����S��\nV�|TĴ��','',0,'?'),('�2>��:mz=	6٣;�','wp-includes/blocks/comment-edit-link.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-edit-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3m�!���۹','�餂1�.�hޫ��x߾_��o߲ۑw�Mm','',0,'?'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\\Є{�;x�\rj','��w�8�7�#@��x?A�y0�{��Z��','',0,'?'),('�[r� �M��_A7O','wp-content/plugins/updraftplus/images/icons/s3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/s3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��č?�7!���G','�\ZL�r�&��>e�`�\r���Zo� �x6','',0,'?'),('�v�S�u�P�G��>','wp-content/plugins/wp-cerber/assets/flags/ir.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ir.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g\\O�r|�>7�','�s��^5`^I��VeS�{��b�I����s','',0,'?'),('��g[b�@�ڄ��ͮ','wp-content/themes/sydney/theme-dashboard/images/stars@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/stars@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᯠrxb�|\nFQS7I<�','�����\\c�h7Vi=՟g=]�s�\r�N��','',0,'?'),('���8�=Gs�:@Kn','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>�u�j��=־2�&\r�','/��G��\'�^\Z������oJmG��=��S��','',0,'?'),('�d���lP�O�I�','wp-admin/network.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1I\\~jG(��e���e','8R€���	������\\]L��R6X\Z`\'�','',0,'?'),('��V%����O2c��','wp-content/plugins/burger-companion/inc/setto/images/product/product-5.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2/0[����6�_����','��L�eMoxu0�̬F���A�Ђ3��:_�Y','',0,'?'),('�)����\0�e�_�5=�','wp-content/plugins/wordfence/lib/diffResult.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����j�fK_e�Rݜs','���w2�)�##F��V���}ք� ���','',0,'?'),('�:=S`Ӹ}�݃����','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',뽹���Kq�}�9R','�����}`�zl�[T�<��:��If�Qn�Aƀ','',0,'?'),('�=�$�`w���!7','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/caps.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/caps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z����Ipfa|�','CU*��*�(q�m��h��\r|��-?�_LF�][','',0,'?'),('�E�8T�%Gk�W��|+','wp-content/plugins/wpforms-lite/assets/lib/md5.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/md5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����\'��)o1�','E9:��&H@���ɲ>����e���{=���Z�','',0,'?'),('�If�c)��<<O�','wp-content/plugins/wordpress-seo/images/cornerstone_content.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/cornerstone_content.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\'y�a�,܌a*��','k�0�_\Z+��%Q���\0s��T���K�9Hg7','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�P���\nly���ɀ��','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�&\"Y4�S᯶��k','`ȩ��ʝ�y8Jz\n*�����_`����','',0,'?'),('�Yť =�:tZB��\r�s','wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�dy�ɘ3�����','wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��]��+��� ���',')v��:�0�;�����}m�ж4\0�����D��','',0,'?'),('�m��L0N\"�T~�b�','wp-includes/theme-compat/footer-embed.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�q§%$$�Z=0�f��','wp-content/plugins/elementor/app/modules/import-export/usage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/usage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Q�\n�	��P{�5���','�O].v�3ؕ�(%3�칳�/b�5)K;','',0,'?'),('�w�9=�_\"h%��v','wp-admin/css/install-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}#Ta�.���u�','�1��tIx�\0��|I(U��*>�O5�~��Kj��','',0,'?'),('�=�h�Ȅ��k�҃(','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�U��-`l�:����','E�mk�5�--�Խԩ�9=w����x�X�I','',0,'?'),('͋�;/��ah���','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<a„�����\\l��\r','�H�����  ����jr�u�S\rƚM�[','',0,'?'),('͎3ע�Jyn�ĀM�','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff','/home/sleepingsolutions.co.uk/public_html/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,'?'),('͎^�|�!�9�}-��','wp-content/plugins/elementor/assets/js/text-path.a6b134c018b7fd744e84.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-path.a6b134c018b7fd744e84.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��.��eTM� �/\Z','�L}H��m�X�%Ԏ\"4pA��s�3�d�\\','',0,'?'),('͎��9����Y<��Ϡ','wp-content/themes/astra/inc/class-astra-after-setup-theme.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-after-setup-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{#c���������','LFU�vS�q\"�#9[��\0ʗ� ��7��)�Z','',0,'?'),('͏b�:���䙡�;','wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K\\�HW|����>','�wp��lt��%�!���B֙�OP���͊�K','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('͗��ճf:o�)��','wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�w�}�	���K�k','�p,��E\0?���oq����w��_/V','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$5:������~�EU','�s���X����J6���1Ҽ_�E���	�Il��','',0,'?'),('ͪ�PE�D�^8\\Z��X','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�h�t�V�ߜh��','CƇ��5��<��)}=�Y���p��،ơą�','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php','/home/sleepingsolutions.co.uk/public_html/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','�d(ɪ��\'G^�e[1','sX��rə���{r�.��RX\0���q�Ι@�','',0,'?'),('Ͷ�G^l��h�]�а�','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/datatables.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/datatables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RJeD�J�Y��\"�[�','°�����!;yO�@����\r�}�����Wc�','',0,'?'),('ͻS�C���ӳ�','wp-content/plugins/burger-companion/inc/storebiz/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����dL��Ќ��','0�ۥG��r�v>��������(�s��\n�ù�','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('��y�Uq���hŝ�','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�[_j��FH;',',�9�<�m_fe\0a�)#�-�0�q�ʥ�iK�Q�1','',0,'?'),('����W6��2�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?Y�i�9X�p�','9�u5�ʮ�d^3,��F�5����Z뼳�=�','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�e�<̓��f�44�9','�Vޗ��è_=�V~ ��UWK�OC�\r','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AۺʀYǪR!7��կ','�}r�31Ҿa����7$@/�\r�W4����','',0,'?'),('��3}ʛ���!6�\0�','wp-content/themes/astra/template-parts/footer/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('��������Bt��','wp-content/plugins/elementor/includes/widgets/divider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/divider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�<)�B}\rq\'�ԁ','���cn� `�\"�����?�0�?a��)�z���','',0,'?'),('�>���\'O��_3w�z','wp-content/plugins/wordfence/js/jquery.qrcode.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.qrcode.min.1670945819.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�/�\r��ɞ\Z�u�o','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>��f|�b�L�Ƅu','Y�7�r�T@�u�?@j��k8�W��8Ʃ<�','',0,'?'),('��؃�s�ϗf�g��','wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���V~�h|i����','�F�0!�p�(i������W{����!2�g','',0,'?'),('�%�]�:QQ|o�b�P','wp-content/plugins/updraftplus/images/updraft_central_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_central_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �(?O7Id��� ','\0K\'UV�\\�L�&��K�U�5���RRp�','',0,'?'),('�u臉�Q�p�0t','wp-content/plugins/wordpress-seo/src/routes/indexing-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S~2>��$��7{','_*��3$ @��-��	����|ڣtr8m��','',0,'?'),('� ��Mu�)`��>�2','wp-content/themes/twentytwentyone/image.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|t.��Y��_G����','�+��\0!~�7��$��B���L���鐗㊔','',0,'?'),('�%r&I+�k`�>��','wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��@e-X8�.T�','L����o��ۥ��>��?�B̫fR�ۉ\'@�','',0,'?'),('�(�*�f�j�?��1�C	','wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"�r�Έ�e<G��M�','��cI0��I|\n�r`��ѝ{O��nm��;[�G','',0,'?'),('�00��ɝ4�ɥ^�u�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I&�殀!�!�T.\"��','���x����BfgQU/�er�U�Uk���o8','',0,'?'),('�C_$Txx��]���','wp-content/themes/sydney/fonts/FontAwesome.otf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\'�]�>\\v\\�2��\ZM','qo�O$K]���g3�n��Ò�ѐ�~��(�R�','',0,'?'),('�G�6�&���A��+','wp-content/plugins/redirection/matches/custom-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/custom-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���J{���HZ>��P','Yg=f�-l)jT�����fu\0�ޠ1�9�P','',0,'?'),('�N: ������@�kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Ɓ.����o���O#','d�{�_�U��R7I���o�(�~�6,\rT���\n��','',0,'?'),('�O��:�b��~2��','wp-content/plugins/wordpress-seo/images/acf-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/acf-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ѷ��=B��#�:&a','�at��G��Xm5Dc;x�@�|�א=���~�','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�z)Ue���$t��\r','��;-�f�N��I�Y��Yڲ���e��\r�','',0,'?'),('�[q�O�\\�>d1�,̊','wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c���j��[j���','A�g����u⊮�`��f����D��&�A�r�s','',0,'?'),('�_)-�]�ˌkO	��','wp-includes/ID3/module.tag.apetag.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӟ�8)��(�ZOV!�','�p�ĞN��W�lѰU!����[dL��I9','',0,'?'),('�l/<��U��ZA��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�o�$���ܳ�','wp-content/plugins/updraftplus/includes/cacert.pem','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bŞI�XZ�Ϫ�@��]','c(��f<��B�w�\ro��t�W�ֱ=~	���','',0,'?'),('�rRnmӆ�\\�E��','wp-content/plugins/elementor/assets/images/ajax-loader.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S\0Wj�Ȃ�/m�b','�m׋IWGP�]c���.��z	��48���','',0,'?'),('�{P{�X�\'�H�,��','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���|�.M@�!��b[','3N��lfQ��\\�﯑0�GH\Zv��^z��C�x','',0,'?'),('�|��f�����,2�T	','wp-admin/term.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a2�ױw��SF.�����',')i�C����H�35���8����lB{B�f���g','',0,'?'),('΀��-G�*���D1�','wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bV�i&�քkS�_h\rC<','��.�P��1�ƿ�M�W/�/̏F9<��3:','',0,'?'),('΁=}�?P*d�j�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp_optimize_logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp_optimize_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�0��$.C�(q','o%Yx�0�\".ʄU%�8��5���+���','',0,'?'),('Μ]�Y�מ�WK�wі','wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!N`��hI�SU�0','�9������\nB7�.�N*p�5�IA]\Z�>','',0,'?'),('Μ��i�Z`L��`.{T','wp-content/plugins/really-simple-ssl/settings/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rEA���3����>^ĴP','pz~����:���|�@Hg#l^h�ݰ��*�[','',0,'?'),('Μ�>�)��\'�a��','wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�_����B�+','7����0��9m��2���2�&_0ut+�ĝ�','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ΡWC��d(�{X��','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��i�#�]=)w�','U���3(�e���zX�Of��k��^Bk�O','',0,'?'),('Ρf���W�yL,YU','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w5y؝��w�]bg','5������5�������d�Nae^G�����','',0,'?'),('α�Z	��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�K�W��w��B�^�','d\r�W�:|[\Z����!��c�9�q�]LH��\\F','',0,'?'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����z��⾸�yh�','wp-content/plugins/ninja-tables/includes/libs/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����O�ȋ�Y','ֶ##�ҽ|W�7in�I�U��hZ=�ؠݝ�e','',0,'?'),('��5�F�,�Yښ.1�.�','wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WH}�理���Al~','����2̯���%S=�t؈�n��=�Wc','',0,'?'),('��m��\0Se��.�(aT','wp-content/plugins/really-simple-ssl/settings/config/config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/config/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�hD��hK��X�P','�m�3����${��P�]iF�C�T㊬=�i�8','',0,'?'),('��u�E`�$���\0�','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tooltip.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tooltip.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߴ1�c�Gl�k�ْ','m�&�*�:;^&��Q���=u�Hff�jC\Z�@','',0,'?'),('�܋���Z��TVTz�','wp-content/plugins/burger-companion/inc/storebiz/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J	bp�R\"]�����','�/����3*MM�6�W�l���A� ��`B��','',0,'?'),('��������\n�P','wp-includes/blocks/quote/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؊���B�0�W�!�','�Tͷe�{����z�A��`[-m�a@�S�0','',0,'?'),('���T��wH ^�Z�c','wp-content/themes/sydney/images/customizer/qw1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/qw1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z}�EJ��\r�[4f_R','*�*_�:$���Wi4�u�L��Ц\"e���<F','',0,'?'),('��O����9�f�','wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\Z�@���:���','O���D��Z��!-�v��8�j�Z����&','',0,'?'),('��B�0���i`zz','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']oR��,�K��h`',' P�^b��>\0�W���C�x��2{�F�\"�','',0,'?'),('�:t��S%�\0�|o.(','wp-content/themes/sydney/inc/customizer/options/header-mobile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/header-mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�҄\" �Y����N&','���/��Xl���6,_ʛtJ^�7@�a^�','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('��\n\0�0{�š��','wp-content/plugins/wordpress-seo/src/helpers/post-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�@\Zu�\r*��{','�i��3�N��j�`��\\TQH�KB����&','',0,'?'),('�\n�a0�����8��','wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"(��\r�+���z�T','��\'�(�\r�V��4��ޝ	�\n؛�����\\�','',0,'?'),('�?^�I�)�h��','wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!r�2EY7���Z','���B�6�K$�O\0���U���\09���_�','',0,'?'),('���\Zݑ���pw��','wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e����1�6l��pQ2','U4W� $5��-$C*�|���h��(��m','',0,'?'),('�$o�jJ�AиIβ','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�����T<���u/t�','�\\$} �g)ni�3̃���ѡ؁���<`�','',0,'?'),('�\'�p�鱇�yw���','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��De���,�m��','%�b�R447�T��Wz�?�X6�&�����.','',0,'?'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�,/�-��~��<4','���,����\0q�q�H�\r\r�T�}�G�Y<i�9U','',0,'?'),('�26�6�#	S[h(\\��','wp-includes/css/dist/block-library/common.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>��E*?�T;9WF','73�h�7E.�.�;(}��I�����T�','',0,'?'),('�5�d>�\"h���Q��','wp-content/plugins/elementor/includes/controls/groups/typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I���M�#)\'ĉ�;','�����?\'�Ԉ\0�c���64_�*5�/Gc�','',0,'?'),('�9�\"�P�m1�%�r.�^','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(o�h�UQT�G\r�\'','��T8�y�:��a��K�V]�4|�D?��-��','',0,'?'),('�<o<V��2�<�}�+�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�aK�b�� !,:�+�','X�Ξɫ뾋�#�E>�[V��G#������','',0,'?'),('�E��	M�L��:��+�','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��IF촼�+M��','�2Zxq�T`M�8(Q�4Ka��b�\n>��X��','',0,'?'),('�X�.�F\"v�Q�','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iR_��ψ�~�f�','�^A�0�P�d⾻L8�)Jc��I&\Z��7','',0,'?'),('�_q ^��<�8��:�	','wp-admin/css/colors/modern/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'eHQ���*Q!�o!','3i��f�`Ϟ��tf�@�Ջ~Qm	�&ŚÀ','',0,'?'),('�aK�v�ꬩ�F�F�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�3�g|a����	�a�','��u�@�(C�9�>0�(�0��$#�t%��H3�','',0,'?'),('�c��8��ڲ��$n','wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�R>�9����h���','���O���饡)��q�8��{*�ܵ�Q`','',0,'?'),('�n\nѺ\"�iE��zaY�','wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�$�o<��E�%�[�','�B�J���hr;�`�\'ɱjRe��x�l����','',0,'?'),('�n�:����o��s3','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-user-agents-6g.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-user-agents-6g.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3T �a귙��H�OL�','5ʅ�W�ܐ���rv�T�V�4�Ū?�=¸rp','',0,'?'),('�r}�Y؟���m�)z','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_32x32.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S;���p�ZY�P\0�v-','�ͬ�9b_�o�cVD���\"��ݩ�v!K��Ԉ','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�v�\0��N��[p	�','wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U^4���G�*Y�Ņ֪�','x��-�t?�����b.��E������-��^;q','',0,'?'),('�}�����jޕjۗ�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�<.���)6��n+uN',':q�Qx(?��WB��44�����L�`�S�','',0,'?'),('��g�����R�N�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ⮆�<���_jS<J�','#�2k��6�O؀C�Jlx�N3��m91B4','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���V��zn���Y','��p��^vF�#�����9��s=�ⷸ@�F$�','',0,'?'),('ϊYw�׹��E��G�','wp-includes/blocks/group/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*&Z��e�d8�oͦ','�j1���+?PȕY聿Q��<\r���\\T��','',0,'?'),('ϕ��oh/�Џ�C�','wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�3�e�pC�p\'�X','�#�\"�*�3���a�`�np�C�s���މ�z�','',0,'?'),('Ϙ�^׆߻���\Z:�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���/�gc�_�>�|','2I����\Z\nP���Y�ﱢ�\\:��:bʹ�֥�','',0,'?'),('Ϛ�\"���j�y����^','wp-includes/js/dist/blob.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ef�y��C]��.�ezN','w}K4��i �[��$^����+��eA���9N֯','',0,'?'),('϶c:�{�:˚�y�Wk','wp-content/plugins/disable-gutenberg/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[g��]�����:�','krX��xpYR7u\"�Z,׵k�㽪m/r�','',0,'?'),('ϼ��\nxԡ��%eB�','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S~�ٽ�CD����','\"�\Z�ۻb����[��$�M�d�/�퍤.�z','',0,'?'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���f/�,\\!�\n�\n�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZΨ��J�����۞�','�i�8���?�A2�P�d��{���+�&>]','',0,'?'),('��MЛ��ϣ~&$�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{4��i�b�T��ڒ','v\ZE;�}7�۰���%`1\'��3-ݡ��x','',0,'?'),('�֎6�b9�a�#s+W','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zy���P��902�','\r�w�Y��;O\'�l/7G�K�F�������','',0,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('�ݙ�P(���O\'E��e','wp-includes/js/jquery/ui/effect.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eu��(��췺:	O','��\Z��]�+��Z��W�k��府���','',0,'?'),('�ݚ�y.\0�؜�i�','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'y\Zp2�s\\�XC06W','�Z}SP��.�}�4���P�U\\\n��F$a�\\R�','',0,'?'),('�ߎ��\r���.g&��','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&#wJ\Z�����dF','G�}��NA�Y򝷚�� M����-��b�7','',0,'?'),('��(�WkD��{�f�.�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g֞��(z$I,�','=�VO���ׂU��_Pg�K���ە����l','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���f�\Z���+���D','\"�/�D���|�fh�3嚅�+F�P�Gl4M+�','',0,'?'),('�<˷�u����Q���','wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �3r��F���	�c','��C���Ny֬Kb-G:��Bw;:���zK�L','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ռ�!I���c��p�D','}H���9�\"���XG�<���hK��~��:QO�Ҩ','',0,'?'),('�@��AO=	�yA�','wp-includes/class-wp-paused-extensions-storage.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!n�������s�|','����B*��v��y\0w�L_����Y\n���','',0,'?'),('��]mٲ�	▭�','wp-content/plugins/wordfence/vendor/composer/installed.json','/home/sleepingsolutions.co.uk/public_html/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','M�X\"��Ʒ�U�]\\','*�5�œ��,��Vu�C*�_��o1\nPC�\rF','',0,'?'),('����gs��)݅','wp-includes/blocks/latest-posts/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�)鐰�H��nW� �','YK@���XxT��g�&K�{#-�r��s�x}�','',0,'?'),('�(��c`��,�m�','wp-content/plugins/elementor/includes/controls/tab.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\ZI�{F��;E','�^��+U��������gX�{9���U��','',0,'?'),('��ɢ�ET�M�J.�<','wp-content/themes/astra/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rjG�y�U�l��jSh�','��f�]��^xg��[!s��1����AD#�q�9��','',0,'?'),('���~�1|v�_���','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\xo%i,�gr%Eq�5','�L��hu�$�Kp��(�:N�̜�\n��Q�','',0,'?'),('��O��\'�@���VO�C','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�m\n摋�#��V��','Ps��s������cK#f��8����q6`;�','',0,'?'),('� �n�\":��@�����','wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��\0�*~L��Ёrw�','>\"�yp9��M�i�#�h�Z��&5����.�','',0,'?'),('�%#��t���4�x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�9��mXem��]sb�w','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�D�E� ��`s���Am','g�J���L��q*��B�u/��0�5���d).','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�jX���.��p}�','g�<����k!	}H�)[��� ��H؅�','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˩TL$e)�$���op','��\0x�A�5\'JL��c�q�1��xw�!C�JDY','',0,'?'),('�FEa��L\"�0B��','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�T�@(\r��B��*�','a���C4\r��e;\\x�d37D.g�&�u~+>�C�','',0,'?'),('�PTDg{�YߎC[��J','wp-content/plugins/wp-cerber/assets/flags/md.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/md.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�쮤��CN6s��m','s�jJ�9�y�q(��Ծ����/��ٙi�h`�','',0,'?'),('�]\\]�d�Րo�aT�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��s�6��_�kݎ��','����Qq�٦!�ub_�K0H���>���,z%�','',0,'?'),('�`����ѿ޷wwj�	','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q1���qW@���+��','sR-�#��((J��ޓehw8\0u6e��K�|�ڎ','',0,'?'),('�ac��I}�f�Ȅ�;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"+��ݔ)W2�','�Dn��	N��q��C���7��s)ew��{��B�','',0,'?'),('�gz_�Mvf��~�','wp-includes/css/dist/block-library/classic-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o��� �c2:O','� s�T#�ʿ��M�9pڊ�fEe+� �M6','',0,'?'),('�g���S��Q>�썀0m','wp-content/plugins/updraftplus/images/notices/black_friday.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/black_friday.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`P�c��(0w�','/a�j��/�3��9�/J��,J^A���bB�','',0,'?'),('�hV�,�mT��H�Y�8','wp-content/plugins/wp-cerber/assets/flags/ag.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��E���[��n-��M','�6d�����=N>��]�����,!�˩M','',0,'?'),('�h���]�v!�����3','wp-content/themes/sydney/images/customizer/cart1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/cart1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��Nv�;Ca]��|\'','<U��p�c\Zӹ���1�7&�]I�ݲ\\�Q��','',0,'?'),('�iHX\n���MN���I','wp-content/plugins/litespeed-cache/src/gui.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/gui.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q|�7�og��or�','��W�[�:$юH�-3�\\�,��T�.ȩ�','',0,'?'),('ЄA,縡\Z��zBE��','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҡ_�j���}�i�f&�r','��ץ4K\0�}�\\�71E#�4�1$ւ����','',0,'?'),('ЋV��jLMz�ث��Ѻ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��S2���?��x���','��hTA��n��������V&Nn�󶗡','',0,'?'),('Е\rH��´7��','wp-content/plugins/redirection/locale/redirection-en_ZA.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_ZA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r* \"Îń,�&B��\'O','t�������ԓo\"��G:��_>Ց�[�}޽��','',0,'?'),('Ж�:D�Z��m��)�','wp-content/themes/sydney/vendor/wptt-webfont-loader/wptt-webfont-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/wptt-webfont-loader/wptt-webfont-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��2p�\n�T���','�@�Ș�5�/�ks�,����\0�J�,yX��ڹ','',0,'?'),('Т�펹�|����@','wp-includes/images/smilies/icon_arrow.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ЩD��=)�@�����?','wp-content/plugins/elementor/assets/js/frontend.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̀�7��>=f-��3�h','����G[)��\Zuc\n���7�oTr(�','',0,'?'),('Ю��v�WLѤ��','wp-content/plugins/wordpress-seo/images/readability-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/readability-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���Fh0��B��}�','�W��\n�߁��왹����7�`r��{IN�F','',0,'?'),('е]�\0�;�sC���','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�.�D�Gg�d�X�','1�^����c�#(�濫�T�Vh�QG>C	�K','',0,'?'),('з��xg��A+��dN�y','wp-content/plugins/elementor/assets/images/app/site-editor/product.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݦ	Ү�Tǁ�@�ق','J��0NWע�z���ȍp5N���_+��EXE','',0,'?'),('йB0�Ч3�p@R܍','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T;���๫�zG','8�4C���5-��.I@.�2\r�$��`0̌���','',0,'?'),('лrV\nV�t�k��R�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�8���`�/��(','牍|$�����\0\'���6��9���N�U6�','',0,'?'),('����/�EmS��~�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��⟒�`��{-[,R','�l��Y8P��K:�wl�,#m��G^��w��Raf','',0,'?'),('��C�>��\nZ:J����','wp-content/plugins/wp-cerber/assets/flags/ar.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_WX�E�l�_�g*�','.��]�ܥ�יIJD�/������6�-\n�a)�','',0,'?'),('�����.p]����Z','wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��LM���]j8��','[lj=��B[\n\"���uB�u[Ud�R>�eΫ','',0,'?'),('��u|�=:�1���v�','wp-includes/blocks/post-excerpt/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���6B�o��f�u','�AS\Z3H	��Q9ͳo�@h_��!1S/��x','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/��\\�/0oҹ	ע�\\','����g�Z��xEĴ�ΗM&3r�q�c�lTG�','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�߻V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('��/<v`6��Y]��\r','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���`�~P�0N�6H','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0v�Eѿ;q&�1�o��','E�BED���\0V6>7ɥLVQ�O%g��','',0,'?'),('���^���G�甝�%','wp-content/plugins/wordfence/lib/wfScanFileLink.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanFileLink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2%�Ự嚃g�@Ξ�','�\Zc�BQ�������VY�N�EgI%3<c��vX','',0,'?'),('��>�O]6��9�MS�','wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��E��{=k!�;1�','x���7���.�;.Q=���Ϟ�<�w�1�\n��I','',0,'?'),('��O�K5��D���\\�\r','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��g��5O�5>s�','�\\:��hp��Au.���kG�CsH���a','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2eR���ۻ�I��','Rws�5Ǩ6����Т�Kx�i,�u|��','',0,'?'),('�!Z�&kAyX���)','wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aOYc�*C)�����%�','�~�$;�V|��&8���mpț��h���>��','',0,'?'),('�����|��\'DG�;','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|=��|�����','5`-�R�*�Rc]9V_K�`	97��^����1','',0,'?'),('�\0D�E �!ܯ�Q!k��','wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nHN�S����N ��p1','?>�g�	�g��\\�)l�<ܖ/��x�v���','',0,'?'),('���g��=O#o�o','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/ParserInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/ParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Us&���]W�1�','C��Z¤� ����[e�<��`���`[-�^','',0,'?'),('��EU���-ф�M��:','wp-includes/blocks/more/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�<%g�gdϑ��','[|��.Nˡ����?O��];�#���5�ه�T','',0,'?'),('�U��D���EO<q�Y','wp-content/plugins/really-simple-ssl/assets/css/admin/base.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/base.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^Q��\nOh=�!9�','\Z뙴|#�r���@�R��W~���6�3��','',0,'?'),('����V�\rXuP�ѫt�','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2r\r�v��MĠ�\"v�','��T�̪�]]-���F�\\��������\\F��','',0,'?'),('�\Z�b��m�A�bG��','wp-content/plugins/elementor/modules/nested-tabs/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-tabs/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��%� �`\\��Z��B','�N\'���A3�[<#��Pl<t�)CI��7��0','',0,'?'),('�&\00%�S��n\Z�‡e','wp-content/plugins/redirection/matches/http-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/http-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}5P$Lg.\"�[�~��','f�أ�,���e���?�̑K���l�9','',0,'?'),('�&��x�9\niRu���','wp-content/plugins/updraftplus/includes/labelauty/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���x\r��a m.UR�','�tN�\ZqJ��@ev,���BD�س�)�oq�','',0,'?'),('�:�\n��y�ˌ\"4�','wp-includes/blocks/text-columns/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0�	�l$C���;��','',0,'?'),('�?zW>����bwx','wp-content/plugins/redirection/locale/redirection-en_AU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_AU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K=�d�m�R���&	','W��_��:\rn�oXt��sn���G�Β','',0,'?'),('�I?�$�9\\��_o�ʕ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','43@���<N�,z(7�','��ܹDӪ����#n=o�\0�֘�I�^2s���','',0,'?'),('�UW�~/N��	�	�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php','/home/sleepingsolutions.co.uk/public_html/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��v����\'�>D�','ۼ�����/�����$%��&U���.�','',0,'?'),('�[�ܦ�_�u��{�(�','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kpѹ���s�gs��','Ŵ���{D�?z&����gk�O&M��s��2l��','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǻ[�AG�tJ�ƽ5','9��+	�e����%�/d!��!|J-�e/��/y�','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php','/home/sleepingsolutions.co.uk/public_html/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','� �2%\\���&\"P�','�6_]W��>VXv��B��Ӿ�u�K$ް9�|]E\r','',0,'?'),('�m�?�\\��ϪaG�F�','wp-content/themes/twentytwentytwo/parts/header-large-dark.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/header-large-dark.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Ի��U_�ml\0BY5','�&��0M/WGbv�?����1m.���2�%v','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH	�','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('���SWb�}q��t%|','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T_�kr��`��z�7�','[�O�Z�\'��y����3��A{��L\r���q,','',0,'?'),('с?��kՏ���$���','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o^Y�+�Q�����j&r�','�������(jMD#U@����jgU�^1_�','',0,'?'),('с���°)���&�T�','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f��‘��R��A&',',e�,\r$l��!!f�v��Gx�\0��\0$�.<�','',0,'?'),('ю)3C�pLٜ0�=���','wp-content/plugins/elementor/core/utils/str.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/str.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�E�l�1�\Z�\r�','9�H��Ie�>����2Y(\Z1v~�k���','',0,'?'),('є�bl/����@�N�]','wp-content/plugins/elementor/includes/controls/base-units.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-units.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��M�����a','��@}Cz<��d���.V#�zS6o��e�R�','',0,'?'),('і��\"��s�k���83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ѝ�`-0TvyQC��@','wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���p�3;֨=�','-pU��>P\'�a��\r�:���U�z�O��l�','',0,'?'),('ѣ��%o��P连�y~','wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N9 ����\\�v���','��XF�f[��~��f7P�>��1���\r�ID��','',0,'?'),('Ѷɷz�HC\'�00w�*','wp-content/plugins/elementor/assets/css/widget-google_maps.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݶ�y�	e��Rb�(',']���,�V��Af�㒥�����\r��yO4xV','',0,'?'),('Ѷ�\"<9޺�ZXm�Ǖ','wp-includes/class-wp-theme-json-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�����x��c��X','l��9��6e�x��H�c�ݕ���޹&v�','',0,'?'),('����^|���Y}6\n','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���@��%Y(�','�	����ԁ���x�Hi��54\Z^�ks��p/�>','',0,'?'),('��15n(O�#�r:@�','wp-content/plugins/wpforms-lite/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k,���N��N���','Br-rV�G��r��hΨ��<��>�u0�G���','',0,'?'),('���ioH�m�Yܑ�(kx','wp-content/themes/sydney/archive-employees.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/archive-employees.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','өp�,f�\0��6\'��','�+��l��V��Ҭ�T�g���c>�<�Κ�','',0,'?'),('��GHK	�\";#�f�h�O','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-qTww���m�E','����j��׺]�g�GW\Z�_��$@�b�eE','',0,'?'),('���̥�ư\rpX��_�o','wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wm��wM�A\n�UΈ�','�LC\"H�(��Q�* 8��~�&��&�F,��','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config-transient.php',0,'�!R�x���Z�\02��','�!R�x���Z�\02��','��!(�^�e���k�z���ny�[��\Z��O+g�','',0,'?'),('�����m��]��1','wp-content/plugins/elementor/data/base/processor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�\'�V�C�����\0��','Bw�iY y.��N�]FT\n0�`k����w�o�','',0,'?'),('�)��\rW��蹣�<O�','wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q��mm���Ry','���m8bt�\0܁$��S�I���S2��x�','',0,'?'),('����dž�A��-���','wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�A��FE�x���','e�&Ύ]Q#����*��\r`�7(�Or�{�	J','',0,'?'),('�\r��H���6Cc�\\�','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�g�$�s	sœ$','M~ӑ�ٽwL��\Z�$�\\�0��J�;���AR','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Y��i6s�uyq','��	��O��{Oc-��[�	\"e�g7~�%�wH','',0,'?'),('�\0�9i6��x�����','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i\'����?��:���','\r����#����xU�P7�.ӍxIoQt�\n','',0,'?'),('���kKzT@��:','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eA��z��YiR�b|','�\'�8�{�ς#vik8\0yRz�*�X��','',0,'?'),('��Y:��R���|�n�J','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*K�S*��^��(}�','�$.����A��^j\n3n���^_L�S','',0,'?'),('�>q^����8č/��Q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��E��TQFu���','TT\'h.k{&F\'v\0����/`\0p�cif�5�3�','',0,'?'),('�%+D���D��Š ��\r','wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WE�{g�u^0�}�','%���R�E�^ջk��������x!9�àP�5��	','',0,'?'),('�*�!)��Q�6�����','wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsPage.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsPage.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^-�����Әv�M0','H��e[��r25�@Y�d��`�#����g','',0,'?'),('�-�2����H/�]imn','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������qg��׮<��\0','���:%��G1\\D2byn���I�0���p','',0,'?'),('�7�[*w�J\nn���>','wp-includes/js/dist/redux-routine.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Β�zOv:�%','��&���bE6�<��A��t�O�h*k`��}qY','',0,'?'),('�8�s鎗��߹Oh�','wp-includes/js/dist/vendor/regenerator-runtime.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/regenerator-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��5��.E/X�;E�~','\\�@�m~��cn�񏳕Y�>��UwG�d���e�','',0,'?'),('�F�SNfZ�\"u����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8���)wd�','븪�\0�d�\n���T92T嫼V��I�j0iǵ0<','',0,'?'),('�MK�ă^w����8 ','wp-content/plugins/disable-gutenberg/js/settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x!}m��AL�\Z�V\'�','���	Tɛ!�g;{�H�GE�\r�p��O��he','',0,'?'),('�am�;��ɯ-2�','wp-content/plugins/burger-companion/inc/sipri/sipri.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/sipri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Q���w,U�R�','���~<js$�,��V�FD��Gg���9aTy�','',0,'?'),('�j�i�� �\nT�槿\r','wp-includes/blocks/post-featured-image.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ٖx�Z	�ڹ��E��\0','���9VA�����`��j��X�\\�8\0�;C���','',0,'?'),('�n�ש!��@���','wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0rK���N��\"','������4��N���Oy0�4��N�R�}u=','',0,'?'),('�q�Fa�z��n�#ؑl','wp-content/plugins/wp-cerber/assets/flags/lr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J8\r�+��魁X|��','���G�cw�\Z�U��2l��_٪�m�.�E>','',0,'?'),('�x\nA[�*ZxS��9�NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss','/home/sleepingsolutions.co.uk/public_html/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','�)�M+�.�����x��','v��*�#�( �R�����hL��F��o�x��','',0,'?'),('�y��f\'�[o��M\"�}','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-tools-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-tools-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':c]�E�i~6�F\\ډ�','�x�4�I��8�D�u��J��:�pէ�Eu <R','',0,'?'),('҂����6�;M���','wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���n�j��Y6z�','*U4U��7�^u�$̋�:��X�`E�ݘ��`','',0,'?'),('Ҍ!�q�>������Y','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d-����8�0b��','9�o��!F��supA��_��\Zdac�]K�z1�','',0,'?'),('Ҍ�6�%��9>͇\\\n','wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-browse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-browse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A)f�V����g5�]k','�٧�%��0	��d��0�)&D:���\r�','',0,'?'),('ҕ1���V��D��3C+a','wp-content/plugins/wpforms-lite/includes/class-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���PĂ�2��9��k','�+��y>U�,p����ȗt���r}L���e','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����ߟ*׉k+;8','7���M$<�rO9�Gj���Ey��Q*+�3','',0,'?'),('Ҟ���ǟ�	Ks���','wp-includes/images/icon-pointer-flag-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('ң�/I�u.�K`�/{','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�70����!��H�gk','�����*H+��:�\'^�n�N��i~��j\\U','',0,'?'),('Ҫ*���H���\n;t��','wp-admin/includes/ajax-actions.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7(s����:��n�tv','A��T,�����/�7}��*��0�k��(\r��G','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php','/home/sleepingsolutions.co.uk/public_html/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','���V<���)�!*�[',')���k��8x�l�!�L�M{�K�YΤ','',0,'?'),('Ұ;����K}�<i�M\r','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�sJ�貆z���','�?\'�륧�Q�	¶q���~Y�k�+�KaN��','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��uc4u��;�ޠ','���l�o��#�$��%Y��]kO��N)�','',0,'?'),('��3u\"�\Z�N��\r��','wp-content/plugins/updraftplus/central/modules/pages.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_6*�궎LF	?��ٯ','�[�7(j?��IbՓ�ew�|emj�Z��	�\r','',0,'?'),('����gr���s#��','wp-content/plugins/litespeed-cache/cli/purge.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/purge.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8����7�\Zv����','�k�NMCͽ�$��ݾ�s�FУI>�Z-���@','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0Y��ow��w��[��','T�՘�g�Q9Ji��j�M\ZK�d�Ԓ�|L����','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��LL38_q�N8pA�y','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/StringHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/StringHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(j򲠴�ZG��V�E','�a�!۫F�V�͸NF�a�Ѩh��S���Rվ','',0,'?'),('���q��~3�����','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7r��/ܫL��V\\���','.�I�y�:P�]��!�~P�	׫:�p�5e�P','',0,'?'),('��y\rQ*�\Z8PZgZ�\"','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X-CAl%{�\0����','���:�����k�m�:-4�%�,E��mB553','',0,'?'),('��l��I\r,�B8�','wp-includes/blocks/quote/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�~j�j	��\n��c','�+����Mn�x�o�ʜ^�p�Q�r�q�1','',0,'?'),('����$�Oȵz%��','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�2V������Ďҝ','!U��q��%����{��ߏ�HZqt@г��','',0,'?'),('���\"u%�	a�U$j','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t-ˇ��j�︓�N','4k���\\MR֢΀�{�$aն��H챪i��','',0,'?'),('�ϥ�\"� ��yy�','wp-content/plugins/ninja-tables/includes/NinjaTableImport.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTableImport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0T$�Ct`k��','-1k�1�s��K\r��P�ד>�2�ݻ8x5��','',0,'?'),('�m�E�0?�U�O\"ūj','wp-content/plugins/ninja-tables/assets/images/ninja_table-old.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/images/ninja_table-old.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]$�#{����F�%','\Zt:^��j��r�����5����2VRP^:���','',0,'?'),('�w�]cI�w��Ȱ�H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ITw���������','l��a�#�YO�=7*w$S�rVа�����?h_\'','',0,'?'),('�\r{�`CJ��CKLG�','wp-content/plugins/wp-cerber/assets/flags/ba.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ba.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��s�#��/w��','�z��5\\i�LjZ����:��H��v\0�,�oq��','',0,'?'),('�\r9��\Z�\ryR	','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���ki�А���','����;��R�ط9����M$(�V�KX�1Q','',0,'?'),('���?�>h�k��x/m','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yp?m�}������','O3���޻zT�\Z*�k�6\r��Ɓ��\Z�','',0,'?'),('�\Z�I\"Q	��}�vgQ\\','wp-content/plugins/wpforms-lite/includes/class-frontend.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��‹���g��Zn\\.�','X�$�m�ށ�o@�H�BH�\\F�k���p�HY�','',0,'?'),('���\n3����“�\rpC','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1670945819.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,'?'),('��*!�{��P�w��','wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���W†�J','���CԬ��%�rOCd�_�Պ��\\YG��','',0,'?'),('�,T�K���\n�4�����','wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Bn�yߠ�w{��','\09R��ˈ��鬸�ǁ�g�T� ̓�X��','',0,'?'),('�0U�f�d�w(y\'��','wp-content/plugins/elementor/includes/controls/text-shadow.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��.�������','���q�^�ti���`��.j4ܶ�%�%��<4�','',0,'?'),('�8���Y(��?��','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]3�DZ���U2r','��v<n0�sRt|�	+;�>�\rk����U\n�	1','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z��|JS���','����i\\�JkF��t\\�\0x��Re�he�&j�','',0,'?'),('�MZj����ּv��5Y','wp-content/plugins/burger-companion/inc/decorme/features/decorme-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\\<�gay���Ԗ','��\\�,)�0|����ZC#�%N�;$3�\"�~','',0,'?'),('�M�p�\0���`k�nP','wp-includes/template-canvas.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/template-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�!�\'S�B|Ȍ�\Z','-tHv*��A1��@M���Mr\\z�H8�����','',0,'?'),('�Rw��#=(�^?�4','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�~�dž\n��-�`','�2��A�pr�A�$� {��s���_p�>��f','',0,'?'),('�S�^n���7�Ԥw','wp-content/plugins/really-simple-ssl/security/wordpress/disable-xmlrpc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/disable-xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�.�.-�.���&H','T~o�OZP�����e}�Gݝ{�:b��!�$�','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config.php',0,'9|P�T�mf=W42�','9|P�T�mf=W42�','HL̋�_�`u{t�&���9����]h5\Z,�Q','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\��Ps�⟤&�W.�',':�H�\\4�c,;��\'��U�[T*�_u��.�','',0,'?'),('�m��/�>���o��o','wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�4�c�\r�	���\r�','�9��T����9ȯG�k?�y[-q� 5��x�','',0,'?'),('�n��}�@6�e�h','wp-content/plugins/elementor/includes/widgets/traits/button-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)��SN��a_<�,','���t�Ǧ�/�r9fG���5\r���L�ժ~','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������8��_]Y�','A�\'@i:G\r�t��-��C?��WG�9mKV','',0,'?'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a+�e������','��B鳒���j����x��EW��3�C/��A','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�2�O�8�u��K��','wp-content/plugins/really-simple-ssl/languages/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('Ӂ�l-��y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F\ZLO�k:�','Z�8��!!�P���8~�\0����e��h','',0,'?'),('Ӎ�-w�y9�,���','wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','db���e�Q\r��CH��','�|�`��>6����i��\"��u�Aж��E','',0,'?'),('ӏ�)\ZʰZF�m|��','wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�egʯ\Z�8�','!�\\��S�\0n�u�`��s-`t��@��J\'�p��','',0,'?'),('ӕ����\n��t�0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpG���aB��NX>��(','%�-*Ψ6F��i�\rWϹ�M׽�WI���:�v�D','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�_K�ŽA���UD�','���]�[�ɥ��`���,�r�����>�k��%��','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�|?�}���KX�6P','K��ì�Ѹ}�Ȥ|�i��D�B���߂�P�v','',0,'?'),('Ө]Z����l9�N\0','wp-content/plugins/redirection/database/schema/latest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�](,�6�2l2��','����	�B\0�h�@i��V��`SжY���&','',0,'?'),('Ӫ���!Ft	�%?l@]','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wM�;�_m�ȁ','����NS��a4\\Mؘ�$Γ���H\0�����x�','',0,'?'),('ӱ��W���x�\0���','wp-content/themes/astra/inc/core/class-theme-strings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-theme-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�ӄj��* �r��?Z','����ψ�VA���Q�p�%�:�\"�n�d%�k�','',0,'?'),('Ӳj����b +���','wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Output.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Mc��mj\\��Y','w�<Β	������������z����{D�','',0,'?'),('ӹ�ʱ4Y��#c�+,�','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2g:y�ٻQ�)x�d','�)U��\\)\"�@>Q����ܡ��Y����$�','',0,'?'),('ӻ̸۬Z��a(�;��','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���.6����\\�$�F','>A� �b�ůq鸃��I�SUIUǖ.��}','',0,'?'),('��|+X†�aI�/�','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ک�qM^t�o+�%�','?\nۡ��.=b�e�fQkj\0�{p�|��L�`�','',0,'?'),('�э�o(�H�ttx�.','wp-includes/blocks/table/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�f����h��3�1','n�֘p�!+ɒ����������n��s�- �:_','',0,'?'),('�ՠ�wE���T�Ϟ','wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o����.rT$[@�QB','��9�M3��9U�X�H���O]��݉��}l�','',0,'?'),('��5���ĺ�%��','wp-includes/blocks/buttons/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~VW�kh�q)��/�r','3�����=Tq�͗^A�\nR\Zj~�pKM��+Z�8','',0,'?'),('��.\"�)�U\rǸ=}]','wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�O=N9��LSW��','{G|\Z�(1/�,JbPǛ[�Rthe����xL�D','',0,'?'),('���&�Jꦡ&�r�o�','wp-content/themes/sydney/woocommerce/css/wc.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/css/wc.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=���B�`T_	��','�xR�{;�{��+J-o5���*�u#�ɱT���','',0,'?'),('���e�i(#���X�','wp-content/plugins/elementor/assets/css/app-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06��*�z��T���','3���tb��\r�.4Op(L�R�:�\n:P�o,','',0,'?'),('����G��I\Z�أ8�','wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%1(F^\Z�d�&�4','񿂧�Gv߉�`x�rD�7A���\n\0�B:��.�','',0,'?'),('��H��AG�|����\"�','wp-includes/blocks/nextpage/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮥�@֦�`fx�W�','��\'���\Z[��	<A�����At��؏M�','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H<�Б�?�Ǡ�G�','\\}}�i\0Gic���LH���W�tW����«i','',0,'?'),('���?Hj��둴tD','wp-content/plugins/burger-companion/inc/storewise/sections/section-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/sections/section-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��վ�s�p��_/)','8�;�s>�JJ�����`A��z��[3\\`\r��w','',0,'?'),('�?H4�V�����\n��','wp-includes/blocks/pullquote/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�܃��]���<��j�','P>#i����P89i�J،�ֱ������X�y','',0,'?'),('�	kJ�?� �@x����','wp-includes/blocks/categories/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�,��6�3�O.��','͚i?�e�zΏ%��=�T��n��N\\Ƅ���','',0,'?'),('��/Y]֤���4$','wp-content/plugins/ninja-tables/assets/img/pricing_table_three.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_three.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�6V��Ah¹','Ӂ5%�F����Y�B�(f:�լU/�B/��w�','',0,'?'),('�����0*�W��','wp-content/plugins/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�a���GQ��7�E�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\\؏Ͷ�jh/�4���','*&� ;~\"���0�Fܩ�jݬ�\Z�C�M��c �','',0,'?'),('��\r\n�8n}��','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���sŽu+�B���','��uC[I�z��_)x��	?�c/�����','',0,'?'),('��6����˧�i\'9','wp-content/plugins/updraftplus/images/addons-images/autobackup.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/autobackup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��t��njK��','�-�g���vA>E��s����]�����J�zt','',0,'?'),('���E;q8��3O\'Y�}','wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('��3�1���\'ȿV���','wp-content/plugins/wordpress-seo/images/link_suggestions.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/link_suggestions.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b���j��^)S\\V�}	','*Qy4K�<�U�xl�M5S�d]�J�I$���Ɂ','',0,'?'),('�~Jܓ0E��Ɩ\r��','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�[�\\���#�W^','fp��_g\'��m�T�?ޫgr����|ԞE=a�H�\\','',0,'?'),('�$�W���W��qœ�!','wp-content/plugins/wp-cerber/assets/flags/ng.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ng.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k~\Z������C�ʟ�','����\"�-y��$5�k.no��H��|ӿ����','',0,'?'),('�//.\0����llO�(','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jթn� ��M�\'','��7�H(_P�(\Z\n0|7\r��@Q!����/�','',0,'?'),('�1\n�g4��F.�K��e�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���,M�:~��o��','R�ih\r��~�T��v���C*0���','',0,'?'),('�R�ńc�%���T\nz','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape19.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape19.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�}>q0��x�$yp6','Rw(zV჌8Ǖd���d�]BAX��z_Fu��','',0,'?'),('�S(�KB��YF]��]93','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','91x��I��t-','��>[�8��*�S������=� ����W�h�9�\n','',0,'?'),('�U,����Y�䶼0�','wp-content/plugins/elementor/includes/controls/base-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��8C��7�nQD�=','���4�N�?Z�z@�\0[i$�UV�2�c��Ӡ8�','',0,'?'),('�].�oo�ȦM-n	�','wp-admin/images/align-none-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XC�)[���-�4�','�ߧ&QQ�p\"~�\Z8S׊����Y����S`','',0,'?'),('�l�.�}+�S�c�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�LzOh�K�[��r��','9�Qv�\Zw��� h\0�~��$�ל���2�\r�j','',0,'?'),('�vFKض���q�M�:�','wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��L-m�����K0','��������伥��Q���%�B����5�','',0,'?'),('�x9�l�N�q�A����f','wp-content/plugins/litespeed-cache/lib/css-min/utils.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/utils.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�@����*=�š��','�՜s&[�+Tw7�*�@(��vt\\#tiid��','',0,'?'),('�z�`jL������;M','wp-content/plugins/burger-companion/inc/seokart/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nb|/zg��܇��','U�M�Lc����#^:�\\���,�����L���','',0,'?'),('�~��%�S�@�%�ۅ�','wp-content/plugins/really-simple-ssl/security/wordpress/prevent-login-info-leakage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/prevent-login-info-leakage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��S�\'}��u�',']�ϸ�Ȑ�^����NP�w�Z%���J�','',0,'?'),('Ԁ��j�Ej\Z�p+o','wp-content/plugins/elementor/modules/library/documents/container.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`���9�X=��','2����&���B\'3Yxc����p��	ٝ�XI','',0,'?'),('Ԁ�z�	�Ğ\\�S�\n','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\n�k�-Rm��','_iŷ�]\"%y|&~(��0[>1b�&��S���|�','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n]=U���1��l','���3=����\r`~�\\�uF�R@73�/','',0,'?'),('Ԝd�&;0�;�}h��','wp-includes/blocks/columns/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\Z��dMGV�7q�','̙���D}m���aC�l�C��FkXIUjw/�','',0,'?'),('Ԧ��z���_�+>i�� ','wp-content/plugins/elementor/core/dynamic-tags/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H샻s��!����	','�y�r�D��k�-� -�\'����K�E��G','',0,'?'),('Ԧ����Pd3n�[��','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Factory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w�!��[;@�','@*����?N/8��m����ƅm�x�!E���','',0,'?'),('ԧ�#7��\"\0�xyP','wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��˸���	�a��1%','�O�i���L�����^��Ph�>��7�9ꤙ��','',0,'?'),('ԩ��=F�騝�4D��','wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��^�r+���\0NY�','��`�h�;���Ψ�\Z�gf�\0t?]�Ӥjv','',0,'?'),('Բ��L[�����h\r_','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�(&#����E���','��q\Z�9��\nHz���bx+ӵ]�U��','',0,'?'),('Իq�E�{���n���','wp-includes/blocks/verse/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('��#R�yGU�,��','wp-content/plugins/updraftplus/vendor/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?q�V�YfD2�7�Ė','�̑������፛n��j�ˬ�>&��h��','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܻ��_�2@���g��W','���@�~�=3O��@�c�}�DffW<�p:��','',0,'?'),('�Ș���r\'%@=\"�N b','wp-content/plugins/wp-cerber/assets/flags/co.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/co.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F/��.棛��1�1','œR,K)܅r�t�u;T�찱�J�)���A�6�','',0,'?'),('��p��S��`�]T]D�','wp-includes/css/dashicons.css','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r;�����**���l�','jqv�=��82W���3&�K|;�+\n\\	IoR��','',0,'?'),('��Ž�u���� �','wp-content/plugins/elementor/core/upgrade/upgrades.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lMg	^\"if�?�>�Z','|\\��P��: �{�&��$��y&{6�Rsy^`Q','',0,'?'),('��N�Sw\'Ve��y�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�WY�l���@\n�','^SW���u���;QO��!ЌsP��Y��͊�[','',0,'?'),('��̟��:H�Cbg*I;','wp-content/plugins/wordpress-seo/src/helpers/language-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uo�1٦�Y��A}','�0b��ҝA6W�Vv�ݠ�ޗVʴJ�آz�s','',0,'?'),('�߄IA\\�.�\"�1;�','wp-content/plugins/ninja-tables/includes/libs/CsvParser/CSVParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/CsvParser/CSVParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��%~��~��.�','�l8�Z.�5�s�G��]��g0���BF','',0,'?'),('��S���O6jH\ZR�_�n','wp-content/plugins/elementor/core/settings/general/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/general/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nE�w�?�|8��','\'n���>L��̫�c>G��g�W���q8=','',0,'?'),('�!��1c��3U��','wp-content/themes/astra/inc/assets/images/astra-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/images/astra-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�pkf�ߏ�J�#','7ݿ�B�U%�w\rx���L�������r�g��','',0,'?'),('��F�h��a���p�%','wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�+����C�\\�\Z�,','�]M<5��a*�`J���2�J�Qt���i�ǡm','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��؆�[�B�r̳�$W','wp-content/plugins/updraftplus/includes/S3.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\'�#��m�IR�{�=�','��m�5����v���|WBr:3\0�s��O','',0,'?'),('�\rb�d/ӡ;�\Z�#x','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�����/Dj#�`�Y��','�W��M����+��S5g�dU�[�~��k[','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6|3����s�J:+IV�','nj�0B�Ƞ|�qO�	F����>��g������#','',0,'?'),('�2����_R��[��Y','wp-includes/blocks/code/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��\r�=�ɓ�mj��','\Z�IRl�d���;�G:�k2o$���P蔜�','',0,'?'),('�4jX�͜^/7tP`�','wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r21�tw�O~)����','L��=�E�G��+�����I׭��SEj��,','',0,'?'),('�8c�DH�z万q0�','wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�oQh��\\l�b���','��\'�Ӛ�q����q\"��HwN��b��p','',0,'?'),('�<�k�NGK�)�)�','wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js.LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Q��=B�|��5�','1(�N\r�y�s�o=��y߬e�)��I�nj�G3','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE�	���','',0,'?'),('�G�h˲�;��\'ݷ�/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�L�8�Șd.q����#�','wp-content/plugins/wpforms-lite/includes/class-install.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����@�/V��%��n�','��Z� ���}@��������Jケ!J��','',0,'?'),('�Qyh�&\0W\\��E��U','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ځ�/i��*p�B�','�1���*��Y��zϖ0��,ȱ�l=�','',0,'?'),('�T��Ͼ��^�υ�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Z}U�\Z�����v�',']���k��,� �u�<���P�&��\Z<xx��R�','',0,'?'),('�a�݃�m\"K���ԣ�','wp-content/plugins/burger-companion/inc/shopmax/images/footer-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'HD�A�T*F��C�',':��TX�ϼ�IbQ\\��eָuW��~� d<','',0,'?'),('�b{q�;|�2���(�','wp-content/plugins/elementor/includes/controls/groups/border.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�$�A��n{��H','��{笽�\\x��y�I�M����1����#t','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�}��G�%���K�_','\0��Y�u>(��l.pzӍ�-Ee��G_`�','',0,'?'),('�k\"��O���$N)�$�','wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(\r^�hA!Dj�9��','Lm{�\r?pg rb�%�i�B���a�|S��S�Ä�G','',0,'?'),('�p8��UY?(?9ـB','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ٌ�M!�\Z���','�N=x�p9Ԧp��H��сbᚕ�US�1\n�[�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�^��]k��Rg�����','�K<NJ�VhKwlz���n�:�W�\0ؽ�X','',0,'?'),('�s[�y#*��,\0Q�\'','wp-content/plugins/wp-cerber/assets/flags/im.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/im.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���\Z�\r�D��Sy9','Y\Z=:�XQJf�fst=��vӻn��A\"��|�','',0,'?'),('�s��,�?h�iM��','wp-content/plugins/wordpress-seo/src/values/robots/directive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/robots/directive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݓ��aS<��q��_�','�3!�/���x<��5�(Ҋ~&�z���KR\0�','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݧ3�*�=�A>�9���','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('�uN;KS��<���R','wp-content/plugins/elementor/assets/mask-shapes/sketch.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';z������>��qb�','�Rڂ�C �%��`}]v��*J� w��9Y�]s�','',0,'?'),('�y�ܥ|������V��','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C\"V����د{Ί\"�','�� =��͋��xA�Fs��9{�`��K�','',0,'?'),('Յ��ߐ�S��+����','wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�Vc	v¹N�1i)�','싹�=��>�dz�0��\r�H�o��H/��','',0,'?'),('ՉjI�W�0/\"���E','wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7�ij%��nP��','|�j�C&��pd��E\r�0���t��o�֍U','',0,'?'),('Ս�(�%ۣ ��/2\r�\\','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V썊��K�#�&\\�','!v)\'6X������[�3\\�����ה�?n�','',0,'?'),('ՕL��+7>$ɡ4�]','wp-includes/blocks/post-comments-form/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮛��9\n.ha��=8�','����b���?C�=P��\n�E�H�g�pE','',0,'?'),('գ�a��\Z��7�2z��','wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�űb:~�P:$tu�Y�','�g+���xBt���_�_�4\n�L�q���)�','',0,'?'),('դi_�玝ΚD\r�4','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xW� }��t�]-��','t�6�FŃ��6a���#�T]��>��&r{�8��','',0,'?'),('ծn��@u�:��]�u��','wp-content/plugins/elementor/core/modules-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/modules-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*A��E;̦>}�S\"','+���̯��k]*�=�\'��ළ���j5�M*�','',0,'?'),('յ]6�\n�K�L�\0~','wp-content/plugins/redirection/locale/json/redirection-ms_MY.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-ms_MY.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n���zu�����','�X�c�a��� ���<8��y ���ven','',0,'?'),('ջO�sU���ȶTПa','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sgͻ\rn��?�_','�6;�TIgI�M�\\.�cN ��������_S�','',0,'?'),('տ�����Z$x���p','wp-content/plugins/burger-companion/inc/setto/features/setto-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@b&�$Wuo� j','�HO�}���&�k��]?��젡%���G?','',0,'?'),('���Ȩ��r��%Mè','wp-includes/blocks/file/view.asset.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&���6�\"��}N','�vW�s���-8�V~ŀ��n�w�3�p9','',0,'?'),('�Η4R���=��,�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�X�v�vlX�8���','qdwLԹ�L��90���k��9dZ��+T�`','',0,'?'),('����fGBKH\"�WvĴ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�!6�B�.[N]j�J��','�LJ��^����m�x�����9�u��2�S�','',0,'?'),('��uOR�O̪ks93���','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�_MW{���\r�','<#{�c�m�|��^�I}�6�yi�ߙՄ� U\0','',0,'?'),('���̉�8P�<�S�\'','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�X\'�R���\"�g','�6:�7���8�w��\Z�c�\r�LJ>���M�','',0,'?'),('��VKtyB�����N','wp-content/plugins/wpforms-lite/src/Helpers/File.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wMU�~\r�$2|l�B;��','��<�҈�A�C��*�ŧr|��4�2���','',0,'?'),('��W�Ծޥ���9)��','wp-content/plugins/updraftplus/includes/Google/IO/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��֚��SѪNi8�;�','��#~�bq�q�b$�ˡ�\'s��Zߓ��J��','',0,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�P}.��7��$,zU','�0ʌ�u��!/q!�e�D��b!Vҳ�l�z���','',0,'?'),('�g�f\r��#Y����','wp-content/plugins/wpforms-lite/assets/lib/purify.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/purify.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gy���v�VS��5���','3\\\"*��\"���N�Pa�=�(ʋi������','',0,'?'),('�J�?�,����Q�6�','wp-includes/blocks/read-more/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','у�[��	x\0~�0�W�','L��;H�o��B��d���J�G�݁I�u��','',0,'?'),('�	����AR�Z\Z��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�Z��z��L���-|]','�!b�-n�O�E��\\�Fp�.�y?q�G�ϲ��','',0,'?'),('�z��\Z�L��/���','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q18\"���m��*x��','��t$��v��=n|n���Ͳ\0�eU�Yŷ�{��','',0,'?'),('�	��_Nid�1CL','wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n ������O�','Y(*����Q��yI���<�zq��to��X','',0,'?'),('�>�ˆq��f?�=�','wp-content/plugins/really-simple-ssl/class-multisite.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-multisite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WjJC9�w��j��v+','k�gbg�b�P�E��S�p��	 �;Mmrf','',0,'?'),('����Q��;�CQ-�','wp-content/plugins/wp-cerber/assets/flags/sk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[u{������hwZ�M','2r�Jc�������S�u����k^)~M���','',0,'?'),('�\'�ڇ;��E�-M��','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/snackbar.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/snackbar.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HZ��\0R+7�1���','��T$����S?xn��A%4��:��ck`�','',0,'?'),('�)��Ҵw%L�-�s','wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���j�DŽl��^=me','�-N��W�\'{���)ՒG�������x٘�','',0,'?'),('�,[�D��3�F�x','wp-content/plugins/burger-companion/inc/setto/images/blog/blog-3.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/blog/blog-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�hW�����@��T�','1\'f�����XiM���:���{/�� /��nr','',0,'?'),('�5�x=�KD���W','wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LBS��ST�����!','��YS=�\r����Qq\'�}ؘ?#��:�-�','',0,'?'),('�6��Z.��m*��&O+','wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mF�+@W�ۢ0x�� ','�ڇ>����v��I:B��\'>���� ��:','',0,'?'),('�9��/u:�zS���','wp-content/plugins/wp-cerber/assets/flags/ci.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ci.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gń9dx�n]3���5','��\r^�x���5\r���z�ȑ/���谬 N ��','',0,'?'),('�<�8�;p� x�TG','wp-includes/css/dist/edit-widgets/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GȩzUkB3� M^��','=*��(TCM�lu���i44Hܖ�_AYL�G��','',0,'?'),('�A>�c\r���7UعK:','wp-content/plugins/elementor/includes/plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nU2��~l&G�A$','�gd�!H��]�!�|)�Ԑa��O�\\3��%�F','',0,'?'),('�E߷i�3x�&�H$�','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����rx�ڐ4��','c��|\n�>���+P��9����;9ן�)�m0','',0,'?'),('�F��8m�u@_�XT�','wp-content/themes/twentytwentythree/parts/footer.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/footer.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W	�o9i���[��r','��,	����׼b$�O����`I��','',0,'?'),('�J�\n�s�K׳k�\\�','wp-content/plugins/elementor/modules/usage/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/usage/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','09�	f[M�ǘ?y','����\Z�X_Y�h���Aĺ˵����v�kg','',0,'?'),('�Q|�O\\��iqʼnu0','wp-content/plugins/redirection/api/api-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��Y�|�r���L�','�+�0:� ����+G���Vb+�o]','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�_y�H_y¦E�7���t','wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�L�=�[Go��`�^','��D��><�\Z�ޮ��4K�`��?�SL��p','',0,'?'),('�e�b��Lc��6�Ƨ','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rs.-0����>y�\'^t$','D&Ú`��i7���؆����A���%�PX�Yz�:','',0,'?'),('�eƙ��}ǜMWԻ-��','wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�މ�I_����Pr�Y�','X��WJ�ת�oD�9C�40�7P�a Q','',0,'?'),('�g��Y��M��Uw�,','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t/L���*T.Q�#�','�]U��Y�0��${]��9��D���3`sz��','',0,'?'),('�j���#�Ӳ��X%�I','wp-includes/block-supports/elements.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V㌐u7��+�J�M','�!ԟ����ד]�q����)mh׉��Ī�','',0,'?'),('�mዞj���W�Bv|','wp-includes/blocks/template-part/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"/�h��O�k@ޤ','�%��X仍(��Kb�6q�F��*F30]����h','',0,'?'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�X�T�pP�z','u�P�k�_?���(��]\\��O59�a{�n���','',0,'?'),('�rA���]	��/s��+�','wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���ܹ���;\"$6�','=W��-h�xO/�8��?c:����tt�n�W','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png','/home/sleepingsolutions.co.uk/public_html/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�*���!��\r�','wp-content/plugins/elementor/includes/controls/section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0 �Ҥ�b���#zI','��H�KZ\0���K���\"���l��5��\0�','',0,'?'),('�xa�1[���9�~3@Z','wp-content/plugins/updraftplus/images/addons-images/morefiles.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/morefiles.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��@���ug���','V���B��{6�����O�����	`����','',0,'?'),('օ�Y�&�^\\�����','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƻ��sk��;8��z�U9','V�ژ�yL\"�/r�%��\"})��`������','',0,'?'),('ֈ���KT��Vw~$�','wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�GAϺ�|u�/\ZE�G',')\Z���w�O|НӡI\"X�̗~�\Z�4��9Z��','',0,'?'),('֋�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�N��z���	ܿ�','ŗ�5��bDG�!����{t�*\"���y�','',0,'?'),('֌��q�ó�X�[���','wp-includes/class-wp-feed-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�o�%\Z�/b�ud�','g��(H�v�\"$X8�s+�\"Z�*�?�e�J','',0,'?'),('֣5d�w�Ƹ���rҔ','wp-content/plugins/wp-cerber/assets/flags/bw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�;�\r�P�•��','�\roq-eVWA2/QB��\"�4%�5H<�x���	D','',0,'?'),('֮`�JTJ�F���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�ƣl0�}@��0T','�SU���\\�N�˚uۖ��l]\'t�q!S�x{�','',0,'?'),('֮�mN�GA�s��.','wp-content/plugins/wordpress-seo/src/generators/schema/organization.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xy���gg;n�x','$!O��>o�2�f�c�_���ڃ�lo�͠�c\"�','',0,'?'),('ֱq�A��6�k.o�k','wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]}<J\0S!�?','�E�=�0S,<�gaC:���}�j�V�a;��','',0,'?'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܳ��T�{$I6n_��	','\0W[�F�ɳ{�y=C:��Y�%�+��7��V','',0,'?'),('ֽ�B��m�O�*�:q�z','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�0��,�Q6n��','�`������s�N�.�-ډ�GDT����-\nt�','',0,'?'),('���ZI��}�ȸD�','wp-content/plugins/ninja-tables/assets/css/ninjatables-public.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninjatables-public.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�6��e�B��\n�R�','Hv�&�1�@���0;��wn[岁�L(ˌ1�','',0,'?'),('�͇K�\Z�T�ӏ�R','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sD9�h9����F��','�b/E�A�I�ۗ�k5R�ߋdo���D��>\n�','',0,'?'),('���5�R��cg��L�','wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��*�7����a(>�R','$ ��y���St���+�p��Yl1�W�\n�)��','',0,'?'),('��J��!�[W6ݧ�','wp-content/plugins/wordfence/lib/IPTraf.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��P�����+�jR�','wp-content/plugins/updraftplus/images/updraft_cross.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��/=��dW`�[�?','%�zJ��QvY�^ ����O���4@Fh�HwP�','',0,'?'),('��\Z1?����0��P','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G���њ��','��78�9֓�!�w�:L�~��R�#/','',0,'?'),('��Gc�?��F�9�UY','wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��}���K�+`�n>�','�x�k�F��.��2�i9!���tt��D&�}','',0,'?'),('��m�|��/�\nU�8\'','wp-content/plugins/wordpress-seo/images/admin_bar.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/admin_bar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�4������؂�','M�m�gA�5�D�j��]�i<4J<C��{�l3','',0,'?'),('���B��W���k\rZ{��','wp-includes/sodium_compat/lib/ristretto255.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a3�pwypo�|i��','$�	3����o3�83���i�Q�\Z)[�e�','',0,'?'),('�ߢ\Z�s>����\'�','wp-content/plugins/redirection/locale/redirection-es_VE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�����E��X�','�	��j���*�����.�Q$���RѸ��D��','',0,'?'),('��	6 %8\0zT','wp-content/plugins/burger-companion/inc/sipri/features/sipri-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/features/sipri-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;yR\n�yu,M���La','�|XX�Al�lyI�6��SD�TD��;F�m�','',0,'?'),('�\0�s,����ӄ=,���','wp-content/plugins/elementor/core/common/modules/finder/base-category.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\r�*�4��CP��I','�~S�F���ʄ\r��G���2�4p�@���s','',0,'?'),('���m�P\"aq\\�w�','wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[p�	�)�GU:U��','gr`C�֏n��_R�0=��M0C��^֪o�','',0,'?'),('��8���sN�~N[�N','wp-content/themes/sydney/images/customizer/st3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ρ}q��IX�\0�e��p','<7CG�^�P�Uj��)�V����D�xhĚ�k','',0,'?'),('���6��#��-��y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�^��;.#�x�!�n','q�<��6�C\"�|�3[\Z�;^�L�����_ͩ�f','',0,'?'),('����6,U\\�0���','wp-content/plugins/wpforms-lite/includes/fields/class-select.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��4�`7���','Ƴ�[��˺J��I�ġ��B����g~�','',0,'?'),('�\n�y�x��h��G','wp-content/plugins/elementor/includes/admin-templates/beta-tester.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�ʄ�e]�*R��(�','\r���򞤇B#�3_gl���Ұ��lF�E��','',0,'?'),('��tr��_�)zRgp\0','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[�T��/\0�','|���!���o���!O2@��XO��,�\Z�6�C�','',0,'?'),('�%�u�c�p֖��]�','wp-includes/blocks/calendar/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('��𖅓\'�=�\n��','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/modal.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/modal.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�˓<n�_~C^��','���g�]f�u��~,��`�����b��,','',0,'?'),('�!�{N�}�� ��','wp-content/plugins/wpforms-lite/assets/images/sullie.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')3��7�?��x���','��7���jam�l��D���LkgW[�fa�','',0,'?'),('�#���ڸ��j�I�Im','wp-content/plugins/wordfence/css/wordfenceBox.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wordfenceBox.1670945819.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,'?'),('�C1��g\ZׇCb5�','wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�>�o��`(Q��\"','���n�$o�C	:o�|\\��R��<�v0j}w','',0,'?'),('�C��Wݩ��cq��l��','wp-content/plugins/wp-cerber/assets/flags/ao.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ao.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A� �C���W�]B�\Z','\'�W�[WV󽙀���e���5y�n����}�,','',0,'?'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�G�{Z1�Ń�','��<ax���Z̚�G�$=5�x�����h7','',0,'?'),('�I�	J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��NYNAM�?��G�\Z','�H�2p�L�q�&-:R�ʅS`����#+�D�','',0,'?'),('�M\0���c����_d�','wp-admin/includes/class-file-upload-upgrader.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=.@��2���rO0�I�','dʹ]��}�!�`�0����h�O\\��dE�U�1','',0,'?'),('�P!����}�S�Ұ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kch��κmG��Oc','kz�`��&`�+�\rƈ�$F��5Ė[|n�','',0,'?'),('�c�E�2Ӭ��NX6*^','wp-content/plugins/ninja-tables/includes/libs/ninjadb/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d3�j�M}�rw�w��/','�FX#	�j��B�+y�O|�NH�B�I\n��ly','',0,'?'),('�f�k[x���� \\�/Y','wp-includes/js/dist/redux-routine.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>髗~��D\rq�\\�o','1Y<c`�����\nl���xa}�[���Ȯ���','',0,'?'),('�m@Ǒil�F��4k6','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��ØT�4��-�z�','[��+���eN.��s���-\\f����;�W^','',0,'?'),('�v\"6�`�vy�H����','wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX���E�%�E�E�',',��;Q��]�:ŭ��\r{#~�㯎�i\\$�� ','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��Uˬ��op~g]H','cXӟ[����G��(\r��]��raF�<��n�','',0,'?'),('�w��L��<qoj��|�','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tb1M�w��W�4�[?','I\n���4sD����|��x�y��pe�M̀��M','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('ח��\'�-[f2�S�','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6L`��g��`�F��eb','5\\ˀ3ޠ� �1!�R/\n+�F�ۗl�d��','',0,'?'),('ט��6�P�b��|�j�','wp-content/themes/astra/inc/widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	-W���_�=1���','<�y-��A���9s��1BVz\n�Vv�cm�\nw^�','',0,'?'),('י�uM6��0����BJ�','wp-content/plugins/elementor/assets/shapes/waves.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jX\\��Y�B�P��','!S�kU54{U����2A���]~�[@gh�f�Z','',0,'?'),('ם�X�s�;���:\Z�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�G�QG��G�','H[i�<E��-��O�wV�m�s|_xSw�hp_ˏ','',0,'?'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n���L\"�j �u��A','�Xm�C��R�\Z_rZVm3��sy@�\"�1#','',0,'?'),('ש���c�#�|���','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�91b56x�����','2�R[�,Z���7M�E,�%�1��dBS0u�','',0,'?'),('׵$Y��ņm5C(RTƤ','wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ColumnConsistencyValidator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ColumnConsistencyValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';wU�?�ޯ,�B��;�','�i��ߡ�[�-�lØ�\Z�X��}��ƕ�j�9X','',0,'?'),('���ze�#��@d�zq�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xɺ��ʘ-/zM�\\',':X(,sXE\Z�	.�/!I��ϱ����X�I7','',0,'?'),('�Ć��c��ij�B;�','wp-content/plugins/wp-cerber/cerber-pluggable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��>�vD���:�	�W','��4�9��)�\Z~V�*��ӸF�U��0=Q','',0,'?'),('����B�\Z��9c�VR','wp-content/plugins/wordfence/js/Chart.bundle.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/Chart.bundle.min.1670945819.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,'?'),('��q��:�t��7P','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',SO��>4C���6O','�t���;]�8)9�v��~�U�)�1����','',0,'?'),('��j0���w�E}®R�','wp-admin/css/wp-admin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Upʓ�H�WtP!�H','�^���E-�R�����\'#?�le��mL0�kU@�','',0,'?'),('��Y��O�M)|@x���0','wp-content/plugins/wp-cerber/assets/flags/no.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']̧%W?,OS�c�rs�','�޶#��` CUꦭ���W�5M�p1�\Ze\r���','',0,'?'),('���\"�G��g��t�b','wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��&Fę�x\'�[K','�	1%#�Z��J�\",�8��(\'�ߐrǛ�;','',0,'?'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΁~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('���M����R�N�a �','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԅ����Gy�$���&','��\\�S/�3��)nb��pz�춲2?Tƕ�4','',0,'?'),('�\0��w�G=ǣwJ��','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#	�,.�ˆ\n�W��\"�4','�U�b&�0c�o�ʰg���7<�V�w\",��','',0,'?'),('�\n4��N�5�����J','wp-content/plugins/really-simple-ssl/security/notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ҍ�í�?�ɿI�','�b��T�peI��c�~�����zh��G-5','',0,'?'),('��<Q����_4�t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{G��(�땤h��','z��Х��Y���\'R�H�y��Ri�V~��\nȿy�','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ș�A�=n�b��]]',')��š�#CmMh�\n�U0:�u~��(3YT�','',0,'?'),('�}ġ\"�Z��ѝ\'���','wp-content/plugins/updraftplus/includes/Google/Http/Batch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�G��T��_���s#','�w�p���T�$H��Iǹ����AV*��,&','',0,'?'),('�q�u�A�y_�G','wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������7��Op�7?','�~S�&3tl�9?����D��?�~iCPZHo','',0,'?'),('�\"��A��:`Ğ-S','wp-content/plugins/really-simple-ssl/security/tests/code-execution.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/tests/code-execution.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���:��q8>����','(�0/?�3��K�cuҧ7=�[u�k\"�W����','',0,'?'),('�$%3������Ab_','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Control/Sortable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Control/Sortable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����rtL�#_�X�','�I�]���J\"V3G�t�9�\Z7�sv�\n�\'','',0,'?'),('�&��I����@�9L$','wp-content/plugins/burger-companion/inc/spintech/spintech.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/spintech.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�)@�F��|��','j�w�Տd��!}M����c�1�:�:<S�5mf','',0,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ifI�3A@��[֤N@','\\ǿ3NԘ^�I��-\\.�-y1�\0�h$���','',0,'?'),('�(��K�o��5F','wp-content/plugins/wordpress-seo/js/dist/term-edit.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/term-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�g�~��U�','�.`���,2\"���.�OaqQ������.[�','',0,'?'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�����&ÞE�1v5','6.�)GP�r�cb�e��m �#��jW��}픇','',0,'?'),('�C>��J����w��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѡ�F�hO\nȆ=�b�','�NrR�\0�Λ$�FN�Y���C%��m�\rK*�','',0,'?'),('�IB̠$�QMy�Ld��?','wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Нս�=�)��Gh','f��p�H͓�	���F|h��o<e��<,�3d','',0,'?'),('�J=R\'���t^�}�\n','wp-content/plugins/wordfence/images/2fa2.svg','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�R����Q�Ü�K�~H','wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�7n�epԍ\0�5n�','|�;c@�<ߍ=��,1�ì$��þ#�����X|','',0,'?'),('�T��@\'�L� \\����8','wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�z3�gF��;�Q','�fp��OC/ƥ��S�Dݍՙ\Zo��szP��f�','',0,'?'),('�V��5�<�\0���v��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SA��{=v�¹G\nY4','�w��_�-���|Edp�w{�Gȁ8#�1;O�','',0,'?'),('�[%���X���<��r','wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�!Wp᳊���Ωo','�zT�j<��1tk0F3D-�̾~4�b��;N,\'�','',0,'?'),('�d�|pH���8�J�qC','wp-content/plugins/updraftplus/images/notices/ud_smile.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/ud_smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gϑ\0=��nD��MpҬ','x�J�4�y3��u�ۘ*P}U�@k�e^','',0,'?'),('�f��N�R�+{��G�','wp-content/plugins/wpforms-lite/assets/lib/list.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\nA�D����uA;�','}L���G+V��\n���<�[U���������`','',0,'?'),('�f��bT7�|�s','wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�V7m_��s�H�','���E��}hۥ����4;ua,@��1s*�','',0,'?'),('�i:xA���H=\r�3�N�','wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)\0{���ƴ���K�[�','Z�<�?>J2F�~ǒ����24�1�Z���|�� ','',0,'?'),('�i��kRM\'\01��','wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sV���T��\Z-�','����\nر�OJ4�-�x�g_�X�ӽOp�','',0,'?'),('�j�q��n�����S-','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.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,'?'),('�o�ǣ�	ף�f0�Y','wp-includes/SimplePie/Core.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',0,'?'),('�v����\r�&X��','wp-includes/js/jquery/ui/selectable.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZB���R;�n�+','�-x�a�x�7�=mY&��*��^ec���L','',0,'?'),('�x��βЦ��A	�<�','wp-content/plugins/wordfence/lib/wfCrypt.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�{��J�]��EL�},','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�<���OQ�-�','�<_�w�Y�]��I�eX+H��h�HkϨ��U','',0,'?'),('�-m��D�d��Ͱ','wp-content/plugins/updraftplus/vendor/eher/oauth/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�on�#煵��','�\'�n���+d�2]��	�k�8����1����','',0,'?'),('ؒ2A�q�o��$U�E','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�CZ�ΆN(�C�0�','�\n_���f�ʬ^�=�gɂ+�]|�7��-4��','',0,'?'),('ؓ�-����������','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���TEb���B;','ͽ�1=͍��N]z]��wn�@�x�a��H','',0,'?'),('؝�����	Vs�','wp-content/themes/astra/assets/js/minified/customizer-controls.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,\0G�ؗ4a��F��','�c��LgQ[1����h!�	�N�Y�X*�','',0,'?'),('؟xZ�4��@����W','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m1��%d����Z','rV�~�L{L���t(HZ�Q��K���X��','',0,'?'),('ج}��ȑ�#׽e','wp-content/plugins/wpforms-lite/changelog.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A<��$�y\"\"�','5\0\'��̳]����-���o!�#e!��`$�','',0,'?'),('ر�-�_}Z�h��\n�\Z','wp-admin/includes/class-walker-nav-menu-edit.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','خ\\��*�wᑔ~ h��','�!�[mV��A���r�5T�Q������5r0>�z','',0,'?'),('����rf���L��S�','wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�/7�7fV�g&','�v�E�x,�%�%NA� 6;�34*E;`�#5a','',0,'?'),('��=)8�{�\0Z�g(�{�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��\Z��V!��BG��5','n)�,�Ϭ�\0Ͳo�p� dop� Zܯ��\\��','',0,'?'),('��V�h�-5�r�愯','wp-content/plugins/wordfence/js/wfdashboard.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfdashboard.1670945819.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,'?'),('��XDFz��be���','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/htaccess-to-php-feature-notice.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/htaccess-to-php-feature-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ފ$\"�~C�B�dX��','����|��\r�̩{Rw��\'ЂL�9��*���#','',0,'?'),('��a�@z<ю��Hk�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XM?�ρ��Js�&','IaM�.7 S��q�_�t��ע	ڂ�	������','',0,'?'),('����{��BXEшk��','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Ƀ��[�c+��$','d\\\\�QF	YB�م��\r�FoWq���4f���f','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�Np�܂R��','u�����28>�&$�V�㔇̞E��_�v�z�\r','',0,'?'),('��js�?>�B�t��m','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��M��y�£\"q��','Uxzu�Iǿ~+���EZ�����S����','',0,'?'),('��`?u�w�\'q]y','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��WAh�m��*Gd','	\'z��S�s(�W����ξe�Una��QӖ','',0,'?'),('����*�,�|���','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ci�5�j~��FE�','q����5��7�������.�ܯ��M2�\\�','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�\n���x�r�W5��','�+����-bg6j��װ$� JB}-z���','',0,'?'),('�\n�C���M��f�Du�','wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';OWӳ���j��W','	�ɠ����h��;G�iB��s�\n�','',0,'?'),('�!�Q�K��bY.&���','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o���w&k��c','�g�r����F�\n.�o�UP�d���DZdgW�','',0,'?'),('�%N�^ǽv�7s�@\n�5','wp-content/themes/twentytwentyone/assets/css/ie.css','/home/sleepingsolutions.co.uk/public_html/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','\0On���K0\'\r.�E�','r�b�4��.��5��o\\���j�n(�����','',0,'?'),('�(]���H,ú��\"c','wp-content/plugins/redirection/models/log/log.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/log/log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-q�t��8˵�2�6','���wh�U9\"�rWm��	���&���\0�I�','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�1&�J\'#2��5o�0','wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jsJ������=!r3!�','�o���?\rصN(&��B��r-���C�[��','',0,'?'),('�7��������lk�8','wp-content/plugins/updraftplus/languages/updraftplus-af.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w\0]���<-�����','Hs��m����t��֨���qr��ѽ)�ŀC','',0,'?'),('�I�i�0��ao�*�)�','wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}G`���Q����۴:�','����f$��t\0	e�;�z�ǹ���H�,ȍ','',0,'?'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ty����߶�R~','���+�V&Z|���`W�D���N��|���.g','',0,'?'),('�O\'�\'�C�����','wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�D�ḯ:�%�C���s','�WWgn.&p���&\n�o�0����G�HI','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KG|�9�\\�k','�b�(�_ҕS�E�M*�+ߤh�}�1gz�+{','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�jQc:�1NiD','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',0,'?'),('�r&V`�\r��䑽��C','wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6]t�Gws=\0q�g�2','g�٢���6��1�REȲqJ����K#','',0,'?'),('�}�����M�R�����','wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�KB5�CZ㐢Ҵ��','�i�>��,�N;\"k��D-}����t�z��J','',0,'?'),('ق�I��/d�T�,]�','wp-content/plugins/wordfence/css/license/care-global.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/care-global.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kK�.�Ǵ�U��^','2�Ʋ�v{\"S��=��^!��W:C,OJ�e:�9','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fR�z���:}q3��\0','�Β��Al��.\n����4˘�rEl�ޕ�W�','',0,'?'),('ٍ\r�Q=w05���\'','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�@2Dˬ9����wF�','��`D.UW��i.�k�\Z�v���F%�G�','',0,'?'),('ٍ��	[�0��J^','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O/,��nޒ}G��5+*','���Х�6/�]����\Z\\>/Z�8�/�Ԟl:','',0,'?'),('ٗ6>��$H�r�*K�2','wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��S��X��LyC΃f1','�1\'��Q%HY�M���E��$����}W1:�D','',0,'?'),('ٗL�&;`H��?l_C�','wp-content/themes/sydney/inc/integrations/lifter/customize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��K����Jd���G�$','Ӛ��6��0=F���N�N��kyu�#��+','',0,'?'),('٘P2X���@.E�et#','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|{�#�f��\r�\nUզ','K�S_w\"zX��[;�ϖ>�����&bH����','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ٙ[��y��?m��\"','wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̓�j1^�ID��','q����4�r]Ϭ0�ߣ�gÿВ�E���1u','',0,'?'),('ٚop�Լ+�R����','wp-content/plugins/really-simple-ssl/settings/src/Page.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';6�=�CX�Qg����','��څۦ �\r�Y�A���:��7v�*���r','',0,'?'),('٬���O����Ƥ��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$�t�kW��','�ɥ\r �k(�\0��>�#\0Z:��t]u�%.�','',0,'?'),('ٰ�}���9\\I���','wp-content/plugins/ninja-tables/public/NinjaTablePublic.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/NinjaTablePublic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��q�o�X���=','��<6�}���-��U�wHpL]`�����e<\r','',0,'?'),('ٱ��MPr��h~���','wp-includes/blocks/post-content/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�R}��7�%��','��CT�R2C��TxTѫc�7�\Z~s�&}��tv�','',0,'?'),('پ[��v�J_.�G�','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js','/home/sleepingsolutions.co.uk/public_html/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','u�K��TS\Z5�5��','�~}���۽@֖\"�����Jf4�*Ww븺','',0,'?'),('�¤����6<��','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/auto-update-notification-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/auto-update-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����eU*(a//��W�','��*�q#�R9�����l�����z��5?�','',0,'?'),('�ċ�}�3�m�J\n��<','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ы�r.:ֳq9i(�','�fUo�Y�z��!a3��5™���\'R�Ͼ+�','',0,'?'),('�ŗEs.9\0�<��q','wp-content/plugins/elementor/core/files/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N>�?�Y�9�E�w��','�)��|�:��\0�~^$�I\rhn!#^I8ݠ','',0,'?'),('��zGW��2HI���','wp-content/plugins/really-simple-ssl/assets/css/admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c\'94�}7<\'\n��t��','��;I8W����\0��oscr樼%�QP��>','',0,'?'),('��s�x�p~N�sE\"���','wp-content/themes/sydney/images/customizer/ac2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o����1�#��u','��梫�nmu����w�3��c�5��9��6��','',0,'?'),('��z�;)�2pf%�,R�','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�A+ \'\r?M�/','��\\���}���O��7�+��nPҷy�~��','',0,'?'),('��3��I�98\\�֛�[t','wp-includes/random_compat/random_int.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�ɯ����^?\r�>�',')OyX�K\'�A���A}a���̣��r-hķ','',0,'?'),('���\\m o�.r/��','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��\'����ȗ�CIQ','��T�T�b�S��)�:�?��T���R9�\\�t�\n','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�8��lv`�|YYv��','��F�6E��k�!�y�!�h��N��\"��0 ','',0,'?'),('��<�G+&3�9�l','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��V?�g9ok5�','��M�Zт�\0�e~?1��ss� �xx#OX','',0,'?'),('�VBǡ��\Z�B\"\0��','wp-includes/js/codemirror/esprima.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\"���ͭ�],���','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�%u9���̙����','��VS��á�P`�T�$,�/%n�ݷo�','',0,'?'),('�>�~�!�g�q��','wp-includes/js/tinymce/skins/lightgray/skin.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��JVJrh�̕�Y>�','wp-content/plugins/really-simple-ssl/security/wordpress/hide-wp-version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/hide-wp-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�`�$¸5�hP;!','dد��}��ЮE�`�/�C+�\r��r���B�R','',0,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��w�=Ţ�O�&�F�','wp-admin/css/colors/midnight/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�ХM�I2�\r|V)m�','/E>�ʾ��3���OY8�Q��-\0�\0�Q','',0,'?'),('���)��D��','wp-includes/block-i18n.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���!���:D��8�','�f�\\t�M&�\r�1�	$u3��� ���','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�,\r��	�g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�v�������','t	Nɼ!\'�W���`�1��1���1�኿!�','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�5�Xx_�c.��]B�','wp-content/plugins/wpforms-lite/assets/images/times-solid-white.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/times-solid-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m#4��v����$^!�','\"��{#I���#o!i*��eb�]ӓ��v��','',0,'?'),('�B�Z�S�>��xꨏ��','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ң��6Oi3i�.��','y��:��*��B��Mi�}(� ��$܄/��','',0,'?'),('�P��B)��^�.L*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�����\Z+@D1�','�C<��g�:xU9�����3Jۖ1��\"D','',0,'?'),('�V���C����dvۦ�','wp-includes/blocks/file/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@�/�S��2D��','~@m	.3�Q[�J��4k�-�֦�����h','',0,'?'),('�a���T�vb��2sE','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U��a�lA�t��','\"n\'�!�\ZD�Eå}�_��|���#�K`4ve','',0,'?'),('�bT)��D5Ity#','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DV�@MO�� ���+�8�','Ε�ܥ�9�H�Td9��|��M�+P������','',0,'?'),('�j���\\h�յ�\Z�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��W��!�\"`h��2','I���ʩ�d�Ϧ/�a�����4P�u3�\r�n','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tJֶ�Dܒ�+�C','��\"uu�g�I$E���D=��\n���Q��g-�TZ','',0,'?'),('�xZ��34#�~�ȅp�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�`d��Ïܵ�MP','J3R������Kȉl�1��ĹW?��b��t�','',0,'?'),('�x�8�CT��X7j�c�F','wp-content/plugins/updraftplus/includes/handlebars/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�I��׹�5�<��','�Z�F�p4�k��YП��\rƔ*��]�=�	27�9','',0,'?'),('�|�#�԰#�{����','wp-admin/js/link.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��w��h�����s�[','�y׈�h8�Hi*\r!���4*�<9g�V\"�U��','',0,'?'),('چ�?p{�Ni}�\r��','wp-content/plugins/litespeed-cache/src/db-optm.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/db-optm.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�կJ�w��ė莭','� ����sŬ�tzv�0�9���<�P\"Q{�\05q','',0,'?'),('ڈ�A��nպ�E���','wp-content/plugins/updraftplus/includes/class-backup-history.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-backup-history.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y{@���䁼��y��{','�]�mKI[d>��ڝ謼��|��T��\'S','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3��?s���{|�i�','�%��������\\��Jԥ����[��Q	q�','',0,'?'),('ڊE����5^d;��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�~P�����3','�7��a�?\'�l�}�ƭ�/��a$^��^���','',0,'?'),('ښ��޴�����u�_�','wp-includes/blocks/post-template/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=I�.0S ��[eץΊ','\"����CN2�󕹖,�0�N�p�+)4�&�O�','',0,'?'),('ڛ�!{�E��M$�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K7hh�.��:k��',')��������ln�#��\'S��fB�ߩ/� ĩ','',0,'?'),('ڮ��K���fL�','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�(j|ewR!�{;�','쎅g��9{�u�>q���&z��~m>����`DB?','',0,'?'),('ڰ�n+?G���9o���v','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��dL���\r�=','_�B��\0�&$��b��\n��9��7�����','',0,'?'),('ڱ�JLX\"|�QY�2�','wp-content/plugins/wordpress-seo/src/config/oauth-client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/oauth-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\0��Z]ā�[�<��','��=ܷ���i�\0�?�l�hf��GmR�\'�','',0,'?'),('ڲ(@drx�8s���!>','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.2�����?��VS|','����ť�m��苉P�0-�3���W�k�Q','',0,'?'),('�=�ݖ�g�!Q���','wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k����;��g��_�','���s�i;o`�޺� [N�;uT�lR��&','',0,'?'),('�Š�#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ؔ0��C+�~mr�','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9F��@���a1 ','.(�t���ȅ&�M*���Sx�7��i���','',0,'?'),('��ؖjM;�F`���','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�	N�����k1','������9J��M�{�\nx������W�!','',0,'?'),('��̭\n5�B����+�l','wp-includes/blocks/gallery/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׻B����`��@Bpb�','����!� ��\n1>~�]�E\0��:e�G��*','',0,'?'),('���m*��l��)4�','wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\n�A�(b���_\r','n���t+��6�i��]��\"��>��','',0,'?'),('��qؼ��\0p,����','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�юqM�>֤8ʗ','3H�U��uk�KQ��ˀ<t_R�2�q^6','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ч�%Q���R΍','_�1}H���L�%{܀�>�=�\r�g�8��O','',0,'?'),('��pNe9�O�iEX)!','wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⩑據�ys�y��','���@�C�]�^��h�����b6��L���K','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L\Z3`f��і{_z�q',' .IET��أ��J#�J�Uk�7�hy��\\�0�','',0,'?'),('�^�/�u�;�4lm','wp-content/themes/sydney/languages/sydney.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/languages/sydney.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nAN)�`�\"��6','�́���)��yp�!�����*�%�}}t��<�','',0,'?'),('�~�j�\0���V�','wp-content/themes/sydney/inc/customizer/sanitize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S=W-�����\nQ','�V\Z��@��z���ܼV5��J��b�9\'���5','',0,'?'),('��w�Y�a�5 ��/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J/Nj��M���	�\\','x^R{eSG��z�e��觘�,S���0','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�d�\'��~��;{��','�!b�����+<�[-|���*�~g�rU9��Z','',0,'?'),('����ٯ��]+�Wf','wp-content/plugins/updraftplus/includes/Google/Utils.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+����3q�;y�r�','s*�a�~T�к�YTnܟ��������(\Z�','',0,'?'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o���n󙀥�C','������_��5�-�iD��M~�F�f��','',0,'?'),('�S�?5�L�!�	*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�{��]m�	em��H','�ȋh?eu-��3Ɲ�P\r�)+�\rW}���=��C','',0,'?'),('�J{B���.|\n��e','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{� ���X���','�0��Tv��]���\"T�&��Q�հ����5�','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('� �I�_X�����?','wp-admin/js/gallery.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\02�iY�tyk��{�','ĥ\";���Du\'U_f��*�~�̸�#�\0�qML','',0,'?'),('�.�/CA���\0�v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jJI�`\r�L��w�','�I�=Q� ���(��9ι�o�p��/�HY�','',0,'?'),('�2Y�n4���Vw��_T','wp-content/plugins/burger-companion/uninstall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','! (l�G���򪔫D\"','S]+�&e\\u��A��=&s$j݋ˣE9����','',0,'?'),('�4V��s#�,�Q��','wp-includes/blocks/query-pagination/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y8��ʵ���3���CO','v�x�oN�*�ܚE.�0-\\*��g$\\�~��','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php','/home/sleepingsolutions.co.uk/public_html/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��@D��j`u�','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��O9�G�wΞ�','90���d�[`bX�\\ Kڤ��t!�9�൚��L','',0,'?'),('�<���\0vY�>ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�V\n�j�����MA>�','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1670945819.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,'?'),('�bN,�$r|3A6��l','wp-content/themes/sydney/images/customizer/fl6.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl6.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a9�m�A_�a�N�','tܢ���������x��x2�Y.�V;��5M2','',0,'?'),('�fv6w~L��5q!�3','wp-content/themes/astra/inc/customizer/class-astra-customizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;ZD�XP��y�','��ku����lH�R9�q2g���6B�B�\n��','',0,'?'),('�k\rN[,�\'�	VC�$Du','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*=���c`�\r�','A���EW���)H.���dtU�n@�~-','',0,'?'),('�p���g2�:x���.�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nyHX$|�w/���W9�','Q�c�A_Y��q�B��c��>6�6���i����','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��_rs�\\��t|G;','w��b2\"��%:k�ց��3R�!S�w0	N�O�K�','',0,'?'),('�zY#1��A��pV�m�','wp-content/plugins/really-simple-ssl/class-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�qR��H�/���z','�%wbƆ\\HO���f_�?۱e���\Z�','',0,'?'),('ہ�3�<��̧�>�W','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�\\��:�LƅB�/�','�����P�qщ���z�6�}� �����5�','',0,'?'),('ۆxD��L��zW#řM','wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pP���x�}��','|�*��Z ��uh@�z;;`F�ÉXCÒ��5m','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cV��\ZӑHj~Tz��3','��Z��bI���ތ���_�J�j���Eq��5�','',0,'?'),('ۏ�3V+F�r�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�=\\UAޒ����*gL','��_�ێ���&Y\\��e��xkkG���b헜���','',0,'?'),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ۙȂ�\'�.��gJ\\e','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wh!��R�|\Z��\"�|�0','jI��W+{FС���K���\r�Ag�	���(X�8','',0,'?'),('ۡ������A����','wp-content/plugins/elementor/core/admin/ui/components/button.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/ui/components/button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z>���(���','!��o��G�e	\0�~U�-h4BR>���n0E��J','',0,'?'),('۩^�*%�A��Ni��A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w�\"��Q3�C��\\','\"T�M��oNF�GE�	���+�:�+��e��','',0,'?'),('۪��	.�ո�\\���','wp-includes/js/tinymce/skins/wordpress/wp-content.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ۮ���l���{x�+','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/fields.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��}l���v�n','���5����\\)Ou��Ä��o������~u�','',0,'?'),('ۯ����2M��K�f��','wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wP�H��֣X�_�I~�','f�c���h�o�T�CQy�T��_���+�)e','',0,'?'),('۳Wk�pD-�+�\rm���','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('۶?��>�v��!��=u','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^s�~�dž\n��-�`','�2��A�pr�A�$� {��s���_p�>��f','',0,'?'),('۷�����\n�/�','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��ƭ�`�d�v��','�oWap)�=��q#{d�6�x�����(D�E�','',0,'?'),('��S���INZ�R�	','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-compatibility.xml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-compatibility.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ik[cK=?�S�','b�{�����V��� ������@`�7���','',0,'?'),('���x�yB��}��j��','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0\ng�4�\r�m\"S)',']�eM����acjk�6*�\Z[h�d`��VY/','',0,'?'),('��r�����؁=�Ԓ�','wp-includes/images/rss.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('��\np���Gnu:���','wp-includes/js/colorpicker.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��7]\Z�@,��/T�','wp-content/plugins/elementor/includes/heartbeat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/heartbeat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�$�UF�u��n�','Ѵi�:��W~%n\'�ACEp4z�гP�b��','',0,'?'),('���U�8���S/g�','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�*�MI���ћ_h','�0��\nG\Z~�f�Y�Rc���ޘ�UЪ\"ܿ��','',0,'?'),('�F���\ru�D�b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php','/home/sleepingsolutions.co.uk/public_html/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','@S�|���t��/AzN','%<.���|�����o�A��,8��ő�)�Øa','',0,'?'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('������,Z�삦','wp-content/themes/twentytwentytwo/templates/single.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/single.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zo�yN]ɽ2��','\0h�k���Qv�6P��r\"��:RF.�m�$�ϭI','',0,'?'),('����ǖ����o','wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҟR���2aC	qcؤD�','@Z;�\rM����l�b-J�}����m�j��2Z\n&','',0,'?'),('� ��\'����\'���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �7�@� �l��','�ClMސ�\'�a�\n�� �/�W�0���n�','',0,'?'),('�.����x¯��4ot','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�||Qk�<�U��Ӂe','���X��V�w!R�1��W?�\Ze����(���h','',0,'?'),('�1]<.����Q��CN�','wp-content/themes/sydney/images/customizer/hl3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h=L��߬��','%,<w�\"��dž7�#o\"�s��3��+��','',0,'?'),('�1k1seǢҠ�y��','wp-content/plugins/wpforms-lite/includes/admin/class-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6R3������,Yl)','�pj©�N�9���2����6��w��','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�\ntZ�K/-_B�Ҍ�','�[\\��`x��i�m�(u��A��-L��72','',0,'?'),('�4�ངls��0 �','wp-content/plugins/really-simple-ssl/lets-encrypt/class-le-restapi.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/class-le-restapi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��+R��fɂ��(�','2c8����*�1P�~��}|��h��<��\'i�2','',0,'?'),('�>��n*p[F��B:��','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��`7l4p��C7','�@���\n�V��l0���菋W=٠��;','',0,'?'),('�Mڲ��>,�r儳q','wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}p����_0D�/�','lS�l���0_D��08G¯�j��wv?��)c','',0,'?'),('�\\��	ǧ1)Lځ�/','wp-content/plugins/wordfence/css/phpinfo.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/phpinfo.1670945819.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,'?'),('�c ��WX�\r�mo�','wp-content/plugins/litespeed-cache/src/error.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/error.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j]Z�&-s�៧Js','�c�L8�d4����@;�*�YB�Qg��~10','',0,'?'),('�d$�#�^ЧVR7ؑ^','wp-content/plugins/wp-cerber/assets/flags/cl.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��X���;jzD5','����JH�\nY��Fw�IKץ�S\\�U���~*','',0,'?'),('�m	xT�n09�r���','wp-content/themes/astra/assets/css/minified/style-flex.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style-flex.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�c�i�Z�ː�k','�����\'[��o�qZf=kt\0����W*%�Rw�M','',0,'?'),('�}�7�\n��UH]3B�B','wp-content/plugins/updraftplus/images/other-plugins/aios.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/aios.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�R�ɱ�ӑ��','��Y(_/�s0�����`}�;��6��&ɼw�','',0,'?'),('܂&:��/\0\"_HF�_','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w|Z���T�s>Yՠ�','�8��׾9���M�j��q��jzZ�)�y�H','',0,'?'),('܈g05C�Sp�t��-|','wp-content/plugins/wordfence/css/license/premium-global.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/premium-global.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٬5�&���]U��\0','=:I��#_A�\\R���֣X��F��SO��re�c','',0,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�}�h�k9�yb�(W','���\ZD��Q�^��\\�����9��;�7v��F�','',0,'?'),('ܲI�: ��oЪ�\"�','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��qH��jz�`�','#p}Α��Z�c֕nM.�9�\r���.2�m','',0,'?'),('���.�U�	��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��D��l)��4-0�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��\\/��	v��','�5>@�)n�*�]u���ٵ��b��9v/�','',0,'?'),('���ZC�iT5g?�f�/','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|24�CV�-+�[F�','Է�_f���)S�^��0�B˝\n[��R��d','',0,'?'),('���ڛ�)$�,��V','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��8�ŋg��g#','Z�9���އ9����a�g]��Vv�b�n','',0,'?'),('��cu�Zj\0`Ri�','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/admin-style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/admin-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','he9-bE\"�V�5�ޱ��','�+��%_�V�:Slw�O�_=E�(�C��ii','',0,'?'),('��U��!�z:�/��','wp-content/plugins/wp-cerber/assets/flags/uz.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/uz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��\\�pD�\n�z�d','�+����L���S?{�9�~{eVxD�Ϳs�M','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��A�r��g.�ޘ�3','wp-content/themes/astra/assets/css/minified/main.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/main.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��r6i*�<�7�v','�B�<�&a�U�{_�T�1����8��P��1','',0,'?'),('���^0�hLa��B��G','wp-content/themes/sydney/content-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�چ��s��`�`���','��i����/-ɂ�P���Ve���rA\0j�;���','',0,'?'),('��Q\'�BM���z','wp-content/themes/astra/assets/css/minified/galleries.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/galleries.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NI�l�&O���b%F','�q��M����_8肼��;+_�Mw:�6��0�-','',0,'?'),('���f�=rQ����','wp-content/plugins/elementor/assets/js/app-packages.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�v���e�ԧ)��','��fÆ�G��ԇ��Y1��a?���܈','',0,'?'),('�΄�+�!���M�','wp-content/themes/sydney/images/customizer/bl2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Zy��~���2>','-<9e��9rC�vJ��,8�O��6�2lU���s-C','',0,'?'),('���k@N���M�?�M','wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ,�m:M5�`�ò`i','��sߎz���|��[ʣ{R��bgB��~X','',0,'?'),('��0���\Z/1��~','wp-includes/blocks/query-pagination/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6���HN܅;�E','��#v9܍��Ͽ�a=�[fJ��4S���^','',0,'?'),('��\r\0FJ��B��e�','wp-login.php','/home/sleepingsolutions.co.uk/public_html/wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��Ֆ(�Wx9�X��','-����A����jT_��Ȓ��	P.��T�','',0,'?'),('�׵(���K�B��','wp-includes/js/codemirror/fakejshint.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�;$����NL��Ϙi','wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!6<��Dg�RUM�!\\�','H���GO\0�km���6��VՇ�����','',0,'?'),('�#��\"_�f�������','wp-content/plugins/wordpress-seo/css/dist/workouts-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�ypT�ȿCT�+~�','��\\Ӯ{ު����C`��d�OB<n�VtBW�','',0,'?'),('�&�7��sM�4+�]','wp-content/plugins/burger-companion/inc/shopmax/images/info/info1.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/info/info1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MK��\\3�yA+�X\r�','ɋK=nd���	��#ƽ��n)m����f[��','',0,'?'),('�/+�����mr����','wp-content/plugins/elementor/core/breakpoints/breakpoint.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/breakpoints/breakpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','栜��4+*\Z_�u;{�','�I/s��8ֽ _y��������\r�յ','',0,'?'),('�5 <؏]Ԛ��>�u�','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�}�b��~ LMQ�','WV�XH���W��r��rt(����<b�)','',0,'?'),('�9O�XR�ha�2�D�','wp-content/plugins/wordpress-seo/admin/views/redirects.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/redirects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+	�{\0�^�ZH������','W�e��t��B<F�&)�p$�#kZi�k�\0���','',0,'?'),('�>�Ui�\Zz�B}J^�G','wp-content/plugins/wp-cerber/assets/flags/de.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/de.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<�>�^�l(�>��','��R�w|F�Χ�i<u�v�b���F)A��5%�','',0,'?'),('�J2����<\\�8Z�%','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�G�<ӈ�޼�/�','ɼ}�6Ny�(�G����+�n\"��+�8P�','',0,'?'),('�J0���j�Yg�h�','wp-includes/js/tinymce/plugins/lists/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�NchrYM�̺O��q','wp-content/themes/astra/template-parts/content-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y��LjR�v#\\�&','F$�)��0$>�I����)�SA����jF-�','',0,'?'),('�[6�5��+�	�n9�','wp-admin/images/sort.gif','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������*� ����3','vP���-~�x��O\"	�����;��','',0,'?'),('�`��L\\3-i�_3�S\r�','wp-includes/blocks/code/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����h�w>���C��','#�0�c����k�S��vܾl���n�lJ�7��','',0,'?'),('�c+%L�4j+�g9,s��','wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bnق���1%K�','�f2�݁H�.�LFU���}<��-��s���','',0,'?'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?0�\0��](���5','��|�+N\"���;����&�1�|�3�K��ҁ�','',0,'?'),('�h�Ea����Vq� g','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç\n!Вז�9���?:','���;���l�?q��\"�:�������','',0,'?'),('�k��k���?5��3','wp-content/plugins/burger-companion/inc/spabiz/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڐ��8Ʉ�srD��','z^\Zk�9�nj�\\O&�Ʌ~U��a�.��Uk�	�','',0,'?'),('�of���A��ם(','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nJ!^\r�Y^�&�[c�','Ώ$��k�[�o�B�LZ@h�aW†T��e��','',0,'?'),('�|�ؓ���uF����','wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3^iL.J��a�ÊЯ�','�@+����ꘁ�����Y���64�<�\Z','',0,'?'),('�~V�5VU�60v�bG','wp-content/plugins/redirection/locale/redirection-nl_NL.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/���/j/Œ4��R','A���t�lW0�\0A�و?[������.ϝR','',0,'?'),('ݒ�\\XJc�/�(_�!��','wp-content/plugins/redirection/locale/redirection-es_CO.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_CO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�j!Q�PډC�(\Z','�\\����f{c���T�Q�9Q�\'�g��k�j[','',0,'?'),('ݔ}��!)\\NH�N>','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʑ�$�k�)���!�h�','H1��6����F�x�Aj�x�;x]�J<�','',0,'?'),('ݖ�\'�\"|3�_�t|��','wp-includes/class-wp-term.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0tv��e��i/��:�','�����V��Gk�<�|<P�S�	�5�I��_��','',0,'?'),('ݦ����{b�h0�Q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ݱ�*x��7+C��ɍ�','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A+(�{�!��','<7�+��n�X�M\"������d����\0=�A�nw','',0,'?'),('ݲ��g�>:�[tQ�V','wp-includes/blocks/query-title/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w&ֽ�.���>���',')񇜲��Äp���0�p��v��C��uhFQ�9','',0,'?'),('ݽ�G��#��X-�*8+','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a+�\'G�*[����ٙ��','�N�����!�\"K \0�\n�P�����M��','',0,'?'),('�U��\r�Õ�ox�p��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':R���HKa�U��a','���N�I�\r}H�G=�c��\"MG��fDUkhp�','',0,'?'),('����8:&v��[�_�)','wp-content/plugins/elementor/core/settings/page/model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/page/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6̞&\"b�L��	�','�i5��W@^@��{B�0{�c,c�e��˓','',0,'?'),('�ЖY$b+����i','wp-content/plugins/elementor/modules/history/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\0�gT-��5e','.hw��\nH�i�	0���B�D2W	�XSA��N','',0,'?'),('���4�����','wp-includes/blocks/media-text/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pU�h�	]\Z��T�','�ʀ(p+ϣ�Ń�Y���&!�02�F��t','',0,'?'),('�ӟ���j/pO\\)�?�H','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�s.Ju37#g�}',' l���_7���DL�pb�Uy��=5�9��/��','',0,'?'),('���F@h��KP�X7��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֐y���T�bku�o','}���W����9�{g�H���n�L{��#�','',0,'?'),('��V�8�.�C:Wx','wp-content/plugins/wp-cerber/assets/flags/je.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/je.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a#r��P�B�*�x���','1_�H���d��L����\0�v��%ٟ4vna','',0,'?'),('�ޓ�C�Mp6��Yz��','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�L�ł��r�qG��','��]\n�4p+���|ŭ<���Ņ1�L�L)','',0,'?'),('��\'��|?��>��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�6]L���7�de','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d͟�\"�ގX��]�T','٨�(g��qu8�=��sE��t���h�[ˬ�\'>','',0,'?'),('����jJ%COx0�e�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W\"2���(�\'H�Kyv',';����[�9#�j�(��d*Z�7V]�J2�A�Y�','',0,'?'),('�Q�.�Ob��ZƠ���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,G�m}�Q\nw��F�','o`�CR�#N��Ֆ�l�Z:\'�|О;x��醶y�','',0,'?'),('�	���F�����E��)','wp-includes/blocks/comments.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ς�_��o��J\n�','f��[��(�\"8��i��:앰%-���\nH���','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�5o��tAߦ���','��D��e��~�k%�l��(rcD�\rׇ��\Z��','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�/�*NW������P','wp-content/plugins/elementor/assets/css/frontend-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p9�l��dR����','[ݷaŒvM��a�������\'�*1���u��','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<t�̖a�4j}�','H�������^��5�톍�sp�ކ�gy�)�','',0,'?'),('�:�����%��ze2','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Vlo%�Ր��]�\n','7�]��wE\'���5G.�)����\n��+� ��z','',0,'?'),('�A�ߣ�K�Ia �H@J','wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','힃{��ɳE��9�','ʂh倾D��hz��PJ�6� �4迥�ν~�ׇ','',0,'?'),('�I�[5��F�?=��','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[W��kg�A\0�᳨5','kl!����=R����\"�No��u\Z�i�:Z���','',0,'?'),('�N�\\�|�`*�,)@4','wp-includes/images/xit-2x.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�O���p+~��m4KN\n','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��\'�辒�H	�*','T2�r�\ZL��W���(�NZ��qv�+��3�','',0,'?'),('�Q��\\����E��','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�B��c��#����V','-a4n�!�.�E7��w\\�5@�t�\0;��4�x� ','',0,'?'),('�\\�%6J���h��@�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=����^.\0\Z�Q','Nv����EF_�[�*�G�U��Bĉ��Y�','',0,'?'),('�]=�\r6�����5��','wp-content/plugins/updraftplus/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zm? �3<p2F�P^�','^���v�+(��B��j��P2�\n�	��H�O\nm','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��Og�$\n{��R','�n�[ϫ�\0�.?$`������R�f\0�ı&Ml�,','',0,'?'),('�f�@�\Z�lҝ�{zl�','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�1��sTʼn	�6c','_Yp=�)��_$�;m?v�c�Ѻ�����','',0,'?'),('�k\'9�e�b%9���}','wp-content/plugins/burger-companion/inc/spinsoft/spinsoft.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/spinsoft.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m5���q��s$�','�m{@:$R�Yc3�����	�@��T���&�L9','',0,'?'),('�|�p����#}��ID','wp-content/plugins/redirection/models/url/url-transform.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-transform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�8�;�ulGg��h�','���1�\\�E�|{n/P�͙F,���7ļZ���U','',0,'?'),('ޑo�!.��o��;ߟS0','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FGЩW��vˑO��','w/ozW16[�E��xc<�|��aXR��M%&','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php','/home/sleepingsolutions.co.uk/public_html/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','�x��U���e�ҵS','H�����#݂yf���6A���U(714��J�2�','',0,'?'),('ޚ�ꧭ�߅\"gс<Nr','wp-includes/blocks/text-columns/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0�	�l$C���;��','',0,'?'),('ޠ�q����D���b,','wp-includes/blocks/paragraph/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5S�=g�����s\0֧�','�1�m����Y��H�^��O���L8�','',0,'?'),('ި��z+B�C���-��','wp-content/plugins/wordpress-seo/js/dist/addon-installation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+WC`��Ɣ�o�\rq��','(D��qLYK�_��>G‰()�+� LE��氶��','',0,'?'),('ު�%���%-������','wp-content/plugins/wordpress-seo/images/alert-info-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B,���I���k�E0�','�f��/�#O4���۵Q�svv�+���&�#�','',0,'?'),('ޫ���su��f]~�%','wp-content/plugins/wp-cerber/assets/flags/mc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��X�b�D�,���i',':V���4R&�f�+�Ğ%B��dx<��F�g�ڿ�','',0,'?'),('޷��H����Ӛc','wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w<N�T�;��[�-�5�','ezAy�aԇ���}�!V��G�Iގ�Z�^*�','',0,'?'),('��à��j�F4���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9w�l�;�+��H�','�pk��\r<�wB�\"a�����6��W�u�v`','',0,'?'),('�̧���:^�\\�z��','wp-content/plugins/wp-cerber/assets/flags/hr.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vq�G�܏�-U','PҰq����<�Y�~s�֒�Q��]����>E','',0,'?'),('���C扑1���̷N�','wp-content/plugins/elementor/assets/js/app-packages.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-packages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dͦ�O%�E��\r����','I�\'����S��ǫטvb��)fcA$cH�.','',0,'?'),('��z�{P\\%�e�ܮ�\"','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d\\�@�dyoL�q!','�An����Pi�7G+aM����^$$��:o','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r�zT�G��~SJ�D','8sn�b�A޺��.���r�0z��!��N<�sA','',0,'?'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ܖ�ƭ�rg-��4�^','wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pa�oZQO��2�','z7����)��#���Ϧv��E-���1��gV','',0,'?'),('�CZ[}�\"\r�j�4�','wp-includes/js/dist/vendor/regenerator-runtime.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/regenerator-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aD��--����r��!','����у�X�Xzb	��`�8V���%��D','',0,'?'),('�\nk�Y����ul����','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#� �Y�l��	Z1��','��#�k/�ʰ�aw��E*;v����[#��','',0,'?'),('�\n��k}�\r��\'�F�Ԫ','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]�\np\\��͇۪�fk�','�9����L�Kt�K&��q(�M;s/IJ�','',0,'?'),('�u���J���,Fq�','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��\0,��\'���gUƉ�','TtJ��5i>x�u��H��f{�|�kG��X','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U[1�$�u���!Q','�����u���`tl(��{DUh�gwL�]�','',0,'?'),('���[�a;.�@����C','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�<����cKo�[�','`)r�V�Tl�0��U%9(�����y��{�<','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�6<c���)��!c�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�b���K-��Uvk','�I��fW������V������BA�	\0�zZ:�K','',0,'?'),('�=@\\�JpQ�m\\��6','wp-admin/includes/class-wp-upgrader-skin.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�J|?�潟O��','�8h�6͸�s�gUEm;���A�)\Z�a�͎7\0','',0,'?'),('�=����>\0�U<�n�','wp-admin/images/about-header-freedoms.svg','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-freedoms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xy\\S�2����clm�','�Iʶ�W�g���v�ZF�Ϝ��\Zb7B¤�','',0,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�@\n��<�N�nR','�C]�]%�۽j������?�	���t�A������','',0,'?'),('�RH�5�%4�)n�45\'','wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��F�+�9\"�q�1]','jtwRK���5?Z�UM�l��y�Q�E�X��k�GE','',0,'?'),('�T@�%ph�Cr�\'','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a<�7j�-I�LF','�b\\렔�7��<^\'��Ȍo\r��n-B0c��j','',0,'?'),('�ap�,��emj���','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Υ��c��	���y�','I���ϣ�i�\n��#ǚ_g����\\�*��2��2)','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�b�L�� lm�\\�AY','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ơwaPDz5�Mxd�','���C��&��	�\r{Gʕ������Ž鴀�','',0,'?'),('�j���X��&=��','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�=��a\0H�k','���z\n����K�I!�W?�ߤl�Uz$','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:o�\0�<��l�0��','�U(N�n&2���q�$4�y��D7��:m�}�','',0,'?'),('�x��%�}��HzL��N','wp-content/plugins/wpforms-lite/assets/css/logger.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/logger.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��J�)w��،$','���\\��y�L+�S帨����\'F�����#ؽ�J','',0,'?'),('�z#�>�l��R���f','wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��d�B��]��L�','���x5�vF4�J�%���q��7kڱq[5','',0,'?'),('�z�Ni�o�r�#�(�','wp-content/plugins/elementor/core/settings/editor-preferences/model.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d�kHR&��DZw~','�_�Mz�W=?���w�Ʃ❍�.����E','',0,'?'),('�~>g��>j^0%a�sg','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D/_�QÒ-��','okK�Ԏ�cB𹲳,��R8>{*S!j�;��','',0,'?'),('�u�T�q�=��S�b�','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AttributeNode.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AttributeNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����%��N�rJ�','	\'40�kBh�HR!-~H`?b��t*ݾNF�','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8O�74��fer���M','��L3��i_��4����UR���w�^�j��','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('ߥ�]�\\;Lc�9��R\Z','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xg�ۚlL�#I�(X\Z','ju̞�ߛ˙4���fE��vm��?W�\Z�\ng65','',0,'?'),('ߩX���@@�䃍','wp-content/plugins/wpforms-lite/assets/images/check-circle.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/check-circle.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kR���I����];?','���	�[�NҠO̜c撉�}>���.�Dz','',0,'?'),('ߩ@��?�#e�(�','wp-content/plugins/updraftplus/includes/checkout-embed/products.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/products.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$h}p���X���\r�','rd���=ZŨ/ۢ���zvs�D\"y�cȎ��꼖','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�(���&��0E����','zH����kG�j���)C��T;�d�O��$\\{','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7� �G�¤��T��`B','e�X�������Ӕ?�����C8v�P~ \Z	6�','',0,'?'),('߹V�=���\"�#n�	�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('�f�y�ڸy�Y�n�C�','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ҕ\Z���P<�x�','�n����N9��~x+n����;�4L:觷f�/','',0,'?'),('�ĵ>��#B��b���','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��s}���c�ƅ|�','ΜN+�s\\��a�Ȣ�\0{I[-��¾O�Z`','',0,'?'),('�ы��z4� 	UF','wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B~��?���\\�T�','QęZR�BB��4����O�]��h\rhr3�','',0,'?'),('��G]��9���e7��(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss','/home/sleepingsolutions.co.uk/public_html/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','>�a�7:ל{�Z��h','\"[3[�@\'��`$Ip�E.ҹS�{���\"$0','',0,'?'),('��Yv�z�֗*�9��a','wp-includes/js/jquery/ui/tooltip.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FA\r�{?���D\\�','\\�@$�)�Ҷ����\nX�\r�ήl�h����DHH','',0,'?'),('��e���\n*���v�','wp-includes/blocks/comments/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʊ�!��\\\r3�','��fG��Ԅ���z��̻|�A�O�>H�','',0,'?'),('��]�?�t�(`��85V','wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&|�Z��j�X��','�GN֨Z�K�+�1wi�Tw�)I����g�2n/','',0,'?'),('��$dp���C����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss','/home/sleepingsolutions.co.uk/public_html/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','��w�2�\'�ud}���','ƵIg\"ʧ[ r���8pVg�R��~��(��)�','',0,'?'),('��eş+�\r��	���','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��-�w��=����S','wp-includes/css/dist/edit-widgets/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������F�!�A�x�','뱠A�\\��Yd5�}��	bR<ed��h.8','',0,'?'),('��JvOB�� �R�i<�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��>ߗH)R�M','��\"_�N���s��ɐf �N?R��H�n��','',0,'?'),('��Օ�G���֟','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nw�L�l���G�','��djn�Q`y3�^?\"�rkg]&�eh!�q�','',0,'?'),('�	V��q%���l#�','wp-content/plugins/updraftplus/includes/jstree/jstree.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gO���摻��Hs��','��r��\'<�b]���Ý�}U;*(L=�Q���','',0,'?'),('�\Z�tU�R\r\"C���','wp-includes/blocks/avatar/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҆�O̡�e9��&E�k�','f+Z�H�������m\0�(�gVlY9Ċ','',0,'?'),('� �� ���.c:A�','wp-content/plugins/really-simple-ssl/placeholders/class-placeholder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/placeholders/class-placeholder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��r��$�&���x&!','o.�좊���kG�����+pĽ(����','',0,'?'),('�%�f\\+,���\0\\Y','wp-admin/includes/class-wp-filesystem-base.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%���r�k\n[��','\0��� na�<X��Y 2�ow1{�a����3��','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�/�����.��鑅8H�','wp-content/plugins/really-simple-ssl/system-status.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/system-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��47�h/6��շ�^�C','��9L���&��kJ��Ld�Z`��Y��\"','',0,'?'),('�0Ŷl���bW��V','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0X�m�� �`����X','`�IK%ģ|�%��e����<6�%n�0ȯw%','',0,'?'),('�7�g�NSt��<6�','wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:`�����J�lT','��ע��f���;�ܠ�g�h���itq��ײ��','',0,'?'),('�<���\\g	���F','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#,��Z��E���','����.�E����}l�_�wT\n�V���;�	�P;','',0,'?'),('�>~�����q\'(Vo��','wp-content/plugins/burger-companion/inc/owlpress/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�D=xX�6��ت����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[t.ޱ�Ƴ�u��u8�{','ro�_��Fw��\Z$w�?@q]Qb���f�2o�','',0,'?'),('�H�錄8��f�Vn','wp-content/plugins/elementor/data/base/processor/after.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/processor/after.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�A<���Q�c���','u�x�1�a�P�FOIG]�5p��^���A\'T��','',0,'?'),('�O�*�Ҟ�9;�����','wp-includes/blocks/embed/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���K;�n��1C�','��l�|ǒB��������T�3EV�	�uG6i','',0,'?'),('�XL�t����Cc-��','wp-includes/blocks/query/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�2]�m\\�o�+eD�Ӑ','MI��ݚ\"p��F�\0�����fe�B�EA-7�: ','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�c��|;:3$�BD�	�v','wp-content/plugins/really-simple-ssl/settings/src/Settings/Field.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Field.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hŶ�uc&9�LI[G��','ax%�:��t>�r\n�ٿ��d�3�0�(��','',0,'?'),('�k/�ZVb[j��dNK�','wp-content/plugins/elementor/data/base/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�h)��A�np','pq?�f4޷M���Y�`mEy-Cs@�:W�','',0,'?'),('�qrЍ߇�EߠC�J','wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�0W�sIa�\ry��5','Z��M))u�Bz�m��x^�� JĿ8֡r�','',0,'?'),('�s�t��dkM�w�UO8','wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ayH���l/�3YSV�','+��\Z�3P���G��Z�ω����  a�X�','',0,'?'),('�ukJ]{�V��TԥI','wp-content/plugins/updraftplus/methods/cloudfiles.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/cloudfiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�I0�\Z��$�p�N(�','\r���]���.dp9?�r��z�0ϙZw���	','',0,'?'),('�i���4��Zl�Ѓ @','wp-includes/css/dist/block-editor/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݲo3v��S+@5�-$','��:je�-�@��5��I�-�5*�>�(/','',0,'?'),('�U����2\'���-��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('�>�]*a��R��','wp-content/plugins/wordpress-seo/src/helpers/product-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I*�$�ō���(','���\r�e��D���@m!G������\"�r','',0,'?'),('��r��M�ܴ-\nS��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��*��%��w�7�','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S&�8��H�Y����','�7��t���;�t-0������{%��Cf','',0,'?'),('ೈ�p��΄���DN�','wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bNv�_��{�`�(�:+','wO\rT�:Q,�������H�nl0��gD����','',0,'?'),('�Ƈ�L3�V<��am��','wp-content/plugins/really-simple-ssl/security/server/disable-indexing.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/server/disable-indexing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Z�����\\�3� �','g)W�p9�dn�.������e���0t��\"����','',0,'?'),('�ȕ��кDj���','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0v�����>�$��}','��Kt�89�L�7�;�XY���R�i�D���','',0,'?'),('��~Z��d�S3\rR��','wp-content/plugins/updraftplus/central/modules/plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mYڟ^@\"�F��m�BO2','X�M�KQ �`JWCM��K�[u��iF?��QE','',0,'?'),('��^�x�.w��a$�*','wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Uy��̥�H�-���','>���y,��ʣ�;�)hK��9d_�u?�+,�','',0,'?'),('��	D)g\rQ��>8R','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yb3C꣓}�\'R�','#��`�ȮF�h\'�F�w1�s��+2��X��','',0,'?'),('�!b��B��Z�g�#','wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��X�8:e7ܺl��n','y��+�s���Ƣ��n��.�%YH�)�?_�l��','',0,'?'),('�%�xz:\"��yKj0','wp-content/plugins/elementor/core/upgrade/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��wa}m�K*�C�','1����s��\n(�T���3��UyW�','',0,'?'),('��FN6}�;Ʈ�D���','wp-content/plugins/elementor/modules/dynamic-tags/module.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,w�Chň|\'kEn�','8,;�?I�m��$�m�\\������_,�i~7�','',0,'?'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���TÏ=K��0�/^','��H�3}C���Px9�����Q���]-�#@','',0,'?'),('�T9(���f\0=&�>x�','wp-content/themes/astra/assets/svg/ast-social-icons.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/svg/ast-social-icons.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϊ������MȌv�','K���Hڗ��\\�S��E�	X	�z�穠ٖ��F','',0,'?'),('�6�̬H4�O��$�','wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�QIGh6���V�T','��^�V���[�#��:��9�ҕtG��c�t���','',0,'?'),('�\n���n�ɫX€�Q','wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sv��/B�.%]Ǽr�','gKϟ�80c�LN��m��r�j���	\r�	��','',0,'?'),('�\n��[��Z9�#��\r','wp-content/plugins/litespeed-cache/src/tool.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/tool.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Nߧ٘\'��1�)','E����$OlkY\02LCʞ���(Ҥ\"-�C����','',0,'?'),('����YK&�([�W�','wp-content/plugins/updraftplus/central/translations-central.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/translations-central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ju`<��M�0z�f','��#�2N[st�\\/�>�bH>�]^��Ԁ��','',0,'?'),('�����\Z��mD??}��','wp-content/plugins/burger-companion/inc/appetizer/sections/section-footer-above.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-footer-above.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�������d�ZF','�� s���L�\0YJ7N��Y����~UolvnТ@','',0,'?'),('��P�=��W,*�)�','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����4I�\nZH��u',']^��M�;Y~�\r�m�@t�E�]�9�J�','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^K)@(��\"����qD','g��s�h�&\"\\L���ghg���23���1o','',0,'?'),('�n�q���2�ОO��','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�o�������� ','lO�7�bz��3����L\"�(gg�D0<S�','',0,'?'),('�\"\Zca����<�*','wp-content/plugins/elementor/includes/controls/heading.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̓��+@������>�','�F’�B�Z�^��|P��\'Z2y}������	�','',0,'?'),('�4`��BI*���.�F','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+���?>�,\"��','��f�� ���nQ�\n����9����춀�G�f�','',0,'?'),('�?�p_L��wE�,�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o3+P��[�9,�','G��\r�Np3���x���x�w�\"QH�\'V�	�	','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9+M@l��h> (��~ɬ','G�����ƨ�wÊ�5�x��س�|��ugn[�G2','',0,'?'),('�D\n�5�!vh\n��O<�','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','F��o�)�����d��','�Z��9�@-���B�xi�U��M?�q!��0�','',0,'?'),('�P�L�N}�0윣�^�','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�u��\'���~�;}$ڂ','�\n�ph��^�b��|�.˴E�; �EP~1��I�','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�$d�zs5EN�/�\r)','^��٢��ό�.�5�����l�LAaL�,�','',0,'?'),('�T�T�9ܰ��\nj�~','wp-includes/blocks/query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�9�.*�?�\r��','N\rC�+�*`~\\{38��pnq��ޠ�\r7ݙ_�','',0,'?'),('�X�b7<�<��\".e�','wp-content/plugins/wp-cerber/assets/flags/cd.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6g�a�\n��zp~B�S','\0�s�`��=�p�ն+���6�<�}���Ž','',0,'?'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Z�d�����]��ض','wp-content/plugins/really-simple-ssl/settings/templates/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/templates/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('�\\m��]I{��B�]�','wp-content/plugins/wordfence/images/icons/check-premium.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߇���`ީ:\r�N�','�&��y$�f��D��z����9ͧ�|VqV�','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��9O�\rX���','y:4���\"��\\X�N�%X�<�@v�-Ĉ�c�nX','',0,'?'),('�b��VE��7f��	','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��,��\noJ?�Aڰ!','���\nj�PR��E��@R4�?Ԉ�\'��ꂉR','',0,'?'),('�e����:֬p6�','wp-includes/js/dist/vendor/wp-polyfill.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���x����V�&�]�0','Qu�^{�E�u5������B�Vʭ���c�y-�','',0,'?'),('�kN�PҖ��G�c','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��cqA��p��','$L��ز�wq��Z[Vj�\\�֢^��d^\Z�{','',0,'?'),('�mZ|%������d','wp-content/plugins/updraftplus/includes/updraftplus-login.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�ߦ1��rn��ez','K:�\Z�����Ewqˀ=�y�/^�%�y\rݹC','',0,'?'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YT&�;�Po�=�','Z_���!ʦ%\'�֫\nd�J����W ��','',0,'?'),('�|�a��j�/u)z��','wp-content/plugins/ninja-tables/assets/js/ninja-table-tinymce-button.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-table-tinymce-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�v�v�M5����]��','z�$�I@�oo��6K�Ҙ��8\'���m�d','',0,'?'),('�~O���!#jrqar�','wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X5��mU\0q&ݕ�','��M�YM76��tޕ��{**���>q���r��','',0,'?'),('ᅂϖ%9����\0��D','wp-content/plugins/redirection/images/donate.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/images/donate.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yyv:i�\n�����Cb','�y�<9�\n�v�QZB\\~Xt;���~#2x� Օ','',0,'?'),('ሳ���֊ZрW 9þ','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o����zg)J�z��',',V�|���[�rm$�l�Ѕ8��.��&�!�','',0,'?'),('�(\Z���a#���E���','wp-content/themes/sydney/inc/customizer/controls/class_sydney_upsell_message.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_upsell_message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������','?���C�&#��,~.�b�.�͹}�3›��gbs','',0,'?'),('ᕵ7\\F�|�[E����l','wp-includes/sodium_compat/src/Core/Curve25519.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�`�v\ZC��','x���ӡU\ruX�aL�q&����\0�-��N','',0,'?'),('��a0P@�a\\x��-','wp-includes/blocks/social-link/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G3CqC����C���!','[�ر�?���;v9�Z�sbN8.�����~�','',0,'?'),('�>“���\n�5����Z','wp-includes/customize/class-wp-customize-image-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�f��	˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�!i�2Lj����i�','wp-content/themes/sydney/images/customizer/mhl2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/mhl2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JT�RPT��!n�','5lH�\Z����D%C/$�̃��Dߐ�\Zt�$Me�','',0,'?'),('�L�1.���-��yn�','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ɯ�4g=j��','�s�%c!��A�e�;^�Dq��m�|�6Eo�','',0,'?'),('�Ȋ�������X�=','wp-content/themes/astra/inc/class-astra-mobile-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-mobile-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%����� ~�2�n�','5T�#�W� ^{َ�jԆ0�n���#�2�Q�','',0,'?'),('�5��6觙|y��`','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\r�6\n���4����','��!�-{��Fe�W(��=\'y�j��tm�8�','',0,'?'),('������w�� =','wp-content/plugins/wp-cerber/assets/flags/mh.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^{�jPJ��9|�����','\r���� @�ݘ�V�~��R�Z�2p<��@','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Γ��jN�y��8','U��AM�V\n��PWk�xu�	�	�����/�=','',0,'?'),('���m|�yb����','wp-includes/class-wp-recovery-mode-email-service.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nf-�Io��	.����D','�\";�597�d�;$�9	��ʍװj��ݫ���','',0,'?'),('��ʨ� �:Worb�','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_c�,��dR���','���)C��X���3$	پ�߷x�(\ri>`ѻ','',0,'?'),('��q��:s���#10]-','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��٠1�{ScB�=�2f','KWn=H�9�&15hA7��n��n�g?�sa\\.�','',0,'?'),('��:��u���{���κ','wp-content/plugins/wp-cerber/assets/flags/il.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/il.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X���ӱ�K��*q\rP','ۜ8��}�5�[seL>L&���\0\0�*C��\0�','',0,'?'),('��\"�C*�����.��','wp-content/plugins/wordfence/vendor/.htaccess','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���,\ZD!����\nR�','wp-content/plugins/burger-companion/inc/setto/images/product/product-7.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-7.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@�Z�i��\n�','66�-�W�lK*����9/�M��f����4VR�E','',0,'?'),('��*�y4��b=^_�0�','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xw��+�;ax��jt|','|t�s|�������E�*U��Ɣ�*�k�ݹ�','',0,'?'),('��\\9ã>���Iz4�c','wp-includes/js/tinymce/plugins/hr/plugin.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���L`�R�`ו��*','wp-content/plugins/elementor/includes/widgets/image.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>\r���y\'�U�','��P���*�����V���~ʙ��L�t���k','',0,'?'),('�gpT�ѩ�rߒ��\r�','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��JzE��d��III�','�Yu\"�\Zp\r��3yz?=Z��\Z�ouߐX]g	H','',0,'?'),('�8�\n�����o��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css','/home/sleepingsolutions.co.uk/public_html/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','q���N\\�|>Ls�x�','!��&t�o�(a���f�R#M�����g��{+A','',0,'?'),('�ޟC�E�O}\rՍ�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�����~��W��:','/.��l���s�p�؇�����s�~>Y�7','',0,'?'),('�\r��_y��]c�F;#','wp-content/plugins/burger-companion/inc/cozipress/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��^��~Qc!���S','����@քn�{�ql�&�E�v��*���\"�','',0,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�%h��i\r�\0I��V','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�1:o�8���c','V���9�{��3HO����$w_wߝ\'��:','',0,'?'),('�&�t�}iy`e�bm@','wp-content/plugins/burger-companion/inc/seokart/default-pages/home-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/default-pages/home-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”TJ�/�W���N��S','������ɷ��X�\"����L4�#�^��7Pq?','',0,'?'),('�7.�8T��)��w��^','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�^7�9�&qHm�','�?�Eg�?�\"�kE��\\���������&���#5�','',0,'?'),('�F��G����i\Z0�','wp-content/plugins/wp-cerber/assets/flags/id.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/id.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Z��o��\\cjv�Pԣ','$s�\r�S[J����QvX�\n�IX/���Eo��P','',0,'?'),('�L�>�ٟ�#{6p}Y��','wp-admin/options-writing.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�5xLB�3�W5�','g�\'�L�W�=�)[�1��>D�˙�{>�&�|Z�','',0,'?'),('�U6υs�d�~x���','wp-includes/sodium_compat/src/Core32/XChaCha20.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�%RS������TY','`-��������J��\0�P��#M\"�&�o�','',0,'?'),('�U�bxBU�A�[m`J�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5\n-~(bjg�]Z}(','sO�3a}W���U���p���9&����A�hW','',0,'?'),('�VV��F=/�Q(q\'�3','wp-content/plugins/elementor/includes/controls/code.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��#��sߎ�u�&k','���A���F�ɺ����y��$?<q���','',0,'?'),('�X����\'d��@�','wp-content/themes/sydney/inc/customizer/options/woocommerce-single.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/woocommerce-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���%�#����','\n:q���NF�j�	�6���$L2����','',0,'?'),('�^}R	�V7{WI\rH','wp-includes/blocks/search.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�; |�V����RT{@ȩ','��f���?��!���m�\'�߬|+w�\0��io�','',0,'?'),('�q�K�;�;�)̧R','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:T©�xA|��I�V','��bՕ�Ѿ6��M���w�����UY�ʲz���','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mF��A���mP�[�','=�<g�cO��N��څ){�B��R�=U�<�','',0,'?'),('�{K~�ղ���Ų��ۨ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�랫�\0�9S̄>','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1670945819.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,'?'),('�B�|������D�','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����&hE5�Ox��','1\r��*�h\\��B�o���B�}��_��XD7','',0,'?'),('��W���l�음@�','wp-content/plugins/ninja-tables/assets/img/iphone-12-normal.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/iphone-12-normal.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<a�\n�3!\rt�$e>','Ub���dAAU�z���`�^��#���7','',0,'?'),('�a�*��˜��O���','wp-content/themes/sydney/widgets/fp-list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s����d��֦c=��','C,x�%�s�KC貧��&*�[��zG��s�','',0,'?'),('�Y�K.D� ��.�N','wp-content/themes/astra/inc/customizer/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4&(���<���_� Ѥ�','Q�!�Fl/��z�*���������~�g4��','',0,'?'),('�ț������*���','wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`1�,���5��Jm','7�=��B���1_T�X}���P�n���݀:�','',0,'?'),('��&�+=�[�?�b�!�','wp-content/plugins/elementor/assets/css/widget-social-icons.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C?����t�-v���f','��_A�����7ޚ4��-�T(�|� T��$P<Y','',0,'?'),('�׉E��l9�u��F7IG','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��6\ZN+L�\r���','\r��YyLӝ2��Y�R=xHRE �\Zd�1=�I4�','',0,'?'),('�����-P�F?�:�','wp-includes/blocks/comments/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�Ae`�-�+8\'��','���y5�����\\OL\n���b�(G�Q\'Ι\"','',0,'?'),('��t�|\ry��\0��o','wp-content/plugins/elementor/modules/system-info/reporters/user.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0)��ɘXc����','#6�8��F���ޭ��FU1cTl\r�<n\":E�','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4v��[��r�(�','2̇�!UJ�;�D<s�˕G�V��-�x��)�','',0,'?'),('��˪�fz��	,�D','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5l�fa:�1�j��*','Oe�zf[��;�q�;ԡ�)\0dRgJ��ʁ','',0,'?'),('�옉\r����n�	��','wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@#�j׈s�d3{','~?\ZL��(o%ʓ��^���};���+B�Y%','',0,'?'),('��(�hYԫ�>e^r��%','wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�O\nz��x+鉍','��9�(�v@˭�&Jx2\n�]���\\��w�L�','',0,'?'),('��v���ƍ��j8�','wp-content/plugins/burger-companion/inc/setto/features/setto-browse-cat.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-browse-cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#37�\'[�URR','#]Z��D�p箪o���\0���\"_.,��r�Z','',0,'?'),('���,U_p��$�','wp-content/plugins/elementor/core/editor/data/globals/controller.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��9��ï��t��','f?`$%����$��=����g��-w7���$r��','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���-�Sn��d��','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Installation.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Installation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T���:�Uc]�^�','�Я�{��J�ȏ%2J���}��ҥ����7���m','',0,'?'),('�5�������','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�lm�؝`5v��ݮ','��k�¨R�~`�@���9P��[)h�bQR','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D\'��:5�Η�^r��','&�-�GCl��:-�T�Ĺp�V���q�\"U','',0,'?'),('��+�Я���(���t�','wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�=0���P�eu��','��\\�?��0�$`��W��(3r��=膇D���','',0,'?'),('��$d�ЦW���H\'�','wp-content/plugins/disable-gutenberg/inc/settings-display.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt\n��(�\r�+\\','���/���m.D�{�n�+�M.��V8�#�Ѿ�W','',0,'?'),('��I��SL�Ȳ�q�(','wp-content/plugins/elementor/core/upgrade/custom-tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�����Z*��1�B�d','?@~�M9WB�)bX1�B�f�����X��}','',0,'?'),('�:�p�������&��','wp-content/plugins/wp-cerber/assets/flags/kw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��I�¡�ad�7]�3�','�Yxod� �Z!�_.\"�Q���{�ು���`�X','',0,'?'),('�x\\5n�W\n�����','wp-includes/blocks/embed/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߫D�L򊹀�)\r','�l�0�f��6�!�2��C��\n���\'JǨ�Њ','',0,'?'),('� {z������6*�=','wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[U�2=do?<�p�','�x����4X�\r\0`,v.A���Š6���I','',0,'?'),('�)��W!<BM:&�����','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sr:X*��m�~���j','>d-�q��1�-wYk��u��rN}a���V�dB','',0,'?'),('�-m}�6��0�˙�t�','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pg�����A=Xz�p\r','���{c�R�ٝ\Z�K�}�\Z1V��t����','',0,'?'),('�/����H 呙','wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z����R��^:;Cm','���ꀓ��6t��#�*����k��fX3 ','',0,'?'),('�0�;�-,�A�Ey�','wp-includes/theme-compat/sidebar.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u;	\0�&','',0,'?'),('�B��\"^I\n���hƜ','wp-includes/js/dist/dom.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O/c��w�H3��n��','�5�ڷ�1�2A)�_�(}�r��N��I=','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�S�#�F�o���','�d��ݼ��yx$w����I��Ҙ\'�uH\r@','',0,'?'),('�S��\"BcB�-�y�','wp-content/plugins/wordpress-seo/src/commands/command-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�y���X�@s$Xos�','y�dT!�&R\\�p�^��OS\"N��u�S����','',0,'?'),('�Txo�����$ׅqq','wp-content/plugins/burger-companion/inc/cozipress/default-widgets/default-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/default-widgets/default-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VQ��	|\rD�*d��','�\r�}\rS(����\n9�\\��\'��^gc!�]','',0,'?'),('�Z\nD�_����G�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=9(��Ñ��·k','Ddq����Ք��<H\rX��\0���eC2����','',0,'?'),('�a�Oj\'�ŻD*ցV4','wp-cron.php','/home/sleepingsolutions.co.uk/public_html/wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S\'Mz��Ǻ�s�','4�B�))�Q\0��F���N�/��t��^N�','',0,'?'),('�ba�l��4�拲N�','wp-content/plugins/elementor/includes/controls/url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�Zo7ܧ�vc��c','������B�&�6��${q���a��','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(t����\r4��cR','�^�V�x���_:��k	��(��?�B�!','',0,'?'),('�s��W7H����','wp-content/plugins/elementor/core/utils/plugins-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/plugins-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��䏽(^j���㧷x�','ܒ��Z���Y���j*�!9j���7��P��m�','',0,'?'),('�tM�&�x�V�����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�yj����{��Z}6��','wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x,g3��m-;\"�Se�P','�)��4�p\0FU����փ��ùE�q��,','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php','/home/sleepingsolutions.co.uk/public_html/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','����q�`գ�-$','[��-v1R	?��:.v�݌���U�X��EL','',0,'?'),('㋺�y�e,\\����8o','wp-content/plugins/ninja-tables/assets/img/banner_premium.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/banner_premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{7������il��','��1&��:�$I��I;⤽:�!v�\'_(�ԝ','',0,'?'),('�q��/0p�q�Z���','wp-content/themes/sydney/inc/theme-dashboard-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/theme-dashboard-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����R\n7\'y�','/�l���O*���z��]��q�Po�V�','',0,'?'),('�7N����L�LgY���','wp-content/themes/sydney/theme-dashboard/images/welcome-banner@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/welcome-banner@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0[��u��\\���','����\'Wόz	?���0c��6���E\Z�\Z�\"Y�','',0,'?'),('�\0\n�G���`��0','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���)p���\ZP�','�A�ő�ً*��WG��7��\"VRR�RQ��','',0,'?'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('�Rs{p~���gЁؑ�','wp-includes/css/dist/reusable-blocks/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk-Q6U��J��Ӂ','��ѹ��Q!!�T��Zk�0����\\���','',0,'?'),('�Q���{�a3C�iR','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/Specificity.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/Specificity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��3��{�U]�M�','����� nx��>��#[M���08�]~��','',0,'?'),('��vi�\"��P�uQޡ<','wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fd�k`#�pݜ\Z����','���J^?NR�fXX��쏓A1c�}\r��j{�\n','',0,'?'),('�D{��W�1��','wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�C��;�e����','O��7ޚn�����#�xY���6�f��UK�','',0,'?'),('���w�mԛ]Z','wp-content/themes/astra/inc/core/class-astra-walker-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J]h���%��ɓb^�','Q€.z7:�~���)*�δV�`L�֖���od','',0,'?'),('���s0?BW��ǣ!','wp-content/plugins/updraftplus/includes/updraftplus-tour.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-tour.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��ig��E&�xS6','I�0�\"m(J�p���XI/���M���Bߍ','',0,'?'),('�էxN���\'���','wp-content/plugins/ninja-tables/admin/table-builder/ImportExport.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/ImportExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','فWW���\n�ܿ��e:','�q�̓A�	�d��.k3��)�e���؁A�[','',0,'?'),('��q�82��v�&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���Z	Y����\':�/','wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L4�ț7�qM�4�~Gn','�^���c��i/�}�(�QE2���w','',0,'?'),('��@1����uM�{�','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��g��KdC��.ĵ&','?S>ȃH��\'���M�-o�ԭ|c����&�','',0,'?'),('�8�?p�C�|T�Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:Z���(y�H��17','�X��k����f��l���C~}�ֶ��','',0,'?'),('��`c�@3���vz�','wp-includes/blocks/legacy-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/legacy-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"Gkn��u.�18��|','Ug+(�]{ !H��>`�O]����!C�~��ꥋ7','',0,'?'),('�]��׫��H�?','wp-content/plugins/wp-cerber/assets/flags/bd.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��,ߍ1r��K|','KaOq���Q�At�ӱ4 ��=\n���w�ܱ<�','',0,'?'),('����D咽���j�^','wp-content/plugins/burger-companion/inc/spabiz/sections/section-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����:t}��xG��','��r�N�R\r�h�{�b[�A���6�c5�I�','',0,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�sD�hm-��~��j','N*��R��mzj/b3�4�U�3O�[�\Z�','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�j�1ȏ��P�m4k',';�z���s2�g����\0��²�{<�Fn*�7','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥ��&l�.J�E��','b�RV��Em�-G��$�Yq�y/(rG�9M�','',0,'?'),('� >h�{:�(��+7','wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|-+�A���s嚤','iJ�6��,,T�|�h��X�*�	��i��Ÿ��','',0,'?'),('�\'\Z�!��Pf�/z�[F)','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/blacklist/rule-user-agent-blacklist.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/blacklist/rule-user-agent-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iF��f�㷈Ja,\"�`','���� ��Ⱥ����)�\"�h`ͨ)�oS��Y��','',0,'?'),('�)�dX�:��h:}k','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*��y��&9{�1v��',':��9�@�U�x��.�kk��X�W�/�3g(','',0,'?'),('�,�����]	0}J�','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�p�VS�U)�a','�T�ۆ\0S��rgJ�݁���+��\\,+�� U�','',0,'?'),('�,��*iV�O1a�\n3�','wp-includes/blocks/post-featured-image/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�\"m+2�2�Ւ;�I','|���v+Ko5~�X��y���#0���o�7p','',0,'?'),('�/�Vpk��^�B�\\�','wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':L6���iɫ�H�A�]','��F�Q��Q��4X�x��&�$lH���kd�','',0,'?'),('�1�b�N;����p0w�','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n��V�f\0�1�','�U�c2}5���:p�8��ܝO� I���2','',0,'?'),('�L�-��G�_���','wp-content/plugins/wpforms-lite/templates/emails/general-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Yڱa&��eѻ�ĵ�','��-�ɲ!?�6r#���QN*k:��\'RN�l�3\\','',0,'?'),('�O�L��OT��s�','wp-content/plugins/redirection/locale/redirection-es_CO.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_CO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Nl�o:��	�/`=Z','!S���ʙ��/��\r�4�Nd\r\'1 �*�B�d_�','',0,'?'),('�[aѼ��C!�P��T�','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/login-form-integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/login-form-integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZH���J.]M�8O','�g$�Fn}~Ku��w�#�N���ۆi���','',0,'?'),('�\\/蝄W�n�-�\n� 9','wp-includes/blocks/image/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	4�SV?���B�','d�h�𦉥c���2�B�����ɧC�','',0,'?'),('�n�gY	�K�\r�yT','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��a���~e%�:�','I�>�l��3OC]����E�t���t�','',0,'?'),('�n�9-�A�nA�|hr','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��Q�R��g���','����rg�z��M�#���\\f.c���<��','',0,'?'),('�y�bb�ߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP񟗩���4�����','�naӱ��*gUq��y#���Ia���`*�;�','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�}��ʭ�B����М�r','wp-content/plugins/elementor/assets/svg-paths/arc.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/arc.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\"`��Kl]Vr��\\&4','�\n�;x�F���#�\\��o�3(�~������ٙV','',0,'?'),('�~��S�7�zJ���,�','wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vŊwne�K���-(��','�,6�����BO%�Ɋ@�ɯW�{9�=vPv','',0,'?'),('䃉�\r�6�ݳN�?��','wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��#\r)Svi','�Թ��g!���7�oٝ�VQ���V+�����','',0,'?'),('䆮G*�~�5H���I','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fm�vCI=�wb־�;','��L�c�c��9�00p����$Žӥ����','',0,'?'),('�P��]XK�<�km�','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���2�����`f�','��{�V�����gWsJT�g�&UY�O���','',0,'?'),('䋊���V!�2d�-\n�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(Eɿ\'j�+.T�}��','�H��ٲ�y�G��y?�-n �g`’�a','',0,'?'),('�x����4���qL�','wp-content/plugins/redirection/locale/redirection-en_GB.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_GB.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�b�ԭر\0��','yx���L�`�b�[��n[N9��6�J�F�*	���','',0,'?'),('�*�n�~u���\ZY�','wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}����K��R�','[5�W����|��r��Pb�V )\\��vMFm�͌','',0,'?'),('�h�ѺtX5�U','wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�)*C�7|��Kq��','2�c�\n�ҳZB5^�D�aU�ȷ�6-\'G�c�F�','',0,'?'),('��ժե+<����|��','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~G�)w�����\\+�','4����r%�G�A��oA�s�4\Z;�c��(+*','',0,'?'),('䷟E�����9�=С','wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����=��%1��	','%)��G�7�,��x�m<h	)&񗎲-{ �','',0,'?'),('��\\��� � :�%8-.�','wp-content/plugins/burger-companion/inc/cozipress/images/slider/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/slider/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��pJ�;y�','%k^v(r�;ԯ���GAc�Ft*�k��HJ es','',0,'?'),('��,G��/�u��~e{�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�\\?LbY���(�','<\'�S�y�9+o�n��	�!��\\�%o-c','',0,'?'),('��_I�x���F�','wp-content/plugins/updraftplus/backup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KݙTc\0�~�I�\\߮�','V�W\Z�G�)�^Ћ)f�\0��qƵ$�D�=�T','',0,'?'),('��v5��/�;��)1F','wp-content/themes/sydney/images/customizer/hl5.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl5.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ݡ]ָ�[/\r�','��^}=B�:�:�N���Tw��V�x�]��','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������	�1��S|','\Z��>\\2q���غ�H��t(b�W�]rDB��5','',0,'?'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��$W�?#ʐ]��y','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fhũ`tB��G+�','���ZTlfN�@��I;��!E����Lt����','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Y�S�ރ������a��','��RM�S$��J�a����\\tu���dXq�\\�','',0,'?'),('�\r��#^��h��&By','wp-content/themes/sydney/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!��8>�u���=�','םŌ�?Jc�����o�֢�x�k�34��#�','',0,'?'),('��G�L��}*b�X�','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�h�%� 1��:8','�~]Ż��h߁��\0���m�ja��Q[*TT�','',0,'?'),('�7���/Dv91�j/','wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Lw��r+���lG�','�V$R��Y���CC(ݞ7:!J5S�\r���P�7','',0,'?'),('�	��Ȳl{�hY�+a�','wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��7�Y������','j�E;�x,��V-<�l��%�9�@���~`�','',0,'?'),('�\n�U����ޒ[��','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',+�.�H:��!K�<f:','�Y��q@@���7���s��\"�q�6Z�{w','',0,'?'),('�\n��T�X��f��','wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3|�d�}�&Ç��^','�*�^<�O�����:)䛓;�4q��{/*��','',0,'?'),('�\r�q���*c��\\','wp-content/plugins/ninja-tables/assets/libs/ace/ace.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/ace.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������{�','����J/�Xeú�\"?�^�PG!��+EֈL�','',0,'?'),('�&5jUI����','wp-content/themes/sydney/images/customizer/checkout2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/checkout2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=����f?�N\\�$@�','7����ה�=`H�-�\Z����VP�','',0,'?'),('���+Tx*���0r~','wp-content/plugins/updraftplus/methods/email.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޡXnP���˅E(�:��','3;k�w���\0�X)�6Ϸ��:�;�M��Θ�ڒ-','',0,'?'),('�\'�`F̔�~�Ė��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\'��7g��[�_R��','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�.R&	z(�@f','6ޗ�O\"��R�)���[C��\n����q,��x9','',0,'?'),('�)�鷫��g̨R','wp-includes/blocks/loginout/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/loginout/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Y6�X&K��5�G�','�H�=�֐x7D��Rmrê3�D�M����w��','',0,'?'),('�5&$5Q���5��N�','wp-includes/js/dist/edit-widgets.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':@|�+�32�-���','��vӎ�ne������?,�|5h�@V仭�]�','',0,'?'),('�:�\\nJ���E���!','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4f���\'?��S�','JL�P�=�<c3+�a�O՗��E(г','',0,'?'),('�@.\\A�{5)q*�`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�o̎r����|A5)��','/9���K݈�3/�w�շ�@sO�0�','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�޻����X�P��>','=���[��Ix�O�\r�P��H�];�\"���ٰ','',0,'?'),('�E?�\'y��ޫ��\\y�l','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]��K�Ʀe;�1�','9�$�~�J�	�W�VQ�e\'<.�wgl�}�z�3','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�N�eC�R,\rF �e','wp-content/plugins/elementor/modules/wp-cli/command.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','퇥U�X�m���&�8�','o�}�!u��I�r�\'��3�\'�%�n�����S','',0,'?'),('�O���������','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}/�X5$�9��/�e',';��5b��G�S��B:e}�����!q|z�6�','',0,'?'),('�R��q� v��z\rPU','wp-content/plugins/wordfence/languages/wordfence.mo','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�^8A�\'}���9���','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b!\\�\\��t;�@7��','���4�酒ً|�#��AK��ҚX�z�賿�','',0,'?'),('�d�{Ô!u+p�h�','wp-content/themes/astra/inc/template-tags.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','svp�Ci3-~�1�h','�����ܘ��\\��\\�+/�_!#Ʃ��̦}U�','',0,'?'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�l�?k��!i�zD�','wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S��7\ZE;�$T���','̐WrGԺ�� ~H�\\���=k��۷C�\"','',0,'?'),('�o���:oNp\'d�!','wp-content/plugins/wordpress-seo/src/helpers/string-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6૓(D��4\"�x��','��fV�\'�M��|Gɯ\0MT\0��)�|[7��y','',0,'?'),('�q�rU�\"���)\n!=5','wp-content/themes/sydney/js/functions.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/functions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+jJJ�rf2@-d.<��\'','v�!a�j�	#�~�ۀ�h�����|��ѰY8C�{','',0,'?'),('�se���Qr^T�K�','wp-includes/blocks/post-title/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�Ι0�Yl%��&�|_','ߵ�О.(�����\\���ƢP%Qv=F','',0,'?'),('�v�U׋���52KL','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m�U����%HyA�','���)B4OGw�K�@cB1Z������[��ʀ�R','',0,'?'),('�wʼnZ��-��\n��r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c�\Zම#\Z֭','��|N�\0��a69�A��1N�%+���','',0,'?'),('�{Ҁ\nh�\'g�)0s\\','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F8`�?��y\ZXW��{�','gac�}JF�lZ���`St��M���ϵc6F','',0,'?'),('倫/��O9�J���','wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�N�;�	��!|�','��c/����lj���7����v�O�V!�','',0,'?'),('�#�nΐ���	���','wp-includes/css/dist/edit-site/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�K;�I6�VU�N��!','�HS7O�o5D9Ni�ClQù�e���Hg��\\�','',0,'?'),('冘;�w�\Ztdz�&','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��>*Tx����','���i�uā��#!��!�y?�t�jX�\\��My','',0,'?'),('�ka���C�lKrW�','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i���o|b~d��','N����=�w�d\0\\��]�\\2$��/R�ˋ�X','',0,'?'),('口Sf�F�����\\�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������,�1�@b9','�$-G�Z˵��yǀ��\n_�BT��Q(','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('嚯�W,$�q�U��','wp-content/plugins/redirection/models/redirect/redirect-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UO8c��,Ϝdo��','��\'�QV=\n�W<5��U\0)�Լ�1-�9�','',0,'?'),('���8�|L�P�	','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Li����������`�','����q�3��%�:��a�S�Q�Uә�e','',0,'?'),('��J��%�0��1H�U�','wp-content/plugins/burger-companion/inc/shopmax/images/info/info2.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/info/info2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,���{5���a�ք�\"','�AÝi���}]\Z��y���Bu)q��r�+o ','',0,'?'),('�c�5���<`���','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0e��A�^*��-�','�T� � �@M�SKX\\9ui\\���g�b����','',0,'?'),('妀i�Z�4���(݌R','wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iؠ}�\0_�p�|U�}Qu','_��q�k������L��P���;\ZoǞ̻ǃ','',0,'?'),('峳$� @z6�\0`��/�','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}��B��H��71','��\"�beTb�$����׉�\n���~�ln��','',0,'?'),('崕�?��[œ�P�i��','wp-content/plugins/wordpress-seo/js/dist/languages/el.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/el.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3qux%��3wE�B��','W�J�@��45,6���qޜH����d��0','',0,'?'),('��$w ��y�m��','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���g��^?�^m','��<6�� � A�a=*�4OH\\;$�sd�= h','',0,'?'),('�����һ9|��','wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2GY�Q��)w]�J','��I��w� JwS���\0�e��Q�w�d��','',0,'?'),('��y�9*�I�H�h','wp-content/plugins/redirection/locale/redirection-gl_ES.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-gl_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S3�x��h�\"��ђ','���k8�l��\0�͏\Z��ބʒD�J��=6\\�','',0,'?'),('���˥B�mN�i�','wp-content/plugins/updraftplus/images/automaticbackup.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/automaticbackup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��t��njK��','�-�g���vA>E��s����]�����J�zt','',0,'?'),('��vf\Z)!j�&-\n�N�v','wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/bb-plugin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/bb-plugin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�<��S�h���U�\0','�dO�ɨ���Ϟ�;�\"nĒgO�7h/��Ϣ�','',0,'?'),('���9n��w3�f=�B��','wp-content/plugins/redirection/actions/random.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' tLU?��/�}Pd`v','����w\r�߭C\0;K�\0ߏ��J,�躻�','',0,'?'),('���*�,A�*����>�','wp-content/plugins/wpforms-lite/includes/providers/class-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/providers/class-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v<6�0��/o�PJ��','���xcdƌ��S�Y]|��IJ��&7]��K�','',0,'?'),('����*/�kt �-��','wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�����e~�l[','bl��=�:\n?�%�\r[���ځ�2�BW˖\r��b','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������_�e�I��j','*�_2��r��F�|3v+�Ș�q0�>Kwfi','',0,'?'),('�t�ћ}S]����','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RJ�s�}��>�h�a','%&v�ⅾ���Ӌ �/.�\Z�Dߕ�g��bfA','',0,'?'),('�A���q��R����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';0�K=�2�g@�͍��','����R\\#��o; �*+�zs�{�J�V�-�F�','',0,'?'),('�vџ�H���5%','wp-includes/blocks/site-logo/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cG6����H+�#��{','7|A��E����\\o�\'�[�[gB]ծs,-�','',0,'?'),('��;���|jj+�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��ц=�qm�T5�*','cō�ddf�nԱ���]���y�p�6enU��W','',0,'?'),('�%��G`��3�Ss��\\','wp-content/themes/astra/inc/assets/css/wp-editor-styles.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/wp-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'h(M��N!��J�','4ל �S[=���Р���Y���L���Ȁm�','',0,'?'),('�+;5\nG3�yq9�����','wp-content/plugins/wp-cerber/assets/flags/sb.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڻ4s��;�����','�X\n�)��?�1�XF�BX+�Ճ�\n�2i�l','',0,'?'),('�+t�a��b����ғ','wp-content/plugins/updraftplus/methods/onedrive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/onedrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5UM5(k���b&�','gJ�m��<��ג����\"��~<\\�G�?�','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m����;*\0�H���~`','�T�\n(qy,��J}\ZɄ�t3�G�V�e�f�L�','',0,'?'),('�6~�ؼp4v׳�Q�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-base-tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-base-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�ju]�������Ǩ�','9j���c�ba���5y�l��/�tG\0�����','',0,'?'),('�6�1�W�DH�\n2=','wp-content/themes/sydney/widgets/fp-clients.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-clients.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/*WB�^1ž|��FU','��Lfބy_������\0e���1K�}$D��','',0,'?'),('�8^�\'�L\\?���\r�g','wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԇ�N\"�����v�','����_�� ǃ��SD���\0l`����~��c','',0,'?'),('�9e���kk�R�o���S','wp-includes/embed.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��\r�k�ca�����3','��M*��딛�]�3���e.?��Nf��o��','',0,'?'),('�@08a\\�3��u���','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!H��Rk+3���Wx�','�΀�b�h��̩sJ��rT�u�,*�,�]ގB','',0,'?'),('�G��5�@����07��','wp-includes/images/blank.gif','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';H���7\Z�b��7u1E','gIYK�z� ����\0[����N�)�[up%�ޞ','',0,'?'),('�J�{e�����A !��','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7Di�ɵ]�,|!N��','���[�`(�кp���\ZM�\"�����	j��$','',0,'?'),('�P��q�˜L�:\Z�ѿ','wp-content/plugins/wp-cerber/assets/flags/mw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ���\'�4','h�wR/\\`W��\ny=ߗF`9��\\ �#�^X','',0,'?'),('�Q�K�~�肃0\r�','wp-content/themes/sydney/inc/customizer/options/typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WʁҢ���-2<³','�.��5�u\"z�|�)��<W�\0EH�Ҿ�ޥ:','',0,'?'),('�Vr�Ⅽ��ֺ��g�&','wp-content/plugins/elementor/core/files/assets/manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ#��: �fUl��s','�M���,�y[�[ĝ�6�?���H��\0.��Ю�','',0,'?'),('�d�V!$�N���F�U�','wp-content/plugins/updraftplus/languages/updraftplus-et.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����j�Y����>','d����LLI	��ݞzͲK� \\�ztޒ�<�Y','',0,'?'),('�hi�J��l���R>U','wp-content/plugins/really-simple-ssl/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@C~��K74�}%j/','.F�%]��ߎ~���8i���\rB<4�','',0,'?'),('�r1���2#��j���','wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S9�4Q�HC���D�$','�s�Q��\'Ä��fa�I����:aI�R#70�','',0,'?'),('�s��E��o�J;�/�','wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-\rd��iqf��Ƽ�k','�m>P\r`w���Ԡ��Ğ,�B�g������;','',0,'?'),('恴L�ޠe���/�u�','wp-content/plugins/wp-cerber/assets/scanner.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l[����Y���yX�%','������1A��GdR��	g���m�U���','',0,'?'),('�4��x;M�E�D�&S�','wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��6fQ;<jë3��','B�+\'�\0Q}b�\ra��/��E�r�M%�~','',0,'?'),('�^���輹�L&L�:�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jz�m�#I�r\ny�','da��\ng-G���C7�~�F�ܳ+��2gh�','',0,'?'),('�*��4ЬJR�R�I<','wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#U.��#1�#�{�',']U��Қ0�Ev\Z�tߐ��,ҢCl�9n	�','',0,'?'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>','�䏛N�7�g΋�?�Fb!}��ݿ��C��鳇','',0,'?'),('�g��wߍ�hm���A�','wp-includes/blocks/freeform/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�L�W!���rC�LJ','�ھi.zo�M��\\�NG�Q\\Q).?9X�X�\Zӟ','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��#j�T�,	���D','x��L�a);�%��Ƶ���R*���','',0,'?'),('�Ƕ���-��~I�','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TdɃa��m�dS�','�x�~b8��,���\rB����j2ᱍ\Z0\"�','',0,'?'),('��\rT�\\�\'�D�Q%z','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����qM�M�x�R?','1xn@7,o}hiB��Hdو�{�q9|+L�\ZҊ]','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('��[L2@��*�‚��I�','wp-includes/blocks/comments-title/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �]C�!�|A�JH\0��','��f )�Cھ�KG�\Z�C����ť L��p�','',0,'?'),('�ߪ��nn�����p|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������m��YQy','2Dz\0�}��?��C��\"͋�§��\r9C�','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,b�ķ�.\'�',';5E�˕,7�R,���փ�@����K;mt�1','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pD*����L}�','��f‰���ƾߜ=i���s�8�\Z}�����','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8���$��!��yD�&','4[N����#�0��8\0��@�3���h쯪T�','',0,'?'),('�$A�%�aP��ҜՔ','wp-content/plugins/litespeed-cache/tpl/inc/metabox.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���j3i�A���','n�����~F\rHr�\rum�;m��oztG�`�zL�','',0,'?'),('�G%�h��B���','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/buttons.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�uIb҅*;V�3��C','1��zfPxa����36�o=��ln�G���un�','',0,'?'),('��Q���o�CP޶�','wp-includes/blocks/navigation-submenu/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�2�}YHu��\0','���V���.�F�1S9W���<�9�?\\{W�','',0,'?'),('�X�����Cl��g�','wp-content/plugins/elementor/includes/controls/number.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	���7�7�)m̈́','X���\"o\'�0�.e�I0ǐ`kq�;dGϣ2�n7','',0,'?'),('�j�ԏm�bq݅��ͥ','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�c$��֩(�û�j�','�\" �L��X��\r%�Ÿ�zw+�Bm}��','',0,'?'),('����A�i���.)�','wp-content/plugins/wp-cerber/assets/flags/me.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/me.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o1�8V\">����7�','2+���.��\n�Bj�p)C���´�Q�����W','',0,'?'),('��P\r���\\��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B��j�R���ȉ�','��ߛ���˂޽�/�-2^��� �����4�Ţ','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�Ah�8L�X�d�Ta�','�8D.�u+�h8Ҳž�,���Wڝ��O','',0,'?'),('�.�\nz��\\G���g','wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l$T�#�B��X��\Z)','.���Y\r��+w�G�h�8��h����vo���9','',0,'?'),('�2\Z� {D�Z���-','wp-content/plugins/wordfence/fonts/ionicons.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h��I�15[I]J','*��\\&�t䭨\\�	gTw�����,�1���','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r���@[��3\0','n���0�A�Xa}���Hgx��\r�Pxˇ�','',0,'?'),('�I�O���Y�y�~D�','wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\Zy��n�[�#@X��','�}����#��r�}e�8�I��5�,O��n�m�k�','',0,'?'),('�\\��Y�_��,4E','wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1;�eNo��L)�.','\r\0�e�xc�^��.J�2%no�zy88�<���','',0,'?'),('�_}k��%��B��\r','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�����hyb�','Ďj�<�%�d�a{sx�o�LJRx�o�','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�=9k�\0�������','���a�;���Dz�s�.A��S���Shף(','',0,'?'),('�c�Z0{ǟK~�v�','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�0�����&�-','Ӫ��GDf���:�ڝ�lk�#�L+J5B��','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���qs�p�>��','����-��:�Q�ѾnV5Δ�6���DE �Tĺ','',0,'?'),('�y�ߎ�m�	���葊','wp-content/themes/astra/assets/js/unminified/style.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�tc͝ʇ6|X�','�Cug�$ʈ}C��=�$1\Zو.K����S','',0,'?'),('�X������@5','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˈ��j�\\3��r��\Z�','�y!՘�\'�j{>��BQ�$�>N��~38���','',0,'?'),('�^�j6�i��W��w','wp-content/plugins/ninja-tables/includes/NinjaTablesLoader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�X8��ء;O�+͋^','�x���@⢳�\'I�t���@�n<�QX9�[','',0,'?'),('�pb3u�Ey`��z\"\Zj','wp-content/plugins/burger-companion/inc/storewise/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pH�����2T�4M�','�\\��p�%d,j\08���8ׄ��1ؙfV���','',0,'?'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E;\"�KS�U/FҾ�','��({g���?i��U�B�K��\\��g�-��t','',0,'?'),('畲���*	z,l8؁','wp-content/plugins/elementor/includes/editor-templates/repeater.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2L��,��-�{��','O�Eܷ�_��²���:x�o{Ւ%f�Q��+��','',0,'?'),('�\Z�I�������','wp-includes/blocks/social-links/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F襭_�~1��tC�','�8Pə�q���cog�_�#c�����;�2�','',0,'?'),('�~�����9���','wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���ˍJʯt�J','����m7��_�!��]{�Uŭ�@�S7W,�?','',0,'?'),('������ O�S�Dz','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��鰂g~.D�b#��','� #\Zm��-0@�ʖDG������ь','',0,'?'),('�ҘG\"��:0�\\�KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��5�|���s0�p�','wp-content/plugins/burger-companion/inc/spabiz/images/slider/07.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/slider/07.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)?1�N�Nh��o','\n�\nR�^�\Z���NKe�����z���.gZ�','',0,'?'),('�S��F�Y�n��n��','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w5���K�*K�+�','\"��q�Ԋ���q����Ͷb�K��Xh�%O','',0,'?'),('�q������H6���','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�wy1����V,�','P5(��/z����[N�1��KF����W	','',0,'?'),('�~5���s�|��3�','wp-content/plugins/updraftplus/vendor/components/jquery/bower.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/bower.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��#\"���v8�{�L4','A������>d\\�9r���7��y�p�-O�l','',0,'?'),('�kN�>t��,���','wp-includes/blocks/file/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƅd_V���C�nM�|','��^b�➤�*����>A/�\'�,�����K�','',0,'?'),('��3A�4���,�� ','wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('�6�Si���\rلnT�','wp-includes/blocks/comments/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�Ȅ���e%X�','t\'˪�l�X��Ƣ�;���͕0=J�m���','',0,'?'),('���K�g���o#�0','wp-activate.php','/home/sleepingsolutions.co.uk/public_html/wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H6ۙzq«�<��','QD�$^\0��|:삠�M�@F��P���]-B�','',0,'?'),('�ʼn�	i��/Э','wp-includes/formatting.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�(�ko�Mt\Z.&U','њ�ki<#$+y�μVW���:��H߈��Ջ','',0,'?'),('�ɱ0,x(���!c��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҝ�I����\n� ��R','�:c���\Zі\n	��جM�\r�\"�N`G{��	�','',0,'?'),('����a\Z�C���','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PKٌ{��+��Ϝ�','���M��v!����nϚ\r� \Zx\\	Q��9��B�','',0,'?'),('�ΐ��&>B����@��','wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4����6Yc�\"���','��l�3�vu��e�R�W$w{P{2�}`','',0,'?'),('����?\"/�@�8Ʒ)','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�ɫ�����e','w�ԾI��!٠\n�`�E����Ĥ������','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`l� W+%䆊kc','}�̶�g��uw`h�f��Foz�,drr,,u','',0,'?'),('��[�d��K߳��','wp-content/plugins/elementor/includes/template-library/sources/remote.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uE\"y��n#iDA��w��','n����*���4f�q���<��\"��F>','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php','/home/sleepingsolutions.co.uk/public_html/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',',�&�1{�\04�H��,�','+�=������ɱ[2��ȩ~�<o�ch�','',0,'?'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\n���=iI�\Ze','��F��ݐ�𿧦dEr�	��y^��	���rK','',0,'?'),('��ux7�\r��\'t��Q�','wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�˭�ӍÒWv8�qGP','w���\Z��\\�l�8U�Ǒ����f��{��\Z�','',0,'?'),('��拳ĉ3n�o�9�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N>ߨ�2����V否;','��W�iPJ>���k3z���M]��P�U�9�Р','',0,'?'),('���5R�q�\Z�X�','wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�r�J�v�YP=B��','Vҡ����pE�gY��	l�U�{�܃Rʭ{1V\\','',0,'?'),('��~�����L����','wp-content/plugins/wordpress-seo/css/dist/new-settings-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��e��(jԔ��-','��B˯��nxw����Yw^�P�;��O��a','',0,'?'),('��bV]��z)�@','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Lcr�:�gi�*N�','_W4�:`|?I[�����=�p��L B�O^�nV','',0,'?'),('����)0{��x�','wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=lB���v��r�mv��','8u���L��?\'��F�wk����=��6��k','',0,'?'),('�~�W��S�~�Q�','wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&H�J����','G�WQeN~T��EH��s�j��p�\"�n�����','',0,'?'),('�|�=��ۊ.','wp-content/plugins/updraftplus/images/addons-images/anonymisation.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/anonymisation.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~����','u�>_7b߅���(�,!�M��{75�^����','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E,bٿʊ�N��E\\','|J��\Z^(�����׌�xDsX��8��?�R','',0,'?'),('�Z��M��px\\և��J','wp-content/plugins/elementor/includes/widgets/counter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/counter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ?���<k�����','��5@%`����ijciq��)# f����B�','',0,'?'),('��\0�	�c���V�','wp-content/plugins/updraftplus/js/updraft-admin-restore-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��%�dZy�˗ݡ`','s��<v���E������s�r����`~JD��','',0,'?'),('�ɽ`�lg�M�J��a','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g����մ�3��=�','=Yh�#��H�X���	�Iw���-�\0Q�J��','',0,'?'),('�B	Z.n�.��n\\','wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&\r_e��v��3','F�&��Ǭ8l��&T�o��s.���i�h����','',0,'?'),('���^��s|w�L�','wp-content/plugins/wordpress-seo/src/config/researcher-languages.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=+~]�����.̻�','�� ��7��EZW�1$BB�/��s;ӣp�\'','',0,'?'),('�%y�>}H�o��(6','wp-includes/js/jquery/ui/core.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����@�$^B�','\"���e�D��w�>r�n�̚.C����m��','',0,'?'),('�7����t�֜��','wp-content/plugins/wpforms-lite/assets/js/admin-notifications.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-notifications.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0K��K\',K��s}MN�','��^���/�q0VͥkW�._b�.�1Ώ�','',0,'?'),('�?�α�o��ܨC','wp-content/plugins/wordfence/css/wf-font-awesome.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-font-awesome.1670945819.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,'?'),('�@J?1��.Ȥ8��pV','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^]\'��&�+b���PJ','���\0!��5��l�m��d�(`m�ň� ex�','',0,'?'),('�@���I��ۯc�&O�','wp-content/plugins/wpforms-lite/src/WPForms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/WPForms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�[�M�U8���� �','~L�;O�#��K��D-��6��m��9gG��A\n+','',0,'?'),('�Hx^�:�\"��\\���-','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��,Q-9���+RDNT','�皬�������sߒ �ܬ,�9���R�z�','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�S�I����#���)|','wp-includes/blocks/quote/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�18��.�#�}\Z�A���','l�J�\'���qUdQʹ�����.�i�','',0,'?'),('�[t�>���mк��0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��O�v���','��I|z�l*\ZUM�o-�L��}�,`O�ܷO�Z','',0,'?'),('�`�4_�Sw����?���','wp-content/plugins/litespeed-cache/src/core.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/core.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0h��������tS�0','G�`1�\"B�]���K���U(v8���9��G','',0,'?'),('�b+��a�X����X','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!h��\0,� ��%','˃\\B\n��G/͉Cw���9�,$��ŐJ!�8&','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�~@f�R?$[����u�','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ob���gy���Ю','���ּ!���)��$���z��]b��tR˕�h','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('��q��8O��;�A','wp-includes/blocks/shortcode/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),('�P(���^�Nu�I�','wp-content/themes/twentytwentythree/screenshot.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/s��#y�� u�?�','���ȳw7����_�]h���I>�ʳO�','',0,'?'),('�\0�]�p��ޑ�	\rG','wp-admin/css/customize-nav-menus.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ow/��7`����`;','ߒ�۫e{����Kd�hGYӺ�dJ�ϒo_�','',0,'?'),('�a��/1 �ͥI�;','wp-content/plugins/wpforms-lite/includes/templates/class-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/templates/class-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@������5N�~��','\0����B^܈X�@at2���%���(WB֢3�','',0,'?'),('�s�X�3���f�$','wp-includes/blocks/file.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�J�#��\r�\n���Ic�','pV��]�z���#\r��.W�r�ژ���×�','',0,'?'),('�<ls7U��S�9\ne3�','wp-content/plugins/litespeed-cache/data/const.network_default.ini','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/const.network_default.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��ȷ�3�N��T3H�','�.����UsЊh���}W�i���0؆�h','',0,'?'),('��e�ȫÆT�k߇&�','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���rN�����E��t','t �A�2K�;e$��=��[���W���l�','',0,'?'),('�^�а.m�Ԯe~','wp-content/plugins/elementor/assets/css/admin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�?�j�\0}��TE}j','H_]�p�	�T����=i�BLf�[B&��{V�D','',0,'?'),('������dvoNf;','wp-content/plugins/redirection/locale/redirection-ru_RU.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`2*�*s����_�','�Ӻo��(?��j�Q;�Z�^i�\n��t4�W','',0,'?'),('謤j��,����=>','wp-includes/blocks/site-logo/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��A�����c��M','�ta���G;�GvOJij����{$\0xt','',0,'?'),('辎0+Ny��:��<h','wp-content/plugins/elementor/assets/shapes/drops.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|���Yz��6��;y','T~v�P�3�&t�W-����	���TN�qA��','',0,'?'),('�ͩ@2��\Zf��l','wp-content/themes/twentytwentytwo/screenshot.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��p���\r LF�z','��?C�-��欳���Y6��c\'�\Zvw�=)*o','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','��	�<�(*Wv���Ћtw��r_��t�i�	','',0,'?'),('��H��=�:&�fЛv�','wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��{+�g�ؗ;$','˝��]Eڂ��\r�5�.LZ7LgzX���^�1,�\n','',0,'?'),('��V���_<�lŸ�AO','wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�߻Nz�*����','��껕АBp92T���ga�:�@�����W��','',0,'?'),('��ж�4\0�ۊ�}�','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/shield-security.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/shield-security.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�k���(ߧLa,�4','�\n.�D��?C�ps~��h_Q	����r�(��','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZNj�ک&��U��','B+1�E��}�n�7\Z�z�_��Q�̻�3�&','',0,'?'),('���W����:��]','wp-includes/js/dist/primitives.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��i�p�JD����',';\r��1�$,�jgz$�������U;f*�%','',0,'?'),('��p�\"0^���T]�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ң��@$���Fk��','�T�7��7�og�f�_4�1I@��7؉���|','',0,'?'),('��f7��[�h�Ǽs','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-6.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Y��:��@ك���',',�!��T�J6#�ט�_N�.�t�����','',0,'?'),('��yK��p�j.0]A�','wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3({�e..���݄A�3�','\\ѐ��À3^%م���7�I�up�j�C��\n?','',0,'?'),('���0M��HR����-q�','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�bĖ>\0��ޚ%�s','�Y3HZ��`?�N�\0���\Z\'������.q��ʏ','',0,'?'),('��<|Ɔ3#�`�}�','wp-includes/blocks/separator/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��\r���Ó�','x�`Y\'��g�vC!�K�qD��w3G[4�P�ô�','',0,'?'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('���.�h�z�f���','wp-content/plugins/wordpress-seo/js/dist/languages/nb.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V������;���5','���o�H�����Qz��[�*r����E�','',0,'?'),('��U�MU����$�','wp-includes/blocks/latest-posts/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p��&�INQ,','�3p���X�\\�~=F��\\N�>R��Y|u&��','',0,'?'),('�A$��>���T��.','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','68	�u*0\r���^}�','ւ��ݝz3AV�~���\"�k�cW��=n�','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"����lܭr','�3K��z������\Zo���m�JPF� <6\0','',0,'?'),('����-�<X&�KPc�','wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"m�i���dX�L','z�E���w+�A�P�3z9�/QܤTyc�hD8��O','',0,'?'),('�&9�\'��O���','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ct�[<-���Z��zGok','g���	��A� �P���U�y�gU�y����wt','',0,'?'),('�ѣ�b�S!�!j�?\'','wp-content/plugins/wordpress-seo/css/dist/notifications-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�5�7\Z���Zm_�','ѓ�\r�-��=M�BIb�$ )�ǰ����','',0,'?'),('�\"�e��–AlB�E�/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\"݆GI��hN���^�','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ZfY�{Cͼ�A-�P�','���6cu�\r�Q:�$����3����l','',0,'?'),('�$�nxR���>wNF$','wp-content/plugins/burger-companion/inc/spintech/features/spintech-typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�S��}\Z�i�bЎ]�','Z8���TeH�^�`j��s��>L�$[��j���','',0,'?'),('�(��Y�9��c��`�','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�as��b��U��\\�̹','����k{Rݫ<F!�	�o��R,u��_F6�X�Q','',0,'?'),('�,<�E´&���ze�M','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<����ݖ��!�','\'O�4�?�Ն���d��dq�iq�d_�O��Q�','',0,'?'),('�.z���3W�ųǍJ','wp-content/themes/sydney/images/customizer/fl7.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl7.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�k�s�e�Q��*','�ښ� 1cu2��;#����5~E���a','',0,'?'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�P\'Я(�sU�A�	u~','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/pro-plus.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/pro-plus.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�S�ػ��20�v','8Ħ`��r�%��p�;�m�x���\Z���','',0,'?'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�=?_�7*�o�W�','���\ro\r$-�}0\ZM�ᴯ0jx����p�\n}u�','',0,'?'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G婓�hd.���uT�','���hV�5�?ۀ:/�z�ԧ�����KgH��l','',0,'?'),('�g���U)\rR(�','wp-includes/js/dist/is-shallow-equal.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�#٦H�,E�Gp','(v���y����	<YM_&��y`�ˢ\"���','',0,'?'),('�u�{������N֫��','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N!/�(���q��P�+','&u| +�Mv>�X�Pi�����qh����~��','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php','/home/sleepingsolutions.co.uk/public_html/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','�b��V&�\0�79��7�','�\\�g�D��i̕�0m�gg존�b�Y\'Z39�','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nҤ&�i��\r�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�>B���25�\r1U*�','O	���h^dLgz���Iw�vƄaZ1��','',0,'?'),('�tLH�:��P(��','wp-includes/css/dist/widgets/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��1����;­','[>�N�Ш��_�Ŷ\'���#>��i2�ς�vٯ','',0,'?'),('餀��@�d���_\Zn','wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h���SW�]���v','�V����ј��.zoZ�Dc��%�z��Pq�/�','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�+i��!a�k���!','wp-content/plugins/really-simple-ssl/placeholders/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/placeholders/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('���>��dmp=�','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�\"\\�X	��s��','�(�^�&C��澻��aϲC,���F�;��','',0,'?'),('�c�8��x���ϵ','wp-includes/blocks/preformatted/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('��I&�L%\'�\\&;b','wp-content/themes/astra/inc/customizer/class-astra-fonts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W �l�&��NS��@w\'d','���ԝ���cH<v�ّ���s� �Cv��','',0,'?'),('����t���Z�O\'� \n','wp-includes/js/thickbox/macFFBgHack.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��g*�n\'�7�M�(','wp-content/plugins/wp-cerber/assets/flags/as.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/as.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�ͫL�I�~\0j�z�','aV�u{�Y�T@�di�V�[k���:��','',0,'?'),('��7$�Y��!�����','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','њ�sb.A���,+�p','�7H6��W��S/9���\Z��kn�*� G�:�~','',0,'?'),('��}�0���XE��{','wp-content/plugins/wp-cerber/assets/flags/vn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z/)��d��','�c��ԫ���M���Hw{HSa��4����͖�','',0,'?'),('�*��lw�-3ܸ*)�','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N;P;o �\Z�.��(','�����.�ü!�7�֌���9I�����k','',0,'?'),('�������U1_�','wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z85z�������T','�Ŧ!�\Z�E|�s����I��g�ߘV�4�q�N','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e����d��^C��K\0�','V��O�#h��}���;��BEh#]����$�','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RE���k�9uu�ì5�','����&ׯk=;f%a�#щt����vG','',0,'?'),('�>t�؏�\ZI�*Gs:','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d֟X��mX�}a��','�WB�}Rhɔ_?�-!%�A�fp���}-','',0,'?'),('���@p�͢�a�=�','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E+J&?��4ۄ�Go�','�9���>�ͦ� sJ�Q=z���O��by�Oʶ','',0,'?'),('�\"6���-���L�','wp-includes/blocks/comment-template/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�G@�KRL�=�1o,�','JTۚ=�K�Qf��*ȓ��:	3~��R�ND��','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y����ן�Cx ��','��Q�x�o�z��R*�h�Z֎�sGK{�+�','',0,'?'),('�.̍0<;d���>�\np','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zu��ݚ�Kb^�Cw','qY\0��L�\04ὦ{*\\\'�>�7�p��֒','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�3�V<���@��\n��','wp-content/plugins/burger-companion/inc/coziweb/images/design-img.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/images/design-img.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�lەr�%�n6{	','1qhّy���TS}Q\'f#���H�,�Y��h\0�','',0,'?'),('�4o@���[��ƗY�','wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��P�F�����S�','�\Z��}a�MM	C[���*F0���E�ĉ�hS\Z','',0,'?'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�:��� SLܦ��!��','wp-content/plugins/elementor/assets/css/common-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��,*��e�˷lҽ','�oI�FpK@Lox:����pl�$���}&�a�<','',0,'?'),('�=�z�A����4����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','${��A\" _K��','���w�� �j�)~q	��\'q��@�%M��','',0,'?'),('�MS	n۰n���&A2 �','wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�} D1�CN�?�RB�*','��H�׎	B�Tz���C	��:DY,���','',0,'?'),('�Q�A�	�=H��7-','wp-includes/js/jquery/ui/droppable.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\v�rK�S9L��\0i\0-','G�A�b<�\\A�={A}:J`��L���C��?L','',0,'?'),('�R�e���V����|/ğ','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��n���>tۅǝq�','7����uIM��<đ6���bt��FT���\\s1','',0,'?'),('�]�A=���l�:���x�','wp-content/plugins/wp-cerber/assets/flags/cn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ӱy������ss',',\Z ,�r�v]7��@1s�P�\0\0k��!��','',0,'?'),('�`\'�_?ĿN���{�/','wp-content/plugins/burger-companion/inc/owlpress/images/team/team04.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�omѥlLU�	j)��+','ӫG ��c��훹�w?�ϻ�x��e.Dp','',0,'?'),('�c�U������f��l','wp-content/plugins/litespeed-cache/src/vary.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/vary.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^���-�ƛ�%�}�','�E Tmj���q��0����7�9��K>5a+m�','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��о�6������','r�\nz���>���g�i��\ru��u<��F','',0,'?'),('�d�I\'y�����W5*�^','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��/��R{���','�E0f�q�=�}��#l��GnG�G�́��F�','',0,'?'),('�ms`~�#.K�����','wp-content/themes/sydney/widgets/fp-employees.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-employees.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xp�@\nG�.��i�#�','S�}Z�]Պe��\"�V��\n�Q*@�ZO>E�ok','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�w�6?k�_+�R��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���@\\�d�P�','0��yWb/Vb��p�*0:\".�:�Q���o⽸�','',0,'?'),('�{#6��J��]Rkb�','wp-content/plugins/ninja-tables/assets/img/ninja-table-editor-button-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja-table-editor-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oY�u�8v�E�zs','���)��_ǰ�d>�b/j8X��a���F/s','',0,'?'),('�~#I��3\r_�����','wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�r�Ծԕ�5��','\Z��/�Z�	)DTDs�P���\0O3k�M��M','',0,'?'),('�Z��G�u�첣����','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[f�Gd���e���','z�0��x�k�[����i��c*͠�0�2�Z','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�aQm���X<Q','\Z�u�a�f��F�›s�\"��&Ѧ�a3��J�i2','',0,'?'),('�z0:9\'_��#�q�','wp-content/plugins/ninja-tables/languages/ninja-tables-es.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-es.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�E֯�g�4׀���','X��I�d̤�	;�ZAϬ�$��C]��]f','',0,'?'),('��M�uÞZh���ӷ','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cb�g=��+�U�D�\r�','Wa����i��ңf�1�p��w�N����','',0,'?'),('�P��Ƅ�P�PhzFm�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�q��dp�&̎~��','\"��F�C��V:ؘR�}S��bb�қ�Ϋ|','',0,'?'),('꥝��E�����衙L','wp-content/themes/astra/template-parts/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('ꮔ��<���,Z�','wp-includes/blocks/comments-pagination/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�6����_�r%,��','��X���������06�\0,�8�����Ӄ��','',0,'?'),('�LJ���4˓T`�k','wp-includes/js/wp-pointer.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AV{M���rn?�\n�','c:���8��Xܹ�l�8od�Gh��S�D�%\nM�','',0,'?'),('꾝���⣚��$ei�','wp-content/plugins/ninja-tables/assets/css/ninja-table-builder-public.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-table-builder-public.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AJup���ʴ�\'3�','6?�Wh�SNЪ�v\Z�Y]�i\0}\r���)��m��','',0,'?'),('���0T\0�+r\n5j��\n','wp-content/plugins/really-simple-ssl/security/server/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/server/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('��3�5Դ���Z�};','index.html','/home/sleepingsolutions.co.uk/public_html/index.html',0,'�4����q��$���{','�4����q��$���{','���ii���M�䉝Ŵ��K���<8�X','',0,'?'),('��b}�#Z��c���&\Z','wp-content/plugins/ninja-tables/assets/img/comparison_table_two.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_two.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�R�̆qa���$��&u','�\"o�T\"q*^&�\r��m\"�C�<���','',0,'?'),('���<r�٣\"��qܸ�','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}b���Ϳ��&�0�l','����.����^q�0�˩�^y�}�,�,�K#','',0,'?'),('��6�Z�fM���;�','wp-admin/css/site-health-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ������(u�\r�','\n\ZV�����p�;��tFu�\'�����\"���','',0,'?'),('������*\rh}h�(','wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��e��\Z_��){','�P�۠H���� I���V��r[4�U��','',0,'?'),('��l�nK�q�׻�6c�','wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eh���h�	5�=|','q�$9��f�po��h��%Q�jy�\nT]};','',0,'?'),('��������JA�\r','wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�R��t�^t���C�,','��D�z�s�\Z8��[���Is��n;���AX�','',0,'?'),('�	WU�>��	���\\�u','wp-content/plugins/really-simple-ssl/onboarding/config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/onboarding/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aq<�t|-52�Ih^�$','�T�g��Jx)�M�4��?m�M(�4K�','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٶ��h�rdG�Ͷ','�_7�	2w-Tb�	-��710εA����f','',0,'?'),('��!a����%*��Ԕ','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ӆ<�U��L硭i.','b�<*�aX�{\\=��|�|\Z���޻m�D��-v','',0,'?'),('�X4soV�]z\0q_�','wp-content/themes/astra/inc/blog/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('���X.a��=}��	','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�UҀ���','(l�ʥ��S�|l>\0�p�8r���C�4�p+�','',0,'?'),('�{+��BSY���\0�K(','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b2�A\'��%�k���','����Sŵ����@�����O���ڪ�s1��','',0,'?'),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YVt�vK����E��>','�S�ρy�����������P	˲�QI�W','',0,'?'),('�5�#��im�9�rJ�','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d��=/zI�~\Z','��K��>���^\"/�M[dzu�2&8*���\"C','',0,'?'),('�6\'E��nf�+\Z�kv�`','wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^$��N0ك��','��E˓=d7������\\�T`[S��HY����','',0,'?'),('�:���C\"�1���*','wp-content/plugins/elementor/includes/editor-templates/templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�\\����f��E','=b>�,���$}����IQ���p�(���g','',0,'?'),('�@.c<���u�׀��jM','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/scripts/control.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/scripts/control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|%�A�N+�^!��!','j+����T>�� CSJ��󘅠l�C�-dϮ��','',0,'?'),('�BE���|$!���5','wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ru�?����x�Uy�','u{�yhJI��\"Bk���/$G�H�(pw�\Z� ;','',0,'?'),('�F �8�+�)��r�P�','wp-admin/images/no.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�IA�@f�Ab����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�Z������I�^�','d�zZb:^��=\'S\Z��.�*=�^�w��1','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��GmhE�*�T��+','ݥ+Hw5a�fdj��1�%x�a�\'�OD��6','',0,'?'),('�O��I����?�c�','wp-content/plugins/burger-companion/inc/decorme/sections/section-cta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��එ���#g��G�L','���c2�)f���H�il���#�.D��!�','',0,'?'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��e/���Nz9�i','��3�*|��Lg����3>m!��V��$8','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�%�AS��7��H�','�D�����\0lB�7+ S�>�BX��ݸ��3','',0,'?'),('�S�.�������®','wp-content/themes/twentytwentytwo/parts/header-small-dark.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/header-small-dark.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I!��6^X����Q+�g','	$�$o��pñ�y2\"t�Ak�,��c�\Z�Iy','',0,'?'),('�_�1t=qT�Q�*�F�','wp-includes/blocks/gallery/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�:�;��MA�!��','��dV�aZh���н����Qf�{�z,E�','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�f}�Ń���D\"�Ur','wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����kr\'�fwv�lc','{�z\n�Lp\nd�k><U^�f6R[k�A(�VgA�R','',0,'?'),('�i>�h>ػ�1;mj','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e<i���Y^��0�Y&','_v�&��Z�YwDڀ��g]��^�9۔�uf��d','',0,'?'),('�m+:o]���au�{��','wp-content/themes/twentytwentythree/styles/grapes.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/grapes.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','팩 ?R,�UM��(�','��D��o��%�\0�_;�/����\")����[','',0,'?'),('�s��Zz�`x�mf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���]��c��ț��&','mrO�z�Iy�Dz��q�v�˘qZ�����i�','',0,'?'),('�v���4r��44�\Zz�','wp-content/plugins/elementor/core/utils/import-export/url.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<z�}:�1�\r�','��_:L��\r\'GiY����|�4�s.}��mh1','',0,'?'),('���t�\\��}\rk���','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0g�du}��MVgU','��6�@�}a�>]�F�;���}�eND�c�u','',0,'?'),('�x�D�.���m~<�2','wp-content/plugins/wordfence/images/ratelimiting.svg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Y�w���z���Kσ','wp-content/plugins/updraftplus/vendor/psr/log/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ztb�r�yI7�9J��2~','�K���Լ��i�E��l�1�9GR���M�C�','',0,'?'),('�?�?#�����$�K','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<}�\r�Bƕ70�q','J�@���J����l�S�4�z�C��k�85','',0,'?'),('둪�\09܎�R�yg��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n؋Ľ�:�Eel+�','x��9 @h�݇���O��\n����>̱','',0,'?'),('���+}>c�,-�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	:����gJ��ď��','�@k*�_��r�d���:���g$T��|&�;','',0,'?'),('��L����M��','wp-includes/blocks/comments-title/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�|�v�ʡ����,�T','	[�W��N&��a��-�(��C�E��\0�P','',0,'?'),('띄��`����7ޯ','wp-content/plugins/wpforms-lite/assets/images/community/translators.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/translators.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rk[r�gT�)��',';�^��N3��V��I�Q��		K�vA�;��Z','',0,'?'),('�2O���7�N��Zk�','wp-content/plugins/ninja-tables/includes/ProcessDemoPage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/ProcessDemoPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�\\e:/��$.X','�t�ո�r�>�1Y�FG�BtR�6�d�| m�J�','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��〖z��ޝ	�','�4?X�q�)�����̃�cfN3.y�����','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���V��I�\n���z��','���B^s���6���5baQ�\0 �i=J:','',0,'?'),('�*j��Āhx\0�d','wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rk���Ӓ���=bBm�/','�C4y\0M�R\r��t�<���:������2S��','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\Z61ԗ��?�\ZչV�','����-�D0xV_4]m�80F���=?�u�','',0,'?'),('�[�V\\/�t�W�qm','wp-content/plugins/elementor/modules/wp-cli/update.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sb$�ov��z��w','�03v̠�����r���S�9�ҾNn�^&\Z�a4','',0,'?'),('���׮F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('��f&��X��\'{&��((','wp-content/plugins/wp-cerber/assets/flags/jo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/jo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۣŃ�\'��R=)�','`R��O3Uiҥ��4�S�YdƏҩ�i�m�','',0,'?'),('���iW;`��B�<+','wp-content/themes/twentytwentythree/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�*{a�D�#䵯 �','�����]iG���H���M,]�ulJ��(','',0,'?'),('�֍[1���땰5E�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q���ZFv�\Z�F��','��\Z��O�a��%�؍�\\�45�g\"�\"G','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݗ1��\0�\0�W*�`���','X��N�=re]�$���-�Sm3�ѩ��','',0,'?'),('��ӓkzE�7�;4�','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�\0�Pm�Kn���W\"','�80\0)�i�+��� �a�T��A�v�x�e��','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����S��o7xF�AE�','$5��+�u>�B��.�j6�����#�q���Zx','',0,'?'),('�瀆�Y���8���','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AssignedRange.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AssignedRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R^va\'[�r�H6','���6��ȋ%̆}A��EK1�l�:Ᏼ`sT��','',0,'?'),('��:M�e~i����','wp-content/plugins/wp-cerber/assets/flags/pn.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dGO����je��N*��','h�m�l��g�a� O��T/��;��jV�^�','',0,'?'),('�&3B��9JDhk�_','wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s2SF��=lX5L�s��','�8^�P�)�z½���s��v�`�Z��M�F�','',0,'?'),('�a�Z��bC�7@','wp-content/themes/sydney/inc/onboarding/plugins/plugin-install.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/plugins/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�(��&�H��a�','\n�Q��D`_,�p�M�B.���g|\0�>�s\Z\\;�','',0,'?'),('�<���	�Y(�\nk_H','wp-content/plugins/burger-companion/inc/spintech/sections/section-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�-����O��','��ō���ck����L�17ʜ�dc\\�A��!v�','',0,'?'),('���.㵓~�X�ѹ7�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0JJɷr}�8�Yu�',';��i��ؼR���C��?���.�ۭ\neO','',0,'?'),('�`����}Sm�\'r','wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A �����t$F��-M','�d���ԍ��},^���j��m��dZP���S�=','',0,'?'),('� ��p(邊�ȼ�a��','wp-includes/blocks/navigation/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d����/\Z�N8J#J�P','�p�v�]\n��{��x�W�l�I5��6#9�5\\n�I','',0,'?'),('�\'�\0g[������M0','wp-content/themes/sydney/post-templates/post_nosidebar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/post-templates/post_nosidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����A÷�}��x�:�','��ʌ�XQ8-)���-��ȗ|x������','',0,'?'),('�.�s��h��̒','wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�4���&�4�?$B�x','�2M\\Ft)\0�_ШM�$5�����xv�G7\0�<�','',0,'?'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�<0�7fX�?Rs¤�_�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+�;B�/�\Z\\���','iݯN��W\0��Fh�D���X��55���','',0,'?'),('�?����h�����;','wp-includes/js/quicktags.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʵ��>	%�nK�{<5','mwd���^ʋ�\r��1�^K��(<nV����','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���UZJ�v:Ѕ�&','c��K��5��޸W��l5�߈�^��z�I4 ��','',0,'?'),('�E@�u���\\��3��\r','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ժ��S�X�CeN\"u(','��0����������7܆����=�%��O','',0,'?'),('�E�W� �\0�=�oC','wp-content/plugins/litespeed-cache/src/media.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/media.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC`�W�B5_*���','Q���u��Sj��M���pu*Z����rD�,','',0,'?'),('�Fv��z�E���!J','wp-content/plugins/wpforms-lite/includes/class-db.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�[�����A��','Q��W}��	}\"S�2�X烳\Zjz�&��E9','',0,'?'),('�M�O�\0��nkO��','wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̝�R݊#�@�C��i','��Q+_�x�M&%Ȱ�{\"���!hv��','',0,'?'),('�MX�?�\n�(�\"�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����˘W\Z�Ѝ���','P�^����W����9,��s��C�YJ��r�','',0,'?'),('�N���fy��2�����','wp-content/plugins/really-simple-ssl/settings/src/utils/lib.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/lib.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��Ƀd26�xC��J','��$#Zw��i�-���@W�+\'7�1��j1�','',0,'?'),('�P<��h��l�RA','wp-includes/blocks/list-item/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list-item/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�Ξ��\Zo�a�8�w','r����i�0ڟ�@�L��\0�)��1`���z�	�','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0�ش�57�,��	z','���&�b�B筢�0�9�Z/�|�1���p��','',0,'?'),('�T��@a�J��QZ\"��F','wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b8挚�J��&','m���մ2\'O���?�v��N�qx%�4V�','',0,'?'),('�V���A`\"�1=�i','wp-content/plugins/redirection/modules/nginx.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/modules/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭h�����[Ix�X5','��9s�ǖ\r���\"�Ě�Q��Mv!���-��','',0,'?'),('�jE��f��{�����','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w.@]�{�#:i~�$','�� <}�.;��wVF�ޏ Ʀ��?	��?�B','',0,'?'),('�o��X־�|W�tgo','wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɨ�ө�霔�V�Hɨ','�[�u�SUA��:{��V�a�V/}���=�','',0,'?'),('�w�����Ѳ7E�T�d�','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7:��Dy}��1_QQ�','�jo\0ݕ���m%��;9w��yn;)�����','',0,'?'),('�{VcR��>�ԈA��','wp-includes/blocks/code/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rAq�O��Эx�_�P','���뜷H�B�?����O���4��z�\'\n�4�','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7.˫���\r]�D���k','\Z�\n����c6F�����bD��7��#��i','',0,'?'),('��*N�GȎ@�?C���','wp-content/plugins/burger-companion/inc/owlpress/sections/section-service.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(����̓I����','�j��b����78E=�4b�d3ʴ��e��7�','',0,'?'),('�|�`y�YĶ�����o','wp-content/themes/twentytwentyone/postcss.config.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�L�C�\0���%e?���','�9����6ѡƳ��ﴓ�t_T��t�����s��','',0,'?'),('�b5A�b�\r�$�#;9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*|�\n2�O��	vW|','��O��6����9R�0�(������7>�{� .T�','',0,'?'),('��F*۞xoL)�5V','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/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','y)z��H/��>�','֜_�[2(y+9}Q�I�*\0A��\Z�ʁfg�>�','',0,'?'),('젧�z���X�M$G�','wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	��{�9\r��','�a\"�+�����ʹ�\"��[�:ґ��A��','',0,'?'),('��c��.D�r� |��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','/home/sleepingsolutions.co.uk/public_html/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@Cu�R�N#6��|','wp-content/plugins/ninja-tables/assets/img/employee_table_two.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/employee_table_two.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O!��SS��	LF#','3�����3B^�b	o�u����F�N�d�','',0,'?'),('�A�Dm�\Z�=}z�v','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-free.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-free.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9\'�2@�6q�=�r','V�C�h��-�4�`|N��� ���έ���','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����le�@1��-�','��+	[P\r�i-��b0m����ƥ�M\"�#��@','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php','/home/sleepingsolutions.co.uk/public_html/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',')�Va�6��nE.�c','0��e��Êp��i�va\Zoy�-��[�>|�*�','',0,'?'),('쾿��Y�ё٤SҘ�','wp-content/plugins/updraftplus/central/images/ud-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/images/ud-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�j��M��ѓ�\'ː\\','w�yB�1bt��W��\"l%��t)�Qp�,Jb.','',0,'?'),('��@�!��v���','wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��h�~����iV�R','VbkɅ� �O�+�v�+\"�[�yt�Pa�u�5','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*�Ec!�4a��k','�����s\Z��a�	Ig�|�rx�2������','',0,'?'),('���M�j�!Ki�H�c','wp-content/themes/sydney/inc/customizer/options/upsell.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�đb.�#�������\Z	','o$���1b���;]���#�J��=�\"S`/��','',0,'?'),('�ֳ=>�ުs��͟v','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^k]x�*�Cu���','�eWA�V�ܘR�yYy`�F����X�I�<\r','',0,'?'),('���2��m�D����׻','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�G�z�֓�t�0�Z','��>�T�nolunv�i�PEP�������}','',0,'?'),('������3�m��a','wp-content/plugins/ninja-tables/assets/img/fluentCRM-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluentCRM-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���`�����兄','�ƒ�fś������c�(�0Q��d?��','',0,'?'),('���9�+�K��*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ka�^�Cj�D�p��','���K���lD%$w� ̜�~q�+��0gH���','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ф��k�X��','�x6WJ�ϼ`?�iP��\\�:�{<OZ�^','',0,'?'),('���mה��F@$�~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php','/home/sleepingsolutions.co.uk/public_html/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','�+#\"bM��BL�K[�6�','S��k�!,BO�#	��Qdz�{w-�z','',0,'?'),('����3���j��\\wP�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-trait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@9��j�&��M�L0','����6܎w�9�~2$��c\0���J\n��=��;�','',0,'?'),('�,+�L����\\��Ac�','wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f����A����\'mP�h','m�����m���=njp߮���\r}�l�8�Þ�','',0,'?'),('�\'tPRt���\0��|?X','wp-content/plugins/wordpress-seo/images/brushstroke_background.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/brushstroke_background.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n>\n����8��','��[��3*�X����٬+`6���F����a�m','',0,'?'),('�2:��.�Gޤ8e���','wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JYG�ȇ��ͽ','_od��UT�ɭ���؀�蛕����]�','',0,'?'),('�4����E\"\nmB*ȇ','wp-content/plugins/redirection/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X����	#����#�','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�QZ��OI��r�K�V','wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٬MU6�/����A�1�','\n�G�����������#�s��U�W�N','',0,'?'),('�Q��>��m��wtH]�','wp-content/plugins/really-simple-ssl/assets/css/admin/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/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,'?'),('�R�ƞҐs.�8���','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��jXX�!�z����','r�C���1��vZԮ�k��lOD�I&|wӌ','',0,'?'),('�\\*[��,�����','wp-content/plugins/wordfence/js/wfi18n.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfi18n.1670945819.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,'?'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%��P�w���','Z��d�z�##D��6�8��\"U�����\09�x','',0,'?'),('�k.�OjM�S��ß','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�DF�ax��4��>t','z�ȇ1�d��E�Q�ܻ�|l�3Bp\'�@W�g','',0,'?'),('�vs\r5�WE��W�I','wp-content/themes/sydney/images/customizer/fl5.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl5.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�ݧ�Zo9�I�','7?����OH��&���\\M����ngS4','',0,'?'),('퀾���J!&$)�`�e','wp-content/plugins/litespeed-cache/cli/option.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/option.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��hB�?)�����\\','V;Lߺ��@!�I�)��(S�@��ٻ�>&Q��','',0,'?'),('��Ovr�N�=�5mp9�','wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h:��7rg9�]�A4','��zM�m��z+I\0`���1�;���]��ՠ','',0,'?'),('�\r!ޗ����L�0�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q59��,\rE[���9+�','-����S\\Rk�W��ԩ��bc��� �S�扩�','',0,'?'),('���I0��B,�hʛp','wp-includes/class-wp-term-query.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�/��9N\"�q2���','�¯��k����90��\\+���� �\Z[�','',0,'?'),('�>LT��Ơ�z#Pkó','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�z�c�(�pc^\n','�\Z�k|�!�`mS8KW������|fo?��,;','',0,'?'),('���ր^;�/��I�','wp-content/plugins/wpforms-lite/templates/builder/help.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','뇟�THB���X��','\"���\r�Bnu<��y�#z��Z/�`ߥ�}<�>�','',0,'?'),('�7��*v���M','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�7��8�(����3y','�ݪ�^ף��X��Ēo�J�*A0�J!','',0,'?'),('흮��d�뭮�o~6q','wp-content/themes/sydney/images/customizer/fl10.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl10.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\n�S��\n�Q�J','�٭ϥ��\nd�c��Z�x���E�T1L����#C','',0,'?'),('�\\L��6�O�A�fW7l','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ה�LhR��x���','�!���2�[^���{W9�wDi�	��?����.E','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�?1&��r�\r�?�','�b	��4��Y�z��8����N:�\\O;','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���`��(�P��','ߚ� ����t�\\KA�VD�8��P��o&��i�','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','϶�5���֞��P�','O�n��n���˕�{?���Q!�=����V�oi��','',0,'?'),('�K�V�	llhk�u�kI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pjm���ɑ>gG�T','��������{���G��!���j��\Zox','',0,'?'),('�(\"A���S^�','wp-content/plugins/redirection/locale/json/redirection-gl_ES.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Zt��M`)�6*�s�','��챹��ʿ\Z�����WA��\0��Z�j�','',0,'?'),('�zUA�����,�','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�OT�=]�*�{@Y8','2oǁ��c�^b��f���}�a]I���9��~','',0,'?'),('�I\\v\'�\Z\\�3yG+','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�� �<o@Mx�߆','�J�PӞN�1�+�i��R����M��B� �g�','',0,'?'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�J��n���d���B','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;z���3\0���','����a����H)ݞ6�.4s�ϤЗjI����','',0,'?'),('��=���/�W���','wp-content/plugins/wordpress-seo/packages/js/images/icon-adjustments.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-adjustments.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7G�3�v��t��~��;','�\0c/6���Xi��҇E�4���R	8|bXay�','',0,'?'),('���\n�����19o�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��/D.��OUtk(�','��96E� �>���S�#0���bf3��Y','',0,'?'),('���\n����7��.\ZN','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExpressionErrorException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExpressionErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʓ/9��&F0�V�\"\"','�K���i��b�TߚӸw��Q����K�','',0,'?'),('��U��E�Kڂ*�U','wp-includes/blocks/gallery/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��燬p�T��Z�L�','X21�T@,koj�ه{�LDV���sNP��e�','',0,'?'),('��t�����n�Q','wp-content/themes/astra/assets/js/minified/frontend-pro.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/frontend-pro.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*l4�)���q1','��\Z�ʀ�\'I;�n������^��\\ʐ�^.','',0,'?'),('��Q^��a���b','wp-content/themes/sydney/fonts/font-awesome-v5/all.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/all.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6,���~G%����','�	ܕ�\"�<{��J�Y5f�h�J��`��d+d�','',0,'?'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�:��v:2X-C��','�Q�}ZK\0R6��BoNG�⣹2U�`���Π','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��D,�@�-���x','\"\n�����G߼ə��\Z��o�A��U�','',0,'?'),('�n�`q1<,YW��y','wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_����ʒ#�o���','1���ƒ>�z=�������x�zV>}zC�8�&','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9VV���ͣ�P��','�����a�q�����A�:V嫽�>�F�','',0,'?'),('�x]�8�~��;_���','wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U=9`͗ˬ0�!�k','��2�r(ʕ\"\ru%_����Ǔ�}U��6��','',0,'?'),('�zOނ蛯�u��9=','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape5.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a<iN�N�1j��-��','\'��4�g��ǯ��R\\�/CL��<�~���R\'�','',0,'?'),('��WA���.�z�/�>','wp-content/plugins/burger-companion/inc/spabiz/images/funfact/fbg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/funfact/fbg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�.ԞR|�H�J','	�Ʉ��w=�.�i�wK��|�tN��O$��ر|','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\(�.�\"�h�ƀ�','�7O9���I\Z�B����0��Z]ԧ&��\'��$�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�!�mm��f���\r���','wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ak-�?���8�@$��','�=���XG��MS�;�D��AP��o\0��','',0,'?'),('�+/�p�T�UA��&2�','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Number.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�� �LXA��Zt�&��','p�̷kpCZUР�ы��%�{�`�z��\\��v','',0,'?'),('�.�z��&���.�1y��','wp-includes/css/dist/format-library/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/I��8):�ct��|','!%��r��kXɾF!�\"7�1��a��;��j�U�\"','',0,'?'),('�0T�~t��(m�!','wp-content/themes/astra/inc/class-astra-dynamic-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�,TnG�A�����','sOŵ�\neM7zի�� �m��d��]�^&�','',0,'?'),('�6wd3Ǝ�Q�}�g','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J#��9W`[mS�','�A/�4�\"s�p�<���\'��ĥ��z�J','',0,'?'),('�<A!\"T�M?��wy�','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q$�P��\'ǂi�ٕc�','��-U�AT��:�8|�H�ɤH>\0��k��','',0,'?'),('�?kb���x�_�J��M�','wp-includes/blocks/comments/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��(+���\r8O\Z�','�.�An�Bl�Cjq�W�sS����Mq*��q','',0,'?'),('�FN����~����B�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J7�B�Tظ\'P�K�','6��N�9�ss߽,�V�jhn�ʍ��W��E�','',0,'?'),('�Qn�B2Zl�䭑y','wp-content/plugins/elementor/includes/base/element-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/element-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�8�:�rc�B�|z�}','4��c6^�B\rS�՛*H��D�Q�G_�ƴ�ׂ','',0,'?'),('�Si&ɮ�|2z�Jɽ~','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','떭g&�^��Ѳb �N','Irh�|rA�mS�F�����(�M�Ѣ4j��','',0,'?'),('�T6Yb��(,/���AK','wp-content/plugins/burger-companion/inc/appetizer/extras.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dZD��Y����zZ�6W�','z�h_�t�`�L~\rX[��ږP� 虮(�','',0,'?'),('�W5P*X���V�	;s','wp-content/themes/sydney/inc/customizer/controls/accordion/class_sydney_accordion_control.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/accordion/class_sydney_accordion_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}}6�c�/F&p�q�','����1B��ߛM�bz�$�+�•�9��M%��','',0,'?'),('�W��lc����G\'�\Z','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���SNZ�>1((]\r�[','L�3\Z���=d�2�Ǭra�CG�y�…^��','',0,'?'),('�[��V�3qOۉ�5�~�','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����̆�lrATĜB','��G,9Q�H�zUplX�ߥ��+�>Ƥ�P','',0,'?'),('�el	;�˅M裘q�','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mN�Q�b~h��j �','\n�����_;�?:�>C�����f�W�','',0,'?'),('�f{r#�y���`#�','wp-content/plugins/updraftplus/methods/googledrive.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/googledrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�X6X�\")�','b63�򱳤Q���^)J\'�z�i��W/=]S4�','',0,'?'),('�pq�K��g����4k','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�K���<��t�� �Q','�O[^���yV�`���=�h�+ﰰd�\0-','',0,'?'),('�yѼ5��!*�� ��','wp-content/themes/twentytwentyone/searchform.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ì;�_E��s�Dێ�','wp-content/plugins/updraftplus/includes/updraftplus-notices.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B��g�\"��V�3E	','�:�2F�O���)�@���o��\\(	[UU@���','',0,'?'),('�?j�H�u�-�C�]|{','wp-content/themes/sydney/theme-dashboard/images/fastest-wordpress-hosting.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/fastest-wordpress-hosting.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����r�c���!','	�-\Z��x��\n��v~1dE�U�Tq.A��|��','',0,'?'),('8DO��Q��#��','wp-content/themes/sydney/images/customizer/hl2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')a$�eƘ[���⟸��','�����m�����S͈��?.�g^SuM6�','',0,'?'),('�F��>�!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����k�2��È�','8������kf��\0w��S��D��~e��s*��8','',0,'?'),('���-�]ɭ���)','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*_A��9�w|','h�Q�;�h��ix�7���M�I�m�N��b�HĬz','',0,'?'),('�Y�u��k$(��\nu�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0����x�)ˮ���+','薂.��N&�?���_��7w�:9��\"v@�0��','',0,'?'),('�H�.w���Qސ��','wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\@�\03Vp���','�K>a��������\r!7@�\02�gʪ�/�','',0,'?'),('�<�7v��Y6?���','wp-includes/blocks/separator/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��\r���Ó�','x�`Y\'��g�vC!�K�qD��w3G[4�P�ô�','',0,'?'),('���-�}�[�L~\nW�','wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.B�c�x/U3�R�','�<�ǏW)\\3&��t�:�/6���1da����KO�','',0,'?'),('���_e�m>���1�V��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wIXhJaY�#npp','�Ӊ!�s����x����$�X�k�F8,��6','',0,'?'),('��F��S�H���*�&','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabs.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(�\"IQ3NYC','����b�4��.B�B�2���&�\'ׅ�u~�','',0,'?'),('�����g���~.�2�','wp-content/plugins/wordpress-seo/js/dist/externals-redux.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������P�(�s','�Q�XTK��\0�n03�~���Z�B7Bf �p','',0,'?'),('��g��vBn���\'��','wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�!��ۡd&��*ݱ!','�y�����ڽ9��������(�=���}S�','',0,'?'),('�ͣwe�7��`�@>W��','wp-content/plugins/litespeed-cache/src/preset.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/preset.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�<^}���E?&n�','�y�Ǹ �|*�a�u+���wȲ�PG�!1','',0,'?'),('�ί��?�gW���9','wp-includes/blocks/embed/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*��@:(Ho\0^|�','ZM���͗=�\"ƛrzn�C�:��}����m�','',0,'?'),('��ҨF�үG�B�ٜ','wp-content/themes/astra/inc/core/theme-hooks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/theme-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Jߦ�\\�R��|}�H','V�������Z	}(M�i�	����j��z','',0,'?'),('��#�!H�T�k;[�ה','wp-content/plugins/burger-companion/inc/cozipress/images/services/img06.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img06.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('���\'X�����?��','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���RR�p�A;�گD�','p�v��⟪�	�n�Q��#A�X�V��{��\"','',0,'?'),('��}�\"�c!��<7�v','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/shortcode-tfa-user-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/shortcode-tfa-user-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I8s�(t }=eCs�CQ�','�4�R�L`�x�Us���+#:�w\r�8 8�a�','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��XO�z-�l9Ʒ�0�`','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�y\nY�n2�!��','ShV�Zt^�~͛���\n#$֒\r�5�V���','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�Ԧ*-�w�=��:','\">����M׉���߳iO7�*�ekF�/','',0,'?'),('����wK��\"g�\r�','wp-content/plugins/redirection/models/log/log-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/log/log-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���l��D��<7�','ϑ�OܕS���]|&��0B_2� ]�oC�','',0,'?'),('��C��bp$��l�S;:','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��1C��s��D���','D����قV/�Δ��Z6�V=��ZF�L,�7','',0,'?'),('���\'�H/%͉j�','wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bҹ~�_PŅt��I�f5','���\r�|�cN�m�Cx��SE�����r���M','',0,'?'),('�Zd/X�3�p�c\n��','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�I#�@:�m�_E*�.','(8��ϱ��`@�f��-.�F��þXMv\r','',0,'?'),('�e�c��)�l�5��','wp-content/themes/astra/inc/modules/related-posts/css/static-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/css/static-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&K�T$?��@�,Zf&pd','��и\\s�ͺ&��q�N@W+p�!:�]|','',0,'?'),('��Bov#y�[�','wp-content/themes/sydney/theme-dashboard/images/wp-rocket@2x.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/wp-rocket@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�m�Da1�������Q','��1�X+l�������V�E��۷�,Yĵ߅�','',0,'?'),('���;�oL;C�.�-�','wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����3wm�����','̙��H��C�W�%\n���$o9K5�F\'�+���','',0,'?'),('����D��nk���','wp-content/themes/twentytwentyone/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4f]�U)�W�\"��=','$��`j0�ɒ�c�1-�K@\rf��n�R�3T�','',0,'?'),('��Mf�4P=-����Z','wp-content/plugins/really-simple-ssl/settings/src/Settings/PermissionsPolicy.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/PermissionsPolicy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8r��y�K���F�','���e��.��^�uy3��n�Q�{n��=���','',0,'?'),('�@}&�J~�¾&��\0','wp-includes/customize/class-wp-customize-new-menu-control.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�ƪYgӧSyLD�\\�','wp-content/plugins/really-simple-ssl/assets/img/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('��v<gp0�2�4�f�','wp-content/themes/astra/assets/js/minified/style.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/style.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�2�n�]\0-�','���#�����)�zf��)\0�%d�Y@f*��','',0,'?'),('����(ӋGd��H�','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&2����=o��','\ZG�gW�LT�R��F���[|��:�^�@�>x�e','',0,'?'),('�ܓf��v��0$�=3','wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��F�Ә���L��','�S��f�ȓ�pR_a%LQd6�����6v���Y�=','',0,'?'),('� ��D�8�q=�\"]','wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�=�5]��G�J�','��6��8g�maɉ���c���ac|��w','',0,'?'),('�!��K�[_m|�\0�.','wp-content/plugins/redirection/locale/json/redirection-hr.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L����zX��','cFT���+oׂ4_�-(%Q�\Z���H�;6�X','',0,'?'),('�;L�t�׬C����ɣ','wp-content/plugins/wordfence/tmp/.htaccess','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�E�f$��x�\0\'�','wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#$^(\'xUͧ\n_��N','�I�Ӿl����;3�J-�@\\��w�5�b~`B�4','',0,'?'),('�K�َ�*�dK�.zPP','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NodeInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NodeInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0u\Z�C��H$r��','�CM����E\'���D[�0�NN�3\r+M�5&t�dc','',0,'?'),('�P?~��&�\n0]���','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���{�5B\\�=|sXW','[R�ɬ��e�N پ�ۊ\n\"��b��g�2','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�_�����ې\r���','wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�5E�\Z-���1��','�A�;���ɜ�K���_���#Hz�T�~�:','',0,'?'),('�b��.������8��','wp-content/plugins/wordpress-seo/js/dist/integrations-page.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�xZ5x.k�%�>','%n���ӚX�q{�������a��y���><f�]','',0,'?'),('�h<n}P~l�m�1��\'','wp-content/plugins/elementor/modules/dev-tools/deprecation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�$�)V%c��t�1','��͠~x��T��]�l�E���-귽�@cA','',0,'?'),('�jU��3�0<�g��b','wp-includes/blocks/paragraph/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�\Z\0���#c��-�','�>�ǡ�e}�֋f�y|4��E\0Dcn2��`+�','',0,'?'),('�q��\0�,8���>','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��7D��u�����t�',',\\����gU��QS��nǥ8���f3�_E','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�w`y_����r޹�]','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�hD��a[�Jh�)','��:ɓܵO[��Md�7�b��]\ni�4ߙ���(','',0,'?'),('�x��Nt����Չ��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�9j�$�r{�w','�9H���;� Mީ�3�M����٢��ţ','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a<DH���F��#','?��ks����.ȅ��Ӏ�_��j���W#','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�1�3�\"ȟ�fˬ','wp-content/plugins/redirection/locale/json/redirection-en_CA.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��zǥ�(lt7�L��',' ��paF��;\'֪#F���ٙp�<�%�f<','',0,'?'),('���1d�YEa$�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�ӡc2���@k����','�J-h\\��QK<\nb�\".m�[�(AU!ϕGĎ','',0,'?'),('��A��<c&�LcZa�\Z','wp-content/plugins/elementor/core/logger/items/php.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/php.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O��\nG�Ge��','�{����Z\0?��Z�oP_�Y��^*��x','',0,'?'),('�K-7��l�x��4���','wp-content/plugins/burger-companion/inc/cozipress/dynamic-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/dynamic-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�F��7 ��ѕ1�])','j�p &� ���:`��Tp���\rf�LuH','',0,'?'),('�4�H�-C_^`�[','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�]f:���AS�\rK��','̦�K�s V�qI��{B9�@����m�❙','',0,'?'),('�GZM�Y׬�+\\\\�','wp-content/uploads/aios/firewall-rules/settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/aios/firewall-rules/settings.php',0,'%��V�zz\nB7��','%��V�zz\nB7��',',D���LLKX�nu���P�PJ�SF!��7','',0,'?'),('䀹�S�L�_�+p�9�','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x2��4�S��[�Cq','O��]D�Hv�N�����>��u���޾�_��7�','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('�BJ���=4�����','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$����Z��%W�}!','�։3��Y���\\��^[ܳO�v�eSD�b��','',0,'?'),('��u�+���ޢ��','wp-content/plugins/wordpress-seo/src/routes/semrush-route.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�3�^%��Ļ�ɣ̪�','���*���o��P�s:7�ݹ/�x�N�?ث5','',0,'?'),('︀ܹ�Xu���_��J','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�2��bQ�-�?a�','�x�����r}�`��1\08���>���u�6o�:��','',0,'?'),('�o�m��&V���#��','wp-content/plugins/burger-companion/inc/setto/sections/section-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\ng��A�˕�ʭ','[�� �F�3�#ly&I}���\0!\r>s��sH�','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'���	t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�:�@ܐ�^J���','�E���_w������1:������-�E','',0,'?'),('��{�� \r�Slſ�	','wp-content/plugins/wordfence/views/.htaccess','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�ʮ���+�A:\'.X','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A����RT�Ǵ��`','-�*=~�`�7^��N\0x��%�Q�;�D!�J��&�','',0,'?'),('�̸�WT�Ԣ�4s��','wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������\nc\0�8�','��S����E�`=oLсK�	U2�3�#ԛF�\0�','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<>Q	��FLLJ���É','g�$p={Tl<Wb���J•ӌ�6,*��Q��\\','',0,'?'),('����V�1l�>','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ң���u�3v��','�o�Ϋ��3���Z3`,�/���i����5�u��','',0,'?'),('���4�~��^U1Ex��','wp-includes/blocks/site-title/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','}	����k_[3�?_�Fx�a������','',0,'?'),('��诠��s�D�U����','wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٧߬a6%�\Z�p�\r�~','J���y�.Lu�d߽�&�M���/\"H�=��١Y','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4����I}��\Z�2','�J��0xt�����odi	�Vd!��','',0,'?'),('����Q`DƁ�lP|�','wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7R���Î����s','��ou��z�Ms�ݡ\ZG\' ds�MGl؆<µ�','',0,'?'),('��]�,�Z�f�J�','wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5���$�����','��֔���<��%l��W�@>X�m�4\\ G�#','',0,'?'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�fS�Tr5���Р','��F�j]��_�̻���e�s���<v!oM�','',0,'?'),('���Z���E���K-','wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`?^��C�D\'8','���W<%S�|@L����s�Z��N�Q�<','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php','/home/sleepingsolutions.co.uk/public_html/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','�\r��\0lp_р>�#','����T,��}1wa�Y���4B�I]wAX۵��','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zֻ\\$:Ս��%�','�Qg|X�\'b�9�jY��Qhb�vC��5�','',0,'?'),('�;M�g�8~����','wp-content/plugins/wpforms-lite/includes/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�h�&���^�����','7zUJqbr�j�������7D�&� �k;�','',0,'?'),('�(S�Y�+��+N��','wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�+�v�&${�#�ġ�','^�Hڿo�����R��D5�g��A��FQ��G�B','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','洩�`��\"@��)��','[(�Q�@̊�#2�\nH�e��Ec�{רxH8�:','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�Pk�x�-�L,�','��lK�69�<��r�F!��SB�u�#�����','',0,'?'),('�1��pH}Ejir��','wp-content/plugins/wordpress-seo/js/dist/workouts.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/workouts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k?g���\'$�Z�','���Y(�NI��\n��j��\"�S.�/2�w��$r','',0,'?'),('�3�lr�P��_�B','wp-includes/css/dist/block-library/classic.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o��� �c2:O','� s�T#�ʿ��M�9pڊ�fEe+� �M6','',0,'?'),('�6fݞA�5O��Ĭ�','wp-content/plugins/elementor/assets/images/no-search-results.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/no-search-results.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WF���<+��e�','[��~�;L�l��� a��:9*�#�����','',0,'?'),('�9w��2~s�5�E;�?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','М����f]�ZL��','�.F���5��AX��:��I6�h沤H;Z����(','',0,'?'),('�I/\Z�N�2�����p','wp-includes/sodium_compat/src/Core32/Ed25519.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�������e���/','1���h�e�+��:�z�a���ͣ4@�','',0,'?'),('�K���}%XC��v�x','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���\\���\Z���En','{GS��0�����)��.~��#m�}�:2��','',0,'?'),('�W��0Dy<+f{��','wp-content/plugins/burger-companion/inc/storebiz/images/slider/img02.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider/img02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`!\\n[�@q��J��t','0ґr�+��,�����/䱖:e�L��o���','',0,'?'),('�c7�\'4�5�q�\0�4p','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ت!v]ƥq�O�^','�v���\'��z7����[���u�ր�B8','',0,'?'),('�g-�_F�\"���~�\\^T','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t	I �C@g���','�(��(�	(\'S)\0B��_}&l�&�o^s�','',0,'?'),('�s�%��LB4b��c�','wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\Z�W�<eM��rr�¾','�uK��`��p٘n�wY�,\ZW��A�5��','',0,'?'),('�}�B��2=&��o�','wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��B�!�(����S�h','-�i�B�꩕����C[,T�`�D�1s�$�_$','',0,'?'),('�ǎ[���.����','wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U.0Q�؟m��	5�d�','P�����3��M76;�?�-�D={R=C(�·','',0,'?'),('�����3��:���^c','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dP�X����n��$�','dM���ksq��4�����R�^2�~B\"K�','',0,'?'),('�N ���iiڭ�','wp-includes/random_compat/random_bytes_libsodium_legacy.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��#�z���K�','�k��!P�BxQA.T��ۄ���๠���ێ��','',0,'?'),('��9�BϠ�3��','wp-content/plugins/wordfence/images/icons/check-care.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check-care.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��n?du�ǡos�?','J���X�;�W�`i�\"��[*��&`K�>r4�	','',0,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`S ����E�X�^YA�','�%��S�i����x3�k���O��nz]���','',0,'?'),('���LJ��\\���9W','wp-content/plugins/burger-companion/inc/storewise/storewise.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/storewise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Bz�?���%����','���}��V6�;7�1����<�?��U���','',0,'?'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('����퐼4��&����','wp-content/plugins/redirection/locale/redirection-ru_RU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P3_�������','a�	�k(f)�-�c�x�Q�T�����Zg���W�','',0,'?'),('���)�\\���EA&�b','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�\0l�eԄ�1,�}\r','dI�����ޗ5�K��)���7?�OJ\"jU�<K','',0,'?'),('��5H�/��A�.���','wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���8���I\n�3','b9�k�a��۬?b����ڻ�c��m5��z��','',0,'?'),('��;�b�(�.��(S�','wp-content/themes/twentytwentytwo/templates/single-no-separators.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/single-no-separators.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4!et�鶛b�,','#�W��V�CPdv����J\n��B�o4��,Q;','',0,'?'),('��۸U�5�P���_�','wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i-gRݗ�x��#ǵ��','��\0��\n��ƞBV1Wq����3@�Ү���r�','',0,'?'),('�����9�$�DS�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5�gB����!b��','W��#nl3��P� r �l��c=א/ȑ��O:','',0,'?'),('��P)Sa����Ϯ�','wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�g�\'�j��	��Ju	','nv\\�c�a�f�HI����1,��^�3ڳ�','',0,'?'),('��I�ٝLae��}\r','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�+���Δ','ᆛ`�,�%�?��7bw�g���5V�<�҃,w�','',0,'?'),('����6$[���O�','wp-admin/css/customize-widgets.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�h���dM�*�E�y','�Z�0ڀ�#]�*���ԯ\r�=��}�i-','',0,'?'),('�8���1�TȄ��{<','wp-content/plugins/elementor/assets/shapes/curve.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G$\"�Ykg�(.�_vn','��˶���D��=�����E�����,כ�','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cP�j{\"����#� >W','Ȣ�f����+.�_��u e��	�Z�','',0,'?'),('��3P�do�,�t���','wp-includes/blocks/comments-pagination-numbers.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ڏ6<�����\'���','%��.x��Y�av�w\r�a���i�h�i[F','',0,'?'),('�%L�1č� �J��ٞ�','wp-content/themes/twentytwentytwo/inc/block-patterns.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i`X1X1޳���8�8V','B?�I�Ӣ�c����1�.P�&{v	�R�H�s','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Q���6�<D��\r8H','�� Ϝ\'ܶH��O��;�R�\"̙��G��','',0,'?'),('�,�1x�@e�<)�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p\r\'8�ﺜj�� %','�U ��\Z���a;q��� _���t����3J\n�','',0,'?'),('�7I__����vD!���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�!���=�[�uRJZ�','�����F<�R����u�g%g��R�\r]ܨ@�','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	`tb�t~�	F\"W�u','|p9�k�������է����0�tK����:','',0,'?'),('�8���םG2��*Ğ�','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L�1�Rg<�1�&�','g΀�0��!r�(��)�uT�T^۽S���Vv�','',0,'?'),('�;/�˨���M�֛��','wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�R��EMȢ��1�U�','ѻe��T��>nA ���c(@~��.�=&���5','',0,'?'),('�DU����n�Gl�(�','wp-content/plugins/litespeed-cache/src/lang.cls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/lang.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(����\Z�EC�V��',' u��( ]�ԣ���`��Fb�\r���d�K&@�','',0,'?'),('�G�7���^}��D�*','wp-content/themes/sydney/fonts/fontawesome-webfont.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/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,'?'),('�HZ]w����f�)�','wp-content/themes/sydney/js/customize-controls.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':#��=�-�55','�(��2��&4ר\"iԷ)�;@ �%�<\'\\���','',0,'?'),('�I��Ry�d��\\��K','wp-content/themes/twentytwentytwo/styles/swiss.json','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/styles/swiss.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��L��=$)�A�xE','\0cp�R/��:��`\\-j�_pg_��|;�{/�2','',0,'?'),('�Nbē�p	\n��#?E','wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��G{�l\\W���','�}��;�38s)bS��\Z��Z�f���w�@','',0,'?');
INSERT INTO `wp_wffilemods` VALUES ('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �V,�~��H�]�d','�\"s��W���`qa�8�4�P٢V�u혧�M:�','',0,'?'),('�k��p�e�I��\\:','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HAE�?��\Z\"�}���','�\Z��%����n�7SQ��)S�sK×J#�@�C','',0,'?'),('�nH�@��!(��y5p�','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �v��e�7\\ʛנ=�','!h�e�d���e։Swر�����~n���I!x','',0,'?'),('�|�ߗ����GE�','wp-content/plugins/elementor/core/base/app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؀>�i����a0�[','��\\�1d�\"�/�5�����c1��$��}�0','',0,'?'),('�~HN��6����|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�H�ޥ��0��i��5','�!WҪ��N\0֫(��r���88A3F4�����','',0,'?'),('�ͽCG3@z2=,�-��','wp-content/plugins/ninja-tables/admin/partials/deactive_form.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/partials/deactive_form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��Ȉ��<�','svd�k^Q�N0`�[�V�Ů{-f�t�P6�','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zɆ��F���\r�	','wٱ����g��K}�\n����eH�M.=wy�','',0,'?'),('�ͨ޹��0Ɂ�䷑�','wp-includes/blocks/video/theme-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�R���~��H�{vm','&�ƅI�{���aw����[���\"m���_','',0,'?'),('񟽀[uN`?��ֻ���','wp-content/plugins/elementor/includes/controls/media.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�X���o8�ڊ',']�����k#�c�]�U��p��YVڵt�J�>','',0,'?'),('�.�9�=R�X	�5+(W','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�k\nwQ�穱i��\'','v����XN�i��L�s��x�15�iq��','',0,'?'),('�O_����E�e','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�at[�Y_�U]��Y�4','T/8�T�ǘk�{��hz=I��3�#z�����','',0,'?'),('�X��(��[�ǰ�$=�','wp-content/plugins/burger-companion/inc/spintech/features/spintech-above-header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-above-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ES��\0R:L�$a*��','�9��n	Df�ߌI�ÕC�`�)?V^@��','',0,'?'),('�TY�PpE�w��','wp-includes/widgets/class-wp-widget-archives.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I4C��dmТ�6�{','�@ o�[����j�S�*��W}7�\'`\r�3��','',0,'?'),('�R�Jۧ�����뷳�','wp-content/themes/sydney/license.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N2���96�c���\r�j','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),('�_g���[�M))�','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�).L�w�bA�:Ͷ','\Z͚��R��h�*x\\+�I�6��/�+MtnG_�','',0,'?'),('�}�O;U�i��<��','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�Zϓ�}�iF ��o','���;^&`2���:�&(ƽ{ʗ��Ly9\\d�','',0,'?'),('�V���|ڑ��S##�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ZxJ�O5�w���','|��Y\"i�G�GÌ�7�:�lD��}e*��x���+','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�J��HN��ԑ','r�h,И�Q�U��2 �V�J���6}N\'3�iuK','',0,'?'),('���#�dbi��V<�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^}���N�Y�s}�7��','Y������\Z_\\����a���?�tbV','',0,'?'),('�І$��Hd+ػ�','wp-includes/assets/script-loader-packages.min.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-packages.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ְ\"���R���E1�','��¬r�uB��f��a`�K�O+-���:','',0,'?'),('��HSf\nS��q�','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OD|;A��^P<;h�J','<#��t\\�Cz�~Om!j�w�CUj�06{���_��>','',0,'?'),('��WJ��fzi\n`','wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qJ�m&��^Á�','��զU���s�	����\"Y���=.PI�7�a','',0,'?'),('��{�\Z��n��\'���','wp-content/plugins/wordpress-seo/src/conditionals/indexables-page-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/indexables-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬�����Q�|��','���zÿ\Z����2U�*��@�i8����m��','',0,'?'),('��7~i�Op)x���	�','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\	�o���m�X��','z��R�����,YJ<=����3������k�4�(','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�AK�y��ʼveJ','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/thanks-for-using-main-dash.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/thanks-for-using-main-dash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�fWhҌ�3�J���','�DC�W�z_�#�@��Za1i�AQ���Â)(9=','',0,'?'),('�y�A�o�ډ��','wp-content/plugins/updraftplus/includes/Google/Cache/File.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nϷl^�#v�Q#�','¯_��Y�7�-	D3i�,8��uhϗ��8�','',0,'?'),('��4����M�E^	�','wp-content/plugins/wpforms-lite/src/Logger/Records.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Records.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`O�\"\n��r��`N#�','�K���͞�4}��zc�s51�1�X�s���\r','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!-�	ҬQ���~','�iv��:���>v)\rd<���]\Z�.�hۣB���?','',0,'?'),('�~M�-ڝ_�!2�','wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m���fB�\0�JM�','s���\\!���+N��\"}=���	Ǖ�V����t','',0,'?'),('� @w��S�{\'����','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L�bV�Sd2b{�v�W',' ���bg�w<����y^÷y,<��{����','',0,'?'),('�#��m�X8��+ˊܵ','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4q��kr�D�X�\"]�','�C�`�n)�w�14��K�H�-��_�a��	=','',0,'?'),('�\'�%�/�\\�/Y�J��','wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t`����;<?�*S�b�','�T��T�%�*��e��ui)�b��g-�','',0,'?'),('�/�+F���XD`��fP!','wp-content/plugins/elementor/modules/system-info/reporters/base.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~V#Opπ�','S�.�d��]�Y-�	Q��NJ��\0i>r\r��','',0,'?'),('�1\n�����x����','wp-includes/blocks/latest-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��TX�����٩0','�\n\"c;�|�‰0U0�=L����]q�ֳ�N@','',0,'?'),('�8�+qWd�Q^�W �F','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-reports.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� ;#�Y�jف�','��KX�?an��&(t�?�X)eFt�P��8L','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8���Kُ������y','lҝ֨\Z�����tfؿ&\Z���zY�Xh�Cc.','',0,'?'),('�E��f�\'�q\0r���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-file.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�����I���','V(1v��$��y�aM�T���cp�X\0�e�l','',0,'?'),('�L>�;�*	��Y۞m','wp-includes/blocks/preformatted/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9,��G�r�p�i�_','cSnmqr�:�hNe�W��{(w�D�~n\'�+�','',0,'?'),('�P1i���`R��:@�]','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/wp-admin/brute-force/captcha-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/wp-admin/brute-force/captcha-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��/m!�n_Xlh�',',ܫ����W�O�[����/M�\Z�è�ݰ�/','',0,'?'),('�dP��ޒ�f���d��','wp-content/plugins/wordfence/css/license/care.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/care.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qC�*��&h)F','���\Zm�ʘ�:Nӹ���_\n8�Q&y\rx�_Qy�','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�£�{�=7§x ','�wڽþ$�7����!#XX�I�{@X{CO�','',0,'?'),('�j��\nj<�c�@B�X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�n��܋�n4-2��','wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+;�^Ҏ�F�\Zɻ','����A�g�����$��AG�X7�nƸ94�','',0,'?'),('�po���X0%������','wp-includes/css/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\'��Ǩ@@{��}','hԑ��M��\\�C�9��\Zi�\n_�ї��,\nJ','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+6���΀J�h�','),ol��R����ZJ��eT�(y� �5����+','',0,'?'),('�x%и�ۧ�ϳ��h','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�n���1d��a��+','*�J��[\"�}5*`��9�._�^�$2�','',0,'?'),('�~\"�H�� \Z��H�Xo','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�ImK�Teq)���6�','h�VNC����0X\r\Z�o;���!���WW�1yL','',0,'?'),('�?=䃍�b����^�','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�$�xM6filK@�','����J�]�\'��\Zu�(�X�ݴR\"','',0,'?'),('򇊨�DVe�oh�x�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nK4�ξ��\\���t;','�\r�&S��������|L���l[)4�7','',0,'?'),('�*<0�8~��\rct�','wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vه\"��m6�g�^�','1�օ�b�*_XS����[��0U�#2��ud��R','',0,'?'),('�n��E�%̶�uPY�X','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��ձ4l�\0!#	��','П;�HcE�Ρ�����B���q!#�wG���','',0,'?'),('�|��EOm���(�5','wp-content/plugins/wpforms-lite/includes/integrations.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�M�G�7��[�','\n��.*�sx>o�\'Ky`�M��0@�wJ0��J','',0,'?'),('�ׅ���$�T{8/f','wp-content/plugins/wordpress-seo/src/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\0b`!����v�','>\Ze���\0�4W�\r����T�#��o���;B','',0,'?'),('�$c{�97^І�J�g','wp-includes/js/dist/server-side-render.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]%�s��y�p��\Z','��`G��ׂJH�&��.\0:���c�Z��Z8�','',0,'?'),('�cM������E�72','wp-content/plugins/wp-cerber/assets/flags/cu.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��ـ���S!��4�','�u,S�W�ݮRҮpLv������#}�R','',0,'?'),('�\Z�l�����8/�~','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sӔ��\"�K�u�#','|��*~�r�Ǫ� ��b��yD�R�ã�Ax�','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�0��~����','E����Y�� �C�5�f�t��A%B��W�\0�','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�l�;	��?�ޣm','wp-content/themes/sydney/images/customizer/fl1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�\r�旄�ս����','��h�j�HO�D�n����,\\ߧf�3���#','',0,'?'),('�K����Y�����','wp-content/plugins/redirection/locale/redirection-en_NZ.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_NZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R-�8�۞�S���','-]J��v�8�\"�N��W;~H���q 6���i\"','',0,'?'),('�ޡ��wGub��','wp-content/plugins/elementor/assets/shapes/drops-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	S��l�_yք���','QW��g�ݱq����7��˰�5\"����.�Fº','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�X��\0�6����	d','�۸#R�Eix��b\'ס�	��z�^0�Cy�','',0,'?'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�M��!����u��>','�`_w�-#t��юZ�[^ѐx�r��Rj','',0,'?'),('��C߬F�h�ܚ����','wp-content/plugins/litespeed-cache/autoload.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�M�ώ10��ؽ�','�r	t��]�U V��06�ROj�$�1~���','',0,'?'),('���v9T�6�c1M��','wp-content/plugins/wordfence/js/admin.1670945819.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/admin.1670945819.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��o��	܁[\n�','$�H��\0B#������r�C�T>2��r��','',0,'?'),('��a�u7J�D��\"Bu�','wp-content/plugins/elementor/assets/images/library-connect/left-2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�x��c~�ک[','�c�`�`�E�\'���G��P�$_�@-�\n�','',0,'?'),('��6U�*)u1@)\0P��','wp-includes/blocks/navigation-link/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','49�/\'�h!�?��?','I�P��%4��I��kR��7��r��#��P�f,','',0,'?'),('��Һ]U|.���Ur���','wp-content/themes/sydney/js/select2.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��յ8��\"LQf�/�','�4�1hګ��Y����җ$�LnS�&6�rZI�Rp','',0,'?'),('�	{zҕ\nbdAx�vh','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WTVR�\'�%!��','zM��7���Ï88i���;�\rȡ�(C��','',0,'?'),('���<�fÃ�y\0�Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�.�ʹ�ˆ�g�','\"�e۰�}�)�s��ѓʫt[�\"�i����/V�','',0,'?'),('�\n�F�����vׁ�','wp-content/themes/astra/assets/css/minified/extend-customizer.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/extend-customizer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W8ܠ�QK�%��Q�A�','��S�F�ӯ�~/��4h�����9q��\Z>����B','',0,'?'),('�$U����󺚹Nԁ','wp-content/themes/sydney/images/customizer/pcat5.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat5.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�0�1w�:�q��','\\Q:4A���x�8a�=�pRW`Me�D�����','',0,'?'),('�!�ua�2��;���b','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��N9ob�kW���','pT~�}\Z\r�J�^8��(��,?��nU԰>Gm9\"','',0,'?'),('�z.�\'�\re�z�C�','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�6\Zj����F�','7y��|�L+���3:U�s��$7�,�JRUR40�','',0,'?'),('�y�-�fn6��C�','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cw9�\'��\Zw��D�','�q�~���Ѡq/��%L�X\'�5@��\n','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�ѕ��[s�Nϸ~G','�{��g�]!��cj8��~z-�8k��i��','',0,'?'),('�$����Ova���8�%','wp-includes/blocks/text-columns/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.%�Q��ʯv�v~\Z,','����}òӳ��lV�_���� g�$q#3	�ǹ��','',0,'?'),('�\'^=h$���$�hF�','wp-content/plugins/wordpress-seo/js/dist/languages/id.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B<WM\r�<�{���6','L�et����!�K�`~[FR_�e��ڦ','',0,'?'),('�-X�E����N��','wp-content/plugins/elementor/assets/js/kit-library.1d4ce02c8ea9acb3ed7f.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-library.1d4ce02c8ea9acb3ed7f.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̈́��SA�ݮx+','`<]�����4o�X㗢��^Lo��T	rs�\Z','',0,'?'),('�=�ύD�*+���X','wp-content/plugins/really-simple-ssl/settings/src/Placeholder/PagePlaceholder.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Placeholder/PagePlaceholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%3���J%�{� AƯ','�Y#D�Z�@�\n	����PIKgr$&@�T���','',0,'?'),('�BC�-iqx�S~�@t','wp-content/themes/sydney/woocommerce/fonts/star.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kx�L�2��D�\Z^','�?���|���.\"�~Z���ц>��I���y#�','',0,'?'),('�Fwc���w\Zen�:�','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð1L����Yf�IW','v��l�E�U���E�5|�m����д�%	OK','',0,'?'),('�H�U�\Z�r)�$fFr3','wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+oN��Fn�y(ѥ','�V\r0n�%n��_��NEm�ڰ֣�FIXF9','',0,'?'),('�LT�n3�T�+]�Op&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8v0~��ۜ߭���R$','��1�U��x�����fj�oI���}�','',0,'?'),('�M[?Ob�U6$ޚ','wp-content/plugins/updraftplus/includes/Google/Task/Runner.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�O�ӄ����Z','�!Si��;�QQޞ?��\r���Ձ��9k','',0,'?'),('�Zg�H�,۵K�:3��=','wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X!���\Z��!q�','d�ı��(/w���cq�پ\"��H?�*�e�','',0,'?'),('�_�����<D��hg��','wp-includes/block-patterns/query-offset-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-offset-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NtW42���:��','�բ}=%f|ޞ�V�ؔ�#/=ȼ�k�얜*��','',0,'?'),('�j��	���eo*�','wp-content/plugins/updraftplus/images/ud-logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/ud-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�j��M��ѓ�\'ː\\','w�yB�1bt��W��\"l%��t)�Qp�,Jb.','',0,'?'),('�lF����c뒕�L���','wp-admin/js/iris.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�2�?ޡ�{��','�dU�D��2�����G���#���lk^[\Z�','',0,'?'),('�n�����yo1����U','wp-content/plugins/really-simple-ssl/security/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cz��ʍ�Y�QEN�[','6P&}f2�\'���F�ԉ��u���}��_���','',0,'?'),('�q)yj���`I��','wp-content/plugins/elementor/core/logger/items/file.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[Y0C@:b=P5y�','��N�:.&�h*E��N(�����~Ѭ M','',0,'?'),('�s[ٮ#�d�J�@��2','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ѡ����3|�%6�','��5�S�$��5KZ�ɔN<�(0�����K��','',0,'?'),('�tm\\���H��^�M�&�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/new_year.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/new_year.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�.?^c����H�','�򽊏bg�&��i\ZS�;������~!ENr�','',0,'?'),('����zo�)qym��','wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8ec\\�6L�h5�	�¬','��4��I�HH8=�H��o����]�C_>P','',0,'?'),('�<h\r��^\ZE�y�(','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�uhSW��F!,h','��g� E ,�PW6��� �PA����;�a~','',0,'?'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�h�n�}��7\" � 0','G�XU2jO�W��i��q7�5\'��nT�6�,�l','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��6/N���','\'$��{���i�P\'\ZTBP�<�Pp���W��','',0,'?'),('�k<�#6�&&V�9��','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�6��U�J�\'�6','XG�и�o�NQ*�dO&{{�,�B� �P�v','',0,'?'),('����^@��9���','wp-includes/blocks/read-more/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','у�[��	x\0~�0�W�','L��;H�o��B��d���J�G�݁I�u��','',0,'?'),('�`�-}��i_�pB�','wp-content/plugins/updraftplus/methods/ftp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��IV��{Æ�牍',' k��d�]���ʽm��ƛ�GJW[{=w�u�','',0,'?'),('�볻�b�]�s�1�U','wp-content/plugins/elementor/assets/js/accordion.2e5c3409e658db9d3c3a.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/accordion.2e5c3409e658db9d3c3a.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������:r��As','v�8�F�«��s��#|�ĩ��l�¦H��','',0,'?'),('�g��bd�8�c!�[','wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','źS}7�ۢ�H�/qd','�a�\n�G=1�l�X:�a��^�� �ՃP�','',0,'?'),('�R�~P�}*cI�:','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6+�5I�燋Vp[�','����(�RY�o3��\'�^D)���P,���|t','',0,'?'),('��V�.`Jxbe�y��','wp-content/themes/twentytwentyone/inc/custom-css.php','/home/sleepingsolutions.co.uk/public_html/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','�`�\07���	|�]��C�','��@���m�sǬ���}t��!��\0$�','',0,'?'),('���=S\n��]�K\\','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�h�L]����b\n9','���=��c�Mg�[y��z�4�\nj��� u[�~�','',0,'?'),('�x�3��-%C�؂��','wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_footable_css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_footable_css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hTT�,O�}�','#hz�	,�\r:[_��]EW��u��]8]hd?\"','',0,'?'),('�vP�<�>�k�qhhd','wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�C�o8�?�+��vj�','Mzs�ꄗz��X��zF���\n0(5�����C','',0,'?'),('�\Z�kD��ӖaL=[V','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rDŽ\"����TJχٖp�','�����LJ�լ@~���\")���?A��<�','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�H(t����)�G9�','O/`d;���]��z��#���΁lQ�g�f�	','',0,'?'),('��n�(���.nk`zY','wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I �N��7�R�1�m�','\n D�h?����b�47���;^\n�?','',0,'?'),('��?Ψc�<�Vb`��','wp-content/plugins/elementor/includes/controls/wysiwyg.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��(�,}[�3.}�','.#A�j\n�r��B��gi��W_?xX+I��:�','',0,'?'),('��\0L������6�','wp-includes/blocks/latest-posts/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N>M�#CJ��U��','߲�>�8�m*�L��ܢ���F���Eq%���','',0,'?'),('�ʱr��\\Pᾦju �','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape6.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g\n�,��iY\n�','߿ɋ��]�i?g�^7 ��,f���[}��6��','',0,'?'),('�٪�#�|1\\�2Um��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2,��AN���S�[','%�g��t�隆lpXIѥI@C�̲�����r','',0,'?'),('����䅴��\"9u','wp-content/plugins/burger-companion/inc/cozipress/sections/section-testimonial.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-testimonial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d������r����','��x��#1�\\�3r&�z��]-L�5�@L�','',0,'?'),('��S�A@=�Y���v','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� -4D妬���M.�','�v�����{e��FG�z�43��`���n','',0,'?'),('�����➞��^՘R�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�8��U2�T�Me��','wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','벨@+�ɑ\Z~�G5 wr','���\n�_��w*Pz���*Z#�4�w,L�ue��','',0,'?'),('�@pnV�Q�e8','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessagesManager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessagesManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��IQ��t�p�6x�','��*܅e��m��V����	���C*�t��/','',0,'?'),('�t�x^z����','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Jtv�nU�n%%��k','\"�\0���n)�^���ʙTO���\Z�<W��<�d�','',0,'?'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϊI-���A(�߫�{F','����Ӷ���v��d�NC`��uz\"9��D','',0,'?'),('�<��p�0r�R��J','wp-content/plugins/updraftplus/central/modules/posts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ѪDF�\'k��H_A\r�','�t��-�{��:|��)�z�D�\n�E$؎�:�','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�S��],4Fr8�v','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�-\\��;���X��=','\Z�78�Ue�)�1�/�<�j�\'�&Ց�+(','',0,'?'),('�\'`�wn򣿧|dh�t','wp-content/plugins/burger-companion/inc/owlpress/images/services/arrow.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/services/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��WX+������','�8Oe��H���&������R��a�zZ���','',0,'?'),('��������D�a�\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nŶ�YpA�k�b�߉0','__7]>o7v$�-*�q�X���@k�\"��}F�','',0,'?'),('��}2�ѪWYq��;a{','wp-content/plugins/wordpress-seo/src/config/semrush-client.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/semrush-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʓ�A0������','Ǝ&���ʺHj����ߐ��pM����Aw','',0,'?'),('�(�Կ��ɶ۾�趮','wp-includes/js/dist/edit-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��`8i��ߣ)h�','p�?�t��~�QW�/��P�r�9S��]+V z','',0,'?'),('�*]�i�|����{�0D','wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info2.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n)�v��5e�I��ɍ�','؈�޿7LS���\ng�8�.���<�.�g@~(b�','',0,'?'),('�+u�x���g���!�','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�C�I:�\'-�Gx�(','�\Z�<+���\rY��6�Q�O�9����%�g���R','',0,'?'),('�=_��j��?����ff','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��(�KSYU�v�','�)�\Z�?���{a�3{�W�`��EX�-�','',0,'?'),('�B0�DP`^�\'A혈b','wp-content/plugins/wp-cerber/assets/flags/tk.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���s��c�K���','�n��Ģ\n�-��4�n�zW�a�5{Q$<��B��b�','',0,'?'),('�H�7� V�[%N�}','wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~͘^8�X�[�]�','=*\\�|\\1lo�7.&��T���bc�ıW%ȁ','',0,'?'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k','�~B\Z-׼�of|W�x\\��|�M�)���ˢ','',0,'?'),('�Y��R�Yi/��l@HX�','wp-includes/js/media-grid.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��O�믧k���','g�z��0�\nD%Nj2�WU�]��Hf��ٻ&��','',0,'?'),('�Z��Q�!����*�','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#x�s�G�J��t��','�A�r���x?j����#��C�F�O�G-�S�$','',0,'?'),('�]�И\n�(�?W&\\�','wp-includes/blocks/audio/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �҃�9�0��6n	�',' �B5��e7�	?,�����Bv�*G/�\'&@','',0,'?'),('�l��1�v�I������','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5A��<�@B�$��','(1u�J��\r)��v=@�X��z������4�Ԅ','',0,'?'),('�w�>d��?d�','wp-includes/blocks/post-featured-image/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?iq���b�Ҋ��$	�','�\"_x�U��:��t+\nm���dgP�19C$','',0,'?'),('��Pӏ\0`šW�)��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O~H��b*�o#�','ݜ��2�,)>����udl8�qU��A�b','',0,'?'),('��]-v�ߔ6C56Qڣ','wp-content/plugins/litespeed-cache/data/esi.nonce.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/esi.nonce.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�ǎ�H�s�dh���<','���?\n���S2�K	�e/���&wu��-��ǯ	/','',0,'?'),('�7:�b��\r,�ja�','wp-includes/js/dist/blocks.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`I43�Ә�3�:��','l�l��X��S��ϒ�J�o�&�/�e� ','',0,'?'),('�\\$F���xm�','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��D�`���\Z�','�7ވ��O�2�Tn�zV,���dkȩ�Q�\\','',0,'?'),('�	��ge�Ψ2�','wp-content/themes/twentytwentythree/parts/header.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�.e�˯��[KOP','t��Ͳ�b�/u����n;��*���9\"M�t��','',0,'?'),('�\'q��Z�����(%�','wp-content/plugins/burger-companion/inc/shopmax/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĺ��DJ ���@�����','�Ώ)�3�⡙�*����N��,�$�������/','',0,'?'),('��QL�-�\ri�>JI@A','wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�XyC��품�yP5�','����&���Srp�\Z�\0�|m�KX�s�Ë�^�$','',0,'?'),('��f�	W5\ra�R�\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�K�=6+<+W�\\*�','V���b�z��Y}\\{��]\"\"#���%(x�v','',0,'?'),('�zZ�f���ip^�2׎','wp-includes/js/mediaelement/mediaelement.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�\Z����x5+�.c�','��D�R�y��\n��:�t�ƴ��7��C@�W','',0,'?'),('�U���sd3�ȧ��','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�H����6�t�\rY�`�','^�)?{�Y��QJE�x��%3�`x<o%��>N','',0,'?'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��e����\"$�0.o','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35ޝ��D����','c�QM��Q�U����Q�hp��\'A�%t','',0,'?'),('�¾�h֙ѽj���ﲰ','wp-includes/blocks/comment-content.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o���\\O�mtu\0��','\r��� �i�x�j����s����2;��T��','',0,'?'),('��0�&띶�<��J','wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���R<���Aυ�','U�׏\Z���P���wO��\"����4:s�\'�','',0,'?'),('��o:v��d]ᗭ�`�','wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<՝Di�X�:�����','��ƸbM���qN�\"LN;kח��v��#���','',0,'?'),('�ϯ�I	RT�����hq','wp-content/plugins/wpforms-lite/assets/js/admin-editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�Pf�{v�M#:d','�����XP�\Z7P���e4���c�Љ��','',0,'?'),('�еgj�]3Qwd�T�','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~![�>w�����','�\"�I�\")ɤ!�P\"y�l�N\"�O}�8*6�','',0,'?'),('��ť.�‡�_{)�Oj�','wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��W�~�q=R','2�\Z������Ɯ���D��}�`$\n+','',0,'?'),('���ZF8�/�j����','wp-content/themes/sydney/inc/customizer/controls/typography/class_sydney_typography.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/class_sydney_typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����F�|�{�\ZM82��','��\"��\"�h*#�,�S����#�p���Kc,','',0,'?'),('��,(�OԲ��%4λ','wp-content/plugins/burger-companion/inc/burgertech/burgertech.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/burgertech.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*uKL�5�����%�,`','MZM~v_�	Y�\"՚�ޙ/��#/@hg[	�','',0,'?'),('��W �����<�(���','wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!��U��#I�|*','�B�_W�egL*�TʩE���:%m�� ��y','',0,'?'),('�<n�J�|X�Ci@:','wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���2�{�u	:6�C','��s\"�Ҍ�Ngh�Y�ř�/g�e.��~j','',0,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ɫ�>��Z�f����7','\n+�@C��q�ǁ��&<��2-u�83\Z޿�','',0,'?'),('��CFC�T/ڮ+:`','wp-includes/blocks/comments-pagination-numbers/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���́�V{�}�^θ0','P!/�&\\������߉��WDGx�G0����','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�(T/I�����e�vB','wp-includes/blocks/table/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��O��j���W���','���/[�6\'}�OUJo$���+:AQU','',0,'?'),('���;��F0ߍ�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�1�y�Rm����q�','�j��V��=}59��ʒ�[J��F7�ګ�?�','',0,'?'),('�nF�u}���҉�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4<k�5M�\'�_�D�','�0+fU��Sn|�+M<�0.+q��HK�Th`F�','',0,'?'),('�\ZJZ��f\"=�\Z�;','wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o>C	^�ʐ��v�','RE+��W����S \\;�S����ev�I��߅,;','',0,'?'),('�� O�ϐ���h^','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\t�9ݎ>��9��','N�l���sX�m�����9<��R���ot�\\0','',0,'?'),('�!�֐(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php','/home/sleepingsolutions.co.uk/public_html/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','�6��	P�W�n\"��b','��Egp��Ԩwh��.����3�\n�f�N�','',0,'?'),('�$������ICo:��zP','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P5	�Q*\0/�E���x','}�,`3\n��&�ҙ\0�3��2&��@��Um�rj�','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"H:�y���O�a�?��','G-%1A��e��ʐU�e,b�$-c�$�','',0,'?'),('�*�1�G鍫v�Lߟn�','wp-includes/sodium_compat/src/Compat.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���\"��И\rC6�','u��\n�@݌.��R���#j��!Y�IW��','',0,'?'),('�-\"D��ʹD�5a�/','wp-includes/cron.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xpE@\'l{ٰ�Ċ','3;3����v#4)��	㒹��q��C�W���n� ','',0,'?'),('�.�3�K*�t�6ү��','wp-content/themes/astra/inc/admin-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���*��3`n�','�/<#��44rX*��T��%u�$>�*����y','',0,'?'),('�30�i��]�G�;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�\n��Y����)�X�','-��	���ayR���[�~��ُ���2��','',0,'?'),('�:o��q�p�/�79��','wp-content/plugins/burger-companion/inc/cozipress/images/services/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('�<5r���#}݄)','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_after.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_after.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z+�XK�fRb=R/�#','�9R�?����=|C�{�l�9.�m�����','',0,'?'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n	� ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y� L���Z!bE��l�','����.{0Je��{�5-���~[T�$Ğ','',0,'?'),('�Lyɒ\"\\H�ڛ��%e','wp-content/plugins/wp-cerber/assets/flags/pm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VI�T���\n���','9���>H,?f�?��d��cg�J�z݁B�','',0,'?'),('�O�[��O�>����*','wp-content/plugins/elementor/assets/css/widget-spacer.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-spacer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'>�kJ)0u��s','<#�J�k�\"ρݲ����f7��\\�Z��\r','',0,'?'),('�Z/ǜE)b�8!&��e','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.\\c6��N!5M��','�Xv�?�v�\\�hD�E�����X@�a\n�','',0,'?'),('�c}b��fɰ܀�y�B','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��q���<�7��','\n��Zn�B��8)���C\'g��jW�M���xi','',0,'?'),('�f� ���(7�j�','wp-content/plugins/wordpress-seo/images/link-in-icon.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/link-in-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�4t��1D���','��?ӽp���M�R���\nI�����m�#�','',0,'?'),('�u�N���.A_�_�','wp-includes/js/media-editor.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�|�*w/\ZT�*�6��bJ','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\r�!�]�,����','r��є2�X�B}�S������$�p��{f��Gl','',0,'?'),('��(���w��S��O','wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>z���M.�\n��\0�','0ގ/�UC*�@�vq��И��/s��i\rF�','',0,'?'),('�����$a�PST�:���','wp-content/plugins/burger-companion/inc/storebiz/images/slider/img01.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider/img01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��rFJ?J��a','������+>�w��d%�j�u�Ȇ�M�͊�\"','',0,'?'),('����p�^�od3�t2','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ґ|�{N�y-�@�','�>�j���(�\n����;g��M�{�\"y0��^','',0,'?'),('��)Q\n�?�O�a�r��','wp-includes/blocks/comment-reply-link.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-reply-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<N�n�5�>\\��','l����q��K��`���v�\0���b���','',0,'?'),('��IB�{θZ*�_','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','�ȩ_=n�>����6��','�u)#-���iLI �W�)m��\0+z\\�Z67','',0,'?'),('����X{���p	��1{','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QA�u�<x[n&)dp','瀻�=)@��9mjΠQ�6��_�RP���^i8','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��7��c���=ݙ','H��L��ku=Zԓ-�\n����U��l�{L��','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��\0+�1a�k�S�S','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape3.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��78�0�c��','Jx���-��WG� �!܏�Y$+A��>�c','',0,'?'),('��n��J�Ĝ�@eQG','wp-content/themes/twentytwentytwo/templates/blank.html','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/blank.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tf�i��)\r͚B�넞','vx1ջ�}��0�/w3����c��g�(p�','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+	]\r-W�ҽ���','2j��ˏ��jB��\\�Cv���q���,�\'��F�','',0,'?'),('���Va��A�;���','wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>�W��5Kѵ���LK','�BDӨ!�����;5I�pTY��k�����','',0,'?'),('���f]D�i�{RG�','wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�:-�M�j�w�O�','Jl�\n�ݨf�q�m�KE��(D��*1��','',0,'?'),('��K}:�a<��U�+#','wp-content/plugins/wordpress-seo/lib/migrations/table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tʷzՑ����O�?V','��3�t<)�����l���hbY�tZX?bm^','',0,'?'),('��w}<:��t�{f �<','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':TzF5@|���D�[m','UB�p�ϝc5� \\���k�>��FB�d`��ɹ','',0,'?'),('�ȉm���m��^m�B#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���T#�W��','��ݦ��؄t9\Zb�k�~poMl�\\;2�7�Q�','',0,'?'),('��L���V�J�\\�+��','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sh)~G�R�wp,',']傼�S���#����`������<�Y��','',0,'?'),('��y)m/g�p�t��>�','wp-content/themes/sydney/css/bootstrap/bootstrap-theme.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��}eÛ�\r+�','m��Pq���tO+f��󢗐�1^-;NY�','',0,'?'),('�㱱Q�����(�\'�Ks','wp-content/themes/sydney/inc/customizer/upsell/class-customize.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E&��sOw	�ߍ�d�H�',' �Gsx�w��9\"���U������4��XJ�','',0,'?'),('���O��*�l\'�','wp-content/themes/astra/template-parts/blog/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/blog/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ۢ���gp4̒/x','��P�!Ԩ8aKuו�l�ĕ� ���}\rN8','',0,'?'),('����y��\0�\"��Q','wp-admin/user/menu.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��q�.��������','wp-content/plugins/updraftplus/languages/updraftplus-te.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h>,9Ԉ$�(��','8�zB\Z�T��g�i�—����r�e�\n�','',0,'?'),('��(��\Z�vdv�Q�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h^��K��y$�y��.','w��Z�ï�]�k6<D��.<����Mf�\ZǮ�','',0,'?'),('���!��=[d�3��?��','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uF�Y���/?K�\\3��1','��]��Y:��bp�.	*�&t#������a��','',0,'?'),('��b�]a25�5l�a','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��\n3p*�~�\n�e=\r�','�p��f�g���!U��_�#x��B�,�p�','',0,'?'),('���hRʋn�G�{�l','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/aios-ajax.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/aios-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k,5��8F�]iM�','��jہ�ՠh���v�\\��Kg*?�)OM#`','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\X��0%=݈A!��','bZG~�u��&\r坯1楃/�+/i����','',0,'?'),('�\r�y�R�]�x���\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���ۭ3\Z�M�2(�','�В��Z��b��RS���yt����3d�.','',0,'?'),('�$����R\\�r-�y','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�䐷{��q9�:','ˏf������0�{�����~A0=�Ig#Q[�7','',0,'?'),('�/�H�nj��i�[�v[','wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:f�f0��&�L�5','�L��·��Nd�g�g�Qx�>��pB�ĺ','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�O�qX{�E�7�͉k','Hjm��xcJ�7{�\\����??&�v�i��','',0,'?'),('�=����r\'�P�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-collection.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������T=�t�w��bY','R� )_1YW��0G�4{�r�9����1��NV','',0,'?'),('�H�a�QʆyO�','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&���nE�Sy��-@','��N�[�\0��9��z��|u��)�-�q��W�tO','',0,'?'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sٹ��x3�8C�f�5�c','���L$�k���㈼����O!F��h[�Śڟ','',0,'?'),('�T���N��O��b','wp-content/plugins/elementor/assets/css/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�� �e!�yR�Jl','[dZ��W*1�H�e�\"��շY֧#�q��\r��','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png','/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�:	ڂa�7��Zcdm��%','',0,'?'),('�W#:��V��^H3X','wp-includes/blocks/nextpage/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�`�\ZJ������$�','O��1NJ8���#���C�\\({xSzW\'L�','',0,'?'),('�WO�dž����6��','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img04.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img04.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��TJ_ �i�o��','NӰ)K����_�Ƌg�8��;QL\r{ۉ=�','',0,'?'),('�b�R�VY���c¡x','wp-content/plugins/really-simple-ssl/security/deactivate-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/deactivate-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1-�h�	}R�t','���S���d�Ac�a	��jw��7��J=','',0,'?'),('�g�h�i�[Rφ^��','wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�JR�$�RG�9�Kk0','��}.>8H\0�n���y�C�uԄ����q�\n�','',0,'?'),('�o�;r��V�J�e<��','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�&�M��L�q^�','M8��S�:�Q���	wO�����@SU�','',0,'?'),('�sb�ӗL)�=O8�>�','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/notice.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/notice.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�aP��=!�\"�7','x�9n�\"@��]���+*5��Yv���j�	','',0,'?'),('�y�YI�bQf\0','wp-content/plugins/elementor/modules/page-templates/templates/canvas.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��8u�M�MpJ�/','{�ư��҅x�ۄ�d}p$ɹ�%c���%','',0,'?'),('�{�p�\0bu���:{��','wp-content/plugins/wp-cerber/assets/flags/bo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C$<C�@��SYRt���','�~.�L��w\0���}�m�P<��s=\0� ��1[','',0,'?'),('��L����P�y#_�x�','wp-content/plugins/ninja-tables/assets/img/fluent-icon.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluent-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���T]=����+5','�k�Y8��H	8����-* ����Ò�','',0,'?'),('����X�����9Lݫ�','wp-content/plugins/burger-companion/inc/spinsoft/sections/section-funfact.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/sections/section-funfact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!	�����6z��','�֮W�@�,�o�C@�oz�׾\n	\rpٜ���\"�','',0,'?'),('�����c���\\�MnX','wp-content/plugins/elementor/assets/js/onboarding.276dc41e63f17732408f.bundle.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/onboarding.276dc41e63f17732408f.bundle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B;(��h+1 � ]','Y�3S���K�O�j��0{E�vb�\"��%�j�_','',0,'?'),('��4_Y����>a��','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L���\Zl��E','�]eC�;������/��M�,T��J*��=��','',0,'?'),('�����H�S!;� �','wp-admin/js/user-profile.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�H��)E��Ji��','Ʒ�1�����ю�`��s�k��=a:i�a�','',0,'?'),('���z�E��TA�h','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�����G�ωl��','�ȸ��V�w#��H��`Q�ϷA��Q���\Z�','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��\\��L��l�A���*�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�9�����mZ�','�������8�d�s~K}A���HX%','',0,'?'),('���+���q�pW��','wp-includes/update.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zE��˙p��','�9��H����$�0�iߣ�p���6�d\0','',0,'?'),('���ߪ�w��,�4�','wp-content/plugins/wpforms-lite/assets/js/admin-utils.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����	��yǑx�?#�O','hLs�Rȟ)(�;�QB1��q~,q�@R��','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�������[PE�$��','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޵$��>Y� 1�9','M1��cW\Z�S>�-�Ɯ=و�&���xe','',0,'?'),('�ߨ�~K�DXs�3��\n;','wp-content/plugins/elementor/assets/js/video.d86bfd0676264945e968.bundle.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/video.d86bfd0676264945e968.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��+��J��JB��%�','	��N�6�l�9�^b);�Q&kKb˟���u','',0,'?'),('��yY)h��N��Á�','wp-includes/js/dist/customize-widgets.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����D)�A=�(J','.ШWn\'8���,8�hv���\"j*��,�3�','',0,'?'),('���Pq-�t�@l�','wp-includes/images/wlw/wp-icon.png','/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	�ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',0,'?'),('��gx�A�Ȣ}�g�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��p�R����xB�','wp-content/plugins/elementor/includes/widgets/inner-section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/inner-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�����-َ\'d','Q�!z�TPŵϏjj�=T��G�D���0�W%Q','',0,'?'),('�\Z�x��$�o��ָ�','wp-content/plugins/wpforms-lite/includes/admin/class-review.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�:o>����N,','�*����b�g}�-��}��M3\"^��TBO<e�','',0,'?'),('� @�;��*�|��','wp-includes/Text/Diff/Engine/string.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�3����eiҩ��.','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape23.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape23.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݁�;�.oan��Dž�','�[g�u�\0���WĠ����UI���j;p�T�b','',0,'?'),('�=\n����d�G�����','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l���B\"fr�','6����`B+��O�)�Q�/�抔y��އ','',0,'?'),('�C�:��U8>���h&�h','wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wl/G���zf�L','�H���-�.�ge�WEx�r�sLVM��~��','',0,'?'),('�c�\r?8�w�F�}�#','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vym�T��*,�b ��','�M�L���:=�~;$2u\"��Zޮ�v�*��','',0,'?'),('�jG���%�@���','wp-content/themes/sydney/js/jquery.countTo.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/jquery.countTo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H����>تϺ(T	','��5DJlJ��4~r^V��E���6E��u֒','',0,'?'),('�p��[R��u[���','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M,���?r��sR','���IHb�hC��b��\"�f\nՕhS��_��','',0,'?'),('�s�	�Sc�t��|%�','wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\\S����\ryK(�q','O�y�,�K���v\nB��j����P	�5�Jf�}','',0,'?'),('�s�E\01J_p0�y�Ź','wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z.?j����w�ٚ','!�«^ ��_ǿ7�;\0^6�>��#.\0A��?�','',0,'?'),('�vň&�CQ����','wp-content/plugins/updraftplus/includes/class-filesystem-functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-filesystem-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\Z��\'9�R�9Φ�','JY�Y��*�h���x�Gg��i8c\0?��T˕Sc','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�$B`w�ƕ���','�a����6���Ο���v]z5�����\r�p�c�','',0,'?'),('��~?\0V\"ϕ��̝','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/bullets.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/bullets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>1��=�5��P4','p>��W������+�?,�m.��&�Hnr47��Q','',0,'?'),('�����~��f�g�k�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lᨇik7�#z��D���','�3�C|�=�L���\\��N�h��N��)\0׀�','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('��u�7���A��o��2','wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{.�nı\"����JQi','3�˥%e_˭�C����ԷX�Z�nc0I','',0,'?'),('��BA�3��pk�Dˡ7','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-families.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-families.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���%�w�Џ-GH^','�c�`)�?�Y���LnruZ��ͽl���).{','',0,'?'),('��8��C���!0��','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��f��(�\\{���','�?�F�y\Z����޲��(���zH����A�','',0,'?'),('����\r=�ІE�Hͧk','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�\n�TM�������ۺ�','\n�b	Ԙ�e�Һ�e)\\�v�.�{���s&)','',0,'?'),('��\"j���V���d�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	z]��B޷ĉ��','\n\n�d�Wu�\'.b��@8)�.7gr��.I�=>�&','',0,'?'),('��&�o=moɸU�����','wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�+D���דl��K;}=','v����˭<o�W&���iǨ|�1��	kd)n','',0,'?'),('��_w�ƌ����','wp-includes/widgets/class-wp-widget-media-video.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u1�z�vw�P�Z\Z��','��0|�}�D��=�j��攡ͪ���6�?�+�','',0,'?'),('��B�H���w����','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�*@�%������:�','.?��W����\0m��j��*:����S+.!��s�','',0,'?'),('��y0(\n&��K�I��p','wp-content/plugins/wp-cerber/assets/flags/va.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/va.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�o`s,�ޛ��x��','C�2����}�p��I ��z��n�ꪖ?+��2�H','',0,'?'),('���Б�!t$0v&$8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\Z�yb�7#�','P�5��t�k4�t���I�5pm�N���ȗo-���','',0,'?'),('���г����Вyw','wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�r\'[�p�8/�:��4','%>�N���mC��s�P�C|��`�	ӹL\Z��','',0,'?'),('��#�n%0�=ŋ؀B�','wp-content/themes/sydney/js/so-legacy-main.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/so-legacy-main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��c�_N�P��\r��','m\0��\\�^��`�z�/�W�NH��-','',0,'?'),('���<��I:5���J�','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-logo.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�4��/�5/:I7','[ۭI��7�1P�t2A6H=oX���[$�^i','',0,'?'),('�ԣ����o�7��','wp-content/plugins/wpforms-lite/assets/images/step-complete.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-complete.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�j��a++�]�u�',']��k_���[�P]����ۆހ�U����','',0,'?'),('�g�CA\riN�b���','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/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','|�=`\0O4A����	','d�U�������l��M���N4k\'D�OxZ%k�','',0,'?'),('���co�k�T����\'K','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����{�<a+�}','[�u��a���Z�N��\'����=:�=��a','',0,'?'),('�-|V���H�%��','wp-admin/site-health.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�>+��/v���vf�','H�!��\'\"/�\n�Uoe��s���S�1Y�`�','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s-;����a��','͹Yqq%W�b\Z�s蔋�зm����I\0��','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php','/home/sleepingsolutions.co.uk/public_html/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','��9f�\"�&���	�8','�Ja�� ^��e��5�)z�Q؂�#�l24�<�','',0,'?'),('�< SA\"YO�y���4!d','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ws���!��9�o0���','܅���#|ǘ��ѱVa��K?J�\0%�KI_Vt','',0,'?'),('�>��I7m���>�꣍','wp-includes/blocks/embed/editor-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S\\�޼��A�','%h���(����{鈚RX�c�?; �S��\n�','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�JSs��G.J\00��!�','wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ž�e�~ā\n�>�[','�t��\'�2�m��#3�\"걁a6͘D�V�','',0,'?'),('�Jn>�c��`� ��','wp-content/plugins/updraftplus/methods/webdav.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/webdav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�je��J,g\0��G�I{','(��o.�ҙ@�c��	Ʊv��f��R1V	','',0,'?'),('�LjƢsjFB3�waw','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L�bV�Sd2b{�v�W',' ���bg�w<����y^÷y,<��{����','',0,'?'),('�`0���Vm=����Yc','wp-content/plugins/updraftplus/images/icons/googledrive.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/googledrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6:\02��2m=v��','�4�|����|��	�+R\'�=Ci���|��}n','',0,'?'),('�a*�˫Cq,p5g�','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�˨�P��`]oK\'[','>hLU�ƌ����	/EfOL���Z�7DC�\"�','',0,'?'),('�gH��Œ����逜','wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nr��\n��y,~I�','|�V��&:5�3��kɮ�M��:��\n�\n�Pu','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bc\"��_��o���','+�};�j�#[�8��9\0�i�X�8F��PJm','',0,'?'),('�p`v���D��X}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\0��ݽD�hĻ%�','��\Z�ϗ��j����Ą�!���3\r	���4>','',0,'?'),('�qr����B����','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&�r��Xr�C�5�Yb','NE�|��n�dʶ=�Ƅ4���t�9��&ˮ�p�','',0,'?'),('�u�\\����)��S�_','wp-content/plugins/redirection/actions/error.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�_��i����_�','��d\0A޲�3���F�~i���JWJuk��lI','',0,'?'),('����c�np�u�#�Y&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���myw��*lt�|�','��i�[wOz�a�X�MM�,��b��o���i���','',0,'?'),('��������G%?�c�','wp-content/plugins/wp-cerber/assets/flags/gb-eng.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-eng.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�-@�*�#�J=\"F�',';����	~��\'�:32L�\ZG(�!�A���.��','',0,'?'),('���D��=K�49���','wp-includes/js/codemirror/codemirror.min.css','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��e�D���-��]�~','wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�\r���k���}','��z�P�^��#.X:��;���w@�F\n�P','',0,'?'),('�������O1\r�','wp-content/plugins/updraftplus/includes/tether/tether.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether/tether.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Y�y��i��z�','�Ui(9ᅩ����bU�T,��RΕ��S','',0,'?'),('��9��̈́�_Ny��㝼','wp-content/plugins/wp-cerber/assets/flags/dm.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����l1�3��','O�t����Ya�U!�����gd�����P?Zܴ','',0,'?'),('�������CMp<E��','wp-includes/class-wp-oembed.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����_�M�n����','	�+j@�`(Wqȕ����q;l�p�>|XU�','',0,'?'),('��U�_9�]6��E�G','wp-content/plugins/really-simple-ssl/settings/src/Onboarding/Onboarding.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Onboarding/Onboarding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�П�\Z�%i�)�','We$`(��2#4%��M.F+�m�ڙU�3.���','',0,'?'),('��6+��%�ɺ �','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	r��ZI=bq�!','�w��\0����{���s)6���2ѕi�C�','',0,'?'),('��iO\r*��\ni2��ϱ','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�JP�=֚�Wa�','/v�q�) 	x\ZQ6f�k�u�	$�A*��l','',0,'?'),('����A�W�h����YI-','wp-content/plugins/wordfence/css/wf-ionicons.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-ionicons.1670945819.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,'?'),('��6K1���(��}/AX','wp-admin/network/user-new.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�`�.^*�����Љ�M','�Rδ�����`����t0)����>��+','',0,'?'),('�Ŧ�B��w�8�\"��','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��JHغ\'�ྋ\"��','q$Gf5���R&���/�(K��a^��;��','',0,'?'),('��m\'��I\"�TMW}�','wp-content/plugins/updraftplus/methods/updraftvault.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/updraftvault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!e�\n@S;�T���','h�Uy��: C;1\r�Q�ƴ�q�0�_�w��','',0,'?'),('���<�a�e��7�z�*�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\"H���qyDM�B�','c�MP��J�=�@��H�PZ�v*�Q[����A��','',0,'?'),('��d@��=\'*\Z�@�-','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\n��w{��!\Z5��C�','i������#Er.�SM��;ٜ��2��','',0,'?'),('��3����R�C���V','wp-includes/blocks/calendar/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('�ݧlp�S*LST$�8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss','/home/sleepingsolutions.co.uk/public_html/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','�y�V��bӪv�݂\'=','���A\0m�{��j����q�f-�WJ�1EfP','',0,'?'),('��#���W�G����','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�T�F�x��{Äf&�','9��i��Z2����uk�<���w\'b�*B�4,��','',0,'?'),('���`��/��)��','wp-content/plugins/elementor/assets/css/editor-dark-mode.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-dark-mode.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��/��!�\0�%�','�V�\'.0Î7�I�fT�\\.(7�b�E��4�\0�','',0,'?'),('��ɲ�ӯ�ج���','wp-content/themes/astra/inc/compatibility/class-astra-amp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���N~\0� [���Ѳ^','p�;�S^�\r��EG���g�X��OY���.c\\�','',0,'?'),('��ĩ�}x�(T��','wp-includes/js/dist/block-library.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y���𥳐��y{��','��!~QYn�M�djH \'�����\Z�*63�q\0��','',0,'?'),('�������\\<BSM\07�','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��h�U�	��F�l�','(/)���\0|3���\0�b�u�x�t�wqS��۾','',0,'?'),('���Th��^M�H�Vs','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��B�����m߱','{���ܒѩ�l�\r��Ӱ��F^�F=X95d�i','',0,'?'),('���ӛ+:����0','wp-content/plugins/wp-cerber/assets/flags/ws.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ws.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�`d��#��a�%R1','��SK������N4�7�#XAQ�9���','',0,'?'),('�s~@�c�EԼ�k�F','wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*7(��+�ۼ���\ZBC','P2�g2�������!����P�W	����OB:','',0,'?'),('��P2u�C7�@aF','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/libs/wp-security-firewall-config.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/libs/wp-security-firewall-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�×,�2���&��b','� H�	\'�<@�DF��|�?���Ekv�I��/','',0,'?'),('�V��\nT>Z���-2L','wp-content/plugins/redirection/locale/redirection-en_AU.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_AU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�#�s�,��O��J�','\ru�h�/�ݽ� \"v:�P\"����gY�l�','',0,'?'),('�^Q6l��J!�	�ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','��Z=�%b$�����','�um�v.)ْ�}an#X��p���E��Q\r�n�','',0,'?'),('� ń1�r}mJGW�R��','wp-content/plugins/wordfence/views/scanner/options-group-performance.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�-h��@dT�,�2		D�','wp-content/plugins/wpforms-lite/assets/images/trash.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/trash.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��,�w�\"?2�cdp','�Yx��?o\'�Пr���C����M4�A�{�[Jt','',0,'?'),('�.˄k��ӊ)}E��u','wp-content/plugins/burger-companion/inc/cozibee/cozibee.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/cozibee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;k���޷�k��A�','���{�2=]$�,�;��q��D�\\�����1','',0,'?'),('�95!��iM��~�&d','wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�̾�T;2�s�n�','�}@+?�g�wp��0�.���)2��[��%','',0,'?'),('�@�w6�fJ�fZBؾ\'','wp-content/plugins/elementor/modules/library/documents/library-document.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\0��{���v,<ܶ�','o����~���Q��8NE}Y��\"�����P�b','',0,'?'),('�D��3���$����','wp-content/plugins/wordpress-seo/js/dist/languages/ja.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hj5Q \r!�$[]���','x�c�D�|x~�\"��y�\rX9[�ޘWj��5','',0,'?'),('�V	덵W�ky��	�','wp-includes/blocks/navigation-link.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѿ�9�\\h�B����_','H����6g��\'�YUFw�ݨ=�~�QϿ��','',0,'?'),('�\\\Z}��d�qP0G','wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ո�P��ɵ*-r','FW�*��#�a\0���;�+��G\"{�9\"��nk�A��','',0,'?'),('�\\݊��;�9�vC@sԭ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n/�h�����>���','6�WD2Ҷ�0z�d�V:SR�0���h��>�','',0,'?'),('�`�J��#@A�D�','wp-content/plugins/burger-companion/inc/seokart/features/seokart-team.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��f��x�V���','?q�E�eDo��Ƥ൳@\\s�:&�t�Y��','',0,'?'),('�o��l�S(��ƍ9','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xq_a@���ˈ��.','	�v����$�=.��<����������3�N','',0,'?'),('�z����٤c���y','wp-content/plugins/burger-companion/inc/cozipress/images/services/img03.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����[���Ez_ġ','EA<��*���Oq�P�����{w3y���h4o�','',0,'?'),('�ʧ���T�\r<�p�','wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�,��gI*�lu','3z�̚4�t�v*��e�3�y��Z��q���\'','',0,'?'),('��ɱ%��a{Z�j	%�','wp-includes/class-wp-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�<������x','�Z�|1�1oj/2GuB؊��W�܊��!BG�Q','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('������:�v\0��֌s','wp-includes/blocks/post-comments-form/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�Z]����rh�\\�',')�����Iv�!W�ۢ�1���<m*Gm�A��','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�E�b;?(��X�#<','Jҁ;E�A�H��h2K��8���{�fZ�;E)/X�','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js','/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��,2�/b3S��','�F�c{�+�o�>\n��4���P���T,���S�','',0,'?'),('����-��U\"�nf֚','wp-content/plugins/burger-companion/inc/spinsoft/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����wk�.Ve�','H��T�n\nƕ��g�+Hx�cGqV��Ce%','',0,'?'),('��܊�b/g�Q�2�Z�E','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-01.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����TP��o�\'','��~6��L}$��tj[b{ɩ$Bq�a���$�t','',0,'?'),('���>�2<�7B�','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/icons.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/icons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̜�xK(!�7�','IZ�n�<��u�*%�so ���u��H�r��','',0,'?'),('���ΠM-��h���','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�㜇�j���G','�嫝�gG��?3R�װV\\B�+۵��v4��','',0,'?'),('��|3A(\0��0�\'�I?','wp-content/plugins/wordpress-seo/src/commands/index-command.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/commands/index-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�֮�.��>i*	[%\\\'','�\rq�/Ԫ��=��rV�Đ�6R�t���','',0,'?'),('��)\n/]��\n5�J�\'','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�@���L7��*��','q���[��#�ts�QY%hR��0�7���^�fQD','',0,'?'),('��Dp�i�.�����','wp-content/plugins/updraftplus/images/addons-images/importer.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/importer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�up��g{�!	','�zt�h5S�?�z\'���M�t1zֆ���\\[','',0,'?'),('��H5WM\'�n��4P','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/hotp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/hotp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\W��	q�<W���ք','M�[u�kr��5(Pe����)���0�]T(}�','',0,'?'),('��w��[�T낲�xK','wp-content/themes/sydney/images/customizer/ac1.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�臤RZ�p�p�g�','�Q�)O�$��[�I�\r.��p@ґc���,��','',0,'?'),('��l]���g	S�D�n','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GR���b�z�2�r','p�ݟǠ��;#+���\"�4�U�z�1��Ĭ�','',0,'?'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�?-����r5��ª','i0�	���Fyٴ��^.�d���]�x�?��','',0,'?'),('�ڌ�\\D�2�f�&�c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���ą�,\\�kTw','�\0�罼��%�|�_���[�x�Vh-','',0,'?'),('�ަ?���%B��PR�','wp-content/plugins/wordpress-seo/src/generators/generator-interface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jX2��	�D�r�','LB�vH��[��V�dk�Լ}lE����}�','',0,'?'),('��joM�nCI��]��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VM-2^�]Tn�^��','�Id�tu���G���ߛ\n�B;֞X�+�L','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��]rH��?�k	;U','V�xa��x ^�$�q�)�i##r|�fʼno�','',0,'?'),('��N`��ey�4)�;','wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�l:�sq}{Ύr��','Ժ��Mq^��O-�fVV�.␶��3�z��8e�C','',0,'?'),('��I\r��h\'�&','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�����\n�uo�td\0','�>ڤ9б�[cCv�,d܈I��%�0�u�l.��','',0,'?'),('��zA��kHJF1=','wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_foo_table.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_foo_table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',<C�����6e�L','���bl�c+��E�b�%�	�x��b��8��','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�QU7��p�%`6\n','�8��<ט���&��-��e��ƀX~��}','',0,'?'),('��`���C���*�r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p~�\\��\'�acl�','V������P%�oa<D��H���+��ƶ','',0,'?'),('�\r�׍���•K{!','wp-includes/css/dist/block-library/elements.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sH���H㑡� �','/�hLLʭ�ShH�����J�Ժ4 � \"�?�A@','',0,'?'),('��ܙ��\n):�','wp-content/plugins/wp-cerber/assets/flags/rw.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/rw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��:��8�\'A�i�X�','��`�5	�cW]���g�s`u���)G\\�,��r�','',0,'?'),('�֔|\nJL�.�Q�','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\nd��9�P�1�','J�q-�ъQ�K`*�?���+�ǔ�`\'F�^k','',0,'?'),('���E�Ə��*�<�=','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��G�J�����Y3p��','-X�������.�Ik\'���qxsy�	U1�/��','',0,'?'),('�����q����','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z����4�ۡ(�g[��','��w�kj�.L�T����?=EU��ݛE����m','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�����iYn$�q��G�','v_��eI�ܑ������z\"��[�1\no���F','',0,'?'),('��A����)͹D4�','wp-includes/pomo/plural-forms.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�}8��y��*�z','���P�}�Ć�)-�6��K�;��%�s&\0��','',0,'?'),('�\"(���b?\Zg�s�q�','wp-includes/css/dist/reusable-blocks/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށgky�Ƚ�imV���','�F4�B@R��j�ו��N�΄�SH��7�','',0,'?'),('�-^g��̺@\0/���','wp-content/index.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�-����8�X�rLI','YV}���:U_	�$�&B�.�Hk�ӯ.]�','',0,'?'),('�4/��ف�~��<+�','wp-includes/blocks/post-excerpt/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aݓ,h[�Et�����','\Z��K��v]ި��6�� ��}�@���=5','',0,'?'),('�5z����!Ҏ���u��','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��fLe�椄�����','h</}�,u@-/$����4f����BD覯��','',0,'?'),('�:Y����>���=','wp-includes/blocks/media-text/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�#���?�]6�t','cJ��vJ3��!��KWj�j��N�C�\'','',0,'?'),('�M��:�\r�+���s�','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��WQ�G��\Z��','S�v狕��a��~�D^�c#k�z�MŅJ�','',0,'?'),('�Q23�j�k��y','wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\r�F�M-h``~�Cͦ','�	�I�K�M�;�<a�o����lyշ��','',0,'?'),('�XQ:Iq�ա0��cr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z$����+_','Ew;�JT_m4�iZx#����Bn�d�\Zd�	','',0,'?'),('�X�i/ċD���$�M','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/admin-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B+[\\X��Pa�|�','4����E�g��L��r�C!��T�Ӿc$�ދ�','',0,'?'),('�iS.�߬_�?UZ6','wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��N��>W ��K~','P��8c1���m@���?�w(�k��[R��','',0,'?'),('�i����>LD��t�','wp-content/themes/sydney/images/customizer/fl3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�O��W�gu��EÚ','�&���GЬ��4e��}��W)����\\��%d','',0,'?'),('�k0�k⟆��V�X��','wp-includes/blocks/file/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ާ.��Lb���y���',']��w�ho��_;3x3$��Hc�)�f1��L','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I\0�D���{��','΀\0P���ak&铅\0���V� �+^�\Z���\r','',0,'?'),('�sji[�+������','wp-content/plugins/elementor/includes/controls/text.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\8�����O�&}�','�	��IKq��L�l����:����M�p\\��','',0,'?'),('�s�=(���\ngfP�h��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T^\\��\"v]���)�','a\'�ڹ�tpy�M�c�N���Wr�mޕ�ɲ��','',0,'?'),('�w	���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��$*�-�ً���','wp-includes/blocks/quote/theme.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�Û�\r��>���y','�τ��]W�����������D�~V3��','',0,'?'),('���)�	�w�Ja^(','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$u�9$�hoy%��','��7�t�:s{(�,�5�U)�fr�7Ox��!','',0,'?'),('��%��s�G�I�<J�','wp-content/plugins/wordpress-seo/css/dist/featured-image-19140-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-19140-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�.�	N�|8��b��','�Ī+4c�]�F��	�v�+��D��E&','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�EJR�`��5\Z�C\n','�_���N�R�Ϧg�N�r��{���oXӮ�','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�����ui|��2z�','wp-content/themes/astra/inc/metabox/extend-metabox/src/settings.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hx���V�-�(�.r�','֒�@29���:YXm&[��!��K���OI\0','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����t%�IQ\\�‰`','Q I�&/k��\n���u�-���q�Ϡ�yz[|��','',0,'?'),('���\"7��bj�_x','wp-content/plugins/wp-cerber/assets/flags/bi.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{(%�c�E�mF��q�','��?�t�aM����5�9�/�z�k���J�\r','',0,'?'),('��g&���S�5V\Z�&','wp-content/themes/twentytwentytwo/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~/�<S�We���� �','�\n�h�=��D��M��:�$Q����#�2\nS','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'��\n9=�Jؘ�e�)U','x3d������E\nV˜�Bf�t�2�;�','',0,'?'),('��=*�9U�bCwQe�','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˢ�NZJz�\\&��','Z`P����c&\\��P����~��F�!=��+','',0,'?'),('��n��|�M�O��s�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��\\��B�{�0�G�','�\'�)LYi���9>;B���q]\r�8��','',0,'?'),('��ؘ�-�m4)}��	�','wp-includes/js/dist/reusable-blocks.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�/�c	�pA��5','^+I�9���\\[.�i�,���,w?�\ny���h�','',0,'?'),('��b�J�X�@47�','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��ggd�_D��l4','K�@>H�4�gi[T����N��#�9��Q�','',0,'?'),('���˰a�[��r�p','wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3$�QM���#:�~i','�k�\00`, �:l#$�&`۔\"ʹ�� z �R�','',0,'?'),('�ܧ��@�{9�@�w<','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hJAբU��kѪ�Ln','!��^��-Pm�Y8P�:�#_H���������','',0,'?'),('���Kv��KM;��','wp-includes/blocks/comment-content/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uo24+�8p�פF1R�j','s�xj\'W��va���H��:!������D','',0,'?'),('��GtYL�^O�@���{�','wp-content/plugins/redirection/modules/wordpress.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/modules/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���De��qKdCC��','�p�E\0��*�)I�wØ\r��I�n�m�$0�,','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��rC�1e�Qi#���','wp-content/plugins/ninja-tables/ninja-tables.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/ninja-tables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z[�X�Q���yF�m','o�5���=��ܑ��N��ªE��\'4�}2�','',0,'?'),('��Sw�?-�\\�B&z�','wp-content/themes/themes/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/themes/index.php',0,'*��\n����z�ݔ�N�\'','*��\n����z�ݔ�N�\'','�w~�^�TH�,�N�jȸIC�Qj�I�Hv�','',0,'?'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��:�U�IYV�d�k','H���\\��6�J�\r�\"�\"��Ih�lzwL�^�','',0,'?'),('��\0�\'5F)\"��ټ�','wp-content/plugins/wp-cerber/assets/flags/er.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/er.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��Rek�����.�|','��ըi��#�X �d�����^��\\�\Z��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$�Fj�I\'V#�HQ��E','�71��A���6EV:\r&��\\C��4�V��v�','',0,'?'),('��Ńi`	`��\\ܠT��','wp-content/themes/sydney/vendor/composer/autoload_namespaces.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/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,'?'),('���B���z;�����','wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!.��\'�f�]���','�ݼ�^��Q��i��#Et.+��ׁ�U��','',0,'?'),('��qrx��~��G�','wp-content/plugins/wpforms-lite/src/Logger/Log.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׎e�CMl���g�','`�<��L%����b�/�6\'g_z�y�@?e�','',0,'?'),('��g�(�35��5�k�(','wp-includes/blocks/heading/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DN��/Y��i`R','K���8���c�X�����D�0�d���|��J6','',0,'?'),('��n�I�c�?�0nvH�','wp-content/plugins/elementor/includes/elements/section.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_:$ 0���Dƺ&','�դ�I/�&���_#��b�c���ƭN��','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�K��y�\"��J���','~T��)_����ԇ���YH+���ɏ\'�	;','',0,'?'),('�\nN�L��<ffJi+$iC','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�2�̢=��|\n^�','\ree:Ψ<�i���ߒ�#��4؃�)\"V����','',0,'?'),('�{ �������`�','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�_�JH[A�\Z^ߏ�','!��hV��T�h؉�?ɢw�?=�]��I�','',0,'?'),('�u�sU~�Y-y&R�','wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dd�W����H�zK�','��e�\'2?��.Ct�\'o%C 0�X�@�?�y��','',0,'?'),('� c�O����4ĨǖM','wp-includes/blocks/post-terms/style.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��΍=�v�sN~','8ġ�R�p�`e����FMC3�|��E�w�j��','',0,'?'),('�$�ZTe�4PJe�ʌh','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڍâ=fm�����~�','R���?��ǻ�T���.s�0T(r*���%�','',0,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�q��&�sP�!H\n','›TtN{�z���P�ٗ�T�wD�〝۩��\"�','',0,'?'),('�-q�ƣ���Z0�	u','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����&hE5�Ox��','1\r��*�h\\��B�o���B�}��_��XD7','',0,'?'),('�/W�����|$n��','wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X¢f���ޚ�.:�','��]Ѧf�F�	\Z_L�.���pQ�4`��','',0,'?'),('�/�v������JYi�','wp-content/plugins/elementor/assets/css/widget-divider.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-divider.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|�C�/��10�Nɇ','�ٖ$\'чt�M���e�rE\'	5/�0ۺd�%','',0,'?'),('�<�\ny�g�ћ��__','wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+A0>���&�}�','N����pK��Ġp�\'���+J�L5����N�','',0,'?'),('�?��\0��f�d�-�','wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MEy�hN88�]�DD@','��lAj6�\nTCFJ��iN��1;)���:4�[','',0,'?'),('�D����]�|߼�$�','wp-includes/js/mediaelement/wp-mediaelement.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�$o �|��{���Z\'','jU����z�M����ɸg;ܲeg<1u`�p','',0,'?'),('�R5�Ç��x����H','wp-content/plugins/wpforms-lite/assets/css/emails/summary.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/summary.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�k9<�\\$mx��[ ','�MG<OGJ�x����:���j�G�S^E�','',0,'?'),('�[A��$/]t{���','wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vK(���ob)�–','��з�iI�tZ�{��*�bd)!ID�#�=�','',0,'?'),('�k=���\\b���ܡ�','wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Gi:/�ܠp���gd�','.��u���7������ɗ���KM*�1�C�}','',0,'?'),('�l��;p��	#P�%','wp-content/plugins/elementor/assets/shapes/book-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�Ҟ�v?�jg�v�+9','YMw{��z��5Lyh,\Z�7�E��*�[c�����','',0,'?'),('�zt�[���������','wp-includes/blocks/heading/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� 	','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��`�!��ŏ��3`�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qd�B\\�*ض���','n�Z�/ļ���.3Е���+�w�\'*��`��','',0,'?'),('��]N��l,p�!`�U>\n','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��$���L��E�R','�k-/�!H3nO���z#r\'��1�k�#��','',0,'?'),('��Υq��:���q�','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�]j�aGCc�','5\n?���GU�\"���g�$�W@)HY��','',0,'?'),('�����{F\\F�gpO<','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Listener.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݴ4�V��_��F�,','�s���\Z%�:ؘ��v8��<�/�Q�\"\n�A�','',0,'?'),('��{͠\",*�U�g�u\\','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape20.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape20.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�Q�q��C�[1\\{�','�x(`�;�+���\0�\'�gٿy�hRd<ʼra?','',0,'?'),('���\'��VB�~�w','wp-includes/blocks/query-pagination/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ډ�y�	��$E�','�Ρ��D@+=�tf���]K�j�\\Y��v0P','',0,'?'),('���э�%w��~���~','wp-content/plugins/redirection/matches/referrer.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��a��l���H�3','����\r�.��_�I4�ZDf�5�A�ڝ�/(','',0,'?'),('��N<-2(*2@{�@�-','wp-content/themes/sydney/images/customizer/sale2.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sale2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_75��.�2*6[�','?<����\Z:IxH�y��U*�F�m�9m�T���','',0,'?'),('��(̑���.��uZpi#','wp-content/plugins/ninja-tables/assets/img/employee_table_three.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/employee_table_three.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wt��W���0�WL*','*6�n`d�c���V0%^�p�t���Wj{�','',0,'?'),('��dX��ס��@|X�','wp-content/plugins/elementor/core/editor/promotion.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/promotion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�1�H�E�RH��','p��<|���U�\Z�6m^� �Z�w�%�0���[#�','',0,'?'),('����Ր-F}e�8�	','wp-content/plugins/wordpress-seo/src/generated/assets/externals.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/\rD���^v�q$��=','i�ݜ�.��\\��C�8]3\'f�ϒ�<�$�/[','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';`��[\"���E-�{�Ψ','&�+�$�K��3��&-������>Sd�Ă�M�r','',0,'?'),('�Ր�WB���\"Q��','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W+^��?Ś�Ц�t\"�','+~=La�dߓ35�0�ϱ]M,��7*ϙ�G͋��','',0,'?'),('�׭�h��	�(B���','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabsFooter.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabsFooter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���Ů\0/�h�','l�\n\'�w��H��;��Ra�z\0iRL�*N�2հ','',0,'?'),('��\Z���\0p�@��D','wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=֩�@��X','{R�����4L��Rf���8���^{-�t&','',0,'?'),('���>Ɂ�ԯ.d<��','wp-content/plugins/really-simple-ssl/security/sync-settings.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/sync-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n3����%��\Z','��p#��t9v���H38�_�=A�QPv;\r�/','',0,'?'),('��h�I�9·�����','wp-content/plugins/ninja-tables/admin/DeactivationMessage.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/DeactivationMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�&�5T8�Y�Jr)�','����G{�b[.�\'�8��/.��\rL�|�y�','',0,'?'),('��\'��t�Z<.�ն','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\Z�l-cNX��\'*7','�	�\'�e\'es���{���@�^��u�\0��','',0,'?'),('�����+f6Q�y9','wp-includes/js/jquery/ui/selectmenu.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�&H_ǭGv�P-','���!�V�&G7�E>�ڋ.��X[���t','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����?i.Q�[��E�','wp-includes/blocks/post-navigation-link.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9t%�	\nl$*�<�.�','P�D�W3�ڧ��聻P�o�ZBe�7UJM','',0,'?'),('�}�\Zcʶ����;','wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �\r�N-\n=2\'�-rXG','�΂�/%z\'4\'�4�/�~@sƸS\'��S)','',0,'?'),('�])��	���{�?R}','wp-includes/feed-rss.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('� m.��0[��ϫ�','wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��0T]J�|fԁw�','��r����%nn�����Tu8$�7;5�p�','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��&�f�-���u�/','�A�����\n�ʶ�H�V�F��VZ��U�X�f6T8','',0,'?'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('�0���^���\r��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���æY-[�~ ��','��+��ǡ��8�Ȗ�J5�r&+���<@���','',0,'?'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z5�\Zk�p��Ĥ�OF��','�&_d쇽ɭ��\Z\08-X���#�E_=�Q�G�','',0,'?'),('�A�9G]��D#M#q{','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C���2�\\՘8�0��','ME�Ie_�sZx/��|��;�J��z·���M�-','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�G������<�*','L��`2�~�L���B��wU�/o��b�8��','',0,'?'),('�O,�.\'y1ԺK�vP','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*<дH,��\n�5�$��','?b�z�4w��	\r����#pPթР�Qgw��','',0,'?'),('�T-�e�<zF��','wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�e^8��I�[���x','s}����O��t�/�A�Ƴ���Um37�\r','',0,'?'),('�\\��B��3)/��s','wp-content/plugins/updraftplus/central/css/central.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/css/central.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�:������D','[�Jm�I�[���s��\n�&i 8�p�H�.ߪ�','',0,'?'),('�]	���n_�ˤ[l���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�^��N4ӝ,ba��D','wp-includes/css/dist/widgets/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\n�g3�.%~�i�;���','ST�G���[~hF�:R`gsDb���PQ�\0\"�@�','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�/C[���]�u%�','�W���B&6�9�g�k_����EF�6�I','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���(�/�WM','�r�NR�n��ɳ�0�1\Z�6��[�՛�	�','',0,'?'),('�o�5�+���I���JP','wp-admin/site-editor.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/site-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dqGd�C�#���','��jMlhk�_P�0pv�oyN�[R�-$g�a2','',0,'?'),('�pσ�je���ྵ���','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���7�vxr��?z��','hZ��\Z\\��>���{%4���F\n�Ԓw�ˮ�','',0,'?'),('�u5�r*������Z::','wp-content/plugins/updraftplus/js/tour-1-22-24.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/tour-1-22-24.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>,笙d_�Gs��1�n�','�a�9h;��q^A�^>.��VM\\f���1��F\Z','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\"����,�!f�m/�','��k�\"t�#Z�#-;ݟs�ӎ*���j�\r8PX','',0,'?'),('�zIƛLJU�пB{6','wp-content/plugins/burger-companion/inc/seokart/features/seokart-slider.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')+\Z@>�:nŀ�I�','?���yȨ�WE�X?ca��w�)�Y�%���','',0,'?'),('�{@DkF�JGn�o�	','wp-content/plugins/updraftplus/images/addons-images/morestorage.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/morestorage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�������P����','��&�G�4 8#���+�u���^Ɣ�#dHX�a$','',0,'?'),('�{����DD3tH�8�','wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�t�Xc���','��O��D6tg�\rI̢�hu�z,��zT��{qT','',0,'?'),('��3\r2��B�0S��U�v','wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�/�����ߗ@�','{-���AZ����tF%���Lɢt-��I�','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�8/%I����7��','���%�w���]G5{\'��w�v�H>�͜��Hk','',0,'?'),('����i�O�%1-��','wp-content/plugins/redirection/database/schema/420.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/420.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�ϙ�����[�qs�','D;$�En�H(o�2,�\0F@`RgC�lԓ�ȕ�','',0,'?'),('��w����1�\"���;O','wp-content/plugins/wp-cerber/assets/flags/ls.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�u�V(�j��~`','^;F�Ne�R\0�p���;?ڿ�)�V6�];�','',0,'?'),('������@���UV','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/AbstractRange.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/AbstractRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NF�����?��!B\n','�t�ĕ��/�6�W�&��8�D�I�[Q�N��i','',0,'?'),('��N��\n���zU���','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1\nZ�Ri�7�|n�','.��\\]�~|E����Z\0&�\0�K\r���N$:','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���\\m�z��լ�u��q','wp-content/plugins/wpforms-lite/wpforms.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/wpforms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�G~�}j�r\0�Eؘ�','�U\0��Z���>j�(n5*�A��\r�yޭ߸I','',0,'?'),('����u��qm�Ƈ','wp-content/plugins/wp-cerber/assets/fonts/cerber.woff','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���.XG�����','�V�n;����D�vFz,�Tk�U�.�,ub\Z�','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('���R�؉�\"���T�e','wp-content/plugins/elementor/core/utils/force-locale.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/force-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȧ3eZU�D_ ҟBq�','{�����3��0�L�]\n�Gl�{܋G�$��|v��','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��\\W�^c��E\Z�;��','wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,\n�1 q��u����k','E���Hxh��:�Z�O��\0l(�?�W9ꃱ��C','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�IA=/S�G[T','��_�\"�XyG#wZ�=.%P�n!$^I�������','',0,'?'),('��ך�Sl��[d�','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ī��lc2�=��N','����~^�<J���(���^,V��U���HhJ��','',0,'?'),('�њ�K4lzR��^*','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D}��f�T��*05','�,�٢�ݸ�s�!M��:��)+J69��5','',0,'?'),('��I���˖Ӛ�W��','wp-content/plugins/elementor/assets/shapes/pyramids.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/pyramids.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e2Ø��5E�D��<�W','�	@�^�|�Tj�vU�\'��,�2G��M','',0,'?'),('�\n�0��Ȅx��<��y','wp-content/themes/sydney/inc/customizer/controls/typography/select2.full.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɎE!����!�X�E','��)��G��\Z��߀�g��?wy�*GٌR','',0,'?'),('���;3�߯ϯYg�','wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�gJ)���m��Ȕ','�K��Sa/UӮ8�A���,�m��kۉ�*.Dr�','',0,'?'),('�y�9��Z(ʝg��LM','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/notices.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/notices.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','־�@�?E_db{y.','9]60p]Y� Ӷ����9�-�P�I��d����','',0,'?'),('��/p.Z5��q\\\"','wp-content/themes/astra/assets/css/unminified/customizer-controls.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/customizer-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Je-����;Z�{�&','�݁�st��B^�� �\'o��\n�jh�[^x!�MF�','',0,'?'),('�s�!�\Z�{���i�','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n$�~7]�q��}��9','���!�x���zF�Q�\"U�ek���a����S�','',0,'?'),('��?�j�\rZ\n���','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�O�q^���(','%��L~&�K�d3��\'O��ea*ۄz�?�','',0,'?'),('�\"�(�pKA��0���','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�A��М�\r�MLx','���Yx�#]������\0ζ�B[P���,�\"9','',0,'?'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�2����=Ej˜�h\n','wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��E3�b&b�q��\0�','1��8�t;2�!q�ի3%f!zvm@�˘�\"�A','',0,'?'),('�<;H=t�~bc�:�','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ąK��?��↖\\b�','?��8��&�􌠺��QfV�n�^\\�<����','',0,'?'),('�B���Ə����[^\Z�C','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]5�<`n.FW�v}','/����N��\'���h\n�*=D��?��D+���','',0,'?'),('�G���!#h�9	��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^H��\"���If�f\n','�ژ��Z�9P�MS�dh��f�(�-��tU�f�','',0,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�L�*�̕$��G��','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&/{h�4����x��2','M�N�cc&?�)v+<(A\'\0�4�z�3���v','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɢ���\'8	\\��}��','U-�W�u����\0g\0���cuǒF�ua\00\nU','',0,'?'),('�\\����3\0h]??�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�\\��}���|��T��=','wp-content/plugins/burger-companion/inc/storebiz/sections/section-feature-product.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-feature-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aڃf�N�;�]�/����','7;�ʧM�<���T��H��0t%?�?���wh','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�K�d��J�\"r��ZM','a��{�\\q\n%iz�J%.R�k���[{�?�','',0,'?'),('�`���%ֆ�Y���','wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�-��U|r��.�','n�?&�z��<���u[��<��\\?%\rT�C','',0,'?'),('�dC�˟ˀ2u����zk','wp-content/plugins/elementor/elementor.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Α�Ҟn�8{��oA','\",_ϱpR\ZS��&NGq��l���6.�JNB� �','',0,'?'),('�itlV�v*p�|�\n','wp-content/themes/sydney/vendor/composer/autoload_psr4.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p7�	�\r��ꢐ�F�_','3���x���Hd�\Z��<�/M�����:�','',0,'?'),('�k$`1.Jr�����.�u','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^��{����oq>','M-�β�X�{Adoz�m(���g>���','',0,'?'),('�la\'�P_b�m	!���p','wp-includes/blocks/audio/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�X��:)I!�?z','��ґ�@�?q�,֙��V��b�is','',0,'?'),('�us�T­B��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','�,�`�n��:���0','O�]2����<2��\nQx}���Q78���@','',0,'?'),('�����j�!iմl�F','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*=�ղeZ�d�nT�Q','Q#8��m� c����XP�@_0����`���f','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('��@͸`G�A���+=\'','wp-content/plugins/wp-cerber/assets/flags/ss.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0,�mFD\0gr�n���z','���:_�T�/�<F�#���9��dڒ��\Z�\n','',0,'?'),('���q?P:]|�~C��A','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LI=�������t�\n','aN7��RK�\n��c�����֚�,��70��','',0,'?'),('���\'�B���7S�','wp-includes/js/zxcvbn-async.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��i��X�.3�b','.	��Z�ȝ�]a��`iS��ac@�9���T{�9','',0,'?'),('�����)�(��<��','wp-includes/js/json2.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��\'X$�p��qv','v��T/��ů�D�i\Z\\y�q-B�=��k8���i','',0,'?'),('��b#!A�3XV�4	�','wp-includes/blocks/comments-pagination/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J1\'q�}ը��\Z�','��}_0[j\r�s��?�LO-�z�l�T�p����','',0,'?'),('�����ɯ�b�d���','wp-content/plugins/updraftplus/images/azure.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/azure.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�ֱ��xg���Y�','���Y�S~8_�\Z�I|�_�5��(6ມ','',0,'?'),('��vhy2��%��(��)','wp-includes/blocks/code/theme.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�	m�����E�J��','�w(�$���썎�B.���}�e�-���','',0,'?'),('��#%�s�b�Nv@','wp-content/plugins/wp-cerber/assets/flags/do.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/do.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3���CϿ�','=�gBl�F��6h�llwhdc�;@t�!�s','',0,'?'),('�À�HhDe���E�N;','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlockHeader.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlockHeader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\g�G`|^���td','�+��K�#4+�#�y���8	V�b�m1W�','',0,'?'),('�Ɛ�O�|A�7�;o�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{A��sN�f�','��/k�\'��F��yߙ��;F�@�$pdsz��','',0,'?'),('���!|MWk��pr�','wp-includes/blocks/query/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f\Z����E�g3','}0Tqo\']�+gW��Q+�l|]O��2Yi�m$�','',0,'?'),('��a��\'@T瑓����','wp-admin/images/date-button.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�Ѡ�8	�؛�\Zz��B','wp-content/plugins/ninja-tables/admin/index.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��v�K��2p�,Yw','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('���I`�^Qbu���ȕ','wp-content/themes/astra/inc/customizer/customizer-controls.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/customizer-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?g�\'��[?����\'','>�S5�hх���d��`϶xm�.���mcn','',0,'?'),('��]�A�qUf�	����','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#y�NK����Ǹ+7�','l�Q!�\n�:5�\n�Z��<���������ۯ��','',0,'?'),('��x�Q�}�\0\n�|W�W�','wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��lې�@�J	','�̹�Z#�E��9�+�Ee��0�O��\0R(��?','',0,'?'),('��39��٦qc�ޞ�','wp-content/plugins/elementor/assets/js/import-export-admin.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S���8B`\ZG�','�yӍQ�������[R0�M���s��iє','',0,'?'),('�<��o\\]v�VT��','wp-content/plugins/wp-cerber/assets/flags/sh.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX�[\\\'�18�nV �','��V�xĔ�@-ٙ��?�f���ґR(|���4','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php','/home/sleepingsolutions.co.uk/public_html/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','iJB�[?���N&��R','��|�6@WR�+�j|���,�ޭ��ܬ','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��=�l���	2�X��','״�0���M\"��r,_�Ǝ>)G�����wg?','',0,'?'),('�%��H�[�ѥ|�׊','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y����L���ZX�\Z�','��ٲB���v,���42b�-2	�>�+{P�;��Y','',0,'?'),('�/e\n��o�?}m�bK','wp-includes/blocks/page-list/editor-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?^j*j�t�`���','#�۸J9��ý1��P\"��-�ix\n\ZY<X�','',0,'?'),('�2�}�+�x4f��	m�X','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&>Fͩm(:h*��4','�Qr��X�ۯ,a�\\�q�r�!�/ �]+�d�','',0,'?'),('�7^�g���Py�Ky�','wp-content/plugins/elementor/core/experiments/wp-cli.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/wp-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��ۑH��`�KyR','��\n�\\Q�ˆ�Y�t��׸��ϡ�\"���w�p','',0,'?'),('�9>ڄ�Q$;��U�','wp-content/plugins/elementor/assets/images/logo-platform.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/logo-platform.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k~��>��sL��[','fKi�㐮���vf��1ƈy�õ.f�ȍa��','',0,'?'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(h�T�G�u��GMZ%<','̺8����0QR#\r�ٙb�\ZѬ�WT:��','',0,'?'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�Z�� c��%','�&}8P�T��f�/a;\r��}[�p<.���á','',0,'?'),('�KXـ����2#z�','wp-includes/blocks/comments-title/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�|�v�ʡ����,�T','	[�W��N&��a��-�(��C�E��\0�P','',0,'?'),('�K^�Ò{��0�L#�','wp-content/themes/sydney/images/customizer/sg3.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sg3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�G	9����c��','����C9;�d\n����܈O��]��s� �E&y','',0,'?'),('�L�oA7��ev	','wp-includes/blocks/loginout.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/loginout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��aG*qc:�B{','�K��r�M��m8n�JK���>�`��A�܅��j�','',0,'?'),('�O\\�\0_m�R>�W��n','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-muplugin.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-muplugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.5(>��IUr�$}��','�6��<s2,>v?�Sw2�\n�h�I�+��Np�','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI�ğ*��^�%M','�F$1�\'��~�L��j��C��@UJ?�fH݇Wǀ}','',0,'?'),('�`5s[kr-j�e�W','wp-content/plugins/wp-cerber/assets/flags/az.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/az.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j+I��Y���.d','YmZ\n�Ġjk�^�1`�1�5$mƳ`�}Gi\Z�','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php','/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yݣz�\0�p�or	','ָ�\'�K`:���$����$b��}$\'�2�','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�gdٸ��`�6�O�7','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^H�Ng����jk?���','�f9@�|����ewX�q˸�jx���cǰRG�_Z','',0,'?'),('�tϪ�#�	�p�R���','wp-content/plugins/burger-companion/inc/digipress/images/logo.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�_Tj�HMIv`К4�','EZ�|@ Q���-�s=��=��A6l�^UF�','',0,'?'),('�y.{�uJߠ5�[�\Z.','wp-includes/blocks/more/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ꦗ+�H)�6��','�-d7������v[p�ν��Pk4ݍ��s\"','',0,'?'),('�};�1��j7�2��\r�','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�}��A��5� PԆ��','wp-includes/blocks/gallery/style-rtl.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׈\r�2S[L���W�?�R','G`�	�#C��Ab#g��*j��{d��\\ۗ','',0,'?'),('�~��zXFW�V�� -�','wp-content/plugins/elementor/core/common/modules/finder/template.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��8�8;�׮ԧz�O','������0���P��w�̇�AT�Ťl��','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('����OP^��|\Z[U','wp-content/plugins/ninja-tables/assets/img/schedule_table_two.jpg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/schedule_table_two.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�/3�r���tK\0','ت8��g��H��yp\'%|�h>�Q���1f..','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('��e���\0��/�*G�;','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�=~��$��r�D','!9U?AO~�kM��Re,��`m��C�:��','',0,'?'),('����KJV�Y��[]','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�7�M��_`�','\\+\Z��$q/����|�p�+���*<�|���w','',0,'?'),('���ߤ�.�?�`gY��X','wp-content/themes/twentytwentyone/header.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����F�s���Pͯ','�y�C8���Q�~�C�\"�	���;k���R�r','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ւN�Ey�?����','�6;qN���=�?�R�������U�k��','',0,'?'),('��\0�[��³�-��]�','wp-content/plugins/wpforms-lite/templates/emails/summary-body.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-body.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��3\"M\n8�<_��N','D�Kq�Y�H*E�n�.�g�̜�U��\r���c�','',0,'?'),('��������D��','wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U�>��N�T�',']�3�:��?�!F��_m�4�W���ϟ[','',0,'?'),('�šͪ(���av�^�','wp-content/plugins/redirection/api/api-group.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q���z5}(����','�K�����=(���|(��͗�k�Aie�;7�','',0,'?'),('�Ǡl�}6��hԚލ','wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�*���\0�����t','�0*u�A;�%s0#ˍ?DJ�h�M�_V�+���L','',0,'?'),('��rA|Ƌ��d�O쨰','wp-includes/blocks/image/theme-rtl.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����N��$	','D��F7�;��50Z��9���j��ٛ��K	','',0,'?'),('���C�	���}(���d','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O�u�א�]`+{','��T��wAk��Pۨ�F\'�6�V~��ws�p��','',0,'?'),('���w��\'�6)','wp-includes/rss-functions.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��>��O.��	�4�@','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�_�\"�j�c��_�l','�g��s�-�A�~�g	l�t�����t9�08','',0,'?'),('����N��9�{�;','wp-includes/js/mediaelement/wp-mediaelement.min.js','/home/sleepingsolutions.co.uk/public_html/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','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��0��d�������<','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1670945819.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,'?'),('�	8w@��ԍ��Q�<','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<c\'g��\r�?f&Rj�Q',':;�P/�Fy�`z�O]_�lB�i-W�j�o��m#','',0,'?'),('�\n�\n�	��>^���L�','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-title.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-title.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��� ��=����,P','��~?1䂽�;~lT.�xJ^��Uc\0���N�','',0,'?'),('�\rS�wMWI�r�ë���','wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\|n!���Dx�1�P','\"�?�+��:5UZ=��>�N��,���т2H�q','',0,'?'),('�\"U�F~B�.��S','wp-includes/blocks/video/editor.min.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��k*�_��t��','ʱO��!x#�-@�mF��B��X�ƻ�%�-','',0,'?'),('�:���3�պ�>�l�','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ŎV�4\'�dm�M�','\r9dU����X�ܾZݕ�u��%�p�\Z���N','',0,'?'),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�<Y��5M0j�`�','wp-content/plugins/wpforms-lite/templates/emails/summary-style.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-style.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','К����S<ٻI(��\Z_','\n���m��L����������`�{.װ��','',0,'?'),('�<�^�\Z\Z���!Y','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʭMx�EQ]����Y�)','&>���m�&��Jha�Ӌ���F���mT�,�jV','',0,'?'),('�A��a�K�o���+O','wp-includes/blocks/post-author.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��Ɨ�[�2�\ZEii','��bOSs�L*X�2ݲ%�$�|�y���<����','',0,'?'),('�B�2����U��/HDS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s\";K9��,�>s','�V}�\n�K�����4T�bߡ�.�S��\n͇�','',0,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���э��U��ϝLJ��','��э���g�5�\'��-q;�s��4�G�~','',0,'?'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��5*�(�j���$Y',';�}�&:���2��Ԛ�mQ׈9{�!�b�\r\"`','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php','/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⃎�w�l�\0�pA','�+��1,�3-�OETo��d��Û՚c�?�<�','',0,'?'),('�a2-�%�]|0lJ�','wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tgqs�4o���D��',' ���\r0k��]���Pfx�\rΚ��Z�h\n','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('�k��(//R\rH�~�','wp-content/plugins/elementor/assets/css/common.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߏ��˴�H��Z߆`�','e�SI�ޣ��f�x���5�����JY��<�','',0,'?'),('���И�Y\n�9-�B%(','wp-content/plugins/wordfence/css/license/premium.1670945819.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/premium.1670945819.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A���]�UQ��甝','�-{)f��\n� �:�}��F��3j*����c%','',0,'?'),('����:��J�o�%�','wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�Q�7�qMr�\"��','Wl���(ߵ\\ڱyP��)QvJ�#�@l}���','',0,'?'),('���\ZUE�X��%}jCjq','wp-content/themes/astra/template-parts/footer/builder/components.php','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/builder/components.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v,����!����o','�4CI�4�����YW<�(kPC%M9��1','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��Q�8��o5�j','����Y<�C��*\'\\(6��N�r����ЛR�','',0,'?'),('���j�-2w�[\n�� !','wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���C%�ť��','�A���nK��[v�8��?����W�Y�z��','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php','/home/sleepingsolutions.co.uk/public_html/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,'?'),('������9�\0<�r�>��','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2��I�e��Tz��','�YW��x{��/��I�r���+澕�Yk���','',0,'?'),('���p��KS_e�eJq9','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��s^��Y��ڋ!����','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_EmptyProperty.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_EmptyProperty.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ar�X���O\r�a�g','D\'�\0�p��>T14,��Z�o�4�\'t���','',0,'?'),('��xq�q����c�|!�','wp-content/plugins/updraftplus/methods/dreamobjects.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/dreamobjects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���xm=��x��','��� �#u�n��*�rxW\0��L�\"Ƚ��w��','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uJ}��z.�WUy','������.�b�Mm!@��6$a|�m�8}A�','',0,'?'),('��QX,\"9�dv�k','wp-content/plugins/elementor/assets/shapes/waves-negative.svg','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/waves-negative.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��JO�V�O:�GH�f�','�U���ҵ�^�{�bޡ�\0�|]�Se7m��n','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss','/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$lY��F��R�','k��v�Y�߁�R��TR��N*!�:�aH','',0,'?'),('����*7~*��hP����','wp-content/plugins/elementor/assets/css/widget-testimonial.min.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jj�ĭw�n\'��O�WN0','Ք�����\"�-\n#Z��5=�����]2��','',0,'?'),('���߹u7���[)�h','wp-includes/blocks/embed/editor.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���V����?�','�\\���g��v�j�T���(Z��%�~Rh���','',0,'?'),('���r#��ˁ�K�}','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�#\Z��&�vk0��3>','6��G`����e%���1q�\0��,�h��»\\t','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif','/home/sleepingsolutions.co.uk/public_html/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,'?'),('��ԗB�L�Y��Є�d','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��m���u�\ZU@�','hG?ei�낲ݿ�٘��I����/�d3��ة�','',0,'?'),('��&�X�av���?','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4Df��p�T��x�','����N�@�7)(��6�����0&^�����','',0,'?'),('��%GƢ*�A%`�,','wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�w�Fr�������','�G?n�#m���ޢ\ZG�	ÎH	�r�x��0�*','',0,'?'),('��4�5��q-��p,��','wp-includes/blocks/file/style.css','/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g8�:��b��F��M/','�d�m���i�o�_1�HF��R/���l�(�I�','',0,'?'),('��h7Ȇ��M��\n��','wp-content/plugins/elementor/assets/css/editor-preview.css','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z3Z�j��H��F�rʗn','�ߓf��I�@+d�I���G�d:\\I','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js','/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7V��7A=B;�','l0uV{����������gf�w`XJ6����','',0,'?'),('���@~}c���Q�\'��J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�9��;%��mM6Z','6�-�2�Xjݒ[�l��ÆL	\'8FJ','',0,'?'),('���Y�a�@;��ioʻ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss','/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�W��:�.p�j[yyQ','v�6$�-���ȓ��k�Z��Op��]�\"�r5','',0,'?'),('����.0T����','wp-content/plugins/wp-cerber/assets/flags/ec.png','/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ec.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wX���h{�tJ�\r ','TYy��B5\'�#eܻ�!��7���=��Us�B&','',0,'?');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=12807 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 (10882,0.000000,1674179030.302215,'\0\0\0\0\0\0\0\0\0\0��h�J�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10883,0.000000,1674179370.628545,'\0\0\0\0\0\0\0\0\0\0���X',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10884,0.000000,1674180710.665715,'\0\0\0\0\0\0\0\0\0\0��E�*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10885,0.000000,1674182417.286943,'\0\0\0\0\0\0\0\0\0\0��mF�(',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10886,0.000000,1674184680.612755,'\0\0\0\0\0\0\0\0\0\0��,�ܝ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10887,0.000000,1674185205.273289,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10888,0.000000,1674186541.270558,'\0\0\0\0\0\0\0\0\0\0��6�T?',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10889,0.000000,1674186990.922858,'\0\0\0\0\0\0\0\0\0\0��Ց�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(10890,0.000000,1674188964.314092,'\0\0\0\0\0\0\0\0\0\0���wQd',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10891,0.000000,1674189888.585760,'\0\0\0\0\0\0\0\0\0\0���kJ',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(10892,0.000000,1674192674.291687,'\0\0\0\0\0\0\0\0\0\0��gJ{',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(10893,0.000000,1674192934.565771,'\0\0\0\0\0\0\0\0\0\0���V�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(10894,0.000000,1674193729.010369,'\0\0\0\0\0\0\0\0\0\0����x5',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10895,1674193965.827716,1674193965.683100,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10896,1674193917.996492,1674193917.856400,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10897,1674193885.472755,1674193885.327200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10898,1674193876.146393,1674193875.992300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10899,1674193853.792479,1674193853.649500,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10900,0.000000,1674194714.033675,'\0\0\0\0\0\0\0\0\0\0���wQ`',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10901,1674194859.832720,1674194859.690900,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10902,1674194843.685874,1674194843.540300,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10903,1674194836.670154,1674194836.527000,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10904,1674194816.383451,1674194816.231600,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10905,1674194795.376400,1674194795.231200,'\0\0\0\0\0\0\0\0\0\0���$N',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10906,0.000000,1674195022.741760,'\0\0\0\0\0\0\0\0\0\0���.',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10907,0.000000,1674196121.998272,'\0\0\0\0\0\0\0\0\0\0��mF�\'',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10908,0.000000,1674196823.020846,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10909,0.000000,1674197499.193000,'\0\0\0\0\0\0\0\0\0\0����Mn',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10910,0.000000,1674197758.103026,'\0\0\0\0\0\0\0\0\0\0���wQ`',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/E7FBAF','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10911,1674201165.819988,1674201165.675400,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10912,1674201165.598996,1674201165.430500,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(10913,1674201165.354372,1674201165.226600,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10914,1674201165.332778,1674201165.201700,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(10915,1674201165.224694,1674201165.097500,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10916,1674201165.150426,1674201164.992600,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10917,1674201164.975285,1674201164.841800,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10918,1674201164.948785,1674201164.790500,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10919,1674201164.840427,1674201164.691300,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(10920,0.000000,1674201568.248424,'\0\0\0\0\0\0\0\0\0\0��g��*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10921,0.000000,1674203125.549806,'\0\0\0\0\0\0\0\0\0\0���wQ`',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10922,0.000000,1674203710.479275,'\0\0\0\0\0\0\0\0\0\0���wQ`',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10923,0.000000,1674204906.316428,'\0\0\0\0\0\0\0\0\0\0��3Җ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10924,0.000000,1674205066.823094,'\0\0\0\0\0\0\0\0\0\0���k${',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10925,0.000000,1674205312.259629,'\0\0\0\0\0\0\0\0\0\0��gA',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10926,0.000000,1674205414.204250,'\0\0\0\0\0\0\0\0\0\0����yT',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10927,0.000000,1674205423.978227,'\0\0\0\0\0\0\0\0\0\0����yT',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10928,0.000000,1674205443.220238,'\0\0\0\0\0\0\0\0\0\0�����1',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10929,0.000000,1674205452.421322,'\0\0\0\0\0\0\0\0\0\0�����1',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10930,0.000000,1674205469.531431,'\0\0\0\0\0\0\0\0\0\0��/�\r',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10931,0.000000,1674205478.068700,'\0\0\0\0\0\0\0\0\0\0��/�\r',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10932,0.000000,1674205490.407134,'\0\0\0\0\0\0\0\0\0\0���O�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10933,0.000000,1674205505.193322,'\0\0\0\0\0\0\0\0\0\0���x�e',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10934,0.000000,1674206539.535563,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(10935,0.000000,1674207340.688471,'\0\0\0\0\0\0\0\0\0\0���?��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10936,0.000000,1674207342.172075,'\0\0\0\0\0\0\0\0\0\0����0�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10937,1674207865.738343,1674207865.589800,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10938,1674207865.513972,1674207865.335600,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(10939,1674207865.276394,1674207865.044700,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(10940,1674207865.259975,1674207865.033500,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(10941,1674207865.075723,1674207864.899300,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10942,1674207864.958150,1674207864.789700,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10943,1674207864.813792,1674207864.596100,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(10944,1674207864.749297,1674207864.538400,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(10945,1674207864.638331,1674207864.449400,'\0\0\0\0\0\0\0\0\0\0��(uSn',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(10946,0.000000,1674208045.876478,'\0\0\0\0\0\0\0\0\0\0��-�B�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10947,0.000000,1674210131.390854,'\0\0\0\0\0\0\0\0\0\0���<��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10948,0.000000,1674211124.044299,'\0\0\0\0\0\0\0\0\0\0��/X=[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10949,0.000000,1674212276.275012,'\0\0\0\0\0\0\0\0\0\0��12�\"',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10950,0.000000,1674213706.056274,'\0\0\0\0\0\0\0\0\0\0���|\n�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10951,0.000000,1674214514.794732,'\0\0\0\0\0\0\0\0\0\0����C',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10952,0.000000,1674215300.634847,'\0\0\0\0\0\0\0\0\0\0��l�4',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10953,0.000000,1674218727.139396,'\0\0\0\0\0\0\0\0\0\0���V�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10954,1674219444.848332,1674219444.706900,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2pvb2JpL2luYy9vcGVuZmxhc2hjaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(10955,0.000000,1674219464.326184,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10956,0.000000,1674220857.523455,'\0\0\0\0\0\0\0\0\0\0���wQ`',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10957,0.000000,1674223160.480054,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10958,0.000000,1674224716.713657,'\0\0\0\0\0\0\0\0\0\0��g��I',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10959,0.000000,1674227973.018726,'\0\0\0\0\0\0\0\0\0\0��N�2a',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10960,0.000000,1674228438.313310,'\0\0\0\0\0\0\0\0\0\0��^��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10961,0.000000,1674228532.851653,'\0\0\0\0\0\0\0\0\0\0��Al��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10962,0.000000,1674228987.282138,'\0\0\0\0\0\0\0\0\0\0��W��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10963,1674229116.221374,1674229116.076600,'\0\0\0\0\0\0\0\0\0\0��G;�',0,403,0,0,0,'https://sleepingsolutions.co.uk/00/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(10964,0.000000,1674229621.567061,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10965,0.000000,1674229808.020308,'\0\0\0\0\0\0\0\0\0\0�����!',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10966,0.000000,1674229860.032209,'\0\0\0\0\0\0\0\0\0\0��/X=[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10967,0.000000,1674230305.661783,'\0\0\0\0\0\0\0\0\0\0���!�o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10968,0.000000,1674230504.172350,'\0\0\0\0\0\0\0\0\0\0���YZ�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10969,0.000000,1674230640.069300,'\0\0\0\0\0\0\0\0\0\0��/X=[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10970,0.000000,1674230946.834416,'\0\0\0\0\0\0\0\0\0\0��gJx�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10971,0.000000,1674232339.952764,'\0\0\0\0\0\0\0\0\0\0���ܮs',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10972,0.000000,1674232954.039333,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10973,0.000000,1674233937.530940,'\0\0\0\0\0\0\0\0\0\0���\rۧ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10974,0.000000,1674234121.423713,'\0\0\0\0\0\0\0\0\0\0��1�AI',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10975,0.000000,1674234527.409549,'\0\0\0\0\0\0\0\0\0\0��]}cb',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10976,0.000000,1674235268.210888,'\0\0\0\0\0\0\0\0\0\0���ǃ*',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10977,0.000000,1674237556.168421,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10978,0.000000,1674237913.698992,'\0\0\0\0\0\0\0\0\0\0����s�',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10979,0.000000,1674239250.000176,'\0\0\0\0\0\0\0\0\0\0��-U��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10980,0.000000,1674239890.395803,'\0\0\0\0\0\0\0\0\0\0��/fl�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10981,0.000000,1674241388.566032,'\0\0\0\0\0\0\0\0\0\0��gnV�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10982,1674242126.950498,1674242126.303900,'\0\0\0\0\0\0\0\0\0\0��I�C+',0,403,0,0,0,'https://sleepingsolutions.co.uk/01/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAxL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(10983,0.000000,1674242595.988955,'\0\0\0\0\0\0\0\0\0\0���w�c',0,503,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10984,0.000000,1674242781.604463,'\0\0\0\0\0\0\0\0\0\0��_o�D',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10985,0.000000,1674244964.018464,'\0\0\0\0\0\0\0\0\0\0��R�=n',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10986,0.000000,1674245120.272318,'\0\0\0\0\0\0\0\0\0\0��g��{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10987,0.000000,1674245745.581163,'\0\0\0\0\0\0\0\0\0\0���<�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10988,0.000000,1674246297.353328,'\0\0\0\0\0\0\0\0\0\0���]˜',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10989,0.000000,1674247476.877334,'\0\0\0\0\0\0\0\0\0\0��%�\r\"',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10990,0.000000,1674248134.728620,'\0\0\0\0\0\0\0\0\0\0��e��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10991,0.000000,1674248491.564528,'\0\0\0\0\0\0\0\0\0\0����!/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10992,0.000000,1674249559.473376,'\0\0\0\0\0\0\0\0\0\0��g�ڽ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10993,0.000000,1674250577.706182,'\0\0\0\0\0\0\0\0\0\0����*�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10994,0.000000,1674251911.036043,'\0\0\0\0\0\0\0\0\0\0��B-�*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10995,0.000000,1674252378.484617,'\0\0\0\0\0\0\0\0\0\0���}	',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10996,0.000000,1674252424.304037,'\0\0\0\0\0\0\0\0\0\0��e�-',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10997,0.000000,1674252668.536758,'\0\0\0\0\0\0\0\0\0\0��g\\�7',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10998,0.000000,1674253204.024805,'\0\0\0\0\0\0\0\0\0\0���ǃ*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10999,0.000000,1674253632.934774,'\0\0\0\0\0\0\0\0\0\0��\r9�o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11000,1674255114.310190,1674255114.139900,'\0\0\0\0\0\0\0\0\0\0��p�غ',0,403,0,0,0,'https://sleepingsolutions.co.uk/02/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAyL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11001,0.000000,1674255191.130020,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(11002,0.000000,1674256069.059302,'\0\0\0\0\0\0\0\0\0\0��esm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11003,0.000000,1674257082.474889,'\0\0\0\0\0\0\0\0\0\0��/�|N',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11004,0.000000,1674258134.498608,'\0\0\0\0\0\0\0\0\0\0��[y��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11005,0.000000,1674260838.310725,'\0\0\0\0\0\0\0\0\0\0��QX4N',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11006,0.000000,1674263844.564678,'\0\0\0\0\0\0\0\0\0\0��q�sd',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11007,0.000000,1674264039.351294,'\0\0\0\0\0\0\0\0\0\0���i8.',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11008,0.000000,1674265206.840645,'\0\0\0\0\0\0\0\0\0\0���iZ\\',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11009,0.000000,1674266199.366584,'\0\0\0\0\0\0\0\0\0\0��/nH�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11010,1674268291.007337,1674268290.841000,'\0\0\0\0\0\0\0\0\0\0��y��m',0,403,0,0,0,'https://sleepingsolutions.co.uk/03/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzAzL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11011,0.000000,1674268707.985595,'\0\0\0\0\0\0\0\0\0\0����4�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11012,0.000000,1674268712.848210,'\0\0\0\0\0\0\0\0\0\0��gJ{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11013,0.000000,1674270761.323250,'\0\0\0\0\0\0\0\0\0\0��Xcw�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11014,0.000000,1674270868.975693,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11015,0.000000,1674271633.371285,'\0\0\0\0\0\0\0\0\0\0���?��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11016,0.000000,1674271870.547638,'\0\0\0\0\0\0\0\0\0\0��\"K�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11017,0.000000,1674272075.785316,'\0\0\0\0\0\0\0\0\0\0��h�ӊ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11018,0.000000,1674272134.384080,'\0\0\0\0\0\0\0\0\0\0��E�_\Z',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11019,0.000000,1674273507.692747,'\0\0\0\0\0\0\0\0\0\0��gH�	',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11020,0.000000,1674274190.826943,'\0\0\0\0\0\0\0\0\0\0��g�N',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11021,0.000000,1674275875.655424,'\0\0\0\0\0\0\0\0\0\0���iZ\\',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11022,0.000000,1674276417.696094,'\0\0\0\0\0\0\0\0\0\0���<��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11023,0.000000,1674278706.320410,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11024,0.000000,1674279833.037775,'\0\0\0\0\0\0\0\0\0\0��g��*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11025,0.000000,1674280469.308497,'\0\0\0\0\0\0\0\0\0\0��/k�g',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11026,0.000000,1674281476.261553,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11027,0.000000,1674282727.474150,'\0\0\0\0\0\0\0\0\0\0��/k!\Z',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11028,0.000000,1674283799.169783,'\0\0\0\0\0\0\0\0\0\0���\\�0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11029,0.000000,1674284228.070705,'\0\0\0\0\0\0\0\0\0\0����C(',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11030,0.000000,1674284231.164157,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11031,0.000000,1674284283.942097,'\0\0\0\0\0\0\0\0\0\0��[���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11032,0.000000,1674284477.658192,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11033,0.000000,1674285020.529572,'\0\0\0\0\0\0\0\0\0\0��ƈ;',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11034,0.000000,1674286055.996477,'\0\0\0\0\0\0\0\0\0\0��/nH�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11035,0.000000,1674287996.650384,'\0\0\0\0\0\0\0\0\0\0���c�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11036,0.000000,1674291626.148150,'\0\0\0\0\0\0\0\0\0\0��-T^',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11037,0.000000,1674292557.222916,'\0\0\0\0\0\0\0\0\0\0���i8.',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11038,0.000000,1674293037.106972,'\0\0\0\0\0\0\0\0\0\0��3O��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11039,0.000000,1674293530.124724,'\0\0\0\0\0\0\0\0\0\0���m<�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11040,0.000000,1674293759.532469,'\0\0\0\0\0\0\0\0\0\0���j)@',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11041,0.000000,1674294613.903082,'\0\0\0\0\0\0\0\0\0\0��g�	I',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11042,0.000000,1674294979.444752,'\0\0\0\0\0\0\0\0\0\0���H�#',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11043,1674295141.429493,1674295141.288800,'\0\0\0\0\0\0\0\0\0\0��J�46',0,403,0,0,0,'https://sleepingsolutions.co.uk/10/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11044,0.000000,1674296656.189621,'\0\0\0\0\0\0\0\0\0\0��C̈́',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11045,0.000000,1674296688.545452,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11046,0.000000,1674296762.588353,'\0\0\0\0\0\0\0\0\0\0����C ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11047,0.000000,1674297869.730070,'\0\0\0\0\0\0\0\0\0\0��c��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11048,0.000000,1674299377.510432,'\0\0\0\0\0\0\0\0\0\0��\rO�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11049,0.000000,1674302440.007316,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11050,0.000000,1674302568.601553,'\0\0\0\0\0\0\0\0\0\0��ƈ;',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11051,0.000000,1674304033.249075,'\0\0\0\0\0\0\0\0\0\0��e�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(11052,0.000000,1674304985.887425,'\0\0\0\0\0\0\0\0\0\0���j)@',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11053,0.000000,1674305917.005674,'\0\0\0\0\0\0\0\0\0\0��$[d�',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11054,0.000000,1674306186.172081,'\0\0\0\0\0\0\0\0\0\0����s�',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11055,0.000000,1674307856.313835,'\0\0\0\0\0\0\0\0\0\0��E�*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11056,0.000000,1674308132.680786,'\0\0\0\0\0\0\0\0\0\0��DB��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11057,1674308834.110242,1674308833.958100,'\0\0\0\0\0\0\0\0\0\0��Ԧ.�',0,403,0,0,0,'https://sleepingsolutions.co.uk/100/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11058,0.000000,1674309166.545762,'\0\0\0\0\0\0\0\0\0\0��g7\'k',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11059,0.000000,1674309376.186648,'\0\0\0\0\0\0\0\0\0\0���t�M',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11060,0.000000,1674309837.730959,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11061,0.000000,1674309968.704985,'\0\0\0\0\0\0\0\0\0\0����|�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11062,0.000000,1674310130.488937,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11063,0.000000,1674312395.137245,'\0\0\0\0\0\0\0\0\0\0��gJy',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11064,0.000000,1674312710.660024,'\0\0\0\0\0\0\0\0\0\0����E�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11065,0.000000,1674312718.297012,'\0\0\0\0\0\0\0\0\0\0����E�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11066,0.000000,1674312793.533076,'\0\0\0\0\0\0\0\0\0\0����e$',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11067,0.000000,1674312804.533655,'\0\0\0\0\0\0\0\0\0\0���;�!',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11068,0.000000,1674312825.525244,'\0\0\0\0\0\0\0\0\0\0��Y:�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11069,0.000000,1674312839.505573,'\0\0\0\0\0\0\0\0\0\0����eS',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11070,0.000000,1674312855.956001,'\0\0\0\0\0\0\0\0\0\0����e',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11071,0.000000,1674312868.585515,'\0\0\0\0\0\0\0\0\0\0����‹',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11072,0.000000,1674313418.232649,'\0\0\0\0\0\0\0\0\0\0���\\�0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11073,0.000000,1674314862.081383,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11074,0.000000,1674316625.763468,'\0\0\0\0\0\0\0\0\0\0��6\'1*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11075,0.000000,1674318050.842089,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11076,1674318975.807370,1674318975.652400,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11077,1674318972.344636,1674318972.197000,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11078,1674318962.950443,1674318962.735800,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11079,1674318957.159497,1674318957.004900,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11080,0.000000,1674319438.359987,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11081,0.000000,1674320277.137580,'\0\0\0\0\0\0\0\0\0\0���.',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11082,1674320522.075392,1674320520.552600,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11083,1674320506.237370,1674320504.750400,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11084,1674320494.322305,1674320492.466500,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11085,1674320485.900335,1674320484.386600,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11086,1674320476.608411,1674320474.787500,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11087,0.000000,1674320649.909279,'\0\0\0\0\0\0\0\0\0\0���c�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11088,0.000000,1674321919.115530,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11089,1674322718.901732,1674322718.760400,'\0\0\0\0\0\0\0\0\0\0��r�ۗ',0,403,0,0,0,'https://sleepingsolutions.co.uk/1000/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMDAvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11090,0.000000,1674324383.316227,'\0\0\0\0\0\0\0\0\0\0����C9',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11091,1674328652.659312,1674328652.506000,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11092,1674328647.901841,1674328647.754900,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11093,1674328899.831924,1674328899.681200,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11094,1674328899.577438,1674328899.458300,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11095,1674328899.518597,1674328899.393400,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11096,1674328898.930383,1674328898.806400,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11097,1674328898.750013,1674328898.604300,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11098,1674328898.533487,1674328898.392200,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11099,1674328898.314618,1674328898.189500,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11100,1674328898.112924,1674328897.974400,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11101,1674328897.815388,1674328897.670900,'\0\0\0\0\0\0\0\0\0\0��h�+\n',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11102,0.000000,1674329530.813610,'\0\0\0\0\0\0\0\0\0\0���VdI',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11103,0.000000,1674329896.212293,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11104,0.000000,1674330637.121882,'\0\0\0\0\0\0\0\0\0\0��/X=[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11105,0.000000,1674331321.035200,'\0\0\0\0\0\0\0\0\0\0���N�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11106,0.000000,1674332859.475414,'\0\0\0\0\0\0\0\0\0\0���><t',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11107,1674334256.731496,1674334256.584800,'\0\0\0\0\0\0\0\0\0\0���+�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11108,0.000000,1674336029.874365,'\0\0\0\0\0\0\0\0\0\0��_ٲ�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11109,0.000000,1674336206.986015,'\0\0\0\0\0\0\0\0\0\0��f۰',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11110,1674336808.929791,1674336808.753600,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11111,1674336804.005959,1674336803.872600,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11112,1674336802.790427,1674336802.647200,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11113,1674336698.868374,1674336698.722900,'\0\0\0\0\0\0\0\0\0\0��{�^l',0,403,0,0,0,'https://sleepingsolutions.co.uk/101/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMS9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11114,1674336812.824642,1674336812.691400,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11115,1674337553.524003,1674337553.379600,'\0\0\0\0\0\0\0\0\0\0���\\�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11116,1674337534.128915,1674337533.976500,'\0\0\0\0\0\0\0\0\0\0���\\�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11117,1674337404.851541,1674337404.709900,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11118,1674337404.484159,1674337404.361500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11119,1674337404.135676,1674337404.009500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11120,1674337404.077894,1674337403.937400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11121,1674337403.783916,1674337403.631100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11122,1674337403.243967,1674337403.099400,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11123,1674337403.177288,1674337403.020500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11124,0.000000,1674337690.379541,'\0\0\0\0\0\0\0\0\0\0��3�Q<',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11125,0.000000,1674339280.503835,'\0\0\0\0\0\0\0\0\0\0��-)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11126,0.000000,1674340444.798041,'\0\0\0\0\0\0\0\0\0\0��g7\'k',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11127,0.000000,1674341061.161466,'\0\0\0\0\0\0\0\0\0\0��=�+�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11128,0.000000,1674343716.873362,'\0\0\0\0\0\0\0\0\0\0��- ��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11129,0.000000,1674347767.248779,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11130,0.000000,1674348257.932593,'\0\0\0\0\0\0\0\0\0\0���VdI',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11131,0.000000,1674348294.753452,'\0\0\0\0\0\0\0\0\0\0��6\'1*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11132,0.000000,1674348640.721586,'\0\0\0\0\0\0\0\0\0\0��\r&T=',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11133,1674348834.420297,1674348832.901000,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11134,1674348831.725209,1674348830.439100,'\0\0\0\0\0\0\0\0\0\0���}O',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11135,0.000000,1674349956.558158,'\0\0\0\0\0\0\0\0\0\0��\rQ;\\',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11136,0.000000,1674350370.863335,'\0\0\0\0\0\0\0\0\0\0���Z�B',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11137,1674352281.726304,1674352281.072000,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fam5ld3NsZXR0ZXIvaW5jbHVkZXMvb3BlbmZsYXNoY2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11138,1674350998.044693,1674350996.878200,'\0\0\0\0\0\0\0\0\0\0���g�',0,403,0,0,0,'https://sleepingsolutions.co.uk/102/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMi9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11139,0.000000,1674353328.650240,'\0\0\0\0\0\0\0\0\0\0��[��\Z',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11140,0.000000,1674353494.957669,'\0\0\0\0\0\0\0\0\0\0���ߨ[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11141,0.000000,1674354322.740934,'\0\0\0\0\0\0\0\0\0\0��-)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11142,0.000000,1674354438.989533,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11143,0.000000,1674355062.101615,'\0\0\0\0\0\0\0\0\0\0��ƈ;',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11144,0.000000,1674356124.433110,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11145,0.000000,1674357676.322932,'\0\0\0\0\0\0\0\0\0\0��12�\"',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11146,0.000000,1674357922.827621,'\0\0\0\0\0\0\0\0\0\0��g�8 ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11147,0.000000,1674358628.549001,'\0\0\0\0\0\0\0\0\0\0��m�L ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11148,0.000000,1674359148.342947,'\0\0\0\0\0\0\0\0\0\0����i6',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11149,0.000000,1674359381.557375,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11150,0.000000,1674360078.144684,'\0\0\0\0\0\0\0\0\0\0��_�?�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11151,0.000000,1674360135.712657,'\0\0\0\0\0\0\0\0\0\0����/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11152,0.000000,1674361333.370378,'\0\0\0\0\0\0\0\0\0\0���ٟ~',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11153,1674363055.480633,1674363055.335200,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11154,0.000000,1674364072.007401,'\0\0\0\0\0\0\0\0\0\0���;Rz',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11155,0.000000,1674364317.037622,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11156,0.000000,1674365069.930079,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11157,1674365536.613825,1674365536.452000,'\0\0\0\0\0\0\0\0\0\0���{}-',0,403,0,0,0,'https://sleepingsolutions.co.uk/103/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzEwMy9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11158,0.000000,1674366283.065935,'\0\0\0\0\0\0\0\0\0\0��[���',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11159,0.000000,1674366285.341244,'\0\0\0\0\0\0\0\0\0\0��[���',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11160,0.000000,1674366297.667537,'\0\0\0\0\0\0\0\0\0\0��Y�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11161,0.000000,1674366302.155953,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11162,0.000000,1674366305.506842,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11163,0.000000,1674366309.888457,'\0\0\0\0\0\0\0\0\0\0��k��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11164,0.000000,1674366314.666998,'\0\0\0\0\0\0\0\0\0\0����e',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11165,0.000000,1674366318.346583,'\0\0\0\0\0\0\0\0\0\0����ڙ',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(11166,0.000000,1674366578.300988,'\0\0\0\0\0\0\0\0\0\0��Վ�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11167,0.000000,1674367736.790895,'\0\0\0\0\0\0\0\0\0\0��3��)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11168,0.000000,1674369886.974426,'\0\0\0\0\0\0\0\0\0\0��6O��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11169,0.000000,1674369898.670869,'\0\0\0\0\0\0\0\0\0\0����4�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11170,0.000000,1674371686.108811,'\0\0\0\0\0\0\0\0\0\0��g5�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11171,0.000000,1674373805.292117,'\0\0\0\0\0\0\0\0\0\0���VdI',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11172,0.000000,1674376995.832999,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11173,0.000000,1674377165.381990,'\0\0\0\0\0\0\0\0\0\0��ν��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11174,0.000000,1674377668.746575,'\0\0\0\0\0\0\0\0\0\0��f۰',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11175,0.000000,1674377911.026940,'\0\0\0\0\0\0\0\0\0\0��g?�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11176,0.000000,1674379395.170855,'\0\0\0\0\0\0\0\0\0\0��_�?�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11177,1674380194.444596,1674380194.295000,'\0\0\0\0\0\0\0\0\0\0��G;�',0,403,0,0,0,'https://sleepingsolutions.co.uk/1998/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzE5OTgvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11178,0.000000,1674382451.108174,'\0\0\0\0\0\0\0\0\0\0����C ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11179,0.000000,1674383397.105339,'\0\0\0\0\0\0\0\0\0\0��ƈ;',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11180,0.000000,1674384135.484334,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11181,1674384730.696343,1674384730.547700,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11182,1674384710.995977,1674384710.855900,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11183,1674384690.439849,1674384690.296300,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11184,1674384684.146529,1674384684.004700,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11185,1674384666.961905,1674384666.820500,'\0\0\0\0\0\0\0\0\0\0����y(',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11186,0.000000,1674385546.805009,'\0\0\0\0\0\0\0\0\0\0��[�C',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11187,0.000000,1674385612.496030,'\0\0\0\0\0\0\0\0\0\0��gJy',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11188,0.000000,1674385932.983697,'\0\0\0\0\0\0\0\0\0\0���<�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11189,0.000000,1674386390.503043,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11190,0.000000,1674386427.893371,'\0\0\0\0\0\0\0\0\0\0��6�T?',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11191,1674386656.511779,1674386656.377700,'\0\0\0\0\0\0\0\0\0\0��m���',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/mainwp-file-uploader-extension/readme.txt',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11192,1674386656.511660,1674386656.377700,'\0\0\0\0\0\0\0\0\0\0��m���',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/mainwp-file-uploader-extension/readme.txt',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWlud3AtZmlsZS11cGxvYWRlci1leHRlbnNpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(11193,0.000000,1674387151.137909,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11194,0.000000,1674387860.067342,'\0\0\0\0\0\0\0\0\0\0���kJ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11195,0.000000,1674388323.506212,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11196,0.000000,1674389045.914734,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11197,0.000000,1674389876.382963,'\0\0\0\0\0\0\0\0\0\0��j&�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11198,0.000000,1674390393.294370,'\0\0\0\0\0\0\0\0\0\0��뎁',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11199,0.000000,1674391720.093111,'\0\0\0\0\0\0\0\0\0\0��g5�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11200,0.000000,1674393285.125260,'\0\0\0\0\0\0\0\0\0\0��\"K�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11201,0.000000,1674393972.672480,'\0\0\0\0\0\0\0\0\0\0����Џ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11202,1674394958.801861,1674394958.649400,'\0\0\0\0\0\0\0\0\0\0���3�R',0,403,0,0,0,'https://sleepingsolutions.co.uk/1999/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzE5OTkvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11203,0.000000,1674395033.283692,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11204,0.000000,1674400104.461249,'\0\0\0\0\0\0\0\0\0\0��3�#F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11205,0.000000,1674400115.074137,'\0\0\0\0\0\0\0\0\0\0���Z�B',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11206,0.000000,1674400643.045699,'\0\0\0\0\0\0\0\0\0\0���H�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11207,0.000000,1674401540.101758,'\0\0\0\0\0\0\0\0\0\0����i6',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11208,0.000000,1674402020.362837,'\0\0\0\0\0\0\0\0\0\0��3�#F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11209,0.000000,1674402735.858735,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11210,0.000000,1674403353.312671,'\0\0\0\0\0\0\0\0\0\0��g�	I',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11211,0.000000,1674403554.557198,'\0\0\0\0\0\0\0\0\0\0��g7\'k',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11212,0.000000,1674404332.243909,'\0\0\0\0\0\0\0\0\0\0��.i',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11213,0.000000,1674406159.141541,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11214,0.000000,1674408282.049800,'\0\0\0\0\0\0\0\0\0\0��g��{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11215,0.000000,1674408710.689245,'\0\0\0\0\0\0\0\0\0\0���8',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11216,1674409853.652944,1674409852.514400,'\0\0\0\0\0\0\0\0\0\0��px�',0,403,0,0,0,'https://sleepingsolutions.co.uk/1x1/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzF4MS9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11217,0.000000,1674409914.561770,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11218,0.000000,1674410195.100142,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11219,0.000000,1674411160.646805,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11220,1674411507.365145,1674411506.045500,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11221,1674411468.324185,1674411466.566600,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11222,1674411422.986057,1674411419.645300,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11223,1674411376.714486,1674411375.030200,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11224,1674411332.310629,1674411331.244900,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11225,1674411291.527401,1674411290.272900,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11226,1674411243.479636,1674411242.432000,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11227,0.000000,1674411546.704396,'\0\0\0\0\0\0\0\0\0\0��g)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11228,1674411609.421385,1674411608.183800,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11229,1674411556.334456,1674411554.921500,'\0\0\0\0\0\0\0\0\0\0���U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11230,0.000000,1674412678.499923,'\0\0\0\0\0\0\0\0\0\0���>gh',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11231,0.000000,1674412725.608817,'\0\0\0\0\0\0\0\0\0\0���uR',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11232,0.000000,1674413486.144943,'\0\0\0\0\0\0\0\0\0\0��E�*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11233,0.000000,1674416107.574744,'\0\0\0\0\0\0\0\0\0\0��y$�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11234,1674416292.557013,1674416290.874900,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','http://sleepingsolutions.co.uk/css/ALFA_DATA/alfacgiapi/perl.alfa','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nzcy9BTEZBX0RBVEEvYWxmYWNnaWFwaS9wZXJsLmFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11235,1674416292.388064,1674416290.869700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/mt/mt-xmlrpc.cgi','http://sleepingsolutions.co.uk/mt/mt-xmlrpc.cgi','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L210L210LXhtbHJwYy5jZ2k=\",\"category\":\"brute-force\",\"ssl\":1}'),(11236,1674416272.309905,1674416270.540100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plain.php','http://sleepingsolutions.co.uk/wp-plain.php, www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11237,1674416272.303909,1674416270.519000,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','http://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11238,1674416272.185185,1674416270.522400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=Q5YUi4kA.php','http://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=Q5YUi4kA.php','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11239,1674416272.153090,1674416270.456100,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgi-bin/mt/mt-xmlrpc.cgi','http://sleepingsolutions.co.uk/cgi-bin/mt/mt-xmlrpc.cgi','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NnaS1iaW4vbXQvbXQteG1scnBjLmNnaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11240,1674416296.834918,1674416295.350700,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','http://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11241,1674416296.332849,1674416295.439400,'\0\0\0\0\0\0\0\0\0\0������',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgi-bin/mt-xmlrpc.cgi','http://sleepingsolutions.co.uk/cgi-bin/mt-xmlrpc.cgi','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NnaS1iaW4vbXQteG1scnBjLmNnaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11242,0.000000,1674417685.788133,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11243,0.000000,1674418092.377736,'\0\0\0\0\0\0\0\0\0\0��$Z�&',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11244,0.000000,1674418101.569430,'\0\0\0\0\0\0\0\0\0\0��$Z�&',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11245,0.000000,1674418118.755750,'\0\0\0\0\0\0\0\0\0\0���x',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11246,0.000000,1674418126.912219,'\0\0\0\0\0\0\0\0\0\0���x',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11247,0.000000,1674418133.821959,'\0\0\0\0\0\0\0\0\0\0��\"��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11248,0.000000,1674418141.183744,'\0\0\0\0\0\0\0\0\0\0��\"��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11249,0.000000,1674418157.985539,'\0\0\0\0\0\0\0\0\0\0��.$�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11250,0.000000,1674418165.079151,'\0\0\0\0\0\0\0\0\0\0��.$�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11251,0.000000,1674418234.433608,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11252,0.000000,1674419310.664356,'\0\0\0\0\0\0\0\0\0\0����F�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11253,0.000000,1674419781.320805,'\0\0\0\0\0\0\0\0\0\0��- ��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11254,0.000000,1674420180.109672,'\0\0\0\0\0\0\0\0\0\0��g)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11255,0.000000,1674422473.818954,'\0\0\0\0\0\0\0\0\0\0���<��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11256,0.000000,1674422695.058023,'\0\0\0\0\0\0\0\0\0\0���z',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11257,1674424077.299297,1674424077.154400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11258,1674424051.413262,1674424051.250400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11259,1674424007.229770,1674424007.098400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11260,1674424003.160075,1674424003.004500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11261,1674423959.250068,1674423959.118600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11262,1674423959.035759,1674423958.885600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11263,1674423942.767089,1674423942.631700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11264,1674423942.443790,1674423941.989600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11265,0.000000,1674424149.452580,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11266,1674424237.827993,1674424237.629000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11267,1674424219.482908,1674424219.288800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11268,1674424208.540546,1674424208.392900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11269,1674424171.130532,1674424170.987000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11270,0.000000,1674424304.838809,'\0\0\0\0\0\0\0\0\0\0���G�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11271,1674424431.674977,1674424431.475500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11272,1674424326.987551,1674424326.832100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11273,1674424317.500776,1674424317.352900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11274,0.000000,1674424521.053295,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11275,0.000000,1674424574.804952,'\0\0\0\0\0\0\0\0\0\0��\"���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11276,1674424815.556922,1674424815.412300,'\0\0\0\0\0\0\0\0\0\0��]1`�',0,403,0,0,0,'https://sleepingsolutions.co.uk/2/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11277,1674424803.609789,1674424803.466300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11278,1674424633.724179,1674424633.598000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11279,1674424633.520497,1674424633.377500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11280,1674425492.009476,1674425491.865300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11281,1674425138.218406,1674425138.054600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11282,1674425119.260382,1674425119.108100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11283,1674425756.875477,1674425756.732400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11284,1674425756.676721,1674425756.551500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11285,1674425756.496964,1674425756.375200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11286,1674425756.316400,1674425756.187300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11287,1674425756.132413,1674425756.001200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11288,1674425755.946159,1674425755.818100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11289,1674425755.760936,1674425755.632100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11290,1674425755.577144,1674425755.454200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11291,1674425755.398998,1674425755.280600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11292,1674425755.225029,1674425755.105000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11293,1674425755.050035,1674425754.930300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11294,1674425754.874239,1674425754.751900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11295,1674425754.694689,1674425754.571800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11296,1674425754.514229,1674425754.388600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11297,1674425754.332689,1674425754.212600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11298,1674425754.156803,1674425754.036400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11299,1674425753.981790,1674425753.841300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11300,1674425753.786595,1674425753.651700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11301,1674425753.572491,1674425753.422700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11302,1674425733.801526,1674425733.628200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11303,1674425733.409963,1674425733.285500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11304,1674425733.054097,1674425732.932600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11305,1674425732.695455,1674425732.574100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11306,1674425732.335564,1674425732.208800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11307,1674425731.885209,1674425731.725600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11308,1674425731.495825,1674425731.371400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11309,1674425731.161104,1674425731.032000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11310,1674425730.839740,1674425730.714400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11311,1674425730.458714,1674425730.288100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11312,1674425730.103226,1674425729.945600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11313,1674425729.598309,1674425729.442300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11314,1674425727.085995,1674425726.964700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11315,1674425724.170962,1674425724.051400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11316,1674425723.831975,1674425723.704800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11317,1674425723.505607,1674425723.347300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11318,1674425723.152281,1674425722.999500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11319,1674425722.728733,1674425722.605300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11320,1674425722.412362,1674425722.287100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11321,1674425722.072040,1674425721.941000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11322,1674425721.755905,1674425721.626300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11323,1674425721.420655,1674425721.294100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11324,1674425721.065161,1674425720.942700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11325,1674425720.676109,1674425720.551900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11326,1674425720.279917,1674425720.151100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11327,1674425719.829638,1674425719.693700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11328,1674425719.299425,1674425719.144900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11329,1674425696.772114,1674425696.620900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11330,1674425641.893723,1674425641.724500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11331,1674425623.332611,1674425623.188500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11332,1674425571.008586,1674425570.863500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11333,0.000000,1674427185.385054,'\0\0\0\0\0\0\0\0\0\0��E76w',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11334,0.000000,1674428376.937129,'\0\0\0\0\0\0\0\0\0\0����C ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11335,0.000000,1674428739.108713,'\0\0\0\0\0\0\0\0\0\0���VdI',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11336,0.000000,1674430257.118630,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11337,0.000000,1674431813.189308,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11338,0.000000,1674435711.180715,'\0\0\0\0\0\0\0\0\0\0��Ú��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11339,0.000000,1674436621.227916,'\0\0\0\0\0\0\0\0\0\0��N.R{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11340,0.000000,1674438421.137306,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11341,0.000000,1674438551.573035,'\0\0\0\0\0\0\0\0\0\0��Վ�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11342,0.000000,1674439478.356086,'\0\0\0\0\0\0\0\0\0\0���<��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11343,1674439791.485349,1674439791.342700,'\0\0\0\0\0\0\0\0\0\0��{��I',0,403,0,0,0,'https://sleepingsolutions.co.uk/20/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11344,0.000000,1674439869.615494,'\0\0\0\0\0\0\0\0\0\0��\"K�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11345,0.000000,1674441946.440154,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11346,0.000000,1674442726.766806,'\0\0\0\0\0\0\0\0\0\0��Ѽ�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11347,0.000000,1674445379.299232,'\0\0\0\0\0\0\0\0\0\0��B��E',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11348,0.000000,1674446557.482106,'\0\0\0\0\0\0\0\0\0\0��[���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11349,0.000000,1674450367.469856,'\0\0\0\0\0\0\0\0\0\0��4:�i',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11350,0.000000,1674453380.658009,'\0\0\0\0\0\0\0\0\0\0��6\'1*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11351,0.000000,1674453451.483076,'\0\0\0\0\0\0\0\0\0\0����g$',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11352,0.000000,1674453843.471977,'\0\0\0\0\0\0\0\0\0\0���t�M',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11353,0.000000,1674454620.845106,'\0\0\0\0\0\0\0\0\0\0��^��0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11354,1674455103.842287,1674455103.698300,'\0\0\0\0\0\0\0\0\0\0��ڡ\r',0,403,0,0,0,'https://sleepingsolutions.co.uk/200/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11355,0.000000,1674455757.807464,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11356,0.000000,1674457288.429335,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11357,1674459958.850136,1674459958.708900,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11358,1674459949.980658,1674459949.833600,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11359,0.000000,1674460844.917825,'\0\0\0\0\0\0\0\0\0\0���ˏ$',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11360,0.000000,1674463802.965330,'\0\0\0\0\0\0\0\0\0\0���j\0o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11361,0.000000,1674463921.945872,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11362,0.000000,1674464344.484164,'\0\0\0\0\0\0\0\0\0\0��Xcw�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11363,0.000000,1674466820.401696,'\0\0\0\0\0\0\0\0\0\0��3Җ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11364,1674467318.680461,1674467318.555400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11365,1674467315.945825,1674467315.816700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11366,1674467314.085647,1674467313.954200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11367,1674467311.069320,1674467310.924900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11368,1674467287.277875,1674467287.153600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/wp__config.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11369,1674467283.736047,1674467283.610100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp__config.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11370,1674467281.426692,1674467281.300500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/wp__config.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3BfX2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11371,1674467279.275462,1674467279.137100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11372,1674467275.522383,1674467275.382300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11373,1674467266.355910,1674467266.205300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11374,0.000000,1674468767.543233,'\0\0\0\0\0\0\0\0\0\0��g\\�7',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11375,0.000000,1674468951.440219,'\0\0\0\0\0\0\0\0\0\0���L�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11376,1674470718.293102,1674470718.144700,'\0\0\0\0\0\0\0\0\0\0����z�',0,403,0,0,0,'https://sleepingsolutions.co.uk/2000/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDAvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11377,0.000000,1674471193.641847,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11378,0.000000,1674473999.270118,'\0\0\0\0\0\0\0\0\0\0��\"K�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11379,0.000000,1674474043.868292,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11380,0.000000,1674476614.714889,'\0\0\0\0\0\0\0\0\0\0��*�m�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11381,0.000000,1674478057.769153,'\0\0\0\0\0\0\0\0\0\0���Tf',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11382,0.000000,1674480862.671972,'\0\0\0\0\0\0\0\0\0\0��gJy',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11383,0.000000,1674482872.712878,'\0\0\0\0\0\0\0\0\0\0���\Z��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11384,1674485506.848608,1674485506.703500,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21famluYy9jbGFzc2VzL2dyYXBoaWNzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11385,1674486641.891178,1674486641.737500,'\0\0\0\0\0\0\0\0\0\0��RIL�',0,403,0,0,0,'https://sleepingsolutions.co.uk/2001/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDEvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11386,0.000000,1674486737.136743,'\0\0\0\0\0\0\0\0\0\0��3ފb',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11387,0.000000,1674486851.081132,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11388,0.000000,1674487565.484204,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11389,0.000000,1674487621.185141,'\0\0\0\0\0\0\0\0\0\0��DB��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11390,0.000000,1674489523.819541,'\0\0\0\0\0\0\0\0\0\0��2W��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11391,0.000000,1674489995.169964,'\0\0\0\0\0\0\0\0\0\0���m\"F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11392,0.000000,1674490529.679690,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11393,0.000000,1674497567.401525,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/E7FBAF','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11394,0.000000,1674497709.187090,'\0\0\0\0\0\0\0\0\0\0��Ƕ��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11395,0.000000,1674500303.809297,'\0\0\0\0\0\0\0\0\0\0���Z�B',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11396,0.000000,1674500574.560379,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11397,0.000000,1674501539.363715,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11398,0.000000,1674501909.637597,'\0\0\0\0\0\0\0\0\0\0��/X�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11399,1674502442.896318,1674502442.748600,'\0\0\0\0\0\0\0\0\0\0��w�G}',0,403,0,0,0,'https://sleepingsolutions.co.uk/2002/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDIvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11400,0.000000,1674502684.325583,'\0\0\0\0\0\0\0\0\0\0����P�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11401,0.000000,1674506564.854010,'\0\0\0\0\0\0\0\0\0\0��M��&',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11402,0.000000,1674510384.304237,'\0\0\0\0\0\0\0\0\0\0����|�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11403,0.000000,1674512553.854005,'\0\0\0\0\0\0\0\0\0\0��g?�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11404,0.000000,1674512732.721834,'\0\0\0\0\0\0\0\0\0\0��2=',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11405,0.000000,1674513262.558117,'\0\0\0\0\0\0\0\0\0\0��k��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11406,0.000000,1674514347.263707,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11407,0.000000,1674514606.791693,'\0\0\0\0\0\0\0\0\0\0��\\̀a',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11408,0.000000,1674515700.072504,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11409,1674518533.840900,1674518533.621500,'\0\0\0\0\0\0\0\0\0\0��s�;{',0,403,0,0,0,'https://sleepingsolutions.co.uk/2003/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDMvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11410,0.000000,1674523047.817500,'\0\0\0\0\0\0\0\0\0\0���H�#',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11411,0.000000,1674525598.031399,'\0\0\0\0\0\0\0\0\0\0��Ր��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11412,0.000000,1674525693.243882,'\0\0\0\0\0\0\0\0\0\0��/X�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11413,0.000000,1674527211.330131,'\0\0\0\0\0\0\0\0\0\0���SKU',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11414,0.000000,1674527221.865614,'\0\0\0\0\0\0\0\0\0\0���SKU',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11415,0.000000,1674527241.232518,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11416,0.000000,1674527251.509223,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11417,0.000000,1674527275.319350,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11418,0.000000,1674527286.328824,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11419,0.000000,1674527304.381219,'\0\0\0\0\0\0\0\0\0\0��qeK',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11420,0.000000,1674527313.290942,'\0\0\0\0\0\0\0\0\0\0��.GM�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11421,0.000000,1674527359.564892,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11422,0.000000,1674527818.588370,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11423,1674527879.646424,1674527879.504300,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11424,0.000000,1674529783.954245,'\0\0\0\0\0\0\0\0\0\0���c�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11425,0.000000,1674531492.219176,'\0\0\0\0\0\0\0\0\0\0��12�\"',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11426,0.000000,1674531709.479928,'\0\0\0\0\0\0\0\0\0\0��\"`��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11427,1674534779.630744,1674534779.484600,'\0\0\0\0\0\0\0\0\0\0���@2�',0,403,0,0,0,'https://sleepingsolutions.co.uk/2004/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDQvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11428,0.000000,1674536321.546102,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11429,0.000000,1674537143.425193,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11430,0.000000,1674537681.917601,'\0\0\0\0\0\0\0\0\0\0���>gh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11431,0.000000,1674538028.480660,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11432,0.000000,1674540420.244563,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11433,0.000000,1674541023.246604,'\0\0\0\0\0\0\0\0\0\0��M%��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11434,0.000000,1674541306.269908,'\0\0\0\0\0\0\0\0\0\0��M��&',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11435,0.000000,1674542234.399102,'\0\0\0\0\0\0\0\0\0\0��ƈ;',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11436,0.000000,1674542809.890989,'\0\0\0\0\0\0\0\0\0\0���7}x',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11437,0.000000,1674544490.365647,'\0\0\0\0\0\0\0\0\0\0���ٟ~',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11438,0.000000,1674546232.830490,'\0\0\0\0\0\0\0\0\0\0��V0\Z�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11439,0.000000,1674546477.387954,'\0\0\0\0\0\0\0\0\0\0��Ƕ��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11440,0.000000,1674546795.526375,'\0\0\0\0\0\0\0\0\0\0����\0�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11441,0.000000,1674548928.192755,'\0\0\0\0\0\0\0\0\0\0��$[d�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11442,0.000000,1674549948.206630,'\0\0\0\0\0\0\0\0\0\0��%�7�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11443,0.000000,1674553053.786677,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11444,0.000000,1674554749.636332,'\0\0\0\0\0\0\0\0\0\0����a�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11445,0.000000,1674554758.566609,'\0\0\0\0\0\0\0\0\0\0����a�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11446,0.000000,1674554776.744599,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11447,0.000000,1674554786.128293,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11448,0.000000,1674554803.436277,'\0\0\0\0\0\0\0\0\0\0��=Kh',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11449,0.000000,1674554812.402401,'\0\0\0\0\0\0\0\0\0\0����i�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11450,0.000000,1674554821.775219,'\0\0\0\0\0\0\0\0\0\0����i�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11451,0.000000,1674554848.382119,'\0\0\0\0\0\0\0\0\0\0���h�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11452,0.000000,1674556039.047597,'\0\0\0\0\0\0\0\0\0\0��M��&',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11453,0.000000,1674565519.406197,'\0\0\0\0\0\0\0\0\0\0��x�c1',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11454,1674565666.788255,1674565666.643400,'\0\0\0\0\0\0\0\0\0\0���/�:',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11455,1674565647.784566,1674565647.645100,'\0\0\0\0\0\0\0\0\0\0���/�:',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11456,1674565621.509324,1674565621.369600,'\0\0\0\0\0\0\0\0\0\0���/�:',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11457,1674565614.209622,1674565614.070300,'\0\0\0\0\0\0\0\0\0\0���/�:',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11458,1674566195.030149,1674566194.676100,'\0\0\0\0\0\0\0\0\0\0��g��\r',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11459,1674566188.272588,1674566188.123500,'\0\0\0\0\0\0\0\0\0\0��g��\r',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11460,0.000000,1674567825.531538,'\0\0\0\0\0\0\0\0\0\0��SE�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11461,1674567994.845326,1674567994.699900,'\0\0\0\0\0\0\0\0\0\0��pv��',0,403,0,0,0,'https://sleepingsolutions.co.uk/2006/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDYvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11462,0.000000,1674568488.675752,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11463,0.000000,1674576740.382293,'\0\0\0\0\0\0\0\0\0\0����Џ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11464,0.000000,1674577447.807388,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11465,0.000000,1674579440.184069,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11466,0.000000,1674579545.493866,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11467,0.000000,1674581162.857737,'\0\0\0\0\0\0\0\0\0\0��gA',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11468,0.000000,1674582103.793135,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11469,0.000000,1674582331.344941,'\0\0\0\0\0\0\0\0\0\0��h�ӊ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11470,0.000000,1674582365.753711,'\0\0\0\0\0\0\0\0\0\0��SE�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11471,0.000000,1674583095.862479,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11472,0.000000,1674584503.103500,'\0\0\0\0\0\0\0\0\0\0����4�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11473,1674584715.394466,1674584715.219500,'\0\0\0\0\0\0\0\0\0\0��{��L',0,403,0,0,0,'https://sleepingsolutions.co.uk/2007/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzIwMDcvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11474,0.000000,1674586792.494388,'\0\0\0\0\0\0\0\0\0\0��W��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11475,1674588026.381004,1674588026.234300,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-seo-spy-google/ofc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zZW8tc3B5LWdvb2dsZS9vZmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11476,0.000000,1674588117.871545,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(11477,0.000000,1674588373.974599,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11478,0.000000,1674588788.132835,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11479,0.000000,1674589575.771920,'\0\0\0\0\0\0\0\0\0\0��/�|N',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11480,0.000000,1674590464.617244,'\0\0\0\0\0\0\0\0\0\0���kJ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11481,0.000000,1674595666.148491,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11482,0.000000,1674596462.695115,'\0\0\0\0\0\0\0\0\0\0��\rQ;\\',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11483,0.000000,1674596615.038361,'\0\0\0\0\0\0\0\0\0\0����ț',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11484,0.000000,1674599948.989344,'\0\0\0\0\0\0\0\0\0\0�����!',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11485,1674601482.274910,1674601482.127200,'\0\0\0\0\0\0\0\0\0\0��Q�:V',0,403,0,0,0,'https://sleepingsolutions.co.uk/3/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzMvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11486,0.000000,1674601873.227474,'\0\0\0\0\0\0\0\0\0\0���c�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11487,0.000000,1674603589.485582,'\0\0\0\0\0\0\0\0\0\0��C̈́',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11488,0.000000,1674605075.124496,'\0\0\0\0\0\0\0\0\0\0��-�\' ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11489,0.000000,1674605683.621280,'\0\0\0\0\0\0\0\0\0\0��_ٲ�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11490,0.000000,1674605939.573957,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11491,0.000000,1674607538.196799,'\0\0\0\0\0\0\0\0\0\0���m��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11492,0.000000,1674608631.539287,'\0\0\0\0\0\0\0\0\0\0��M%��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11493,0.000000,1674612613.268512,'\0\0\0\0\0\0\0\0\0\0����Y',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11494,0.000000,1674613001.700776,'\0\0\0\0\0\0\0\0\0\0��QE��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11495,0.000000,1674613988.694815,'\0\0\0\0\0\0\0\0\0\0��gJtE',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11496,0.000000,1674614287.244999,'\0\0\0\0\0\0\0\0\0\0��\"y�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11497,0.000000,1674615565.411875,'\0\0\0\0\0\0\0\0\0\0����C9',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11498,0.000000,1674617635.885627,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11499,0.000000,1674619821.346186,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11500,0.000000,1674620495.200496,'\0\0\0\0\0\0\0\0\0\0���.',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11501,0.000000,1674621346.506565,'\0\0\0\0\0\0\0\0\0\0��QE��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11502,0.000000,1674622122.577148,'\0\0\0\0\0\0\0\0\0\0��W�+',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11503,0.000000,1674622234.094959,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11504,0.000000,1674623728.930467,'\0\0\0\0\0\0\0\0\0\0��.e��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11505,0.000000,1674624651.012385,'\0\0\0\0\0\0\0\0\0\0���f$',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11506,0.000000,1674625315.217677,'\0\0\0\0\0\0\0\0\0\0��g��{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11507,0.000000,1674625668.622057,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11508,0.000000,1674626660.666319,'\0\0\0\0\0\0\0\0\0\0��g?�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11509,0.000000,1674626840.359804,'\0\0\0\0\0\0\0\0\0\0���uR',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11510,0.000000,1674629048.298692,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11511,0.000000,1674633050.672803,'\0\0\0\0\0\0\0\0\0\0�����!',0,503,0,0,0,'https://www.sleepingsolutions.co.uk/wp-login.php','https://www.sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.sleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11512,1674634215.612257,1674634215.462300,'\0\0\0\0\0\0\0\0\0\0��.�X\"',0,403,0,0,0,'https://sleepingsolutions.co.uk/300/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"LzMwMC9saWNlbnNlLnR4dA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11513,0.000000,1674636530.376405,'\0\0\0\0\0\0\0\0\0\0��D�V�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11514,1674636940.643029,1674636940.502200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wikindex.php?f=%2FbmLUxZLeaiRIek7s%2FumvUsXN4HVg3BzRf.txt','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dpa2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11515,1674636932.329557,1674636932.183500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/mu-plugins-old/index.php?f=%2FbmLUxZLeaiRIek7s%2FumvUsXN4HVg3BzRf.txt','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy1vbGQvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11516,1674636917.782634,1674636917.563300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/3index.php?f=%2FbmLUxZLeaiRIek7s%2FumvUsXN4HVg3BzRf.txt','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzNpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11517,1674636909.628062,1674636909.486800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/admin.php?f=%2FbmLUxZLeaiRIek7s%2FumvUsXN4HVg3BzRf.txt','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11518,0.000000,1674637257.021172,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11519,0.000000,1674638967.548417,'\0\0\0\0\0\0\0\0\0\0��esm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11520,0.000000,1674641279.838107,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11521,0.000000,1674641298.389867,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11522,0.000000,1674644128.842357,'\0\0\0\0\0\0\0\0\0\0���#4�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11523,0.000000,1674647655.418157,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11524,1674648283.612705,1674648283.471100,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formidable/pro/js/ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtaWRhYmxlL3Byby9qcy9vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11525,1674650937.075374,1674650934.464000,'\0\0\0\0\0\0\0\0\0\0�����T',0,403,0,0,0,'https://sleepingsolutions.co.uk/@/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0AvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11526,0.000000,1674650947.817608,'\0\0\0\0\0\0\0\0\0\0��UץS',0,503,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11527,0.000000,1674652456.792955,'\0\0\0\0\0\0\0\0\0\0��W��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11528,0.000000,1674653346.874478,'\0\0\0\0\0\0\0\0\0\0��\"���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11529,0.000000,1674656516.994783,'\0\0\0\0\0\0\0\0\0\0��UץS',0,503,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11530,1674658167.988972,1674658166.221900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk//81867.php?cpts=vz','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly84MTg2Ny5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11531,1674658147.884287,1674658146.668900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk//wp-plain.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly93cC1wbGFpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11532,1674658141.909450,1674658140.020600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/81867.php?cpts=vz','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzgxODY3LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11533,1674658118.713282,1674658118.173800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plain.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11534,0.000000,1674658830.070731,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11535,0.000000,1674658836.583934,'\0\0\0\0\0\0\0\0\0\0���!�o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11536,0.000000,1674660066.355477,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11537,0.000000,1674663217.219019,'\0\0\0\0\0\0\0\0\0\0���j\0o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11538,1674667608.280584,1674667608.086500,'\0\0\0\0\0\0\0\0\0\0���~�s',0,403,0,0,0,'https://sleepingsolutions.co.uk/A/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0EvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11539,0.000000,1674668487.888456,'\0\0\0\0\0\0\0\0\0\0���j\0o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11540,0.000000,1674669806.948598,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11541,0.000000,1674670220.413935,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11542,0.000000,1674670424.143895,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11543,0.000000,1674670440.370907,'\0\0\0\0\0\0\0\0\0\0���z',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11544,0.000000,1674670965.402960,'\0\0\0\0\0\0\0\0\0\0��gJtE',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11545,0.000000,1674672674.806779,'\0\0\0\0\0\0\0\0\0\0����W',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11546,1674673625.373320,1674673625.227100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/d6C15.php?cpts=vz','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Q2QzE1LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11547,1674673616.328414,1674673616.152400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plain.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11548,1674673587.874163,1674673587.724500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/d6C15.php?cpts=vz','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Q2QzE1LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11549,1674673566.363603,1674673566.218700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plain.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLXBsYWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11550,0.000000,1674678270.124509,'\0\0\0\0\0\0\0\0\0\0��^��0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11551,0.000000,1674678363.717674,'\0\0\0\0\0\0\0\0\0\0���옔',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11552,1674679954.772425,1674679954.636000,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11553,1674679951.758017,1674679951.599200,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11554,1674679948.527773,1674679948.386000,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11555,1674679942.951016,1674679942.806100,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11556,1674679938.936397,1674679938.790700,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sid/sidwso.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11557,1674679934.608672,1674679934.465000,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/bala.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11558,1674679929.196059,1674679929.055400,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11559,1674679924.999684,1674679924.857600,'\0\0\0\0\0\0\0\0\0\0���㰛',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11560,0.000000,1674681723.530964,'\0\0\0\0\0\0\0\0\0\0����ț',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11561,0.000000,1674682352.736220,'\0\0\0\0\0\0\0\0\0\0��\"K�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11562,0.000000,1674682594.123097,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11563,0.000000,1674682855.066532,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11564,0.000000,1674683306.811812,'\0\0\0\0\0\0\0\0\0\0��13��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11565,1674684436.936074,1674684436.793300,'\0\0\0\0\0\0\0\0\0\0��ݣ�<',0,403,0,0,0,'https://sleepingsolutions.co.uk/About/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0Fib3V0L2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11566,0.000000,1674684585.942990,'\0\0\0\0\0\0\0\0\0\0��DB��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11567,0.000000,1674685562.683896,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11568,0.000000,1674686435.963604,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11569,0.000000,1674686812.818137,'\0\0\0\0\0\0\0\0\0\0��+�֌',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11570,0.000000,1674687434.156630,'\0\0\0\0\0\0\0\0\0\0����/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11571,0.000000,1674688949.439259,'\0\0\0\0\0\0\0\0\0\0��B-�*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11572,0.000000,1674689513.239723,'\0\0\0\0\0\0\0\0\0\0��-T^',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11573,0.000000,1674689630.379682,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11574,0.000000,1674692124.013311,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11575,0.000000,1674694721.576766,'\0\0\0\0\0\0\0\0\0\0���uR',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11576,0.000000,1674694723.169011,'\0\0\0\0\0\0\0\0\0\0���H��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11577,0.000000,1674695694.711246,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11578,0.000000,1674697134.028402,'\0\0\0\0\0\0\0\0\0\0��6$R�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11579,0.000000,1674697907.144502,'\0\0\0\0\0\0\0\0\0\0���t)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11580,0.000000,1674700698.781918,'\0\0\0\0\0\0\0\0\0\0���ٟ~',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11581,1674701988.870424,1674701988.725100,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/AboutUs/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0Fib3V0VXMvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11582,0.000000,1674703117.500985,'\0\0\0\0\0\0\0\0\0\0��\"`��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11583,0.000000,1674703531.411962,'\0\0\0\0\0\0\0\0\0\0����*�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11584,0.000000,1674703841.851175,'\0\0\0\0\0\0\0\0\0\0���7|>',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11585,0.000000,1674704429.013635,'\0\0\0\0\0\0\0\0\0\0��^��0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11586,0.000000,1674705104.803039,'\0\0\0\0\0\0\0\0\0\0���m\"F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11587,0.000000,1674705204.020153,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11588,0.000000,1674707113.918486,'\0\0\0\0\0\0\0\0\0\0��esm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11589,0.000000,1674708238.621525,'\0\0\0\0\0\0\0\0\0\0���8',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11590,0.000000,1674708246.522019,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11591,0.000000,1674709050.595419,'\0\0\0\0\0\0\0\0\0\0��뎁',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11592,0.000000,1674709822.263742,'\0\0\0\0\0\0\0\0\0\0��/_v',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11593,0.000000,1674712933.920680,'\0\0\0\0\0\0\0\0\0\0��E���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11594,0.000000,1674713651.365881,'\0\0\0\0\0\0\0\0\0\0��D�U�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11595,0.000000,1674713866.261272,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11596,0.000000,1674714434.939581,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11597,0.000000,1674714874.986486,'\0\0\0\0\0\0\0\0\0\0��-��-',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11598,0.000000,1674714968.882390,'\0\0\0\0\0\0\0\0\0\0��M�6�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11599,0.000000,1674715781.039335,'\0\0\0\0\0\0\0\0\0\0���Tf',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11600,0.000000,1674716683.189300,'\0\0\0\0\0\0\0\0\0\0����/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11601,0.000000,1674717428.755097,'\0\0\0\0\0\0\0\0\0\0��.�u',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11602,0.000000,1674718305.540071,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11603,0.000000,1674720469.215706,'\0\0\0\0\0\0\0\0\0\0��\"`��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11604,0.000000,1674722592.809341,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11605,0.000000,1674731722.507825,'\0\0\0\0\0\0\0\0\0\0��+�֌',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11606,0.000000,1674731730.466194,'\0\0\0\0\0\0\0\0\0\0��x�c1',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(11607,0.000000,1674732962.028497,'\0\0\0\0\0\0\0\0\0\0��gH�	',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11608,0.000000,1674734113.134793,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11609,0.000000,1674734139.411271,'\0\0\0\0\0\0\0\0\0\0��#餑',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11610,1674734911.487920,1674734911.342600,'\0\0\0\0\0\0\0\0\0\0���w��',0,403,0,0,0,'https://sleepingsolutions.co.uk/.env',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnY=\",\"category\":\"brute-force\",\"ssl\":1}'),(11611,0.000000,1674735152.980211,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11612,1674735168.687190,1674735168.542100,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11613,0.000000,1674736144.664522,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11614,0.000000,1674736630.247163,'\0\0\0\0\0\0\0\0\0\0��/�|N',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11615,1674738233.122986,1674738232.948800,'\0\0\0\0\0\0\0\0\0\0��L[��',0,403,0,0,0,'https://sleepingsolutions.co.uk/Administration/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0FkbWluaXN0cmF0aW9uL2xpY2Vuc2UudHh0\",\"category\":\"brute-force\",\"ssl\":1}'),(11616,0.000000,1674738924.632401,'\0\0\0\0\0\0\0\0\0\0����ݱ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11617,0.000000,1674740976.761721,'\0\0\0\0\0\0\0\0\0\0��3[�<',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11618,0.000000,1674741218.189237,'\0\0\0\0\0\0\0\0\0\0��]Tr�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11619,0.000000,1674743883.332884,'\0\0\0\0\0\0\0\0\0\0����s',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11620,0.000000,1674746519.393894,'\0\0\0\0\0\0\0\0\0\0��-�SF',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11621,0.000000,1674749603.077197,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11622,0.000000,1674749988.387264,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11623,0.000000,1674751811.652832,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11624,0.000000,1674751998.720587,'\0\0\0\0\0\0\0\0\0\0��4�A',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11625,0.000000,1674754596.195912,'\0\0\0\0\0\0\0\0\0\0���\"��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11626,0.000000,1674754619.259227,'\0\0\0\0\0\0\0\0\0\0����0�',0,503,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.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),(11627,0.000000,1674755494.827967,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11628,0.000000,1674756172.084302,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11629,1674756638.179286,1674756638.020900,'\0\0\0\0\0\0\0\0\0\0��1�<�',0,403,0,0,0,'https://sleepingsolutions.co.uk/Archive/license.txt',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCB4ODZfNjQ7IHJ2OjYyLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNjIuMA==\",\"path\":\"L0FyY2hpdmUvbGljZW5zZS50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11630,0.000000,1674756648.069440,'\0\0\0\0\0\0\0\0\0\0��3Yb�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11631,0.000000,1674759122.273702,'\0\0\0\0\0\0\0\0\0\0����|�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11632,0.000000,1674761064.359965,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11633,0.000000,1674761109.382017,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11634,0.000000,1674763289.125899,'\0\0\0\0\0\0\0\0\0\0���7}x',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11635,0.000000,1674763930.509230,'\0\0\0\0\0\0\0\0\0\0����0�',0,503,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.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),(11636,0.000000,1674764107.745434,'\0\0\0\0\0\0\0\0\0\0��6$R�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11637,0.000000,1674764748.847103,'\0\0\0\0\0\0\0\0\0\0��#�:�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11638,1674764763.927216,1674764763.800900,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/js/header-rollup-554.js',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2pzL2hlYWRlci1yb2xsdXAtNTU0Lmpz\",\"category\":\"brute-force\",\"ssl\":1}'),(11639,1674764763.261861,1674764763.137200,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/images/editor/separator.gif',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2ltYWdlcy9lZGl0b3Ivc2VwYXJhdG9yLmdpZg==\",\"category\":\"brute-force\",\"ssl\":1}'),(11640,1674764762.602921,1674764762.462400,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/includes/general.js',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluL2luY2x1ZGVzL2dlbmVyYWwuanM=\",\"category\":\"brute-force\",\"ssl\":1}'),(11641,1674764761.974674,1674764761.848000,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/view/javascript/common.js',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluL3ZpZXcvamF2YXNjcmlwdC9jb21tb24uanM=\",\"category\":\"brute-force\",\"ssl\":1}'),(11642,1674764761.232464,1674764761.089800,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11643,1674764760.600764,1674764760.467500,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/misc/ajax.js',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L21pc2MvYWpheC5qcw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11644,1674764759.892990,1674764759.759500,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/administrator/',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluaXN0cmF0b3Iv\",\"category\":\"brute-force\",\"ssl\":1}'),(11645,1674764759.172699,1674764759.033700,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/system/debug/debug.xml',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3BsdWdpbnMvc3lzdGVtL2RlYnVnL2RlYnVnLnhtbA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11646,1674764758.269062,1674764758.133900,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/administrator/language/en-GB/install.xml',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluaXN0cmF0b3IvbGFuZ3VhZ2UvZW4tR0IvaW5zdGFsbC54bWw=\",\"category\":\"brute-force\",\"ssl\":1}'),(11647,1674764756.812263,1674764756.669400,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/administrator/help/en-GB/toc.json',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluaXN0cmF0b3IvaGVscC9lbi1HQi90b2MuanNvbg==\",\"category\":\"brute-force\",\"ssl\":1}'),(11648,1674764752.087662,1674764751.959600,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11649,1674764768.842199,1674764768.640900,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11650,1674764767.942430,1674764767.798000,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.env',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"Ly5lbnY=\",\"category\":\"brute-force\",\"ssl\":1}'),(11651,1674764767.082657,1674764766.954600,'\0\0\0\0\0\0\0\0\0\0����h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Media',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2Zja2VkaXRvci9lZGl0b3IvZmlsZW1hbmFnZXIvY29ubmVjdG9ycy9waHAvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11652,0.000000,1674766064.160362,'\0\0\0\0\0\0\0\0\0\0���wQh',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11653,0.000000,1674766431.293158,'\0\0\0\0\0\0\0\0\0\0��#�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11654,0.000000,1674768204.175824,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11655,0.000000,1674769638.507294,'\0\0\0\0\0\0\0\0\0\0��h�ӊ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11656,0.000000,1674770639.273315,'\0\0\0\0\0\0\0\0\0\0���]˜',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11657,0.000000,1674771712.249592,'\0\0\0\0\0\0\0\0\0\0��g�ڲ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11658,0.000000,1674772335.534928,'\0\0\0\0\0\0\0\0\0\0��3�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11659,0.000000,1674772869.106246,'\0\0\0\0\0\0\0\0\0\0����ΐ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11660,0.000000,1674774010.020078,'\0\0\0\0\0\0\0\0\0\0��3O�)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11661,0.000000,1674774161.936871,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11662,0.000000,1674775354.096848,'\0\0\0\0\0\0\0\0\0\0���M',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11663,0.000000,1674776403.738657,'\0\0\0\0\0\0\0\0\0\0��ϴ��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11664,0.000000,1674776580.763455,'\0\0\0\0\0\0\0\0\0\0���H�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11665,1674777024.656643,1674777024.489300,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ip-logger/chart/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pcC1sb2dnZXIvY2hhcnQvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11666,0.000000,1674780974.293094,'\0\0\0\0\0\0\0\0\0\0��@��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11667,0.000000,1674781261.793301,'\0\0\0\0\0\0\0\0\0\0���m<�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11668,0.000000,1674782330.048771,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11669,0.000000,1674782410.417693,'\0\0\0\0\0\0\0\0\0\0��g��*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11670,0.000000,1674782865.959451,'\0\0\0\0\0\0\0\0\0\0���D`o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11671,0.000000,1674784512.230796,'\0\0\0\0\0\0\0\0\0\0����W',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11672,0.000000,1674786414.395737,'\0\0\0\0\0\0\0\0\0\0��M�6�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11673,0.000000,1674788285.217430,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11674,0.000000,1674788911.896403,'\0\0\0\0\0\0\0\0\0\0��QF��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11675,0.000000,1674790750.111317,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11676,0.000000,1674791080.126187,'\0\0\0\0\0\0\0\0\0\0��3�	\Z',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11677,1674792325.094617,1674792324.766400,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=uploadFontIcon',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11678,1674792324.617662,1674792324.450500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/?post_ids=0%29+union+select+md5%28999999999%29%2Cnull%2Cnull+--+g&rest_route=%2Fpvc%2Fv1%2Fincrease%2F1',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twb3N0X2lkc10=\",\"paramValue\":\"MCkgdW5pb24gc2VsZWN0IG1kNSg5OTk5OTk5OTkpLG51bGwsbnVsbCAtLSBn\",\"path\":\"L2Zhdmljb24uaWNvLw==\",\"category\":\"sqli\",\"ssl\":1}'),(11679,1674792333.529348,1674792332.941200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3VzZXJfaWRd\",\"paramValue\":\"MTEgVU5JT04gQUxMIFNFTEVDVCBOVUxMLENPTkNBVCgxLG1kNSg5OTk5OTk5OTkpLDEpLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLS0gLQ==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11680,1674792332.458914,1674792331.232100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-upload-engine.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L2VlLXVwbG9hZC1lbmdpbmUucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11681,1674792332.308991,1674792331.742700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/?item_id=0+union+select+sleep%285%29+--+g&rest_route=%2Fwc%2Fv3%2Fwishlist%2Fremove_product%2F1',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpdGVtX2lkXQ==\",\"paramValue\":\"MCB1bmlvbiBzZWxlY3Qgc2xlZXAoNSkgLS0gZw==\",\"path\":\"L2Zhdmljb24uaWNvLw==\",\"category\":\"sqli\",\"ssl\":1}'),(11682,1674792331.864104,1674792331.193300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W29yZGVyX2lkXQ==\",\"paramValue\":\"MSBVTklPTiBBTEwgU0VMRUNUIE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsQ09OQ0FUKDB4NzE3YTc2NzY3MSwweDY4NTc0MTQxNmM0MzY2NTQ2OTRkNDQ2ZDQxNmY3MTdhNmI1NDcwNGE0NTdhNTA3NzU2NDY1MzYxNDk3MDY2NDE2NjY0NjY1NDY5NmU3MjRkLDB4NzE3MTc4NmI3MSksTlVMTC0tIC0=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11683,1674792331.718078,1674792331.119200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2919.83 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZV0=\",\"paramValue\":\"Mkt0U0tCODJKaGdJMzZva0l1MzdVZ3NVd1NGLnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9haXQtY3N2LWltcG9ydC1leHBvcnQvYWRtaW4vdXBsb2FkLWhhbmRsZXIucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11684,1674792330.650555,1674792330.322600,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=vtprd_product_search_ajax&term=aaa%27+union+select+1%2Csleep%286%29%2C3--+-',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0ZXJtXQ==\",\"paramValue\":\"YWFhJyB1bmlvbiBzZWxlY3QgMSxzbGVlcCg2KSwzLS0gLQ==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11685,1674792330.255249,1674792329.951500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_monthly_timetable&month=1+AND+%28SELECT+6881+FROM+%28SELECT%28SLEEP%286%29%29%29iEAn%29',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttb250aF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA2ODgxIEZST00gKFNFTEVDVChTTEVFUCg2KSkpaUVBbik=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11686,1674792330.079728,1674792329.877200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_question&question_id=1+AND+%28SELECT+7242+FROM+%28SELECT%28SLEEP%284%29%29%29HQYx%29',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1txdWVzdGlvbl9pZF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA3MjQyIEZST00gKFNFTEVDVChTTEVFUCg0KSkpSFFZeCk=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11687,1674792330.078352,1674792329.877200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2lkX2Zvcm1d\",\"paramValue\":\"MSBVTklPTiBBTEwgU0VMRUNUIE5VTEwsTlVMTCxtZDUoOTk5OTk5OTk5KSxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwtLSAt\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11688,1674792329.288358,1674792329.041500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/options-general.php?page=smartcode',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(11689,1674792329.056868,1674792328.888000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin.php?page=html2wp-settings',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbbG9jYWxfaW1wb3J0aW5nXVswXQ==\",\"paramValue\":\"Mkt0U0s5N01OY3VncmhNdHBaeGRaMXd1UHFqLnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"file_upload\",\"ssl\":1}'),(11690,1674792328.964344,1674792328.775100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjZmdd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9ncmFjZW1lZGlhLW1lZGlhLXBsYXllci90ZW1wbGF0ZXMvZmlsZXMvYWpheF9jb250cm9sbGVyLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11691,1674792327.238935,1674792327.099300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2762.73 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9ncmVzc2ZpbGVd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy91c2MtZS1zaG9wL2Z1bmN0aW9ucy9wcm9ncmVzcy1jaGVjay5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11692,1674792327.012065,1674792326.747700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/forum?subscribe_topic=1+union+select+1+and+sleep%286%29',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2866.71 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzdWJzY3JpYmVfdG9waWNd\",\"paramValue\":\"MSB1bmlvbiBzZWxlY3QgMSBhbmQgc2xlZXAoNik=\",\"path\":\"L2Zhdmljb24uaWNvL2ZvcnVt\",\"category\":\"sqli\",\"ssl\":1}'),(11693,1674792326.960926,1674792326.743700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=mec_load_single_page&time=1%29%29+UNION+SELECT+sleep%286%29+--+g',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aW1lXQ==\",\"paramValue\":\"MSkpIFVOSU9OIFNFTEVDVCBzbGVlcCg2KSAtLSBn\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11694,1674792326.893363,1674792326.673600,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy93ZWNoYXQtYnJvYWRjYXN0L3dlY2hhdC9JbWFnZS5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11695,1674792326.649930,1674792326.468500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php?action=ajax_get&clinic_id=%7B%22id%22%3A%221%22%7D&props_doctor_id=1%2C2%29+AND+%28SELECT+42+FROM+%28SELECT%28SLEEP%286%29%29%29b&route_name=get_doctor_details',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2656.18 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9wc19kb2N0b3JfaWRd\",\"paramValue\":\"MSwyKSBBTkQgKFNFTEVDVCA0MiBGUk9NIChTRUxFQ1QoU0xFRVAoNikpKWI=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11696,1674792326.517309,1674792326.238400,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2762.73 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZHJpdmVyX2xpY2Vuc2VfaW1hZ2UyXQ==\",\"paramValue\":\"Mkt0U0syRmhIckFTSWF0bG5TOTVtenB0UEowLnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11697,1674792326.513158,1674792326.314000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FycF90ZW1wbGF0ZV9pZF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA4OTQ4IEZST00gKFNFTEVDVChTTEVFUCg2KSkpaUlpYyk=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11698,1674792326.444696,1674792326.203000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2lkXVswXQ==\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCAzMjEgRlJPTSAoU0VMRUNUKFNMRUVQKDYpKSlqZSk=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11699,1674792326.376846,1674792326.200300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/cab-fare-calculator/tblight.php?controller=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00&action=1&ajax=1',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjb250cm9sbGVyXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZAA=\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9jYWItZmFyZS1jYWxjdWxhdG9yL3RibGlnaHQucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11700,1674792325.993536,1674792325.825500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-admin/admin-ajax.php','https://sleepingsolutions.co.uk:443/favicon.ico','Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2820.59 Safari/537.36','blocked:waf','Privilege Escalation via User Meta Updates','{\"learningMode\":0,\"failedRules\":\"370\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3dwX2NhcGFiaWxpdGllc11bYWRtaW5pc3RyYXRvcl0=\",\"paramValue\":\"MQ==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"priv-esc\",\"ssl\":1}'),(11701,1674792325.695689,1674792325.511500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-content/plugins/admin-word-count-column/download-csv.php?path=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%5C0',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZFww\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbnRlbnQvcGx1Z2lucy9hZG1pbi13b3JkLWNvdW50LWNvbHVtbi9kb3dubG9hZC1jc3YucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11702,1674792325.660686,1674792325.511500,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/favicon.ico/wp-comments-post.php',NULL,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbaW1hZ2Vd\",\"paramValue\":\"Mmt0c2s4ZmR3bGg3YW1hZXpxeHhsZHJmcHg5LnBocA==\",\"path\":\"L2Zhdmljb24uaWNvL3dwLWNvbW1lbnRzLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11703,0.000000,1674792700.157473,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11704,0.000000,1674793044.350603,'\0\0\0\0\0\0\0\0\0\0��/X=[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11705,0.000000,1674793599.199179,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11706,0.000000,1674795452.410265,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11707,1674795903.028258,1674795902.698800,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/simple-file-list/ee-upload-engine.php',NULL,'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L2VlLXVwbG9hZC1lbmdpbmUucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11708,1674795902.753809,1674795902.538700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W29yZGVyX2lkXQ==\",\"paramValue\":\"MSBVTklPTiBBTEwgU0VMRUNUIE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsQ09OQ0FUKDB4NzE3YTc2NzY3MSwweDY4NTc0MTQxNmM0MzY2NTQ2OTRkNDQ2ZDQxNmY3MTdhNmI1NDcwNGE0NTdhNTA3NzU2NDY1MzYxNDk3MDY2NDE2NjY0NjY1NDY5NmU3MjRkLDB4NzE3MTc4NmI3MSksTlVMTC0tIC0=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11709,1674795902.746241,1674795902.541100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=vtprd_product_search_ajax&term=aaa%27+union+select+1%2Csleep%286%29%2C3--+-',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0ZXJtXQ==\",\"paramValue\":\"YWFhJyB1bmlvbiBzZWxlY3QgMSxzbGVlcCg2KSwzLS0gLQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11710,1674795908.386877,1674795908.219900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36','blocked:waf','LFI: Local File Inclusion','{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2xpYl9wYXRoXQ==\",\"paramValue\":\"L2V0Yy9wYXNzd2Q=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(11711,1674795907.503080,1674795907.331900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2lkX2Zvcm1d\",\"paramValue\":\"MSBVTklPTiBBTEwgU0VMRUNUIE5VTEwsTlVMTCxtZDUoOTk5OTk5OTk5KSxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwtLSAt\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11712,1674795907.274361,1674795907.055400,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php','https://sleepingsolutions.co.uk:443/','Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:waf','User Registration, User Profiles, Login & Membership – ProfilePress (Formerly WP User Avatar) 3.0.0 - 3.1.3 - Unauthenticated Privilege Escalation','{\"learningMode\":0,\"failedRules\":\"369\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL3NsZWVwaW5nc29sdXRpb25zLmNvLnVrL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"priv-esc\",\"ssl\":1}'),(11713,1674795907.019651,1674795906.807800,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2lkXVswXQ==\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCAzMjEgRlJPTSAoU0VMRUNUKFNMRUVQKDYpKSlqZSk=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11714,1674795906.952310,1674795906.771200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=mec_load_single_page&time=1%29%29+UNION+SELECT+sleep%286%29+--+g',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aW1lXQ==\",\"paramValue\":\"MSkpIFVOSU9OIFNFTEVDVCBzbGVlcCg2KSAtLSBn\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11715,1674795906.889207,1674795906.696900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/cab-fare-calculator/tblight.php?controller=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00&action=1&ajax=1',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjb250cm9sbGVyXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZAA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYWItZmFyZS1jYWxjdWxhdG9yL3RibGlnaHQucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11716,1674795906.804697,1674795906.644800,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=ajax_get&clinic_id=%7B%22id%22%3A%221%22%7D&props_doctor_id=1%2C2%29+AND+%28SELECT+42+FROM+%28SELECT%28SLEEP%286%29%29%29b&route_name=get_doctor_details',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9wc19kb2N0b3JfaWRd\",\"paramValue\":\"MSwyKSBBTkQgKFNFTEVDVCA0MiBGUk9NIChTRUxFQ1QoU0xFRVAoNikpKWI=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11717,1674795906.729451,1674795906.575800,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/forum?subscribe_topic=1+union+select+1+and+sleep%286%29',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2820.59 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzdWJzY3JpYmVfdG9waWNd\",\"paramValue\":\"MSB1bmlvbiBzZWxlY3QgMSBhbmQgc2xlZXAoNik=\",\"path\":\"L2ZvcnVt\",\"category\":\"sqli\",\"ssl\":1}'),(11718,1674795906.638789,1674795906.428300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/options-general.php?page=smartcode',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(11719,1674795906.587237,1674795906.449300,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin.php?page=html2wp-settings',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbbG9jYWxfaW1wb3J0aW5nXVswXQ==\",\"paramValue\":\"Mkt0WloyZEVmV0hqUDBUSGFUTEVtbXBlRzU0LnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"file_upload\",\"ssl\":1}'),(11720,1674795906.560827,1674795906.376000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W2FycF90ZW1wbGF0ZV9pZF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA4OTQ4IEZST00gKFNFTEVDVChTTEVFUCg2KSkpaUlpYyk=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11721,1674795906.535542,1674795906.376200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZV0=\",\"paramValue\":\"Mkt0WlpOYWoxOWNRT2NEMEFHWWNJZUg5b1BhLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haXQtY3N2LWltcG9ydC1leHBvcnQvYWRtaW4vdXBsb2FkLWhhbmRsZXIucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11722,1674795906.430797,1674795905.981900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=uploadFontIcon',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11723,1674795905.812029,1674795905.598100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=get_monthly_timetable&month=1+AND+%28SELECT+6881+FROM+%28SELECT%28SLEEP%286%29%29%29iEAn%29',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttb250aF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA2ODgxIEZST00gKFNFTEVDVChTTEVFUCg2KSkpaUVBbik=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11724,1674795905.533439,1674795905.295900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twcm9ncmVzc2ZpbGVd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2MtZS1zaG9wL2Z1bmN0aW9ucy9wcm9ncmVzcy1jaGVjay5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11725,1674795905.043260,1674795904.888800,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWNoYXQtYnJvYWRjYXN0L3dlY2hhdC9JbWFnZS5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(11726,1674795904.753249,1674795904.518700,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/admin-word-count-column/download-csv.php?path=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%5C0',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2762.73 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZFww\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZG1pbi13b3JkLWNvdW50LWNvbHVtbi9kb3dubG9hZC1jc3YucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11727,1674795904.682428,1674795904.362100,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-comments-post.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2762.73 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbaW1hZ2Vd\",\"paramValue\":\"Mmt0emFvcWk4aDZzZmlwaXl4Z2Zhb21lenpsLnBocA==\",\"path\":\"L3dwLWNvbW1lbnRzLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11728,1674795904.681602,1674795904.362000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/?post_ids=0%29+union+select+md5%28999999999%29%2Cnull%2Cnull+--+g&rest_route=%2Fpvc%2Fv1%2Fincrease%2F1',NULL,'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twb3N0X2lkc10=\",\"paramValue\":\"MCkgdW5pb24gc2VsZWN0IG1kNSg5OTk5OTk5OTkpLG51bGwsbnVsbCAtLSBn\",\"path\":\"Lw==\",\"category\":\"sqli\",\"ssl\":1}'),(11729,1674795904.673374,1674795904.362000,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=get_question&question_id=1+AND+%28SELECT+7242+FROM+%28SELECT%28SLEEP%284%29%29%29HQYx%29',NULL,'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1txdWVzdGlvbl9pZF0=\",\"paramValue\":\"MSBBTkQgKFNFTEVDVCA3MjQyIEZST00gKFNFTEVDVChTTEVFUCg0KSkpSFFZeCk=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11730,1674795903.778524,1674795903.647200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZHJpdmVyX2xpY2Vuc2VfaW1hZ2UyXQ==\",\"paramValue\":\"Mkt0WlpTdWluVE1GT25LQXRvZ3NLZlpRRzBlLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11731,1674795903.537784,1674795903.404200,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/?item_id=0+union+select+sleep%285%29+--+g&rest_route=%2Fwc%2Fv3%2Fwishlist%2Fremove_product%2F1',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpdGVtX2lkXQ==\",\"paramValue\":\"MCB1bmlvbiBzZWxlY3Qgc2xlZXAoNSkgLS0gZw==\",\"path\":\"Lw==\",\"category\":\"sqli\",\"ssl\":1}'),(11732,1674795903.441885,1674795903.303600,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:waf','SQL Injection','{\"learningMode\":0,\"failedRules\":\"3\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3VzZXJfaWRd\",\"paramValue\":\"MTEgVU5JT04gQUxMIFNFTEVDVCBOVUxMLENPTkNBVCgxLG1kNSg5OTk5OTk5OTkpLDEpLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLE5VTEwsTlVMTCxOVUxMLS0gLQ==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"sqli\",\"ssl\":1}'),(11733,1674795903.415717,1674795903.287900,'\0\0\0\0\0\0\0\0\0\0���A��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tjZmdd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ncmFjZW1lZGlhLW1lZGlhLXBsYXllci90ZW1wbGF0ZXMvZmlsZXMvYWpheF9jb250cm9sbGVyLnBocA==\",\"category\":\"traversal\",\"ssl\":1}'),(11734,0.000000,1674796033.825380,'\0\0\0\0\0\0\0\0\0\0���;Rz',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11735,0.000000,1674797373.118338,'\0\0\0\0\0\0\0\0\0\0���w�/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11736,0.000000,1674798064.475906,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11737,0.000000,1674800802.145320,'\0\0\0\0\0\0\0\0\0\0����\0[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11738,0.000000,1674802150.710279,'\0\0\0\0\0\0\0\0\0\0���><t',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11739,0.000000,1674803033.637556,'\0\0\0\0\0\0\0\0\0\0��\\̊',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11740,0.000000,1674805333.218741,'\0\0\0\0\0\0\0\0\0\0���Y��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11741,0.000000,1674808032.276861,'\0\0\0\0\0\0\0\0\0\0���D`o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11742,0.000000,1674810567.492116,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11743,0.000000,1674810989.935361,'\0\0\0\0\0\0\0\0\0\0��M%��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11744,0.000000,1674811249.278393,'\0\0\0\0\0\0\0\0\0\0��B-�*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11745,0.000000,1674812506.738653,'\0\0\0\0\0\0\0\0\0\0��M�6�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11746,0.000000,1674812634.115237,'\0\0\0\0\0\0\0\0\0\0����W',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11747,0.000000,1674814752.597595,'\0\0\0\0\0\0\0\0\0\0��e�$',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11748,0.000000,1674814845.755589,'\0\0\0\0\0\0\0\0\0\0��Ү]',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11749,0.000000,1674815969.458712,'\0\0\0\0\0\0\0\0\0\0��y(�2',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11750,0.000000,1674818006.244693,'\0\0\0\0\0\0\0\0\0\0���7}x',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11751,0.000000,1674820508.702304,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11752,0.000000,1674821249.421763,'\0\0\0\0\0\0\0\0\0\0��ʬ�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11753,0.000000,1674827755.347919,'\0\0\0\0\0\0\0\0\0\0��x�E',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11754,0.000000,1674828325.307648,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11755,1674829618.275542,1674829618.148000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11756,1674829615.255094,1674829615.115400,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/x.php?1=system','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11757,1674829613.068653,1674829612.947200,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=..%2F..%2F..%2Fx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4veC5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL2luY2x1ZGVzL2JhcmNvZGUucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(11758,1674829610.351292,1674829610.209600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/html2wp/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11759,1674829608.070315,1674829607.944600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin.php?page=html2wp-settings','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11760,1674829605.818802,1674829605.690800,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/wp_live_chat/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11761,1674829603.709623,1674829603.586000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-json/wp_live_chat_support/v1/remote_upload','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11762,1674829601.612213,1674829601.453000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(11763,1674829599.630657,1674829599.467400,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11764,1674829596.614011,1674829596.495100,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11765,1674829594.677505,1674829594.542100,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11766,1674829592.554581,1674829592.434500,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11767,1674829590.437812,1674829590.318700,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(11768,1674829588.696106,1674829588.572000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11769,1674829586.794424,1674829586.631300,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11770,1674829584.502379,1674829584.377700,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11771,1674829582.269502,1674829582.146500,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11772,1674829580.109941,1674829579.988100,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11773,1674829577.602854,1674829577.480100,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-engine-module/wp-engine.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11774,1674829575.784591,1674829575.661300,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11775,1674829573.729086,1674829573.598000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11776,1674829571.764583,1674829571.637600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11777,1674829569.729195,1674829569.542100,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11778,1674829562.478164,1674829562.351100,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11779,1674829560.249391,1674829560.076600,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11780,1674829628.003668,1674829627.880900,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11781,1674829625.829413,1674829625.707000,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11782,1674829623.580325,1674829623.453300,'\0\0\0\0\0\0\0\0\0\0��g��3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=_ning_upload_image',NULL,'python-requests/2.28.1','blocked:waf','Adning Advertising <= 1.5.5 - Arbitrary File Upload and Arbitrary File Deletion','{\"learningMode\":0,\"failedRules\":\"260\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL3NsZWVwaW5nc29sdXRpb25zLmNvLnVrL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(11783,1674832946.926813,1674832946.687100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11784,1674832939.614091,1674832939.479800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11785,1674832936.037690,1674832935.891300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sid/sidwso.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11786,1674832931.829679,1674832931.682100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/bala.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11787,1674832922.839554,1674832922.692300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11788,1674832918.259071,1674832918.118000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11789,1674833403.045811,1674833402.904100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11790,1674833395.537721,1674833395.409600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11791,1674833391.760218,1674833391.618700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11792,1674833380.636016,1674833380.509600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11793,1674833376.724267,1674833376.550400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sid/sidwso.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11794,1674833366.978450,1674833366.833600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/bala.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11795,1674833357.594681,1674833357.469500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11796,1674833354.319480,1674833354.177800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11797,1674832956.321843,1674832956.197500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11798,1674832950.700804,1674832950.572800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11799,0.000000,1674836157.727038,'\0\0\0\0\0\0\0\0\0\0��-7O�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11800,0.000000,1674837332.466926,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11801,0.000000,1674838722.260252,'\0\0\0\0\0\0\0\0\0\0����C8',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11802,0.000000,1674839135.973842,'\0\0\0\0\0\0\0\0\0\0��C̈́',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11803,0.000000,1674843760.647676,'\0\0\0\0\0\0\0\0\0\0��3��)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11804,0.000000,1674845028.896081,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11805,0.000000,1674847548.613447,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11806,0.000000,1674848219.209075,'\0\0\0\0\0\0\0\0\0\0����x',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11807,0.000000,1674848318.259022,'\0\0\0\0\0\0\0\0\0\0��\"`��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11808,0.000000,1674850300.024325,'\0\0\0\0\0\0\0\0\0\0���t�M',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11809,1674850882.988455,1674850882.862300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/files/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11810,1674850882.668609,1674850882.543000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/files/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(11811,1674850882.187982,1674850882.061300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/files/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11812,1674850881.716210,1674850881.592300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11813,1674850881.212197,1674850881.089500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11814,1674850880.719063,1674850880.588100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9raW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11815,1674850880.222928,1674850880.074700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11816,1674850879.834311,1674850879.711900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11817,1674850879.162411,1674850879.000400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11818,1674850878.601165,1674850878.476900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11819,1674850877.693784,1674850877.532700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11820,1674850876.750625,1674850876.627300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(11821,1674850876.196777,1674850876.077100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11822,1674850875.782423,1674850875.608500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11823,1674850874.748527,1674850874.626700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11824,1674850874.054959,1674850873.934500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYWJydXppLnBocDQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11825,1674850873.406888,1674850873.285300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9raW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11826,1674850873.048294,1674850872.918100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11827,1674850872.355227,1674850872.230300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11828,1674850871.768651,1674850871.646700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11829,1674850871.229272,1674850871.103400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/king','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9raW5n\",\"category\":\"brute-force\",\"ssl\":1}'),(11830,1674850870.548518,1674850870.427100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11831,1674850870.185324,1674850870.022200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11832,1674850869.111821,1674850868.954600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11833,1674850868.716268,1674850868.592300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/king','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9raW5n\",\"category\":\"brute-force\",\"ssl\":1}'),(11834,1674850868.209365,1674850868.070700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy94by5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11835,1674850867.664765,1674850867.541500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11836,1674850867.182981,1674850867.062700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hYnJ1emkucGhwNA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11837,1674850866.675972,1674850866.556200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11838,1674850866.038820,1674850865.905800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11839,1674850865.605869,1674850865.477400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11840,1674850865.006758,1674850864.884400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11841,1674850864.476484,1674850864.354000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11842,1674850864.028132,1674850863.902900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=_ningupload_imageHTTP%2F1.1%27404','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11843,1674850863.649717,1674850863.530000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajaz.php?action=p3dlite_handleuploadHTTP%2F1.1404','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXoucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11844,1674850863.253253,1674850863.133600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/x.php?1=system','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11845,1674850862.869636,1674850862.749100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/includes/barccde.php?text=x1x1111x1xxlxx11','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL2luY2x1ZGVzL2JhcmNjZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11846,1674850862.540293,1674850862.417600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/html2wp/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11847,1674850861.716498,1674850861.572900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin.php?page=html2wp-settings','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11848,1674850860.714312,1674850860.590400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/wp_live_chat/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11849,1674850860.223724,1674850860.097800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-json/wp_live_chat_support/v1/remote_upload','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11850,1674850859.739361,1674850859.620300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajaz.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXoucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11851,1674850858.205486,1674850858.083900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11852,1674850857.585066,1674850857.462300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11853,1674850856.839453,1674850856.714500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11854,1674850855.992907,1674850855.873400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11855,1674850855.235070,1674850855.110400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(11856,1674850854.498251,1674850854.377400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11857,1674850853.708121,1674850853.587600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11858,1674850852.671133,1674850852.529000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/a57bze8931.phpHTTP/1.1404-/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHBIVFRQLzEuMTQwNC0v\",\"category\":\"brute-force\",\"ssl\":1}'),(11859,1674850851.579294,1674850851.452700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.phpHTTP/1.1404-www.google.com','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocEhUVFAvMS4xNDA0LXd3dy5nb29nbGUuY29t\",\"category\":\"brute-force\",\"ssl\":1}'),(11860,1674850850.663337,1674850850.540300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.phpHTTP/1.1','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhwSFRUUC8xLjE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11861,1674850849.820786,1674850849.694600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-engine-module/wp-engine.phpHTTP/1.1404-','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHBIVFRQLzEuMTQwNC0=\",\"category\":\"brute-force\",\"ssl\":1}'),(11862,1674850848.914510,1674850848.790200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/a57bze8931.phpHTTP/1.1','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhwSFRUUC8xLjE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11863,1674850848.107098,1674850847.985400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/ICptimize.php?rchkHTTP%2F1_1404-=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lDcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11864,1674850847.211122,1674850847.086200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/a57bze8931.phpHTTP/1.1\'','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocEhUVFAvMS4xJw==\",\"category\":\"brute-force\",\"ssl\":1}'),(11865,1674850845.965985,1674850845.846200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/pluginstioptimizations/Mptimizes.php?hamlorszd=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2luc3Rpb3B0aW1pemF0aW9ucy9NcHRpbWl6ZXMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11866,1674850845.005466,1674850844.860800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11867,1674850844.384007,1674850844.262100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGUvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11868,1674850843.293918,1674850843.171300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtY29tbWVudGluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11869,1674850842.612991,1674850842.488600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb21tZW50aW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11870,1674850842.114423,1674850841.990600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwL3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11871,1674850841.253579,1674850841.115700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/wp__config.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11872,1674850839.968659,1674850839.829500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp__config.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11873,1674850838.770512,1674850838.650100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-class.phpupload.phpwp-content/wp__config.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNsYXNzLnBocHVwbG9hZC5waHB3cC1jb250ZW50L3dwX19jb25maWcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11874,1674850837.535550,1674850837.390100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbW1lbnRpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11875,1674850836.479605,1674850836.353200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/files/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11876,1674850835.146138,1674850835.025000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11877,1674850833.953621,1674850833.832200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQveG8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11878,1674850832.915494,1674850832.792800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11879,1674850832.094478,1674850831.969800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11880,1674850831.448094,1674850830.880800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQveG8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11881,1674850830.267231,1674850830.143300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11882,1674850829.380091,1674850829.240200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocDQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11883,1674850828.473634,1674850828.318200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11884,1674850827.536338,1674850827.416600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/king.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11885,1674850826.938132,1674850826.813700,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/adruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvYWRydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11886,1674850825.976312,1674850825.851900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/adruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvYWRydXppLnBocDQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(11887,1674850824.861817,1674850824.715300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/adruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2FkcnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11888,1674850824.312050,1674850824.185000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11889,1674850823.369164,1674850823.241900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11890,1674850822.467506,1674850822.342900,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11891,1674850821.559777,1674850821.436000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/abruzi.php4','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),(11892,1674850820.491034,1674850820.361000,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-engine-module/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11893,1674850819.456621,1674850819.331500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/wp_live_chat/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11894,1674850818.239781,1674850818.091600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/lib/files/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL2ZpbGVzL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11895,1674850817.419720,1674850817.266500,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11896,1674850816.414939,1674850816.281400,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkveG8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11897,1674850815.447727,1674850815.321600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/files/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ZpbGVzL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11898,1674850814.719092,1674850814.554200,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/formcraft/file-upload/server/php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11899,1674850813.732172,1674850813.574100,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/xo.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL3hvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11900,1674850812.361438,1674850812.226600,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11901,1674850811.464151,1674850811.334800,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimizations/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11902,1674850810.681265,1674850810.532300,'\0\0\0\0\0\0\0\0\0\0��ˇ�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11903,0.000000,1674852659.298418,'\0\0\0\0\0\0\0\0\0\0�����0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11904,0.000000,1674852687.934131,'\0\0\0\0\0\0\0\0\0\0��/X�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11905,0.000000,1674855879.535611,'\0\0\0\0\0\0\0\0\0\0��QX5',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11906,1674856593.835435,1674856593.681300,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11907,1674856587.376816,1674856587.230300,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11908,0.000000,1674858774.212510,'\0\0\0\0\0\0\0\0\0\0��}��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11909,0.000000,1674860588.529304,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11910,0.000000,1674862112.433259,'\0\0\0\0\0\0\0\0\0\0����C8',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','loginFailInvalidUsername',NULL,NULL),(11911,0.000000,1674862876.093750,'\0\0\0\0\0\0\0\0\0\0��}��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11912,1674863864.762319,1674863864.639500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11913,1674863864.373376,1674863864.238300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11914,1674863863.964137,1674863863.832800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11915,1674863863.591168,1674863863.468400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11916,1674863863.198464,1674863863.045200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11917,1674863862.778821,1674863862.637900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11918,1674863862.299947,1674863862.175100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11919,1674863861.926014,1674863861.803400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11920,1674863861.503754,1674863861.372800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11921,1674863861.069305,1674863860.946900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11922,1674863860.687034,1674863860.529100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11923,1674863860.268571,1674863860.145800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11924,1674863859.867606,1674863859.746500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11925,1674863859.494501,1674863859.338400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11926,1674863859.074947,1674863858.955600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11927,1674863858.639011,1674863858.477200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11928,1674863858.230142,1674863858.102900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11929,1674863857.746768,1674863857.624700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11930,1674863857.349866,1674863857.227200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11931,1674863856.243603,1674863856.118600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11932,1674863855.452641,1674863855.330400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11933,1674863854.675371,1674863854.553000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11934,1674863853.892406,1674863853.768900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11935,1674863853.121529,1674863852.998200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11936,1674863852.385091,1674863852.203700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11937,1674863851.509592,1674863851.386600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11938,1674863850.685090,1674863850.525900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11939,1674863849.509241,1674863849.384500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11940,1674863848.750903,1674863848.591400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11941,1674863847.945795,1674863847.826200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11942,1674863846.907343,1674863846.778600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(11943,1674863846.118057,1674863845.994800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11944,1674863845.041871,1674863844.916300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11945,1674863844.315158,1674863844.191500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11946,1674863843.534016,1674863843.412300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11947,1674863842.747630,1674863842.625900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11948,1674863841.970544,1674863841.848100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11949,1674863841.124269,1674863841.001100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(11950,1674863840.363148,1674863840.214800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(11951,1674863839.573174,1674863839.416100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11952,1674863838.608370,1674863838.486400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11953,1674863837.882944,1674863837.761200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11954,1674863837.086852,1674863836.966200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11955,1674863836.328847,1674863836.206500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(11956,1674863835.518213,1674863835.361800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(11957,1674863834.742357,1674863834.621900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(11958,1674863833.885517,1674863833.755400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11959,1674863833.182095,1674863833.021100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11960,1674863832.395807,1674863832.242300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11961,1674863831.637889,1674863831.514100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11962,1674863830.117971,1674863829.995500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/xindex.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11963,1674863828.500509,1674863828.338900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11964,1674863827.602724,1674863827.460700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11965,1674863826.767423,1674863826.645000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11966,1674863825.207769,1674863825.088000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11967,1674863824.451223,1674863824.290400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11968,1674863824.027334,1674863823.865500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11969,1674863822.590107,1674863822.466900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11970,1674863821.844906,1674863821.722800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11971,1674863821.099816,1674863820.977100,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11972,1674863819.637502,1674863819.513000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/css.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11973,1674863816.245917,1674863816.121800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11974,1674863814.181896,1674863814.058000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11975,1674863813.376069,1674863813.247200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11976,1674863812.051885,1674863811.902600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11977,1674863798.153965,1674863798.033300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11978,1674863797.414169,1674863797.289800,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/qindex.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3FpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11979,1674863796.633365,1674863796.496500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11980,1674863795.424063,1674863795.275500,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/xmlrpcs.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htbHJwY3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11981,1674863794.667537,1674863794.543000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/xmrlpc.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11982,1674863793.917069,1674863793.795400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/old-index.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11983,1674863793.184202,1674863793.061700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11984,1674863792.442171,1674863792.322000,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/lock360.php?daksldlkdsadas=1','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xvY2szNjAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11985,1674863791.729279,1674863791.605600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11986,1674863786.301001,1674863786.179900,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11987,1674863785.514112,1674863785.391400,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(11988,1674863784.776878,1674863784.652300,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11989,1674863784.346025,1674863784.217200,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(11990,1674863783.569831,1674863783.439600,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11991,1674863782.978387,1674863782.803700,'\0\0\0\0\0\0\0\0\0\0���1',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(11992,0.000000,1674866927.215640,'\0\0\0\0\0\0\0\0\0\0���UI]',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11993,0.000000,1674869512.982488,'\0\0\0\0\0\0\0\0\0\0��M��&',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11994,0.000000,1674869593.199919,'\0\0\0\0\0\0\0\0\0\0����ț',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11995,0.000000,1674870124.016783,'\0\0\0\0\0\0\0\0\0\0���Tf',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11996,0.000000,1674870457.338230,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11997,0.000000,1674870899.008703,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11998,0.000000,1674871969.100268,'\0\0\0\0\0\0\0\0\0\0��gJ{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11999,0.000000,1674874555.722461,'\0\0\0\0\0\0\0\0\0\0����(�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12000,0.000000,1674874579.474268,'\0\0\0\0\0\0\0\0\0\0���kJ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12001,0.000000,1674876727.811579,'\0\0\0\0\0\0\0\0\0\0���G�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12002,0.000000,1674878486.706052,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12003,0.000000,1674879299.727499,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12004,0.000000,1674879675.072662,'\0\0\0\0\0\0\0\0\0\0���}	',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12005,0.000000,1674880283.863849,'\0\0\0\0\0\0\0\0\0\0����Џ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12006,0.000000,1674880651.627811,'\0\0\0\0\0\0\0\0\0\0��3Yb�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12007,0.000000,1674885031.779496,'\0\0\0\0\0\0\0\0\0\0��g��\r',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12008,0.000000,1674887208.433542,'\0\0\0\0\0\0\0\0\0\0��|�S',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12009,0.000000,1674887907.779100,'\0\0\0\0\0\0\0\0\0\0����a5',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12010,1674889475.237605,1674889475.080100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/user/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12011,1674889471.607802,1674889471.304300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/network/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(12012,1674889467.097383,1674889466.951400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/meta/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(12013,1674889438.572478,1674889438.451800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/uploads/images/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMvaW1hZ2VzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12014,1674889436.068227,1674889435.943300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/components/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbXBvbmVudHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12015,1674889432.536239,1674889432.379500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21vZHVsZXMvbW9kX3NpbXBsZWZpbGV1cGxvYWR2MS4zL2VsZW1lbnRzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12016,1674889429.971585,1674889429.840400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12017,1674889428.350209,1674889428.199300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12018,1674889422.649008,1674889422.478200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/images/slider/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2ltYWdlcy9zbGlkZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12019,1674889419.536595,1674889419.394900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/include/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luY2x1ZGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12020,1674889415.119679,1674889414.963400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/editor/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2VkaXRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12021,1674889409.325273,1674889409.201800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/files/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ZpbGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12022,1674889406.091322,1674889405.956400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/home/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2hvbWUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12023,1674889401.965653,1674889401.840600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload/image/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12024,1674889399.312080,1674889399.171600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12025,1674889395.282397,1674889395.159500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/assets/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12026,1674889391.600031,1674889391.480100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/images/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12027,1674889387.568228,1674889387.444700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12028,1674889384.204431,1674889384.078800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/Admin/uploads/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12029,1674889381.249409,1674889381.124300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/uploads/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12030,1674889377.465858,1674889377.340400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12031,1674889373.963171,1674889373.838300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/uploads/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12032,1674889370.621107,1674889370.495900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/acme-challenge/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12033,1674889367.956489,1674889367.816300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-knownold/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3dub2xkLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12034,1674889364.612880,1674889364.449700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12035,1674889361.278973,1674889361.136900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12036,1674889338.132735,1674889338.009100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12037,1674889334.587578,1674889334.460800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ninja-forms/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12038,1674889331.060240,1674889330.919700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12039,1674889326.988856,1674889326.846600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins-old/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy1vbGQv\",\"category\":\"brute-force\",\"ssl\":1}'),(12040,1674890171.459085,1674890171.307400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12041,1674890151.156647,1674890151.004100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/user/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12042,1674890146.619670,1674890146.486800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/network/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(12043,1674890143.164424,1674890143.017300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/meta/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(12044,1674890109.274775,1674890109.130700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/uploads/images/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMvaW1hZ2VzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12045,1674890103.932346,1674890103.803000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/components/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbXBvbmVudHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12046,1674890100.647760,1674890100.502300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/modules/mod_simplefileuploadv1.3/elements/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21vZHVsZXMvbW9kX3NpbXBsZWZpbGV1cGxvYWR2MS4zL2VsZW1lbnRzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12047,1674890095.592821,1674890095.451100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12048,1674890091.119728,1674890090.970900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12049,1674890086.668095,1674890086.524700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/images/slider/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2ltYWdlcy9zbGlkZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12050,1674890081.826320,1674890081.684000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/include/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luY2x1ZGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12051,1674890077.408725,1674890077.261200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/editor/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2VkaXRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12052,1674890072.709239,1674890072.563200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/files/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ZpbGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12053,1674890067.442190,1674890067.294800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/home/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2hvbWUv\",\"category\":\"brute-force\",\"ssl\":1}'),(12054,1674890062.083695,1674890061.936100,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload/image/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12055,1674890057.234772,1674890057.095600,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12056,1674890052.445046,1674890052.299800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/assets/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12057,1674890047.169801,1674890047.027000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/images/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12058,1674890042.486233,1674890042.342900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12059,1674890037.321456,1674890037.180200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/Admin/uploads/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12060,1674890033.200426,1674890033.079700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/uploads/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12061,1674890029.656831,1674890029.496900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12062,1674890025.958787,1674890025.815200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/uploads/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12063,1674890022.244775,1674890022.104200,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/acme-challenge/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12064,1674890018.266010,1674890018.132800,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-knownold/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3dub2xkLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12065,1674890014.462028,1674890014.311000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12066,1674890012.464197,1674890012.318300,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12067,1674889980.249483,1674889980.094900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12068,1674889975.723946,1674889975.579900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ninja-forms/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12069,1674889972.299840,1674889972.174400,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/classic/inc/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12070,1674889968.890554,1674889968.746900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins-old/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy1vbGQv\",\"category\":\"brute-force\",\"ssl\":1}'),(12071,1674889497.818073,1674889497.655500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12072,0.000000,1674890448.451038,'\0\0\0\0\0\0\0\0\0\0��-T^',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12073,0.000000,1674890634.801645,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12074,0.000000,1674891193.313506,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12075,0.000000,1674891564.607261,'\0\0\0\0\0\0\0\0\0\0��$[d�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12076,0.000000,1674898216.169398,'\0\0\0\0\0\0\0\0\0\0��Ú��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12077,0.000000,1674899721.449465,'\0\0\0\0\0\0\0\0\0\0��^��0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12078,0.000000,1674900522.318845,'\0\0\0\0\0\0\0\0\0\0��SE�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12079,0.000000,1674900640.005005,'\0\0\0\0\0\0\0\0\0\0��\"`��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12080,0.000000,1674900697.149852,'\0\0\0\0\0\0\0\0\0\0��p��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12081,0.000000,1674901824.550769,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12082,0.000000,1674902667.065608,'\0\0\0\0\0\0\0\0\0\0��^��0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12083,0.000000,1674902966.270857,'\0\0\0\0\0\0\0\0\0\0��-W*U',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12084,0.000000,1674904400.690543,'\0\0\0\0\0\0\0\0\0\0���#4�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12085,1674906789.036199,1674906788.888300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12086,1674906753.266938,1674906753.120700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12087,1674906724.375110,1674906724.233000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12088,1674906648.435786,1674906648.281700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12089,1674906578.456276,1674906578.283700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12090,1674906578.045489,1674906577.902300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12091,1674906544.971351,1674906544.823000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12092,1674906536.745661,1674906536.548700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12093,1674905854.239091,1674905854.086700,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/spamtask/chart/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zcGFtdGFzay9jaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12094,1674907591.251583,1674907591.086600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12095,1674907545.766116,1674907545.618700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12096,1674907292.572427,1674907292.427000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12097,1674907227.600302,1674907227.460100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12098,1674907171.457212,1674907171.301400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12099,1674907147.651703,1674907147.508100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12100,1674908254.286656,1674908254.140700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12101,1674908243.043472,1674908242.902300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12102,1674908222.415778,1674908222.265000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12103,1674908002.976298,1674908002.824600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12104,1674907692.522551,1674907692.359000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12105,1674907692.084496,1674907691.910600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12106,1674907607.944852,1674907607.795700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12107,0.000000,1674908399.456296,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12108,1674909065.590927,1674909065.447900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12109,1674909064.890816,1674909064.747400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12110,1674909064.089360,1674909063.960300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12111,1674909063.379832,1674909063.260700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12112,1674909062.709164,1674909062.586800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12113,1674909061.983368,1674909061.859700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12114,1674909061.310996,1674909061.190400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12115,1674909060.631588,1674909060.510900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12116,1674909059.955222,1674909059.830400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12117,1674909059.279666,1674909059.155100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12118,1674909058.607400,1674909058.487800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12119,1674909057.921938,1674909057.790300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12120,1674909057.216625,1674909057.096300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12121,1674909056.543753,1674909056.388900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12122,1674909055.830066,1674909055.689700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12123,1674909055.108167,1674909054.983000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12124,1674909054.386262,1674909054.264600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12125,1674909053.716845,1674909053.595100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12126,1674909053.027362,1674909052.900500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12127,1674909052.340662,1674909052.186700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12128,1674909051.607889,1674909051.464900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12129,1674909050.913160,1674909050.786900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12130,1674909048.245949,1674909048.108500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12131,1674909047.528185,1674909047.404000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12132,1674909046.745198,1674909046.621300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12133,1674909045.991610,1674909045.862600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12134,1674909045.240248,1674909045.096000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12135,1674909014.815236,1674909014.668900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12136,1674908956.653845,1674908956.513200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12137,1674908918.142315,1674908917.997400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12138,1674908859.514750,1674908859.337900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12139,1674908819.523236,1674908819.357600,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12140,1674909215.797047,1674909215.675700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12141,1674909215.514238,1674909215.390700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12142,1674909215.230464,1674909215.102900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12143,1674909214.942423,1674909214.817000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12144,1674909214.656478,1674909214.529100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12145,1674909214.367432,1674909214.239200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12146,1674909214.075927,1674909213.949300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12147,1674909213.788869,1674909213.639500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12148,1674909213.476405,1674909213.338600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12149,1674909213.177458,1674909213.058700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12150,1674909212.899029,1674909212.739700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12151,1674909212.578671,1674909212.458100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12152,1674909212.295301,1674909212.151200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12153,1674909211.988047,1674909211.853700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12154,1674909211.692455,1674909211.536000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12155,1674909211.372099,1674909211.209300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12156,1674909211.046373,1674909210.924100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12157,1674909210.690810,1674909210.562700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12158,1674909210.329064,1674909210.178300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12159,0.000000,1674915949.472453,'\0\0\0\0\0\0\0\0\0\0����/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12160,0.000000,1674916502.341155,'\0\0\0\0\0\0\0\0\0\0��ν��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12161,0.000000,1674917440.680251,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12162,0.000000,1674917588.720385,'\0\0\0\0\0\0\0\0\0\0���><t',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12163,0.000000,1674918992.312143,'\0\0\0\0\0\0\0\0\0\0����C8',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12164,0.000000,1674919761.362126,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12165,0.000000,1674921828.583924,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12166,0.000000,1674922813.817791,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12167,0.000000,1674924020.747268,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12168,1674924030.647485,1674924030.523600,'\0\0\0\0\0\0\0\0\0\0��]�[�',0,403,0,0,0,'https://sleepingsolutions.co.uk/','http://sleepingsolutions.co.uk/','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 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}'),(12169,1674924030.281453,1674924030.155100,'\0\0\0\0\0\0\0\0\0\0��]�[�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ads.txt','http://sleepingsolutions.co.uk/ads.txt','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fkcy50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12170,1674924029.951427,1674924029.823500,'\0\0\0\0\0\0\0\0\0\0��]�[�',0,403,0,0,0,'https://sleepingsolutions.co.uk/humans.txt','http://sleepingsolutions.co.uk/humans.txt','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2h1bWFucy50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12171,1674924029.586986,1674924029.439200,'\0\0\0\0\0\0\0\0\0\0��]�[�',0,403,0,0,0,'https://sleepingsolutions.co.uk/robots.txt','http://sleepingsolutions.co.uk/robots.txt','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3JvYm90cy50eHQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12172,1674926181.938430,1674926181.813700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12173,1674926181.216583,1674926181.095600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12174,1674926178.651654,1674926178.528200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/WordPress/wp-admin/includes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L1dvcmRQcmVzcy93cC1hZG1pbi9pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12175,1674926177.165282,1674926177.018900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/blog/wp-includes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Jsb2cvd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12176,1674926176.314133,1674926176.192100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-includes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12177,1674926175.564284,1674926175.424700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-content/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12178,1674926174.908012,1674926174.752200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/assets/images/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy9pbWFnZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12179,1674926174.230987,1674926174.074300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12180,1674926173.260413,1674926173.115200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(12181,1674926172.729295,1674926172.576000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload/image/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12182,1674926171.633650,1674926171.500800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12183,1674926167.854659,1674926167.719800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/user/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(12184,1674926167.000096,1674926166.869700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/network/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(12185,1674926166.444252,1674926166.303500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/meta/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(12186,1674926150.957006,1674926150.828700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12187,1674926149.103492,1674926148.978500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wordpress/wp-admin/includes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmRwcmVzcy93cC1hZG1pbi9pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(12188,1674926148.431995,1674926148.305300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12189,1674926146.976851,1674926146.856500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/vendor/phpunit/phpunit/src/Util/PHP/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12190,1674926146.460033,1674926146.335900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/vendor/phpunit/phpunit/src/Util/PHP/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12191,1674926145.802610,1674926145.670600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgi-bin/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NnaS1iaW4v\",\"category\":\"brute-force\",\"ssl\":1}'),(12192,1674926145.075690,1674926144.934800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/acme-challenge/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12193,1674926144.445991,1674926144.267300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/pki-validation/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duL3BraS12YWxpZGF0aW9uLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12194,1674926143.592051,1674926143.449400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12195,0.000000,1674927982.482927,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12196,0.000000,1674928169.041413,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12197,0.000000,1674931447.062384,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12198,0.000000,1674931660.774717,'\0\0\0\0\0\0\0\0\0\0��3�#F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12199,0.000000,1674931714.715413,'\0\0\0\0\0\0\0\0\0\0��SE�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12200,1674932773.729720,1674932773.597400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12201,1674932771.851239,1674932771.721300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12202,1674932770.533101,1674932770.403200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12203,1674932769.491063,1674932769.356700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12204,1674932768.701380,1674932768.569500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12205,1674932768.023678,1674932767.896000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12206,1674932767.311206,1674932767.172000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12207,1674932766.436667,1674932766.305700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12208,1674932765.148022,1674932765.002100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12209,1674932764.272462,1674932764.139800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12210,1674932762.387903,1674932762.257700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12211,1674932758.320244,1674932758.189900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12212,1674932757.590923,1674932757.443800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12213,1674932754.372018,1674932754.201800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12214,1674932751.854384,1674932751.731900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12215,1674932750.473515,1674932750.341300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12216,1674932749.807253,1674932749.675400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12217,1674932748.092890,1674932747.965400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12218,1674932747.261888,1674932747.134800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12219,1674932746.163801,1674932746.039200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12220,1674932736.809955,1674932736.678100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12221,1674932733.729320,1674932733.603800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12222,1674932733.049715,1674932732.874200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12223,1674932732.125868,1674932731.989400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12224,1674932728.116240,1674932727.987800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12225,1674932726.824075,1674932726.690200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12226,1674932724.839265,1674932724.698000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12227,1674932723.381869,1674932723.214900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12228,1674932721.747359,1674932721.614300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12229,1674932721.342909,1674932721.215000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12230,1674932719.981166,1674932719.849700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12231,1674932719.207928,1674932719.052000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12232,1674931907.000847,1674931906.861800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12233,1674931906.554528,1674931906.430800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12234,1674931906.327913,1674931906.204100,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12235,1674931905.893584,1674931905.764100,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12236,1674931905.553527,1674931905.432100,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12237,1674931905.061519,1674931904.897700,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12238,1674931904.559972,1674931904.438300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12239,1674931904.268204,1674931904.143000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12240,1674931903.952474,1674931903.814300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12241,1674931903.574080,1674931903.448200,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12242,1674931903.184767,1674931903.043800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12243,1674931902.913112,1674931902.784600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12244,1674931902.587003,1674931902.460400,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12245,1674931902.245854,1674931902.122300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12246,1674931901.927735,1674931901.802300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12247,1674931901.630169,1674931901.508200,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12248,1674931901.336163,1674931901.214200,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12249,1674931900.244266,1674931900.120400,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12250,1674931899.864341,1674931899.739500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12251,1674931899.295413,1674931899.174000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12252,1674931897.581882,1674931897.456100,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12253,1674931896.899399,1674931896.775800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12254,1674931896.194791,1674931896.072200,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12255,1674931895.035105,1674931894.914300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12256,1674931894.452906,1674931894.329600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12257,1674931893.778868,1674931893.619600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12258,1674931893.314247,1674931893.164600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12259,1674931892.060643,1674931891.929400,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12260,1674931891.417256,1674931891.228200,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12261,1674931889.926446,1674931889.804000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12262,1674931889.028717,1674931888.897100,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12263,1674931887.439980,1674931887.316800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12264,1674931886.236807,1674931886.112300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12265,1674931885.392464,1674931885.271300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12266,1674931884.311077,1674931884.150000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12267,1674931883.701839,1674931883.580300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12268,1674931882.772762,1674931882.651300,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12269,1674931881.787968,1674931881.667500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12270,1674931881.097057,1674931880.940600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12271,1674931879.048184,1674931878.920800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12272,1674931877.865427,1674931877.743900,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12273,1674931876.992344,1674931876.832800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12274,1674931875.738206,1674931875.613500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12275,1674931874.346314,1674931874.224500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12276,1674931873.441686,1674931873.315900,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12277,1674931872.636598,1674931872.476200,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12278,1674931871.658049,1674931871.526900,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12279,1674931870.902785,1674931870.776900,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12280,1674931869.617855,1674931869.428000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12281,1674931868.750647,1674931868.621400,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12282,1674931865.481302,1674931865.356800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12283,1674931864.724944,1674931864.585000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12284,1674931863.742145,1674931863.589600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12285,1674931862.184774,1674931862.063100,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12286,1674931861.600410,1674931861.478000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12287,1674931861.160548,1674931861.038000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12288,1674931859.763204,1674931859.642000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12289,1674931858.955408,1674931858.832500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12290,1674931858.123192,1674931857.999700,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12291,1674931852.905595,1674931852.781500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12292,1674931849.462076,1674931849.335000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12293,1674931848.697351,1674931848.564000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12294,1674931847.711061,1674931847.591400,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12295,1674931844.183469,1674931844.065000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12296,1674931843.048416,1674931842.916400,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12297,1674931839.027150,1674931838.901600,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12298,1674931838.157482,1674931838.014500,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12299,1674931837.495444,1674931837.364900,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12300,1674931836.851884,1674931836.721900,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12301,1674931833.159951,1674931833.013000,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12302,1674931818.708679,1674931818.529800,'\0\0\0\0\0\0\0\0\0\0���돞',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12303,1674932859.877349,1674932859.754200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12304,1674932858.007798,1674932857.857300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12305,1674932857.435340,1674932857.309200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12306,1674932856.872274,1674932856.747700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12307,1674932856.342038,1674932856.209200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12308,1674932855.775713,1674932855.632500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12309,1674932855.284730,1674932855.147700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12310,1674932854.623661,1674932854.496400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12311,1674932854.043703,1674932853.892500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12312,1674932853.500421,1674932853.376400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12313,1674932852.808897,1674932852.681700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12314,1674932852.299803,1674932852.170100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12315,1674932851.707250,1674932851.579500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12316,1674932850.807373,1674932850.678500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12317,1674932850.307212,1674932850.180500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12318,1674932849.811554,1674932849.625400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12319,1674932848.813181,1674932848.668400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12320,1674932847.674072,1674932847.546600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12321,1674932847.071579,1674932846.908200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12322,1674932845.499534,1674932845.371900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12323,1674932844.128895,1674932844.002200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12324,1674932843.222592,1674932843.098600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12325,1674932842.057345,1674932841.927700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12326,1674932840.896632,1674932840.768200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12327,1674932840.516341,1674932840.380200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12328,1674932838.428751,1674932838.303200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12329,1674932837.352196,1674932837.219400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12330,1674932836.195113,1674932836.058100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12331,1674932834.662129,1674932834.534100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12332,1674932833.264874,1674932833.124100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12333,1674932832.311941,1674932832.153900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12334,1674932831.260294,1674932831.106100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12335,1674932830.197242,1674932830.063600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12336,1674932829.178008,1674932829.037700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12337,1674932828.397755,1674932828.268600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12338,1674932825.907324,1674932825.781100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12339,1674932824.602816,1674932824.456000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12340,1674932820.770194,1674932820.608800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12341,1674932808.998283,1674932808.855500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12342,0.000000,1674933296.245333,'\0\0\0\0\0\0\0\0\0\0��E76w',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12343,0.000000,1674934459.008983,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12344,0.000000,1674934580.646288,'\0\0\0\0\0\0\0\0\0\0��.i',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12345,0.000000,1674934770.075288,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12346,0.000000,1674936416.018521,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12347,0.000000,1674937656.557204,'\0\0\0\0\0\0\0\0\0\0��Ƕ��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12348,0.000000,1674937851.648255,'\0\0\0\0\0\0\0\0\0\0��3�#F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12349,0.000000,1674937991.935655,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12350,0.000000,1674940641.463460,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12351,0.000000,1674940667.549681,'\0\0\0\0\0\0\0\0\0\0����Y',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12352,0.000000,1674943507.823585,'\0\0\0\0\0\0\0\0\0\0����7�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12353,0.000000,1674943590.308965,'\0\0\0\0\0\0\0\0\0\0��V0\Z�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12354,0.000000,1674945264.275443,'\0\0\0\0\0\0\0\0\0\0��/X�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12355,0.000000,1674945545.008205,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12356,0.000000,1674946132.268450,'\0\0\0\0\0\0\0\0\0\0��3O�)',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12357,0.000000,1674949103.148798,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12358,0.000000,1674949965.634536,'\0\0\0\0\0\0\0\0\0\0����ț',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12359,0.000000,1674950622.587312,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12360,1674951590.815425,1674951590.659000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12361,1674951515.863536,1674951515.719700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12362,1674951498.671330,1674951498.516000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12363,1674953206.684455,1674953206.545500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12364,1674953192.654753,1674953192.511400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12365,1674953177.234833,1674953177.084800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12366,1674953158.542132,1674953158.401600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12367,1674953139.632293,1674953139.487900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12368,1674953116.226456,1674953116.085800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12369,1674953097.488105,1674953097.330100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12370,1674953080.747171,1674953080.602300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12371,1674953070.123850,1674953069.975900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12372,1674953020.015716,1674953019.858700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12373,1674952998.086894,1674952997.940300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12374,1674952975.377876,1674952975.232000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12375,1674952935.833447,1674952935.661400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12376,1674952906.270105,1674952906.119300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12377,1674952889.531165,1674952889.375400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12378,1674952838.305467,1674952838.126700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12379,1674952810.452668,1674952810.305300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12380,1674952750.489321,1674952750.349000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12381,1674952550.715745,1674952550.572400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12382,1674952402.413433,1674952402.272500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12383,1674952181.427797,1674952181.260200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12384,1674952022.303280,1674952022.161200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12385,1674951984.219113,1674951984.075900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12386,0.000000,1674953218.457492,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12387,1674953862.262230,1674953862.117100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12388,1674953847.845256,1674953847.704600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12389,1674953833.624458,1674953833.480700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12390,1674953818.769208,1674953818.628800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12391,1674953803.846789,1674953803.704500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12392,1674953786.725214,1674953786.565600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12393,1674953772.208705,1674953772.031400,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12394,1674953755.697705,1674953755.558200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12395,1674953739.982791,1674953739.839800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12396,1674953725.448725,1674953725.303200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12397,1674953710.649994,1674953710.506600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12398,1674953694.670617,1674953694.510200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12399,1674953680.545144,1674953680.399700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12400,1674953664.845810,1674953664.693500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12401,1674953648.834832,1674953648.654500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12402,1674953631.191223,1674953631.039200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12403,1674953615.013019,1674953614.870600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12404,1674953598.805636,1674953598.662900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12405,1674953581.298420,1674953581.140700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12406,1674953564.010078,1674953563.868600,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12407,1674953547.223943,1674953547.081800,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12408,1674953532.389434,1674953532.230500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12409,1674953516.397442,1674953516.243200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12410,1674953498.492031,1674953498.349100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12411,1674953485.020055,1674953484.879900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12412,1674953470.201939,1674953470.054000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12413,1674953454.806959,1674953454.663100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12414,1674953438.759431,1674953438.615900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12415,1674953423.585668,1674953423.436000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12416,1674953407.667904,1674953407.521900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12417,1674953391.033033,1674953390.883300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12418,1674953371.224799,1674953371.081000,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12419,1674953355.991941,1674953355.845200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12420,1674953345.073764,1674953344.931900,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12421,1674953326.367114,1674953326.219100,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12422,1674953308.882580,1674953308.738700,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12423,1674953297.819347,1674953297.671200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12424,1674953279.523124,1674953279.380500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12425,1674953261.590287,1674953261.445300,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12426,1674953243.242449,1674953243.097500,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12427,1674953226.525194,1674953226.357200,'\0\0\0\0\0\0\0\0\0\0��\rZ)�',0,403,0,0,0,'https://sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12428,0.000000,1674955093.251753,'\0\0\0\0\0\0\0\0\0\0��_;\Z	',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12429,0.000000,1674959148.494085,'\0\0\0\0\0\0\0\0\0\0��a��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12430,0.000000,1674960989.187938,'\0\0\0\0\0\0\0\0\0\0��.e�\"',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12431,0.000000,1674961953.453428,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12432,0.000000,1674962470.509215,'\0\0\0\0\0\0\0\0\0\0����|�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12433,0.000000,1674964706.429505,'\0\0\0\0\0\0\0\0\0\0��-T^',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12434,0.000000,1674967161.437310,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36 HubSpot Webcrawler - web-crawlers@hubspot.com','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12435,0.000000,1674967454.309556,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12436,0.000000,1674973072.457781,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12437,0.000000,1674975620.077382,'\0\0\0\0\0\0\0\0\0\0���uR',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12438,0.000000,1674976767.749259,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12439,0.000000,1674977184.689262,'\0\0\0\0\0\0\0\0\0\0���Vc',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12440,1674977553.336962,1674977553.193300,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12441,1674977528.627202,1674977528.224900,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12442,1674977425.610603,1674977425.468500,'\0\0\0\0\0\0\0\0\0\0��e�q�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12443,1674977397.278182,1674977397.133700,'\0\0\0\0\0\0\0\0\0\0��e�q�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12444,0.000000,1674979202.789164,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12445,0.000000,1674980362.242781,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12446,0.000000,1674980914.450970,'\0\0\0\0\0\0\0\0\0\0��/�|N',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12447,0.000000,1674981946.296221,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12448,0.000000,1674983482.045100,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12449,0.000000,1674984896.348730,'\0\0\0\0\0\0\0\0\0\0��\\̊',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12450,0.000000,1674988458.810580,'\0\0\0\0\0\0\0\0\0\0��#�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12451,0.000000,1674991201.746618,'\0\0\0\0\0\0\0\0\0\0��[�C',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12452,0.000000,1674991348.722804,'\0\0\0\0\0\0\0\0\0\0��6$��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12453,0.000000,1674992791.107717,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12454,0.000000,1674993173.579900,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://sleepingsolutions.co.uk/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(12455,0.000000,1674993683.001017,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12456,0.000000,1674994436.968428,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12457,0.000000,1674994592.080724,'\0\0\0\0\0\0\0\0\0\0��/X=[',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12458,0.000000,1674995080.049113,'\0\0\0\0\0\0\0\0\0\0��\\̀a',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12459,0.000000,1674996351.857590,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12460,1674996716.374240,1674996716.237400,'\0\0\0\0\0\0\0\0\0\0���+�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal (Requesting wp-config.php)','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"traversal\",\"ssl\":1}'),(12461,0.000000,1674996726.114941,'\0\0\0\0\0\0\0\0\0\0���H�#',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12462,0.000000,1674997528.161425,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12463,1674998293.655993,1674998293.513800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12464,1674998273.715418,1674998273.571400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12465,1674998267.674126,1674998267.523400,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seo-spy-google-wordpress-plugin/ofc/php-ofc-library/ofc_upload_image.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8tc3B5LWdvb2dsZS13b3JkcHJlc3MtcGx1Z2luL29mYy9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12466,1674998262.572542,1674998262.431500,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12467,1674998233.100864,1674998232.951800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12468,1674998215.929766,1674998215.772200,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sid/sidwso.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12469,1674998198.333878,1674998198.186800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/bala.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12470,1674998117.297370,1674998117.131000,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12471,1674998106.390399,1674998106.242800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12472,0.000000,1674998328.948149,'\0\0\0\0\0\0\0\0\0\0���wQm',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12473,0.000000,1675000846.911206,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12474,1675001419.494362,1675001419.319400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12475,1675001418.950479,1675001418.801400,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12476,0.000000,1675001579.133124,'\0\0\0\0\0\0\0\0\0\0��@�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12477,1675003851.636621,1675003851.464900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/ccx/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NjeC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12478,1675003841.778212,1675003841.607800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ccx/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jY3gvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12479,1675003805.527057,1675003805.329600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12480,1675003795.189334,1675003795.038100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12481,0.000000,1675003856.746327,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12482,0.000000,1675004742.205518,'\0\0\0\0\0\0\0\0\0\0��-xEy',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12483,0.000000,1675006732.552265,'\0\0\0\0\0\0\0\0\0\0��gH�	',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12484,0.000000,1675008022.922721,'\0\0\0\0\0\0\0\0\0\0���Y��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12485,0.000000,1675011322.407110,'\0\0\0\0\0\0\0\0\0\0��*Ȼ,',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12486,0.000000,1675011324.438236,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12487,0.000000,1675013073.774572,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12488,0.000000,1675013564.493518,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12489,0.000000,1675014179.444331,'\0\0\0\0\0\0\0\0\0\0��QX5/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12490,0.000000,1675015693.087320,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12491,0.000000,1675017336.324909,'\0\0\0\0\0\0\0\0\0\0���<��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12492,0.000000,1675019683.756350,'\0\0\0\0\0\0\0\0\0\0��\"KA�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12493,1675021940.677680,1675021940.545600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12494,1675021940.677540,1675021940.545600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/mstore-api/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12495,1675021947.249147,1675021947.110000,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12496,1675021947.249021,1675021947.110000,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12497,1675021975.758957,1675021975.622400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12498,1675021975.758838,1675021975.622400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpcargo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12499,1675021981.807619,1675021981.671800,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12500,1675021981.807496,1675021981.671800,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/vc-tabs/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12501,1675021998.490264,1675021998.364100,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12502,1675021998.490138,1675021998.364100,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/shortcode-addons/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12503,1675021993.161973,1675021993.025200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12504,1675021993.161848,1675021993.025200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/capability-manager-enhanced/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12505,1675022026.590408,1675022026.454100,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12506,1675022026.590285,1675022026.454100,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-upg/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12507,1675022048.788531,1675022048.618700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12508,1675022048.788407,1675022048.618700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ninja-forms/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12509,1675022032.600189,1675022032.464700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12510,1675022032.600068,1675022032.464700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-booking/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12511,1675022075.672574,1675022075.469600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12512,1675022075.672418,1675022075.469600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/jobboardwp/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12513,1675022092.600016,1675022092.450600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12514,1675022092.599888,1675022092.450600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-donations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12515,1675022098.799910,1675022098.652700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12516,1675022098.799783,1675022098.652700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12517,1675022135.782833,1675022135.647300,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12518,1675022135.782709,1675022135.647300,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wp-file-manager/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12519,1675022125.628505,1675022125.466400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12520,1675022125.628317,1675022125.466400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/listingo/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12521,1675022163.379914,1675022163.138600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12522,1675022163.379741,1675022163.138600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/capabilities-pro/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12523,1675022174.794507,1675022174.658200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12524,1675022174.794345,1675022174.658200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12525,1675022169.367597,1675022169.232300,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12526,1675022169.367472,1675022169.232300,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12527,1675022180.881877,1675022180.743200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12528,1675022180.881708,1675022180.743200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/woo-product-table/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12529,1675022203.531484,1675022203.389700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12530,1675022203.531365,1675022203.389700,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sitemap-by-click5/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12531,1675022192.418953,1675022192.248400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12532,1675022192.418832,1675022192.248400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-learning/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12533,1675022220.746211,1675022220.603800,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12534,1675022220.746087,1675022220.603800,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/armember-membership/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12535,1675022232.693991,1675022232.555200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12536,1675022232.693825,1675022232.555200,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ultimate-member/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12537,1675022226.937241,1675022226.801600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12538,1675022226.937075,1675022226.801600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-shortcodes/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12539,0.000000,1675022278.376840,'\0\0\0\0\0\0\0\0\0\0��\'l�X',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12540,1675022283.132199,1675022283.010900,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12541,1675022283.132092,1675022283.010900,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ulisting/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12542,1675022305.507217,1675022305.368500,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12543,1675022305.507094,1675022305.368500,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/alphabetic-pagination/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12544,1675022289.452356,1675022289.315400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12545,1675022289.452189,1675022289.315400,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/membership-for-woocommerce/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12546,1675022317.104812,1675022316.969900,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12547,1675022317.104688,1675022316.969900,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/image-hover-effects-ultimate/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12548,1675022323.248519,1675022323.081500,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12549,1675022323.248395,1675022323.081500,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/nd-restaurant-reservations/readme.txt','https://www.google.com/search?','Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12550,1675022350.040316,1675022349.876600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12551,1675022350.040173,1675022349.876600,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/booking-calendar/readme.txt','https://www.google.com/search?','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(12552,0.000000,1675022711.246767,'\0\0\0\0\0\0\0\0\0\0��gJy',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12553,0.000000,1675024182.940117,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12554,0.000000,1675024603.635196,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12555,0.000000,1675024893.677413,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12556,0.000000,1675025701.203910,'\0\0\0\0\0\0\0\0\0\0��^��0',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12557,0.000000,1675027432.951342,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12558,0.000000,1675027481.577568,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12559,0.000000,1675027598.816443,'\0\0\0\0\0\0\0\0\0\0���8',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12560,1675027849.521518,1675027849.376100,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12561,1675027806.967459,1675027806.817000,'\0\0\0\0\0\0\0\0\0\0��Jо�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12562,0.000000,1675030561.008084,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12563,0.000000,1675031876.636970,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12564,0.000000,1675032091.310953,'\0\0\0\0\0\0\0\0\0\0���7}x',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12565,1675034178.956235,1675034178.815800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/shells.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12566,1675034176.931879,1675034176.807700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/about.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12567,1675034175.318126,1675034175.160500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/templates/beez3/index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12568,1675034174.916998,1675034174.783800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/config.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12569,1675034172.594414,1675034172.441800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/alfa.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12570,1675034168.185124,1675034168.060300,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12571,1675034167.678055,1675034167.557600,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/test.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12572,1675034167.263060,1675034167.136200,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/a.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12573,1675034166.896925,1675034166.768900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/z.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12574,1675034165.213192,1675034165.077600,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/x.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12575,1675034164.040782,1675034163.914000,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/1.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12576,1675034163.484974,1675034163.356500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/upload.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12577,1675034163.013617,1675034162.889400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12578,1675034162.444184,1675034162.314700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/shell.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12579,1675034161.771850,1675034161.643600,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wso.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12580,1675034160.763514,1675034160.644200,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/xleet.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12581,1675034159.866374,1675034159.741500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/olux.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12582,1675034158.502048,1675034158.378300,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/index.php?3x=3x','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12583,1675034157.998556,1675034157.854700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/plugins/ubh/up.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12584,1675034153.794810,1675034153.673000,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/admin/controller/extension/extension/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12585,1675034151.883600,1675034151.742400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/admin/controller/extension/extension/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12586,1675034150.818925,1675034150.675700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/admin/controller/extension/extension/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12587,1675034149.705436,1675034149.582900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/sites/default/files/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12588,1675034147.805597,1675034147.685800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/sites/default/files/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12589,1675034145.242467,1675034145.121500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/sites/default/files/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12590,1675034144.009464,1675034143.888900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/templates/beez3/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12591,1675034142.667871,1675034142.518100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/templates/beez3/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12592,1675034139.784006,1675034139.653100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/templates/beez3/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12593,1675034138.778487,1675034138.648500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12594,1675034137.536920,1675034137.404400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12595,1675034135.516036,1675034135.391100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),(12596,1675034133.519146,1675034133.387500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-admin/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12597,1675034131.740987,1675034131.614200,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-admin/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12598,1675034130.596862,1675034130.455000,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-admin/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12599,1675034125.668702,1675034125.532800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-includes/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12600,1675034124.755402,1675034124.611800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-includes/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12601,1675034120.010121,1675034119.857100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-includes/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12602,1675034118.516970,1675034118.374000,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/uploads/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12603,1675034113.462448,1675034113.338100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/uploads/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),(12604,1675034112.059655,1675034111.935300,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/uploads/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12605,1675034109.431262,1675034109.307500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/.well-known/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12606,1675034108.587826,1675034108.465400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/.well-known/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12607,1675034107.843383,1675034107.718300,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/.well-known/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12608,1675034107.333408,1675034107.169500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/cgialfa','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),(12609,1675034104.519700,1675034104.395900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/alfacgiapi','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),(12610,1675034103.330009,1675034103.198600,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/ALFA_DATA','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12611,1675034102.182940,1675034102.061200,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/error.php?phpshells=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12612,1675034101.073328,1675034100.952400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-backup-sql-302.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12613,1675034100.147669,1675034100.023800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/system_log.php?bala=up','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12614,1675034099.351177,1675034099.198900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/outcms.php?up=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12615,1675034094.479718,1675034094.356000,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/db-cache.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12616,1675034093.529305,1675034093.408500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/gank.php.PhP','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12617,1675034091.512193,1675034091.387400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-plugins.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12618,1675034088.236083,1675034088.111900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/legion.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12619,1675034087.060316,1675034086.935400,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/themes/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12620,1675034086.371088,1675034086.223500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/config.bak.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5iYWsucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12621,1675034083.196454,1675034083.076700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/mu-plugins/db-safe-mode.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12622,1675034080.478864,1675034080.341900,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-content/plugins/backup_index.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12623,1675034078.473708,1675034078.350200,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-booking.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12624,1675034069.677295,1675034069.556700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-includes/wp-class.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12625,1675034065.219562,1675034065.092700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/media-admin.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12626,1675034064.237392,1675034064.113700,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-signin.php?dizo=&ping=','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12627,1675034063.139864,1675034063.017300,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/ups.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12628,1675034058.755197,1675034058.631600,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/doc.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12629,1675034057.477438,1675034057.351000,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/radio.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12630,1675034053.000739,1675034052.808500,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/s_ne.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12631,1675034051.599026,1675034051.475200,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/s_e.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12632,1675034049.757750,1675034049.633100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-admin/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12633,1675034049.150278,1675034048.984800,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/style.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12634,1675034048.127787,1675034047.999100,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12635,1675034046.676816,1675034046.530600,'\0\0\0\0\0\0\0\0\0\0���Z_',0,403,0,0,0,'https://www.sleepingsolutions.co.uk/wp-load.php','www.bing.com','wp_is_mobile','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12636,0.000000,1675034381.348778,'\0\0\0\0\0\0\0\0\0\0���D`o',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12637,1675036209.648955,1675036209.471200,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/ccx/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NjeC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12638,1675036201.059722,1675036200.918100,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ccx/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jY3gvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12639,1675036175.893727,1675036175.743100,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12640,1675036164.880869,1675036164.739600,'\0\0\0\0\0\0\0\0\0\0��U�h�',0,403,0,0,0,'https://sleepingsolutions.co.uk/wsoyanzorng.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12641,0.000000,1675037054.217803,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12642,0.000000,1675037333.570730,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12643,0.000000,1675039051.703060,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12644,1675039702.828269,1675039702.681000,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12645,1675039694.403969,1675039694.257700,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12646,0.000000,1675040148.205203,'\0\0\0\0\0\0\0\0\0\0��Viƕ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12647,0.000000,1675041884.144440,'\0\0\0\0\0\0\0\0\0\0���VdI',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12648,0.000000,1675043009.718186,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12649,0.000000,1675043381.282136,'\0\0\0\0\0\0\0\0\0\0��.e�\"',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12650,0.000000,1675043644.245273,'\0\0\0\0\0\0\0\0\0\0��N.R{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12651,0.000000,1675046690.680937,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12652,1675047265.568143,1675047265.434700,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12653,1675047265.212776,1675047265.080500,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12654,1675047264.110220,1675047263.980500,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12655,1675047264.072684,1675047263.934200,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12656,1675047263.864980,1675047263.715700,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12657,1675047263.824490,1675047263.687800,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12658,1675047263.643534,1675047263.494400,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12659,1675047263.424938,1675047263.287600,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12660,1675047263.122945,1675047262.957500,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12661,0.000000,1675050304.381933,'\0\0\0\0\0\0\0\0\0\0��gA',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12662,0.000000,1675050422.194683,'\0\0\0\0\0\0\0\0\0\0���옔',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12663,0.000000,1675051087.429327,'\0\0\0\0\0\0\0\0\0\0��gJtE',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12664,0.000000,1675051818.979607,'\0\0\0\0\0\0\0\0\0\0���Es�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12665,0.000000,1675052010.217092,'\0\0\0\0\0\0\0\0\0\0����G',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12666,0.000000,1675053264.166225,'\0\0\0\0\0\0\0\0\0\0��_��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12667,0.000000,1675053919.802781,'\0\0\0\0\0\0\0\0\0\0��\'l�X',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12668,0.000000,1675054360.549182,'\0\0\0\0\0\0\0\0\0\0��t˸',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12669,0.000000,1675054534.969617,'\0\0\0\0\0\0\0\0\0\0��/X�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12670,0.000000,1675054632.720574,'\0\0\0\0\0\0\0\0\0\0��%�� ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12671,0.000000,1675055428.852349,'\0\0\0\0\0\0\0\0\0\0����̸',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12672,0.000000,1675056518.896663,'\0\0\0\0\0\0\0\0\0\0���\"��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12673,0.000000,1675057672.473872,'\0\0\0\0\0\0\0\0\0\0���\"��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12674,0.000000,1675058583.009277,'\0\0\0\0\0\0\0\0\0\0��]Tr�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12675,0.000000,1675058694.407015,'\0\0\0\0\0\0\0\0\0\0���Es�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12676,0.000000,1675059781.610797,'\0\0\0\0\0\0\0\0\0\0���\"� ',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12677,0.000000,1675060098.643195,'\0\0\0\0\0\0\0\0\0\0��ś�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12678,0.000000,1675060876.206342,'\0\0\0\0\0\0\0\0\0\0���\"��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12679,0.000000,1675062304.543783,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12680,0.000000,1675063966.002869,'\0\0\0\0\0\0\0\0\0\0���ǃ*',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12681,0.000000,1675065840.270938,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12682,1675067277.111259,1675067276.985200,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12683,1675067274.666931,1675067274.541300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12684,1675067270.491884,1675067270.356800,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12685,1675067268.540110,1675067268.389300,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12686,1675067261.707642,1675067261.567600,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12687,1675067259.081447,1675067258.366500,'\0\0\0\0\0\0\0\0\0\0����',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12688,0.000000,1675068079.179847,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12689,0.000000,1675068198.824510,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.71 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12690,0.000000,1675070026.722160,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12691,0.000000,1675070280.712717,'\0\0\0\0\0\0\0\0\0\0���(5',0,503,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12692,0.000000,1675070315.075440,'\0\0\0\0\0\0\0\0\0\0����/',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12693,0.000000,1675070645.655021,'\0\0\0\0\0\0\0\0\0\0���H�#',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12694,0.000000,1675072208.208289,'\0\0\0\0\0\0\0\0\0\0��3[�<',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12695,0.000000,1675072708.834372,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12696,0.000000,1675074004.570165,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12697,0.000000,1675075706.133622,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12698,1675076029.617275,1675076029.468100,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12699,0.000000,1675076207.041095,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12700,0.000000,1675076683.334378,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12701,0.000000,1675078676.265921,'\0\0\0\0\0\0\0\0\0\0���(5',0,200,0,0,0,'https://sleepingsolutions.co.uk//wp-login.php','https://sleepingsolutions.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12702,0.000000,1675079381.092619,'\0\0\0\0\0\0\0\0\0\0��@��',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12703,0.000000,1675079583.171296,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12704,1675079899.244568,1675079898.625600,'\0\0\0\0\0\0\0\0\0\0��)ؼ\\',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/dos2unix/dos2unix.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12705,1675079874.154300,1675079872.450100,'\0\0\0\0\0\0\0\0\0\0��)ؼ\\',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpzip/wpzip.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12706,1675079843.465672,1675079842.092400,'\0\0\0\0\0\0\0\0\0\0��)ؼ\\',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpyii2/wpyii2.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12707,1675079824.644454,1675079823.423500,'\0\0\0\0\0\0\0\0\0\0��)ؼ\\',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wpputty/wpputty.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12708,0.000000,1675080806.558536,'\0\0\0\0\0\0\0\0\0\0��-U��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12709,0.000000,1675083044.106137,'\0\0\0\0\0\0\0\0\0\0���\"��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12710,0.000000,1675083439.309935,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12711,0.000000,1675085588.145610,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12712,0.000000,1675087006.184919,'\0\0\0\0\0\0\0\0\0\0��/ot,',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12713,1675087568.266105,1675087568.116000,'\0\0\0\0\0\0\0\0\0\0���&�',0,403,0,0,0,'https://sleepingsolutions.co.uk/index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12714,0.000000,1675089061.250221,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12715,0.000000,1675093596.548674,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12716,0.000000,1675094226.409716,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12717,0.000000,1675096711.579130,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12718,0.000000,1675096870.109269,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12719,0.000000,1675100630.764408,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12720,0.000000,1675101228.404440,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12721,0.000000,1675103413.686521,'\0\0\0\0\0\0\0\0\0\0����!',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12722,0.000000,1675103603.828796,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12723,1675104120.463997,1675104120.159900,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/wsoyanzorng.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3dzb3lhbnpvcm5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12724,0.000000,1675104699.819987,'\0\0\0\0\0\0\0\0\0\0��3�#F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12725,0.000000,1675107305.794203,'\0\0\0\0\0\0\0\0\0\0��g$q',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12726,0.000000,1675107647.541970,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12727,0.000000,1675110568.186695,'\0\0\0\0\0\0\0\0\0\0���H�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12728,1675110591.687013,1675110591.541900,'\0\0\0\0\0\0\0\0\0\0��PL3',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/shell20211028.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L3dwLWFkbWluL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12729,0.000000,1675113776.122593,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12730,0.000000,1675115815.346252,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12731,0.000000,1675118956.512865,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12732,1675119512.222213,1675119512.036300,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12733,0.000000,1675121474.951244,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12734,0.000000,1675123110.338792,'\0\0\0\0\0\0\0\0\0\0��\"W^�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12735,0.000000,1675123300.159955,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12736,0.000000,1675125709.357339,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12737,0.000000,1675126059.613553,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12738,0.000000,1675126826.735149,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12739,0.000000,1675128239.154721,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12740,0.000000,1675128477.210085,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12741,0.000000,1675131060.583886,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12742,0.000000,1675131352.142169,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12743,0.000000,1675132106.807330,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12744,0.000000,1675132157.185474,'\0\0\0\0\0\0\0\0\0\0��M�6�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12745,0.000000,1675132318.362186,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12746,1675132399.746596,1675132399.594000,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12747,1675134019.911528,1675134019.765900,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-admin/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12748,1675134011.349598,1675134011.206000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/xleet-shell.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3hsZWV0LXNoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12749,1675134004.054996,1675134003.905000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12750,1675133992.614177,1675133992.470000,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/shell20211028.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc2hlbGwyMDIxMTAyOC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12751,1675133984.905600,1675133984.760700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/sid/sidwso.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaWQvc2lkd3NvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12752,1675133975.424461,1675133975.251500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/bala.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2JhbGEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12753,1675133957.538486,1675133957.366700,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3NvMTEyMjMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12754,1675133947.812889,1675133947.663500,'\0\0\0\0\0\0\0\0\0\0��©�\Z',0,403,0,0,0,'https://sleepingsolutions.co.uk/wso112233.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dzbzExMjIzMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12755,0.000000,1675136956.135913,'\0\0\0\0\0\0\0\0\0\0���Tf',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12756,0.000000,1675137383.171316,'\0\0\0\0\0\0\0\0\0\0����C8',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12757,0.000000,1675140732.219625,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12758,0.000000,1675142769.448142,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12759,0.000000,1675143509.563639,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12760,0.000000,1675145332.546406,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12761,0.000000,1675151179.058717,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12762,0.000000,1675155245.729613,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12763,0.000000,1675157795.485096,'\0\0\0\0\0\0\0\0\0\0���wQm',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12764,0.000000,1675164094.841354,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12765,0.000000,1675164744.203923,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12766,0.000000,1675166909.478751,'\0\0\0\0\0\0\0\0\0\0���wQc',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12767,0.000000,1675167872.697858,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12768,0.000000,1675169865.623873,'\0\0\0\0\0\0\0\0\0\0��]Tr�',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12769,0.000000,1675176202.247518,'\0\0\0\0\0\0\0\0\0\0���Z�B',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12770,1675177465.061298,1675177464.934200,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12771,1675177464.848207,1675177464.723400,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(12772,1675177464.640424,1675177464.512700,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12773,1675177464.433464,1675177464.288200,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),(12774,1675177464.361669,1675177464.230700,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12775,1675177464.324079,1675177464.179700,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12776,1675177464.049877,1675177463.899000,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(12777,1675177463.995403,1675177463.840800,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/ALFA_DATA/alfacgiapi/perl.alfa','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),(12778,1675177463.951592,1675177463.801000,'\0\0\0\0\0\0\0\0\0\0�����Q',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12779,0.000000,1675178693.480864,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12780,1675180682.929788,1675180682.809100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/edit.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2VkaXQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12781,1675180681.585884,1675180681.464800,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12782,1675180679.633886,1675180679.468300,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/wordpresss3cll/up.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3NzM2NsbC91cC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12783,1675180676.029825,1675180675.906600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/xwp/up.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy94d3AvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12784,1675180673.196635,1675180673.036900,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/pridmag/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3ByaWRtYWcvZGIucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(12785,1675180671.268823,1675180671.118100,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/linkpreview/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saW5rcHJldmlldy9kYi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(12786,1675180664.890686,1675180664.749600,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/plugins/seoplugins/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12787,1675180657.641062,1675180657.492700,'\0\0\0\0\0\0\0\0\0\0��R��',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12788,0.000000,1675181007.214627,'\0\0\0\0\0\0\0\0\0\0��gJ{',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12789,0.000000,1675183093.539047,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12790,0.000000,1675184479.051822,'\0\0\0\0\0\0\0\0\0\0��\\̀a',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12791,0.000000,1675185416.923180,'\0\0\0\0\0\0\0\0\0\0��3�#F',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12792,0.000000,1675186645.297216,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12793,0.000000,1675190760.800879,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12794,0.000000,1675190767.409244,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12795,0.000000,1675190785.718742,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12796,0.000000,1675190794.397400,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12797,0.000000,1675190813.510986,'\0\0\0\0\0\0\0\0\0\0����W�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12798,0.000000,1675190823.676148,'\0\0\0\0\0\0\0\0\0\0���+�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12799,0.000000,1675190833.569055,'\0\0\0\0\0\0\0\0\0\0���+�',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12800,0.000000,1675190846.811963,'\0\0\0\0\0\0\0\0\0\0��j���',0,200,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12801,1675191708.874824,1675191708.699600,'\0\0\0\0\0\0\0\0\0\0��gn�E',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12802,1675191704.522286,1675191704.375100,'\0\0\0\0\0\0\0\0\0\0��gn�E',0,403,0,0,0,'https://sleepingsolutions.co.uk/wp-content/themes/seotheme/db.php?u=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(12803,0.000000,1675193246.602455,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12804,0.000000,1675193765.653703,'\0\0\0\0\0\0\0\0\0\0���wQl',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12805,0.000000,1675199839.470196,'\0\0\0\0\0\0\0\0\0\0���wQa',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12806,0.000000,1675204138.959472,'\0\0\0\0\0\0\0\0\0\0��g��I',0,503,0,0,0,'https://sleepingsolutions.co.uk/wp-login.php','https://sleepingsolutions.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fsleepingsolutions.co.uk%2Fwp-admin%2F','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL);
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB AUTO_INCREMENT=4427 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 (4393,1674993580,1674993580,'new','file',100,'107d76d571fda310b916afbfdb8218ba','c1301a9ee7bc9cd451665c0432929314','File appears to be malicious or unsafe: wp-content/themes/themes/index.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">&quot;\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e&quot;</strong> <br><br>The issue type is: <strong>Suspicious:PHP/hexcreatefn.6023</strong><br>Description: <strong>Suspicious code often used to hide a backdoor</strong>','a:9:{s:4:\"file\";s:34:\"wp-content/themes/themes/index.php\";s:8:\"realFile\";s:76:\"/home/sleepingsolutions.co.uk/public_html/wp-content/themes/themes/index.php\";s:4:\"shac\";s:64:\"B2777E865EE75448C32C19F0ACA0184E9A6AC8B849154386516ABA49F64876B5\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(4401,1674993587,1674993587,'new','wfPluginRemoved',100,'889b7366c4cf6d9e686d2fd59e462b73','889b7366c4cf6d9e686d2fd59e462b73','The Plugin \"WP Cerber Security, Anti-spam &amp; Malware Scan\" has been removed from wordpress.org.','It has unpatched security issues and may have compatibility problems with the current version of WordPress. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-removed\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:18:{s:22:\"Elementor tested up to\";s:0:\"\";s:4:\"Name\";s:48:\"WP Cerber Security, Anti-spam &amp; Malware Scan\";s:9:\"PluginURI\";s:20:\"https://wpcerber.com\";s:7:\"Version\";s:3:\"9.0\";s:11:\"Description\";s:408:\"Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications. <cite>By <a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>\";s:9:\"AuthorURI\";s:20:\"https://wpcerber.com\";s:10:\"TextDomain\";s:9:\"wp-cerber\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:83:\"<a href=\"https://wpcerber.com\">WP Cerber Security, Anti-spam &amp; Malware Scan</a>\";s:10:\"AuthorName\";s:16:\"Cerber Tech Inc.\";s:9:\"wpRemoved\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:94:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/081a5fda-abe2-4f20-bea2-3f7dd3c3a6cf\";}'),(4418,1675178428,1675178428,'new','wfPluginUpgrade',50,'8e50bb701924abee390166970ee688aa','8e50bb701924abee390166970ee688aa','The Plugin \"Burger Companion\" needs an upgrade (6.4 -> 6.5).','You need to upgrade \"Burger Companion\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:16:\"Burger Companion\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"6.4\";s:11:\"Description\";s:78:\"The Burger Companion plugin adds sections functionality to the Spintech Theme.\";s:6:\"Author\";s:14:\"burgersoftware\";s:9:\"AuthorURI\";s:27:\"https://burgersoftwares.com\";s:10:\"TextDomain\";s:16:\"burger-companion\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:16:\"Burger Companion\";s:10:\"AuthorName\";s:14:\"burgersoftware\";s:10:\"pluginFile\";s:98:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/burger-companion.php\";s:4:\"slug\";s:16:\"burger-companion\";s:10:\"newVersion\";s:3:\"6.5\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/burger-companion\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(4419,1675178428,1675178428,'new','wfPluginUpgrade',50,'faa458c65851e28266fd7bb89e2d0cc2','faa458c65851e28266fd7bb89e2d0cc2','The Plugin \"Elementor\" needs an upgrade (3.10.1 -> 3.10.2).','You need to upgrade \"Elementor\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:9:\"Elementor\";s:9:\"PluginURI\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:7:\"Version\";s:6:\"3.10.1\";s:11:\"Description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:6:\"Author\";s:13:\"Elementor.com\";s:9:\"AuthorURI\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash\";s:10:\"TextDomain\";s:9:\"elementor\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:9:\"Elementor\";s:10:\"AuthorName\";s:13:\"Elementor.com\";s:10:\"pluginFile\";s:84:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/elementor.php\";s:4:\"slug\";s:9:\"elementor\";s:10:\"newVersion\";s:6:\"3.10.2\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/elementor\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(4420,1675178428,1675178428,'new','wfPluginUpgrade',50,'4cf819b6a3e35cf84d7c7aeb6e6277dd','4cf819b6a3e35cf84d7c7aeb6e6277dd','The Plugin \"Really Simple SSL\" needs an upgrade (6.1.0 -> 6.1.1).','You need to upgrade \"Really Simple SSL\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:17:\"Really Simple SSL\";s:9:\"PluginURI\";s:29:\"https://really-simple-ssl.com\";s:7:\"Version\";s:5:\"6.1.0\";s:11:\"Description\";s:34:\"Lightweight SSL & Hardening Plugin\";s:6:\"Author\";s:21:\"Really Simple Plugins\";s:9:\"AuthorURI\";s:33:\"https://really-simple-plugins.com\";s:10:\"TextDomain\";s:17:\"really-simple-ssl\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:17:\"Really Simple SSL\";s:10:\"AuthorName\";s:21:\"Really Simple Plugins\";s:10:\"pluginFile\";s:108:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:10:\"newVersion\";s:5:\"6.1.1\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/really-simple-ssl\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(4421,1675178428,1675178428,'new','wfPluginUpgrade',50,'6d0ccca2d4a8d9f0146b184a424732a4','6d0ccca2d4a8d9f0146b184a424732a4','The Plugin \"Redirection\" needs an upgrade (5.3.6 -> 5.3.9).','You need to upgrade \"Redirection\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:11:\"Redirection\";s:9:\"PluginURI\";s:23:\"https://redirection.me/\";s:7:\"Version\";s:5:\"5.3.6\";s:11:\"Description\";s:52:\"Manage all your 301 redirects and monitor 404 errors\";s:6:\"Author\";s:11:\"John Godley\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:11:\"redirection\";s:10:\"DomainPath\";s:7:\"/locale\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:11:\"Redirection\";s:10:\"AuthorName\";s:11:\"John Godley\";s:10:\"pluginFile\";s:88:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.php\";s:4:\"slug\";s:11:\"redirection\";s:10:\"newVersion\";s:5:\"5.3.9\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/redirection\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(4422,1675178428,1675178428,'new','wfPluginUpgrade',50,'2b53ef3c130dc15aeb5efc59bb4a1481','2b53ef3c130dc15aeb5efc59bb4a1481','The Plugin \"Yoast SEO\" needs an upgrade (19.14 -> 20.0).','You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:5:\"19.14\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:6:\"Author\";s:10:\"Team Yoast\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.0\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:9:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:85:\"/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo.php\";s:4:\"slug\";s:13:\"wordpress-seo\";s:10:\"newVersion\";s:4:\"20.0\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(4423,1675178428,1675178428,'new','wfThemeUpgrade',50,'7272ceaaaed359e27b76d09792554a5e','7272ceaaaed359e27b76d09792554a5e','The Theme \"Astra\" needs an upgrade (3.9.1 -> 4.0.2).','You need to upgrade \"Astra\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"4.0.2\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.4.0.2.zip\";s:3:\"URL\";s:35:\"https://wordpress.org/themes/astra/\";s:4:\"Name\";s:5:\"Astra\";s:4:\"name\";s:5:\"Astra\";s:7:\"version\";s:5:\"3.9.1\";s:10:\"vulnerable\";b:0;}'),(4424,1675178428,1675178428,'new','wfThemeUpgrade',50,'7829fc5f70361145f995ad58730817d0','7829fc5f70361145f995ad58730817d0','The Theme \"Sydney\" needs an upgrade (2.09 -> 2.17).','You need to upgrade \"Sydney\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:4:\"2.17\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/sydney.2.17.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/sydney/\";s:4:\"Name\";s:6:\"Sydney\";s:4:\"name\";s:6:\"Sydney\";s:7:\"version\";s:4:\"2.09\";s:10:\"vulnerable\";b:0;}'),(4425,1675178428,1675178428,'new','wfThemeUpgrade',50,'87e8a7fcbf47d90087dda0bff936ea29','87e8a7fcbf47d90087dda0bff936ea29','The Theme \"Twenty Twenty-One\" needs an upgrade (1.6 -> 1.7).','You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.7\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.6\";s:10:\"vulnerable\";b:0;}'),(4426,1675178428,1675178428,'new','wfThemeUpgrade',50,'6cf976cca25cf677f27dfde0cf668749','6cf976cca25cf677f27dfde0cf668749','The Theme \"Twenty Twenty-Two\" needs an upgrade (1.2 -> 1.3).','You need to upgrade \"Twenty Twenty-Two\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.3\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:4:\"Name\";s:17:\"Twenty Twenty-Two\";s:4:\"name\";s:17:\"Twenty Twenty-Two\";s:7:\"version\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10989 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,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(2,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(3,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(4,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(5,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(6,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(7,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(8,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(9,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(10,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(11,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(12,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(13,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-setup-notice.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-setup-notice.php'),(14,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(15,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(16,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(17,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-debug.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-debug.php'),(18,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(19,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(20,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(21,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(22,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(23,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(24,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(25,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-reset-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-reset-settings.php'),(26,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(27,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(28,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-tools-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-tools-menu.php'),(29,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(30,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(31,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(32,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(33,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/aios-ajax.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/aios-ajax.php'),(34,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-families.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-families.php'),(35,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-builder.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-builder.php'),(36,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-collection.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family-collection.php'),(37,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/family/wp-security-firewall-family.php'),(38,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/libs/wp-security-firewall-config.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/libs/wp-security-firewall-config.php'),(39,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-exit-trait.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-exit-trait.php'),(40,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-and-exit-trait.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-and-exit-trait.php'),(41,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-trait.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-forbid-trait.php'),(42,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-and-exit-trait.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-and-exit-trait.php'),(43,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-trait.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/actions/action-redirect-trait.php'),(44,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-query-strings-6g.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-query-strings-6g.php'),(45,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-refs-6g.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-refs-6g.php'),(46,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-request-strings-6g.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-request-strings-6g.php'),(47,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-user-agents-6g.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-block-user-agents-6g.php'),(48,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-request-method-6g.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/6g/rule-request-method-6g.php'),(49,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/blacklist/rule-user-agent-blacklist.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/blacklist/rule-user-agent-blacklist.php'),(50,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/bruteforce/rule-cookie-prevent-bruteforce.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/bruteforce/rule-cookie-prevent-bruteforce.php'),(51,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-builder.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-builder.php'),(52,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-utils.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule-utils.php'),(53,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/wp-security-firewall-rule.php'),(54,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall-loader.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall-loader.php'),(55,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/wp-security-firewall.php'),(56,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(57,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(58,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(59,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(60,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-abstract-ids.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-abstract-ids.php'),(61,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-base-tasks.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-base-tasks.php'),(62,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-bootstrap.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-bootstrap.php'),(63,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-file.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-file.php'),(64,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-htaccess.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-htaccess.php'),(65,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-litespeed.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-litespeed.php'),(66,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-muplugin.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-muplugin.php'),(67,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-userini.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-userini.php'),(68,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-wpconfig.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-block-wpconfig.php'),(69,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(70,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(71,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(72,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cleanup.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cleanup.php'),(73,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-comment.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-comment.php'),(74,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(75,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(76,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(77,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(78,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(79,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(80,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(81,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(82,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-notices.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-notices.php'),(83,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(84,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-two-factor-login.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-two-factor-login.php'),(85,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-uninstallation-tasks.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-uninstallation-tasks.php'),(86,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(87,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(88,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(89,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-firewall.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-firewall.php'),(90,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php'),(91,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(92,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(93,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(94,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(95,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(96,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(97,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-notices.css','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-notices.css'),(98,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-premium-upgrade.css','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-premium-upgrade.css'),(99,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/black_friday.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/black_friday.png'),(109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/new_year.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/new_year.png'),(110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/spring.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/spring.png'),(111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/summer.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/notices/summer.png'),(112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-free.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-free.png'),(115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-premium.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aios-premium.png'),(116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aiowps-logo.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/aiowps-logo.png'),(117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/easy-updates-manager-logo.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/easy-updates-manager-logo.png'),(118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft-central.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft-central.png'),(119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft_logo.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraft_logo.png'),(120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraftplus_logo.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/updraftplus_logo.png'),(121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp-optimize.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp-optimize.png'),(122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp_optimize_logo.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-logos/wp_optimize_logo.png'),(123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/images/ud_smile.png','wp-content/plugins/all-in-one-wp-security-and-firewall/images/ud_smile.png'),(127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/frontend-settings.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/frontend-settings.js'),(128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/README.md','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/README.md'),(129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.js'),(130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.min.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery-qrcode/jquery-qrcode.min.js'),(131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.js'),(132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.min.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/jquery.blockUI.min.js'),(133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/login-form-integrations.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/login-form-integrations.php'),(134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.css','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.css'),(135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.js'),(136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.min.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/select2.min.js'),(137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa.js'),(138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_16x16.png','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_16x16.png'),(139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_32x32.png','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_admin_icon_32x32.png'),(140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_frontend.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/tfa_frontend.php'),(141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/totp.js','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/totp.js'),(142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/users.css','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/includes/users.css'),(143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/Base32/Base32.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/Base32/Base32.php'),(144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/LICENSE','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/LICENSE'),(145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/README.markdown','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/README.markdown'),(146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/example.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/example.php'),(147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/hotp.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/hotp-php-master/hotp.php'),(148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/loader.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/providers/totp/loader.php'),(149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/simba-tfa.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/simba-tfa.php'),(150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/admin-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/admin-settings.php'),(151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/settings-intro-notices.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/settings-intro-notices.php'),(152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/shortcode-tfa-user-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/shortcode-tfa-user-settings.php'),(153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/trusted-devices-inner-box.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/trusted-devices-inner-box.php'),(154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/user-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/includes/simba-tfa/templates/user-settings.php'),(155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo'),(160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po'),(161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo'),(162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po'),(163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo'),(164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po'),(165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo'),(166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po'),(167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo'),(168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po'),(169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo'),(170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po'),(171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo'),(172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po'),(173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo'),(174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po'),(175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo'),(176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po'),(177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo'),(178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po'),(179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot'),(180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html'),(181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/admin/incompatible-plugin.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/admin/incompatible-plugin.php'),(195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/automated-database-backup.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/automated-database-backup.php'),(196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/info/ip-address-ip-range-info.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/info/ip-address-ip-range-info.php'),(197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/may-also-like.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/may-also-like.php'),(198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/menus/settings/advanced-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/menus/settings/advanced-settings.php'),(199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/cookie-based-brute-force-prevention-disabled.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/cookie-based-brute-force-prevention-disabled.php'),(200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/custom-notice.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/custom-notice.php'),(201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/disable-login-whitelist.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/disable-login-whitelist.php'),(202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/horizontal-notice.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/horizontal-notice.php'),(203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/htaccess-to-php-feature-notice.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/htaccess-to-php-feature-notice.php'),(204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/thanks-for-using-main-dash.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/notices/thanks-for-using-main-dash.php'),(205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/partials/non-apache-feature-notice.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/partials/non-apache-feature-notice.php'),(206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/wp-admin/brute-force/captcha-settings.php','wp-content/plugins/all-in-one-wp-security-and-firewall/templates/wp-admin/brute-force/captcha-settings.php'),(207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/autoload.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/autoload.php'),(208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/ClassLoader.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/ClassLoader.php'),(209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/InstalledVersions.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/InstalledVersions.php'),(210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/LICENSE','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/LICENSE'),(211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_classmap.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_classmap.php'),(212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_namespaces.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_namespaces.php'),(213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_psr4.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_psr4.php'),(214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_real.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_real.php'),(215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_static.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/autoload_static.php'),(216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.json','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.json'),(217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/composer/installed.php'),(218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/LICENSE.txt','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/LICENSE.txt'),(219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/README.md','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/README.md'),(220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/composer.json','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/composer.json'),(221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/ip-lib.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/ip-lib.php'),(222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AddressInterface.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AddressInterface.php'),(223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AssignedRange.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/AssignedRange.php'),(224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv4.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv4.php'),(225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv6.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/IPv6.php'),(226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/Type.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Address/Type.php'),(227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Factory.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Factory.php'),(228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/ParseStringFlag.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/ParseStringFlag.php'),(229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/AbstractRange.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/AbstractRange.php'),(230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Pattern.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Pattern.php'),(231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/RangeInterface.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/RangeInterface.php'),(232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Single.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Single.php'),(233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Subnet.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Subnet.php'),(234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Type.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Range/Type.php'),(235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/BinaryMath.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/BinaryMath.php'),(236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php'),(237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php'),(238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-compatibility.xml','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-compatibility.xml'),(239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-syntax-check.xml','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/CI/php-syntax-check.xml'),(240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/README.md','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/README.md'),(241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/composer.json','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/composer.json'),(242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php'),(243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php'),(244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php'),(245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php'),(246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php'),(247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php'),(248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php'),(249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php'),(250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php'),(251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php','wp-content/plugins/all-in-one-wp-security-and-firewall/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php'),(252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/burger-companion.php','wp-content/plugins/burger-companion/burger-companion.php'),(255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/anexa/anexa.php','wp-content/plugins/burger-companion/inc/anexa/anexa.php'),(256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/anexa/images/logo.png','wp-content/plugins/burger-companion/inc/anexa/images/logo.png'),(257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/appetizer.php','wp-content/plugins/burger-companion/inc/appetizer/appetizer.php'),(258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/appetizer/default-pages/home-page.php'),(259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/appetizer/default-pages/upload-media.php'),(260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/appetizer/default-widgets/default-widget.php'),(261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/dynamic-style.php','wp-content/plugins/burger-companion/inc/appetizer/dynamic-style.php'),(262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/extras.php','wp-content/plugins/burger-companion/inc/appetizer/extras.php'),(263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-above-header.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-above-header.php'),(264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-footer.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-footer.php'),(265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-general.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-general.php'),(266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-product.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-product.php'),(267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-service.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-service.php'),(268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-slider.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-slider.php'),(269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-typography.php','wp-content/plugins/burger-companion/inc/appetizer/features/appetizer-typography.php'),(270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape1.png','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape1.png'),(271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape2.png','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape2.png'),(272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape3.png','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape3.png'),(273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape4.png','wp-content/plugins/burger-companion/inc/appetizer/images/clipArt/services/shape4.png'),(274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/avatar-calm-approved.gif','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/avatar-calm-approved.gif'),(275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/gift.gif','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/gift.gif'),(276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/shield-security.gif','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/shield-security.gif'),(277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/truck-delivery.gif','wp-content/plugins/burger-companion/inc/appetizer/images/icon_gif/footer-above-info/truck-delivery.gif'),(278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/logo.png','wp-content/plugins/burger-companion/inc/appetizer/images/logo.png'),(279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/product/product_bg.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/product/product_bg.jpg'),(280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service01.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/services/service01.jpg'),(281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service02.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/services/service02.jpg'),(282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service03.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/services/service03.jpg'),(283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/services/service04.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/services/service04.jpg'),(284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/slider/img01.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/slider/img01.jpg'),(285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/slider/img02.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/slider/img02.jpg'),(286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/images/slider/img03.jpg','wp-content/plugins/burger-companion/inc/appetizer/images/slider/img03.jpg'),(287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/appetizer/sections/section-above-header.php'),(288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-footer-above.php','wp-content/plugins/burger-companion/inc/appetizer/sections/section-footer-above.php'),(289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-product.php','wp-content/plugins/burger-companion/inc/appetizer/sections/section-product.php'),(290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-service.php','wp-content/plugins/burger-companion/inc/appetizer/sections/section-service.php'),(291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/appetizer/sections/section-slider.php','wp-content/plugins/burger-companion/inc/appetizer/sections/section-slider.php'),(292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burger-comapnion-activator.php','wp-content/plugins/burger-companion/inc/burger-comapnion-activator.php'),(293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/burgertech.php','wp-content/plugins/burger-companion/inc/burgertech/burgertech.php'),(294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/features/burgertech-cta.php','wp-content/plugins/burger-companion/inc/burgertech/features/burgertech-cta.php'),(295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/images/logo.png','wp-content/plugins/burger-companion/inc/burgertech/images/logo.png'),(296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/burgertech/sections/section-cta.php','wp-content/plugins/burger-companion/inc/burgertech/sections/section-cta.php'),(297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/cozibee.php','wp-content/plugins/burger-companion/inc/cozibee/cozibee.php'),(298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/features/cozipress-funfact.php','wp-content/plugins/burger-companion/inc/cozibee/features/cozipress-funfact.php'),(299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/images/funfact/dotted_image.png','wp-content/plugins/burger-companion/inc/cozibee/images/funfact/dotted_image.png'),(300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/images/logo.png','wp-content/plugins/burger-companion/inc/cozibee/images/logo.png'),(301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/cozibee/sections/section-above-header.php'),(302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozibee/sections/section-funfact.php','wp-content/plugins/burger-companion/inc/cozibee/sections/section-funfact.php'),(303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/coziplus.php','wp-content/plugins/burger-companion/inc/coziplus/coziplus.php'),(304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/features/cozipress-team.php','wp-content/plugins/burger-companion/inc/coziplus/features/cozipress-team.php'),(305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/logo.png','wp-content/plugins/burger-companion/inc/coziplus/images/logo.png'),(306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img01.jpg','wp-content/plugins/burger-companion/inc/coziplus/images/team/img01.jpg'),(307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img02.jpg','wp-content/plugins/burger-companion/inc/coziplus/images/team/img02.jpg'),(308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img03.jpg','wp-content/plugins/burger-companion/inc/coziplus/images/team/img03.jpg'),(309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/images/team/img04.jpg','wp-content/plugins/burger-companion/inc/coziplus/images/team/img04.jpg'),(310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziplus/sections/section-team.php','wp-content/plugins/burger-companion/inc/coziplus/sections/section-team.php'),(311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/cozipress.php','wp-content/plugins/burger-companion/inc/cozipress/cozipress.php'),(312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/cozipress/default-pages/home-page.php'),(313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/cozipress/default-pages/upload-media.php'),(314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/cozipress/default-widgets/default-widget.php'),(315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/dynamic-style.php','wp-content/plugins/burger-companion/inc/cozipress/dynamic-style.php'),(316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/extras.php','wp-content/plugins/burger-companion/inc/cozipress/extras.php'),(317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-above-header.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-above-header.php'),(318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-general.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-general.php'),(319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-info.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-info.php'),(320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-service.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-service.php'),(321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-slider.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-slider.php'),(322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-testimonial.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-testimonial.php'),(323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-typography.php','wp-content/plugins/burger-companion/inc/cozipress/features/cozipress-typography.php'),(324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape1.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape1.png'),(325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape17.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape17.png'),(326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape18.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape18.png'),(327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape19.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape19.png'),(328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape2.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape2.png'),(329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape20.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape20.png'),(330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape3.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape3.png'),(331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape4.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape4.png'),(332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape5.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape5.png'),(333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape6.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape6.png'),(334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape7.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape7.png'),(335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape8.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape8.png'),(336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape9.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/shape9.png'),(337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape1.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape1.png'),(338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape2.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape2.png'),(339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape3.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape3.png'),(340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape4.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape4.png'),(341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape5.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape5.png'),(342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape6.png','wp-content/plugins/burger-companion/inc/cozipress/images/clipArt/testimonials/shape6.png'),(343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/logo.png','wp-content/plugins/burger-companion/inc/cozipress/images/logo.png'),(344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img01.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img01.jpg'),(345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img02.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img02.jpg'),(346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img03.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img03.jpg'),(347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img04.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img04.jpg'),(348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img05.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img05.jpg'),(349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img06.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img06.jpg'),(350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img07.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img07.jpg'),(351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/services/img08.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/services/img08.jpg'),(352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/slider/img01.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/slider/img01.jpg'),(353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/slider/img02.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/slider/img02.jpg'),(354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/slider/img03.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/slider/img03.jpg'),(355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img01.png','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img01.png'),(356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img02.png','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img02.png'),(357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img03.png','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img03.png'),(358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img04.png','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/img04.png'),(359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/testimonial_bg.jpg','wp-content/plugins/burger-companion/inc/cozipress/images/testimonials/testimonial_bg.jpg'),(360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/cozipress/sections/section-above-header.php'),(361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-info.php','wp-content/plugins/burger-companion/inc/cozipress/sections/section-info.php'),(362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-service.php','wp-content/plugins/burger-companion/inc/cozipress/sections/section-service.php'),(363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-slider.php','wp-content/plugins/burger-companion/inc/cozipress/sections/section-slider.php'),(364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/cozipress/sections/section-testimonial.php','wp-content/plugins/burger-companion/inc/cozipress/sections/section-testimonial.php'),(365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/coziweb.php','wp-content/plugins/burger-companion/inc/coziweb/coziweb.php'),(366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/features/cozipress-design.php','wp-content/plugins/burger-companion/inc/coziweb/features/cozipress-design.php'),(367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/images/design-img.jpg','wp-content/plugins/burger-companion/inc/coziweb/images/design-img.jpg'),(368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/images/logo.png','wp-content/plugins/burger-companion/inc/coziweb/images/logo.png'),(369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/coziweb/sections/section-design.php','wp-content/plugins/burger-companion/inc/coziweb/sections/section-design.php'),(370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/crowl.php','wp-content/plugins/burger-companion/inc/crowl/crowl.php'),(371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/features/owlpress-team.php','wp-content/plugins/burger-companion/inc/crowl/features/owlpress-team.php'),(372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/images/logo_1.png','wp-content/plugins/burger-companion/inc/crowl/images/logo_1.png'),(373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/images/logo_2.png','wp-content/plugins/burger-companion/inc/crowl/images/logo_2.png'),(374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/sections/section-below-header.php','wp-content/plugins/burger-companion/inc/crowl/sections/section-below-header.php'),(375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/crowl/sections/section-team.php','wp-content/plugins/burger-companion/inc/crowl/sections/section-team.php'),(376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/class/customizer-repeater-control.php','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/class/customizer-repeater-control.php'),(377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/admin-style.css','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/admin-style.css'),(378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.css','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.css'),(379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.min.css','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/css/fontawesome-iconpicker.min.css'),(380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/functions.php','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/functions.php'),(381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/customizer.php','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/customizer.php'),(382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/icons.php','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/inc/icons.php'),(383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/customizer_repeater.js','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/customizer_repeater.js'),(384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.js','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.js'),(385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.min.js','wp-content/plugins/burger-companion/inc/custom-controls/customizer-repeater/js/fontawesome-iconpicker.min.js'),(386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/css/range-control.css','wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/css/range-control.css'),(387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/js/range-control.js','wp-content/plugins/burger-companion/inc/custom-controls/range-validator/assets/js/range-control.js'),(388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/custom-controls/range-validator/range-control.php','wp-content/plugins/burger-companion/inc/custom-controls/range-validator/range-control.php'),(389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/decorme.php','wp-content/plugins/burger-companion/inc/decorme/decorme.php'),(390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/decorme/default-pages/home-page.php'),(391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/decorme/default-pages/upload-media.php'),(392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/decorme/default-widgets/default-widget.php'),(393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/dynamic-style.php','wp-content/plugins/burger-companion/inc/decorme/dynamic-style.php'),(394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/extras.php','wp-content/plugins/burger-companion/inc/decorme/extras.php'),(395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-cta.php','wp-content/plugins/burger-companion/inc/decorme/features/decorme-cta.php'),(396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-header.php','wp-content/plugins/burger-companion/inc/decorme/features/decorme-header.php'),(397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-info.php','wp-content/plugins/burger-companion/inc/decorme/features/decorme-info.php'),(398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-service.php','wp-content/plugins/burger-companion/inc/decorme/features/decorme-service.php'),(399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-slider.php','wp-content/plugins/burger-companion/inc/decorme/features/decorme-slider.php'),(400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/features/decorme-typography.php','wp-content/plugins/burger-companion/inc/decorme/features/decorme-typography.php'),(401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-1.png','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-1.png'),(402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-2.png','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-2.png'),(403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-3.png','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-3.png'),(404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-4.png','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-4.png'),(405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-5.png','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-5.png'),(406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/info/icon-6.png','wp-content/plugins/burger-companion/inc/decorme/images/info/icon-6.png'),(407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/logo.png','wp-content/plugins/burger-companion/inc/decorme/images/logo.png'),(408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/slider_five/img01.jpg','wp-content/plugins/burger-companion/inc/decorme/images/slider_five/img01.jpg'),(409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/images/slider_five/sofa.png','wp-content/plugins/burger-companion/inc/decorme/images/slider_five/sofa.png'),(410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/decorme/sections/section-above-header.php'),(411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-cta.php','wp-content/plugins/burger-companion/inc/decorme/sections/section-cta.php'),(412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-info.php','wp-content/plugins/burger-companion/inc/decorme/sections/section-info.php'),(413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-service.php','wp-content/plugins/burger-companion/inc/decorme/sections/section-service.php'),(414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/decorme/sections/section-slider.php','wp-content/plugins/burger-companion/inc/decorme/sections/section-slider.php'),(415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/digipress.php','wp-content/plugins/burger-companion/inc/digipress/digipress.php'),(416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/images/footer-logo.png','wp-content/plugins/burger-companion/inc/digipress/images/footer-logo.png'),(417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/images/logo.png','wp-content/plugins/burger-companion/inc/digipress/images/logo.png'),(418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/digipress/sections/section-above-header.php'),(419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/digipress/sections/section-slider.php','wp-content/plugins/burger-companion/inc/digipress/sections/section-slider.php'),(420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/kitepress/images/logo.png','wp-content/plugins/burger-companion/inc/kitepress/images/logo.png'),(421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/kitepress/kitepress.php','wp-content/plugins/burger-companion/inc/kitepress/kitepress.php'),(422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/owlpress/default-pages/home-page.php'),(423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/owlpress/default-pages/upload-media.php'),(424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/owlpress/default-widgets/default-widget.php'),(425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/dynamic-style.php','wp-content/plugins/burger-companion/inc/owlpress/dynamic-style.php'),(426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/extras.php','wp-content/plugins/burger-companion/inc/owlpress/extras.php'),(427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-above-footer.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-above-footer.php'),(428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-below-header.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-below-header.php'),(429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-features.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-features.php'),(430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-general.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-general.php'),(431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-service.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-service.php'),(432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-slider.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-slider.php'),(433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-typography.php','wp-content/plugins/burger-companion/inc/owlpress/features/owlpress-typography.php'),(434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape1.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape1.png'),(435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape2.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape2.png'),(436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape3.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape3.png'),(437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape4.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape4.png'),(438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape5.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/services/shape5.png'),(439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape17.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape17.png'),(440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape18.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape18.png'),(441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape19.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape19.png'),(442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape20.png','wp-content/plugins/burger-companion/inc/owlpress/images/clipArt/team/shape20.png'),(443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg.jpg'),(444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg01.png','wp-content/plugins/burger-companion/inc/owlpress/images/features/feature_bg01.png'),(445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/logo_1.png','wp-content/plugins/burger-companion/inc/owlpress/images/logo_1.png'),(446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/logo_2.png','wp-content/plugins/burger-companion/inc/owlpress/images/logo_2.png'),(447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/services/arrow.png','wp-content/plugins/burger-companion/inc/owlpress/images/services/arrow.png'),(448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/slider/img01.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/slider/img01.jpg'),(449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/slider/img02.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/slider/img02.jpg'),(450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/slider/img03.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/slider/img03.jpg'),(451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team01.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/team/team01.jpg'),(452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team02.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/team/team02.jpg'),(453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team03.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/team/team03.jpg'),(454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/images/team/team04.jpg','wp-content/plugins/burger-companion/inc/owlpress/images/team/team04.jpg'),(455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/owlpress.php','wp-content/plugins/burger-companion/inc/owlpress/owlpress.php'),(456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-above-footer.php','wp-content/plugins/burger-companion/inc/owlpress/sections/section-above-footer.php'),(457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-below-header.php','wp-content/plugins/burger-companion/inc/owlpress/sections/section-below-header.php'),(458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-features.php','wp-content/plugins/burger-companion/inc/owlpress/sections/section-features.php'),(459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-service.php','wp-content/plugins/burger-companion/inc/owlpress/sections/section-service.php'),(460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/owlpress/sections/section-slider.php','wp-content/plugins/burger-companion/inc/owlpress/sections/section-slider.php'),(461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/features/appetizer-recepies.php','wp-content/plugins/burger-companion/inc/rasam/features/appetizer-recepies.php'),(462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/images/logo.png','wp-content/plugins/burger-companion/inc/rasam/images/logo.png'),(463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/images/toprecipes/toprecipes-list.png','wp-content/plugins/burger-companion/inc/rasam/images/toprecipes/toprecipes-list.png'),(464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/rasam.php','wp-content/plugins/burger-companion/inc/rasam/rasam.php'),(465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/rasam/sections/section-recepies.php','wp-content/plugins/burger-companion/inc/rasam/sections/section-recepies.php'),(466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/seokart/default-pages/home-page.php'),(467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/seokart/default-pages/upload-media.php'),(468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/seokart/default-widgets/default-widget.php'),(469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/dynamic_style.php','wp-content/plugins/burger-companion/inc/seokart/dynamic_style.php'),(470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/extras.php','wp-content/plugins/burger-companion/inc/seokart/extras.php'),(471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-footer.php','wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-footer.php'),(472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-header.php','wp-content/plugins/burger-companion/inc/seokart/features/seokart-above-header.php'),(473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-features.php','wp-content/plugins/burger-companion/inc/seokart/features/seokart-features.php'),(474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-slider.php','wp-content/plugins/burger-companion/inc/seokart/features/seokart-slider.php'),(475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-team.php','wp-content/plugins/burger-companion/inc/seokart/features/seokart-team.php'),(476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/features/seokart-typography.php','wp-content/plugins/burger-companion/inc/seokart/features/seokart-typography.php'),(477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/feture.png','wp-content/plugins/burger-companion/inc/seokart/images/feture.png'),(478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/footer-logo.png','wp-content/plugins/burger-companion/inc/seokart/images/footer-logo.png'),(479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/logo.png','wp-content/plugins/burger-companion/inc/seokart/images/logo.png'),(480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/slider-man-img.png','wp-content/plugins/burger-companion/inc/seokart/images/slider-man-img.png'),(481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-bg.jpg','wp-content/plugins/burger-companion/inc/seokart/images/team-bg.jpg'),(482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-1.png','wp-content/plugins/burger-companion/inc/seokart/images/team-img-1.png'),(483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-2.png','wp-content/plugins/burger-companion/inc/seokart/images/team-img-2.png'),(484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-3.png','wp-content/plugins/burger-companion/inc/seokart/images/team-img-3.png'),(485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-4.png','wp-content/plugins/burger-companion/inc/seokart/images/team-img-4.png'),(486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-5.png','wp-content/plugins/burger-companion/inc/seokart/images/team-img-5.png'),(487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/images/team-img-6.png','wp-content/plugins/burger-companion/inc/seokart/images/team-img-6.png'),(488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-above-footer.php','wp-content/plugins/burger-companion/inc/seokart/sections/section-above-footer.php'),(489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/seokart/sections/section-above-header.php'),(490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-features.php','wp-content/plugins/burger-companion/inc/seokart/sections/section-features.php'),(491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-slider.php','wp-content/plugins/burger-companion/inc/seokart/sections/section-slider.php'),(492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/sections/section-team.php','wp-content/plugins/burger-companion/inc/seokart/sections/section-team.php'),(493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/seokart/seokart.php','wp-content/plugins/burger-companion/inc/seokart/seokart.php'),(494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-pages/default-post.php','wp-content/plugins/burger-companion/inc/setto/default-pages/default-post.php'),(495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/setto/default-pages/home-page.php'),(496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/setto/default-pages/upload-media.php'),(497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/setto/default-widgets/default-widget.php'),(498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/dynamic-style.php','wp-content/plugins/burger-companion/inc/setto/dynamic-style.php'),(499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/extras.php','wp-content/plugins/burger-companion/inc/setto/extras.php'),(500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-above-header.php','wp-content/plugins/burger-companion/inc/setto/features/setto-above-header.php'),(501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-browse-cat.php','wp-content/plugins/burger-companion/inc/setto/features/setto-browse-cat.php'),(502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-footer.php','wp-content/plugins/burger-companion/inc/setto/features/setto-footer.php'),(503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-product.php','wp-content/plugins/burger-companion/inc/setto/features/setto-product.php'),(504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-slider.php','wp-content/plugins/burger-companion/inc/setto/features/setto-slider.php'),(505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/features/setto-typography.php','wp-content/plugins/burger-companion/inc/setto/features/setto-typography.php'),(506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/blog/blog-1.jpg','wp-content/plugins/burger-companion/inc/setto/images/blog/blog-1.jpg'),(507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/blog/blog-2.jpg','wp-content/plugins/burger-companion/inc/setto/images/blog/blog-2.jpg'),(508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/blog/blog-3.jpg','wp-content/plugins/burger-companion/inc/setto/images/blog/blog-3.jpg'),(509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/logo.png','wp-content/plugins/burger-companion/inc/setto/images/logo.png'),(510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-1.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-1.jpg'),(511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-2.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-2.jpg'),(512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-3.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-3.jpg'),(513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-4.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-4.jpg'),(514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-5.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-5.jpg'),(515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-6.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-6.jpg'),(516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-7.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-7.jpg'),(517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/product/product-8.jpg','wp-content/plugins/burger-companion/inc/setto/images/product/product-8.jpg'),(518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/slider/slider-1.jpg','wp-content/plugins/burger-companion/inc/setto/images/slider/slider-1.jpg'),(519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/slider/slider-2.jpg','wp-content/plugins/burger-companion/inc/setto/images/slider/slider-2.jpg'),(520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/images/slider/slider-3.jpg','wp-content/plugins/burger-companion/inc/setto/images/slider/slider-3.jpg'),(521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/setto/sections/section-above-header.php'),(522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-below-footer.php','wp-content/plugins/burger-companion/inc/setto/sections/section-below-footer.php'),(523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-browse-cat.php','wp-content/plugins/burger-companion/inc/setto/sections/section-browse-cat.php'),(524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-product.php','wp-content/plugins/burger-companion/inc/setto/sections/section-product.php'),(525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/sections/section-slider.php','wp-content/plugins/burger-companion/inc/setto/sections/section-slider.php'),(526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto/setto.php','wp-content/plugins/burger-companion/inc/setto/setto.php'),(527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/extras.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/extras.php'),(528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-browse.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-browse.php'),(529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-product.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-product.php'),(530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-slider.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/features/setto-slider.php'),(531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/category.jpg','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/category.jpg'),(532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-01.png','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-01.png'),(533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-02.jpg','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-02.jpg'),(534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-03.jpg','wp-content/plugins/burger-companion/inc/setto-lifestyle/images/slider/slider-03.jpg'),(535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-above-header.php'),(536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-browse.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-browse.php'),(537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-product.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-product.php'),(538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-slider.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/sections/section-slider.php'),(539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/setto-lifestyle/setto-lifestyle.php','wp-content/plugins/burger-companion/inc/setto-lifestyle/setto-lifestyle.php'),(540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/features/storebiz-info.php','wp-content/plugins/burger-companion/inc/shopmax/features/storebiz-info.php'),(541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/footer-logo.png','wp-content/plugins/burger-companion/inc/shopmax/images/footer-logo.png'),(542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/info/info1.jpg','wp-content/plugins/burger-companion/inc/shopmax/images/info/info1.jpg'),(543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/info/info2.jpg','wp-content/plugins/burger-companion/inc/shopmax/images/info/info2.jpg'),(544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/info/info3.jpg','wp-content/plugins/burger-companion/inc/shopmax/images/info/info3.jpg'),(545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/images/logo.png','wp-content/plugins/burger-companion/inc/shopmax/images/logo.png'),(546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/sections/section-info.php','wp-content/plugins/burger-companion/inc/shopmax/sections/section-info.php'),(547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/sections/section-slider.php','wp-content/plugins/burger-companion/inc/shopmax/sections/section-slider.php'),(548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/shopmax/shopmax.php','wp-content/plugins/burger-companion/inc/shopmax/shopmax.php'),(549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/features/sipri-cta.php','wp-content/plugins/burger-companion/inc/sipri/features/sipri-cta.php'),(550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/cta/avatar-1.png','wp-content/plugins/burger-companion/inc/sipri/images/cta/avatar-1.png'),(551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/cta/dotted_image.png','wp-content/plugins/burger-companion/inc/sipri/images/cta/dotted_image.png'),(552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/footer-logo.png','wp-content/plugins/burger-companion/inc/sipri/images/footer-logo.png'),(553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/images/logo.png','wp-content/plugins/burger-companion/inc/sipri/images/logo.png'),(554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/sections/section-cta.php','wp-content/plugins/burger-companion/inc/sipri/sections/section-cta.php'),(555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/sipri/sipri.php','wp-content/plugins/burger-companion/inc/sipri/sipri.php'),(556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/spabiz/default-pages/home-page.php'),(557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/spabiz/default-pages/upload-media.php'),(558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/spabiz/default-widgets/default-widget.php'),(559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/dynamic-style.php','wp-content/plugins/burger-companion/inc/spabiz/dynamic-style.php'),(560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/extras.php','wp-content/plugins/burger-companion/inc/spabiz/extras.php'),(561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-funfact.php','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-funfact.php'),(562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-header.php','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-header.php'),(563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-info.php','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-info.php'),(564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-service.php','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-service.php'),(565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-slider.php','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-slider.php'),(566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-typography.php','wp-content/plugins/burger-companion/inc/spabiz/features/spabiz-typography.php'),(567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/funfact/fbg.png','wp-content/plugins/burger-companion/inc/spabiz/images/funfact/fbg.png'),(568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/logo.png','wp-content/plugins/burger-companion/inc/spabiz/images/logo.png'),(569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/logo2.png','wp-content/plugins/burger-companion/inc/spabiz/images/logo2.png'),(570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/slider/01.png','wp-content/plugins/burger-companion/inc/spabiz/images/slider/01.png'),(571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/slider/06.png','wp-content/plugins/burger-companion/inc/spabiz/images/slider/06.png'),(572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/images/slider/07.png','wp-content/plugins/burger-companion/inc/spabiz/images/slider/07.png'),(573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/spabiz/sections/section-above-header.php'),(574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-funfact.php','wp-content/plugins/burger-companion/inc/spabiz/sections/section-funfact.php'),(575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-info.php','wp-content/plugins/burger-companion/inc/spabiz/sections/section-info.php'),(576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-service.php','wp-content/plugins/burger-companion/inc/spabiz/sections/section-service.php'),(577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/sections/section-slider.php','wp-content/plugins/burger-companion/inc/spabiz/sections/section-slider.php'),(578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spabiz/spabiz.php','wp-content/plugins/burger-companion/inc/spabiz/spabiz.php'),(579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-funfact.php','wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-funfact.php'),(580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-testimonial.php','wp-content/plugins/burger-companion/inc/spinsoft/features/spintech-testimonial.php'),(581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape19.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape19.png'),(582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape20.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape20.png'),(583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape21.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape21.png'),(584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape22.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape22.png'),(585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape23.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape23.png'),(586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape24.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape24.png'),(587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape25.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape25.png'),(588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape26.png','wp-content/plugins/burger-companion/inc/spinsoft/images/clipArt/shape26.png'),(589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img01.png','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img01.png'),(590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img02.png','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img02.png'),(591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img03.png','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img03.png'),(592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img04.png','wp-content/plugins/burger-companion/inc/spinsoft/images/funfact/img04.png'),(593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/logo.png','wp-content/plugins/burger-companion/inc/spinsoft/images/logo.png'),(594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img01.png','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img01.png'),(595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img02.png','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img02.png'),(596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img03.png','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img03.png'),(597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img04.png','wp-content/plugins/burger-companion/inc/spinsoft/images/testimonials/img04.png'),(598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/sections/section-funfact.php','wp-content/plugins/burger-companion/inc/spinsoft/sections/section-funfact.php'),(599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/sections/section-testimonial.php','wp-content/plugins/burger-companion/inc/spinsoft/sections/section-testimonial.php'),(600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spinsoft/spinsoft.php','wp-content/plugins/burger-companion/inc/spinsoft/spinsoft.php'),(601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/spintech/default-pages/home-page.php'),(602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/spintech/default-pages/upload-media.php'),(603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/spintech/default-widgets/default-widget.php'),(604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/dynamic-style.php','wp-content/plugins/burger-companion/inc/spintech/dynamic-style.php'),(605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/extras.php','wp-content/plugins/burger-companion/inc/spintech/extras.php'),(606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-above-header.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-above-header.php'),(607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-cta.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-cta.php'),(608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-design.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-design.php'),(609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-general.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-general.php'),(610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-info.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-info.php'),(611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-service.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-service.php'),(612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-slider.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-slider.php'),(613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/features/spintech-typography.php','wp-content/plugins/burger-companion/inc/spintech/features/spintech-typography.php'),(614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/Logo.png','wp-content/plugins/burger-companion/inc/spintech/images/Logo.png'),(615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/about/design-img.png','wp-content/plugins/burger-companion/inc/spintech/images/about/design-img.png'),(616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape1.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape1.png'),(617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape2.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape2.png'),(618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape3.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape3.png'),(619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape4.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape4.png'),(620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape5.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape5.png'),(621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape6.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape6.png'),(622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape7.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape7.png'),(623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape8.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape8.png'),(624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape9.png','wp-content/plugins/burger-companion/inc/spintech/images/clipArt/ctaClipart/shape9.png'),(625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/slider/img01.jpg','wp-content/plugins/burger-companion/inc/spintech/images/slider/img01.jpg'),(626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/slider/img02.jpg','wp-content/plugins/burger-companion/inc/spintech/images/slider/img02.jpg'),(627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/images/slider/img03.jpg','wp-content/plugins/burger-companion/inc/spintech/images/slider/img03.jpg'),(628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/spintech/sections/section-above-header.php'),(629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-cta.php','wp-content/plugins/burger-companion/inc/spintech/sections/section-cta.php'),(630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-design.php','wp-content/plugins/burger-companion/inc/spintech/sections/section-design.php'),(631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-info.php','wp-content/plugins/burger-companion/inc/spintech/sections/section-info.php'),(632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-service.php','wp-content/plugins/burger-companion/inc/spintech/sections/section-service.php'),(633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/sections/section-slider.php','wp-content/plugins/burger-companion/inc/spintech/sections/section-slider.php'),(634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/spintech/spintech.php','wp-content/plugins/burger-companion/inc/spintech/spintech.php'),(635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/default-pages/home-page.php','wp-content/plugins/burger-companion/inc/storebiz/default-pages/home-page.php'),(636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/default-pages/upload-media.php','wp-content/plugins/burger-companion/inc/storebiz/default-pages/upload-media.php'),(637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/default-widgets/default-widget.php','wp-content/plugins/burger-companion/inc/storebiz/default-widgets/default-widget.php'),(638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/dynamic-style.php','wp-content/plugins/burger-companion/inc/storebiz/dynamic-style.php'),(639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/extras.php','wp-content/plugins/burger-companion/inc/storebiz/extras.php'),(640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-above-header.php','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-above-header.php'),(641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-slider.php','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-slider.php'),(642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-testimonial.php','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-testimonial.php'),(643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-typography.php','wp-content/plugins/burger-companion/inc/storebiz/features/storebiz-typography.php'),(644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/footer-logo.png','wp-content/plugins/burger-companion/inc/storebiz/images/footer-logo.png'),(645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/logo.png','wp-content/plugins/burger-companion/inc/storebiz/images/logo.png'),(646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider/img01.jpg','wp-content/plugins/burger-companion/inc/storebiz/images/slider/img01.jpg'),(647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider/img02.jpg','wp-content/plugins/burger-companion/inc/storebiz/images/slider/img02.jpg'),(648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider/img03.jpg','wp-content/plugins/burger-companion/inc/storebiz/images/slider/img03.jpg'),(649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info1.jpg','wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info1.jpg'),(650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info2.jpg','wp-content/plugins/burger-companion/inc/storebiz/images/slider-info/info2.jpg'),(651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img01.png','wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img01.png'),(652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img02.png','wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img02.png'),(653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img03.png','wp-content/plugins/burger-companion/inc/storebiz/images/testimonials/img03.png'),(654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-above-header.php','wp-content/plugins/burger-companion/inc/storebiz/sections/section-above-header.php'),(655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-feature-product.php','wp-content/plugins/burger-companion/inc/storebiz/sections/section-feature-product.php'),(656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-latest-product.php','wp-content/plugins/burger-companion/inc/storebiz/sections/section-latest-product.php'),(657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-slider.php','wp-content/plugins/burger-companion/inc/storebiz/sections/section-slider.php'),(658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/sections/section-testimonial.php','wp-content/plugins/burger-companion/inc/storebiz/sections/section-testimonial.php'),(659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storebiz/storebiz.php','wp-content/plugins/burger-companion/inc/storebiz/storebiz.php'),(660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/images/footer-logo.png','wp-content/plugins/burger-companion/inc/storewise/images/footer-logo.png'),(661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/images/logo.png','wp-content/plugins/burger-companion/inc/storewise/images/logo.png'),(662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/sections/section-slider.php','wp-content/plugins/burger-companion/inc/storewise/sections/section-slider.php'),(663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/inc/storewise/storewise.php','wp-content/plugins/burger-companion/inc/storewise/storewise.php'),(664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/license.txt','wp-content/plugins/burger-companion/license.txt'),(665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/readme.txt','wp-content/plugins/burger-companion/readme.txt'),(666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/burger-companion/uninstall.php','wp-content/plugins/burger-companion/uninstall.php'),(667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css','wp-content/plugins/disable-gutenberg/css/font-icons.css'),(668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/css/settings.css','wp-content/plugins/disable-gutenberg/css/settings.css'),(669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php','wp-content/plugins/disable-gutenberg/disable-gutenberg.php'),(670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot'),(671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg'),(672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf'),(673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff'),(674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2'),(675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php','wp-content/plugins/disable-gutenberg/inc/classic-editor.php'),(676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php','wp-content/plugins/disable-gutenberg/inc/plugin-core.php'),(677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php','wp-content/plugins/disable-gutenberg/inc/plugin-features.php'),(678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php','wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php'),(679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php','wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php'),(680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php','wp-content/plugins/disable-gutenberg/inc/settings-display.php'),(681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php','wp-content/plugins/disable-gutenberg/inc/settings-register.php'),(682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php','wp-content/plugins/disable-gutenberg/inc/settings-reset.php'),(683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/js/settings.js','wp-content/plugins/disable-gutenberg/js/settings.js'),(684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot','wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot'),(685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/readme.txt','wp-content/plugins/disable-gutenberg/readme.txt'),(686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/disable-gutenberg/uninstall.php','wp-content/plugins/disable-gutenberg/uninstall.php'),(687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php','wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php'),(688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/app.php','wp-content/plugins/elementor/app/app.php'),(689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php','wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php'),(690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php','wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php'),(691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php','wp-content/plugins/elementor/app/modules/import-export/compatibility/kit-library.php'),(692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php','wp-content/plugins/elementor/app/modules/import-export/module.php'),(693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/export.php','wp-content/plugins/elementor/app/modules/import-export/processes/export.php'),(694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php','wp-content/plugins/elementor/app/modules/import-export/processes/import.php'),(695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php','wp-content/plugins/elementor/app/modules/import-export/processes/revert.php'),(696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php'),(697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/export-runner-base.php'),(698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php'),(699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php'),(700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php'),(701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/templates.php'),(702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php'),(703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php'),(704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php'),(705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php'),(706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php'),(707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php'),(708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php'),(709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/import/wp-content.php'),(710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php'),(711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php'),(712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php'),(713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php'),(714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php'),(715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php'),(716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php','wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php'),(717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php','wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php'),(718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/usage.php','wp-content/plugins/elementor/app/modules/import-export/usage.php'),(719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/utils.php','wp-content/plugins/elementor/app/modules/import-export/utils.php'),(720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php','wp-content/plugins/elementor/app/modules/import-export/wp-cli.php'),(721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php','wp-content/plugins/elementor/app/modules/kit-library/connect/kit-library.php'),(722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php','wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php'),(723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php','wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php'),(724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php'),(725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php','wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php'),(726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php','wp-content/plugins/elementor/app/modules/kit-library/data/repository.php'),(727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php','wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php'),(728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php','wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php'),(729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/kit-library/module.php','wp-content/plugins/elementor/app/modules/kit-library/module.php'),(730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/onboarding/module.php','wp-content/plugins/elementor/app/modules/onboarding/module.php'),(731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/modules/site-editor/module.php','wp-content/plugins/elementor/app/modules/site-editor/module.php'),(732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/app/view.php','wp-content/plugins/elementor/app/view.php'),(733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css','wp-content/plugins/elementor/assets/css/admin-rtl.css'),(734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css','wp-content/plugins/elementor/assets/css/admin-rtl.min.css'),(735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css'),(736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css','wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css'),(737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.css','wp-content/plugins/elementor/assets/css/admin-top-bar.css'),(738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css','wp-content/plugins/elementor/assets/css/admin-top-bar.min.css'),(739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin.css','wp-content/plugins/elementor/assets/css/admin.css'),(740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/admin.min.css','wp-content/plugins/elementor/assets/css/admin.min.css'),(741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.css','wp-content/plugins/elementor/assets/css/app-base-rtl.css'),(742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css','wp-content/plugins/elementor/assets/css/app-base-rtl.min.css'),(743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base.css','wp-content/plugins/elementor/assets/css/app-base.css'),(744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-base.min.css','wp-content/plugins/elementor/assets/css/app-base.min.css'),(745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-rtl.css','wp-content/plugins/elementor/assets/css/app-rtl.css'),(746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app-rtl.min.css','wp-content/plugins/elementor/assets/css/app-rtl.min.css'),(747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app.css','wp-content/plugins/elementor/assets/css/app.css'),(748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/app.min.css','wp-content/plugins/elementor/assets/css/app.min.css'),(749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css','wp-content/plugins/elementor/assets/css/common-rtl.css'),(750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css','wp-content/plugins/elementor/assets/css/common-rtl.min.css'),(751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common.css','wp-content/plugins/elementor/assets/css/common.css'),(752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/common.min.css','wp-content/plugins/elementor/assets/css/common.min.css'),(753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-dark-mode.css','wp-content/plugins/elementor/assets/css/editor-dark-mode.css'),(754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-dark-mode.min.css','wp-content/plugins/elementor/assets/css/editor-dark-mode.min.css'),(755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.css','wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.css'),(756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.min.css','wp-content/plugins/elementor/assets/css/editor-preview-legacy-rtl.min.css'),(757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy.css','wp-content/plugins/elementor/assets/css/editor-preview-legacy.css'),(758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-legacy.min.css','wp-content/plugins/elementor/assets/css/editor-preview-legacy.min.css'),(759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css','wp-content/plugins/elementor/assets/css/editor-preview-rtl.css'),(760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css','wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css'),(761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css','wp-content/plugins/elementor/assets/css/editor-preview.css'),(762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css','wp-content/plugins/elementor/assets/css/editor-preview.min.css'),(763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css','wp-content/plugins/elementor/assets/css/editor-rtl.css'),(764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css','wp-content/plugins/elementor/assets/css/editor-rtl.min.css'),(765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor.css','wp-content/plugins/elementor/assets/css/editor.css'),(766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/editor.min.css','wp-content/plugins/elementor/assets/css/editor.min.css'),(767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.css','wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.css'),(768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.min.css','wp-content/plugins/elementor/assets/css/frontend-legacy-rtl.min.css'),(769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy.css','wp-content/plugins/elementor/assets/css/frontend-legacy.css'),(770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css','wp-content/plugins/elementor/assets/css/frontend-legacy.min.css'),(771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.css'),(772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css','wp-content/plugins/elementor/assets/css/frontend-lite-rtl.min.css'),(773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.css','wp-content/plugins/elementor/assets/css/frontend-lite.css'),(774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-lite.min.css','wp-content/plugins/elementor/assets/css/frontend-lite.min.css'),(775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css','wp-content/plugins/elementor/assets/css/frontend-rtl.css'),(776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css','wp-content/plugins/elementor/assets/css/frontend-rtl.min.css'),(777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend.css','wp-content/plugins/elementor/assets/css/frontend.css'),(778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css','wp-content/plugins/elementor/assets/css/frontend.min.css'),(779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css'),(780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css','wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css'),(781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css','wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.css'),(782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css','wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css'),(783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.css','wp-content/plugins/elementor/assets/css/modules/notes/editor.css'),(784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css','wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css'),(785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.css','wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.css'),(786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-legacy-rtl.min.css'),(787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy.css','wp-content/plugins/elementor/assets/css/templates/frontend-legacy.css'),(788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-legacy.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-legacy.min.css'),(789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.css'),(790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite-rtl.min.css'),(791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite.css'),(792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-lite.min.css'),(793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css'),(794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css'),(795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css','wp-content/plugins/elementor/assets/css/templates/frontend.css'),(796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css','wp-content/plugins/elementor/assets/css/templates/frontend.min.css'),(797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css'),(798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css','wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css'),(799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css'),(800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css','wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css'),(801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css'),(802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css'),(803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css'),(804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css','wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css'),(805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css'),(806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css'),(807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css'),(808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css','wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css'),(809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css'),(810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css','wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css'),(811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css'),(812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css','wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css'),(813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css'),(814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css','wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css'),(815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css','wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css'),(816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css','wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css'),(817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css'),(818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-accordion.min.css','wp-content/plugins/elementor/assets/css/widget-accordion.min.css'),(819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css'),(820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-alert.min.css','wp-content/plugins/elementor/assets/css/widget-alert.min.css'),(821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css'),(822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-counter.min.css','wp-content/plugins/elementor/assets/css/widget-counter.min.css'),(823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css'),(824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-divider.min.css','wp-content/plugins/elementor/assets/css/widget-divider.min.css'),(825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css'),(826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css','wp-content/plugins/elementor/assets/css/widget-google_maps.min.css'),(827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css'),(828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-heading.min.css','wp-content/plugins/elementor/assets/css/widget-heading.min.css'),(829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css'),(830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css','wp-content/plugins/elementor/assets/css/widget-icon-box.min.css'),(831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css'),(832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css','wp-content/plugins/elementor/assets/css/widget-icon-list.min.css'),(833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css'),(834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-box.min.css','wp-content/plugins/elementor/assets/css/widget-image-box.min.css'),(835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css'),(836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css','wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css'),(837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css'),(838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css','wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css'),(839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css'),(840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-image.min.css','wp-content/plugins/elementor/assets/css/widget-image.min.css'),(841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css'),(842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css','wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css'),(843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css'),(844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-progress.min.css','wp-content/plugins/elementor/assets/css/widget-progress.min.css'),(845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css'),(846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css','wp-content/plugins/elementor/assets/css/widget-social-icons.min.css'),(847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css'),(848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-spacer.min.css','wp-content/plugins/elementor/assets/css/widget-spacer.min.css'),(849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css'),(850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css','wp-content/plugins/elementor/assets/css/widget-star-rating.min.css'),(851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css'),(852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-tabs.min.css','wp-content/plugins/elementor/assets/css/widget-tabs.min.css'),(853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css'),(854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css','wp-content/plugins/elementor/assets/css/widget-testimonial.min.css'),(855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css'),(856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css','wp-content/plugins/elementor/assets/css/widget-text-editor.min.css'),(857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css'),(858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-toggle.min.css','wp-content/plugins/elementor/assets/css/widget-toggle.min.css'),(859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css','wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css'),(860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/css/widget-video.min.css','wp-content/plugins/elementor/assets/css/widget-video.min.css'),(861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/data/responsive-widgets.json','wp-content/plugins/elementor/assets/data/responsive-widgets.json'),(862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/ajax-loader.gif','wp-content/plugins/elementor/assets/images/ajax-loader.gif'),(863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg'),(864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg','wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg'),(865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg'),(866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg'),(867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg'),(868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg','wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg'),(869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg','wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg'),(870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg','wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg'),(871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg','wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg'),(872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg','wp-content/plugins/elementor/assets/images/app/site-editor/header.svg'),(873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg','wp-content/plugins/elementor/assets/images/app/site-editor/product.svg'),(874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg','wp-content/plugins/elementor/assets/images/app/site-editor/products.svg'),(875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg','wp-content/plugins/elementor/assets/images/app/site-editor/search-results.svg'),(876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg','wp-content/plugins/elementor/assets/images/app/site-editor/single-page.svg'),(877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg','wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg'),(878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/blur.png','wp-content/plugins/elementor/assets/images/blur.png'),(879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/contrast.png','wp-content/plugins/elementor/assets/images/contrast.png'),(880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/eyedropper.svg','wp-content/plugins/elementor/assets/images/eyedropper.svg'),(881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg','wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg'),(882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/go-pro.svg','wp-content/plugins/elementor/assets/images/go-pro.svg'),(883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/information.svg','wp-content/plugins/elementor/assets/images/information.svg'),(884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-1.png','wp-content/plugins/elementor/assets/images/library-connect/left-1.png'),(885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-2.png','wp-content/plugins/elementor/assets/images/library-connect/left-2.png'),(886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-1.png','wp-content/plugins/elementor/assets/images/library-connect/right-1.png'),(887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png','wp-content/plugins/elementor/assets/images/library-connect/right-2.png'),(888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png','wp-content/plugins/elementor/assets/images/logo-icon.png'),(889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg','wp-content/plugins/elementor/assets/images/logo-panel.svg'),(890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/logo-platform.svg','wp-content/plugins/elementor/assets/images/logo-platform.svg'),(891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/no-search-results.svg','wp-content/plugins/elementor/assets/images/no-search-results.svg'),(892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/images/placeholder.png','wp-content/plugins/elementor/assets/images/placeholder.png'),(893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/10d07b3ca9f519f50a7d.bundle.js','wp-content/plugins/elementor/assets/js/10d07b3ca9f519f50a7d.bundle.js'),(894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/16cc717bd1ce2da6f96c.bundle.js','wp-content/plugins/elementor/assets/js/16cc717bd1ce2da6f96c.bundle.js'),(895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js','wp-content/plugins/elementor/assets/js/1bef795bdeaafc779b19.bundle.min.js'),(896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/2e8813c243a2f5c7d0a5.bundle.min.js','wp-content/plugins/elementor/assets/js/2e8813c243a2f5c7d0a5.bundle.min.js'),(897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/62aed6374b1561fb5fd8.bundle.js','wp-content/plugins/elementor/assets/js/62aed6374b1561fb5fd8.bundle.js'),(898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/a8a0fe627bbf37d6fb0e.bundle.js','wp-content/plugins/elementor/assets/js/a8a0fe627bbf37d6fb0e.bundle.js'),(899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/accordion.2e5c3409e658db9d3c3a.bundle.js','wp-content/plugins/elementor/assets/js/accordion.2e5c3409e658db9d3c3a.bundle.js'),(900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js','wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js'),(901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js','wp-content/plugins/elementor/assets/js/admin-feedback.js'),(902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js','wp-content/plugins/elementor/assets/js/admin-feedback.min.js'),(903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-modules.js','wp-content/plugins/elementor/assets/js/admin-modules.js'),(904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js','wp-content/plugins/elementor/assets/js/admin-modules.min.js'),(905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.js','wp-content/plugins/elementor/assets/js/admin-top-bar.js'),(906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js','wp-content/plugins/elementor/assets/js/admin-top-bar.min.js'),(907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin.js','wp-content/plugins/elementor/assets/js/admin.js'),(908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/admin.min.js','wp-content/plugins/elementor/assets/js/admin.min.js'),(909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js','wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js'),(910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/alert.fab41b1ce9a2329c8779.bundle.js','wp-content/plugins/elementor/assets/js/alert.fab41b1ce9a2329c8779.bundle.js'),(911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-loader.js','wp-content/plugins/elementor/assets/js/app-loader.js'),(912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-loader.min.js','wp-content/plugins/elementor/assets/js/app-loader.min.js'),(913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-packages.js','wp-content/plugins/elementor/assets/js/app-packages.js'),(914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js','wp-content/plugins/elementor/assets/js/app-packages.min.js'),(915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt'),(916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app.js','wp-content/plugins/elementor/assets/js/app.js'),(917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app.min.js','wp-content/plugins/elementor/assets/js/app.min.js'),(918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt'),(919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js','wp-content/plugins/elementor/assets/js/beta-tester.js'),(920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js','wp-content/plugins/elementor/assets/js/beta-tester.min.js'),(921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common-modules.js','wp-content/plugins/elementor/assets/js/common-modules.js'),(922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js','wp-content/plugins/elementor/assets/js/common-modules.min.js'),(923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common.js','wp-content/plugins/elementor/assets/js/common.js'),(924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common.min.js','wp-content/plugins/elementor/assets/js/common.min.js'),(925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt'),(926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container-converter.js','wp-content/plugins/elementor/assets/js/container-converter.js'),(927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container-converter.min.js','wp-content/plugins/elementor/assets/js/container-converter.min.js'),(928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container.0fe1d3abe4a4fd76f033.bundle.min.js','wp-content/plugins/elementor/assets/js/container.0fe1d3abe4a4fd76f033.bundle.min.js'),(929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/container.1defadbf74ae3af5a41b.bundle.js','wp-content/plugins/elementor/assets/js/container.1defadbf74ae3af5a41b.bundle.js'),(930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js','wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js'),(931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/counter.76b7d2e97fab58558ee8.bundle.js','wp-content/plugins/elementor/assets/js/counter.76b7d2e97fab58558ee8.bundle.js'),(932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/dev-tools.js','wp-content/plugins/elementor/assets/js/dev-tools.js'),(933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/dev-tools.min.js','wp-content/plugins/elementor/assets/js/dev-tools.min.js'),(934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/e8e829d2fd0dee8e82ec.bundle.min.js','wp-content/plugins/elementor/assets/js/e8e829d2fd0dee8e82ec.bundle.min.js'),(935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-document.js','wp-content/plugins/elementor/assets/js/editor-document.js'),(936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js','wp-content/plugins/elementor/assets/js/editor-document.min.js'),(937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js','wp-content/plugins/elementor/assets/js/editor-modules.js'),(938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js','wp-content/plugins/elementor/assets/js/editor-modules.min.js'),(939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor.js','wp-content/plugins/elementor/assets/js/editor.js'),(940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor.min.js','wp-content/plugins/elementor/assets/js/editor.min.js'),(941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt'),(942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js','wp-content/plugins/elementor/assets/js/elementor-admin-bar.js'),(943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js','wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js'),(944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js','wp-content/plugins/elementor/assets/js/frontend-modules.js'),(945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js','wp-content/plugins/elementor/assets/js/frontend-modules.min.js'),(946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend.js','wp-content/plugins/elementor/assets/js/frontend.js'),(947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js','wp-content/plugins/elementor/assets/js/frontend.min.js'),(948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js','wp-content/plugins/elementor/assets/js/gutenberg.js'),(949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js','wp-content/plugins/elementor/assets/js/gutenberg.min.js'),(950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/image-carousel.68bbb96593f8c6ecf166.bundle.js','wp-content/plugins/elementor/assets/js/image-carousel.68bbb96593f8c6ecf166.bundle.js'),(951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/image-carousel.e02695895b33b77d89de.bundle.min.js','wp-content/plugins/elementor/assets/js/image-carousel.e02695895b33b77d89de.bundle.min.js'),(952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.js','wp-content/plugins/elementor/assets/js/import-export-admin.js'),(953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.min.js','wp-content/plugins/elementor/assets/js/import-export-admin.min.js'),(954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js'),(955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js'),(956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt'),(957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-library.1d4ce02c8ea9acb3ed7f.bundle.min.js','wp-content/plugins/elementor/assets/js/kit-library.1d4ce02c8ea9acb3ed7f.bundle.min.js'),(958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/kit-library.8a5a7f84827b7031a821.bundle.js','wp-content/plugins/elementor/assets/js/kit-library.8a5a7f84827b7031a821.bundle.js'),(959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/lightbox.062e482fd73fca037d19.bundle.min.js','wp-content/plugins/elementor/assets/js/lightbox.062e482fd73fca037d19.bundle.min.js'),(960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/lightbox.7d480a6e916905e5fb93.bundle.js','wp-content/plugins/elementor/assets/js/lightbox.7d480a6e916905e5fb93.bundle.js'),(961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-elements.js','wp-content/plugins/elementor/assets/js/nested-elements.js'),(962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-elements.min.js','wp-content/plugins/elementor/assets/js/nested-elements.min.js'),(963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.5d3cad2561ee4d93a1ce.bundle.js','wp-content/plugins/elementor/assets/js/nested-tabs.5d3cad2561ee4d93a1ce.bundle.js'),(964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.b251a54d21f430949567.bundle.min.js','wp-content/plugins/elementor/assets/js/nested-tabs.b251a54d21f430949567.bundle.min.js'),(965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.js','wp-content/plugins/elementor/assets/js/nested-tabs.js'),(966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js','wp-content/plugins/elementor/assets/js/nested-tabs.min.js'),(967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt'),(968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/new-template.js','wp-content/plugins/elementor/assets/js/new-template.js'),(969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js','wp-content/plugins/elementor/assets/js/new-template.min.js'),(970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/notes.js','wp-content/plugins/elementor/assets/js/notes.js'),(971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/notes.min.js','wp-content/plugins/elementor/assets/js/notes.min.js'),(972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/onboarding.276dc41e63f17732408f.bundle.js','wp-content/plugins/elementor/assets/js/onboarding.276dc41e63f17732408f.bundle.js'),(973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/onboarding.b21918f1795ed0fa606b.bundle.min.js','wp-content/plugins/elementor/assets/js/onboarding.b21918f1795ed0fa606b.bundle.min.js'),(974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.js','wp-content/plugins/elementor/assets/js/preloaded-modules.js'),(975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js','wp-content/plugins/elementor/assets/js/preloaded-modules.min.js'),(976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/progress.76cabc81514569f4de82.bundle.js','wp-content/plugins/elementor/assets/js/progress.76cabc81514569f4de82.bundle.js'),(977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js','wp-content/plugins/elementor/assets/js/progress.ca55d33bb06cee4e6f02.bundle.min.js'),(978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/tabs.b358a47f052794b89da0.bundle.js','wp-content/plugins/elementor/assets/js/tabs.b358a47f052794b89da0.bundle.js'),(979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js','wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js'),(980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-editor.26e9c597fc0c1765a519.bundle.js','wp-content/plugins/elementor/assets/js/text-editor.26e9c597fc0c1765a519.bundle.js'),(981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js','wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js'),(982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-path.2d22c4c6bb5b646b2a49.bundle.js','wp-content/plugins/elementor/assets/js/text-path.2d22c4c6bb5b646b2a49.bundle.js'),(983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/text-path.a6b134c018b7fd744e84.bundle.min.js','wp-content/plugins/elementor/assets/js/text-path.a6b134c018b7fd744e84.bundle.min.js'),(984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/toggle.275b387e0126af4abc73.bundle.js','wp-content/plugins/elementor/assets/js/toggle.275b387e0126af4abc73.bundle.js'),(985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js','wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js'),(986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/video.9fcf6f0b982bacc93b9e.bundle.js','wp-content/plugins/elementor/assets/js/video.9fcf6f0b982bacc93b9e.bundle.js'),(987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/video.d86bfd0676264945e968.bundle.min.js','wp-content/plugins/elementor/assets/js/video.d86bfd0676264945e968.bundle.min.js'),(988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/web-cli.js','wp-content/plugins/elementor/assets/js/web-cli.js'),(989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js','wp-content/plugins/elementor/assets/js/web-cli.min.js'),(990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt','wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt'),(991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.js','wp-content/plugins/elementor/assets/js/webpack.runtime.js'),(992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js','wp-content/plugins/elementor/assets/js/webpack.runtime.min.js'),(993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js','wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js'),(994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/js/wp-audio.c312891b47caa5e1facb.bundle.js','wp-content/plugins/elementor/assets/js/wp-audio.c312891b47caa5e1facb.bundle.js'),(995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json','wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json'),(996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css','wp-content/plugins/elementor/assets/lib/animate.css/animate.css'),(997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css','wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css'),(998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css','wp-content/plugins/elementor/assets/lib/animations/animations.min.css'),(999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js'),(1000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js'),(1001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js'),(1002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js','wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js'),(1003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js','wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js'),(1004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js','wp-content/plugins/elementor/assets/lib/dialog/dialog.js'),(1005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js','wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js'),(1006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css'),(1007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css','wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css'),(1008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.js'),(1009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js','wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js'),(1010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css'),(1011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css','wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css'),(1012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js'),(1013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js','wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js'),(1014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css'),(1015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css','wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css'),(1016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/eicons.json','wp-content/plugins/elementor/assets/lib/eicons/eicons.json'),(1017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot'),(1018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg'),(1019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf'),(1020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff'),(1021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2','wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2'),(1022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css'),(1023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js'),(1024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css'),(1025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js','wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js'),(1026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css'),(1027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css'),(1028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css'),(1029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css'),(1030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css'),(1031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css'),(1032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css'),(1033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css'),(1034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css'),(1035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css'),(1036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css'),(1037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css'),(1038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css'),(1039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css'),(1040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css'),(1041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css','wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css'),(1042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf'),(1043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot'),(1044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg'),(1045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf'),(1046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff'),(1047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2'),(1048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js'),(1049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js'),(1050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js'),(1051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js'),(1052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js','wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js'),(1053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json','wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json'),(1054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json','wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json'),(1055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json','wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json'),(1056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js','wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js'),(1057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot'),(1058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg'),(1059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf'),(1060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff'),(1061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2'),(1062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot'),(1063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg'),(1064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf'),(1065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff'),(1066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2'),(1067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot'),(1068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg'),(1069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf'),(1070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff'),(1071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2','wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2'),(1072,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css','wp-content/plugins/elementor/assets/lib/hover/hover.css'),(1073,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.min.css','wp-content/plugins/elementor/assets/lib/hover/hover.min.css'),(1074,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js'),(1075,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js','wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js'),(1076,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.js'),(1077,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js','wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js'),(1078,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js'),(1079,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js','wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js'),(1080,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js'),(1081,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js','wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js'),(1082,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js'),(1083,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js','wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js'),(1084,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js'),(1085,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js','wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js'),(1086,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js'),(1087,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js','wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js'),(1088,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js'),(1089,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js','wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js'),(1090,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js','wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js'),(1091,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css','wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css'),(1092,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js','wp-content/plugins/elementor/assets/lib/share-link/share-link.js'),(1093,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js','wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js'),(1094,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js','wp-content/plugins/elementor/assets/lib/swiper/swiper.js'),(1095,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js','wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js'),(1096,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js'),(1097,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js','wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js'),(1098,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js','wp-content/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js'),(1099,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.js'),(1100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js','wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js'),(1101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/blob.svg','wp-content/plugins/elementor/assets/mask-shapes/blob.svg'),(1102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/circle.svg','wp-content/plugins/elementor/assets/mask-shapes/circle.svg'),(1103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/flower.svg','wp-content/plugins/elementor/assets/mask-shapes/flower.svg'),(1104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg','wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg'),(1105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg','wp-content/plugins/elementor/assets/mask-shapes/sketch.svg'),(1106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg','wp-content/plugins/elementor/assets/mask-shapes/triangle.svg'),(1107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg','wp-content/plugins/elementor/assets/shapes/arrow-negative.svg'),(1108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg','wp-content/plugins/elementor/assets/shapes/arrow.svg'),(1109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg','wp-content/plugins/elementor/assets/shapes/book-negative.svg'),(1110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/book.svg','wp-content/plugins/elementor/assets/shapes/book.svg'),(1111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg','wp-content/plugins/elementor/assets/shapes/clouds-negative.svg'),(1112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg','wp-content/plugins/elementor/assets/shapes/clouds.svg'),(1113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg'),(1114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg','wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg'),(1115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve-negative.svg','wp-content/plugins/elementor/assets/shapes/curve-negative.svg'),(1116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg','wp-content/plugins/elementor/assets/shapes/curve.svg'),(1117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg','wp-content/plugins/elementor/assets/shapes/drops-negative.svg'),(1118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg','wp-content/plugins/elementor/assets/shapes/drops.svg'),(1119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg','wp-content/plugins/elementor/assets/shapes/mountains.svg'),(1120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg','wp-content/plugins/elementor/assets/shapes/opacity-fan.svg'),(1121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg','wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg'),(1122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg','wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg'),(1123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/pyramids.svg','wp-content/plugins/elementor/assets/shapes/pyramids.svg'),(1124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg','wp-content/plugins/elementor/assets/shapes/split-negative.svg'),(1125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/split.svg','wp-content/plugins/elementor/assets/shapes/split.svg'),(1126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg','wp-content/plugins/elementor/assets/shapes/tilt.svg'),(1127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg'),(1128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg','wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg'),(1129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg','wp-content/plugins/elementor/assets/shapes/triangle-negative.svg'),(1130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg','wp-content/plugins/elementor/assets/shapes/triangle.svg'),(1131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/wave-brush.svg','wp-content/plugins/elementor/assets/shapes/wave-brush.svg'),(1132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/waves-negative.svg','wp-content/plugins/elementor/assets/shapes/waves-negative.svg'),(1133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg','wp-content/plugins/elementor/assets/shapes/waves-pattern.svg'),(1134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg','wp-content/plugins/elementor/assets/shapes/waves.svg'),(1135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/shapes/zigzag.svg','wp-content/plugins/elementor/assets/shapes/zigzag.svg'),(1136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/arc.svg','wp-content/plugins/elementor/assets/svg-paths/arc.svg'),(1137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/circle.svg','wp-content/plugins/elementor/assets/svg-paths/circle.svg'),(1138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/line.svg','wp-content/plugins/elementor/assets/svg-paths/line.svg'),(1139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/oval.svg','wp-content/plugins/elementor/assets/svg-paths/oval.svg'),(1140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/spiral.svg','wp-content/plugins/elementor/assets/svg-paths/spiral.svg'),(1141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/assets/svg-paths/wave.svg','wp-content/plugins/elementor/assets/svg-paths/wave.svg'),(1142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php','wp-content/plugins/elementor/core/admin/admin-notices.php'),(1143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/admin.php','wp-content/plugins/elementor/core/admin/admin.php'),(1144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php','wp-content/plugins/elementor/core/admin/canary-deployment.php'),(1145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/feedback.php','wp-content/plugins/elementor/core/admin/feedback.php'),(1146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php','wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php'),(1147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/base.php','wp-content/plugins/elementor/core/admin/menu/base.php'),(1148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php'),(1149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php','wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php'),(1150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/menu/main.php','wp-content/plugins/elementor/core/admin/menu/main.php'),(1151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php','wp-content/plugins/elementor/core/admin/notices/base-notice.php'),(1152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php','wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php'),(1153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/admin/ui/components/button.php','wp-content/plugins/elementor/core/admin/ui/components/button.php'),(1154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/app.php','wp-content/plugins/elementor/core/app/app.php'),(1155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php','wp-content/plugins/elementor/core/app/modules/import-export/module.php'),(1156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php','wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php'),(1157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/module.php','wp-content/plugins/elementor/core/app/modules/kit-library/module.php'),(1158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/app/modules/onboarding/module.php','wp-content/plugins/elementor/core/app/modules/onboarding/module.php'),(1159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/app.php','wp-content/plugins/elementor/core/base/app.php'),(1160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php','wp-content/plugins/elementor/core/base/background-process/wp-async-request.php'),(1161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php','wp-content/plugins/elementor/core/base/background-process/wp-background-process.php'),(1162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php','wp-content/plugins/elementor/core/base/background-task-manager.php'),(1163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/background-task.php','wp-content/plugins/elementor/core/base/background-task.php'),(1164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/base-object.php','wp-content/plugins/elementor/core/base/base-object.php'),(1165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php','wp-content/plugins/elementor/core/base/db-upgrades-manager.php'),(1166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/document.php','wp-content/plugins/elementor/core/base/document.php'),(1167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php','wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php'),(1168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php','wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php'),(1169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/base/module.php','wp-content/plugins/elementor/core/base/module.php'),(1170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php','wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php'),(1171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/breakpoints/breakpoint.php','wp-content/plugins/elementor/core/breakpoints/breakpoint.php'),(1172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/breakpoints/manager.php','wp-content/plugins/elementor/core/breakpoints/manager.php'),(1173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/app.php','wp-content/plugins/elementor/core/common/app.php'),(1174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php','wp-content/plugins/elementor/core/common/modules/ajax/module.php'),(1175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php','wp-content/plugins/elementor/core/common/modules/connect/admin.php'),(1176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php','wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php'),(1177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php','wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php'),(1178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php','wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php'),(1179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php','wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php'),(1180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php','wp-content/plugins/elementor/core/common/modules/connect/apps/library.php'),(1181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php','wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php'),(1182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php','wp-content/plugins/elementor/core/common/modules/connect/module.php'),(1183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php','wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php'),(1184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php','wp-content/plugins/elementor/core/common/modules/event-tracker/db.php'),(1185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php','wp-content/plugins/elementor/core/common/modules/event-tracker/module.php'),(1186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php','wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php'),(1187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php','wp-content/plugins/elementor/core/common/modules/finder/base-category.php'),(1188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php','wp-content/plugins/elementor/core/common/modules/finder/categories/create.php'),(1189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php','wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php'),(1190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php','wp-content/plugins/elementor/core/common/modules/finder/categories/general.php'),(1191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php','wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php'),(1192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php','wp-content/plugins/elementor/core/common/modules/finder/categories/site.php'),(1193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php','wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php'),(1194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php','wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php'),(1195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php','wp-content/plugins/elementor/core/common/modules/finder/module.php'),(1196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php','wp-content/plugins/elementor/core/common/modules/finder/template.php'),(1197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php','wp-content/plugins/elementor/core/debug/classes/htaccess.php'),(1198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php','wp-content/plugins/elementor/core/debug/classes/inspection-base.php'),(1199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php','wp-content/plugins/elementor/core/debug/classes/theme-missing.php'),(1200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/inspector.php','wp-content/plugins/elementor/core/debug/inspector.php'),(1201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php','wp-content/plugins/elementor/core/debug/loading-inspection-manager.php'),(1202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/document-types/page-base.php','wp-content/plugins/elementor/core/document-types/page-base.php'),(1203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/document-types/page.php','wp-content/plugins/elementor/core/document-types/page.php'),(1204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/document-types/post.php','wp-content/plugins/elementor/core/document-types/post.php'),(1205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/documents-manager.php','wp-content/plugins/elementor/core/documents-manager.php'),(1206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php','wp-content/plugins/elementor/core/dynamic-tags/base-tag.php'),(1207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php','wp-content/plugins/elementor/core/dynamic-tags/data-tag.php'),(1208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php','wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php'),(1209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php','wp-content/plugins/elementor/core/dynamic-tags/manager.php'),(1210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php','wp-content/plugins/elementor/core/dynamic-tags/tag.php'),(1211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/controller.php','wp-content/plugins/elementor/core/editor/data/globals/controller.php'),(1212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php','wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php'),(1213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php','wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php'),(1214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php','wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php'),(1215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/editor.php','wp-content/plugins/elementor/core/editor/editor.php'),(1216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php','wp-content/plugins/elementor/core/editor/notice-bar.php'),(1217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/editor/promotion.php','wp-content/plugins/elementor/core/editor/promotion.php'),(1218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php','wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php'),(1219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/experiments-reporter.php','wp-content/plugins/elementor/core/experiments/experiments-reporter.php'),(1220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/manager.php','wp-content/plugins/elementor/core/experiments/manager.php'),(1221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/wp-cli.php','wp-content/plugins/elementor/core/experiments/wp-cli.php'),(1222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php','wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php'),(1223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php','wp-content/plugins/elementor/core/files/assets/files-upload-handler.php'),(1224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php','wp-content/plugins/elementor/core/files/assets/json/json-handler.php'),(1225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/manager.php','wp-content/plugins/elementor/core/files/assets/manager.php'),(1226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php','wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php'),(1227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/base.php','wp-content/plugins/elementor/core/files/base.php'),(1228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/base.php','wp-content/plugins/elementor/core/files/css/base.php'),(1229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/global-css.php','wp-content/plugins/elementor/core/files/css/global-css.php'),(1230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/post-local-cache.php','wp-content/plugins/elementor/core/files/css/post-local-cache.php'),(1231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php','wp-content/plugins/elementor/core/files/css/post-preview.php'),(1232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/css/post.php','wp-content/plugins/elementor/core/files/css/post.php'),(1233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/base.php','wp-content/plugins/elementor/core/files/file-types/base.php'),(1234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/json.php','wp-content/plugins/elementor/core/files/file-types/json.php'),(1235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/svg.php','wp-content/plugins/elementor/core/files/file-types/svg.php'),(1236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php','wp-content/plugins/elementor/core/files/file-types/zip.php'),(1237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/manager.php','wp-content/plugins/elementor/core/files/manager.php'),(1238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php','wp-content/plugins/elementor/core/files/uploads-manager.php'),(1239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/frontend/render-mode-manager.php','wp-content/plugins/elementor/core/frontend/render-mode-manager.php'),(1240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php'),(1241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php','wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php'),(1242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/controls/repeater.php','wp-content/plugins/elementor/core/kits/controls/repeater.php'),(1243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php','wp-content/plugins/elementor/core/kits/documents/kit.php'),(1244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php','wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php'),(1245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php','wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php'),(1246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php'),(1247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php'),(1248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php'),(1249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php'),(1250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php'),(1251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php','wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php'),(1252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php','wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php'),(1253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php'),(1254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php'),(1255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php'),(1256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php','wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php'),(1257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/manager.php','wp-content/plugins/elementor/core/kits/manager.php'),(1258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/views/panel.php','wp-content/plugins/elementor/core/kits/views/panel.php'),(1259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php','wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php'),(1260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/base.php','wp-content/plugins/elementor/core/logger/items/base.php'),(1261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/file.php','wp-content/plugins/elementor/core/logger/items/file.php'),(1262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/js.php','wp-content/plugins/elementor/core/logger/items/js.php'),(1263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php','wp-content/plugins/elementor/core/logger/items/log-item-interface.php'),(1264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/items/php.php','wp-content/plugins/elementor/core/logger/items/php.php'),(1265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php','wp-content/plugins/elementor/core/logger/log-reporter.php'),(1266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php','wp-content/plugins/elementor/core/logger/loggers/base.php'),(1267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php','wp-content/plugins/elementor/core/logger/loggers/db.php'),(1268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php','wp-content/plugins/elementor/core/logger/loggers/logger-interface.php'),(1269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/logger/manager.php','wp-content/plugins/elementor/core/logger/manager.php'),(1270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/modules-manager.php','wp-content/plugins/elementor/core/modules-manager.php'),(1271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php','wp-content/plugins/elementor/core/page-assets/data-managers/base.php'),(1272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php'),(1273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php'),(1274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php'),(1275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php','wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/manager.php'),(1276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php','wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php'),(1277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php','wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php'),(1278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/page-assets/loader.php','wp-content/plugins/elementor/core/page-assets/loader.php'),(1279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php','wp-content/plugins/elementor/core/responsive/files/frontend.php'),(1280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/responsive/responsive.php','wp-content/plugins/elementor/core/responsive/responsive.php'),(1281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php','wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php'),(1282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php','wp-content/plugins/elementor/core/role-manager/role-manager.php'),(1283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/base-ui.php','wp-content/plugins/elementor/core/schemes/base-ui.php'),(1284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/base.php','wp-content/plugins/elementor/core/schemes/base.php'),(1285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/color-picker.php','wp-content/plugins/elementor/core/schemes/color-picker.php'),(1286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/color.php','wp-content/plugins/elementor/core/schemes/color.php'),(1287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/manager.php','wp-content/plugins/elementor/core/schemes/manager.php'),(1288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/schemes/typography.php','wp-content/plugins/elementor/core/schemes/typography.php'),(1289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php','wp-content/plugins/elementor/core/settings/base/css-manager.php'),(1290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php','wp-content/plugins/elementor/core/settings/base/css-model.php'),(1291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/manager.php','wp-content/plugins/elementor/core/settings/base/manager.php'),(1292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/base/model.php','wp-content/plugins/elementor/core/settings/base/model.php'),(1293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php','wp-content/plugins/elementor/core/settings/editor-preferences/manager.php'),(1294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php','wp-content/plugins/elementor/core/settings/editor-preferences/model.php'),(1295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/general/manager.php','wp-content/plugins/elementor/core/settings/general/manager.php'),(1296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/general/model.php','wp-content/plugins/elementor/core/settings/general/model.php'),(1297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/manager.php','wp-content/plugins/elementor/core/settings/manager.php'),(1298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/page/manager.php','wp-content/plugins/elementor/core/settings/page/manager.php'),(1299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/settings/page/model.php','wp-content/plugins/elementor/core/settings/page/model.php'),(1300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php','wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php'),(1301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks.php','wp-content/plugins/elementor/core/upgrade/custom-tasks.php'),(1302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/elementor-3-re-migrate-globals.php','wp-content/plugins/elementor/core/upgrade/elementor-3-re-migrate-globals.php'),(1303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/manager.php','wp-content/plugins/elementor/core/upgrade/manager.php'),(1304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/task.php','wp-content/plugins/elementor/core/upgrade/task.php'),(1305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/updater.php','wp-content/plugins/elementor/core/upgrade/updater.php'),(1306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php','wp-content/plugins/elementor/core/upgrade/upgrade-utils.php'),(1307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php','wp-content/plugins/elementor/core/upgrade/upgrades.php'),(1308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/collection.php','wp-content/plugins/elementor/core/utils/collection.php'),(1309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/exceptions.php','wp-content/plugins/elementor/core/utils/exceptions.php'),(1310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/force-locale.php','wp-content/plugins/elementor/core/utils/force-locale.php'),(1311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/http.php','wp-content/plugins/elementor/core/utils/http.php'),(1312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php'),(1313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php'),(1314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php'),(1315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php','wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php'),(1316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/url.php','wp-content/plugins/elementor/core/utils/import-export/url.php'),(1317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php','wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php'),(1318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php','wp-content/plugins/elementor/core/utils/import-export/wp-import.php'),(1319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/plugins-manager.php','wp-content/plugins/elementor/core/utils/plugins-manager.php'),(1320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/static-collection.php','wp-content/plugins/elementor/core/utils/static-collection.php'),(1321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/str.php','wp-content/plugins/elementor/core/utils/str.php'),(1322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/utils/version.php','wp-content/plugins/elementor/core/utils/version.php'),(1323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/core/wp-api.php','wp-content/plugins/elementor/core/wp-api.php'),(1324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/controller.php','wp-content/plugins/elementor/data/base/controller.php'),(1325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/endpoint.php','wp-content/plugins/elementor/data/base/endpoint.php'),(1326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/processor/after.php','wp-content/plugins/elementor/data/base/processor/after.php'),(1327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/processor/before.php','wp-content/plugins/elementor/data/base/processor/before.php'),(1328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/processor.php','wp-content/plugins/elementor/data/base/processor.php'),(1329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php','wp-content/plugins/elementor/data/base/sub-endpoint.php'),(1330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/manager.php','wp-content/plugins/elementor/data/manager.php'),(1331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php','wp-content/plugins/elementor/data/v2/base/base-route.php'),(1332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/controller.php','wp-content/plugins/elementor/data/v2/base/controller.php'),(1333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php','wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php'),(1334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php','wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php'),(1335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index.php','wp-content/plugins/elementor/data/v2/base/endpoint/index.php'),(1336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/endpoint.php','wp-content/plugins/elementor/data/v2/base/endpoint.php'),(1337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php','wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php'),(1338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php','wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php'),(1339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php','wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php'),(1340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php','wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php'),(1341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/processor/after.php','wp-content/plugins/elementor/data/v2/base/processor/after.php'),(1342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/processor/before.php','wp-content/plugins/elementor/data/v2/base/processor/before.php'),(1343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/base/processor.php','wp-content/plugins/elementor/data/v2/base/processor.php'),(1344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/data/v2/manager.php','wp-content/plugins/elementor/data/v2/manager.php'),(1345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/elementor.php','wp-content/plugins/elementor/elementor.php'),(1346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php','wp-content/plugins/elementor/includes/admin-templates/beta-tester.php'),(1347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php','wp-content/plugins/elementor/includes/admin-templates/new-template.php'),(1348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/api.php','wp-content/plugins/elementor/includes/api.php'),(1349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/autoloader.php','wp-content/plugins/elementor/includes/autoloader.php'),(1350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php','wp-content/plugins/elementor/includes/base/controls-stack.php'),(1351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/element-base.php','wp-content/plugins/elementor/includes/base/element-base.php'),(1352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/skin-base.php','wp-content/plugins/elementor/includes/base/skin-base.php'),(1353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php','wp-content/plugins/elementor/includes/base/sub-controls-stack.php'),(1354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/base/widget-base.php','wp-content/plugins/elementor/includes/base/widget-base.php'),(1355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/beta-testers.php','wp-content/plugins/elementor/includes/beta-testers.php'),(1356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/compatibility.php','wp-content/plugins/elementor/includes/compatibility.php'),(1357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/conditions.php','wp-content/plugins/elementor/includes/conditions.php'),(1358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/animation.php','wp-content/plugins/elementor/includes/controls/animation.php'),(1359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-data.php','wp-content/plugins/elementor/includes/controls/base-data.php'),(1360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php','wp-content/plugins/elementor/includes/controls/base-icon-font.php'),(1361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php','wp-content/plugins/elementor/includes/controls/base-multiple.php'),(1362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php','wp-content/plugins/elementor/includes/controls/base-ui.php'),(1363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base-units.php','wp-content/plugins/elementor/includes/controls/base-units.php'),(1364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/base.php','wp-content/plugins/elementor/includes/controls/base.php'),(1365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php','wp-content/plugins/elementor/includes/controls/box-shadow.php'),(1366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/button.php','wp-content/plugins/elementor/includes/controls/button.php'),(1367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/choose.php','wp-content/plugins/elementor/includes/controls/choose.php'),(1368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/code.php','wp-content/plugins/elementor/includes/controls/code.php'),(1369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/color.php','wp-content/plugins/elementor/includes/controls/color.php'),(1370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/date-time.php','wp-content/plugins/elementor/includes/controls/date-time.php'),(1371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php','wp-content/plugins/elementor/includes/controls/deprecated-notice.php'),(1372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php','wp-content/plugins/elementor/includes/controls/dimensions.php'),(1373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/divider.php','wp-content/plugins/elementor/includes/controls/divider.php'),(1374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php','wp-content/plugins/elementor/includes/controls/exit-animation.php'),(1375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/font.php','wp-content/plugins/elementor/includes/controls/font.php'),(1376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/gallery.php','wp-content/plugins/elementor/includes/controls/gallery.php'),(1377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php','wp-content/plugins/elementor/includes/controls/groups/background.php'),(1378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php','wp-content/plugins/elementor/includes/controls/groups/base.php'),(1379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php','wp-content/plugins/elementor/includes/controls/groups/border.php'),(1380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php','wp-content/plugins/elementor/includes/controls/groups/box-shadow.php'),(1381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php','wp-content/plugins/elementor/includes/controls/groups/css-filter.php'),(1382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-container.php','wp-content/plugins/elementor/includes/controls/groups/flex-container.php'),(1383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-item.php','wp-content/plugins/elementor/includes/controls/groups/flex-item.php'),(1384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php','wp-content/plugins/elementor/includes/controls/groups/image-size.php'),(1385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php','wp-content/plugins/elementor/includes/controls/groups/text-shadow.php'),(1386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php','wp-content/plugins/elementor/includes/controls/groups/text-stroke.php'),(1387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php','wp-content/plugins/elementor/includes/controls/groups/typography.php'),(1388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/heading.php','wp-content/plugins/elementor/includes/controls/heading.php'),(1389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/hidden.php','wp-content/plugins/elementor/includes/controls/hidden.php'),(1390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php','wp-content/plugins/elementor/includes/controls/hover-animation.php'),(1391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/icon.php','wp-content/plugins/elementor/includes/controls/icon.php'),(1392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/icons.php','wp-content/plugins/elementor/includes/controls/icons.php'),(1393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php','wp-content/plugins/elementor/includes/controls/image-dimensions.php'),(1394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/media.php','wp-content/plugins/elementor/includes/controls/media.php'),(1395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/number.php','wp-content/plugins/elementor/includes/controls/number.php'),(1396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php','wp-content/plugins/elementor/includes/controls/popover-toggle.php'),(1397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php','wp-content/plugins/elementor/includes/controls/raw-html.php'),(1398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/repeater.php','wp-content/plugins/elementor/includes/controls/repeater.php'),(1399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/section.php','wp-content/plugins/elementor/includes/controls/section.php'),(1400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/select.php','wp-content/plugins/elementor/includes/controls/select.php'),(1401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/select2.php','wp-content/plugins/elementor/includes/controls/select2.php'),(1402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/slider.php','wp-content/plugins/elementor/includes/controls/slider.php'),(1403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/structure.php','wp-content/plugins/elementor/includes/controls/structure.php'),(1404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/switcher.php','wp-content/plugins/elementor/includes/controls/switcher.php'),(1405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/tab.php','wp-content/plugins/elementor/includes/controls/tab.php'),(1406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/tabs.php','wp-content/plugins/elementor/includes/controls/tabs.php'),(1407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php','wp-content/plugins/elementor/includes/controls/text-shadow.php'),(1408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/text.php','wp-content/plugins/elementor/includes/controls/text.php'),(1409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/textarea.php','wp-content/plugins/elementor/includes/controls/textarea.php'),(1410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/url.php','wp-content/plugins/elementor/includes/controls/url.php'),(1411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php','wp-content/plugins/elementor/includes/controls/wp-widget.php'),(1412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php','wp-content/plugins/elementor/includes/controls/wysiwyg.php'),(1413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/db.php','wp-content/plugins/elementor/includes/db.php'),(1414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php','wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php'),(1415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php','wp-content/plugins/elementor/includes/editor-templates/global.php'),(1416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php','wp-content/plugins/elementor/includes/editor-templates/hotkeys.php'),(1417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php','wp-content/plugins/elementor/includes/editor-templates/library-layout.php'),(1418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php','wp-content/plugins/elementor/includes/editor-templates/navigator.php'),(1419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php','wp-content/plugins/elementor/includes/editor-templates/panel-elements.php'),(1420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php','wp-content/plugins/elementor/includes/editor-templates/panel.php'),(1421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php','wp-content/plugins/elementor/includes/editor-templates/repeater.php'),(1422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php','wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php'),(1423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php','wp-content/plugins/elementor/includes/editor-templates/templates.php'),(1424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/column.php','wp-content/plugins/elementor/includes/elements/column.php'),(1425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/container.php','wp-content/plugins/elementor/includes/elements/container.php'),(1426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/repeater.php','wp-content/plugins/elementor/includes/elements/repeater.php'),(1427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/elements/section.php','wp-content/plugins/elementor/includes/elements/section.php'),(1428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/embed.php','wp-content/plugins/elementor/includes/embed.php'),(1429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/fonts.php','wp-content/plugins/elementor/includes/fonts.php'),(1430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/frontend.php','wp-content/plugins/elementor/includes/frontend.php'),(1431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/heartbeat.php','wp-content/plugins/elementor/includes/heartbeat.php'),(1432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php','wp-content/plugins/elementor/includes/interfaces/group-control.php'),(1433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php','wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php'),(1434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php'),(1435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php','wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php'),(1436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php','wp-content/plugins/elementor/includes/maintenance-mode.php'),(1437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/maintenance.php','wp-content/plugins/elementor/includes/maintenance.php'),(1438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/controls.php','wp-content/plugins/elementor/includes/managers/controls.php'),(1439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/elements.php','wp-content/plugins/elementor/includes/managers/elements.php'),(1440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/icons.php','wp-content/plugins/elementor/includes/managers/icons.php'),(1441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/image.php','wp-content/plugins/elementor/includes/managers/image.php'),(1442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/skins.php','wp-content/plugins/elementor/includes/managers/skins.php'),(1443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/widgets.php','wp-content/plugins/elementor/includes/managers/widgets.php'),(1444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php','wp-content/plugins/elementor/includes/managers/wordpress-widgets.php'),(1445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/plugin.php','wp-content/plugins/elementor/includes/plugin.php'),(1446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/preview.php','wp-content/plugins/elementor/includes/preview.php'),(1447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/rollback.php','wp-content/plugins/elementor/includes/rollback.php'),(1448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php'),(1449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php'),(1450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php'),(1451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php','wp-content/plugins/elementor/includes/settings/admin-menu-items/tools-menu-item.php'),(1452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/controls.php','wp-content/plugins/elementor/includes/settings/controls.php'),(1453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php','wp-content/plugins/elementor/includes/settings/settings-page.php'),(1454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/settings.php','wp-content/plugins/elementor/includes/settings/settings.php'),(1455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/tools.php','wp-content/plugins/elementor/includes/settings/tools.php'),(1456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/settings/validations.php','wp-content/plugins/elementor/includes/settings/validations.php'),(1457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/shapes.php','wp-content/plugins/elementor/includes/shapes.php'),(1458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/stylesheet.php','wp-content/plugins/elementor/includes/stylesheet.php'),(1459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php','wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php'),(1460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/data/controller.php','wp-content/plugins/elementor/includes/template-library/data/controller.php'),(1461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php','wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php'),(1462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php','wp-content/plugins/elementor/includes/template-library/forms/new-template-form.php'),(1463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/manager.php','wp-content/plugins/elementor/includes/template-library/manager.php'),(1464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/add-new-template-menu-item.php'),(1465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php'),(1466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php','wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/templates-categories-menu-item.php'),(1467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php','wp-content/plugins/elementor/includes/template-library/sources/base.php'),(1468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php','wp-content/plugins/elementor/includes/template-library/sources/local.php'),(1469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php','wp-content/plugins/elementor/includes/template-library/sources/remote.php'),(1470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/tracker.php','wp-content/plugins/elementor/includes/tracker.php'),(1471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/user.php','wp-content/plugins/elementor/includes/user.php'),(1472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/utils.php','wp-content/plugins/elementor/includes/utils.php'),(1473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php','wp-content/plugins/elementor/includes/widgets/accordion.php'),(1474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/alert.php','wp-content/plugins/elementor/includes/widgets/alert.php'),(1475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/audio.php','wp-content/plugins/elementor/includes/widgets/audio.php'),(1476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/button.php','wp-content/plugins/elementor/includes/widgets/button.php'),(1477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/common.php','wp-content/plugins/elementor/includes/widgets/common.php'),(1478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/counter.php','wp-content/plugins/elementor/includes/widgets/counter.php'),(1479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/divider.php','wp-content/plugins/elementor/includes/widgets/divider.php'),(1480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php','wp-content/plugins/elementor/includes/widgets/google-maps.php'),(1481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/heading.php','wp-content/plugins/elementor/includes/widgets/heading.php'),(1482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/html.php','wp-content/plugins/elementor/includes/widgets/html.php'),(1483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php','wp-content/plugins/elementor/includes/widgets/icon-box.php'),(1484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php','wp-content/plugins/elementor/includes/widgets/icon-list.php'),(1485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon.php','wp-content/plugins/elementor/includes/widgets/icon.php'),(1486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php','wp-content/plugins/elementor/includes/widgets/image-box.php'),(1487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php','wp-content/plugins/elementor/includes/widgets/image-carousel.php'),(1488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php','wp-content/plugins/elementor/includes/widgets/image-gallery.php'),(1489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/image.php','wp-content/plugins/elementor/includes/widgets/image.php'),(1490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/inner-section.php','wp-content/plugins/elementor/includes/widgets/inner-section.php'),(1491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php','wp-content/plugins/elementor/includes/widgets/menu-anchor.php'),(1492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/progress.php','wp-content/plugins/elementor/includes/widgets/progress.php'),(1493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php','wp-content/plugins/elementor/includes/widgets/read-more.php'),(1494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php','wp-content/plugins/elementor/includes/widgets/shortcode.php'),(1495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php','wp-content/plugins/elementor/includes/widgets/sidebar.php'),(1496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php','wp-content/plugins/elementor/includes/widgets/social-icons.php'),(1497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php','wp-content/plugins/elementor/includes/widgets/spacer.php'),(1498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php','wp-content/plugins/elementor/includes/widgets/star-rating.php'),(1499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php','wp-content/plugins/elementor/includes/widgets/tabs.php'),(1500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php','wp-content/plugins/elementor/includes/widgets/testimonial.php'),(1501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php','wp-content/plugins/elementor/includes/widgets/text-editor.php'),(1502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php','wp-content/plugins/elementor/includes/widgets/toggle.php'),(1503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php','wp-content/plugins/elementor/includes/widgets/traits/button-trait.php'),(1504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/video.php','wp-content/plugins/elementor/includes/widgets/video.php'),(1505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php','wp-content/plugins/elementor/includes/widgets/wordpress.php'),(1506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/license.txt','wp-content/plugins/elementor/license.txt'),(1507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php','wp-content/plugins/elementor/modules/admin-bar/module.php'),(1508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php','wp-content/plugins/elementor/modules/admin-top-bar/module.php'),(1509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php','wp-content/plugins/elementor/modules/compatibility-tag/base-module.php'),(1510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php'),(1511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php','wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php'),(1512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php','wp-content/plugins/elementor/modules/compatibility-tag/module.php'),(1513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php','wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php'),(1514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/container-converter/module.php','wp-content/plugins/elementor/modules/container-converter/module.php'),(1515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php','wp-content/plugins/elementor/modules/dev-tools/deprecation.php'),(1516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php','wp-content/plugins/elementor/modules/dev-tools/module.php'),(1517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php','wp-content/plugins/elementor/modules/dynamic-tags/module.php'),(1518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php','wp-content/plugins/elementor/modules/elements-color-picker/module.php'),(1519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/controller.php','wp-content/plugins/elementor/modules/favorites/controller.php'),(1520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/favorites-type.php','wp-content/plugins/elementor/modules/favorites/favorites-type.php'),(1521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/module.php','wp-content/plugins/elementor/modules/favorites/module.php'),(1522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/favorites/types/widgets.php','wp-content/plugins/elementor/modules/favorites/types/widgets.php'),(1523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php','wp-content/plugins/elementor/modules/gutenberg/module.php'),(1524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/module.php','wp-content/plugins/elementor/modules/history/module.php'),(1525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php','wp-content/plugins/elementor/modules/history/revisions-manager.php'),(1526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php','wp-content/plugins/elementor/modules/history/views/history-panel-template.php'),(1527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php','wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php'),(1528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php','wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php'),(1529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php'),(1530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php'),(1531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php','wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php'),(1532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php','wp-content/plugins/elementor/modules/kit-elements-defaults/module.php'),(1533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php','wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php'),(1534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php','wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php'),(1535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-empty-view-menu-item.php'),(1536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php','wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php'),(1537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php','wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php'),(1538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php','wp-content/plugins/elementor/modules/landing-pages/module.php'),(1539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/lazyload/module.php','wp-content/plugins/elementor/modules/lazyload/module.php'),(1540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/container.php','wp-content/plugins/elementor/modules/library/documents/container.php'),(1541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php','wp-content/plugins/elementor/modules/library/documents/library-document.php'),(1542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php','wp-content/plugins/elementor/modules/library/documents/not-supported.php'),(1543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/page.php','wp-content/plugins/elementor/modules/library/documents/page.php'),(1544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/documents/section.php','wp-content/plugins/elementor/modules/library/documents/section.php'),(1545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/module.php','wp-content/plugins/elementor/modules/library/module.php'),(1546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/traits/library.php','wp-content/plugins/elementor/modules/library/traits/library.php'),(1547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php','wp-content/plugins/elementor/modules/library/user-favorites.php'),(1548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php','wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php'),(1549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php','wp-content/plugins/elementor/modules/nested-elements/controls/control-nested-repeater.php'),(1550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-elements/module.php','wp-content/plugins/elementor/modules/nested-elements/module.php'),(1551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-tabs/module.php','wp-content/plugins/elementor/modules/nested-tabs/module.php'),(1552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php','wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php'),(1553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/notes/module.php','wp-content/plugins/elementor/modules/notes/module.php'),(1554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/page-templates/module.php','wp-content/plugins/elementor/modules/page-templates/module.php'),(1555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php','wp-content/plugins/elementor/modules/page-templates/templates/canvas.php'),(1556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php','wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php'),(1557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php','wp-content/plugins/elementor/modules/performance-lab/module.php'),(1558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php'),(1559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php'),(1560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php'),(1561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php'),(1562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php'),(1563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php'),(1564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php'),(1565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php','wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php'),(1566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/promotions/module.php','wp-content/plugins/elementor/modules/promotions/module.php'),(1567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php','wp-content/plugins/elementor/modules/safe-mode/module.php'),(1568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php','wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php'),(1569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/shapes/module.php','wp-content/plugins/elementor/modules/shapes/module.php'),(1570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php','wp-content/plugins/elementor/modules/shapes/widgets/text-path.php'),(1571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php','wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php'),(1572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/module.php','wp-content/plugins/elementor/modules/system-info/module.php'),(1573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php','wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php'),(1574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php','wp-content/plugins/elementor/modules/system-info/reporters/base.php'),(1575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php','wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php'),(1576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php','wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php'),(1577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php','wp-content/plugins/elementor/modules/system-info/reporters/plugins.php'),(1578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php','wp-content/plugins/elementor/modules/system-info/reporters/server.php'),(1579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php','wp-content/plugins/elementor/modules/system-info/reporters/theme.php'),(1580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php','wp-content/plugins/elementor/modules/system-info/reporters/user.php'),(1581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php','wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php'),(1582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php','wp-content/plugins/elementor/modules/system-info/system-info-menu-item.php'),(1583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php','wp-content/plugins/elementor/modules/system-info/templates/html.php'),(1584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php','wp-content/plugins/elementor/modules/system-info/templates/raw.php'),(1585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/usage/module.php','wp-content/plugins/elementor/modules/usage/module.php'),(1586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/usage/settings-reporter.php','wp-content/plugins/elementor/modules/usage/settings-reporter.php'),(1587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php','wp-content/plugins/elementor/modules/usage/usage-reporter.php'),(1588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/web-cli/module.php','wp-content/plugins/elementor/modules/web-cli/module.php'),(1589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php','wp-content/plugins/elementor/modules/wp-cli/cli-logger.php'),(1590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php','wp-content/plugins/elementor/modules/wp-cli/command.php'),(1591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php','wp-content/plugins/elementor/modules/wp-cli/library.php'),(1592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php','wp-content/plugins/elementor/modules/wp-cli/module.php'),(1593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php','wp-content/plugins/elementor/modules/wp-cli/update.php'),(1594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/phpcs.xml','wp-content/plugins/elementor/phpcs.xml'),(1595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/elementor/readme.txt','wp-content/plugins/elementor/readme.txt'),(1596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/index.php','wp-content/plugins/index.php'),(1597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/LICENSE','wp-content/plugins/litespeed-cache/LICENSE'),(1598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot'),(1599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg'),(1600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf'),(1601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff'),(1602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css','wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css'),(1603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css','wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css'),(1604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/css/litespeed.css','wp-content/plugins/litespeed-cache/assets/css/litespeed.css'),(1605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/Litespeed.icon.svg','wp-content/plugins/litespeed-cache/assets/img/Litespeed.icon.svg'),(1606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/iconlscwp.svg','wp-content/plugins/litespeed-cache/assets/img/iconlscwp.svg'),(1607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/all.svg','wp-content/plugins/litespeed-cache/assets/img/icons/all.svg'),(1608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg','wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg'),(1609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg','wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg'),(1610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg','wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg'),(1611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/db.svg','wp-content/plugins/litespeed-cache/assets/img/icons/db.svg'),(1612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg','wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg'),(1613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg','wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg'),(1614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg'),(1615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg'),(1616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg'),(1617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg'),(1618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg','wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg'),(1619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg'),(1620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg'),(1621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg'),(1622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg'),(1623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg'),(1624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg'),(1625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg'),(1626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg'),(1627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg'),(1628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg','wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg'),(1629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg','wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg'),(1630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg','wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg'),(1631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg','wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg'),(1632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg','wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg'),(1633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg','wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg'),(1634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png','wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png'),(1635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg'),(1636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg'),(1637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg'),(1638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg'),(1639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg'),(1640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg'),(1641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/img/slack-logo.png','wp-content/plugins/litespeed-cache/assets/img/slack-logo.png'),(1642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/babel.min.js','wp-content/plugins/litespeed-cache/assets/js/babel.min.js'),(1643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/component.cdn.js','wp-content/plugins/litespeed-cache/assets/js/component.cdn.js'),(1644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/component.crawler.js','wp-content/plugins/litespeed-cache/assets/js/component.crawler.js'),(1645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/css_async.js','wp-content/plugins/litespeed-cache/assets/js/css_async.js'),(1646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/css_async.min.js','wp-content/plugins/litespeed-cache/assets/js/css_async.min.js'),(1647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.docref.js','wp-content/plugins/litespeed-cache/assets/js/guest.docref.js'),(1648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.docref.min.js','wp-content/plugins/litespeed-cache/assets/js/guest.docref.min.js'),(1649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.js','wp-content/plugins/litespeed-cache/assets/js/guest.js'),(1650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/guest.min.js','wp-content/plugins/litespeed-cache/assets/js/guest.min.js'),(1651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js','wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js'),(1652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js','wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js'),(1653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js','wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js'),(1654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/js_delay.js','wp-content/plugins/litespeed-cache/assets/js/js_delay.js'),(1655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js','wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js'),(1656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js','wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js'),(1657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js','wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js'),(1658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js','wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js'),(1659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js','wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js'),(1660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/react.min.js','wp-content/plugins/litespeed-cache/assets/js/react.min.js'),(1661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/webfontloader.js','wp-content/plugins/litespeed-cache/assets/js/webfontloader.js'),(1662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js','wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js'),(1663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/autoload.php','wp-content/plugins/litespeed-cache/autoload.php'),(1664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/debug.cls.php','wp-content/plugins/litespeed-cache/cli/debug.cls.php'),(1665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/image.cls.php','wp-content/plugins/litespeed-cache/cli/image.cls.php'),(1666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/online.cls.php','wp-content/plugins/litespeed-cache/cli/online.cls.php'),(1667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/option.cls.php','wp-content/plugins/litespeed-cache/cli/option.cls.php'),(1668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/presets.cls.php','wp-content/plugins/litespeed-cache/cli/presets.cls.php'),(1669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/cli/purge.cls.php','wp-content/plugins/litespeed-cache/cli/purge.cls.php'),(1670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/.htaccess','wp-content/plugins/litespeed-cache/data/.htaccess'),(1671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/const.default.ini','wp-content/plugins/litespeed-cache/data/const.default.ini'),(1672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/const.network_default.ini','wp-content/plugins/litespeed-cache/data/const.network_default.ini'),(1673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/css_excludes.txt','wp-content/plugins/litespeed-cache/data/css_excludes.txt'),(1674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/esi.nonce.txt','wp-content/plugins/litespeed-cache/data/esi.nonce.txt'),(1675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/esi.nonces.txt','wp-content/plugins/litespeed-cache/data/esi.nonces.txt'),(1676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt','wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt'),(1677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/js_excludes.txt','wp-content/plugins/litespeed-cache/data/js_excludes.txt'),(1678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt','wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt'),(1679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/advanced.data','wp-content/plugins/litespeed-cache/data/preset/advanced.data'),(1680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/aggressive.data','wp-content/plugins/litespeed-cache/data/preset/aggressive.data'),(1681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/basic.data','wp-content/plugins/litespeed-cache/data/preset/basic.data'),(1682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/essentials.data','wp-content/plugins/litespeed-cache/data/preset/essentials.data'),(1683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/preset/extreme.data','wp-content/plugins/litespeed-cache/data/preset/extreme.data'),(1684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt','wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt'),(1685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/guest.vary.php','wp-content/plugins/litespeed-cache/guest.vary.php'),(1686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/inc/object.lib.php','wp-content/plugins/litespeed-cache/inc/object.lib.php'),(1687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot','wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot'),(1688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php'),(1689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php'),(1690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/urirewriter.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/urirewriter.cls.php'),(1691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/css-min/utils.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/utils.cls.php'),(1692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/guest.cls.php','wp-content/plugins/litespeed-cache/lib/guest.cls.php'),(1693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/html-min.cls.php','wp-content/plugins/litespeed-cache/lib/html-min.cls.php'),(1694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin.cls.php','wp-content/plugins/litespeed-cache/lib/jsmin.cls.php'),(1695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_after.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_after.txt'),(1696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_before.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_before.txt'),(1697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_reserved.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_reserved.txt'),(1698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt'),(1699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt'),(1700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt'),(1701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/object-cache.php','wp-content/plugins/litespeed-cache/lib/object-cache.php'),(1702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php','wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php'),(1703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/litespeed-cache.php','wp-content/plugins/litespeed-cache/litespeed-cache.php'),(1704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/qc-ping.txt','wp-content/plugins/litespeed-cache/qc-ping.txt'),(1705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/readme.txt','wp-content/plugins/litespeed-cache/readme.txt'),(1706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/activation.cls.php','wp-content/plugins/litespeed-cache/src/activation.cls.php'),(1707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/admin-display.cls.php','wp-content/plugins/litespeed-cache/src/admin-display.cls.php'),(1708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/admin-settings.cls.php','wp-content/plugins/litespeed-cache/src/admin-settings.cls.php'),(1709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/admin.cls.php','wp-content/plugins/litespeed-cache/src/admin.cls.php'),(1710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/api.cls.php','wp-content/plugins/litespeed-cache/src/api.cls.php'),(1711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/avatar.cls.php','wp-content/plugins/litespeed-cache/src/avatar.cls.php'),(1712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php','wp-content/plugins/litespeed-cache/src/base.cls.php'),(1713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php','wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php'),(1714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php','wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php'),(1715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php','wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php'),(1716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cdn.cls.php','wp-content/plugins/litespeed-cache/src/cdn.cls.php'),(1717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/cloud.cls.php','wp-content/plugins/litespeed-cache/src/cloud.cls.php'),(1718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/conf.cls.php','wp-content/plugins/litespeed-cache/src/conf.cls.php'),(1719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/control.cls.php','wp-content/plugins/litespeed-cache/src/control.cls.php'),(1720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/core.cls.php','wp-content/plugins/litespeed-cache/src/core.cls.php'),(1721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/crawler-map.cls.php','wp-content/plugins/litespeed-cache/src/crawler-map.cls.php'),(1722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/crawler.cls.php','wp-content/plugins/litespeed-cache/src/crawler.cls.php'),(1723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/css.cls.php','wp-content/plugins/litespeed-cache/src/css.cls.php'),(1724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data.cls.php','wp-content/plugins/litespeed-cache/src/data.cls.php'),(1725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data.upgrade.func.php','wp-content/plugins/litespeed-cache/src/data.upgrade.func.php'),(1726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql','wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql'),(1727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql','wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql'),(1728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/crawler_blacklist.sql','wp-content/plugins/litespeed-cache/src/data_structure/crawler_blacklist.sql'),(1729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/img_optm.sql','wp-content/plugins/litespeed-cache/src/data_structure/img_optm.sql'),(1730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql','wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql'),(1731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/url.sql','wp-content/plugins/litespeed-cache/src/data_structure/url.sql'),(1732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql','wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql'),(1733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/db-optm.cls.php','wp-content/plugins/litespeed-cache/src/db-optm.cls.php'),(1734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/debug2.cls.php','wp-content/plugins/litespeed-cache/src/debug2.cls.php'),(1735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/doc.cls.php','wp-content/plugins/litespeed-cache/src/doc.cls.php'),(1736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/error.cls.php','wp-content/plugins/litespeed-cache/src/error.cls.php'),(1737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/esi.cls.php','wp-content/plugins/litespeed-cache/src/esi.cls.php'),(1738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/file.cls.php','wp-content/plugins/litespeed-cache/src/file.cls.php'),(1739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/gui.cls.php','wp-content/plugins/litespeed-cache/src/gui.cls.php'),(1740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/health.cls.php','wp-content/plugins/litespeed-cache/src/health.cls.php'),(1741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/htaccess.cls.php','wp-content/plugins/litespeed-cache/src/htaccess.cls.php'),(1742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/img-optm.cls.php','wp-content/plugins/litespeed-cache/src/img-optm.cls.php'),(1743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/import.cls.php','wp-content/plugins/litespeed-cache/src/import.cls.php'),(1744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/instance.cls.php','wp-content/plugins/litespeed-cache/src/instance.cls.php'),(1745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/lang.cls.php','wp-content/plugins/litespeed-cache/src/lang.cls.php'),(1746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/localization.cls.php','wp-content/plugins/litespeed-cache/src/localization.cls.php'),(1747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/media.cls.php','wp-content/plugins/litespeed-cache/src/media.cls.php'),(1748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/metabox.cls.php','wp-content/plugins/litespeed-cache/src/metabox.cls.php'),(1749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/object-cache.cls.php','wp-content/plugins/litespeed-cache/src/object-cache.cls.php'),(1750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/object.lib.php','wp-content/plugins/litespeed-cache/src/object.lib.php'),(1751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/optimize.cls.php','wp-content/plugins/litespeed-cache/src/optimize.cls.php'),(1752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/optimizer.cls.php','wp-content/plugins/litespeed-cache/src/optimizer.cls.php'),(1753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/placeholder.cls.php','wp-content/plugins/litespeed-cache/src/placeholder.cls.php'),(1754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/preset.cls.php','wp-content/plugins/litespeed-cache/src/preset.cls.php'),(1755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/purge.cls.php','wp-content/plugins/litespeed-cache/src/purge.cls.php'),(1756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/report.cls.php','wp-content/plugins/litespeed-cache/src/report.cls.php'),(1757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/rest.cls.php','wp-content/plugins/litespeed-cache/src/rest.cls.php'),(1758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/root.cls.php','wp-content/plugins/litespeed-cache/src/root.cls.php'),(1759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/router.cls.php','wp-content/plugins/litespeed-cache/src/router.cls.php'),(1760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/str.cls.php','wp-content/plugins/litespeed-cache/src/str.cls.php'),(1761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/tag.cls.php','wp-content/plugins/litespeed-cache/src/tag.cls.php'),(1762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/task.cls.php','wp-content/plugins/litespeed-cache/src/task.cls.php'),(1763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/tool.cls.php','wp-content/plugins/litespeed-cache/src/tool.cls.php'),(1764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/ucss.cls.php','wp-content/plugins/litespeed-cache/src/ucss.cls.php'),(1765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/utility.cls.php','wp-content/plugins/litespeed-cache/src/utility.cls.php'),(1766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/vary.cls.php','wp-content/plugins/litespeed-cache/src/vary.cls.php'),(1767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/src/vpi.cls.php','wp-content/plugins/litespeed-cache/src/vpi.cls.php'),(1768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php','wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php'),(1769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php','wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php'),(1770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php','wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php'),(1771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php','wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php'),(1772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php','wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php'),(1773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php','wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php'),(1774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php','wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php'),(1775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php','wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php'),(1776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php','wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php'),(1777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php','wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php'),(1778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php','wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php'),(1779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php','wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php'),(1780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php','wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php'),(1781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php','wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php'),(1782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php','wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php'),(1783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php','wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php'),(1784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php','wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php'),(1785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php'),(1786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php'),(1787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php','wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php'),(1788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php'),(1789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php'),(1790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php'),(1791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php'),(1792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php'),(1793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php'),(1794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php'),(1795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php'),(1796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php'),(1797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php','wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php'),(1798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/ajax.php','wp-content/plugins/litespeed-cache/tpl/banner/ajax.php'),(1799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/cloud_news.tpl.php','wp-content/plugins/litespeed-cache/tpl/banner/cloud_news.tpl.php'),(1800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php','wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php'),(1801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/new_version.php','wp-content/plugins/litespeed-cache/tpl/banner/new_version.php'),(1802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/new_version_dev.tpl.php','wp-content/plugins/litespeed-cache/tpl/banner/new_version_dev.tpl.php'),(1803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/score.php','wp-content/plugins/litespeed-cache/tpl/banner/score.php'),(1804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/banner/slack.php','wp-content/plugins/litespeed-cache/tpl/banner/slack.php'),(1805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php'),(1806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php'),(1807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php'),(1808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php'),(1809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php'),(1810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php'),(1811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php'),(1812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php'),(1813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php'),(1814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php'),(1815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php'),(1816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php'),(1817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php'),(1818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php'),(1819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php'),(1820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php'),(1821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php'),(1822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php'),(1823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php'),(1824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php'),(1825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php'),(1826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php'),(1827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_cookies.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_cookies.tpl.php'),(1828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_useragent.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_useragent.tpl.php'),(1829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php'),(1830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php'),(1831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php'),(1832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php'),(1833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php'),(1834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php'),(1835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php'),(1836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php'),(1837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php'),(1838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php'),(1839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/settings-general.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/settings-general.tpl.php'),(1840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/settings-simulation.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/settings-simulation.tpl.php'),(1841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/settings-sitemap.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/settings-sitemap.tpl.php'),(1842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php'),(1843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/dash/dashboard.tpl.php','wp-content/plugins/litespeed-cache/tpl/dash/dashboard.tpl.php'),(1844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/dash/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/dash/entry.tpl.php'),(1845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/dash/network_dash.tpl.php','wp-content/plugins/litespeed-cache/tpl/dash/network_dash.tpl.php'),(1846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/db_optm/entry.tpl.php'),(1847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php','wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php'),(1848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php'),(1849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/esi.tpl.php','wp-content/plugins/litespeed-cache/tpl/esi.tpl.php'),(1850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php','wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php'),(1851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php'),(1852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php'),(1853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php'),(1854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php'),(1855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php'),(1856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php'),(1857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php'),(1858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php'),(1859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php'),(1860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php'),(1861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php'),(1862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php','wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php'),(1863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/api_key.php','wp-content/plugins/litespeed-cache/tpl/inc/api_key.php'),(1864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php','wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php'),(1865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php','wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php'),(1866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php','wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php'),(1867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php','wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php'),(1868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/metabox.php','wp-content/plugins/litespeed-cache/tpl/inc/metabox.php'),(1869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php','wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php'),(1870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php','wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php'),(1871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php','wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php'),(1872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php','wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php'),(1873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php','wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php'),(1874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php'),(1875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php'),(1876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php'),(1877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php'),(1878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php'),(1879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php'),(1880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php'),(1881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php'),(1882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning_css.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning_css.tpl.php'),(1883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_vpi.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_vpi.tpl.php'),(1884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php'),(1885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php','wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php'),(1886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php'),(1887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php'),(1888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php'),(1889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php'),(1890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php'),(1891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php'),(1892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php'),(1893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php'),(1894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php'),(1895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/LICENSE.txt','wp-content/plugins/ninja-tables/LICENSE.txt'),(1896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/DeactivationMessage.php','wp-content/plugins/ninja-tables/admin/DeactivationMessage.php'),(1897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php','wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php'),(1898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/index.php','wp-content/plugins/ninja-tables/admin/index.php'),(1899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/partials/deactive_form.php','wp-content/plugins/ninja-tables/admin/partials/deactive_form.php'),(1900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/partials/wp_data_tables_display.php','wp-content/plugins/ninja-tables/admin/partials/wp_data_tables_display.php'),(1901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/DynamicConfig.php','wp-content/plugins/ninja-tables/admin/table-builder/DynamicConfig.php'),(1902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/ImportExport.php','wp-content/plugins/ninja-tables/admin/table-builder/ImportExport.php'),(1903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/NinjaTableBuilder.php','wp-content/plugins/ninja-tables/admin/table-builder/NinjaTableBuilder.php'),(1904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/ReadyMadeTable.php','wp-content/plugins/ninja-tables/admin/table-builder/ReadyMadeTable.php'),(1905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/component.php','wp-content/plugins/ninja-tables/admin/table-builder/config/component.php'),(1906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/responsive.php','wp-content/plugins/ninja-tables/admin/table-builder/config/responsive.php'),(1907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/setting.php','wp-content/plugins/ninja-tables/admin/table-builder/config/setting.php'),(1908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/admin/table-builder/config/templates.php','wp-content/plugins/ninja-tables/admin/table-builder/config/templates.php'),(1909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-table-builder-public.css','wp-content/plugins/ninja-tables/assets/css/ninja-table-builder-public.css'),(1910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-admin.css','wp-content/plugins/ninja-tables/assets/css/ninja-tables-admin.css'),(1911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-gutenblock.css','wp-content/plugins/ninja-tables/assets/css/ninja-tables-gutenblock.css'),(1912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-preview.css','wp-content/plugins/ninja-tables/assets/css/ninja-tables-preview.css'),(1913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor-rtl.css','wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor-rtl.css'),(1914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor.css','wp-content/plugins/ninja-tables/assets/css/ninja-tables-vendor.css'),(1915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninjatables-public-rtl.css','wp-content/plugins/ninja-tables/assets/css/ninjatables-public-rtl.css'),(1916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/css/ninjatables-public.css','wp-content/plugins/ninja-tables/assets/css/ninjatables-public.css'),(1917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/element-icons.ttf','wp-content/plugins/ninja-tables/assets/fonts/element-icons.ttf'),(1918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/element-icons.woff','wp-content/plugins/ninja-tables/assets/fonts/element-icons.woff'),(1919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.eot','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.eot'),(1920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.svg','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.svg'),(1921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.ttf','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.ttf'),(1922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.woff','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables-fontawesome.woff'),(1923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.eot','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.eot'),(1924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.svg','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.svg'),(1925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.ttf','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.ttf'),(1926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff'),(1927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff2','wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff2'),(1928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf','wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf'),(1929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff','wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff'),(1930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/images/ninja_table-old.svg','wp-content/plugins/ninja-tables/assets/images/ninja_table-old.svg'),(1931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/images/ninja_table.svg','wp-content/plugins/ninja-tables/assets/images/ninja_table.svg'),(1932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/arif.jpeg','wp-content/plugins/ninja-tables/assets/img/arif.jpeg'),(1933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/banner_premium.png','wp-content/plugins/ninja-tables/assets/img/banner_premium.png'),(1934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/bug.png','wp-content/plugins/ninja-tables/assets/img/bug.png'),(1935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_four.jpg','wp-content/plugins/ninja-tables/assets/img/comparison_table_four.jpg'),(1936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_one.jpg','wp-content/plugins/ninja-tables/assets/img/comparison_table_one.jpg'),(1937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_three.jpg','wp-content/plugins/ninja-tables/assets/img/comparison_table_three.jpg'),(1938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/comparison_table_two.jpg','wp-content/plugins/ninja-tables/assets/img/comparison_table_two.jpg'),(1939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/employee_table_one.jpg','wp-content/plugins/ninja-tables/assets/img/employee_table_one.jpg'),(1940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/employee_table_three.jpg','wp-content/plugins/ninja-tables/assets/img/employee_table_three.jpg'),(1941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/employee_table_two.jpg','wp-content/plugins/ninja-tables/assets/img/employee_table_two.jpg'),(1942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluent-icon.png','wp-content/plugins/ninja-tables/assets/img/fluent-icon.png'),(1943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluentCRM-logo.svg','wp-content/plugins/ninja-tables/assets/img/fluentCRM-logo.svg'),(1944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluent_banner.png','wp-content/plugins/ninja-tables/assets/img/fluent_banner.png'),(1945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/fluentform_banner.jpg','wp-content/plugins/ninja-tables/assets/img/fluentform_banner.jpg'),(1946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/heart.png','wp-content/plugins/ninja-tables/assets/img/heart.png'),(1947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/iphone-12-normal.jpg','wp-content/plugins/ninja-tables/assets/img/iphone-12-normal.jpg'),(1948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/iphone-12-pro-max.jpg','wp-content/plugins/ninja-tables/assets/img/iphone-12-pro-max.jpg'),(1949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/jewel.jpeg','wp-content/plugins/ninja-tables/assets/img/jewel.jpeg'),(1950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/naeem.jpeg','wp-content/plugins/ninja-tables/assets/img/naeem.jpeg'),(1951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja-charts-promo.png','wp-content/plugins/ninja-tables/assets/img/ninja-charts-promo.png'),(1952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja-table-editor-button-2x.png','wp-content/plugins/ninja-tables/assets/img/ninja-table-editor-button-2x.png'),(1953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja_table-old.svg','wp-content/plugins/ninja-tables/assets/img/ninja_table-old.svg'),(1954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/ninja_table.svg','wp-content/plugins/ninja-tables/assets/img/ninja_table.svg'),(1955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_four.jpg','wp-content/plugins/ninja-tables/assets/img/pricing_table_four.jpg'),(1956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_one.jpg','wp-content/plugins/ninja-tables/assets/img/pricing_table_one.jpg'),(1957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_three.jpg','wp-content/plugins/ninja-tables/assets/img/pricing_table_three.jpg'),(1958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pricing_table_two.jpg','wp-content/plugins/ninja-tables/assets/img/pricing_table_two.jpg'),(1959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/pros_and_cons_one.jpg','wp-content/plugins/ninja-tables/assets/img/pros_and_cons_one.jpg'),(1960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/responsiveBackground.svg','wp-content/plugins/ninja-tables/assets/img/responsiveBackground.svg'),(1961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/sakib.jpeg','wp-content/plugins/ninja-tables/assets/img/sakib.jpeg'),(1962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/schedule_table_one.jpg','wp-content/plugins/ninja-tables/assets/img/schedule_table_one.jpg'),(1963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/schedule_table_three.jpg','wp-content/plugins/ninja-tables/assets/img/schedule_table_three.jpg'),(1964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/schedule_table_two.jpg','wp-content/plugins/ninja-tables/assets/img/schedule_table_two.jpg'),(1965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/sumon.jpeg','wp-content/plugins/ninja-tables/assets/img/sumon.jpeg'),(1966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/support.png','wp-content/plugins/ninja-tables/assets/img/support.png'),(1967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/table-builder-blank.png','wp-content/plugins/ninja-tables/assets/img/table-builder-blank.png'),(1968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/img/woo-logo.png','wp-content/plugins/ninja-tables/assets/img/woo-logo.png'),(1969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/index.php','wp-content/plugins/ninja-tables/assets/index.php'),(1970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-table-builder-public.js','wp-content/plugins/ninja-tables/assets/js/ninja-table-builder-public.js'),(1971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-table-tinymce-button.js','wp-content/plugins/ninja-tables/assets/js/ninja-table-tinymce-button.js'),(1972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js','wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js'),(1973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js.LICENSE.txt','wp-content/plugins/ninja-tables/assets/js/ninja-tables-admin.3.1.0.js.LICENSE.txt'),(1974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js','wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js'),(1975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js.LICENSE.txt','wp-content/plugins/ninja-tables/assets/js/ninja-tables-boot.js.LICENSE.txt'),(1976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-footable.3.1.0.js','wp-content/plugins/ninja-tables/assets/js/ninja-tables-footable.3.1.0.js'),(1977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js','wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js'),(1978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js.LICENSE.txt','wp-content/plugins/ninja-tables/assets/js/ninja-tables-gutenblock.js.LICENSE.txt'),(1979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/ace.js','wp-content/plugins/ninja-tables/assets/libs/ace/ace.js'),(1980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/ace.min.js','wp-content/plugins/ninja-tables/assets/libs/ace/ace.min.js'),(1981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/mode-css.js','wp-content/plugins/ninja-tables/assets/libs/ace/mode-css.js'),(1982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/mode-javascript.js','wp-content/plugins/ninja-tables/assets/libs/ace/mode-javascript.js'),(1983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/mode-mysql.js','wp-content/plugins/ninja-tables/assets/libs/ace/mode-mysql.js'),(1984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/theme-monokai.js','wp-content/plugins/ninja-tables/assets/libs/ace/theme-monokai.js'),(1985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/worker-css.js','wp-content/plugins/ninja-tables/assets/libs/ace/worker-css.js'),(1986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/libs/ace/worker-javascript.js','wp-content/plugins/ninja-tables/assets/libs/ace/worker-javascript.js'),(1987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/assets/mix-manifest.json','wp-content/plugins/ninja-tables/assets/mix-manifest.json'),(1988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/ArrayHelper.php','wp-content/plugins/ninja-tables/includes/ArrayHelper.php'),(1989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/BackgroundInstaller.php','wp-content/plugins/ninja-tables/includes/BackgroundInstaller.php'),(1990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/I18nStrings.php','wp-content/plugins/ninja-tables/includes/I18nStrings.php'),(1991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTableClass.php','wp-content/plugins/ninja-tables/includes/NinjaTableClass.php'),(1992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTableImport.php','wp-content/plugins/ninja-tables/includes/NinjaTableImport.php'),(1993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesActivator.php','wp-content/plugins/ninja-tables/includes/NinjaTablesActivator.php'),(1994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesDeactivator.php','wp-content/plugins/ninja-tables/includes/NinjaTablesDeactivator.php'),(1995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesI18n.php','wp-content/plugins/ninja-tables/includes/NinjaTablesI18n.php'),(1996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/NinjaTablesLoader.php','wp-content/plugins/ninja-tables/includes/NinjaTablesLoader.php'),(1997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/ProcessDemoPage.php','wp-content/plugins/ninja-tables/includes/ProcessDemoPage.php'),(1998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/index.php','wp-content/plugins/ninja-tables/includes/index.php'),(1999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/CsvParser/CSVParser.php','wp-content/plugins/ninja-tables/includes/libs/CsvParser/CSVParser.php'),(2000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Lead/LeadFlow.php','wp-content/plugins/ninja-tables/includes/libs/Lead/LeadFlow.php'),(2001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Lead/LeadOptIn.php','wp-content/plugins/ninja-tables/includes/libs/Lead/LeadOptIn.php'),(2002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Lead/ReviewOptIn.php','wp-content/plugins/ninja-tables/includes/libs/Lead/ReviewOptIn.php'),(2003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesMigration.php','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesMigration.php'),(2004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesSupsysticTableMigration.php','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesSupsysticTableMigration.php'),(2005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesTablePressMigration.php','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesTablePressMigration.php'),(2006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesUltimateTableMigration.php','wp-content/plugins/ninja-tables/includes/libs/Migrations/NinjaTablesUltimateTableMigration.php'),(2007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/TableDrivers/NinjaFooTable.php','wp-content/plugins/ninja-tables/includes/libs/TableDrivers/NinjaFooTable.php'),(2008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_foo_table.php','wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_foo_table.php'),(2009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_footable_css.php','wp-content/plugins/ninja-tables/includes/libs/TableDrivers/views/ninja_footable_css.php'),(2010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/autoload.php','wp-content/plugins/ninja-tables/includes/libs/autoload.php'),(2011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/LICENSE','wp-content/plugins/ninja-tables/includes/libs/csv/LICENSE'),(2012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/autoload.php','wp-content/plugins/ninja-tables/includes/libs/csv/autoload.php'),(2013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/composer.json','wp-content/plugins/ninja-tables/includes/libs/csv/composer.json'),(2014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/AbstractCsv.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/AbstractCsv.php'),(2015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Controls.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Controls.php'),(2016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Output.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Config/Output.php'),(2017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Exception/InvalidRowException.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Exception/InvalidRowException.php'),(2018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/MapIterator.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/MapIterator.php'),(2019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/QueryFilter.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/QueryFilter.php'),(2020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/RowFilter.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/RowFilter.php'),(2021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamFilter.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamFilter.php'),(2022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamIterator.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Modifier/StreamIterator.php'),(2023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ColumnConsistencyValidator.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ColumnConsistencyValidator.php'),(2024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ForbiddenNullValuesValidator.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/ForbiddenNullValuesValidator.php'),(2025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/SkipNullValuesFormatter.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Plugin/SkipNullValuesFormatter.php'),(2026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Reader.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Reader.php'),(2027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/csv/src/Writer.php','wp-content/plugins/ninja-tables/includes/libs/csv/src/Writer.php'),(2028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/autoload.php','wp-content/plugins/ninja-tables/includes/libs/ninjadb/autoload.php'),(2029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/index.php','wp-content/plugins/ninja-tables/includes/libs/ninjadb/index.php'),(2030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/BaseModel.php','wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/BaseModel.php'),(2031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/ModelTrait.php','wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/ModelTrait.php'),(2032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/index.php','wp-content/plugins/ninja-tables/includes/libs/ninjadb/src/index.php'),(2033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/includes/ninja_tables-global-functions.php','wp-content/plugins/ninja-tables/includes/ninja_tables-global-functions.php'),(2034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/index.php','wp-content/plugins/ninja-tables/index.php'),(2035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-es.mo','wp-content/plugins/ninja-tables/languages/ninja-tables-es.mo'),(2036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-es.po','wp-content/plugins/ninja-tables/languages/ninja-tables-es.po'),(2037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-eu.mo','wp-content/plugins/ninja-tables/languages/ninja-tables-eu.mo'),(2038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-eu.po','wp-content/plugins/ninja-tables/languages/ninja-tables-eu.po'),(2039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.mo','wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.mo'),(2040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.po','wp-content/plugins/ninja-tables/languages/ninja-tables-fr_CA.po'),(2041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.mo','wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.mo'),(2042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.po','wp-content/plugins/ninja-tables/languages/ninja-tables-sk_SK.po'),(2043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.mo','wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.mo'),(2044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.po','wp-content/plugins/ninja-tables/languages/ninja-tables-sv_SE.po'),(2045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.mo','wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.mo'),(2046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.po','wp-content/plugins/ninja-tables/languages/ninja-tables-zh_CN.po'),(2047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/languages/ninja-tables.pot','wp-content/plugins/ninja-tables/languages/ninja-tables.pot'),(2048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/ninja-tables.php','wp-content/plugins/ninja-tables/ninja-tables.php'),(2049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/NinjaTablePublic.php','wp-content/plugins/ninja-tables/public/NinjaTablePublic.php'),(2050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/dataProviders/DefaultProvider.php','wp-content/plugins/ninja-tables/public/dataProviders/DefaultProvider.php'),(2051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/dataProviders/FluentFormProvider.php','wp-content/plugins/ninja-tables/public/dataProviders/FluentFormProvider.php'),(2052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/index.php','wp-content/plugins/ninja-tables/public/index.php'),(2053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.css','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.css'),(2054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.min.css','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.bootstrap.min.css'),(2055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.css','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.css'),(2056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.min.css','wp-content/plugins/ninja-tables/public/libs/footable/css/footable.standalone.min.css'),(2057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/js/footable.js','wp-content/plugins/ninja-tables/public/libs/footable/js/footable.js'),(2058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/footable/js/footable.min.js','wp-content/plugins/ninja-tables/public/libs/footable/js/footable.min.js'),(2059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/moment/moment.js','wp-content/plugins/ninja-tables/public/libs/moment/moment.js'),(2060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/libs/moment/moment.min.js','wp-content/plugins/ninja-tables/public/libs/moment/moment.min.js'),(2061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/frameless/show_ntb_preview.php','wp-content/plugins/ninja-tables/public/views/frameless/show_ntb_preview.php'),(2062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/frameless/show_preview.php','wp-content/plugins/ninja-tables/public/views/frameless/show_preview.php'),(2063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/table_builder_html.php','wp-content/plugins/ninja-tables/public/views/table_builder_html.php'),(2064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/public/views/table_inner_html.php','wp-content/plugins/ninja-tables/public/views/table_inner_html.php'),(2065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/readme.txt','wp-content/plugins/ninja-tables/readme.txt'),(2066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/ninja-tables/uninstall.php','wp-content/plugins/ninja-tables/uninstall.php'),(2067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/LICENSE.txt','wp-content/plugins/really-simple-ssl/LICENSE.txt'),(2068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/base.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/base.scss'),(2069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/index.php','wp-content/plugins/really-simple-ssl/assets/css/admin/index.php'),(2070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/layout.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/layout.scss'),(2071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/animations.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/animations.scss'),(2072,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/bullets.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/bullets.scss'),(2073,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/buttons.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/buttons.scss'),(2074,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/datatables.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/datatables.scss'),(2075,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/header.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/header.scss'),(2076,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/icons.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/icons.scss'),(2077,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/modal.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/modal.scss'),(2078,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/new-features.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/new-features.scss'),(2079,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/notices.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/notices.scss'),(2080,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/onboarding.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/onboarding.scss'),(2081,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/other-plugins.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/other-plugins.scss'),(2082,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/placeholder.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/placeholder.scss'),(2083,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/progress.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/progress.scss'),(2084,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/ssltest.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/ssltest.scss'),(2085,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tips-tricks.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tips-tricks.scss'),(2086,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tooltip.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/tooltip.scss'),(2087,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/fields.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/fields.scss'),(2088,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/learning-mode.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/learning-mode.scss'),(2089,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/letsencrypt.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/letsencrypt.scss'),(2090,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/menu.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/menu.scss'),(2091,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/mixed-content-scan.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/mixed-content-scan.scss'),(2092,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/notice.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/notice.scss'),(2093,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/permissions-policy.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/permissions-policy.scss'),(2094,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/snackbar.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard/snackbar.scss'),(2095,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/modules/wizard.scss'),(2096,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/states.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/states.scss'),(2097,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin/theme.scss','wp-content/plugins/really-simple-ssl/assets/css/admin/theme.scss'),(2098,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.css','wp-content/plugins/really-simple-ssl/assets/css/admin.css'),(2099,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.css.map','wp-content/plugins/really-simple-ssl/assets/css/admin.css.map'),(2100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.min.css','wp-content/plugins/really-simple-ssl/assets/css/admin.min.css'),(2101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/admin.scss','wp-content/plugins/really-simple-ssl/assets/css/admin.scss'),(2102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/index.php','wp-content/plugins/really-simple-ssl/assets/css/index.php'),(2103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/rtl/admin.min.css','wp-content/plugins/really-simple-ssl/assets/css/rtl/admin.min.css'),(2104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/css/variables.scss','wp-content/plugins/really-simple-ssl/assets/css/variables.scss'),(2105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/icon.png','wp-content/plugins/really-simple-ssl/assets/img/icon.png'),(2106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/index.php','wp-content/plugins/really-simple-ssl/assets/img/index.php'),(2107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/really-simple-plugins.svg','wp-content/plugins/really-simple-ssl/assets/img/really-simple-plugins.svg'),(2108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/img/really-simple-ssl-logo.svg','wp-content/plugins/really-simple-ssl/assets/img/really-simple-ssl-logo.svg'),(2109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/assets/index.php','wp-content/plugins/really-simple-ssl/assets/index.php'),(2110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-admin.php','wp-content/plugins/really-simple-ssl/class-admin.php'),(2111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-cache.php','wp-content/plugins/really-simple-ssl/class-cache.php'),(2112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-certificate.php','wp-content/plugins/really-simple-ssl/class-certificate.php'),(2113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-front-end.php','wp-content/plugins/really-simple-ssl/class-front-end.php'),(2114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-installer.php','wp-content/plugins/really-simple-ssl/class-installer.php'),(2115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php','wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php'),(2116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-multisite.php','wp-content/plugins/really-simple-ssl/class-multisite.php'),(2117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-server.php','wp-content/plugins/really-simple-ssl/class-server.php'),(2118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-site-health.php','wp-content/plugins/really-simple-ssl/class-site-health.php'),(2119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/class-wp-cli.php','wp-content/plugins/really-simple-ssl/class-wp-cli.php'),(2120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/compatibility.php','wp-content/plugins/really-simple-ssl/compatibility.php'),(2121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/composer.json','wp-content/plugins/really-simple-ssl/composer.json'),(2122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/force-deactivate.txt','wp-content/plugins/really-simple-ssl/force-deactivate.txt'),(2123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/functions.php','wp-content/plugins/really-simple-ssl/functions.php'),(2124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/gulpfile.js','wp-content/plugins/really-simple-ssl/gulpfile.js'),(2125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/index.php','wp-content/plugins/really-simple-ssl/index.php'),(2126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/languages/index.php','wp-content/plugins/really-simple-ssl/languages/index.php'),(2127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot','wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot'),(2128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/class-le-restapi.php','wp-content/plugins/really-simple-ssl/lets-encrypt/class-le-restapi.php'),(2129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php','wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php'),(2130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json','wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json'),(2131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/class-hosts.php','wp-content/plugins/really-simple-ssl/lets-encrypt/config/class-hosts.php'),(2132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/fields.php','wp-content/plugins/really-simple-ssl/lets-encrypt/config/fields.php'),(2133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/config/index.php'),(2134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/config/notices.php','wp-content/plugins/really-simple-ssl/lets-encrypt/config/notices.php'),(2135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php','wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php'),(2136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/download.php','wp-content/plugins/really-simple-ssl/lets-encrypt/download.php'),(2137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php','wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php'),(2138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/index.php'),(2139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php'),(2140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php'),(2141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php'),(2142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php'),(2143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php'),(2144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php'),(2145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php'),(2146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php'),(2147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/index.php'),(2148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php'),(2149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php'),(2150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php','wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php'),(2151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php','wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php'),(2152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php'),(2153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php'),(2154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php'),(2155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE'),(2156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php'),(2157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php'),(2158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php'),(2159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php'),(2160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php'),(2161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/index.php'),(2162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json'),(2163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php'),(2164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php'),(2165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/index.php'),(2166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md'),(2167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md'),(2168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json'),(2169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist'),(2170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php'),(2171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php'),(2172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php'),(2173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php'),(2174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php'),(2175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php'),(2176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php'),(2177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php'),(2178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php'),(2179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php'),(2180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php'),(2181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php'),(2182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php'),(2183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php'),(2184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php'),(2185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php'),(2186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php'),(2187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php'),(2188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php'),(2189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php'),(2190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php'),(2191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php'),(2192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php'),(2193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php'),(2194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php'),(2195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php'),(2196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php'),(2197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php'),(2198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php'),(2199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php'),(2200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php'),(2201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php'),(2202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php'),(2203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php'),(2204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php'),(2205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php'),(2206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php'),(2207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php'),(2208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php'),(2209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php'),(2210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php'),(2211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php'),(2212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php'),(2213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php'),(2214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php'),(2215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php'),(2216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php'),(2217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php'),(2218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php'),(2219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php'),(2220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php'),(2221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php'),(2222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php'),(2223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php'),(2224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php'),(2225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php'),(2226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php'),(2227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php'),(2228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php'),(2229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php'),(2230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php'),(2231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php'),(2232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php'),(2233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php'),(2234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php'),(2235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php'),(2236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php'),(2237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php'),(2238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php'),(2239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php'),(2240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php'),(2241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php'),(2242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php'),(2243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php'),(2244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/index.php'),(2245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml'),(2246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml'),(2247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile'),(2248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE'),(2249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md'),(2250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json'),(2251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml'),(2252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml'),(2253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist'),(2254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php'),(2255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php'),(2256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php'),(2257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php'),(2258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php'),(2259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php'),(2260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php'),(2261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php'),(2262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php'),(2263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php'),(2264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php'),(2265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php'),(2266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php'),(2267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php'),(2268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php'),(2269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php'),(2270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php'),(2271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php'),(2272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php'),(2273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php'),(2274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php'),(2275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php'),(2276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php'),(2277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php'),(2278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php'),(2279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php'),(2280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php'),(2281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php'),(2282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php'),(2283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php'),(2284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php'),(2285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh'),(2286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/index.php','wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/index.php'),(2287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/onboarding/class-onboarding.php','wp-content/plugins/really-simple-ssl/onboarding/class-onboarding.php'),(2288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/onboarding/config.php','wp-content/plugins/really-simple-ssl/onboarding/config.php'),(2289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/onboarding/index.php','wp-content/plugins/really-simple-ssl/onboarding/index.php'),(2290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/phpunit.xml.dist','wp-content/plugins/really-simple-ssl/phpunit.xml.dist'),(2291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/placeholders/class-placeholder.php','wp-content/plugins/really-simple-ssl/placeholders/class-placeholder.php'),(2292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/placeholders/index.php','wp-content/plugins/really-simple-ssl/placeholders/index.php'),(2293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/progress/class-progress.php','wp-content/plugins/really-simple-ssl/progress/class-progress.php'),(2294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/progress/index.php','wp-content/plugins/really-simple-ssl/progress/index.php'),(2295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/readme.txt','wp-content/plugins/really-simple-ssl/readme.txt'),(2296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php','wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php'),(2297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/cron.php','wp-content/plugins/really-simple-ssl/security/cron.php'),(2298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/deactivate-integration.php','wp-content/plugins/really-simple-ssl/security/deactivate-integration.php'),(2299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/firewall-manager.php','wp-content/plugins/really-simple-ssl/security/firewall-manager.php'),(2300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/functions.php','wp-content/plugins/really-simple-ssl/security/functions.php'),(2301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/index.php','wp-content/plugins/really-simple-ssl/security/index.php'),(2302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/integrations.php','wp-content/plugins/really-simple-ssl/security/integrations.php'),(2303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/notices.php','wp-content/plugins/really-simple-ssl/security/notices.php'),(2304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/security.php','wp-content/plugins/really-simple-ssl/security/security.php'),(2305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/server/disable-indexing.php','wp-content/plugins/really-simple-ssl/security/server/disable-indexing.php'),(2306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/server/index.php','wp-content/plugins/really-simple-ssl/security/server/index.php'),(2307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/sync-settings.php','wp-content/plugins/really-simple-ssl/security/sync-settings.php'),(2308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/tests/code-execution.php','wp-content/plugins/really-simple-ssl/security/tests/code-execution.php'),(2309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/tests/index.php','wp-content/plugins/really-simple-ssl/security/tests/index.php'),(2310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/tests.php','wp-content/plugins/really-simple-ssl/security/tests.php'),(2311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/block-code-execution-uploads.php','wp-content/plugins/really-simple-ssl/security/wordpress/block-code-execution-uploads.php'),(2312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/disable-xmlrpc.php','wp-content/plugins/really-simple-ssl/security/wordpress/disable-xmlrpc.php'),(2313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/display-name-is-login-name.php','wp-content/plugins/really-simple-ssl/security/wordpress/display-name-is-login-name.php'),(2314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/file-editing.php','wp-content/plugins/really-simple-ssl/security/wordpress/file-editing.php'),(2315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/hide-wp-version.php','wp-content/plugins/really-simple-ssl/security/wordpress/hide-wp-version.php'),(2316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/index.php','wp-content/plugins/really-simple-ssl/security/wordpress/index.php'),(2317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/prevent-login-info-leakage.php','wp-content/plugins/really-simple-ssl/security/wordpress/prevent-login-info-leakage.php'),(2318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/rename-admin-user.php','wp-content/plugins/really-simple-ssl/security/wordpress/rename-admin-user.php'),(2319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/rest-api.php','wp-content/plugins/really-simple-ssl/security/wordpress/rest-api.php'),(2320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/user-enumeration.php','wp-content/plugins/really-simple-ssl/security/wordpress/user-enumeration.php'),(2321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/user-registration.php','wp-content/plugins/really-simple-ssl/security/wordpress/user-registration.php'),(2322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/build/index.asset.php','wp-content/plugins/really-simple-ssl/settings/build/index.asset.php'),(2323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/build/index.js','wp-content/plugins/really-simple-ssl/settings/build/index.js'),(2324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/config/config.php','wp-content/plugins/really-simple-ssl/settings/config/config.php'),(2325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/config/disable-fields-filter.php','wp-content/plugins/really-simple-ssl/settings/config/disable-fields-filter.php'),(2326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/config/index.php','wp-content/plugins/really-simple-ssl/settings/config/index.php'),(2327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/index.php','wp-content/plugins/really-simple-ssl/settings/index.php'),(2328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/index.php','wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/index.php'),(2329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/optimization-code.php','wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/optimization-code.php'),(2330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/rest-api-optimizer.php','wp-content/plugins/really-simple-ssl/settings/rest-api-optimizer/rest-api-optimizer.php'),(2331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/settings.php','wp-content/plugins/really-simple-ssl/settings/settings.php'),(2332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/DashboardPage.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/DashboardPage.js'),(2333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/GridBlock.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/GridBlock.js'),(2334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/OtherPlugins.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/OtherPlugins.js'),(2335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlock.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlock.js'),(2336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlockHeader.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressBlockHeader.js'),(2337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressFooter.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/ProgressFooter.js'),(2338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeatureBullet.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeatureBullet.js'),(2339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesBlock.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesBlock.js'),(2340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesFooter.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SecurityFeaturesBlock/SecurityFeaturesFooter.js'),(2341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabs.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabs.js'),(2342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabsFooter.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/SslLabsFooter.js'),(2343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Dashboard/TaskElement.js','wp-content/plugins/really-simple-ssl/settings/src/Dashboard/TaskElement.js'),(2344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Header.js','wp-content/plugins/really-simple-ssl/settings/src/Header.js'),(2345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Activate.js','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Activate.js'),(2346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Directories.js','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Directories.js'),(2347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/DnsVerification.js','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/DnsVerification.js'),(2348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Generation.js','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Generation.js'),(2349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Installation.js','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/Installation.js'),(2350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/LetsEncrypt.js','wp-content/plugins/really-simple-ssl/settings/src/LetsEncrypt/LetsEncrypt.js'),(2351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Menu/Menu.js','wp-content/plugins/really-simple-ssl/settings/src/Menu/Menu.js'),(2352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Menu/MenuItem.js','wp-content/plugins/really-simple-ssl/settings/src/Menu/MenuItem.js'),(2353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Modal/Modal.js','wp-content/plugins/really-simple-ssl/settings/src/Modal/Modal.js'),(2354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Modal/ModalControl.js','wp-content/plugins/really-simple-ssl/settings/src/Modal/ModalControl.js'),(2355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Onboarding/Onboarding.js','wp-content/plugins/really-simple-ssl/settings/src/Onboarding/Onboarding.js'),(2356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Onboarding/OnboardingModal.js','wp-content/plugins/really-simple-ssl/settings/src/Onboarding/OnboardingModal.js'),(2357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Page.js','wp-content/plugins/really-simple-ssl/settings/src/Page.js'),(2358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Placeholder/PagePlaceholder.js','wp-content/plugins/really-simple-ssl/settings/src/Placeholder/PagePlaceholder.js'),(2359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Placeholder/Placeholder.js','wp-content/plugins/really-simple-ssl/settings/src/Placeholder/Placeholder.js'),(2360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/ChangeStatus.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/ChangeStatus.js'),(2361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Field.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Field.js'),(2362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Help.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Help.js'),(2363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Host.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Host.js'),(2364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/LearningMode.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/LearningMode.js'),(2365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/License.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/License.js'),(2366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/MixedContentScan.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/MixedContentScan.js'),(2367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Notices.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Notices.js'),(2368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Password.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Password.js'),(2369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/PermissionsPolicy.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/PermissionsPolicy.js'),(2370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Settings.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Settings.js'),(2371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsGroup.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsGroup.js'),(2372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsPage.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/SettingsPage.js'),(2373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/Settings/Support.js','wp-content/plugins/really-simple-ssl/settings/src/Settings/Support.js'),(2374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/index.js','wp-content/plugins/really-simple-ssl/settings/src/index.js'),(2375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/index.php','wp-content/plugins/really-simple-ssl/settings/src/index.php'),(2376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/Hyperlink.js','wp-content/plugins/really-simple-ssl/settings/src/utils/Hyperlink.js'),(2377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/Icon.js','wp-content/plugins/really-simple-ssl/settings/src/utils/Icon.js'),(2378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/api.js','wp-content/plugins/really-simple-ssl/settings/src/utils/api.js'),(2379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/getAnchor.js','wp-content/plugins/really-simple-ssl/settings/src/utils/getAnchor.js'),(2380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/lib.js','wp-content/plugins/really-simple-ssl/settings/src/utils/lib.js'),(2381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/src/utils/sleeper.js','wp-content/plugins/really-simple-ssl/settings/src/utils/sleeper.js'),(2382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/templates/index.php','wp-content/plugins/really-simple-ssl/settings/templates/index.php'),(2383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks-footer.php','wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks-footer.php'),(2384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks.php','wp-content/plugins/really-simple-ssl/settings/templates/tips-tricks.php'),(2385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/ssl-test-page.php','wp-content/plugins/really-simple-ssl/ssl-test-page.php'),(2386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/system-status.php','wp-content/plugins/really-simple-ssl/system-status.php'),(2387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess','wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess'),(2388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html'),(2389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess','wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess'),(2390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html'),(2391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess','wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess'),(2392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html'),(2393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess','wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess'),(2394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html'),(2395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess','wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess'),(2396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html'),(2397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess','wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess'),(2398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html'),(2399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess'),(2400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html'),(2401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess'),(2402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html'),(2403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess','wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess'),(2404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html'),(2405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess','wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess'),(2406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html','wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html'),(2407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/uninstall.php','wp-content/plugins/really-simple-ssl/uninstall.php'),(2408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/ajax.js','wp-content/plugins/really-simple-ssl/upgrade/ajax.js'),(2409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js','wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js'),(2410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/burst.png','wp-content/plugins/really-simple-ssl/upgrade/img/burst.png'),(2411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif','wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif'),(2412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png','wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png'),(2413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png','wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png'),(2414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/index.php','wp-content/plugins/really-simple-ssl/upgrade/index.php'),(2415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css'),(2416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map'),(2417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js'),(2418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less'),(2419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css'),(2420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js'),(2421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php','wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php'),(2422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/really-simple-ssl/upgrade.php','wp-content/plugins/really-simple-ssl/upgrade.php'),(2423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/README.md','wp-content/plugins/redirection/README.md'),(2424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/error.php','wp-content/plugins/redirection/actions/error.php'),(2425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/nothing.php','wp-content/plugins/redirection/actions/nothing.php'),(2426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/pass.php','wp-content/plugins/redirection/actions/pass.php'),(2427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/random.php','wp-content/plugins/redirection/actions/random.php'),(2428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/actions/url.php','wp-content/plugins/redirection/actions/url.php'),(2429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-404.php','wp-content/plugins/redirection/api/api-404.php'),(2430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-export.php','wp-content/plugins/redirection/api/api-export.php'),(2431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-group.php','wp-content/plugins/redirection/api/api-group.php'),(2432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-import.php','wp-content/plugins/redirection/api/api-import.php'),(2433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-log.php','wp-content/plugins/redirection/api/api-log.php'),(2434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-plugin.php','wp-content/plugins/redirection/api/api-plugin.php'),(2435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-redirect.php','wp-content/plugins/redirection/api/api-redirect.php'),(2436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api-settings.php','wp-content/plugins/redirection/api/api-settings.php'),(2437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/api/api.php','wp-content/plugins/redirection/api/api.php'),(2438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/database-status.php','wp-content/plugins/redirection/database/database-status.php'),(2439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/database-upgrader.php','wp-content/plugins/redirection/database/database-upgrader.php'),(2440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/database.php','wp-content/plugins/redirection/database/database.php'),(2441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/201.php','wp-content/plugins/redirection/database/schema/201.php'),(2442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/216.php','wp-content/plugins/redirection/database/schema/216.php'),(2443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/220.php','wp-content/plugins/redirection/database/schema/220.php'),(2444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/231.php','wp-content/plugins/redirection/database/schema/231.php'),(2445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/232.php','wp-content/plugins/redirection/database/schema/232.php'),(2446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/233.php','wp-content/plugins/redirection/database/schema/233.php'),(2447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/240.php','wp-content/plugins/redirection/database/schema/240.php'),(2448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/400.php','wp-content/plugins/redirection/database/schema/400.php'),(2449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/410.php','wp-content/plugins/redirection/database/schema/410.php'),(2450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/420.php','wp-content/plugins/redirection/database/schema/420.php'),(2451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/database/schema/latest.php','wp-content/plugins/redirection/database/schema/latest.php'),(2452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/apache.php','wp-content/plugins/redirection/fileio/apache.php'),(2453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/csv.php','wp-content/plugins/redirection/fileio/csv.php'),(2454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/json.php','wp-content/plugins/redirection/fileio/json.php'),(2455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/nginx.php','wp-content/plugins/redirection/fileio/nginx.php'),(2456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/fileio/rss.php','wp-content/plugins/redirection/fileio/rss.php'),(2457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/images/GitHub-Mark-64px.png','wp-content/plugins/redirection/images/GitHub-Mark-64px.png'),(2458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/images/donate.gif','wp-content/plugins/redirection/images/donate.gif'),(2459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/license.txt','wp-content/plugins/redirection/license.txt'),(2460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-cs_CZ.json','wp-content/plugins/redirection/locale/json/redirection-cs_CZ.json'),(2461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-de_DE.json','wp-content/plugins/redirection/locale/json/redirection-de_DE.json'),(2462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-de_DE_formal.json','wp-content/plugins/redirection/locale/json/redirection-de_DE_formal.json'),(2463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-el.json','wp-content/plugins/redirection/locale/json/redirection-el.json'),(2464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_AU.json','wp-content/plugins/redirection/locale/json/redirection-en_AU.json'),(2465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_CA.json','wp-content/plugins/redirection/locale/json/redirection-en_CA.json'),(2466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_GB.json','wp-content/plugins/redirection/locale/json/redirection-en_GB.json'),(2467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_NZ.json','wp-content/plugins/redirection/locale/json/redirection-en_NZ.json'),(2468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-en_ZA.json','wp-content/plugins/redirection/locale/json/redirection-en_ZA.json'),(2469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_CO.json','wp-content/plugins/redirection/locale/json/redirection-es_CO.json'),(2470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_EC.json','wp-content/plugins/redirection/locale/json/redirection-es_EC.json'),(2471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_ES.json','wp-content/plugins/redirection/locale/json/redirection-es_ES.json'),(2472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_MX.json','wp-content/plugins/redirection/locale/json/redirection-es_MX.json'),(2473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-es_VE.json','wp-content/plugins/redirection/locale/json/redirection-es_VE.json'),(2474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-fa_IR.json','wp-content/plugins/redirection/locale/json/redirection-fa_IR.json'),(2475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-fr_CA.json','wp-content/plugins/redirection/locale/json/redirection-fr_CA.json'),(2476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-fr_FR.json','wp-content/plugins/redirection/locale/json/redirection-fr_FR.json'),(2477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-gl_ES.json','wp-content/plugins/redirection/locale/json/redirection-gl_ES.json'),(2478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-hr.json','wp-content/plugins/redirection/locale/json/redirection-hr.json'),(2479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-it_IT.json','wp-content/plugins/redirection/locale/json/redirection-it_IT.json'),(2480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-ja.json','wp-content/plugins/redirection/locale/json/redirection-ja.json'),(2481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-ms_MY.json','wp-content/plugins/redirection/locale/json/redirection-ms_MY.json'),(2482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-nl_NL.json','wp-content/plugins/redirection/locale/json/redirection-nl_NL.json'),(2483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-nl_NL_formal.json','wp-content/plugins/redirection/locale/json/redirection-nl_NL_formal.json'),(2484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-pt_BR.json','wp-content/plugins/redirection/locale/json/redirection-pt_BR.json'),(2485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-ru_RU.json','wp-content/plugins/redirection/locale/json/redirection-ru_RU.json'),(2486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/json/redirection-sv_SE.json','wp-content/plugins/redirection/locale/json/redirection-sv_SE.json'),(2487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-cs_CZ.mo','wp-content/plugins/redirection/locale/redirection-cs_CZ.mo'),(2488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-cs_CZ.po','wp-content/plugins/redirection/locale/redirection-cs_CZ.po'),(2489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE.mo','wp-content/plugins/redirection/locale/redirection-de_DE.mo'),(2490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE.po','wp-content/plugins/redirection/locale/redirection-de_DE.po'),(2491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE_formal.mo','wp-content/plugins/redirection/locale/redirection-de_DE_formal.mo'),(2492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-de_DE_formal.po','wp-content/plugins/redirection/locale/redirection-de_DE_formal.po'),(2493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-el.mo','wp-content/plugins/redirection/locale/redirection-el.mo'),(2494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-el.po','wp-content/plugins/redirection/locale/redirection-el.po'),(2495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_AU.mo','wp-content/plugins/redirection/locale/redirection-en_AU.mo'),(2496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_AU.po','wp-content/plugins/redirection/locale/redirection-en_AU.po'),(2497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_CA.mo','wp-content/plugins/redirection/locale/redirection-en_CA.mo'),(2498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_CA.po','wp-content/plugins/redirection/locale/redirection-en_CA.po'),(2499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_GB.mo','wp-content/plugins/redirection/locale/redirection-en_GB.mo'),(2500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_GB.po','wp-content/plugins/redirection/locale/redirection-en_GB.po'),(2501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_NZ.mo','wp-content/plugins/redirection/locale/redirection-en_NZ.mo'),(2502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_NZ.po','wp-content/plugins/redirection/locale/redirection-en_NZ.po'),(2503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_ZA.mo','wp-content/plugins/redirection/locale/redirection-en_ZA.mo'),(2504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-en_ZA.po','wp-content/plugins/redirection/locale/redirection-en_ZA.po'),(2505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_CO.mo','wp-content/plugins/redirection/locale/redirection-es_CO.mo'),(2506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_CO.po','wp-content/plugins/redirection/locale/redirection-es_CO.po'),(2507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_EC.mo','wp-content/plugins/redirection/locale/redirection-es_EC.mo'),(2508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_EC.po','wp-content/plugins/redirection/locale/redirection-es_EC.po'),(2509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_ES.mo','wp-content/plugins/redirection/locale/redirection-es_ES.mo'),(2510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_ES.po','wp-content/plugins/redirection/locale/redirection-es_ES.po'),(2511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_MX.mo','wp-content/plugins/redirection/locale/redirection-es_MX.mo'),(2512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_MX.po','wp-content/plugins/redirection/locale/redirection-es_MX.po'),(2513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_VE.mo','wp-content/plugins/redirection/locale/redirection-es_VE.mo'),(2514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-es_VE.po','wp-content/plugins/redirection/locale/redirection-es_VE.po'),(2515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fa_IR.mo','wp-content/plugins/redirection/locale/redirection-fa_IR.mo'),(2516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fa_IR.po','wp-content/plugins/redirection/locale/redirection-fa_IR.po'),(2517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_CA.mo','wp-content/plugins/redirection/locale/redirection-fr_CA.mo'),(2518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_CA.po','wp-content/plugins/redirection/locale/redirection-fr_CA.po'),(2519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_FR.mo','wp-content/plugins/redirection/locale/redirection-fr_FR.mo'),(2520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-fr_FR.po','wp-content/plugins/redirection/locale/redirection-fr_FR.po'),(2521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-gl_ES.mo','wp-content/plugins/redirection/locale/redirection-gl_ES.mo'),(2522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-gl_ES.po','wp-content/plugins/redirection/locale/redirection-gl_ES.po'),(2523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-hr.mo','wp-content/plugins/redirection/locale/redirection-hr.mo'),(2524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-hr.po','wp-content/plugins/redirection/locale/redirection-hr.po'),(2525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-it_IT.mo','wp-content/plugins/redirection/locale/redirection-it_IT.mo'),(2526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-it_IT.po','wp-content/plugins/redirection/locale/redirection-it_IT.po'),(2527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ja.mo','wp-content/plugins/redirection/locale/redirection-ja.mo'),(2528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ja.po','wp-content/plugins/redirection/locale/redirection-ja.po'),(2529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ms_MY.mo','wp-content/plugins/redirection/locale/redirection-ms_MY.mo'),(2530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ms_MY.po','wp-content/plugins/redirection/locale/redirection-ms_MY.po'),(2531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL.mo','wp-content/plugins/redirection/locale/redirection-nl_NL.mo'),(2532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL.po','wp-content/plugins/redirection/locale/redirection-nl_NL.po'),(2533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL_formal.mo','wp-content/plugins/redirection/locale/redirection-nl_NL_formal.mo'),(2534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-nl_NL_formal.po','wp-content/plugins/redirection/locale/redirection-nl_NL_formal.po'),(2535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-pt_BR.mo','wp-content/plugins/redirection/locale/redirection-pt_BR.mo'),(2536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-pt_BR.po','wp-content/plugins/redirection/locale/redirection-pt_BR.po'),(2537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ru_RU.mo','wp-content/plugins/redirection/locale/redirection-ru_RU.mo'),(2538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-ru_RU.po','wp-content/plugins/redirection/locale/redirection-ru_RU.po'),(2539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-sv_SE.mo','wp-content/plugins/redirection/locale/redirection-sv_SE.mo'),(2540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection-sv_SE.po','wp-content/plugins/redirection/locale/redirection-sv_SE.po'),(2541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/locale/redirection.pot','wp-content/plugins/redirection/locale/redirection.pot'),(2542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/cookie.php','wp-content/plugins/redirection/matches/cookie.php'),(2543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/custom-filter.php','wp-content/plugins/redirection/matches/custom-filter.php'),(2544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/from-notfrom.php','wp-content/plugins/redirection/matches/from-notfrom.php'),(2545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/from-url.php','wp-content/plugins/redirection/matches/from-url.php'),(2546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/http-header.php','wp-content/plugins/redirection/matches/http-header.php'),(2547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/ip.php','wp-content/plugins/redirection/matches/ip.php'),(2548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/language.php','wp-content/plugins/redirection/matches/language.php'),(2549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/login.php','wp-content/plugins/redirection/matches/login.php'),(2550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/page.php','wp-content/plugins/redirection/matches/page.php'),(2551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/referrer.php','wp-content/plugins/redirection/matches/referrer.php'),(2552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/server.php','wp-content/plugins/redirection/matches/server.php'),(2553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/url.php','wp-content/plugins/redirection/matches/url.php'),(2554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/user-agent.php','wp-content/plugins/redirection/matches/user-agent.php'),(2555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/matches/user-role.php','wp-content/plugins/redirection/matches/user-role.php'),(2556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/action.php','wp-content/plugins/redirection/models/action.php'),(2557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/canonical.php','wp-content/plugins/redirection/models/canonical.php'),(2558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/file-io.php','wp-content/plugins/redirection/models/file-io.php'),(2559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/fixer.php','wp-content/plugins/redirection/models/fixer.php'),(2560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/flusher.php','wp-content/plugins/redirection/models/flusher.php'),(2561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/group.php','wp-content/plugins/redirection/models/group.php'),(2562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/header.php','wp-content/plugins/redirection/models/header.php'),(2563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/htaccess.php','wp-content/plugins/redirection/models/htaccess.php'),(2564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/importer.php','wp-content/plugins/redirection/models/importer.php'),(2565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/log/log-404.php','wp-content/plugins/redirection/models/log/log-404.php'),(2566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/log/log-redirect.php','wp-content/plugins/redirection/models/log/log-redirect.php'),(2567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/log/log.php','wp-content/plugins/redirection/models/log/log.php'),(2568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/match.php','wp-content/plugins/redirection/models/match.php'),(2569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/module.php','wp-content/plugins/redirection/models/module.php'),(2570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/monitor.php','wp-content/plugins/redirection/models/monitor.php'),(2571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/permalinks.php','wp-content/plugins/redirection/models/permalinks.php'),(2572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-cache.php','wp-content/plugins/redirection/models/redirect/redirect-cache.php'),(2573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-filter.php','wp-content/plugins/redirection/models/redirect/redirect-filter.php'),(2574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-options.php','wp-content/plugins/redirection/models/redirect/redirect-options.php'),(2575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php','wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php'),(2576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect.php','wp-content/plugins/redirection/models/redirect/redirect.php'),(2577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/regex.php','wp-content/plugins/redirection/models/regex.php'),(2578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/request.php','wp-content/plugins/redirection/models/request.php'),(2579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-encode.php','wp-content/plugins/redirection/models/url/url-encode.php'),(2580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-flags.php','wp-content/plugins/redirection/models/url/url-flags.php'),(2581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-match.php','wp-content/plugins/redirection/models/url/url-match.php'),(2582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-path.php','wp-content/plugins/redirection/models/url/url-path.php'),(2583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-query.php','wp-content/plugins/redirection/models/url/url-query.php'),(2584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-request.php','wp-content/plugins/redirection/models/url/url-request.php'),(2585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url-transform.php','wp-content/plugins/redirection/models/url/url-transform.php'),(2586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/models/url/url.php','wp-content/plugins/redirection/models/url/url.php'),(2587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/modules/apache.php','wp-content/plugins/redirection/modules/apache.php'),(2588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/modules/nginx.php','wp-content/plugins/redirection/modules/nginx.php'),(2589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/modules/wordpress.php','wp-content/plugins/redirection/modules/wordpress.php'),(2590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/readme.txt','wp-content/plugins/redirection/readme.txt'),(2591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-admin.php','wp-content/plugins/redirection/redirection-admin.php'),(2592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-capabilities.php','wp-content/plugins/redirection/redirection-capabilities.php'),(2593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-cli.php','wp-content/plugins/redirection/redirection-cli.php'),(2594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-front.php','wp-content/plugins/redirection/redirection-front.php'),(2595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-settings.php','wp-content/plugins/redirection/redirection-settings.php'),(2596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-strings.php','wp-content/plugins/redirection/redirection-strings.php'),(2597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection-version.php','wp-content/plugins/redirection/redirection-version.php'),(2598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.css','wp-content/plugins/redirection/redirection.css'),(2599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.js','wp-content/plugins/redirection/redirection.js'),(2600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/redirection/redirection.php','wp-content/plugins/redirection/redirection.php'),(2601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/admin.php','wp-content/plugins/updraftplus/admin.php'),(2602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/backup.php','wp-content/plugins/updraftplus/backup.php'),(2603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/bootstrap.php','wp-content/plugins/updraftplus/central/bootstrap.php'),(2604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php','wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php'),(2605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php','wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php'),(2606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/commands.php','wp-content/plugins/updraftplus/central/commands.php'),(2607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css','wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css'),(2608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css.map','wp-content/plugins/updraftplus/central/css/central-1-22-24.min.css.map'),(2609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/css/central.css','wp-content/plugins/updraftplus/central/css/central.css'),(2610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/factory.php','wp-content/plugins/updraftplus/central/factory.php'),(2611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/host.php','wp-content/plugins/updraftplus/central/host.php'),(2612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/images/ud-logo.png','wp-content/plugins/updraftplus/central/images/ud-logo.png'),(2613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif','wp-content/plugins/updraftplus/central/images/udlogo-rotating.gif'),(2614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/js/central-1-22-24.min.js','wp-content/plugins/updraftplus/central/js/central-1-22-24.min.js'),(2615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/js/central.js','wp-content/plugins/updraftplus/central/js/central.js'),(2616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/listener.php','wp-content/plugins/updraftplus/central/listener.php'),(2617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/analytics.php','wp-content/plugins/updraftplus/central/modules/analytics.php'),(2618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/comments.php','wp-content/plugins/updraftplus/central/modules/comments.php'),(2619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/core.php','wp-content/plugins/updraftplus/central/modules/core.php'),(2620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/media.php','wp-content/plugins/updraftplus/central/modules/media.php'),(2621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/pages.php','wp-content/plugins/updraftplus/central/modules/pages.php'),(2622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/plugin.php','wp-content/plugins/updraftplus/central/modules/plugin.php'),(2623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/posts.php','wp-content/plugins/updraftplus/central/modules/posts.php'),(2624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/theme.php','wp-content/plugins/updraftplus/central/modules/theme.php'),(2625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/updates.php','wp-content/plugins/updraftplus/central/modules/updates.php'),(2626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/modules/users.php','wp-content/plugins/updraftplus/central/modules/users.php'),(2627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/translations-central.php','wp-content/plugins/updraftplus/central/translations-central.php'),(2628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/updraftplus.php','wp-content/plugins/updraftplus/central/updraftplus.php'),(2629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/central/wp-optimize.php','wp-content/plugins/updraftplus/central/wp-optimize.php'),(2630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/changelog-old.txt','wp-content/plugins/updraftplus/changelog-old.txt'),(2631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/class-updraftplus.php','wp-content/plugins/updraftplus/class-updraftplus.php'),(2632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css'),(2633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css'),(2634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css'),(2635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css'),(2636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css'),(2637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css'),(2638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css'),(2639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css'),(2640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css'),(2641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css'),(2642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css'),(2643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css'),(2644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css'),(2645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css'),(2646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css','wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css'),(2647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css.map','wp-content/plugins/updraftplus/css/updraftplus-admin-1-22-24.min.css.map'),(2648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-admin.css','wp-content/plugins/updraftplus/css/updraftplus-admin.css'),(2649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css','wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css'),(2650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css.map','wp-content/plugins/updraftplus/css/updraftplus-notices-1-22-24.min.css.map'),(2651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-notices.css','wp-content/plugins/updraftplus/css/updraftplus-notices.css'),(2652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css','wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css'),(2653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css.map','wp-content/plugins/updraftplus/css/updraftplus-tour-1-22-24.min.css.map'),(2654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.css','wp-content/plugins/updraftplus/css/updraftplus-tour.css'),(2655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/css/updraftplus-tour.scss','wp-content/plugins/updraftplus/css/updraftplus-tour.scss'),(2656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/example-decrypt.php','wp-content/plugins/updraftplus/example-decrypt.php'),(2657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/all.png','wp-content/plugins/updraftplus/images/addons-images/all.png'),(2658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/anonymisation.png','wp-content/plugins/updraftplus/images/addons-images/anonymisation.png'),(2659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/autobackup.png','wp-content/plugins/updraftplus/images/addons-images/autobackup.png'),(2660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/azure.png','wp-content/plugins/updraftplus/images/addons-images/azure.png'),(2661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/backblaze.png','wp-content/plugins/updraftplus/images/addons-images/backblaze.png'),(2662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png','wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png'),(2663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png','wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png'),(2664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/fixtime.png','wp-content/plugins/updraftplus/images/addons-images/fixtime.png'),(2665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png','wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png'),(2666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/googlecloud.png','wp-content/plugins/updraftplus/images/addons-images/googlecloud.png'),(2667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/importer.png','wp-content/plugins/updraftplus/images/addons-images/importer.png'),(2668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/incremental.png','wp-content/plugins/updraftplus/images/addons-images/incremental.png'),(2669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/lockadmin.png','wp-content/plugins/updraftplus/images/addons-images/lockadmin.png'),(2670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/migrator.png','wp-content/plugins/updraftplus/images/addons-images/migrator.png'),(2671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/moredatabase.png','wp-content/plugins/updraftplus/images/addons-images/moredatabase.png'),(2672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/morefiles.png','wp-content/plugins/updraftplus/images/addons-images/morefiles.png'),(2673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/morestorage.png','wp-content/plugins/updraftplus/images/addons-images/morestorage.png'),(2674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/multisite.png','wp-content/plugins/updraftplus/images/addons-images/multisite.png'),(2675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/noadverts.png','wp-content/plugins/updraftplus/images/addons-images/noadverts.png'),(2676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/onedrive.png','wp-content/plugins/updraftplus/images/addons-images/onedrive.png'),(2677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/reporting.png','wp-content/plugins/updraftplus/images/addons-images/reporting.png'),(2678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png','wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png'),(2679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/sftp.png','wp-content/plugins/updraftplus/images/addons-images/sftp.png'),(2680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/webdav.png','wp-content/plugins/updraftplus/images/addons-images/webdav.png'),(2681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/addons-images/wp-cli.png','wp-content/plugins/updraftplus/images/addons-images/wp-cli.png'),(2682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/automaticbackup.png','wp-content/plugins/updraftplus/images/automaticbackup.png'),(2683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/aws_logo.png','wp-content/plugins/updraftplus/images/aws_logo.png'),(2684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/azure.png','wp-content/plugins/updraftplus/images/azure.png'),(2685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/backblaze.png','wp-content/plugins/updraftplus/images/backblaze.png'),(2686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/dashicon.png','wp-content/plugins/updraftplus/images/dashicon.png'),(2687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png','wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png'),(2688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/dropbox-logo.png','wp-content/plugins/updraftplus/images/dropbox-logo.png'),(2689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/googlecloud.png','wp-content/plugins/updraftplus/images/googlecloud.png'),(2690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/googledrive_logo.png','wp-content/plugins/updraftplus/images/googledrive_logo.png'),(2691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/azure.png','wp-content/plugins/updraftplus/images/icons/azure.png'),(2692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/backblaze.png','wp-content/plugins/updraftplus/images/icons/backblaze.png'),(2693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/cloudfiles.png','wp-content/plugins/updraftplus/images/icons/cloudfiles.png'),(2694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/dreamobjects.png','wp-content/plugins/updraftplus/images/icons/dreamobjects.png'),(2695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/dropbox.png','wp-content/plugins/updraftplus/images/icons/dropbox.png'),(2696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/email.png','wp-content/plugins/updraftplus/images/icons/email.png'),(2697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/folder.png','wp-content/plugins/updraftplus/images/icons/folder.png'),(2698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/googlecloud.png','wp-content/plugins/updraftplus/images/icons/googlecloud.png'),(2699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/googledrive.png','wp-content/plugins/updraftplus/images/icons/googledrive.png'),(2700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/lock.png','wp-content/plugins/updraftplus/images/icons/lock.png'),(2701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/onedrive.png','wp-content/plugins/updraftplus/images/icons/onedrive.png'),(2702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/openstack.png','wp-content/plugins/updraftplus/images/icons/openstack.png'),(2703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/pcloud.png','wp-content/plugins/updraftplus/images/icons/pcloud.png'),(2704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/s3.png','wp-content/plugins/updraftplus/images/icons/s3.png'),(2705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/updraftvault.png','wp-content/plugins/updraftplus/images/icons/updraftvault.png'),(2706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/icons/webdav.png','wp-content/plugins/updraftplus/images/icons/webdav.png'),(2707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/black_friday.png','wp-content/plugins/updraftplus/images/notices/black_friday.png'),(2708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/keyy_logo.png','wp-content/plugins/updraftplus/images/notices/keyy_logo.png'),(2709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/locksettings.png','wp-content/plugins/updraftplus/images/notices/locksettings.png'),(2710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/new_year.png','wp-content/plugins/updraftplus/images/notices/new_year.png'),(2711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/reporting.png','wp-content/plugins/updraftplus/images/notices/reporting.png'),(2712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/spring.png','wp-content/plugins/updraftplus/images/notices/spring.png'),(2713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/subscriben.png','wp-content/plugins/updraftplus/images/notices/subscriben.png'),(2714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/summer.png','wp-content/plugins/updraftplus/images/notices/summer.png'),(2715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/support.png','wp-content/plugins/updraftplus/images/notices/support.png'),(2716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/ud_smile.png','wp-content/plugins/updraftplus/images/notices/ud_smile.png'),(2717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/updraft_logo.png','wp-content/plugins/updraftplus/images/notices/updraft_logo.png'),(2718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png','wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png'),(2719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/onedrive.png','wp-content/plugins/updraftplus/images/onedrive.png'),(2720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/aios.png','wp-content/plugins/updraftplus/images/other-plugins/aios.png'),(2721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png','wp-content/plugins/updraftplus/images/other-plugins/easy-updates-manager-logo.png'),(2722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/keyy.png','wp-content/plugins/updraftplus/images/other-plugins/keyy.png'),(2723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png','wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png'),(2724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png','wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png'),(2725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png','wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png'),(2726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/padlock-150.png','wp-content/plugins/updraftplus/images/padlock-150.png'),(2727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/pcloud-logo.png','wp-content/plugins/updraftplus/images/pcloud-logo.png'),(2728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/rackspacecloud-logo.png','wp-content/plugins/updraftplus/images/rackspacecloud-logo.png'),(2729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/ud-logo-150.png','wp-content/plugins/updraftplus/images/ud-logo-150.png'),(2730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/ud-logo.png','wp-content/plugins/updraftplus/images/ud-logo.png'),(2731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/udlogo-rotating.gif','wp-content/plugins/updraftplus/images/udlogo-rotating.gif'),(2732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/udp-logo-white.png','wp-content/plugins/updraftplus/images/udp-logo-white.png'),(2733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_central_logo.png','wp-content/plugins/updraftplus/images/updraft_central_logo.png'),(2734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_cross.png','wp-content/plugins/updraftplus/images/updraft_cross.png'),(2735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_freev.png','wp-content/plugins/updraftplus/images/updraft_freev.png'),(2736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_premv.png','wp-content/plugins/updraftplus/images/updraft_premv.png'),(2737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_tick.png','wp-content/plugins/updraftplus/images/updraft_tick.png'),(2738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraft_vault_logo.png','wp-content/plugins/updraftplus/images/updraft_vault_logo.png'),(2739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraftcentral_cloud.png','wp-content/plugins/updraftplus/images/updraftcentral_cloud.png'),(2740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png','wp-content/plugins/updraftplus/images/updraftclone_logo_white.png'),(2741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/updraftvault-150.png','wp-content/plugins/updraftplus/images/updraftvault-150.png'),(2742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg','wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg'),(2743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/API.php','wp-content/plugins/updraftplus/includes/Dropbox2/API.php'),(2744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php','wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php'),(2745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),(2746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),(2747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),(2748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),(2749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),(2750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),(2751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php'),(2752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php','wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php'),(2753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php','wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php'),(2754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php','wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php'),(2755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php','wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php'),(2756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php','wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php'),(2757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php','wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php'),(2758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php','wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php'),(2759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php'),(2760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php','wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php'),(2761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php','wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php'),(2762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/File.php','wp-content/plugins/updraftplus/includes/Google/Cache/File.php'),(2763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php','wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php'),(2764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Cache/Null.php','wp-content/plugins/updraftplus/includes/Google/Cache/Null.php'),(2765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Client.php','wp-content/plugins/updraftplus/includes/Google/Client.php'),(2766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Collection.php','wp-content/plugins/updraftplus/includes/Google/Collection.php'),(2767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Config.php','wp-content/plugins/updraftplus/includes/Google/Config.php'),(2768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Exception.php','wp-content/plugins/updraftplus/includes/Google/Exception.php'),(2769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Batch.php','wp-content/plugins/updraftplus/includes/Google/Http/Batch.php'),(2770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php','wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php'),(2771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php','wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php'),(2772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/REST.php','wp-content/plugins/updraftplus/includes/Google/Http/REST.php'),(2773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Http/Request.php','wp-content/plugins/updraftplus/includes/Google/Http/Request.php'),(2774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php','wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php'),(2775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Curl.php','wp-content/plugins/updraftplus/includes/Google/IO/Curl.php'),(2776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Exception.php','wp-content/plugins/updraftplus/includes/Google/IO/Exception.php'),(2777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/Stream.php','wp-content/plugins/updraftplus/includes/Google/IO/Stream.php'),(2778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem','wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem'),(2779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php'),(2780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php','wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php'),(2781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/File.php','wp-content/plugins/updraftplus/includes/Google/Logger/File.php'),(2782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Null.php','wp-content/plugins/updraftplus/includes/Google/Logger/Null.php'),(2783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php','wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php'),(2784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Model.php','wp-content/plugins/updraftplus/includes/Google/Model.php'),(2785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php','wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php'),(2786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Dns.php','wp-content/plugins/updraftplus/includes/Google/Service/Dns.php'),(2787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Drive.php','wp-content/plugins/updraftplus/includes/Google/Service/Drive.php'),(2788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Exception.php','wp-content/plugins/updraftplus/includes/Google/Service/Exception.php'),(2789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Logging.php','wp-content/plugins/updraftplus/includes/Google/Service/Logging.php'),(2790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php','wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php'),(2791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Resource.php','wp-content/plugins/updraftplus/includes/Google/Service/Resource.php'),(2792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service/Storage.php','wp-content/plugins/updraftplus/includes/Google/Service/Storage.php'),(2793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Service.php','wp-content/plugins/updraftplus/includes/Google/Service.php'),(2794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php'),(2795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Signer/P12.php','wp-content/plugins/updraftplus/includes/Google/Signer/P12.php'),(2796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Exception.php','wp-content/plugins/updraftplus/includes/Google/Task/Exception.php'),(2797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php','wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php'),(2798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Task/Runner.php','wp-content/plugins/updraftplus/includes/Google/Task/Runner.php'),(2799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php','wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php'),(2800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Utils.php','wp-content/plugins/updraftplus/includes/Google/Utils.php'),(2801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php','wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php'),(2802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php','wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php'),(2803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/Google/autoload.php','wp-content/plugins/updraftplus/includes/Google/autoload.php'),(2804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/S3.php','wp-content/plugins/updraftplus/includes/S3.php'),(2805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/S3compat.php','wp-content/plugins/updraftplus/includes/S3compat.php'),(2806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-22-24.min.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI-1-22-24.min.js'),(2807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.js'),(2808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-22-24.min.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min-1-22-24.min.js'),(2809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js','wp-content/plugins/updraftplus/includes/blockui/jquery.blockUI.min.js'),(2810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cacert.pem','wp-content/plugins/updraftplus/includes/cacert.pem'),(2811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg','wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg'),(2812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css'),(2813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css.map','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.css.map'),(2814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.js','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed-1-22-24.min.js'),(2815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css'),(2816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),(2817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php','wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),(2818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/products.json','wp-content/plugins/updraftplus/includes/checkout-embed/products.json'),(2819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/readme.md','wp-content/plugins/updraftplus/includes/checkout-embed/readme.md'),(2820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-backup-history.php','wp-content/plugins/updraftplus/includes/class-backup-history.php'),(2821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-commands.php','wp-content/plugins/updraftplus/includes/class-commands.php'),(2822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-database-utility.php','wp-content/plugins/updraftplus/includes/class-database-utility.php'),(2823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-filesystem-functions.php','wp-content/plugins/updraftplus/includes/class-filesystem-functions.php'),(2824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php','wp-content/plugins/updraftplus/includes/class-http-error-descriptions.php'),(2825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-job-scheduler.php','wp-content/plugins/updraftplus/includes/class-job-scheduler.php'),(2826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-manipulation-functions.php','wp-content/plugins/updraftplus/includes/class-manipulation-functions.php'),(2827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-partialfileservlet.php','wp-content/plugins/updraftplus/includes/class-partialfileservlet.php'),(2828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-remote-send.php','wp-content/plugins/updraftplus/includes/class-remote-send.php'),(2829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-search-replace.php','wp-content/plugins/updraftplus/includes/class-search-replace.php'),(2830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-semaphore.php','wp-content/plugins/updraftplus/includes/class-semaphore.php'),(2831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php','wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php'),(2832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php','wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php'),(2833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php','wp-content/plugins/updraftplus/includes/class-updraft-semaphore.php'),(2834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php','wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),(2835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php','wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php'),(2836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php','wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php'),(2837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/class-zip.php','wp-content/plugins/updraftplus/includes/class-zip.php'),(2838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php'),(2839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),(2840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php'),(2841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/ftp.class.php','wp-content/plugins/updraftplus/includes/ftp.class.php'),(2842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl','wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl'),(2843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/google-extensions.php','wp-content/plugins/updraftplus/includes/google-extensions.php'),(2844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/LICENSE','wp-content/plugins/updraftplus/includes/handlebars/LICENSE'),(2845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.js'),(2846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js'),(2847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js'),(2848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js'),(2849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),(2850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png','wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png'),(2851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png'),(2852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png'),(2853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png'),(2854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png'),(2855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),(2856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),(2857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),(2858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png'),(2859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png'),(2860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png'),(2861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png'),(2862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png','wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png'),(2863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css'),(2864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css.map','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4-1-22-24.min.css.map'),(2865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.11.4.css'),(2866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css'),(2867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css.map','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1-1-22-24.min.css.map'),(2868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css','wp-content/plugins/updraftplus/includes/jquery-ui.custom-v1.12.1.css'),(2869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-22-24.min.js','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended-1-22-24.min.js'),(2870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js','wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended/jquery-ui.dialog.extended.js'),(2871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),(2872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),(2873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.js','wp-content/plugins/updraftplus/includes/jstree/jstree.js'),(2874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/jstree.min.js','wp-content/plugins/updraftplus/includes/jstree/jstree.min.js'),(2875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png'),(2876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png'),(2877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css'),(2878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css','wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css'),(2879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif','wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif'),(2880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png'),(2881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png'),(2882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css'),(2883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css'),(2884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif'),(2885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/LICENSE','wp-content/plugins/updraftplus/includes/labelauty/LICENSE'),(2886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png','wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png'),(2887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png','wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png'),(2888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css'),(2889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css.map','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.css.map'),(2890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.js','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty-1-22-24.min.js'),(2891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css'),(2892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js'),(2893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php','wp-content/plugins/updraftplus/includes/pcloud/UpdraftPlus_Pcloud_API.php'),(2894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether/LICENSE','wp-content/plugins/updraftplus/includes/tether/LICENSE'),(2895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether/tether.js','wp-content/plugins/updraftplus/includes/tether/tether.js'),(2896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether/tether.min.js','wp-content/plugins/updraftplus/includes/tether/tether.min.js'),(2897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE','wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE'),(2898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js'),(2899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js','wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js'),(2900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js','wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js'),(2901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-22-24.min.js','wp-content/plugins/updraftplus/includes/updraft-admin-common-1-22-24.min.js'),(2902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-admin-common.js','wp-content/plugins/updraftplus/includes/updraft-admin-common.js'),(2903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php','wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php'),(2904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php','wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php'),(2905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftcentral.php','wp-content/plugins/updraftplus/includes/updraftcentral.php'),(2906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),(2907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),(2908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php'),(2909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php'),(2910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),(2911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-clone.php','wp-content/plugins/updraftplus/includes/updraftplus-clone.php'),(2912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-login.php','wp-content/plugins/updraftplus/includes/updraftplus-login.php'),(2913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-notices.php','wp-content/plugins/updraftplus/includes/updraftplus-notices.php'),(2914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftplus-tour.php','wp-content/plugins/updraftplus/includes/updraftplus-tour.php'),(2915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/includes/updraftvault.php','wp-content/plugins/updraftplus/includes/updraftvault.php'),(2916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/index.html','wp-content/plugins/updraftplus/index.html'),(2917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/tour-1-22-24.min.js','wp-content/plugins/updraftplus/js/tour-1-22-24.min.js'),(2918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/tour.js','wp-content/plugins/updraftplus/js/tour.js'),(2919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore-1-22-24.min.js','wp-content/plugins/updraftplus/js/updraft-admin-restore-1-22-24.min.js'),(2920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/js/updraft-admin-restore.js','wp-content/plugins/updraftplus/js/updraft-admin-restore.js'),(2921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.mo','wp-content/plugins/updraftplus/languages/updraftplus-af.mo'),(2922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-af.po','wp-content/plugins/updraftplus/languages/updraftplus-af.po'),(2923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.mo','wp-content/plugins/updraftplus/languages/updraftplus-ar.mo'),(2924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ar.po','wp-content/plugins/updraftplus/languages/updraftplus-ar.po'),(2925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo'),(2926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po'),(2927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo'),(2928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po','wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po'),(2929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo'),(2930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po'),(2931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.mo','wp-content/plugins/updraftplus/languages/updraftplus-ca.mo'),(2932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ca.po','wp-content/plugins/updraftplus/languages/updraftplus-ca.po'),(2933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo','wp-content/plugins/updraftplus/languages/updraftplus-ckb.mo'),(2934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ckb.po','wp-content/plugins/updraftplus/languages/updraftplus-ckb.po'),(2935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo'),(2936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po'),(2937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo'),(2938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po'),(2939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.mo','wp-content/plugins/updraftplus/languages/updraftplus-et.mo'),(2940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-et.po','wp-content/plugins/updraftplus/languages/updraftplus-et.po'),(2941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.mo','wp-content/plugins/updraftplus/languages/updraftplus-eu.mo'),(2942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-eu.po','wp-content/plugins/updraftplus/languages/updraftplus-eu.po'),(2943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo'),(2944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po'),(2945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.mo','wp-content/plugins/updraftplus/languages/updraftplus-fi.mo'),(2946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fi.po','wp-content/plugins/updraftplus/languages/updraftplus-fi.po'),(2947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo'),(2948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po'),(2949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo'),(2950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po'),(2951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo'),(2952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po'),(2953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo'),(2954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po'),(2955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo'),(2956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po'),(2957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo'),(2958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po'),(2959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo'),(2960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po','wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po'),(2961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo'),(2962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po'),(2963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo'),(2964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po'),(2965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo'),(2966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po','wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po'),(2967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo'),(2968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po'),(2969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.mo','wp-content/plugins/updraftplus/languages/updraftplus-te.mo'),(2970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-te.po','wp-content/plugins/updraftplus/languages/updraftplus-te.po'),(2971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.mo','wp-content/plugins/updraftplus/languages/updraftplus-th.mo'),(2972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-th.po','wp-content/plugins/updraftplus/languages/updraftplus-th.po'),(2973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.mo','wp-content/plugins/updraftplus/languages/updraftplus-tl.mo'),(2974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tl.po','wp-content/plugins/updraftplus/languages/updraftplus-tl.po'),(2975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo'),(2976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po'),(2977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.mo','wp-content/plugins/updraftplus/languages/updraftplus-ur.mo'),(2978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-ur.po','wp-content/plugins/updraftplus/languages/updraftplus-ur.po'),(2979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.mo','wp-content/plugins/updraftplus/languages/updraftplus-vi.mo'),(2980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-vi.po','wp-content/plugins/updraftplus/languages/updraftplus-vi.po'),(2981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo'),(2982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po'),(2983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo'),(2984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po'),(2985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/languages/updraftplus.pot','wp-content/plugins/updraftplus/languages/updraftplus.pot'),(2986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/addon-base-v2.php','wp-content/plugins/updraftplus/methods/addon-base-v2.php'),(2987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/addon-not-yet-present.php','wp-content/plugins/updraftplus/methods/addon-not-yet-present.php'),(2988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/azure.php','wp-content/plugins/updraftplus/methods/azure.php'),(2989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/backblaze.php','wp-content/plugins/updraftplus/methods/backblaze.php'),(2990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/backup-module.php','wp-content/plugins/updraftplus/methods/backup-module.php'),(2991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/cloudfiles-new.php','wp-content/plugins/updraftplus/methods/cloudfiles-new.php'),(2992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/cloudfiles.php','wp-content/plugins/updraftplus/methods/cloudfiles.php'),(2993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/dreamobjects.php','wp-content/plugins/updraftplus/methods/dreamobjects.php'),(2994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/dropbox.php','wp-content/plugins/updraftplus/methods/dropbox.php'),(2995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/email.php','wp-content/plugins/updraftplus/methods/email.php'),(2996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/ftp.php','wp-content/plugins/updraftplus/methods/ftp.php'),(2997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/googlecloud.php','wp-content/plugins/updraftplus/methods/googlecloud.php'),(2998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/googledrive.php','wp-content/plugins/updraftplus/methods/googledrive.php'),(2999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/insufficient.php','wp-content/plugins/updraftplus/methods/insufficient.php'),(3000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/onedrive.php','wp-content/plugins/updraftplus/methods/onedrive.php'),(3001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/openstack-base.php','wp-content/plugins/updraftplus/methods/openstack-base.php'),(3002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/openstack.php','wp-content/plugins/updraftplus/methods/openstack.php'),(3003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/openstack2.php','wp-content/plugins/updraftplus/methods/openstack2.php'),(3004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/pcloud.php','wp-content/plugins/updraftplus/methods/pcloud.php'),(3005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/remotesend.php','wp-content/plugins/updraftplus/methods/remotesend.php'),(3006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/s3.php','wp-content/plugins/updraftplus/methods/s3.php'),(3007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/s3generic.php','wp-content/plugins/updraftplus/methods/s3generic.php'),(3008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/sftp.php','wp-content/plugins/updraftplus/methods/sftp.php'),(3009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/template.php','wp-content/plugins/updraftplus/methods/template.php'),(3010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/updraftvault.php','wp-content/plugins/updraftplus/methods/updraftvault.php'),(3011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/methods/webdav.php','wp-content/plugins/updraftplus/methods/webdav.php'),(3012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/options.php','wp-content/plugins/updraftplus/options.php'),(3013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/readme.txt','wp-content/plugins/updraftplus/readme.txt'),(3014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/restorer.php','wp-content/plugins/updraftplus/restorer.php'),(3015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),(3016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php'),(3017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php'),(3018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php'),(3019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php'),(3020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php'),(3021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php'),(3022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),(3023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php','wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),(3024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),(3025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php'),(3026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),(3027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php'),(3028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php'),(3029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php','wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),(3030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),(3031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),(3032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),(3033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php'),(3034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),(3035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),(3036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),(3037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),(3038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php'),(3039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php'),(3040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php'),(3041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),(3042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php'),(3043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php'),(3044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php'),(3045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php'),(3046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php'),(3047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),(3048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php','wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),(3049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/updraftplus.php','wp-content/plugins/updraftplus/updraftplus.php'),(3050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/autoload.php','wp-content/plugins/updraftplus/vendor/autoload.php'),(3051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/README.md','wp-content/plugins/updraftplus/vendor/components/jquery/README.md'),(3052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/bower.json','wp-content/plugins/updraftplus/vendor/components/jquery/bower.json'),(3053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/component.json','wp-content/plugins/updraftplus/vendor/components/jquery/component.json'),(3054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/composer.json','wp-content/plugins/updraftplus/vendor/components/jquery/composer.json'),(3055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.js'),(3056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.js'),(3057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.min.map'),(3058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.js'),(3059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.js'),(3060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map','wp-content/plugins/updraftplus/vendor/components/jquery/jquery.slim.min.map'),(3061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/components/jquery/package.json','wp-content/plugins/updraftplus/vendor/components/jquery/package.json'),(3062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php','wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php'),(3063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php','wp-content/plugins/updraftplus/vendor/composer/InstalledVersions.php'),(3064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/LICENSE','wp-content/plugins/updraftplus/vendor/composer/LICENSE'),(3065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php','wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php'),(3066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_files.php','wp-content/plugins/updraftplus/vendor/composer/autoload_files.php'),(3067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php','wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php'),(3068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php','wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php'),(3069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_real.php','wp-content/plugins/updraftplus/vendor/composer/autoload_real.php'),(3070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/autoload_static.php','wp-content/plugins/updraftplus/vendor/composer/autoload_static.php'),(3071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/include_paths.php','wp-content/plugins/updraftplus/vendor/composer/include_paths.php'),(3072,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.json','wp-content/plugins/updraftplus/vendor/composer/installed.json'),(3073,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/composer/installed.php','wp-content/plugins/updraftplus/vendor/composer/installed.php'),(3074,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/README.md','wp-content/plugins/updraftplus/vendor/eher/oauth/README.md'),(3075,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json','wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json'),(3076,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist'),(3077,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),(3078,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),(3079,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),(3080,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),(3081,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),(3082,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),(3083,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),(3084,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),(3085,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),(3086,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),(3087,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),(3088,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md'),(3089,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE'),(3090,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md'),(3091,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md'),(3092,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml'),(3093,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json'),(3094,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),(3095,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist'),(3096,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),(3097,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),(3098,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),(3099,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),(3100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),(3101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),(3102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),(3103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),(3104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),(3105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),(3106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),(3107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),(3108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),(3109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),(3110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),(3111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),(3112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json'),(3113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),(3114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),(3115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),(3116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),(3117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),(3118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),(3119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),(3120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),(3121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json'),(3122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),(3123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),(3124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),(3125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),(3126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),(3127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),(3128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),(3129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),(3130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),(3131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),(3132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),(3133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),(3134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),(3135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json'),(3136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),(3137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),(3138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),(3139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),(3140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),(3141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),(3142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),(3143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),(3144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),(3145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),(3146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),(3147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),(3148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),(3149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),(3150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),(3151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),(3152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),(3153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),(3154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),(3155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),(3156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),(3157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),(3158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),(3159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),(3160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),(3161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),(3162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),(3163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),(3164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),(3165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),(3166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),(3167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),(3168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),(3169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),(3170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),(3171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),(3172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),(3173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),(3174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),(3175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),(3176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),(3177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),(3178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),(3179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),(3180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),(3181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),(3182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),(3183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),(3184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem'),(3185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),(3186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),(3187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json'),(3188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),(3189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),(3190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),(3191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),(3192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json'),(3193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),(3194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),(3195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),(3196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),(3197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),(3198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md'),(3199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json'),(3200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),(3201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),(3202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),(3203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),(3204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),(3205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),(3206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),(3207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),(3208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),(3209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json'),(3210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),(3211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),(3212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),(3213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),(3214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),(3215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),(3216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),(3217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),(3218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),(3219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),(3220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),(3221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),(3222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json'),(3223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),(3224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json'),(3225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),(3226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),(3227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),(3228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),(3229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),(3230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),(3231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),(3232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),(3233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),(3234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),(3235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),(3236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),(3237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),(3238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json'),(3239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),(3240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),(3241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),(3242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),(3243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),(3244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),(3245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),(3246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),(3247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),(3248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),(3249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),(3250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),(3251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json'),(3252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),(3253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),(3254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),(3255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),(3256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),(3257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),(3258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json'),(3259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),(3260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json'),(3261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),(3262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),(3263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),(3264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json'),(3265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),(3266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json'),(3267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),(3268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json'),(3269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),(3270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),(3271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json'),(3272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),(3273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json'),(3274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),(3275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json'),(3276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json'),(3277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),(3278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),(3279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),(3280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),(3281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),(3282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),(3283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),(3284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),(3285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),(3286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),(3287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),(3288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),(3289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),(3290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),(3291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),(3292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),(3293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),(3294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),(3295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),(3296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),(3297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),(3298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),(3299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),(3300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),(3301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),(3302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),(3303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),(3304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),(3305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),(3306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),(3307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),(3308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),(3309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),(3310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),(3311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),(3312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),(3313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),(3314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),(3315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),(3316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),(3317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),(3318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),(3319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),(3320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),(3321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),(3322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),(3323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),(3324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),(3325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),(3326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),(3327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),(3328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),(3329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),(3330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),(3331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),(3332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),(3333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),(3334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),(3335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),(3336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),(3337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),(3338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),(3339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),(3340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),(3341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),(3342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),(3343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),(3344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),(3345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),(3346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),(3347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json'),(3348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),(3349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),(3350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),(3351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),(3352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json'),(3353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/CHANGELOG.md'),(3354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/Dockerfile'),(3355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/LICENSE'),(3356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/README.md'),(3357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/UPGRADING.md'),(3358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/composer.json'),(3359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Client.php'),(3360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/ClientInterface.php'),(3361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(3362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(3363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(3364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(3365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(3366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(3367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php'),(3368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(3369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(3370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(3371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php'),(3372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php'),(3373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php'),(3374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(3375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php'),(3376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(3377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(3378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(3379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(3380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(3381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(3382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php'),(3383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(3384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/HandlerStack.php'),(3385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/MessageFormatter.php'),(3386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Middleware.php'),(3387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Pool.php'),(3388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(3389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(3390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RequestOptions.php'),(3391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php'),(3392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/TransferStats.php'),(3393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/UriTemplate.php'),(3394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Utils.php'),(3395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions.php'),(3396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/functions_include.php'),(3397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/CHANGELOG.md'),(3398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/LICENSE'),(3399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/README.md'),(3400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/composer.json'),(3401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/AggregateException.php'),(3402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/CancellationException.php'),(3403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Coroutine.php'),(3404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Create.php'),(3405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Each.php'),(3406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/EachPromise.php'),(3407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/FulfilledPromise.php'),(3408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Is.php'),(3409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Promise.php'),(3410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromiseInterface.php'),(3411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/PromisorInterface.php'),(3412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectedPromise.php'),(3413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/RejectionException.php'),(3414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueue.php'),(3415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/TaskQueueInterface.php'),(3416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/Utils.php'),(3417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions.php'),(3418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src/functions_include.php'),(3419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/CHANGELOG.md'),(3420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/LICENSE'),(3421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/README.md'),(3422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/composer.json'),(3423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/AppendStream.php'),(3424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/BufferStream.php'),(3425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/CachingStream.php'),(3426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/DroppingStream.php'),(3427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/FnStream.php'),(3428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Header.php'),(3429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/InflateStream.php'),(3430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LazyOpenStream.php'),(3431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/LimitStream.php'),(3432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Message.php'),(3433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MessageTrait.php'),(3434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MimeType.php'),(3435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/MultipartStream.php'),(3436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/NoSeekStream.php'),(3437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/PumpStream.php'),(3438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Query.php'),(3439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Request.php'),(3440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Response.php'),(3441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Rfc7230.php'),(3442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/ServerRequest.php'),(3443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Stream.php'),(3444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(3445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/StreamWrapper.php'),(3446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UploadedFile.php'),(3447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Uri.php'),(3448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriComparator.php'),(3449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriNormalizer.php'),(3450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/UriResolver.php'),(3451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/Utils.php'),(3452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions.php'),(3453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php','wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src/functions_include.php'),(3454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/README.md'),(3455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/composer.json'),(3456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/local_tests.json'),(3457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/run_tests.php'),(3458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/simplexml_tests.json'),(3459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php','wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src/JsonPatch.php'),(3460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/LICENSE'),(3461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/composer.json'),(3462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(3463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(3464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(3465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/cast_to_int.php'),(3466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/error_polyfill.php'),(3467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random.php'),(3468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(3469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(3470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(3471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(3472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(3473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php','wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib/random_int.php'),(3474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS'),(3475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md'),(3476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE'),(3477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md'),(3478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml'),(3479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json'),(3480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),(3481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),(3482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),(3483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),(3484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),(3485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),(3486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),(3487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),(3488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),(3489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),(3490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),(3491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),(3492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),(3493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),(3494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),(3495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),(3496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),(3497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),(3498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),(3499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),(3500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),(3501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),(3502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php'),(3503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),(3504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf'),(3505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/psr/http-message/CHANGELOG.md'),(3506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE','wp-content/plugins/updraftplus/vendor/psr/http-message/LICENSE'),(3507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/README.md','wp-content/plugins/updraftplus/vendor/psr/http-message/README.md'),(3508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json','wp-content/plugins/updraftplus/vendor/psr/http-message/composer.json'),(3509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/MessageInterface.php'),(3510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/RequestInterface.php'),(3511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ResponseInterface.php'),(3512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/ServerRequestInterface.php'),(3513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/StreamInterface.php'),(3514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UploadedFileInterface.php'),(3515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php','wp-content/plugins/updraftplus/vendor/psr/http-message/src/UriInterface.php'),(3516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/LICENSE','wp-content/plugins/updraftplus/vendor/psr/log/LICENSE'),(3517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),(3518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),(3519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),(3520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),(3521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),(3522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),(3523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),(3524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),(3525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/DummyTest.php'),(3526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(3527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),(3528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/README.md','wp-content/plugins/updraftplus/vendor/psr/log/README.md'),(3529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/psr/log/composer.json','wp-content/plugins/updraftplus/vendor/psr/log/composer.json'),(3530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CODE_OF_CONDUCT.md'),(3531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md'),(3532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE'),(3533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md'),(3534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon'),(3535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json'),(3536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Flavor.php'),(3537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource/Service.php'),(3538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Service.php'),(3539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),(3540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),(3541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),(3542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),(3543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),(3544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),(3545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),(3546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),(3547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),(3548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),(3549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),(3550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),(3551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),(3552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),(3553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),(3554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),(3555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),(3556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupInstanceError.php'),(3557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BackupNameError.php'),(3558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),(3559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),(3560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),(3561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),(3562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),(3563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),(3564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),(3565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),(3566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),(3567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),(3568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),(3569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),(3570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),(3571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),(3572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),(3573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),(3574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),(3575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),(3576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),(3577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),(3578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),(3579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),(3580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),(3581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainNotFoundException.php'),(3582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),(3583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),(3584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),(3585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),(3586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),(3587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),(3588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),(3589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),(3590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),(3591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),(3592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),(3593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),(3594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),(3595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),(3596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),(3597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),(3598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),(3599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),(3600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),(3601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),(3602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),(3603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),(3604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),(3605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),(3606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),(3607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),(3608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),(3609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),(3610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),(3611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),(3612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),(3613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),(3614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),(3615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),(3616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),(3617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),(3618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),(3619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),(3620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),(3621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),(3622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),(3623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),(3624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),(3625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),(3626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),(3627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),(3628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),(3629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),(3630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),(3631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),(3632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),(3633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),(3634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),(3635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),(3636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),(3637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),(3638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),(3639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),(3640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),(3641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),(3642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),(3643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),(3644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),(3645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),(3646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),(3647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),(3648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),(3649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),(3650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),(3651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),(3652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),(3653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),(3654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),(3655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),(3656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),(3657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),(3658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),(3659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),(3660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),(3661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),(3662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),(3663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),(3664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),(3665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),(3666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),(3667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),(3668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),(3669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),(3670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),(3671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),(3672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),(3673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),(3674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),(3675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),(3676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),(3677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),(3678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),(3679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),(3680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),(3681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),(3682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),(3683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),(3684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),(3685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),(3686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),(3687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),(3688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),(3689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),(3690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),(3691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),(3692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),(3693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),(3694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotEmptyException.php'),(3695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),(3696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),(3697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),(3698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),(3699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),(3700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),(3701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),(3702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),(3703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),(3704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),(3705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),(3706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),(3707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),(3708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),(3709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),(3710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),(3711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),(3712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),(3713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),(3714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),(3715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),(3716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),(3717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),(3718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist'),(3719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/LICENSE'),(3720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/README.md'),(3721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/composer.json'),(3722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/phpunit.xml'),(3723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src/getallheaders.php'),(3724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php','wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php'),(3725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md'),(3726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),(3727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),(3728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),(3729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),(3730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),(3731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php'),(3732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),(3733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),(3734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),(3735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),(3736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),(3737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE'),(3738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md'),(3739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json'),(3740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist'),(3741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Idn.php'),(3742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Info.php'),(3743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/LICENSE'),(3744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/README.md'),(3745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php'),(3746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php'),(3747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php'),(3748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php'),(3749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php'),(3750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php'),(3751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php'),(3752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php'),(3753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php'),(3754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/bootstrap.php'),(3755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/composer.json'),(3756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/LICENSE'),(3757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Normalizer.php'),(3758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/README.md'),(3759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php'),(3760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php'),(3761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php'),(3762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php'),(3763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php'),(3764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/bootstrap.php'),(3765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/composer.json'),(3766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/LICENSE'),(3767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Mbstring.php'),(3768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/README.md'),(3769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8'),(3770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),(3771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),(3772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),(3773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/bootstrap.php'),(3774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/composer.json'),(3775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/LICENSE'),(3776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Php70.php'),(3777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/README.md'),(3778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php'),(3779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php'),(3780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php'),(3781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/Error.php'),(3782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php'),(3783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php'),(3784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php'),(3785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/bootstrap.php'),(3786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/composer.json'),(3787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/LICENSE'),(3788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/Php72.php'),(3789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/README.md'),(3790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/bootstrap.php'),(3791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json','wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72/composer.json'),(3792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-compatibility.xml'),(3793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI/php-syntax-check.xml'),(3794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/README.md'),(3795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/composer.json'),(3796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices/updraft-notices.php'),(3797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php'),(3798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/class-updraft-semaphore.php'),(3799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore/test.php'),(3800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager-commands.php'),(3801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php'),(3802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-meta.php'),(3803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-options.php'),(3804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task.php'),(3805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php','wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-tasks-activation.php'),(3806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/autoload.php','wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(3807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(3808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(3809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(3810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(3811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(3812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(3813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(3814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(3815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(3816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(3817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(3818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(3819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(3820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(3821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(3822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(3823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(3824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(3825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(3826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(3827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(3828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(3829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(3830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(3831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(3832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(3833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(3834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(3835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(3836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(3837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(3838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(3839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(3840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(3841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(3842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(3843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(3844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(3845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(3846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(3847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(3848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(3849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(3850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(3851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(3852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(3853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(3854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(3855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(3856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(3857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(3858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(3859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(3860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(3861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(3862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(3863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(3864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(3865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(3866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(3867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(3868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(3869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(3870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(3871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(3872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(3873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(3874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(3875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(3876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(3877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(3878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(3879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(3880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(3881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(3882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(3883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(3884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(3885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(3886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(3887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(3888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(3889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(3890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(3891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(3892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(3893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(3894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(3895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(3896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(3897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(3898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(3899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(3900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(3901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(3902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(3903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(3904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(3905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(3906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(3907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(3908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(3909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(3910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(3911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(3912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(3913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(3914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(3915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(3916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(3917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(3918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(3919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(3920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(3921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(3922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(3923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(3924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(3925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(3926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(3927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(3928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(3929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(3930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(3931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(3932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/activity-report-widget.1670945819.css','wp-content/plugins/wordfence/css/activity-report-widget.1670945819.css'),(3933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/diff.1670945819.css','wp-content/plugins/wordfence/css/diff.1670945819.css'),(3934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/dt_table.1670945819.css','wp-content/plugins/wordfence/css/dt_table.1670945819.css'),(3935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/fullLog.1670945819.css','wp-content/plugins/wordfence/css/fullLog.1670945819.css'),(3936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(3937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(3938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(3939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(3940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(3941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(3942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/iptraf.1670945819.css','wp-content/plugins/wordfence/css/iptraf.1670945819.css'),(3943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1670945819.css','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1670945819.css'),(3944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui.min.1670945819.css','wp-content/plugins/wordfence/css/jquery-ui.min.1670945819.css'),(3945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1670945819.css','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1670945819.css'),(3946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1670945819.css','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1670945819.css'),(3947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/care-global.1670945819.css','wp-content/plugins/wordfence/css/license/care-global.1670945819.css'),(3948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/care.1670945819.css','wp-content/plugins/wordfence/css/license/care.1670945819.css'),(3949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/free-global.1670945819.css','wp-content/plugins/wordfence/css/license/free-global.1670945819.css'),(3950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/free.1670945819.css','wp-content/plugins/wordfence/css/license/free.1670945819.css'),(3951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/premium-global.1670945819.css','wp-content/plugins/wordfence/css/license/premium-global.1670945819.css'),(3952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/premium.1670945819.css','wp-content/plugins/wordfence/css/license/premium.1670945819.css'),(3953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/response-global.1670945819.css','wp-content/plugins/wordfence/css/license/response-global.1670945819.css'),(3954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/response-variables.1670945819.css','wp-content/plugins/wordfence/css/license/response-variables.1670945819.css'),(3955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/license/response.1670945819.css','wp-content/plugins/wordfence/css/license/response.1670945819.css'),(3956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/main.1670945819.css','wp-content/plugins/wordfence/css/main.1670945819.css'),(3957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/phpinfo.1670945819.css','wp-content/plugins/wordfence/css/phpinfo.1670945819.css'),(3958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-adminbar.1670945819.css','wp-content/plugins/wordfence/css/wf-adminbar.1670945819.css'),(3959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-colorbox.1670945819.css','wp-content/plugins/wordfence/css/wf-colorbox.1670945819.css'),(3960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-font-awesome.1670945819.css','wp-content/plugins/wordfence/css/wf-font-awesome.1670945819.css'),(3961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-global.1670945819.css','wp-content/plugins/wordfence/css/wf-global.1670945819.css'),(3962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-ionicons.1670945819.css','wp-content/plugins/wordfence/css/wf-ionicons.1670945819.css'),(3963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-onboarding.1670945819.css','wp-content/plugins/wordfence/css/wf-onboarding.1670945819.css'),(3964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wf-roboto-font.1670945819.css','wp-content/plugins/wordfence/css/wf-roboto-font.1670945819.css'),(3965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wfselect2.min.1670945819.css','wp-content/plugins/wordfence/css/wfselect2.min.1670945819.css'),(3966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/css/wordfenceBox.1670945819.css','wp-content/plugins/wordfence/css/wordfenceBox.1670945819.css'),(3967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(3968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/ionicons.woff','wp-content/plugins/wordfence/fonts/ionicons.woff'),(3969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(3970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(3971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(3972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(3973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(3974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(3975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(3976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(3977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(3978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(3979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/2fa-whole.svg','wp-content/plugins/wordfence/images/2fa-whole.svg'),(3980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/2fa1.svg','wp-content/plugins/wordfence/images/2fa1.svg'),(3981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/2fa2.svg','wp-content/plugins/wordfence/images/2fa2.svg'),(3982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/back_disabled.jpg','wp-content/plugins/wordfence/images/back_disabled.jpg'),(3983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/back_enabled.jpg','wp-content/plugins/wordfence/images/back_enabled.jpg'),(3984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/blocking.svg','wp-content/plugins/wordfence/images/blocking.svg'),(3985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/button-grad-grey.png','wp-content/plugins/wordfence/images/button-grad-grey.png'),(3986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/checkbox.png','wp-content/plugins/wordfence/images/checkbox.png'),(3987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/flags.png','wp-content/plugins/wordfence/images/flags.png'),(3988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/forward_disabled.jpg','wp-content/plugins/wordfence/images/forward_disabled.jpg'),(3989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/forward_enabled.jpg','wp-content/plugins/wordfence/images/forward_enabled.jpg'),(3990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/help.png','wp-content/plugins/wordfence/images/help.png'),(3991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/ajax24.gif','wp-content/plugins/wordfence/images/icons/ajax24.gif'),(3992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/ajax3.gif','wp-content/plugins/wordfence/images/icons/ajax3.gif'),(3993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(3994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/ajaxScan.gif','wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(3995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(3996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/arrow_refresh.png','wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(3997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/bullet_yellow.png','wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(3998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check-care.svg','wp-content/plugins/wordfence/images/icons/check-care.svg'),(3999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check-premium.svg','wp-content/plugins/wordfence/images/icons/check-premium.svg'),(4000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check-response.svg','wp-content/plugins/wordfence/images/icons/check-response.svg'),(4001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/check.svg','wp-content/plugins/wordfence/images/icons/check.svg'),(4002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/email_go.png','wp-content/plugins/wordfence/images/icons/email_go.png'),(4003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/error128.png','wp-content/plugins/wordfence/images/icons/error128.png'),(4004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/magnifier.png','wp-content/plugins/wordfence/images/icons/magnifier.png'),(4005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/tick128.png','wp-content/plugins/wordfence/images/icons/tick128.png'),(4006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/warning128.png','wp-content/plugins/wordfence/images/icons/warning128.png'),(4007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/icons/working-indicator.gif','wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(4008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/lightbox-controls.png','wp-content/plugins/wordfence/images/lightbox-controls.png'),(4009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/loading.gif','wp-content/plugins/wordfence/images/loading.gif'),(4010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/loading_background.png','wp-content/plugins/wordfence/images/loading_background.png'),(4011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/loading_large.gif','wp-content/plugins/wordfence/images/loading_large.gif'),(4012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logo.png','wp-content/plugins/wordfence/images/logo.png'),(4013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-care.svg','wp-content/plugins/wordfence/images/logos/shield-care.svg'),(4014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-free.svg','wp-content/plugins/wordfence/images/logos/shield-free.svg'),(4015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-premium.svg','wp-content/plugins/wordfence/images/logos/shield-premium.svg'),(4016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-response.svg','wp-content/plugins/wordfence/images/logos/shield-response.svg'),(4017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/logos/shield-white.svg','wp-content/plugins/wordfence/images/logos/shield-white.svg'),(4018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/options.svg','wp-content/plugins/wordfence/images/options.svg'),(4019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/ratelimiting.svg','wp-content/plugins/wordfence/images/ratelimiting.svg'),(4020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_asc.gif','wp-content/plugins/wordfence/images/sort_asc.gif'),(4021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_asc.png','wp-content/plugins/wordfence/images/sort_asc.png'),(4022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.gif','wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(4023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.png','wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(4024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_both.gif','wp-content/plugins/wordfence/images/sort_both.gif'),(4025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_both.png','wp-content/plugins/wordfence/images/sort_both.png'),(4026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_desc.gif','wp-content/plugins/wordfence/images/sort_desc.gif'),(4027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_desc.png','wp-content/plugins/wordfence/images/sort_desc.png'),(4028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.gif','wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(4029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.png','wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(4030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/support.svg','wp-content/plugins/wordfence/images/support.svg'),(4031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/tools.svg','wp-content/plugins/wordfence/images/tools.svg'),(4032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/wf-central-logo.svg','wp-content/plugins/wordfence/images/wf-central-logo.svg'),(4033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/wf-error-badge.svg','wp-content/plugins/wordfence/images/wf-error-badge.svg'),(4034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/wf-horizontal.svg','wp-content/plugins/wordfence/images/wf-horizontal.svg'),(4035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/images/wordfence-logo.svg','wp-content/plugins/wordfence/images/wordfence-logo.svg'),(4036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/index.php','wp-content/plugins/wordfence/index.php'),(4037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/Chart.bundle.min.1670945819.js','wp-content/plugins/wordfence/js/Chart.bundle.min.1670945819.js'),(4038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/admin.1670945819.js','wp-content/plugins/wordfence/js/admin.1670945819.js'),(4039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1670945819.js','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1670945819.js'),(4040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/admin.liveTraffic.1670945819.js','wp-content/plugins/wordfence/js/admin.liveTraffic.1670945819.js'),(4041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/date.1670945819.js','wp-content/plugins/wordfence/js/date.1670945819.js'),(4042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1670945819.js','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1670945819.js'),(4043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.colorbox-min.1670945819.js','wp-content/plugins/wordfence/js/jquery.colorbox-min.1670945819.js'),(4044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.colorbox.1670945819.js','wp-content/plugins/wordfence/js/jquery.colorbox.1670945819.js'),(4045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.dataTables.min.1670945819.js','wp-content/plugins/wordfence/js/jquery.dataTables.min.1670945819.js'),(4046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.qrcode.min.1670945819.js','wp-content/plugins/wordfence/js/jquery.qrcode.min.1670945819.js'),(4047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.tmpl.min.1670945819.js','wp-content/plugins/wordfence/js/jquery.tmpl.min.1670945819.js'),(4048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/jquery.tools.min.1670945819.js','wp-content/plugins/wordfence/js/jquery.tools.min.1670945819.js'),(4049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/knockout-3.5.1.1670945819.js','wp-content/plugins/wordfence/js/knockout-3.5.1.1670945819.js'),(4050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfdashboard.1670945819.js','wp-content/plugins/wordfence/js/wfdashboard.1670945819.js'),(4051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfdropdown.1670945819.js','wp-content/plugins/wordfence/js/wfdropdown.1670945819.js'),(4052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfglobal.1670945819.js','wp-content/plugins/wordfence/js/wfglobal.1670945819.js'),(4053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfi18n.1670945819.js','wp-content/plugins/wordfence/js/wfi18n.1670945819.js'),(4054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfonboarding.1670945819.js','wp-content/plugins/wordfence/js/wfonboarding.1670945819.js'),(4055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfpopover.1670945819.js','wp-content/plugins/wordfence/js/wfpopover.1670945819.js'),(4056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/js/wfselect2.min.1670945819.js','wp-content/plugins/wordfence/js/wfselect2.min.1670945819.js'),(4057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/languages/wordfence.mo','wp-content/plugins/wordfence/languages/wordfence.mo'),(4058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/languages/wordfence.po','wp-content/plugins/wordfence/languages/wordfence.po'),(4059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/.htaccess','wp-content/plugins/wordfence/lib/.htaccess'),(4060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(4061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(4062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(4063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(4064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/Diff.php','wp-content/plugins/wordfence/lib/Diff.php'),(4065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(4066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/IPTraf.php','wp-content/plugins/wordfence/lib/IPTraf.php'),(4067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/IPTrafList.php','wp-content/plugins/wordfence/lib/IPTrafList.php'),(4068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(4069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/compat.php','wp-content/plugins/wordfence/lib/compat.php'),(4070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(4071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(4072,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(4073,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(4074,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(4075,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(4076,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(4077,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(4078,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(4079,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/diffResult.php','wp-content/plugins/wordfence/lib/diffResult.php'),(4080,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/email_genericAlert.php','wp-content/plugins/wordfence/lib/email_genericAlert.php'),(4081,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/email_newIssues.php','wp-content/plugins/wordfence/lib/email_newIssues.php'),(4082,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php','wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(4083,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(4084,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/flags.php','wp-content/plugins/wordfence/lib/flags.php'),(4085,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/live_activity.php','wp-content/plugins/wordfence/lib/live_activity.php'),(4086,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php','wp-content/plugins/wordfence/lib/menu_dashboard.php'),(4087,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_dashboard_options.php','wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(4088,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall.php','wp-content/plugins/wordfence/lib/menu_firewall.php'),(4089,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(4090,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(4091,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf.php','wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(4092,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(4093,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_install.php','wp-content/plugins/wordfence/lib/menu_install.php'),(4094,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_options.php','wp-content/plugins/wordfence/lib/menu_options.php'),(4095,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_scanner.php','wp-content/plugins/wordfence/lib/menu_scanner.php'),(4096,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(4097,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_scanner_options.php','wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(4098,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_support.php','wp-content/plugins/wordfence/lib/menu_support.php'),(4099,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools.php','wp-content/plugins/wordfence/lib/menu_tools.php'),(4100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(4101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_importExport.php','wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(4102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(4103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(4104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_whois.php','wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(4105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/menu_wordfence_central.php','wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(4106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/noc1.key','wp-content/plugins/wordfence/lib/noc1.key'),(4107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(4108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(4109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(4110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(4111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/sysinfo.php','wp-content/plugins/wordfence/lib/sysinfo.php'),(4112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php','wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(4113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wf503.php','wp-content/plugins/wordfence/lib/wf503.php'),(4114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfAPI.php','wp-content/plugins/wordfence/lib/wfAPI.php'),(4115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php','wp-content/plugins/wordfence/lib/wfActivityReport.php'),(4116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(4117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfAlerts.php','wp-content/plugins/wordfence/lib/wfAlerts.php'),(4118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfArray.php','wp-content/plugins/wordfence/lib/wfArray.php'),(4119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php','wp-content/plugins/wordfence/lib/wfBrowscap.php'),(4120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfBrowscapCache.php','wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(4121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfBulkCountries.php','wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(4122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCache.php','wp-content/plugins/wordfence/lib/wfCache.php'),(4123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php','wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(4124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfConfig.php','wp-content/plugins/wordfence/lib/wfConfig.php'),(4125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCrawl.php','wp-content/plugins/wordfence/lib/wfCrawl.php'),(4126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCredentialsController.php','wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(4127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCrypt.php','wp-content/plugins/wordfence/lib/wfCrypt.php'),(4128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php','wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),(4129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDB.php','wp-content/plugins/wordfence/lib/wfDB.php'),(4130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDashboard.php','wp-content/plugins/wordfence/lib/wfDashboard.php'),(4131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php','wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(4132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDeactivationOption.php','wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),(4133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php','wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(4134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDict.php','wp-content/plugins/wordfence/lib/wfDict.php'),(4135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(4136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfFileUtils.php','wp-content/plugins/wordfence/lib/wfFileUtils.php'),(4137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php','wp-content/plugins/wordfence/lib/wfHelperBin.php'),(4138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfHelperString.php','wp-content/plugins/wordfence/lib/wfHelperString.php'),(4139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIPWhitelist.php','wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(4140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfImportExportController.php','wp-content/plugins/wordfence/lib/wfImportExportController.php'),(4141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfInvalidPathException.php','wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),(4142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIpLocation.php','wp-content/plugins/wordfence/lib/wfIpLocation.php'),(4143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIpLocator.php','wp-content/plugins/wordfence/lib/wfIpLocator.php'),(4144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfIssues.php','wp-content/plugins/wordfence/lib/wfIssues.php'),(4145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfJWT.php','wp-content/plugins/wordfence/lib/wfJWT.php'),(4146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfLicense.php','wp-content/plugins/wordfence/lib/wfLicense.php'),(4147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php','wp-content/plugins/wordfence/lib/wfLockedOut.php'),(4148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfLog.php','wp-content/plugins/wordfence/lib/wfLog.php'),(4149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(4150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfModuleController.php','wp-content/plugins/wordfence/lib/wfModuleController.php'),(4151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfNotification.php','wp-content/plugins/wordfence/lib/wfNotification.php'),(4152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php','wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(4153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfPersistenceController.php','wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(4154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfRESTAPI.php','wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(4155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScan.php','wp-content/plugins/wordfence/lib/wfScan.php'),(4156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php','wp-content/plugins/wordfence/lib/wfScanEngine.php'),(4157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php','wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),(4158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanFile.php','wp-content/plugins/wordfence/lib/wfScanFile.php'),(4159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanFileLink.php','wp-content/plugins/wordfence/lib/wfScanFileLink.php'),(4160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanMonitor.php','wp-content/plugins/wordfence/lib/wfScanMonitor.php'),(4161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfScanPath.php','wp-content/plugins/wordfence/lib/wfScanPath.php'),(4162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfSchema.php','wp-content/plugins/wordfence/lib/wfSchema.php'),(4163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfStyle.php','wp-content/plugins/wordfence/lib/wfStyle.php'),(4164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfSupportController.php','wp-content/plugins/wordfence/lib/wfSupportController.php'),(4165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfUnlockMsg.php','wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(4166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfUpdateCheck.php','wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(4167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfUtils.php','wp-content/plugins/wordfence/lib/wfUtils.php'),(4168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php','wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(4169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfView.php','wp-content/plugins/wordfence/lib/wfView.php'),(4170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfViewResult.php','wp-content/plugins/wordfence/lib/wfViewResult.php'),(4171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wfWebsite.php','wp-content/plugins/wordfence/lib/wfWebsite.php'),(4172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php','wp-content/plugins/wordfence/lib/wordfenceClass.php'),(4173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceConstants.php','wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(4174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php','wp-content/plugins/wordfence/lib/wordfenceHash.php'),(4175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php','wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(4176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(4177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/license.txt','wp-content/plugins/wordfence/license.txt'),(4178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/.htaccess','wp-content/plugins/wordfence/models/.htaccess'),(4179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php','wp-content/plugins/wordfence/models/block/wfBlock.php'),(4180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/block/wfRateLimit.php','wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(4181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/common/wfTab.php','wp-content/plugins/wordfence/models/common/wfTab.php'),(4182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/firewall/wfFirewall.php','wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(4183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/page/wfPage.php','wp-content/plugins/wordfence/models/page/wfPage.php'),(4184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php','wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(4185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(4186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(4187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(4188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(4189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(4190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(4191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(4192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(4193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(4194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(4195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(4196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(4197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(4198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(4199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(4200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(4201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(4202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(4203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(4204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(4205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(4206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(4207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(4208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(4209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(4210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(4211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(4212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(4213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(4214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(4215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(4216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(4217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1670945819.css'),(4218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/admin.1670945819.css'),(4219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1670945819.css'),(4220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1670945819.css'),(4221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1670945819.css'),(4222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1670945819.css'),(4223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1670945819.css'),(4224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1670945819.css'),(4225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/css/login.1670945819.css','wp-content/plugins/wordfence/modules/login-security/css/login.1670945819.css'),(4226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/header.svg','wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(4227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(4228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading.gif','wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(4229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(4230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/menu.svg','wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(4231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(4232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(4233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(4234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(4235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(4236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(4237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1670945819.js'),(4238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/admin.1670945819.js'),(4239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1670945819.js'),(4240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1670945819.js'),(4241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1670945819.js'),(4242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1670945819.js'),(4243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/js/login.1670945819.js','wp-content/plugins/wordfence/modules/login-security/js/login.1670945819.js'),(4244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess','wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(4245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(4246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),(4247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),(4248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(4249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(4250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(4251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(4252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),(4253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(4254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(4255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(4256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(4257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(4258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(4259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),(4260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),(4261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(4262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(4263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(4264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(4265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(4266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(4267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(4268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(4269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(4270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(4271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(4272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(4273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(4274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/page.php','wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(4275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/role.php','wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),(4276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(4277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(4278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(4279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(4280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(4281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),(4282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(4283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/readme.txt','wp-content/plugins/wordfence/readme.txt'),(4284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/tmp/.htaccess','wp-content/plugins/wordfence/tmp/.htaccess'),(4285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/.htaccess','wp-content/plugins/wordfence/vendor/.htaccess'),(4286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/autoload.php','wp-content/plugins/wordfence/vendor/autoload.php'),(4287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(4288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php','wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),(4289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/LICENSE','wp-content/plugins/wordfence/vendor/composer/LICENSE'),(4290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(4291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(4292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(4293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_real.php','wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(4294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_static.php','wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(4295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/installed.json','wp-content/plugins/wordfence/vendor/composer/installed.json'),(4296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/composer/installed.php','wp-content/plugins/wordfence/vendor/composer/installed.php'),(4297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),(4298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),(4299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),(4300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),(4301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),(4302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php'),(4303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php'),(4304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php'),(4305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php'),(4306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php'),(4307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php'),(4308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php'),(4309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php'),(4310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php'),(4311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php'),(4312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),(4313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php'),(4314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),(4315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),(4316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),(4317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),(4318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),(4319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(4320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(4321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(4322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php'),(4323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(4324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(4325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(4326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(4327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(4328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(4329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(4330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(4331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(4332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),(4333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(4334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(4335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(4336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(4337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(4338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(4339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(4340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(4341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(4342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(4343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(4344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(4345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(4346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/.htaccess','wp-content/plugins/wordfence/views/.htaccess'),(4347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php','wp-content/plugins/wordfence/views/blocking/block-list.php'),(4348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php','wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(4349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php','wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(4350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/country-block-map.php','wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(4351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/country-modal.php','wp-content/plugins/wordfence/views/blocking/country-modal.php'),(4352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(4353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(4354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(4355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/block-navigation-option.php','wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(4356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/indeterminate-progress.php','wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(4357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/license.php','wp-content/plugins/wordfence/views/common/license.php'),(4358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/modal-prompt.php','wp-content/plugins/wordfence/views/common/modal-prompt.php'),(4359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(4360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-help.php','wp-content/plugins/wordfence/views/common/page-help.php'),(4361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-tabbar.php','wp-content/plugins/wordfence/views/common/page-tabbar.php'),(4362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/page-title.php','wp-content/plugins/wordfence/views/common/page-title.php'),(4363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php','wp-content/plugins/wordfence/views/common/section-subtitle.php'),(4364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/section-title.php','wp-content/plugins/wordfence/views/common/section-title.php'),(4365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-circular.php','wp-content/plugins/wordfence/views/common/status-circular.php'),(4366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-critical.php','wp-content/plugins/wordfence/views/common/status-critical.php'),(4367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-detail.php','wp-content/plugins/wordfence/views/common/status-detail.php'),(4368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-tooltip.php','wp-content/plugins/wordfence/views/common/status-tooltip.php'),(4369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/status-warning.php','wp-content/plugins/wordfence/views/common/status-warning.php'),(4370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/common/unsubscribe.php','wp-content/plugins/wordfence/views/common/unsubscribe.php'),(4371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/global-status.php','wp-content/plugins/wordfence/views/dashboard/global-status.php'),(4372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(4373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(4374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(4375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(4376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-general.php','wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(4377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php','wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(4378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-license.php','wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(4379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(4380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(4381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php','wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(4382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/diagnostics/text.php','wp-content/plugins/wordfence/views/diagnostics/text.php'),(4383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php','wp-content/plugins/wordfence/views/gdpr/banner.php'),(4384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(4385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php','wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),(4386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/banner.php','wp-content/plugins/wordfence/views/onboarding/banner.php'),(4387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(4388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/fresh-install.php','wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(4389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(4390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php','wp-content/plugins/wordfence/views/onboarding/overlay.php'),(4391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/plugin-header.php','wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(4392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php','wp-content/plugins/wordfence/views/onboarding/registration-prompt.php'),(4393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(4394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php','wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(4395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/block-controls.php','wp-content/plugins/wordfence/views/options/block-controls.php'),(4396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-label.php','wp-content/plugins/wordfence/views/options/option-label.php'),(4397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-select.php','wp-content/plugins/wordfence/views/options/option-select.php'),(4398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-switch.php','wp-content/plugins/wordfence/views/options/option-switch.php'),(4399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-text.php','wp-content/plugins/wordfence/views/options/option-text.php'),(4400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-textarea.php','wp-content/plugins/wordfence/views/options/option-textarea.php'),(4401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(4402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(4403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(4404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php','wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(4405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php','wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(4406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(4407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php','wp-content/plugins/wordfence/views/options/option-toggled.php'),(4408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/option-token.php','wp-content/plugins/wordfence/views/options/option-token.php'),(4409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/options/options-title.php','wp-content/plugins/wordfence/views/options/options-title.php'),(4410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(4411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/reports/activity-report.php','wp-content/plugins/wordfence/views/reports/activity-report.php'),(4412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-base.php','wp-content/plugins/wordfence/views/scanner/issue-base.php'),(4413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(4414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(4415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(4416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(4417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(4418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(4419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(4420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(4421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(4422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(4423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(4424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(4425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(4426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-database.php','wp-content/plugins/wordfence/views/scanner/issue-database.php'),(4427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(4428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(4429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-file.php','wp-content/plugins/wordfence/views/scanner/issue-file.php'),(4430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(4431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(4432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(4433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(4434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(4435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(4436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(4437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(4438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(4439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(4440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(4441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(4442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(4443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(4444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(4445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(4446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(4447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(4448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(4449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/no-issues.php','wp-content/plugins/wordfence/views/scanner/no-issues.php'),(4450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(4451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(4452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-basic.php','wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(4453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-general.php','wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(4454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-performance.php','wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(4455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(4456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-failed.php','wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(4457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(4458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(4459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress.php','wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(4460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php','wp-content/plugins/wordfence/views/scanner/scan-results.php'),(4461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(4462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-starter.php','wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(4463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-type.php','wp-content/plugins/wordfence/views/scanner/scan-type.php'),(4464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php','wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(4465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(4466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(4467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(4468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php','wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(4469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/tools/options-group-2fa.php','wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(4470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(4471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/tours/login-security.php','wp-content/plugins/wordfence/views/tours/login-security.php'),(4472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(4473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php','wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),(4474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/debug.php','wp-content/plugins/wordfence/views/waf/debug.php'),(4475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php','wp-content/plugins/wordfence/views/waf/firewall-status.php'),(4476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/option-rate-limit.php','wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(4477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php','wp-content/plugins/wordfence/views/waf/option-rules.php'),(4478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php','wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(4479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(4480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(4481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(4482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(4483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(4484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(4485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php','wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(4486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install-success.php','wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(4487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install.php','wp-content/plugins/wordfence/views/waf/waf-install.php'),(4488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(4489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(4490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall.php','wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(4491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/.htaccess','wp-content/plugins/wordfence/waf/.htaccess'),(4492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/bootstrap.php','wp-content/plugins/wordfence/waf/bootstrap.php'),(4493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/entry.php','wp-content/plugins/wordfence/waf/pomo/entry.php'),(4494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php','wp-content/plugins/wordfence/waf/pomo/mo.php'),(4495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/plural-forms.php','wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(4496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/po.php','wp-content/plugins/wordfence/waf/pomo/po.php'),(4497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/streams.php','wp-content/plugins/wordfence/waf/pomo/streams.php'),(4498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/pomo/translations.php','wp-content/plugins/wordfence/waf/pomo/translations.php'),(4499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(4500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(4501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordfence/wordfence.php','wp-content/plugins/wordfence/wordfence.php'),(4502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php','wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),(4503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(4504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(4505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(4506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/ajax.php','wp-content/plugins/wordpress-seo/admin/ajax.php'),(4507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),(4508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),(4509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),(4510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),(4511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),(4512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),(4513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),(4514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),(4515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),(4516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),(4517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),(4518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(4519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),(4520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php','wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),(4521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php','wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),(4522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),(4523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(4524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-init.php','wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),(4525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),(4526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(4527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),(4528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php','wp-content/plugins/wordpress-seo/admin/class-admin.php'),(4529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-asset.php','wp-content/plugins/wordpress-seo/admin/class-asset.php'),(4530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(4531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(4532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(4533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-collector.php','wp-content/plugins/wordpress-seo/admin/class-collector.php'),(4534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-config.php','wp-content/plugins/wordpress-seo/admin/class-config.php'),(4535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-customizer.php','wp-content/plugins/wordpress-seo/admin/class-customizer.php'),(4536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),(4537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-export.php','wp-content/plugins/wordpress-seo/admin/class-export.php'),(4538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php','wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),(4539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),(4540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-helpscout.php','wp-content/plugins/wordpress-seo/admin/class-helpscout.php'),(4541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),(4542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),(4543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tab.php','wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),(4544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(4545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),(4546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),(4547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),(4548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(4549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),(4550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php','wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),(4551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(4552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),(4553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-remote-request.php','wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),(4554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),(4555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),(4556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),(4557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(4558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),(4559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),(4560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php','wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),(4561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),(4562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(4563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),(4564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php','wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),(4565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(4566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),(4567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),(4568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),(4569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php','wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),(4570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),(4571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),(4572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(4573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(4574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(4575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(4576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(4577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(4578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),(4579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),(4580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),(4581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),(4582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),(4583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),(4584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),(4585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),(4586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),(4587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),(4588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),(4589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),(4590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),(4591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),(4592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),(4593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),(4594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),(4595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),(4596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),(4597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),(4598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),(4599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),(4600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),(4601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/index.php','wp-content/plugins/wordpress-seo/admin/index.php'),(4602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/interface-collection.php','wp-content/plugins/wordpress-seo/admin/interface-collection.php'),(4603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/interface-installable.php','wp-content/plugins/wordpress-seo/admin/interface-installable.php'),(4604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),(4605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),(4606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),(4607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),(4608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),(4609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),(4610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),(4611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),(4612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),(4613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php'),(4614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(4615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(4616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),(4617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),(4618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(4619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(4620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),(4621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),(4622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php'),(4623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),(4624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),(4625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(4626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(4627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(4628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(4629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),(4630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),(4631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),(4632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/licenses.php','wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),(4633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/metas.php','wp-content/plugins/wordpress-seo/admin/pages/metas.php'),(4634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/network.php','wp-content/plugins/wordpress-seo/admin/pages/network.php'),(4635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/redirects.php','wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),(4636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/social.php','wp-content/plugins/wordpress-seo/admin/pages/social.php'),(4637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/pages/tools.php','wp-content/plugins/wordpress-seo/admin/pages/tools.php'),(4638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),(4639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),(4640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),(4641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),(4642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),(4643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),(4644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php','wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),(4645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),(4646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),(4647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(4648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(4649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(4650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(4651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(4652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php'),(4653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),(4654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),(4655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),(4656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),(4657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),(4658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),(4659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php','wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),(4660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),(4661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),(4662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(4663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php','wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),(4664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/form/select.php','wp-content/plugins/wordpress-seo/admin/views/form/select.php'),(4665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(4666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(4667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/licenses.php','wp-content/plugins/wordpress-seo/admin/views/licenses.php'),(4668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),(4669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),(4670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),(4671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),(4672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/redirects.php','wp-content/plugins/wordpress-seo/admin/views/redirects.php'),(4673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php'),(4674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(4675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),(4676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php'),(4677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php'),(4678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),(4679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),(4680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),(4681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),(4682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),(4683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),(4684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),(4685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),(4686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),(4687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),(4688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php'),(4689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),(4690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),(4691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),(4692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),(4693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php'),(4694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),(4695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),(4696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),(4697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),(4698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),(4699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),(4700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),(4701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),(4702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),(4703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),(4704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),(4705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php'),(4706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),(4707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),(4708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),(4709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),(4710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),(4711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php','wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),(4712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),(4713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),(4714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(4715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(4716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(4717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(4718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(4719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),(4720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/views/user-profile.php','wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),(4721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),(4722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/admin-global-19140-rtl.css'),(4723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-19140.css','wp-content/plugins/wordpress-seo/css/dist/admin-global-19140.css'),(4724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/adminbar-19140-rtl.css'),(4725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-19140.css','wp-content/plugins/wordpress-seo/css/dist/adminbar-19140.css'),(4726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/alerts-19140-rtl.css'),(4727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-19140.css','wp-content/plugins/wordpress-seo/css/dist/alerts-19140.css'),(4728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/dashboard-19140-rtl.css'),(4729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-19140.css','wp-content/plugins/wordpress-seo/css/dist/dashboard-19140.css'),(4730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/edit-page-19140-rtl.css'),(4731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-19140.css','wp-content/plugins/wordpress-seo/css/dist/edit-page-19140.css'),(4732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/elementor-19140-rtl.css'),(4733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-19140.css','wp-content/plugins/wordpress-seo/css/dist/elementor-19140.css'),(4734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/featured-image-19140-rtl.css'),(4735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-19140.css','wp-content/plugins/wordpress-seo/css/dist/featured-image-19140.css'),(4736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140-rtl.css'),(4737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140.css','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-19140.css'),(4738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/icons-19140-rtl.css'),(4739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-19140.css','wp-content/plugins/wordpress-seo/css/dist/icons-19140.css'),(4740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140-rtl.css'),(4741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140.css','wp-content/plugins/wordpress-seo/css/dist/inside-editor-19140.css'),(4742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/metabox-19140-rtl.css'),(4743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-19140.css','wp-content/plugins/wordpress-seo/css/dist/metabox-19140.css'),(4744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140-rtl.css'),(4745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140.css','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-19140.css'),(4746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/modal-19140-rtl.css'),(4747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-19140.css','wp-content/plugins/wordpress-seo/css/dist/modal-19140.css'),(4748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/monorepo-19140-rtl.css'),(4749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-19140.css','wp-content/plugins/wordpress-seo/css/dist/monorepo-19140.css'),(4750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/new-settings-19140-rtl.css'),(4751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-19140.css','wp-content/plugins/wordpress-seo/css/dist/new-settings-19140.css'),(4752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/notifications-19140-rtl.css'),(4753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-19140.css','wp-content/plugins/wordpress-seo/css/dist/notifications-19140.css'),(4754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140-rtl.css'),(4755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140.css','wp-content/plugins/wordpress-seo/css/dist/notifications-new-19140.css'),(4756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140-rtl.css'),(4757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140.css','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-19140.css'),(4758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/score_icon-19140-rtl.css'),(4759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-19140.css','wp-content/plugins/wordpress-seo/css/dist/score_icon-19140.css'),(4760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140-rtl.css'),(4761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140.css','wp-content/plugins/wordpress-seo/css/dist/search-appearance-19140.css'),(4762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140-rtl.css'),(4763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140.css','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-19140.css'),(4764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/tailwind-19140-rtl.css'),(4765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-19140.css','wp-content/plugins/wordpress-seo/css/dist/tailwind-19140.css'),(4766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140-rtl.css'),(4767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140.css','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-19140.css'),(4768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/tooltips-19140-rtl.css'),(4769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-19140.css','wp-content/plugins/wordpress-seo/css/dist/tooltips-19140.css'),(4770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/workouts-19140-rtl.css'),(4771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-19140.css','wp-content/plugins/wordpress-seo/css/dist/workouts-19140.css'),(4772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140-rtl.css'),(4773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140.css','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-19140.css'),(4774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140-rtl.css'),(4775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140.css','wp-content/plugins/wordpress-seo/css/dist/yoast-components-19140.css'),(4776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140-rtl.css'),(4777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140.css','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-19140.css'),(4778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140-rtl.css'),(4779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140.css','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-19140.css'),(4780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140-rtl.css','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140-rtl.css'),(4781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140.css','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-19140.css'),(4782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),(4783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png','wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png'),(4784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),(4785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/acf-logo.png','wp-content/plugins/wordpress-seo/images/acf-logo.png'),(4786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/admin_bar.png','wp-content/plugins/wordpress-seo/images/admin_bar.png'),(4787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg','wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),(4788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg','wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),(4789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg','wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),(4790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg','wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),(4791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/brushstroke_background.svg','wp-content/plugins/wordpress-seo/images/brushstroke_background.svg'),(4792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/cornerstone_content.png','wp-content/plugins/wordpress-seo/images/cornerstone_content.png'),(4793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/error-icon.svg','wp-content/plugins/wordpress-seo/images/error-icon.svg'),(4794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png','wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png'),(4795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/index.php','wp-content/plugins/wordpress-seo/images/index.php'),(4796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg','wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg'),(4797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/indexnow.png','wp-content/plugins/wordpress-seo/images/indexnow.png'),(4798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/insights.png','wp-content/plugins/wordpress-seo/images/insights.png'),(4799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/link-in-icon.svg','wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),(4800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/link-out-icon.svg','wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),(4801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/link_suggestions.png','wp-content/plugins/wordpress-seo/images/link_suggestions.png'),(4802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),(4803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/man_with_tablet.png','wp-content/plugins/wordpress-seo/images/man_with_tablet.png'),(4804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),(4805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),(4806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg','wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),(4807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),(4808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),(4809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/open_graph.png','wp-content/plugins/wordpress-seo/images/open_graph.png'),(4810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg','wp-content/plugins/wordpress-seo/images/plugin_subscription.svg'),(4811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/question-mark.png','wp-content/plugins/wordpress-seo/images/question-mark.png'),(4812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/readability-icon.svg','wp-content/plugins/wordpress-seo/images/readability-icon.svg'),(4813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/readability_analysis.png','wp-content/plugins/wordpress-seo/images/readability_analysis.png'),(4814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/rest_api.png','wp-content/plugins/wordpress-seo/images/rest_api.png'),(4815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/seo_analysis.png','wp-content/plugins/wordpress-seo/images/seo_analysis.png'),(4816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/slack_sharing.png','wp-content/plugins/wordpress-seo/images/slack_sharing.png'),(4817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png','wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png'),(4818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg','wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),(4819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/support-team.svg','wp-content/plugins/wordpress-seo/images/support-team.svg'),(4820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/text_link_counter.png','wp-content/plugins/wordpress-seo/images/text_link_counter.png'),(4821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/twitter_card.png','wp-content/plugins/wordpress-seo/images/twitter_card.png'),(4822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),(4823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg','wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),(4824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png','wp-content/plugins/wordpress-seo/images/xml_sitemaps.png'),(4825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php','wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),(4826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),(4827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-post-type.php','wp-content/plugins/wordpress-seo/inc/class-post-type.php'),(4828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-rewrite.php','wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),(4829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),(4830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade.php','wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),(4831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),(4832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),(4833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),(4834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),(4835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),(4836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),(4837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(4838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(4839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(4840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(4841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),(4842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),(4843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(4844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(4845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/date-helper.php','wp-content/plugins/wordpress-seo/inc/date-helper.php'),(4846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),(4847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),(4848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/index.php','wp-content/plugins/wordpress-seo/inc/index.php'),(4849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),(4850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),(4851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/language-utils.php','wp-content/plugins/wordpress-seo/inc/language-utils.php'),(4852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(4853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(4854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(4855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(4856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(4857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(4858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(4859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(4860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(4861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(4862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(4863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(4864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(4865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(4866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(4867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(4868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(4869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(4870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(4871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(4872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(4873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),(4874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(4875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/index.php','wp-content/plugins/wordpress-seo/index.php'),(4876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/38.js','wp-content/plugins/wordpress-seo/js/dist/38.js'),(4877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js','wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),(4878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-global.js','wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),(4879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js','wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),(4880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js','wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),(4881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/api-client.js','wp-content/plugins/wordpress-seo/js/dist/api-client.js'),(4882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/block-editor.js','wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),(4883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js','wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),(4884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js','wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),(4885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js','wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),(4886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js','wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),(4887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/edit-page.js','wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),(4888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js','wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),(4889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/elementor.js','wp-content/plugins/wordpress-seo/js/dist/elementor.js'),(4890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js','wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),(4891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js','wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),(4892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/components.js','wp-content/plugins/wordpress-seo/js/dist/externals/components.js'),(4893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js','wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),(4894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js','wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),(4895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js','wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),(4896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js','wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),(4897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js','wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),(4898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js','wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),(4899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js','wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),(4900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js','wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),(4901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js','wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js'),(4902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js','wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),(4903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js','wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),(4904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js','wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),(4905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js','wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),(4906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js','wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js'),(4907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-components.js','wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),(4908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js','wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),(4909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js','wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),(4910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js','wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),(4911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js','wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js'),(4912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js','wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js'),(4913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js','wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),(4914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/import.js','wp-content/plugins/wordpress-seo/js/dist/import.js'),(4915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/indexables-page.js','wp-content/plugins/wordpress-seo/js/dist/indexables-page.js'),(4916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/indexation.js','wp-content/plugins/wordpress-seo/js/dist/indexation.js'),(4917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/installation-success.js','wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),(4918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js','wp-content/plugins/wordpress-seo/js/dist/integrations-page.js'),(4919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js','wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),(4920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js','wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),(4921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js','wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),(4922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/de.js','wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),(4923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/default.js','wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),(4924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/el.js','wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),(4925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/en.js','wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),(4926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/es.js','wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),(4927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js','wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),(4928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js','wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),(4929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/he.js','wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),(4930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js','wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),(4931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/id.js','wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),(4932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/it.js','wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),(4933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js','wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),(4934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js','wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),(4935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js','wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),(4936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js','wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),(4937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js','wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),(4938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js','wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),(4939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js','wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),(4940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js','wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),(4941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js','wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),(4942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/network-admin.js','wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),(4943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/new-settings.js','wp-content/plugins/wordpress-seo/js/dist/new-settings.js'),(4944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/post-edit.js','wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),(4945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js','wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),(4946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/react-select.js','wp-content/plugins/wordpress-seo/js/dist/react-select.js'),(4947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js','wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),(4948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js','wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js'),(4949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/settings.js','wp-content/plugins/wordpress-seo/js/dist/settings.js'),(4950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js','wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js'),(4951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/term-edit.js','wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),(4952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js','wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),(4953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js','wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js'),(4954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/js/dist/workouts.js','wp-content/plugins/wordpress-seo/js/dist/workouts.js'),(4955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php','wp-content/plugins/wordpress-seo/lib/abstract-main.php'),(4956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php','wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),(4957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php','wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),(4958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/column.php','wp-content/plugins/wordpress-seo/lib/migrations/column.php'),(4959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/constants.php','wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),(4960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/migration.php','wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),(4961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/migrations/table.php','wp-content/plugins/wordpress-seo/lib/migrations/table.php'),(4962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/model.php','wp-content/plugins/wordpress-seo/lib/model.php'),(4963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/lib/orm.php','wp-content/plugins/wordpress-seo/lib/orm.php'),(4964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/license.txt','wp-content/plugins/wordpress-seo/license.txt'),(4965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),(4966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),(4967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg'),(4968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg','wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),(4969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg'),(4970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-adjustments.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-adjustments.svg'),(4971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),(4972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),(4973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-search.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-search.svg'),(4974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg','wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),(4975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg'),(4976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg'),(4977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg'),(4978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg','wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg'),(4979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg','wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg'),(4980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg','wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg'),(4981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg'),(4982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg'),(4983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg'),(4984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg','wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg'),(4985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg','wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg'),(4986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg'),(4987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg'),(4988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-logo.svg'),(4989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg'),(4990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg'),(4991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg','wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg'),(4992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/packages/js/images/zapier-logo.svg','wp-content/plugins/wordpress-seo/packages/js/images/zapier-logo.svg'),(4993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/readme.txt','wp-content/plugins/wordpress-seo/readme.txt'),(4994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),(4995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),(4996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php','wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),(4997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php','wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php'),(4998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php'),(4999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php'),(5000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php'),(5001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php'),(5002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php'),(5003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php'),(5004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php'),(5005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php'),(5006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php'),(5007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php'),(5008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php','wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),(5009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),(5010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php','wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),(5011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables-page-action.php','wp-content/plugins/wordpress-seo/src/actions/indexables-page-action.php'),(5012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),(5013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),(5014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),(5015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),(5016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),(5017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),(5018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),(5019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),(5020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),(5021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),(5022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php','wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),(5023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),(5024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php','wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),(5025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php','wp-content/plugins/wordpress-seo/src/actions/integrations-action.php'),(5026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),(5027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),(5028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),(5029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),(5030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),(5031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php','wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),(5032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),(5033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),(5034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),(5035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),(5036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),(5037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),(5038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),(5039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),(5040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php','wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),(5041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),(5042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),(5043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php','wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),(5044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php','wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php'),(5045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php','wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),(5046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/commands/index-command.php','wp-content/plugins/wordpress-seo/src/commands/index-command.php'),(5047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),(5048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),(5049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),(5050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),(5051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),(5052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),(5053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),(5054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php','wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),(5055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),(5056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),(5057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),(5058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),(5059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),(5060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),(5061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/indexables-page-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/indexables-page-conditional.php'),(5062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),(5063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),(5064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php'),(5065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),(5066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),(5067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),(5068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),(5069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),(5070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),(5071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php'),(5072,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),(5073,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),(5074,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),(5075,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php'),(5076,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),(5077,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php'),(5078,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),(5079,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php'),(5080,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),(5081,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),(5082,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php'),(5083,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php'),(5084,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),(5085,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php'),(5086,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php'),(5087,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),(5088,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),(5089,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),(5090,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),(5091,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php'),(5092,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),(5093,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),(5094,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),(5095,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),(5096,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),(5097,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),(5098,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),(5099,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),(5100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),(5101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php','wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),(5102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php','wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),(5103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php','wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),(5104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php','wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),(5105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migration-status.php','wp-content/plugins/wordpress-seo/src/config/migration-status.php'),(5106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),(5107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),(5108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php','wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),(5109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php','wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),(5110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),(5111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),(5112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),(5113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),(5114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),(5115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),(5116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),(5117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),(5118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),(5119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),(5120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),(5121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),(5122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),(5123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),(5124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php','wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),(5125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php','wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),(5126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php','wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),(5127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php','wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),(5128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php','wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),(5129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/oauth-client.php','wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),(5130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php','wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),(5131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/schema-ids.php','wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),(5132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/schema-types.php','wp-content/plugins/wordpress-seo/src/config/schema-types.php'),(5133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/semrush-client.php','wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),(5134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-client.php','wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),(5135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php','wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),(5136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php','wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php'),(5137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php','wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php'),(5138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php','wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),(5139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-option.php','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-option.php'),(5140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-request.php','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte-request.php'),(5141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php','wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php'),(5142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php','wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php');
INSERT INTO `wp_wfknownfilelist` VALUES (5143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php','wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),(5144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/i18n/i18n-v3.php','wp-content/plugins/wordpress-seo/src/deprecated/i18n/i18n-v3.php'),(5145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/index.php','wp-content/plugins/wordpress-seo/src/deprecated/index.php'),(5146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php'),(5147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/front-end-inspector-conditional.php'),(5148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php'),(5149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/the-events-calendar-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/the-events-calendar-conditional.php'),(5150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-activated-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-activated-conditional.php'),(5151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-flag-conditional.php','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/coauthors-plus-flag-conditional.php'),(5152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/coauthor.php','wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/coauthor.php'),(5153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/events-calendar-schema.php','wp-content/plugins/wordpress-seo/src/deprecated/src/generators/schema/third-party/events-calendar-schema.php'),(5154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/ryte-integration.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/ryte-integration.php'),(5155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/coauthors-plus.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/coauthors-plus.php'),(5156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/the-events-calendar.php','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/the-events-calendar.php'),(5157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/auto-update-notification-presenter.php','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/auto-update-notification-presenter.php'),(5158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php','wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php'),(5159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-check.php','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-check.php'),(5160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-reports.php','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-reports.php'),(5161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-runner.php','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/curl-runner.php'),(5162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-check.php','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-check.php'),(5163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-reports.php','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-reports.php'),(5164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-runner.php','wp-content/plugins/wordpress-seo/src/deprecated/src/services/health-check/ryte-runner.php'),(5165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),(5166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),(5167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),(5168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),(5169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),(5170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php'),(5171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),(5172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php'),(5173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),(5174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),(5175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php'),(5176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php'),(5177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),(5178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),(5179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php'),(5180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),(5181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),(5182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),(5183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),(5184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),(5185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php','wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),(5186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/functions.php','wp-content/plugins/wordpress-seo/src/functions.php'),(5187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php','wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),(5188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php','wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),(5189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php','wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),(5190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php','wp-content/plugins/wordpress-seo/src/generated/container.php'),(5191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php','wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),(5192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php','wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),(5193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php','wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),(5194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php','wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),(5195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php','wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),(5196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/article.php','wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),(5197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/author.php','wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),(5198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php','wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),(5199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php','wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),(5200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php','wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),(5201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php','wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),(5202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php','wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),(5203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/person.php','wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),(5204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php','wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),(5205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/website.php','wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),(5206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php','wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),(5207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php','wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),(5208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php','wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),(5209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php','wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),(5210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php','wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),(5211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php','wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),(5212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php','wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),(5213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php','wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),(5214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php','wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),(5215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php','wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),(5216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php','wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),(5217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php','wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),(5218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),(5219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php','wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),(5220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php','wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),(5221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),(5222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),(5223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexables-page-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexables-page-helper.php'),(5224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php','wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),(5225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/input-helper.php','wp-content/plugins/wordpress-seo/src/helpers/input-helper.php'),(5226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php','wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),(5227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php','wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),(5228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php','wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),(5229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),(5230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php','wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),(5231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php','wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),(5232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php','wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),(5233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php','wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),(5234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php','wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),(5235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php','wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),(5236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php','wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),(5237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php','wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),(5238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php','wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),(5239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php','wp-content/plugins/wordpress-seo/src/helpers/request-helper.php'),(5240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php','wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),(5241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php','wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),(5242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php','wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php'),(5243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php','wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),(5244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),(5245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),(5246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),(5247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),(5248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),(5249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php','wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),(5250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php','wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php'),(5251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php','wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),(5252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php','wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),(5253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php','wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),(5254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php','wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),(5255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php','wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),(5256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php','wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),(5257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php','wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),(5258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),(5259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php','wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),(5260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),(5261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php'),(5262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php','wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),(5263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php','wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),(5264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php','wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),(5265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php','wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),(5266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php','wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php'),(5267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php','wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),(5268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),(5269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),(5270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),(5271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),(5272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php'),(5273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),(5274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php'),(5275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php'),(5276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php'),(5277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php'),(5278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),(5279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),(5280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php','wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),(5281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),(5282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php'),(5283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-page-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-page-integration.php'),(5284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),(5285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),(5286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),(5287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php','wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php'),(5288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),(5289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),(5290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),(5291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php'),(5292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php'),(5293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php','wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php'),(5294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php'),(5295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version.php','wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version.php'),(5296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php','wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),(5297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),(5298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php','wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php'),(5299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),(5300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),(5301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),(5302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php','wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),(5303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php','wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),(5304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php','wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),(5305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php','wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php'),(5306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php','wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),(5307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php','wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),(5308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php','wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),(5309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),(5310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),(5311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),(5312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php'),(5313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),(5314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),(5315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),(5316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),(5317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),(5318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php'),(5319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),(5320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),(5321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php','wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),(5322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php','wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),(5323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php','wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),(5324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php','wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),(5325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php','wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php'),(5326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php','wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php'),(5327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),(5328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),(5329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),(5330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),(5331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),(5332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),(5333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),(5334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php'),(5335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),(5336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),(5337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php'),(5338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),(5339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php'),(5340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),(5341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php'),(5342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php'),(5343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),(5344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),(5345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php','wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),(5346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),(5347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),(5348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),(5349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php'),(5350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),(5351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),(5352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),(5353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),(5354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),(5355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),(5356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),(5357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),(5358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php'),(5359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),(5360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),(5361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),(5362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php'),(5363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),(5364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),(5365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),(5366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),(5367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),(5368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php','wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php'),(5369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php','wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),(5370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php','wp-content/plugins/wordpress-seo/src/loadable-interface.php'),(5371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/loader.php','wp-content/plugins/wordpress-seo/src/loader.php'),(5372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/loggers/logger.php','wp-content/plugins/wordpress-seo/src/loggers/logger.php'),(5373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/main.php','wp-content/plugins/wordpress-seo/src/main.php'),(5374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php','wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),(5375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php','wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),(5376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),(5377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php','wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),(5378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php','wp-content/plugins/wordpress-seo/src/models/indexable.php'),(5379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/primary-term.php','wp-content/plugins/wordpress-seo/src/models/primary-term.php'),(5380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/seo-links.php','wp-content/plugins/wordpress-seo/src/models/seo-links.php'),(5381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/models/seo-meta.php','wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),(5382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),(5383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php','wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),(5384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),(5385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),(5386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),(5387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),(5388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),(5389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),(5390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),(5391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),(5392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),(5393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),(5394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php','wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),(5395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),(5396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),(5397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),(5398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),(5399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),(5400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php'),(5401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),(5402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),(5403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),(5404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),(5405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),(5406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),(5407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),(5408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),(5409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),(5410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),(5411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php'),(5412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php'),(5413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),(5414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),(5415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),(5416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),(5417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),(5418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),(5419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),(5420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),(5421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),(5422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),(5423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),(5424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),(5425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),(5426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),(5427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),(5428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),(5429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),(5430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),(5431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),(5432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),(5433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php'),(5434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),(5435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php'),(5436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),(5437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),(5438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),(5439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),(5440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),(5441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),(5442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),(5443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),(5444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),(5445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),(5446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),(5447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),(5448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),(5449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php','wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),(5450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php','wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),(5451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),(5452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),(5453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php','wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),(5454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php','wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),(5455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php','wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),(5456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php','wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),(5457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php','wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php'),(5458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/importing-route.php','wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),(5459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php','wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),(5460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-page-route.php','wp-content/plugins/wordpress-seo/src/routes/indexables-page-route.php'),(5461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php','wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),(5462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php','wp-content/plugins/wordpress-seo/src/routes/integrations-route.php'),(5463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php','wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php'),(5464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/route-interface.php','wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),(5465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php','wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),(5466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php','wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),(5467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php','wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),(5468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php','wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),(5469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php','wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),(5470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php','wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php'),(5471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php'),(5472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php'),(5473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php'),(5474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php'),(5475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php'),(5476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php'),(5477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php'),(5478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php'),(5479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php'),(5480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php'),(5481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php'),(5482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php'),(5483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php'),(5484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php'),(5485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php'),(5486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php'),(5487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php'),(5488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php'),(5489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),(5490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php'),(5491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php'),(5492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php'),(5493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php','wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php'),(5494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php'),(5495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php'),(5496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php'),(5497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php'),(5498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php'),(5499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php','wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php'),(5500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php'),(5501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php','wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),(5502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php','wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),(5503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php','wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),(5504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php'),(5505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php'),(5506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php'),(5507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php','wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php'),(5508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php','wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),(5509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php','wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),(5510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php','wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),(5511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),(5512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),(5513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),(5514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),(5515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),(5516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php','wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),(5517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php','wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),(5518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/images.php','wp-content/plugins/wordpress-seo/src/values/images.php'),(5519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php','wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),(5520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php','wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),(5521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php','wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),(5522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/robots/directive.php','wp-content/plugins/wordpress-seo/src/values/robots/directive.php'),(5523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php','wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php'),(5524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php','wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php'),(5525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),(5526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php','wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),(5527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php','wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),(5528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php','wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),(5529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php','wp-content/plugins/wordpress-seo/vendor/autoload.php'),(5530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(5531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php','wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),(5532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),(5533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(5534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php'),(5535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(5536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(5537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(5538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),(5539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/installed.php','wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),(5540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php','wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),(5541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md','wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md'),(5542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE','wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE'),(5543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Configuration.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Configuration.php'),(5544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Host.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Host.php'),(5545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php'),(5546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageFormatter.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageFormatter.php'),(5547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessagesManager.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessagesManager.php'),(5548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_RequirementsChecker.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_RequirementsChecker.php'),(5549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_VersionRequirement.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_VersionRequirement.php'),(5550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPDismissOption.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPDismissOption.php'),(5551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPMessageDismissListener.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPMessageDismissListener.php'),(5552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/default.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/default.php'),(5553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/version.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/version.php'),(5554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_EmptyProperty.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_EmptyProperty.php'),(5555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidOperatorType.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidOperatorType.php'),(5556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidType.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidType.php'),(5557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidVersionComparisonString.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidVersionComparisonString.php'),(5558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/facades/wordpress.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/facades/wordpress.php'),(5559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_DismissStorage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_DismissStorage.php'),(5560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Listener.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Listener.php'),(5561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Message.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Message.php'),(5562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_MessagePresenter.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_MessagePresenter.php'),(5563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Requirement.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Requirement.php'),(5564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_VersionDetector.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_VersionDetector.php'),(5565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_BasicMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_BasicMessage.php'),(5566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_HostMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_HostMessage.php'),(5567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_InvalidVersionRequirementMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_InvalidVersionRequirementMessage.php'),(5568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_NullMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_NullMessage.php'),(5569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_UpgradePhpMessage.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_UpgradePhpMessage.php'),(5570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/presenters/Whip_WPMessagePresenter.php','wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/presenters/Whip_WPMessagePresenter.php'),(5571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),(5572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),(5573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(5574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(5575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(5576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(5577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(5578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(5579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),(5580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(5581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(5582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(5583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),(5584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php'),(5585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),(5586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(5587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),(5588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(5589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(5590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(5591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(5592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(5593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(5594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),(5595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(5596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),(5597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),(5598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),(5599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),(5600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(5601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(5602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),(5603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),(5604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),(5605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php'),(5606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php'),(5607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),(5608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),(5609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),(5610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),(5611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),(5612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),(5613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),(5614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),(5615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),(5616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),(5617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),(5618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),(5619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),(5620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),(5621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),(5622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),(5623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),(5624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),(5625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php'),(5626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php'),(5627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),(5628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),(5629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),(5630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),(5631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),(5632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),(5633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),(5634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),(5635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),(5636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),(5637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),(5638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),(5639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),(5640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),(5641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),(5642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),(5643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),(5644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),(5645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),(5646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),(5647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),(5648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(5649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),(5650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),(5651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),(5652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php'),(5653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),(5654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),(5655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),(5656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php'),(5657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php'),(5658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),(5659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),(5660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),(5661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),(5662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),(5663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),(5664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),(5665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),(5666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),(5667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),(5668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),(5669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),(5670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),(5671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),(5672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),(5673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),(5674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),(5675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),(5676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),(5677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),(5678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),(5679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),(5680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),(5681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),(5682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),(5683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),(5684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),(5685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),(5686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),(5687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),(5688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),(5689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),(5690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),(5691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),(5692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),(5693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),(5694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),(5695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),(5696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),(5697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),(5698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),(5699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),(5700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),(5701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),(5702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),(5703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),(5704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),(5705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),(5706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),(5707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),(5708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),(5709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),(5710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),(5711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),(5712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),(5713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),(5714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),(5715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),(5716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),(5717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),(5718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php'),(5719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php'),(5720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php'),(5721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php'),(5722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php'),(5723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php'),(5724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php'),(5725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php'),(5726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php'),(5727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php'),(5728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php'),(5729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php'),(5730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php'),(5731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php'),(5732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php'),(5733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php'),(5734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php'),(5735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php'),(5736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php'),(5737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php'),(5738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php'),(5739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php'),(5740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php'),(5741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php'),(5742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php'),(5743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php'),(5744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php'),(5745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php'),(5746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php'),(5747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php'),(5748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php'),(5749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php'),(5750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php'),(5751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php'),(5752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php'),(5753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php'),(5754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php'),(5755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php'),(5756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php'),(5757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php'),(5758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php'),(5759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php'),(5760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php'),(5761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php'),(5762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php'),(5763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php'),(5764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php'),(5765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js'),(5766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js'),(5767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js'),(5768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js','wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js'),(5769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php','wp-content/plugins/wordpress-seo/wp-seo-main.php'),(5770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo.php','wp-content/plugins/wordpress-seo/wp-seo.php'),(5771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wordpress-seo/wpml-config.xml','wp-content/plugins/wordpress-seo/wpml-config.xml'),(5772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(5773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin.php','wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(5774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-dashboard.php','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(5775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-tools.php','wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(5776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-users.php','wp-content/plugins/wp-cerber/admin/cerber-users.php'),(5777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/admin.css','wp-content/plugins/wp-cerber/assets/admin.css'),(5778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/admin.js','wp-content/plugins/wp-cerber/assets/admin.js'),(5779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/ajax-loader.gif','wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(5780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/bgwidget.png','wp-content/plugins/wp-cerber/assets/bgwidget.png'),(5781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/bn4ra.png','wp-content/plugins/wp-cerber/assets/bn4ra.png'),(5782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/bn5ra.png','wp-content/plugins/wp-cerber/assets/bn5ra.png'),(5783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/crb-logo-vn.png','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(5784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fb2b.png','wp-content/plugins/wp-cerber/assets/fb2b.png'),(5785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ad.png','wp-content/plugins/wp-cerber/assets/flags/ad.png'),(5786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ae.png','wp-content/plugins/wp-cerber/assets/flags/ae.png'),(5787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/af.png','wp-content/plugins/wp-cerber/assets/flags/af.png'),(5788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ag.png','wp-content/plugins/wp-cerber/assets/flags/ag.png'),(5789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ai.png','wp-content/plugins/wp-cerber/assets/flags/ai.png'),(5790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/al.png','wp-content/plugins/wp-cerber/assets/flags/al.png'),(5791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/am.png','wp-content/plugins/wp-cerber/assets/flags/am.png'),(5792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ao.png','wp-content/plugins/wp-cerber/assets/flags/ao.png'),(5793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/aq.png','wp-content/plugins/wp-cerber/assets/flags/aq.png'),(5794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ar.png','wp-content/plugins/wp-cerber/assets/flags/ar.png'),(5795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/as.png','wp-content/plugins/wp-cerber/assets/flags/as.png'),(5796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/at.png','wp-content/plugins/wp-cerber/assets/flags/at.png'),(5797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/au.png','wp-content/plugins/wp-cerber/assets/flags/au.png'),(5798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/aw.png','wp-content/plugins/wp-cerber/assets/flags/aw.png'),(5799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ax.png','wp-content/plugins/wp-cerber/assets/flags/ax.png'),(5800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/az.png','wp-content/plugins/wp-cerber/assets/flags/az.png'),(5801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ba.png','wp-content/plugins/wp-cerber/assets/flags/ba.png'),(5802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bb.png','wp-content/plugins/wp-cerber/assets/flags/bb.png'),(5803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bd.png','wp-content/plugins/wp-cerber/assets/flags/bd.png'),(5804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/be.png','wp-content/plugins/wp-cerber/assets/flags/be.png'),(5805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bf.png','wp-content/plugins/wp-cerber/assets/flags/bf.png'),(5806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bg.png','wp-content/plugins/wp-cerber/assets/flags/bg.png'),(5807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bh.png','wp-content/plugins/wp-cerber/assets/flags/bh.png'),(5808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bi.png','wp-content/plugins/wp-cerber/assets/flags/bi.png'),(5809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bj.png','wp-content/plugins/wp-cerber/assets/flags/bj.png'),(5810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bl.png','wp-content/plugins/wp-cerber/assets/flags/bl.png'),(5811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bm.png','wp-content/plugins/wp-cerber/assets/flags/bm.png'),(5812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bn.png','wp-content/plugins/wp-cerber/assets/flags/bn.png'),(5813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bo.png','wp-content/plugins/wp-cerber/assets/flags/bo.png'),(5814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bq.png','wp-content/plugins/wp-cerber/assets/flags/bq.png'),(5815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/br.png','wp-content/plugins/wp-cerber/assets/flags/br.png'),(5816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bs.png','wp-content/plugins/wp-cerber/assets/flags/bs.png'),(5817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bt.png','wp-content/plugins/wp-cerber/assets/flags/bt.png'),(5818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bv.png','wp-content/plugins/wp-cerber/assets/flags/bv.png'),(5819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bw.png','wp-content/plugins/wp-cerber/assets/flags/bw.png'),(5820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/by.png','wp-content/plugins/wp-cerber/assets/flags/by.png'),(5821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/bz.png','wp-content/plugins/wp-cerber/assets/flags/bz.png'),(5822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ca.png','wp-content/plugins/wp-cerber/assets/flags/ca.png'),(5823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cc.png','wp-content/plugins/wp-cerber/assets/flags/cc.png'),(5824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cd.png','wp-content/plugins/wp-cerber/assets/flags/cd.png'),(5825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cf.png','wp-content/plugins/wp-cerber/assets/flags/cf.png'),(5826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cg.png','wp-content/plugins/wp-cerber/assets/flags/cg.png'),(5827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ch.png','wp-content/plugins/wp-cerber/assets/flags/ch.png'),(5828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ci.png','wp-content/plugins/wp-cerber/assets/flags/ci.png'),(5829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ck.png','wp-content/plugins/wp-cerber/assets/flags/ck.png'),(5830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cl.png','wp-content/plugins/wp-cerber/assets/flags/cl.png'),(5831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cm.png','wp-content/plugins/wp-cerber/assets/flags/cm.png'),(5832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cn.png','wp-content/plugins/wp-cerber/assets/flags/cn.png'),(5833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/co.png','wp-content/plugins/wp-cerber/assets/flags/co.png'),(5834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cr.png','wp-content/plugins/wp-cerber/assets/flags/cr.png'),(5835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cu.png','wp-content/plugins/wp-cerber/assets/flags/cu.png'),(5836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cv.png','wp-content/plugins/wp-cerber/assets/flags/cv.png'),(5837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cw.png','wp-content/plugins/wp-cerber/assets/flags/cw.png'),(5838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cx.png','wp-content/plugins/wp-cerber/assets/flags/cx.png'),(5839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cy.png','wp-content/plugins/wp-cerber/assets/flags/cy.png'),(5840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/cz.png','wp-content/plugins/wp-cerber/assets/flags/cz.png'),(5841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/de.png','wp-content/plugins/wp-cerber/assets/flags/de.png'),(5842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dj.png','wp-content/plugins/wp-cerber/assets/flags/dj.png'),(5843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dk.png','wp-content/plugins/wp-cerber/assets/flags/dk.png'),(5844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dm.png','wp-content/plugins/wp-cerber/assets/flags/dm.png'),(5845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/do.png','wp-content/plugins/wp-cerber/assets/flags/do.png'),(5846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/dz.png','wp-content/plugins/wp-cerber/assets/flags/dz.png'),(5847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ec.png','wp-content/plugins/wp-cerber/assets/flags/ec.png'),(5848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ee.png','wp-content/plugins/wp-cerber/assets/flags/ee.png'),(5849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/eg.png','wp-content/plugins/wp-cerber/assets/flags/eg.png'),(5850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/eh.png','wp-content/plugins/wp-cerber/assets/flags/eh.png'),(5851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/er.png','wp-content/plugins/wp-cerber/assets/flags/er.png'),(5852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/es.png','wp-content/plugins/wp-cerber/assets/flags/es.png'),(5853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/et.png','wp-content/plugins/wp-cerber/assets/flags/et.png'),(5854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/eu.png','wp-content/plugins/wp-cerber/assets/flags/eu.png'),(5855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fi.png','wp-content/plugins/wp-cerber/assets/flags/fi.png'),(5856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fj.png','wp-content/plugins/wp-cerber/assets/flags/fj.png'),(5857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fk.png','wp-content/plugins/wp-cerber/assets/flags/fk.png'),(5858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fm.png','wp-content/plugins/wp-cerber/assets/flags/fm.png'),(5859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fo.png','wp-content/plugins/wp-cerber/assets/flags/fo.png'),(5860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/fr.png','wp-content/plugins/wp-cerber/assets/flags/fr.png'),(5861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ga.png','wp-content/plugins/wp-cerber/assets/flags/ga.png'),(5862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-eng.png','wp-content/plugins/wp-cerber/assets/flags/gb-eng.png'),(5863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-nir.png','wp-content/plugins/wp-cerber/assets/flags/gb-nir.png'),(5864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-sct.png','wp-content/plugins/wp-cerber/assets/flags/gb-sct.png'),(5865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb-wls.png','wp-content/plugins/wp-cerber/assets/flags/gb-wls.png'),(5866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gb.png','wp-content/plugins/wp-cerber/assets/flags/gb.png'),(5867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gd.png','wp-content/plugins/wp-cerber/assets/flags/gd.png'),(5868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ge.png','wp-content/plugins/wp-cerber/assets/flags/ge.png'),(5869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gf.png','wp-content/plugins/wp-cerber/assets/flags/gf.png'),(5870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gg.png','wp-content/plugins/wp-cerber/assets/flags/gg.png'),(5871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gh.png','wp-content/plugins/wp-cerber/assets/flags/gh.png'),(5872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gi.png','wp-content/plugins/wp-cerber/assets/flags/gi.png'),(5873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gl.png','wp-content/plugins/wp-cerber/assets/flags/gl.png'),(5874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gm.png','wp-content/plugins/wp-cerber/assets/flags/gm.png'),(5875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gn.png','wp-content/plugins/wp-cerber/assets/flags/gn.png'),(5876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gp.png','wp-content/plugins/wp-cerber/assets/flags/gp.png'),(5877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gq.png','wp-content/plugins/wp-cerber/assets/flags/gq.png'),(5878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gr.png','wp-content/plugins/wp-cerber/assets/flags/gr.png'),(5879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gs.png','wp-content/plugins/wp-cerber/assets/flags/gs.png'),(5880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gt.png','wp-content/plugins/wp-cerber/assets/flags/gt.png'),(5881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gu.png','wp-content/plugins/wp-cerber/assets/flags/gu.png'),(5882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gw.png','wp-content/plugins/wp-cerber/assets/flags/gw.png'),(5883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/gy.png','wp-content/plugins/wp-cerber/assets/flags/gy.png'),(5884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hk.png','wp-content/plugins/wp-cerber/assets/flags/hk.png'),(5885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hm.png','wp-content/plugins/wp-cerber/assets/flags/hm.png'),(5886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hn.png','wp-content/plugins/wp-cerber/assets/flags/hn.png'),(5887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hr.png','wp-content/plugins/wp-cerber/assets/flags/hr.png'),(5888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ht.png','wp-content/plugins/wp-cerber/assets/flags/ht.png'),(5889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/hu.png','wp-content/plugins/wp-cerber/assets/flags/hu.png'),(5890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/id.png','wp-content/plugins/wp-cerber/assets/flags/id.png'),(5891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ie.png','wp-content/plugins/wp-cerber/assets/flags/ie.png'),(5892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/il.png','wp-content/plugins/wp-cerber/assets/flags/il.png'),(5893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/im.png','wp-content/plugins/wp-cerber/assets/flags/im.png'),(5894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/in.png','wp-content/plugins/wp-cerber/assets/flags/in.png'),(5895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/io.png','wp-content/plugins/wp-cerber/assets/flags/io.png'),(5896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/iq.png','wp-content/plugins/wp-cerber/assets/flags/iq.png'),(5897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ir.png','wp-content/plugins/wp-cerber/assets/flags/ir.png'),(5898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/is.png','wp-content/plugins/wp-cerber/assets/flags/is.png'),(5899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/it.png','wp-content/plugins/wp-cerber/assets/flags/it.png'),(5900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/je.png','wp-content/plugins/wp-cerber/assets/flags/je.png'),(5901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/jm.png','wp-content/plugins/wp-cerber/assets/flags/jm.png'),(5902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/jo.png','wp-content/plugins/wp-cerber/assets/flags/jo.png'),(5903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/jp.png','wp-content/plugins/wp-cerber/assets/flags/jp.png'),(5904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ke.png','wp-content/plugins/wp-cerber/assets/flags/ke.png'),(5905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kg.png','wp-content/plugins/wp-cerber/assets/flags/kg.png'),(5906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kh.png','wp-content/plugins/wp-cerber/assets/flags/kh.png'),(5907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ki.png','wp-content/plugins/wp-cerber/assets/flags/ki.png'),(5908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/km.png','wp-content/plugins/wp-cerber/assets/flags/km.png'),(5909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kn.png','wp-content/plugins/wp-cerber/assets/flags/kn.png'),(5910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kp.png','wp-content/plugins/wp-cerber/assets/flags/kp.png'),(5911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kr.png','wp-content/plugins/wp-cerber/assets/flags/kr.png'),(5912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kw.png','wp-content/plugins/wp-cerber/assets/flags/kw.png'),(5913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ky.png','wp-content/plugins/wp-cerber/assets/flags/ky.png'),(5914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/kz.png','wp-content/plugins/wp-cerber/assets/flags/kz.png'),(5915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/la.png','wp-content/plugins/wp-cerber/assets/flags/la.png'),(5916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lb.png','wp-content/plugins/wp-cerber/assets/flags/lb.png'),(5917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lc.png','wp-content/plugins/wp-cerber/assets/flags/lc.png'),(5918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/li.png','wp-content/plugins/wp-cerber/assets/flags/li.png'),(5919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lk.png','wp-content/plugins/wp-cerber/assets/flags/lk.png'),(5920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lr.png','wp-content/plugins/wp-cerber/assets/flags/lr.png'),(5921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ls.png','wp-content/plugins/wp-cerber/assets/flags/ls.png'),(5922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lt.png','wp-content/plugins/wp-cerber/assets/flags/lt.png'),(5923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lu.png','wp-content/plugins/wp-cerber/assets/flags/lu.png'),(5924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/lv.png','wp-content/plugins/wp-cerber/assets/flags/lv.png'),(5925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ly.png','wp-content/plugins/wp-cerber/assets/flags/ly.png'),(5926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ma.png','wp-content/plugins/wp-cerber/assets/flags/ma.png'),(5927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mc.png','wp-content/plugins/wp-cerber/assets/flags/mc.png'),(5928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/md.png','wp-content/plugins/wp-cerber/assets/flags/md.png'),(5929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/me.png','wp-content/plugins/wp-cerber/assets/flags/me.png'),(5930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mf.png','wp-content/plugins/wp-cerber/assets/flags/mf.png'),(5931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mg.png','wp-content/plugins/wp-cerber/assets/flags/mg.png'),(5932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mh.png','wp-content/plugins/wp-cerber/assets/flags/mh.png'),(5933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mk.png','wp-content/plugins/wp-cerber/assets/flags/mk.png'),(5934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ml.png','wp-content/plugins/wp-cerber/assets/flags/ml.png'),(5935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mm.png','wp-content/plugins/wp-cerber/assets/flags/mm.png'),(5936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mn.png','wp-content/plugins/wp-cerber/assets/flags/mn.png'),(5937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mo.png','wp-content/plugins/wp-cerber/assets/flags/mo.png'),(5938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mp.png','wp-content/plugins/wp-cerber/assets/flags/mp.png'),(5939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mq.png','wp-content/plugins/wp-cerber/assets/flags/mq.png'),(5940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mr.png','wp-content/plugins/wp-cerber/assets/flags/mr.png'),(5941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ms.png','wp-content/plugins/wp-cerber/assets/flags/ms.png'),(5942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mt.png','wp-content/plugins/wp-cerber/assets/flags/mt.png'),(5943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mu.png','wp-content/plugins/wp-cerber/assets/flags/mu.png'),(5944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mv.png','wp-content/plugins/wp-cerber/assets/flags/mv.png'),(5945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mw.png','wp-content/plugins/wp-cerber/assets/flags/mw.png'),(5946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mx.png','wp-content/plugins/wp-cerber/assets/flags/mx.png'),(5947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/my.png','wp-content/plugins/wp-cerber/assets/flags/my.png'),(5948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/mz.png','wp-content/plugins/wp-cerber/assets/flags/mz.png'),(5949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/na.png','wp-content/plugins/wp-cerber/assets/flags/na.png'),(5950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nc.png','wp-content/plugins/wp-cerber/assets/flags/nc.png'),(5951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ne.png','wp-content/plugins/wp-cerber/assets/flags/ne.png'),(5952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nf.png','wp-content/plugins/wp-cerber/assets/flags/nf.png'),(5953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ng.png','wp-content/plugins/wp-cerber/assets/flags/ng.png'),(5954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ni.png','wp-content/plugins/wp-cerber/assets/flags/ni.png'),(5955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nl.png','wp-content/plugins/wp-cerber/assets/flags/nl.png'),(5956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/no.png','wp-content/plugins/wp-cerber/assets/flags/no.png'),(5957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/np.png','wp-content/plugins/wp-cerber/assets/flags/np.png'),(5958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nr.png','wp-content/plugins/wp-cerber/assets/flags/nr.png'),(5959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nu.png','wp-content/plugins/wp-cerber/assets/flags/nu.png'),(5960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/nz.png','wp-content/plugins/wp-cerber/assets/flags/nz.png'),(5961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/om.png','wp-content/plugins/wp-cerber/assets/flags/om.png'),(5962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pa.png','wp-content/plugins/wp-cerber/assets/flags/pa.png'),(5963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pe.png','wp-content/plugins/wp-cerber/assets/flags/pe.png'),(5964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pf.png','wp-content/plugins/wp-cerber/assets/flags/pf.png'),(5965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pg.png','wp-content/plugins/wp-cerber/assets/flags/pg.png'),(5966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ph.png','wp-content/plugins/wp-cerber/assets/flags/ph.png'),(5967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pk.png','wp-content/plugins/wp-cerber/assets/flags/pk.png'),(5968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pl.png','wp-content/plugins/wp-cerber/assets/flags/pl.png'),(5969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pm.png','wp-content/plugins/wp-cerber/assets/flags/pm.png'),(5970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pn.png','wp-content/plugins/wp-cerber/assets/flags/pn.png'),(5971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pr.png','wp-content/plugins/wp-cerber/assets/flags/pr.png'),(5972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ps.png','wp-content/plugins/wp-cerber/assets/flags/ps.png'),(5973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pt.png','wp-content/plugins/wp-cerber/assets/flags/pt.png'),(5974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/pw.png','wp-content/plugins/wp-cerber/assets/flags/pw.png'),(5975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/py.png','wp-content/plugins/wp-cerber/assets/flags/py.png'),(5976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/qa.png','wp-content/plugins/wp-cerber/assets/flags/qa.png'),(5977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/re.png','wp-content/plugins/wp-cerber/assets/flags/re.png'),(5978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ro.png','wp-content/plugins/wp-cerber/assets/flags/ro.png'),(5979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/rs.png','wp-content/plugins/wp-cerber/assets/flags/rs.png'),(5980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ru.png','wp-content/plugins/wp-cerber/assets/flags/ru.png'),(5981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/rw.png','wp-content/plugins/wp-cerber/assets/flags/rw.png'),(5982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sa.png','wp-content/plugins/wp-cerber/assets/flags/sa.png'),(5983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sb.png','wp-content/plugins/wp-cerber/assets/flags/sb.png'),(5984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sc.png','wp-content/plugins/wp-cerber/assets/flags/sc.png'),(5985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sd.png','wp-content/plugins/wp-cerber/assets/flags/sd.png'),(5986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/se.png','wp-content/plugins/wp-cerber/assets/flags/se.png'),(5987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sg.png','wp-content/plugins/wp-cerber/assets/flags/sg.png'),(5988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sh.png','wp-content/plugins/wp-cerber/assets/flags/sh.png'),(5989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/si.png','wp-content/plugins/wp-cerber/assets/flags/si.png'),(5990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sj.png','wp-content/plugins/wp-cerber/assets/flags/sj.png'),(5991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sk.png','wp-content/plugins/wp-cerber/assets/flags/sk.png'),(5992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sl.png','wp-content/plugins/wp-cerber/assets/flags/sl.png'),(5993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sm.png','wp-content/plugins/wp-cerber/assets/flags/sm.png'),(5994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sn.png','wp-content/plugins/wp-cerber/assets/flags/sn.png'),(5995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/so.png','wp-content/plugins/wp-cerber/assets/flags/so.png'),(5996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sr.png','wp-content/plugins/wp-cerber/assets/flags/sr.png'),(5997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ss.png','wp-content/plugins/wp-cerber/assets/flags/ss.png'),(5998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/st.png','wp-content/plugins/wp-cerber/assets/flags/st.png'),(5999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sv.png','wp-content/plugins/wp-cerber/assets/flags/sv.png'),(6000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sx.png','wp-content/plugins/wp-cerber/assets/flags/sx.png'),(6001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sy.png','wp-content/plugins/wp-cerber/assets/flags/sy.png'),(6002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/sz.png','wp-content/plugins/wp-cerber/assets/flags/sz.png'),(6003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tc.png','wp-content/plugins/wp-cerber/assets/flags/tc.png'),(6004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/td.png','wp-content/plugins/wp-cerber/assets/flags/td.png'),(6005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tf.png','wp-content/plugins/wp-cerber/assets/flags/tf.png'),(6006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tg.png','wp-content/plugins/wp-cerber/assets/flags/tg.png'),(6007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/th.png','wp-content/plugins/wp-cerber/assets/flags/th.png'),(6008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tj.png','wp-content/plugins/wp-cerber/assets/flags/tj.png'),(6009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tk.png','wp-content/plugins/wp-cerber/assets/flags/tk.png'),(6010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tl.png','wp-content/plugins/wp-cerber/assets/flags/tl.png'),(6011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tm.png','wp-content/plugins/wp-cerber/assets/flags/tm.png'),(6012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tn.png','wp-content/plugins/wp-cerber/assets/flags/tn.png'),(6013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/to.png','wp-content/plugins/wp-cerber/assets/flags/to.png'),(6014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tr.png','wp-content/plugins/wp-cerber/assets/flags/tr.png'),(6015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tt.png','wp-content/plugins/wp-cerber/assets/flags/tt.png'),(6016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tv.png','wp-content/plugins/wp-cerber/assets/flags/tv.png'),(6017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tw.png','wp-content/plugins/wp-cerber/assets/flags/tw.png'),(6018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/tz.png','wp-content/plugins/wp-cerber/assets/flags/tz.png'),(6019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ua.png','wp-content/plugins/wp-cerber/assets/flags/ua.png'),(6020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ug.png','wp-content/plugins/wp-cerber/assets/flags/ug.png'),(6021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/um.png','wp-content/plugins/wp-cerber/assets/flags/um.png'),(6022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/us.png','wp-content/plugins/wp-cerber/assets/flags/us.png'),(6023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/uy.png','wp-content/plugins/wp-cerber/assets/flags/uy.png'),(6024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/uz.png','wp-content/plugins/wp-cerber/assets/flags/uz.png'),(6025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/va.png','wp-content/plugins/wp-cerber/assets/flags/va.png'),(6026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vc.png','wp-content/plugins/wp-cerber/assets/flags/vc.png'),(6027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ve.png','wp-content/plugins/wp-cerber/assets/flags/ve.png'),(6028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vg.png','wp-content/plugins/wp-cerber/assets/flags/vg.png'),(6029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vi.png','wp-content/plugins/wp-cerber/assets/flags/vi.png'),(6030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vn.png','wp-content/plugins/wp-cerber/assets/flags/vn.png'),(6031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/vu.png','wp-content/plugins/wp-cerber/assets/flags/vu.png'),(6032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/wf.png','wp-content/plugins/wp-cerber/assets/flags/wf.png'),(6033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ws.png','wp-content/plugins/wp-cerber/assets/flags/ws.png'),(6034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/xk.png','wp-content/plugins/wp-cerber/assets/flags/xk.png'),(6035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/ye.png','wp-content/plugins/wp-cerber/assets/flags/ye.png'),(6036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/yt.png','wp-content/plugins/wp-cerber/assets/flags/yt.png'),(6037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/za.png','wp-content/plugins/wp-cerber/assets/flags/za.png'),(6038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/zm.png','wp-content/plugins/wp-cerber/assets/flags/zm.png'),(6039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/flags/zw.png','wp-content/plugins/wp-cerber/assets/flags/zw.png'),(6040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.eot','wp-content/plugins/wp-cerber/assets/fonts/cerber.eot'),(6041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf','wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf'),(6042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/cerber.woff','wp-content/plugins/wp-cerber/assets/fonts/cerber.woff'),(6043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt','wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt'),(6044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff'),(6045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff'),(6046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff'),(6047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2'),(6048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2'),(6049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff'),(6050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/goo-translate.png','wp-content/plugins/wp-cerber/assets/goo-translate.png'),(6051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg'),(6052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf'),(6053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff'),(6054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/icons/style.css','wp-content/plugins/wp-cerber/assets/icons/style.css'),(6055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/inspector.png','wp-content/plugins/wp-cerber/assets/inspector.png'),(6056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/magnific/LICENSE','wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(6057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(6058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(6059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/license.txt','wp-content/plugins/wp-cerber/assets/multi/license.txt'),(6060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.css','wp-content/plugins/wp-cerber/assets/multi/multi.css'),(6061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.js','wp-content/plugins/wp-cerber/assets/multi/multi.js'),(6062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/multi/multi.min.js','wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(6063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/nexus.css','wp-content/plugins/wp-cerber/assets/nexus.css'),(6064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/scanner.js','wp-content/plugins/wp-cerber/assets/scanner.js'),(6065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/select2/LICENSE.md','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(6066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(6067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(6068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(6069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(6070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(6071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(6072,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(6073,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(6074,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/ui-stack.css','wp-content/plugins/wp-cerber/assets/ui-stack.css'),(6075,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/ui-stack.js','wp-content/plugins/wp-cerber/assets/ui-stack.js'),(6076,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/wp-admin.js','wp-content/plugins/wp-cerber/assets/wp-admin.js'),(6077,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/assets/wrench.png','wp-content/plugins/wp-cerber/assets/wrench.png'),(6078,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-2fa.php','wp-content/plugins/wp-cerber/cerber-2fa.php'),(6079,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-addons.php','wp-content/plugins/wp-cerber/cerber-addons.php'),(6080,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-common.php','wp-content/plugins/wp-cerber/cerber-common.php'),(6081,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-ds.php','wp-content/plugins/wp-cerber/cerber-ds.php'),(6082,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-lab.php','wp-content/plugins/wp-cerber/cerber-lab.php'),(6083,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-load.php','wp-content/plugins/wp-cerber/cerber-load.php'),(6084,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-maintenance.php','wp-content/plugins/wp-cerber/cerber-maintenance.php'),(6085,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-pluggable.php','wp-content/plugins/wp-cerber/cerber-pluggable.php'),(6086,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-request.php','wp-content/plugins/wp-cerber/cerber-request.php'),(6087,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-ripe.php','wp-content/plugins/wp-cerber/cerber-ripe.php'),(6088,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-scanner.php','wp-content/plugins/wp-cerber/cerber-scanner.php'),(6089,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-settings.php','wp-content/plugins/wp-cerber/cerber-settings.php'),(6090,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/cerber-whois.php','wp-content/plugins/wp-cerber/cerber-whois.php'),(6091,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/changelog.txt','wp-content/plugins/wp-cerber/changelog.txt'),(6092,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/index.php','wp-content/plugins/wp-cerber/index.php'),(6093,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/jetflow.php','wp-content/plugins/wp-cerber/jetflow.php'),(6094,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo'),(6095,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po'),(6096,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo'),(6097,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po'),(6098,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo'),(6099,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po'),(6100,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo'),(6101,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po'),(6102,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo'),(6103,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po'),(6104,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo'),(6105,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po'),(6106,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo'),(6107,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po'),(6108,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo'),(6109,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po'),(6110,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo'),(6111,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po'),(6112,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo'),(6113,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po'),(6114,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo'),(6115,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po'),(6116,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo'),(6117,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po'),(6118,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo'),(6119,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po'),(6120,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo'),(6121,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po'),(6122,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo'),(6123,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po'),(6124,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo'),(6125,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po'),(6126,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo'),(6127,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po'),(6128,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo'),(6129,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po'),(6130,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo'),(6131,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po'),(6132,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo'),(6133,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po'),(6134,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo'),(6135,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po'),(6136,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo'),(6137,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po'),(6138,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/languages/wp-cerber.pot','wp-content/plugins/wp-cerber/languages/wp-cerber.pot'),(6139,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(6140,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(6141,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php','wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(6142,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus.php','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(6143,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(6144,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/readme.txt','wp-content/plugins/wp-cerber/readme.txt'),(6145,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php','wp-content/plugins/wp-cerber/wp-cerber.php'),(6146,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.css'),(6147,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css','wp-content/plugins/wpforms-lite/assets/css/admin/admin-form-templates.min.css'),(6148,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-bar.css','wp-content/plugins/wpforms-lite/assets/css/admin-bar.css'),(6149,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css'),(6150,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.css'),(6151,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-integrations.min.css'),(6152,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.css'),(6153,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-notifications.min.css'),(6154,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.css'),(6155,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css','wp-content/plugins/wpforms-lite/assets/css/admin-wp5.7-colors.min.css'),(6156,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin.css','wp-content/plugins/wpforms-lite/assets/css/admin.css'),(6157,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/admin.min.css','wp-content/plugins/wpforms-lite/assets/css/admin.min.css'),(6158,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.css'),(6159,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-alerts.min.css'),(6160,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.css'),(6161,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-basic.min.css'),(6162,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.css'),(6163,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields-types.min.css'),(6164,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.css'),(6165,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-fields.min.css'),(6166,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.css'),(6167,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ms-win.min.css'),(6168,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.css'),(6169,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-overlay.min.css'),(6170,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.css'),(6171,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-panels.min.css'),(6172,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.css'),(6173,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-subsystems.min.css'),(6174,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.css'),(6175,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-third-party.min.css'),(6176,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.css'),(6177,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/builder-ui-general.min.css'),(6178,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.css'),(6179,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css','wp-content/plugins/wpforms-lite/assets/css/builder/content-editor.min.css'),(6180,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/challenge.css','wp-content/plugins/wpforms-lite/assets/css/challenge.css'),(6181,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/challenge.min.css','wp-content/plugins/wpforms-lite/assets/css/challenge.min.css'),(6182,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/choices.css','wp-content/plugins/wpforms-lite/assets/css/choices.css'),(6183,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/choices.min.css','wp-content/plugins/wpforms-lite/assets/css/choices.min.css'),(6184,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.css'),(6185,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css','wp-content/plugins/wpforms-lite/assets/css/dashboard-widget.min.css'),(6186,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/general.css','wp-content/plugins/wpforms-lite/assets/css/emails/general.css'),(6187,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/general.min.css'),(6188,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.css'),(6189,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/partials/media_queries.min.css'),(6190,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/summary.css','wp-content/plugins/wpforms-lite/assets/css/emails/summary.css'),(6191,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css','wp-content/plugins/wpforms-lite/assets/css/emails/summary.min.css'),(6192,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/entry-print.css','wp-content/plugins/wpforms-lite/assets/css/entry-print.css'),(6193,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css','wp-content/plugins/wpforms-lite/assets/css/entry-print.min.css'),(6194,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.css'),(6195,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css','wp-content/plugins/wpforms-lite/assets/css/form-embed-wizard.min.css'),(6196,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.css'),(6197,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/choices.min.css'),(6198,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.css'),(6199,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-base.min.css'),(6200,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.css'),(6201,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css','wp-content/plugins/wpforms-lite/assets/css/integrations/divi/wpforms-full.min.css'),(6202,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/logger.css','wp-content/plugins/wpforms-lite/assets/css/logger.css'),(6203,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/logger.min.css','wp-content/plugins/wpforms-lite/assets/css/logger.min.css'),(6204,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.css'),(6205,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-base.min.css'),(6206,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.css'),(6207,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.min.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-dashicons.min.css'),(6208,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.css'),(6209,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css','wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css'),(6210,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.eot'),(6211,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.svg'),(6212,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.ttf'),(6213,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff'),(6214,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2','wp-content/plugins/wpforms-lite/assets/fonts/wpforms.woff2'),(6215,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png','wp-content/plugins/wpforms-lite/assets/images/about/complete-guide-to-wpforms-settings.png'),(6216,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png','wp-content/plugins/wpforms-lite/assets/images/about/how-choose-right-form-field.png'),(6217,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png','wp-content/plugins/wpforms-lite/assets/images/about/how-create-gdpr-compliant-forms.png'),(6218,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png','wp-content/plugins/wpforms-lite/assets/images/about/how-install-activate-wpforms-addons.png'),(6219,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg','wp-content/plugins/wpforms-lite/assets/images/about/icon-full.svg'),(6220,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg','wp-content/plugins/wpforms-lite/assets/images/about/icon-none.svg'),(6221,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg','wp-content/plugins/wpforms-lite/assets/images/about/icon-partial.svg'),(6222,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-affwp.png'),(6223,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-aioseo.png'),(6224,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-edd.png'),(6225,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-mi.png'),(6226,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-om.png'),(6227,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-pushengage.png'),(6228,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-rp.png'),(6229,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-fb.png'),(6230,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-instagram.png'),(6231,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-twitter.png'),(6232,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sb-youtube.png'),(6233,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-searchwp.png'),(6234,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-seedprod.png'),(6235,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-smtp.png'),(6236,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-sugarcalendar.png'),(6237,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-trustpulse.png'),(6238,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png','wp-content/plugins/wpforms-lite/assets/images/about/plugin-wp-simple-pay.png'),(6239,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/about/team.jpg','wp-content/plugins/wpforms-lite/assets/images/about/team.jpg'),(6240,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-activecampaign.png'),(6241,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-authorize-net.png'),(6242,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-aweber.png'),(6243,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-campaign-monitor.png'),(6244,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-captcha.png'),(6245,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conditional-logic.png'),(6246,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-constant-contact.png'),(6247,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-conversational-forms.png'),(6248,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-drip.png'),(6249,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-abandonment.png'),(6250,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-locker.png'),(6251,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-pages.png'),(6252,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-form-templates-pack.png'),(6253,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-geolocation.png'),(6254,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-getresponse.png'),(6255,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-google-sheets.png'),(6256,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-hubspot.png'),(6257,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-lead-forms.png'),(6258,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailchimp.png'),(6259,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-mailerlite.png'),(6260,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-offline-forms.png'),(6261,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-commerce.png'),(6262,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-paypal-standard.png'),(6263,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-post-submissions.png'),(6264,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-salesforce.png'),(6265,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-save-resume.png'),(6266,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-sendinblue.png'),(6267,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-signatures.png'),(6268,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-square.png'),(6269,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-stripe.png'),(6270,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-surveys-polls.png'),(6271,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-journey.png'),(6272,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-user-registration.png'),(6273,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-webhooks.png'),(6274,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png','wp-content/plugins/wpforms-lite/assets/images/addon-icon-zapier.png'),(6275,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-active.svg'),(6276,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg','wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu/sullie-default.svg'),(6277,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg','wp-content/plugins/wpforms-lite/assets/images/analytics/arrow-right.svg'),(6278,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-full.jpg'),(6279,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg','wp-content/plugins/wpforms-lite/assets/images/analytics/screenshot-tnail.jpg'),(6280,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights.png'),(6281,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png','wp-content/plugins/wpforms-lite/assets/images/analytics/wpforms-monsterinsights@2x.png'),(6282,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/akismet.svg'),(6283,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/country-filter.svg'),(6284,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/custom-captcha.svg'),(6285,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/hcaptcha.svg'),(6286,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/keyword-filter.svg'),(6287,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/anti-spam/recaptcha.svg'),(6288,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg','wp-content/plugins/wpforms-lite/assets/images/builder/check-circle.svg'),(6289,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg','wp-content/plugins/wpforms-lite/assets/images/builder/default-arrow.svg'),(6290,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg','wp-content/plugins/wpforms-lite/assets/images/builder/ie-logo.svg'),(6291,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-marketing.svg'),(6292,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg','wp-content/plugins/wpforms-lite/assets/images/builder/illustration-payments.svg'),(6293,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg','wp-content/plugins/wpforms-lite/assets/images/builder/loading-avatar.svg'),(6294,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg','wp-content/plugins/wpforms-lite/assets/images/builder/loading-spinner.svg'),(6295,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg','wp-content/plugins/wpforms-lite/assets/images/builder/placeholder-200x125.svg'),(6296,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg','wp-content/plugins/wpforms-lite/assets/images/builder/toggle-tab-bg.svg'),(6297,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png','wp-content/plugins/wpforms-lite/assets/images/builder-default-arrow.png'),(6298,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png','wp-content/plugins/wpforms-lite/assets/images/challenge/bar-bg.png'),(6299,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/chevron-circle-down-regular.svg'),(6300,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/confetti.svg'),(6301,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png','wp-content/plugins/wpforms-lite/assets/images/challenge/getting-started.png'),(6302,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png','wp-content/plugins/wpforms-lite/assets/images/challenge/party-popper.png'),(6303,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png','wp-content/plugins/wpforms-lite/assets/images/challenge/popup-contact.png'),(6304,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/red-arrow.svg'),(6305,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png','wp-content/plugins/wpforms-lite/assets/images/challenge/sullie-circle.png'),(6306,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg','wp-content/plugins/wpforms-lite/assets/images/challenge/times-circle-regular.svg'),(6307,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/check-circle.svg','wp-content/plugins/wpforms-lite/assets/images/check-circle.svg'),(6308,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/check-solid.svg','wp-content/plugins/wpforms-lite/assets/images/check-solid.svg'),(6309,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs.png'),(6310,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/dev-docs@2x.png'),(6311,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/suggest.png','wp-content/plugins/wpforms-lite/assets/images/community/suggest.png'),(6312,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/suggest@2x.png'),(6313,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/translators.png','wp-content/plugins/wpforms-lite/assets/images/community/translators.png'),(6314,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/translators@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/translators@2x.png'),(6315,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle.png'),(6316,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/vip-circle@2x.png'),(6317,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner.png'),(6318,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/wpbeginner@2x.png'),(6319,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/youtube.png','wp-content/plugins/wpforms-lite/assets/images/community/youtube.png'),(6320,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png','wp-content/plugins/wpforms-lite/assets/images/community/youtube@2x.png'),(6321,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo.png'),(6322,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-logo@2x.png'),(6323,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step1.png'),(6324,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step2.png'),(6325,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step3.png'),(6326,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png','wp-content/plugins/wpforms-lite/assets/images/constant-contact/cc-about-step4.png'),(6327,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg','wp-content/plugins/wpforms-lite/assets/images/cross-inverse.svg'),(6328,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/cross.svg','wp-content/plugins/wpforms-lite/assets/images/cross.svg'),(6329,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-entries.svg'),(6330,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-fields.svg'),(6331,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg','wp-content/plugins/wpforms-lite/assets/images/empty-states/no-forms.svg'),(6332,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png','wp-content/plugins/wpforms-lite/assets/images/empty-states/waving-hand-emoji.png'),(6333,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg','wp-content/plugins/wpforms-lite/assets/images/exclamation-circle.svg'),(6334,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle-orange.svg'),(6335,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg','wp-content/plugins/wpforms-lite/assets/images/exclamation-triangle.svg'),(6336,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/file-code.svg','wp-content/plugins/wpforms-lite/assets/images/file-code.svg'),(6337,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete.jpg'),(6338,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/address-autocomplete@2x.jpg'),(6339,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location.jpg'),(6340,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/entry-location@2x.jpg'),(6341,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field.jpg'),(6342,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg','wp-content/plugins/wpforms-lite/assets/images/geolocation-education/smart-address-field@2x.jpg'),(6343,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png','wp-content/plugins/wpforms-lite/assets/images/icon-chart-smaller.png'),(6344,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-chart.png','wp-content/plugins/wpforms-lite/assets/images/icon-chart.png'),(6345,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-graph.png','wp-content/plugins/wpforms-lite/assets/images/icon-graph.png'),(6346,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png','wp-content/plugins/wpforms-lite/assets/images/icon-provider-constant-contact.png'),(6347,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png','wp-content/plugins/wpforms-lite/assets/images/icon-provider-uncanny-automator.png'),(6348,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/divi/wpforms-icon.svg'),(6349,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.eot'),(6350,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.svg'),(6351,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.ttf'),(6352,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff'),(6353,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font/icon-wpforms.woff2'),(6354,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-icon.svg'),(6355,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-logo.svg','wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/wpforms-logo.svg'),(6356,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png','wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg/block-preview.png'),(6357,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png','wp-content/plugins/wpforms-lite/assets/images/jquery.minicolors.png'),(6358,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/check-circle.svg'),(6359,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/cloud.svg'),(6360,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/envelope.svg'),(6361,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/info-circle.svg'),(6362,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/lock-alt.svg'),(6363,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png','wp-content/plugins/wpforms-lite/assets/images/lite-connect/raised-hand.png'),(6364,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg','wp-content/plugins/wpforms-lite/assets/images/lite-connect/wait.svg'),(6365,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/pro-plus.svg','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/pro-plus.svg'),(6366,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls.png'),(6367,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-access-controls@2x.png'),(6368,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members.png'),(6369,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-members@2x.png'),(6370,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor.png'),(6371,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/screenshot-user-role-editor@2x.png'),(6372,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls.png'),(6373,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-access-controls@2x.png'),(6374,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members.png'),(6375,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-members@2x.png'),(6376,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor.png'),(6377,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor@2x.png','wp-content/plugins/wpforms-lite/assets/images/lite-settings-access/thumbnail-user-role-editor@2x.png'),(6378,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/logo.png','wp-content/plugins/wpforms-lite/assets/images/logo.png'),(6379,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png','wp-content/plugins/wpforms-lite/assets/images/recaptcha-placeholder.png'),(6380,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/search.svg','wp-content/plugins/wpforms-lite/assets/images/search.svg'),(6381,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-addon.png'),(6382,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-hcaptcha.svg'),(6383,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-none.svg'),(6384,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg','wp-content/plugins/wpforms-lite/assets/images/settings-captcha-recaptcha.svg'),(6385,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png','wp-content/plugins/wpforms-lite/assets/images/settings-email-html.png'),(6386,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png','wp-content/plugins/wpforms-lite/assets/images/settings-email-plaintext.png'),(6387,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg','wp-content/plugins/wpforms-lite/assets/images/smtp/arrow-right.svg'),(6388,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-full.png'),(6389,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png','wp-content/plugins/wpforms-lite/assets/images/smtp/screenshot-tnail.png'),(6390,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp.png'),(6391,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png','wp-content/plugins/wpforms-lite/assets/images/smtp/wpforms-wpmailsmtp@2x.png'),(6392,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg','wp-content/plugins/wpforms-lite/assets/images/spinner-white.svg'),(6393,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/spinner.svg','wp-content/plugins/wpforms-lite/assets/images/spinner.svg'),(6394,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-1.svg','wp-content/plugins/wpforms-lite/assets/images/step-1.svg'),(6395,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-2.svg','wp-content/plugins/wpforms-lite/assets/images/step-2.svg'),(6396,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-3.svg','wp-content/plugins/wpforms-lite/assets/images/step-3.svg'),(6397,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/step-complete.svg','wp-content/plugins/wpforms-lite/assets/images/step-complete.svg'),(6398,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg','wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg'),(6399,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png','wp-content/plugins/wpforms-lite/assets/images/sullie-alt.png'),(6400,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png','wp-content/plugins/wpforms-lite/assets/images/sullie-builder-mobile.png'),(6401,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png','wp-content/plugins/wpforms-lite/assets/images/sullie-vc.png'),(6402,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/sullie.png','wp-content/plugins/wpforms-lite/assets/images/sullie.png'),(6403,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/times-circle.svg','wp-content/plugins/wpforms-lite/assets/images/times-circle.svg'),(6404,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/times-solid-white.svg','wp-content/plugins/wpforms-lite/assets/images/times-solid-white.svg'),(6405,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/trash-red.svg','wp-content/plugins/wpforms-lite/assets/images/trash-red.svg'),(6406,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/trash.svg','wp-content/plugins/wpforms-lite/assets/images/trash.svg'),(6407,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-1.png'),(6408,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-10.png'),(6409,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-2.png'),(6410,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-3.png'),(6411,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-4.png'),(6412,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-5.png'),(6413,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-6.png'),(6414,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-7.png'),(6415,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-8.png'),(6416,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png','wp-content/plugins/wpforms-lite/assets/images/welcome-feature-icon-9.png'),(6417,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-bill.jpg'),(6418,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg','wp-content/plugins/wpforms-lite/assets/images/welcome-testimonial-david.jpg'),(6419,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/welcome-video.png','wp-content/plugins/wpforms-lite/assets/images/welcome-video.png'),(6420,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/images/zoom.svg','wp-content/plugins/wpforms-lite/assets/images/zoom.svg'),(6421,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.js'),(6422,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js','wp-content/plugins/wpforms-lite/assets/js/admin/builder/wpforms-choicesjs.min.js'),(6423,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.js','wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.js'),(6424,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.min.js','wp-content/plugins/wpforms-lite/assets/js/admin-builder-providers.min.js'),(6425,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder-utils.min.js','wp-content/plugins/wpforms-lite/assets/js/admin-builder-utils.min.js'),(6426,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder.js','wp-content/plugins/wpforms-lite/assets/js/admin-builder.js'),(6427,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-builder.min.js','wp-content/plugins/wpforms-lite/assets/js/admin-builder.min.js'),(6428,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-editor.js','wp-content/plugins/wpforms-lite/assets/js/admin-editor.js'),(6429,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-editor.min.js','wp-content/plugins/wpforms-lite/assets/js/admin-editor.min.js'),(6430,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-notifications.js','wp-content/plugins/wpforms-lite/assets/js/admin-notifications.js'),(6431,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-notifications.min.js','wp-content/plugins/wpforms-lite/assets/js/admin-notifications.min.js'),(6432,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-utils.js','wp-content/plugins/wpforms-lite/assets/js/admin-utils.js'),(6433,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin-utils.min.js','wp-content/plugins/wpforms-lite/assets/js/admin-utils.min.js'),(6434,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin.js','wp-content/plugins/wpforms-lite/assets/js/admin.js'),(6435,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/admin.min.js','wp-content/plugins/wpforms-lite/assets/js/admin.min.js'),(6436,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.js'),(6437,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/drag-fields.min.js'),(6438,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.js'),(6439,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/help.min.js'),(6440,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.js'),(6441,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/providers.min.js'),(6442,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.js'),(6443,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/settings.min.js'),(6444,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.js'),(6445,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/setup.min.js'),(6446,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.js'),(6447,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/builder/templates.min.js'),(6448,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.js'),(6449,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-admin.min.js'),(6450,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.js'),(6451,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-builder.min.js'),(6452,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.js'),(6453,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-core.min.js'),(6454,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.js'),(6455,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/challenge/challenge-embed.min.js'),(6456,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.js'),(6457,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/education/core.min.js'),(6458,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.js'),(6459,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/content-field.min.js'),(6460,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.js'),(6461,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/fields/internal-information-field.min.js'),(6462,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.js'),(6463,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-embed-wizard.min.js'),(6464,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.js'),(6465,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/form-templates.min.js'),(6466,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.js'),(6467,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/forms/overview.min.js'),(6468,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.js'),(6469,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/gutenberg/formselector.min.js'),(6470,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.js'),(6471,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/logger/logger.min.js'),(6472,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.js'),(6473,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/notices.min.js'),(6474,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.js'),(6475,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/form-templates.min.js'),(6476,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.js'),(6477,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/mi-analytics.min.js'),(6478,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.js'),(6479,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.min.js','wp-content/plugins/wpforms-lite/assets/js/components/admin/pages/smtp.min.js'),(6480,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.js'),(6481,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/divi/formselector.min.js'),(6482,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.js'),(6483,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/editor.min.js'),(6484,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.js'),(6485,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js','wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js'),(6486,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/text-limit.js','wp-content/plugins/wpforms-lite/assets/js/text-limit.js'),(6487,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/text-limit.min.js','wp-content/plugins/wpforms-lite/assets/js/text-limit.min.js'),(6488,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/utils.js','wp-content/plugins/wpforms-lite/assets/js/utils.js'),(6489,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/utils.min.js','wp-content/plugins/wpforms-lite/assets/js/utils.min.js'),(6490,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.js','wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.js'),(6491,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.min.js','wp-content/plugins/wpforms-lite/assets/js/wpforms-confirmation.min.js'),(6492,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms.js','wp-content/plugins/wpforms-lite/assets/js/wpforms.js'),(6493,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/js/wpforms.min.js','wp-content/plugins/wpforms-lite/assets/js/wpforms.min.js'),(6494,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot','wp-content/plugins/wpforms-lite/assets/languages/wpforms-lite.pot'),(6495,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/chart.min.js','wp-content/plugins/wpforms-lite/assets/lib/chart.min.js'),(6496,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/choices.min.js','wp-content/plugins/wpforms-lite/assets/lib/choices.min.js'),(6497,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.css'),(6498,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js','wp-content/plugins/wpforms-lite/assets/lib/flatpickr/flatpickr.min.js'),(6499,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/font-awesome.min.css'),(6500,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.eot'),(6501,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.svg'),(6502,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf'),(6503,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff'),(6504,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2','wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2'),(6505,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.conditionals.min.js'),(6506,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.css'),(6507,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm/jquery-confirm.min.js'),(6508,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.inputmask.min.js'),(6509,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.insert-at-caret.min.js'),(6510,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.css'),(6511,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors/jquery.minicolors.min.js'),(6512,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.serialize-object.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.serialize-object.min.js'),(6513,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.css'),(6514,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker/jquery.timepicker.min.js'),(6515,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.css'),(6516,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster/jquery.tooltipster.min.js'),(6517,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js','wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js'),(6518,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/list.min.js','wp-content/plugins/wpforms-lite/assets/lib/list.min.js'),(6519,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.css'),(6520,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js','wp-content/plugins/wpforms-lite/assets/lib/lity/lity.min.js'),(6521,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js','wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js'),(6522,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/md5.min.js','wp-content/plugins/wpforms-lite/assets/lib/md5.min.js'),(6523,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/moment/moment-with-locales.min.js','wp-content/plugins/wpforms-lite/assets/lib/moment/moment-with-locales.min.js'),(6524,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/moment/moment.min.js','wp-content/plugins/wpforms-lite/assets/lib/moment/moment.min.js'),(6525,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js','wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js'),(6526,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lib/purify.min.js','wp-content/plugins/wpforms-lite/assets/lib/purify.min.js'),(6527,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin.css'),(6528,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/admin.min.css'),(6529,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.css'),(6530,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/builder-education.min.css'),(6531,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.css'),(6532,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css','wp-content/plugins/wpforms-lite/assets/lite/css/dashboard-education.min.css'),(6533,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.js'),(6534,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js'),(6535,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.js'),(6536,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js'),(6537,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.js'),(6538,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js'),(6539,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.js'),(6540,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js'),(6541,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.js'),(6542,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.min.js','wp-content/plugins/wpforms-lite/assets/lite/js/admin-builder-lite.min.js'),(6543,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/changelog.txt','wp-content/plugins/wpforms-lite/changelog.txt'),(6544,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/admin.php','wp-content/plugins/wpforms-lite/includes/admin/admin.php'),(6545,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php','wp-content/plugins/wpforms-lite/includes/admin/ajax-actions.php'),(6546,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php','wp-content/plugins/wpforms-lite/includes/admin/builder/class-builder.php'),(6547,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php','wp-content/plugins/wpforms-lite/includes/admin/builder/functions.php'),(6548,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-base.php'),(6549,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-fields.php'),(6550,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-payments.php'),(6551,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-providers.php'),(6552,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-revisions.php'),(6553,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-settings.php'),(6554,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php','wp-content/plugins/wpforms-lite/includes/admin/builder/panels/class-setup.php'),(6555,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-about.php','wp-content/plugins/wpforms-lite/includes/admin/class-about.php'),(6556,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-editor.php','wp-content/plugins/wpforms-lite/includes/admin/class-editor.php'),(6557,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php','wp-content/plugins/wpforms-lite/includes/admin/class-install-skin.php'),(6558,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-menu.php','wp-content/plugins/wpforms-lite/includes/admin/class-menu.php'),(6559,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-notices.php','wp-content/plugins/wpforms-lite/includes/admin/class-notices.php'),(6560,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-review.php','wp-content/plugins/wpforms-lite/includes/admin/class-review.php'),(6561,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-settings.php','wp-content/plugins/wpforms-lite/includes/admin/class-settings.php'),(6562,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php','wp-content/plugins/wpforms-lite/includes/admin/class-welcome.php'),(6563,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview-table.php','wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview-table.php'),(6564,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview.php','wp-content/plugins/wpforms-lite/includes/admin/overview/class-overview.php'),(6565,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/admin/settings-api.php','wp-content/plugins/wpforms-lite/includes/admin/settings-api.php'),(6566,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-db.php','wp-content/plugins/wpforms-lite/includes/class-db.php'),(6567,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-fields.php','wp-content/plugins/wpforms-lite/includes/class-fields.php'),(6568,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-form.php','wp-content/plugins/wpforms-lite/includes/class-form.php'),(6569,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-frontend.php','wp-content/plugins/wpforms-lite/includes/class-frontend.php'),(6570,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-install.php','wp-content/plugins/wpforms-lite/includes/class-install.php'),(6571,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-process.php','wp-content/plugins/wpforms-lite/includes/class-process.php'),(6572,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-providers.php','wp-content/plugins/wpforms-lite/includes/class-providers.php'),(6573,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-templates.php','wp-content/plugins/wpforms-lite/includes/class-templates.php'),(6574,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/class-widget.php','wp-content/plugins/wpforms-lite/includes/class-widget.php'),(6575,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/compat.php','wp-content/plugins/wpforms-lite/includes/compat.php'),(6576,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/deprecated.php','wp-content/plugins/wpforms-lite/includes/deprecated.php'),(6577,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/class-emails.php','wp-content/plugins/wpforms-lite/includes/emails/class-emails.php'),(6578,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/body-default.php'),(6579,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/default.php'),(6580,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/field-default.php'),(6581,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/footer-default.php'),(6582,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php','wp-content/plugins/wpforms-lite/includes/emails/templates/header-default.php'),(6583,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-base.php','wp-content/plugins/wpforms-lite/includes/fields/class-base.php'),(6584,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php','wp-content/plugins/wpforms-lite/includes/fields/class-checkbox.php'),(6585,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-email.php','wp-content/plugins/wpforms-lite/includes/fields/class-email.php'),(6586,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php','wp-content/plugins/wpforms-lite/includes/fields/class-gdpr-checkbox.php'),(6587,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php','wp-content/plugins/wpforms-lite/includes/fields/class-internal-information.php'),(6588,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-name.php','wp-content/plugins/wpforms-lite/includes/fields/class-name.php'),(6589,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php','wp-content/plugins/wpforms-lite/includes/fields/class-number-slider.php'),(6590,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-number.php','wp-content/plugins/wpforms-lite/includes/fields/class-number.php'),(6591,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-radio.php','wp-content/plugins/wpforms-lite/includes/fields/class-radio.php'),(6592,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-select.php','wp-content/plugins/wpforms-lite/includes/fields/class-select.php'),(6593,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-text.php','wp-content/plugins/wpforms-lite/includes/fields/class-text.php'),(6594,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php','wp-content/plugins/wpforms-lite/includes/fields/class-textarea.php'),(6595,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/functions-list.php','wp-content/plugins/wpforms-lite/includes/functions-list.php'),(6596,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/functions.php','wp-content/plugins/wpforms-lite/includes/functions.php'),(6597,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/integrations.php','wp-content/plugins/wpforms-lite/includes/integrations.php'),(6598,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/providers/class-base.php','wp-content/plugins/wpforms-lite/includes/providers/class-base.php'),(6599,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php','wp-content/plugins/wpforms-lite/includes/providers/class-constant-contact.php'),(6600,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/templates/class-base.php','wp-content/plugins/wpforms-lite/includes/templates/class-base.php'),(6601,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/templates/class-blank.php','wp-content/plugins/wpforms-lite/includes/templates/class-blank.php'),(6602,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php','wp-content/plugins/wpforms-lite/includes/templates/class-simple-contact-form.php'),(6603,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php','wp-content/plugins/wpforms-lite/lite/templates/admin/addons.php'),(6604,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/did-you-know.php'),(6605,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/challenge-popup-footer.php'),(6606,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect/dashboard-widget-before.php'),(6607,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/notice-bar.php'),(6608,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php','wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings/integrations-item.php'),(6609,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/did-you-know.php'),(6610,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect/top-bar.php'),(6611,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/providers-item.php'),(6612,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php','wp-content/plugins/wpforms-lite/lite/templates/education/builder/settings-item.php'),(6613,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php','wp-content/plugins/wpforms-lite/lite/templates/education/lite-connect-modal.php'),(6614,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/lite/wpforms-lite.php','wp-content/plugins/wpforms-lite/lite/wpforms-lite.php'),(6615,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/readme.txt','wp-content/plugins/wpforms-lite/readme.txt'),(6616,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Access/Capabilities.php','wp-content/plugins/wpforms-lite/src/Access/Capabilities.php'),(6617,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php','wp-content/plugins/wpforms-lite/src/Admin/Addons/Addons.php'),(6618,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php','wp-content/plugins/wpforms-lite/src/Admin/Addons/AddonsCache.php'),(6619,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php','wp-content/plugins/wpforms-lite/src/Admin/AdminBarMenu.php'),(6620,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/AntiSpam.php'),(6621,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Help.php'),(6622,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Shortcuts.php'),(6623,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplateSingleCache.php'),(6624,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Templates.php'),(6625,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/TemplatesCache.php'),(6626,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Traits/ContentInput.php','wp-content/plugins/wpforms-lite/src/Admin/Builder/Traits/ContentInput.php'),(6627,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Challenge.php','wp-content/plugins/wpforms-lite/src/Admin/Challenge.php'),(6628,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php','wp-content/plugins/wpforms-lite/src/Admin/Dashboard/Widget.php'),(6629,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsItemBase.php'),(6630,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php','wp-content/plugins/wpforms-lite/src/Admin/Education/AddonsListBase.php'),(6631,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Geolocation.php'),(6632,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings/Integrations.php'),(6633,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Captcha.php'),(6634,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Fields.php'),(6635,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Geolocation.php'),(6636,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Panel.php'),(6637,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Payments.php'),(6638,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Providers.php'),(6639,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Builder/Settings.php'),(6640,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Core.php'),(6641,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php','wp-content/plugins/wpforms-lite/src/Admin/Education/EducationInterface.php'),(6642,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php','wp-content/plugins/wpforms-lite/src/Admin/Education/Fields.php'),(6643,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php','wp-content/plugins/wpforms-lite/src/Admin/FlyoutMenu.php'),(6644,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php','wp-content/plugins/wpforms-lite/src/Admin/FormEmbedWizard.php'),(6645,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax/Tags.php'),(6646,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/BulkActions.php'),(6647,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Search.php'),(6648,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Tags.php'),(6649,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php','wp-content/plugins/wpforms-lite/src/Admin/Forms/Views.php'),(6650,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Loader.php','wp-content/plugins/wpforms-lite/src/Admin/Loader.php'),(6651,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notice.php','wp-content/plugins/wpforms-lite/src/Admin/Notice.php'),(6652,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php','wp-content/plugins/wpforms-lite/src/Admin/Notifications/EventDriven.php'),(6653,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php','wp-content/plugins/wpforms-lite/src/Admin/Notifications/Notifications.php'),(6654,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/Analytics.php'),(6655,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/Community.php'),(6656,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/ConstantContact.php'),(6657,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/SMTP.php'),(6658,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php','wp-content/plugins/wpforms-lite/src/Admin/Pages/Templates.php'),(6659,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Revisions.php','wp-content/plugins/wpforms-lite/src/Admin/Revisions.php'),(6660,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php','wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha.php'),(6661,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php','wp-content/plugins/wpforms-lite/src/Admin/SiteHealth.php'),(6662,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/Base.php'),(6663,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ContactForm7.php'),(6664,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/ImporterInterface.php'),(6665,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/NinjaForms.php'),(6666,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers/PirateForms.php'),(6667,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers.php'),(6668,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Tools.php'),(6669,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionScheduler.php'),(6670,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/ActionSchedulerList.php'),(6671,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Export.php'),(6672,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Import.php'),(6673,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Importer.php'),(6674,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/Logs.php'),(6675,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/System.php'),(6676,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php','wp-content/plugins/wpforms-lite/src/Admin/Tools/Views/View.php'),(6677,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php','wp-content/plugins/wpforms-lite/src/Admin/Traits/FormTemplates.php'),(6678,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php','wp-content/plugins/wpforms-lite/src/Emails/FetchInfoBlocksTask.php'),(6679,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php','wp-content/plugins/wpforms-lite/src/Emails/InfoBlocks.php'),(6680,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Mailer.php','wp-content/plugins/wpforms-lite/src/Emails/Mailer.php'),(6681,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Styler.php','wp-content/plugins/wpforms-lite/src/Emails/Styler.php'),(6682,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Summaries.php','wp-content/plugins/wpforms-lite/src/Emails/Summaries.php'),(6683,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/General.php'),(6684,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php','wp-content/plugins/wpforms-lite/src/Emails/Templates/Summary.php'),(6685,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Akismet.php','wp-content/plugins/wpforms-lite/src/Forms/Akismet.php'),(6686,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php','wp-content/plugins/wpforms-lite/src/Forms/Honeypot.php'),(6687,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php','wp-content/plugins/wpforms-lite/src/Forms/IconChoices.php'),(6688,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Loader.php','wp-content/plugins/wpforms-lite/src/Forms/Loader.php'),(6689,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Locator.php','wp-content/plugins/wpforms-lite/src/Forms/Locator.php'),(6690,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Preview.php','wp-content/plugins/wpforms-lite/src/Forms/Preview.php'),(6691,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Submission.php','wp-content/plugins/wpforms-lite/src/Forms/Submission.php'),(6692,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Forms/Token.php','wp-content/plugins/wpforms-lite/src/Forms/Token.php'),(6693,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php','wp-content/plugins/wpforms-lite/src/Helpers/CacheBase.php'),(6694,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Chain.php','wp-content/plugins/wpforms-lite/src/Helpers/Chain.php'),(6695,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php','wp-content/plugins/wpforms-lite/src/Helpers/Crypto.php'),(6696,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/File.php','wp-content/plugins/wpforms-lite/src/Helpers/File.php'),(6697,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgrader.php'),(6698,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php','wp-content/plugins/wpforms-lite/src/Helpers/PluginSilentUpgraderSkin.php'),(6699,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Templates.php','wp-content/plugins/wpforms-lite/src/Helpers/Templates.php'),(6700,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Helpers/Transient.php','wp-content/plugins/wpforms-lite/src/Helpers/Transient.php'),(6701,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php','wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent/DefaultContent.php'),(6702,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php','wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes/DefaultThemes.php'),(6703,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php','wp-content/plugins/wpforms-lite/src/Integrations/Divi/Divi.php'),(6704,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php','wp-content/plugins/wpforms-lite/src/Integrations/Divi/WPFormsSelector.php'),(6705,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Elementor.php'),(6706,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php','wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Widget.php'),(6707,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php','wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg/FormSelector.php'),(6708,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php','wp-content/plugins/wpforms-lite/src/Integrations/IntegrationInterface.php'),(6709,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/API.php'),(6710,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/Integration.php'),(6711,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/LiteConnect.php'),(6712,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php','wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect/RefreshAccessTokenTask.php'),(6713,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Loader.php','wp-content/plugins/wpforms-lite/src/Integrations/Loader.php'),(6714,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php','wp-content/plugins/wpforms-lite/src/Integrations/SMTP/Notifications.php'),(6715,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php','wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator/UncannyAutomator.php'),(6716,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/SendUsageTask.php'),(6717,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php','wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking/UsageTracking.php'),(6718,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php','wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP/Notifications.php'),(6719,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php','wp-content/plugins/wpforms-lite/src/Integrations/WPorg/Translations.php'),(6720,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Connect.php'),(6721,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/ConnectSkin.php'),(6722,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/DashboardWidget.php'),(6723,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/DidYouKnow.php'),(6724,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin/NoticeBar.php'),(6725,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Confirmations.php'),(6726,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/DidYouKnow.php'),(6727,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Fields.php'),(6728,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder/Notifications.php'),(6729,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Core.php'),(6730,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/LiteConnect.php'),(6731,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages/Addons.php'),(6732,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php','wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings/Access.php'),(6733,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/Integration.php'),(6734,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/LiteConnect.php'),(6735,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php','wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect/SendEntryTask.php'),(6736,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php','wp-content/plugins/wpforms-lite/src/Lite/Reports/EntriesCount.php'),(6737,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Loader.php','wp-content/plugins/wpforms-lite/src/Loader.php'),(6738,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/ListTable.php','wp-content/plugins/wpforms-lite/src/Logger/ListTable.php'),(6739,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Log.php','wp-content/plugins/wpforms-lite/src/Logger/Log.php'),(6740,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Record.php','wp-content/plugins/wpforms-lite/src/Logger/Record.php'),(6741,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php','wp-content/plugins/wpforms-lite/src/Logger/RecordQuery.php'),(6742,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Records.php','wp-content/plugins/wpforms-lite/src/Logger/Records.php'),(6743,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Logger/Repository.php','wp-content/plugins/wpforms-lite/src/Logger/Repository.php'),(6744,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Base.php','wp-content/plugins/wpforms-lite/src/Migrations/Base.php'),(6745,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php','wp-content/plugins/wpforms-lite/src/Migrations/Migrations.php'),(6746,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php'),(6747,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php'),(6748,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade168.php'),(6749,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade175.php'),(6750,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1751.php'),(6751,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php','wp-content/plugins/wpforms-lite/src/Migrations/Upgrade177.php'),(6752,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php','wp-content/plugins/wpforms-lite/src/Migrations/UpgradeBase.php'),(6753,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Core.php'),(6754,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Process.php'),(6755,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilder.php'),(6756,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/FormBuilderInterface.php'),(6757,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrations.php'),(6758,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings/PageIntegrationsInterface.php'),(6759,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php','wp-content/plugins/wpforms-lite/src/Providers/Provider/Status.php'),(6760,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Providers/Providers.php','wp-content/plugins/wpforms-lite/src/Providers/Providers.php'),(6761,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AdminEmail.php'),(6762,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorDisplay.php'),(6763,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorEmail.php'),(6764,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/AuthorId.php'),(6765,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Date.php'),(6766,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldHtmlId.php'),(6767,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldId.php'),(6768,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FieldValueId.php'),(6769,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormId.php'),(6770,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/FormName.php'),(6771,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/Generic.php'),(6772,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageId.php'),(6773,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageTitle.php'),(6774,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/PageUrl.php'),(6775,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/QueryVar.php'),(6776,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/SmartTag.php'),(6777,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UniqueValue.php'),(6778,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogin.php'),(6779,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLogout.php'),(6780,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlLostPassword.php'),(6781,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlReferer.php'),(6782,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UrlRegister.php'),(6783,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserDisplay.php'),(6784,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserEmail.php'),(6785,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFirstName.php'),(6786,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserFullName.php'),(6787,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserId.php'),(6788,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserIp.php'),(6789,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserLastName.php'),(6790,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag/UserMeta.php'),(6791,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php','wp-content/plugins/wpforms-lite/src/SmartTags/SmartTags.php'),(6792,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/AsyncRequestTask.php'),(6793,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsMetaCleanupTask.php'),(6794,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/EntryEmailsTask.php'),(6795,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/FormsLocatorScanTask.php'),(6796,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration173Task.php'),(6797,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php','wp-content/plugins/wpforms-lite/src/Tasks/Actions/Migration175Task.php'),(6798,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Meta.php','wp-content/plugins/wpforms-lite/src/Tasks/Meta.php'),(6799,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Task.php','wp-content/plugins/wpforms-lite/src/Tasks/Task.php'),(6800,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php','wp-content/plugins/wpforms-lite/src/Tasks/Tasks.php'),(6801,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/src/WPForms.php','wp-content/plugins/wpforms-lite/src/WPForms.php'),(6802,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/builder.php'),(6803,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/embed.php'),(6804,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/modal.php'),(6805,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php','wp-content/plugins/wpforms-lite/templates/admin/challenge/welcome.php'),(6806,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php','wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget/settings.php'),(6807,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php','wp-content/plugins/wpforms-lite/templates/admin/empty-states/no-forms.php'),(6808,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/popup.php'),(6809,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php','wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard/tooltip.php'),(6810,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php','wp-content/plugins/wpforms-lite/templates/admin/forms/bulk-edit-tags.php'),(6811,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php','wp-content/plugins/wpforms-lite/templates/admin/forms/search-box.php'),(6812,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php','wp-content/plugins/wpforms-lite/templates/admin/forms/search-reset.php'),(6813,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/notifications.php','wp-content/plugins/wpforms-lite/templates/admin/notifications.php'),(6814,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php','wp-content/plugins/wpforms-lite/templates/admin/pages/constant-contact.php'),(6815,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php','wp-content/plugins/wpforms-lite/templates/admin/settings/hcaptcha-description.php'),(6816,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php','wp-content/plugins/wpforms-lite/templates/admin/settings/recaptcha-description.php'),(6817,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php','wp-content/plugins/wpforms-lite/templates/admin-bar-menu.php'),(6818,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php','wp-content/plugins/wpforms-lite/templates/builder/antispam/also-available.php'),(6819,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/abort-message.php'),(6820,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/ie-notice.php'),(6821,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php','wp-content/plugins/wpforms-lite/templates/builder/fullscreen/mobile-notice.php'),(6822,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/help.php','wp-content/plugins/wpforms-lite/templates/builder/help.php'),(6823,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php','wp-content/plugins/wpforms-lite/templates/builder/revisions/list.php'),(6824,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-disabled.php'),(6825,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php','wp-content/plugins/wpforms-lite/templates/builder/revisions/notice-limited.php'),(6826,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/builder/templates-item.php','wp-content/plugins/wpforms-lite/templates/builder/templates-item.php'),(6827,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/caps.php','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/caps.php'),(6828,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/heading.php','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/heading.php'),(6829,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/screenshots.php','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/screenshots.php'),(6830,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/submit.php','wp-content/plugins/wpforms-lite/templates/education/admin/settings/geolocation/submit.php'),(6831,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php','wp-content/plugins/wpforms-lite/templates/emails/general-body-plain.php'),(6832,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-body.php','wp-content/plugins/wpforms-lite/templates/emails/general-body.php'),(6833,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-footer.php','wp-content/plugins/wpforms-lite/templates/emails/general-footer.php'),(6834,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-header.php','wp-content/plugins/wpforms-lite/templates/emails/general-header.php'),(6835,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-queries.php','wp-content/plugins/wpforms-lite/templates/emails/general-queries.php'),(6836,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/general-style.php','wp-content/plugins/wpforms-lite/templates/emails/general-style.php'),(6837,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php','wp-content/plugins/wpforms-lite/templates/emails/summary-body-plain.php'),(6838,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-body.php','wp-content/plugins/wpforms-lite/templates/emails/summary-body.php'),(6839,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php','wp-content/plugins/wpforms-lite/templates/emails/summary-footer-plain.php'),(6840,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php','wp-content/plugins/wpforms-lite/templates/emails/summary-footer.php'),(6841,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/emails/summary-style.php','wp-content/plugins/wpforms-lite/templates/emails/summary-style.php'),(6842,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php','wp-content/plugins/wpforms-lite/templates/fields/content/action-buttons.php'),(6843,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-expanded.php'),(6844,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-lightbulb.php'),(6845,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php','wp-content/plugins/wpforms-lite/templates/fields/internal-information/icon-not-expanded.php'),(6846,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-option-min-max.php'),(6847,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php','wp-content/plugins/wpforms-lite/templates/fields/number-slider/builder-preview.php'),(6848,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php','wp-content/plugins/wpforms-lite/templates/fields/number-slider/frontend.php'),(6849,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php','wp-content/plugins/wpforms-lite/templates/integrations/elementor/form-selector.php'),(6850,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php','wp-content/plugins/wpforms-lite/templates/integrations/elementor/no-forms.php'),(6851,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php','wp-content/plugins/wpforms-lite/templates/integrations/elementor/popup.php'),(6852,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/uninstall.php','wp-content/plugins/wpforms-lite/uninstall.php'),(6853,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/autoload.php','wp-content/plugins/wpforms-lite/vendor/autoload.php'),(6854,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php','wp-content/plugins/wpforms-lite/vendor/composer/ClassLoader.php'),(6855,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/LICENSE','wp-content/plugins/wpforms-lite/vendor/composer/LICENSE'),(6856,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_classmap.php'),(6857,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_files.php'),(6858,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_namespaces.php'),(6859,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_psr4.php'),(6860,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_real.php'),(6861,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php','wp-content/plugins/wpforms-lite/vendor/composer/autoload_static.php'),(6862,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/CssSelectorConverter.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/CssSelectorConverter.php'),(6863,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExceptionInterface.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExceptionInterface.php'),(6864,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExpressionErrorException.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ExpressionErrorException.php'),(6865,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/InternalErrorException.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/InternalErrorException.php'),(6866,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ParseException.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/ParseException.php'),(6867,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/SyntaxErrorException.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Exception/SyntaxErrorException.php'),(6868,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/LICENSE','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/LICENSE'),(6869,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AbstractNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AbstractNode.php'),(6870,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AttributeNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/AttributeNode.php'),(6871,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ClassNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ClassNode.php'),(6872,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/CombinedSelectorNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/CombinedSelectorNode.php'),(6873,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ElementNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/ElementNode.php'),(6874,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/FunctionNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/FunctionNode.php'),(6875,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/HashNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/HashNode.php'),(6876,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NegationNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NegationNode.php'),(6877,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NodeInterface.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/NodeInterface.php'),(6878,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/PseudoNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/PseudoNode.php'),(6879,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/SelectorNode.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/SelectorNode.php'),(6880,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/Specificity.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Node/Specificity.php'),(6881,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php'),(6882,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php'),(6883,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HashHandler.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/HashHandler.php'),(6884,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php'),(6885,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php'),(6886,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/StringHandler.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/StringHandler.php'),(6887,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php'),(6888,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Parser.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Parser.php'),(6889,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/ParserInterface.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/ParserInterface.php'),(6890,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Reader.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Reader.php'),(6891,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php'),(6892,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php'),(6893,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php'),(6894,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php'),(6895,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Token.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Token.php'),(6896,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/TokenStream.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/TokenStream.php'),(6897,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php'),(6898,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php'),(6899,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php'),(6900,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php'),(6901,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php'),(6902,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php'),(6903,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php'),(6904,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php'),(6905,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php'),(6906,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php'),(6907,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php'),(6908,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Translator.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/Translator.php'),(6909,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/TranslatorInterface.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/TranslatorInterface.php'),(6910,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/XPathExpr.php','wp-content/plugins/wpforms-lite/vendor/symfony/css-selector/XPath/XPathExpr.php'),(6911,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Iconv.php'),(6912,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/LICENSE'),(6913,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php'),(6914,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php'),(6915,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php'),(6916,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php'),(6917,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php'),(6918,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php'),(6919,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php'),(6920,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php'),(6921,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php'),(6922,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php'),(6923,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php'),(6924,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php'),(6925,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php'),(6926,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php'),(6927,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php'),(6928,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php'),(6929,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php'),(6930,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php'),(6931,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php'),(6932,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php'),(6933,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php'),(6934,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php'),(6935,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php'),(6936,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php'),(6937,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php'),(6938,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php'),(6939,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php'),(6940,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php'),(6941,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php'),(6942,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php'),(6943,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php'),(6944,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php'),(6945,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php'),(6946,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php'),(6947,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php'),(6948,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php'),(6949,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php'),(6950,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php'),(6951,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php'),(6952,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php'),(6953,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php'),(6954,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php'),(6955,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php'),(6956,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php'),(6957,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php'),(6958,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php'),(6959,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php'),(6960,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php'),(6961,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php'),(6962,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php'),(6963,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php'),(6964,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php'),(6965,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php'),(6966,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php'),(6967,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php'),(6968,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset/translit.php'),(6969,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/bootstrap.php'),(6970,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/LICENSE'),(6971,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Mbstring.php'),(6972,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),(6973,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),(6974,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),(6975,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php','wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/bootstrap.php'),(6976,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/LICENSE.md','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/LICENSE.md'),(6977,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Processor.php'),(6978,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php'),(6979,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php'),(6980,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Processor.php'),(6981,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/Css/Rule/Rule.php'),(6982,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php','wp-content/plugins/wpforms-lite/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php'),(6983,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/LICENSE','wp-content/plugins/wpforms-lite/vendor/true/punycode/LICENSE'),(6984,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php'),(6985,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php'),(6986,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/OutOfBoundsException.php','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Exception/OutOfBoundsException.php'),(6987,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Punycode.php','wp-content/plugins/wpforms-lite/vendor/true/punycode/src/Punycode.php'),(6988,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/action-scheduler.php'),(6989,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php'),(6990,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php'),(6991,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php'),(6992,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php'),(6993,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php'),(6994,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php'),(6995,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php'),(6996,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php'),(6997,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php'),(6998,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php'),(6999,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php'),(7000,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php'),(7001,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php'),(7002,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php'),(7003,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php'),(7004,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php'),(7005,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php'),(7006,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php'),(7007,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php'),(7008,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php'),(7009,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php'),(7010,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php'),(7011,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php'),(7012,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php'),(7013,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php'),(7014,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php'),(7015,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php'),(7016,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php'),(7017,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php'),(7018,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php'),(7019,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php'),(7020,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php'),(7021,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php'),(7022,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php'),(7023,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php'),(7024,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php'),(7025,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php'),(7026,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php'),(7027,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php'),(7028,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php'),(7029,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php'),(7030,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php'),(7031,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),(7032,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),(7033,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),(7034,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php'),(7035,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php'),(7036,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php'),(7037,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Config.php'),(7038,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Controller.php'),(7039,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php'),(7040,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php'),(7041,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php'),(7042,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Runner.php'),(7043,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php'),(7044,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php'),(7045,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php'),(7046,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php'),(7047,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php'),(7048,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php'),(7049,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php'),(7050,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php'),(7051,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php'),(7052,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),(7053,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),(7054,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php'),(7055,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php'),(7056,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated/functions.php'),(7057,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/functions.php'),(7058,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php'),(7059,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php'),(7060,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php'),(7061,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),(7062,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),(7063,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php'),(7064,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php'),(7065,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php'),(7066,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php'),(7067,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php'),(7068,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php'),(7069,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE'),(7070,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt','wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/license.txt'),(7071,'/home/sleepingsolutions.co.uk/public_html/wp-content/plugins/wpforms-lite/wpforms.php','wp-content/plugins/wpforms-lite/wpforms.php'),(7072,'/home/sleepingsolutions.co.uk/public_html/wp-content/aiowps_backups/index.html','wp-content/aiowps_backups/index.html'),(7073,'/home/sleepingsolutions.co.uk/public_html/wp-content/index.php','wp-content/index.php'),(7074,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/404.php','wp-content/themes/astra/404.php'),(7075,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/archive.php','wp-content/themes/astra/archive.php'),(7076,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css'),(7077,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css','wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css'),(7078,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css'),(7079,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css'),(7080,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css'),(7081,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css','wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css'),(7082,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css'),(7083,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css','wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css'),(7084,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css','wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css'),(7085,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css'),(7086,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css','wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css'),(7087,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css'),(7088,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css','wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css'),(7089,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css'),(7090,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css','wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css'),(7091,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css'),(7092,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css'),(7093,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css','wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css'),(7094,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css'),(7095,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css'),(7096,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css'),(7097,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css','wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css'),(7098,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css'),(7099,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css','wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css'),(7100,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css'),(7101,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css'),(7102,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css'),(7103,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css'),(7104,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css'),(7105,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css'),(7106,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css'),(7107,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css'),(7108,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css'),(7109,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css'),(7110,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css'),(7111,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css','wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css'),(7112,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css','wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css'),(7113,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/customizer-controls.min.css','wp-content/themes/astra/assets/css/minified/customizer-controls.min.css'),(7114,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css','wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css'),(7115,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/editor-style.min.css','wp-content/themes/astra/assets/css/minified/editor-style.min.css'),(7116,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css','wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css'),(7117,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/extend-customizer.min.css','wp-content/themes/astra/assets/css/minified/extend-customizer.min.css'),(7118,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css','wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css'),(7119,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/frontend.min.css','wp-content/themes/astra/assets/css/minified/frontend.min.css'),(7120,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css','wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css'),(7121,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/galleries.min.css','wp-content/themes/astra/assets/css/minified/galleries.min.css'),(7122,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/main-css.min.css','wp-content/themes/astra/assets/css/minified/main-css.min.css'),(7123,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/main.min-rtl.css','wp-content/themes/astra/assets/css/minified/main.min-rtl.css'),(7124,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/main.min.css','wp-content/themes/astra/assets/css/minified/main.min.css'),(7125,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/menu-animation.min.css','wp-content/themes/astra/assets/css/minified/menu-animation.min.css'),(7126,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style-css.min.css','wp-content/themes/astra/assets/css/minified/style-css.min.css'),(7127,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style-flex.min.css','wp-content/themes/astra/assets/css/minified/style-flex.min.css'),(7128,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style.min-rtl.css','wp-content/themes/astra/assets/css/minified/style.min-rtl.css'),(7129,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/style.min.css','wp-content/themes/astra/assets/css/minified/style.min.css'),(7130,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/minified/stylesheet.min.css','wp-content/themes/astra/assets/css/minified/stylesheet.min.css'),(7131,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout-rtl.css'),(7132,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css','wp-content/themes/astra/assets/css/unminified/compatibility/bne-flyout.css'),(7133,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main-rtl.css'),(7134,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main.css','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-main.css'),(7135,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7-rtl.css'),(7136,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css','wp-content/themes/astra/assets/css/unminified/compatibility/contact-form-7.css'),(7137,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder-rtl.css'),(7138,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css','wp-content/themes/astra/assets/css/unminified/compatibility/divi-builder.css'),(7139,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid-rtl.css'),(7140,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid.css','wp-content/themes/astra/assets/css/unminified/compatibility/edd-grid.css'),(7141,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/edd-rtl.css'),(7142,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/edd.css','wp-content/themes/astra/assets/css/unminified/compatibility/edd.css'),(7143,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms-rtl.css'),(7144,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css','wp-content/themes/astra/assets/css/unminified/compatibility/gravity-forms.css'),(7145,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/learndash-rtl.css'),(7146,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css','wp-content/themes/astra/assets/css/unminified/compatibility/learndash.css'),(7147,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex-rtl.css'),(7148,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex.css','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-flex.css'),(7149,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms-rtl.css'),(7150,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css','wp-content/themes/astra/assets/css/unminified/compatibility/lifterlms.css'),(7151,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/bb-plugin.css','wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/bb-plugin.css'),(7152,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/vc-plugin.css','wp-content/themes/astra/assets/css/unminified/compatibility/page-builder/vc-plugin.css'),(7153,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/site-origin-rtl.css'),(7154,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css','wp-content/themes/astra/assets/css/unminified/compatibility/site-origin.css'),(7155,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid-rtl.css'),(7156,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-grid.css'),(7157,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid-rtl.css'),(7158,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-grid.css'),(7159,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout-rtl.css'),(7160,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-layout.css'),(7161,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-rtl.css'),(7162,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid-rtl.css'),(7163,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-grid.css'),(7164,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen-rtl.css'),(7165,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce-smallscreen.css'),(7166,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css','wp-content/themes/astra/assets/css/unminified/compatibility/woocommerce/woocommerce.css'),(7167,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css','wp-content/themes/astra/assets/css/unminified/customizer-controls-rtl.css'),(7168,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/customizer-controls.css','wp-content/themes/astra/assets/css/unminified/customizer-controls.css'),(7169,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css','wp-content/themes/astra/assets/css/unminified/editor-style-rtl.css'),(7170,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/editor-style.css','wp-content/themes/astra/assets/css/unminified/editor-style.css'),(7171,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css','wp-content/themes/astra/assets/css/unminified/extend-customizer-rtl.css'),(7172,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/extend-customizer.css','wp-content/themes/astra/assets/css/unminified/extend-customizer.css'),(7173,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/frontend-rtl.css','wp-content/themes/astra/assets/css/unminified/frontend-rtl.css'),(7174,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/frontend.css','wp-content/themes/astra/assets/css/unminified/frontend.css'),(7175,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/galleries-rtl.css','wp-content/themes/astra/assets/css/unminified/galleries-rtl.css'),(7176,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/galleries.css','wp-content/themes/astra/assets/css/unminified/galleries.css'),(7177,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/main-rtl.css','wp-content/themes/astra/assets/css/unminified/main-rtl.css'),(7178,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/main.css','wp-content/themes/astra/assets/css/unminified/main.css'),(7179,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css','wp-content/themes/astra/assets/css/unminified/menu-animation-rtl.css'),(7180,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/menu-animation.css','wp-content/themes/astra/assets/css/unminified/menu-animation.css'),(7181,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style-flex-rtl.css','wp-content/themes/astra/assets/css/unminified/style-flex-rtl.css'),(7182,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style-flex.css','wp-content/themes/astra/assets/css/unminified/style-flex.css'),(7183,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style-rtl.css','wp-content/themes/astra/assets/css/unminified/style-rtl.css'),(7184,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/css/unminified/style.css','wp-content/themes/astra/assets/css/unminified/style.css'),(7185,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/fonts/astra.svg','wp-content/themes/astra/assets/fonts/astra.svg'),(7186,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/fonts/astra.ttf','wp-content/themes/astra/assets/fonts/astra.ttf'),(7187,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/fonts/astra.woff','wp-content/themes/astra/assets/fonts/astra.woff'),(7188,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/images/astra-starter-sites.jpg','wp-content/themes/astra/assets/images/astra-starter-sites.jpg'),(7189,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/images/license.txt','wp-content/themes/astra/assets/images/license.txt'),(7190,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js','wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js'),(7191,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-controls.min.js','wp-content/themes/astra/assets/js/minified/customizer-controls.min.js'),(7192,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js','wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js'),(7193,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/assets/js/minified/customizer-preview.min.js'),(7194,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/extend-customizer.min.js','wp-content/themes/astra/assets/js/minified/extend-customizer.min.js'),(7195,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/flexibility.min.js','wp-content/themes/astra/assets/js/minified/flexibility.min.js'),(7196,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/frontend-pro.min.js','wp-content/themes/astra/assets/js/minified/frontend-pro.min.js'),(7197,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/frontend.min.js','wp-content/themes/astra/assets/js/minified/frontend.min.js'),(7198,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/mobile-cart.min.js','wp-content/themes/astra/assets/js/minified/mobile-cart.min.js'),(7199,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/navigation.min.js','wp-content/themes/astra/assets/js/minified/navigation.min.js'),(7200,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js','wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js'),(7201,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/style.min.js','wp-content/themes/astra/assets/js/minified/style.min.js'),(7202,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js','wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js'),(7203,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js','wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js'),(7204,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/customizer-controls.js','wp-content/themes/astra/assets/js/unminified/customizer-controls.js'),(7205,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/assets/js/unminified/customizer-preview.js'),(7206,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/extend-customizer.js','wp-content/themes/astra/assets/js/unminified/extend-customizer.js'),(7207,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/flexibility.js','wp-content/themes/astra/assets/js/unminified/flexibility.js'),(7208,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/frontend-pro.js','wp-content/themes/astra/assets/js/unminified/frontend-pro.js'),(7209,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/frontend.js','wp-content/themes/astra/assets/js/unminified/frontend.js'),(7210,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/mobile-cart.js','wp-content/themes/astra/assets/js/unminified/mobile-cart.js'),(7211,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/navigation.js','wp-content/themes/astra/assets/js/unminified/navigation.js'),(7212,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js','wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js'),(7213,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/js/unminified/style.js','wp-content/themes/astra/assets/js/unminified/style.js'),(7214,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/svg/ast-social-icons.json','wp-content/themes/astra/assets/svg/ast-social-icons.json'),(7215,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/assets/svg/svgs.json','wp-content/themes/astra/assets/svg/svgs.json'),(7216,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/changelog.txt','wp-content/themes/astra/changelog.txt'),(7217,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/comments.php','wp-content/themes/astra/comments.php'),(7218,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/footer.php','wp-content/themes/astra/footer.php'),(7219,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/functions.php','wp-content/themes/astra/functions.php'),(7220,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/header.php','wp-content/themes/astra/header.php'),(7221,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js'),(7222,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js'),(7223,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php'),(7224,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php'),(7225,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php'),(7226,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php','wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php'),(7227,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php'),(7228,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php'),(7229,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php','wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php'),(7230,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php'),(7231,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js'),(7232,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js'),(7233,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php','wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php'),(7234,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php','wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php'),(7235,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php','wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php'),(7236,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php'),(7237,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js'),(7238,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js'),(7239,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php','wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php'),(7240,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php'),(7241,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php'),(7242,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php','wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php'),(7243,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php'),(7244,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php','wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php'),(7245,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/index.php','wp-content/themes/astra/inc/addons/transparent-header/classes/index.php'),(7246,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php'),(7247,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php'),(7248,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php','wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php'),(7249,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/addons/transparent-header/index.php','wp-content/themes/astra/inc/addons/transparent-header/index.php'),(7250,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/admin-functions.php','wp-content/themes/astra/inc/admin-functions.php'),(7251,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css','wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css'),(7252,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css','wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css'),(7253,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css','wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css'),(7254,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css','wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css'),(7255,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css','wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css'),(7256,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css','wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css'),(7257,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css','wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css'),(7258,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css','wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css'),(7259,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css','wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css'),(7260,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/astra-notices.css','wp-content/themes/astra/inc/assets/css/astra-notices.css'),(7261,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css','wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css'),(7262,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/block-editor-styles.css','wp-content/themes/astra/inc/assets/css/block-editor-styles.css'),(7263,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css','wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css'),(7264,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/customizer-preview.css','wp-content/themes/astra/inc/assets/css/customizer-preview.css'),(7265,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css','wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css'),(7266,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/css/wp-editor-styles.css','wp-content/themes/astra/inc/assets/css/wp-editor-styles.css'),(7267,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.eot','wp-content/themes/astra/inc/assets/fonts/ast-logo.eot'),(7268,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.svg','wp-content/themes/astra/inc/assets/fonts/ast-logo.svg'),(7269,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf','wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf'),(7270,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/fonts/ast-logo.woff','wp-content/themes/astra/inc/assets/fonts/ast-logo.woff'),(7271,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/images/astra-logo.svg','wp-content/themes/astra/inc/assets/images/astra-logo.svg'),(7272,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/images/astra.svg','wp-content/themes/astra/inc/assets/images/astra.svg'),(7273,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/images/lightning-speed.svg','wp-content/themes/astra/inc/assets/images/lightning-speed.svg'),(7274,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/ast-parse-svg.js','wp-content/themes/astra/inc/assets/js/ast-parse-svg.js'),(7275,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/ast-render-svg.js','wp-content/themes/astra/inc/assets/js/ast-render-svg.js'),(7276,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js','wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js'),(7277,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/block-editor-script.js','wp-content/themes/astra/inc/assets/js/block-editor-script.js'),(7278,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/column-block-compatibility.js','wp-content/themes/astra/inc/assets/js/column-block-compatibility.js'),(7279,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/assets/js/customizer-preview.js','wp-content/themes/astra/inc/assets/js/customizer-preview.js'),(7280,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/blog-config.php','wp-content/themes/astra/inc/blog/blog-config.php'),(7281,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/blog.php','wp-content/themes/astra/inc/blog/blog.php'),(7282,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/index.php','wp-content/themes/astra/inc/blog/index.php'),(7283,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/blog/single-blog.php','wp-content/themes/astra/inc/blog/single-blog.php'),(7284,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/class-astra-builder-loader.php','wp-content/themes/astra/inc/builder/class-astra-builder-loader.php'),(7285,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php','wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php'),(7286,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php','wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php'),(7287,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php','wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php'),(7288,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php','wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php'),(7289,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js','wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js'),(7290,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php','wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php'),(7291,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php','wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php'),(7292,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php','wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php'),(7293,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php','wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php'),(7294,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php','wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php'),(7295,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js'),(7296,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js'),(7297,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php'),(7298,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php','wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php'),(7299,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php'),(7300,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js'),(7301,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js'),(7302,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php'),(7303,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php','wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php'),(7304,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php'),(7305,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js'),(7306,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js'),(7307,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php'),(7308,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php','wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php'),(7309,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php'),(7310,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js'),(7311,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js'),(7312,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php'),(7313,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php','wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php'),(7314,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php'),(7315,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js'),(7316,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js'),(7317,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php'),(7318,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php','wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php'),(7319,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php'),(7320,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js'),(7321,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js'),(7322,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php'),(7323,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php','wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php'),(7324,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php'),(7325,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js'),(7326,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js'),(7327,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php'),(7328,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php','wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php'),(7329,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php'),(7330,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js'),(7331,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js'),(7332,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php'),(7333,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php','wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php'),(7334,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php'),(7335,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js'),(7336,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js'),(7337,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php','wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php'),(7338,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php','wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php'),(7339,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php'),(7340,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js'),(7341,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js'),(7342,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php','wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php'),(7343,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php','wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php'),(7344,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php'),(7345,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js'),(7346,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js'),(7347,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php','wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php'),(7348,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php','wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php'),(7349,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php'),(7350,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js'),(7351,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js'),(7352,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php','wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php'),(7353,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php','wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php'),(7354,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php'),(7355,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js'),(7356,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js'),(7357,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php','wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php'),(7358,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php','wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php'),(7359,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php'),(7360,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js'),(7361,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js'),(7362,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php','wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php'),(7363,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php','wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php'),(7364,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php'),(7365,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js'),(7366,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js'),(7367,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php','wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php'),(7368,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php','wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php'),(7369,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php'),(7370,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js'),(7371,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js'),(7372,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php','wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php'),(7373,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php','wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php'),(7374,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php'),(7375,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js'),(7376,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js'),(7377,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php','wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php'),(7378,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php','wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php'),(7379,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php'),(7380,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js'),(7381,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js'),(7382,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php'),(7383,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php'),(7384,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php'),(7385,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js'),(7386,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js'),(7387,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php','wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php'),(7388,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php','wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php'),(7389,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php'),(7390,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js'),(7391,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js'),(7392,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php','wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php'),(7393,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php','wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php'),(7394,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php'),(7395,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js'),(7396,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js'),(7397,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php','wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php'),(7398,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php','wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php'),(7399,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php'),(7400,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js'),(7401,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js'),(7402,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php','wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php'),(7403,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php','wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php'),(7404,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php'),(7405,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js'),(7406,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js'),(7407,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php','wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php'),(7408,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php','wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php'),(7409,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php'),(7410,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js'),(7411,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js'),(7412,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php','wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php'),(7413,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php','wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php'),(7414,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php'),(7415,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js','wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js'),(7416,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js','wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js'),(7417,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php','wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php'),(7418,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php','wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php'),(7419,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php','wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php'),(7420,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-after-setup-theme.php','wp-content/themes/astra/inc/class-astra-after-setup-theme.php'),(7421,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-dynamic-css.php','wp-content/themes/astra/inc/class-astra-dynamic-css.php'),(7422,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-global-palette.php','wp-content/themes/astra/inc/class-astra-global-palette.php'),(7423,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-loop.php','wp-content/themes/astra/inc/class-astra-loop.php'),(7424,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/class-astra-mobile-header.php','wp-content/themes/astra/inc/class-astra-mobile-header.php'),(7425,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-amp.php','wp-content/themes/astra/inc/compatibility/class-astra-amp.php'),(7426,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php','wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php'),(7427,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php','wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php'),(7428,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php','wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php'),(7429,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php','wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php'),(7430,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php','wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php'),(7431,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php','wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php'),(7432,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php','wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php'),(7433,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-elementor.php','wp-content/themes/astra/inc/compatibility/class-astra-elementor.php'),(7434,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php','wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php'),(7435,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php','wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php'),(7436,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php','wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php'),(7437,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php','wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php'),(7438,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php','wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php'),(7439,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php','wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php'),(7440,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php','wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php'),(7441,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php','wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php'),(7442,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php','wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php'),(7443,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php','wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php'),(7444,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php'),(7445,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php'),(7446,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php'),(7447,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php','wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php'),(7448,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php','wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php'),(7449,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/index.php','wp-content/themes/astra/inc/compatibility/index.php'),(7450,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php','wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php'),(7451,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php','wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php'),(7452,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php'),(7453,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php'),(7454,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php','wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php'),(7455,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php','wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php'),(7456,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php'),(7457,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php'),(7458,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php'),(7459,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php','wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php'),(7460,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php','wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php'),(7461,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php'),(7462,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php'),(7463,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php'),(7464,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php'),(7465,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php'),(7466,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php'),(7467,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php','wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php'),(7468,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php','wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php'),(7469,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php','wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php'),(7470,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php','wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php'),(7471,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php','wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php'),(7472,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-admin-helper.php','wp-content/themes/astra/inc/core/class-astra-admin-helper.php'),(7473,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-admin-settings.php','wp-content/themes/astra/inc/core/class-astra-admin-settings.php'),(7474,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-attr.php','wp-content/themes/astra/inc/core/class-astra-attr.php'),(7475,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php','wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php'),(7476,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-icons.php','wp-content/themes/astra/inc/core/class-astra-icons.php'),(7477,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-theme-options.php','wp-content/themes/astra/inc/core/class-astra-theme-options.php'),(7478,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-walker-page.php','wp-content/themes/astra/inc/core/class-astra-walker-page.php'),(7479,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php','wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php'),(7480,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php','wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php'),(7481,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/class-theme-strings.php','wp-content/themes/astra/inc/core/class-theme-strings.php'),(7482,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/common-functions.php','wp-content/themes/astra/inc/core/common-functions.php'),(7483,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php','wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php'),(7484,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php','wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php'),(7485,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php','wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php'),(7486,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/index.php','wp-content/themes/astra/inc/core/index.php'),(7487,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/markup/class-astra-markup.php','wp-content/themes/astra/inc/core/markup/class-astra-markup.php'),(7488,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/sidebar-manager.php','wp-content/themes/astra/inc/core/sidebar-manager.php'),(7489,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/theme-hooks.php','wp-content/themes/astra/inc/core/theme-hooks.php'),(7490,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/core/view-general.php','wp-content/themes/astra/inc/core/view-general.php'),(7491,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php','wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php'),(7492,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php','wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php'),(7493,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/astra-pro/index.php','wp-content/themes/astra/inc/customizer/astra-pro/index.php'),(7494,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php','wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php'),(7495,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php','wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php'),(7496,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php','wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php'),(7497,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php','wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php'),(7498,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php','wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php'),(7499,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-customizer.php','wp-content/themes/astra/inc/customizer/class-astra-customizer.php'),(7500,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-font-families.php','wp-content/themes/astra/inc/customizer/class-astra-font-families.php'),(7501,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php','wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php'),(7502,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/class-astra-fonts.php','wp-content/themes/astra/inc/customizer/class-astra-fonts.php'),(7503,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php','wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php'),(7504,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php'),(7505,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php'),(7506,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php'),(7507,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php','wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php'),(7508,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php'),(7509,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php'),(7510,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php'),(7511,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php'),(7512,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php'),(7513,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php'),(7514,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php'),(7515,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php'),(7516,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php'),(7517,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php'),(7518,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php'),(7519,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php'),(7520,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php'),(7521,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php'),(7522,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php'),(7523,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php'),(7524,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php'),(7525,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php'),(7526,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php'),(7527,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php'),(7528,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php'),(7529,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php'),(7530,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php'),(7531,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php'),(7532,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php'),(7533,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php'),(7534,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php','wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php'),(7535,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php','wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php'),(7536,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php','wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php'),(7537,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php','wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php'),(7538,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php'),(7539,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php'),(7540,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php','wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php'),(7541,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php'),(7542,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php'),(7543,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php'),(7544,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php'),(7545,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php'),(7546,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php'),(7547,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php'),(7548,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php','wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php'),(7549,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/performance/class-astra-performance-configs.php','wp-content/themes/astra/inc/customizer/configurations/performance/class-astra-performance-configs.php'),(7550,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php'),(7551,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php'),(7552,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php'),(7553,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php'),(7554,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php'),(7555,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php'),(7556,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php','wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php'),(7557,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css'),(7558,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css'),(7559,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css'),(7560,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css'),(7561,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css'),(7562,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css'),(7563,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css'),(7564,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css'),(7565,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css'),(7566,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css'),(7567,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css'),(7568,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css'),(7569,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css'),(7570,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css'),(7571,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css'),(7572,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css'),(7573,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css'),(7574,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css'),(7575,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css'),(7576,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css'),(7577,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css'),(7578,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css'),(7579,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css'),(7580,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css'),(7581,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css'),(7582,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css'),(7583,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css'),(7584,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css'),(7585,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css'),(7586,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css'),(7587,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css'),(7588,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css'),(7589,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css'),(7590,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css'),(7591,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css'),(7592,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css'),(7593,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css'),(7594,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css'),(7595,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css'),(7596,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css'),(7597,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css'),(7598,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css'),(7599,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select-rtl.css'),(7600,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/menu-select.css'),(7601,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css'),(7602,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css'),(7603,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css'),(7604,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css'),(7605,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css'),(7606,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css'),(7607,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css'),(7608,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select-rtl.css'),(7609,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-select.css'),(7610,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css'),(7611,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css'),(7612,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css'),(7613,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css'),(7614,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css'),(7615,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css'),(7616,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css'),(7617,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css'),(7618,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css'),(7619,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css'),(7620,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css'),(7621,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css'),(7622,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css'),(7623,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css'),(7624,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css'),(7625,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css'),(7626,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css'),(7627,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/minified/custom-controls.min.js'),(7628,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js'),(7629,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js','wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls.js'),(7630,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min-rtl.css'),(7631,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css','wp-content/themes/astra/inc/customizer/custom-controls/assets/minified/custom-controls.min.css'),(7632,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php','wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php'),(7633,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php','wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php'),(7634,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss','wp-content/themes/astra/inc/customizer/custom-controls/customizer-style.scss'),(7635,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php','wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php'),(7636,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/index.php','wp-content/themes/astra/inc/customizer/custom-controls/index.php'),(7637,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php','wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php'),(7638,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php','wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php'),(7639,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css','wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css'),(7640,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js','wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.js'),(7641,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js','wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.js'),(7642,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss','wp-content/themes/astra/inc/customizer/custom-controls/typography/typography.scss'),(7643,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/customizer-controls.php','wp-content/themes/astra/inc/customizer/customizer-controls.php'),(7644,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js','wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js'),(7645,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php'),(7646,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php'),(7647,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php','wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php'),(7648,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/index.php','wp-content/themes/astra/inc/customizer/index.php'),(7649,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/customizer/override-defaults.php','wp-content/themes/astra/inc/customizer/override-defaults.php'),(7650,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/astra-icons.php','wp-content/themes/astra/inc/dynamic-css/astra-icons.php'),(7651,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php','wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php'),(7652,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/comments-flex.php','wp-content/themes/astra/inc/dynamic-css/comments-flex.php'),(7653,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/comments.php','wp-content/themes/astra/inc/dynamic-css/comments.php'),(7654,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/container-layouts.php','wp-content/themes/astra/inc/dynamic-css/container-layouts.php'),(7655,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/content-background.php','wp-content/themes/astra/inc/dynamic-css/content-background.php'),(7656,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php','wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php'),(7657,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/global-color-palette.php','wp-content/themes/astra/inc/dynamic-css/global-color-palette.php'),(7658,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php','wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php'),(7659,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/dynamic-css/pagination.php','wp-content/themes/astra/inc/dynamic-css/pagination.php'),(7660,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/extras.php','wp-content/themes/astra/inc/extras.php'),(7661,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/google-fonts.php','wp-content/themes/astra/inc/google-fonts.php'),(7662,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/index.php','wp-content/themes/astra/inc/index.php'),(7663,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php','wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php'),(7664,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/astra-notices/composer.json','wp-content/themes/astra/inc/lib/astra-notices/composer.json'),(7665,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/astra-notices/notices.js','wp-content/themes/astra/inc/lib/astra-notices/notices.js'),(7666,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php','wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php'),(7667,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php','wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php'),(7668,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php','wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php'),(7669,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/markup-extras.php','wp-content/themes/astra/inc/markup-extras.php'),(7670,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php','wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php'),(7671,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php','wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php'),(7672,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js','wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js'),(7673,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css','wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css'),(7674,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css','wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css'),(7675,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css','wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css'),(7676,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css','wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css'),(7677,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/package-lock.json','wp-content/themes/astra/inc/metabox/extend-metabox/package-lock.json'),(7678,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/package.json','wp-content/themes/astra/inc/metabox/extend-metabox/package.json'),(7679,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-checkbox.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-checkbox.js'),(7680,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-divider.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-divider.js'),(7681,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-radio-image.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-radio-image.js'),(7682,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-selector.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-selector.js'),(7683,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-title.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/ast-title.js'),(7684,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/index.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/index.js'),(7685,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/extend-metabox/src/settings.js','wp-content/themes/astra/inc/metabox/extend-metabox/src/settings.js'),(7686,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/metabox/index.php','wp-content/themes/astra/inc/metabox/index.php'),(7687,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php','wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php'),(7688,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php','wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php'),(7689,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php','wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php'),(7690,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php','wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php'),(7691,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/css/static-css.php','wp-content/themes/astra/inc/modules/related-posts/css/static-css.php'),(7692,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php','wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php'),(7693,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php','wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php'),(7694,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php','wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php'),(7695,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-organization-schema.php','wp-content/themes/astra/inc/schema/class-astra-organization-schema.php'),(7696,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-person-schema.php','wp-content/themes/astra/inc/schema/class-astra-person-schema.php'),(7697,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-schema.php','wp-content/themes/astra/inc/schema/class-astra-schema.php'),(7698,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php','wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php'),(7699,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php','wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php'),(7700,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php','wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php'),(7701,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php','wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php'),(7702,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/template-parts.php','wp-content/themes/astra/inc/template-parts.php'),(7703,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/template-tags.php','wp-content/themes/astra/inc/template-tags.php'),(7704,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php','wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php'),(7705,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/astra-update-functions.php','wp-content/themes/astra/inc/theme-update/astra-update-functions.php'),(7706,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php','wp-content/themes/astra/inc/theme-update/class-astra-pb-compatibility.php'),(7707,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php','wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php'),(7708,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php','wp-content/themes/astra/inc/theme-update/class-astra-theme-update.php'),(7709,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php','wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php'),(7710,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/inc/widgets.php','wp-content/themes/astra/inc/widgets.php'),(7711,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/index.php','wp-content/themes/astra/index.php'),(7712,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/languages/astra.pot','wp-content/themes/astra/languages/astra.pot'),(7713,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/page.php','wp-content/themes/astra/page.php'),(7714,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/readme.txt','wp-content/themes/astra/readme.txt'),(7715,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/screenshot.jpg','wp-content/themes/astra/screenshot.jpg'),(7716,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/search.php','wp-content/themes/astra/search.php'),(7717,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/searchform.php','wp-content/themes/astra/searchform.php'),(7718,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/sidebar.php','wp-content/themes/astra/sidebar.php'),(7719,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/single.php','wp-content/themes/astra/single.php'),(7720,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/style.css','wp-content/themes/astra/style.css'),(7721,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/404/404-layout.php','wp-content/themes/astra/template-parts/404/404-layout.php'),(7722,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/404/index.php','wp-content/themes/astra/template-parts/404/index.php'),(7723,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/advanced-footer/layout-4.php','wp-content/themes/astra/template-parts/advanced-footer/layout-4.php'),(7724,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/blog/blog-layout.php','wp-content/themes/astra/template-parts/blog/blog-layout.php'),(7725,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/blog/index.php','wp-content/themes/astra/template-parts/blog/index.php'),(7726,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-404.php','wp-content/themes/astra/template-parts/content-404.php'),(7727,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-blog.php','wp-content/themes/astra/template-parts/content-blog.php'),(7728,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-none.php','wp-content/themes/astra/template-parts/content-none.php'),(7729,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-page.php','wp-content/themes/astra/template-parts/content-page.php'),(7730,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content-single.php','wp-content/themes/astra/template-parts/content-single.php'),(7731,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/content.php','wp-content/themes/astra/template-parts/content.php'),(7732,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/builder/components.php','wp-content/themes/astra/template-parts/footer/builder/components.php'),(7733,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php','wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php'),(7734,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/builder/footer-row.php','wp-content/themes/astra/template-parts/footer/builder/footer-row.php'),(7735,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php','wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php'),(7736,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/footer-sml-layout.php','wp-content/themes/astra/template-parts/footer/footer-sml-layout.php'),(7737,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/footer/index.php','wp-content/themes/astra/template-parts/footer/index.php'),(7738,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/components.php','wp-content/themes/astra/template-parts/header/builder/components.php'),(7739,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php','wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php'),(7740,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/header-row.php','wp-content/themes/astra/template-parts/header/builder/header-row.php'),(7741,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php','wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php'),(7742,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php','wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php'),(7743,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/header-main-layout.php','wp-content/themes/astra/template-parts/header/header-main-layout.php'),(7744,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/header/index.php','wp-content/themes/astra/template-parts/header/index.php'),(7745,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/index.php','wp-content/themes/astra/template-parts/index.php'),(7746,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/single/index.php','wp-content/themes/astra/template-parts/single/index.php'),(7747,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/template-parts/single/single-layout.php','wp-content/themes/astra/template-parts/single/single-layout.php'),(7748,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/theme.json','wp-content/themes/astra/theme.json'),(7749,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/toolset-config.json','wp-content/themes/astra/toolset-config.json'),(7750,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/astra/wpml-config.xml','wp-content/themes/astra/wpml-config.xml'),(7751,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/index.php','wp-content/themes/index.php'),(7752,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/404.php','wp-content/themes/sydney/404.php'),(7753,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/archive-employees.php','wp-content/themes/sydney/archive-employees.php'),(7754,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/archive-services.php','wp-content/themes/sydney/archive-services.php'),(7755,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/archive.php','wp-content/themes/sydney/archive.php'),(7756,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/changelog.txt','wp-content/themes/sydney/changelog.txt'),(7757,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/comments.php','wp-content/themes/sydney/comments.php'),(7758,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-none.php','wp-content/themes/sydney/content-none.php'),(7759,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-page.php','wp-content/themes/sydney/content-page.php'),(7760,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-search.php','wp-content/themes/sydney/content-search.php'),(7761,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content-single.php','wp-content/themes/sydney/content-single.php'),(7762,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/content.php','wp-content/themes/sydney/content.php'),(7763,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap-theme.css','wp-content/themes/sydney/css/bootstrap/bootstrap-theme.css'),(7764,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap-theme.min.css','wp-content/themes/sydney/css/bootstrap/bootstrap-theme.min.css'),(7765,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap.css','wp-content/themes/sydney/css/bootstrap/bootstrap.css'),(7766,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/bootstrap/bootstrap.min.css','wp-content/themes/sydney/css/bootstrap/bootstrap.min.css'),(7767,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/customizer.css','wp-content/themes/sydney/css/customizer.css'),(7768,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/ie9.css','wp-content/themes/sydney/css/ie9.css'),(7769,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/info-page.css','wp-content/themes/sydney/css/info-page.css'),(7770,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/select2.css','wp-content/themes/sydney/css/select2.css'),(7771,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/css/select2.min.css','wp-content/themes/sydney/css/select2.min.css'),(7772,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/FontAwesome.otf','wp-content/themes/sydney/fonts/FontAwesome.otf'),(7773,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/all.css','wp-content/themes/sydney/fonts/font-awesome-v5/all.css'),(7774,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/all.min.css','wp-content/themes/sydney/fonts/font-awesome-v5/all.min.css'),(7775,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.eot','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.eot'),(7776,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.svg','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.svg'),(7777,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.ttf','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.ttf'),(7778,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff'),(7779,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff2','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-brands-400.woff2'),(7780,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.eot','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.eot'),(7781,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.svg','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.svg'),(7782,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.ttf','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.ttf'),(7783,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff'),(7784,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff2','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-regular-400.woff2'),(7785,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.eot','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.eot'),(7786,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.svg','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.svg'),(7787,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.ttf','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.ttf'),(7788,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff'),(7789,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff2','wp-content/themes/sydney/fonts/font-awesome-v5/webfonts/fa-solid-900.woff2'),(7790,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome.css','wp-content/themes/sydney/fonts/font-awesome.css'),(7791,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/font-awesome.min.css','wp-content/themes/sydney/fonts/font-awesome.min.css'),(7792,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.eot','wp-content/themes/sydney/fonts/fontawesome-webfont.eot'),(7793,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.svg','wp-content/themes/sydney/fonts/fontawesome-webfont.svg'),(7794,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.ttf','wp-content/themes/sydney/fonts/fontawesome-webfont.ttf'),(7795,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.woff','wp-content/themes/sydney/fonts/fontawesome-webfont.woff'),(7796,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/fonts/fontawesome-webfont.woff2','wp-content/themes/sydney/fonts/fontawesome-webfont.woff2'),(7797,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/footer.php','wp-content/themes/sydney/footer.php'),(7798,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/functions.php','wp-content/themes/sydney/functions.php'),(7799,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/header.php','wp-content/themes/sydney/header.php'),(7800,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/home.php','wp-content/themes/sydney/home.php'),(7801,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/1.jpg','wp-content/themes/sydney/images/1.jpg'),(7802,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/2.jpg','wp-content/themes/sydney/images/2.jpg'),(7803,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac1.svg','wp-content/themes/sydney/images/customizer/ac1.svg'),(7804,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac2.svg','wp-content/themes/sydney/images/customizer/ac2.svg'),(7805,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac3.svg','wp-content/themes/sydney/images/customizer/ac3.svg'),(7806,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/ac4.svg','wp-content/themes/sydney/images/customizer/ac4.svg'),(7807,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl1.svg','wp-content/themes/sydney/images/customizer/bl1.svg'),(7808,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl2.svg','wp-content/themes/sydney/images/customizer/bl2.svg'),(7809,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl3.svg','wp-content/themes/sydney/images/customizer/bl3.svg'),(7810,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl4.svg','wp-content/themes/sydney/images/customizer/bl4.svg'),(7811,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl5.svg','wp-content/themes/sydney/images/customizer/bl5.svg'),(7812,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/bl6.svg','wp-content/themes/sydney/images/customizer/bl6.svg'),(7813,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/card1.svg','wp-content/themes/sydney/images/customizer/card1.svg'),(7814,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/card2.svg','wp-content/themes/sydney/images/customizer/card2.svg'),(7815,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/card3.svg','wp-content/themes/sydney/images/customizer/card3.svg'),(7816,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/cart1.svg','wp-content/themes/sydney/images/customizer/cart1.svg'),(7817,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/cart2.svg','wp-content/themes/sydney/images/customizer/cart2.svg'),(7818,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/checkout1.svg','wp-content/themes/sydney/images/customizer/checkout1.svg'),(7819,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/checkout2.svg','wp-content/themes/sydney/images/customizer/checkout2.svg'),(7820,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/color-picker-transparency-grid.png','wp-content/themes/sydney/images/customizer/color-picker-transparency-grid.png'),(7821,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/disabled.svg','wp-content/themes/sydney/images/customizer/disabled.svg'),(7822,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl1.svg','wp-content/themes/sydney/images/customizer/fl1.svg'),(7823,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl10.svg','wp-content/themes/sydney/images/customizer/fl10.svg'),(7824,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl2 - Copy.svg','wp-content/themes/sydney/images/customizer/fl2 - Copy.svg'),(7825,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl2.svg','wp-content/themes/sydney/images/customizer/fl2.svg'),(7826,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl3.svg','wp-content/themes/sydney/images/customizer/fl3.svg'),(7827,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl4.svg','wp-content/themes/sydney/images/customizer/fl4.svg'),(7828,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl5.svg','wp-content/themes/sydney/images/customizer/fl5.svg'),(7829,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl6.svg','wp-content/themes/sydney/images/customizer/fl6.svg'),(7830,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl7.svg','wp-content/themes/sydney/images/customizer/fl7.svg'),(7831,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl8.svg','wp-content/themes/sydney/images/customizer/fl8.svg'),(7832,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/fl9.svg','wp-content/themes/sydney/images/customizer/fl9.svg'),(7833,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl1.svg','wp-content/themes/sydney/images/customizer/hl1.svg'),(7834,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl2.svg','wp-content/themes/sydney/images/customizer/hl2.svg'),(7835,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl3.svg','wp-content/themes/sydney/images/customizer/hl3.svg'),(7836,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl4.svg','wp-content/themes/sydney/images/customizer/hl4.svg'),(7837,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/hl5.svg','wp-content/themes/sydney/images/customizer/hl5.svg'),(7838,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/mhl1.svg','wp-content/themes/sydney/images/customizer/mhl1.svg'),(7839,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/mhl2.svg','wp-content/themes/sydney/images/customizer/mhl2.svg'),(7840,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/mhl3.svg','wp-content/themes/sydney/images/customizer/mhl3.svg'),(7841,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/oc1.svg','wp-content/themes/sydney/images/customizer/oc1.svg'),(7842,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/oc2.svg','wp-content/themes/sydney/images/customizer/oc2.svg'),(7843,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pc1.svg','wp-content/themes/sydney/images/customizer/pc1.svg'),(7844,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pc2.svg','wp-content/themes/sydney/images/customizer/pc2.svg'),(7845,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat1.svg','wp-content/themes/sydney/images/customizer/pcat1.svg'),(7846,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat2.svg','wp-content/themes/sydney/images/customizer/pcat2.svg'),(7847,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat3.svg','wp-content/themes/sydney/images/customizer/pcat3.svg'),(7848,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat4.svg','wp-content/themes/sydney/images/customizer/pcat4.svg'),(7849,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/pcat5.svg','wp-content/themes/sydney/images/customizer/pcat5.svg'),(7850,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/qw1.svg','wp-content/themes/sydney/images/customizer/qw1.svg'),(7851,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/qw2.svg','wp-content/themes/sydney/images/customizer/qw2.svg'),(7852,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/qw3.svg','wp-content/themes/sydney/images/customizer/qw3.svg'),(7853,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sale1.svg','wp-content/themes/sydney/images/customizer/sale1.svg'),(7854,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sale2.svg','wp-content/themes/sydney/images/customizer/sale2.svg'),(7855,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sg1.svg','wp-content/themes/sydney/images/customizer/sg1.svg'),(7856,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sg2.svg','wp-content/themes/sydney/images/customizer/sg2.svg'),(7857,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sg3.svg','wp-content/themes/sydney/images/customizer/sg3.svg'),(7858,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-disabled.svg','wp-content/themes/sydney/images/customizer/sidebar-disabled.svg'),(7859,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-left.svg','wp-content/themes/sydney/images/customizer/sidebar-left.svg'),(7860,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-right.svg','wp-content/themes/sydney/images/customizer/sidebar-right.svg'),(7861,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-slide.svg','wp-content/themes/sydney/images/customizer/sidebar-slide.svg'),(7862,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/sidebar-top.svg','wp-content/themes/sydney/images/customizer/sidebar-top.svg'),(7863,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st1.svg','wp-content/themes/sydney/images/customizer/st1.svg'),(7864,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st2.svg','wp-content/themes/sydney/images/customizer/st2.svg'),(7865,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st3.svg','wp-content/themes/sydney/images/customizer/st3.svg'),(7866,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/customizer/st4.svg','wp-content/themes/sydney/images/customizer/st4.svg'),(7867,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/images/header.jpg','wp-content/themes/sydney/images/header.jpg'),(7868,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-header.php','wp-content/themes/sydney/inc/classes/class-sydney-header.php'),(7869,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-modules.php','wp-content/themes/sydney/inc/classes/class-sydney-modules.php'),(7870,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-page-metabox.php','wp-content/themes/sydney/inc/classes/class-sydney-page-metabox.php'),(7871,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-posts-archive.php','wp-content/themes/sydney/inc/classes/class-sydney-posts-archive.php'),(7872,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/classes/class-sydney-svg-icons.php','wp-content/themes/sydney/inc/classes/class-sydney-svg-icons.php'),(7873,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/custom-header.php','wp-content/themes/sydney/inc/custom-header.php'),(7874,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/callbacks.php','wp-content/themes/sydney/inc/customizer/callbacks.php'),(7875,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.css','wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.css'),(7876,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.js','wp-content/themes/sydney/inc/customizer/controls/accordion/accordion.js'),(7877,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/accordion/class_sydney_accordion_control.php','wp-content/themes/sydney/inc/customizer/controls/accordion/class_sydney_accordion_control.php'),(7878,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/alpha-color/class_sydney_alpha_color.php','wp-content/themes/sydney/inc/customizer/controls/alpha-color/class_sydney_alpha_color.php'),(7879,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_divider_control.php','wp-content/themes/sydney/inc/customizer/controls/class_sydney_divider_control.php'),(7880,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_tab_control.php','wp-content/themes/sydney/inc/customizer/controls/class_sydney_tab_control.php'),(7881,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_text_control.php','wp-content/themes/sydney/inc/customizer/controls/class_sydney_text_control.php'),(7882,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/class_sydney_upsell_message.php','wp-content/themes/sydney/inc/customizer/controls/class_sydney_upsell_message.php'),(7883,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/control-checkbox-multiple.php','wp-content/themes/sydney/inc/customizer/controls/control-checkbox-multiple.php'),(7884,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/multiple-select/class-control-multiple-select.php','wp-content/themes/sydney/inc/customizer/controls/multiple-select/class-control-multiple-select.php'),(7885,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.css','wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.css'),(7886,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.js','wp-content/themes/sydney/inc/customizer/controls/multiple-select/multiple-select.js'),(7887,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/radio-buttons/class_sydney_radio_buttons.php','wp-content/themes/sydney/inc/customizer/controls/radio-buttons/class_sydney_radio_buttons.php'),(7888,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/radio-images/class_sydney_radio_images.php','wp-content/themes/sydney/inc/customizer/controls/radio-images/class_sydney_radio_images.php'),(7889,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/repeater/class_sydney_repeater.php','wp-content/themes/sydney/inc/customizer/controls/repeater/class_sydney_repeater.php'),(7890,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/repeater/script.js','wp-content/themes/sydney/inc/customizer/controls/repeater/script.js'),(7891,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/repeater/styles.css','wp-content/themes/sydney/inc/customizer/controls/repeater/styles.css'),(7892,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/responsive-slider/class_sydney_responsive_slider.php','wp-content/themes/sydney/inc/customizer/controls/responsive-slider/class_sydney_responsive_slider.php'),(7893,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/toggle/class_sydney_toggle_control.php','wp-content/themes/sydney/inc/customizer/controls/toggle/class_sydney_toggle_control.php'),(7894,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/class_sydney_typography.php','wp-content/themes/sydney/inc/customizer/controls/typography/class_sydney_typography.php'),(7895,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/google-fonts-alphabetical.json','wp-content/themes/sydney/inc/customizer/controls/typography/google-fonts-alphabetical.json'),(7896,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/script.js','wp-content/themes/sydney/inc/customizer/controls/typography/script.js'),(7897,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.css','wp-content/themes/sydney/inc/customizer/controls/typography/select2.css'),(7898,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.full.min.js','wp-content/themes/sydney/inc/customizer/controls/typography/select2.full.min.js'),(7899,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.js','wp-content/themes/sydney/inc/customizer/controls/typography/select2.js'),(7900,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/select2.min.css','wp-content/themes/sydney/inc/customizer/controls/typography/select2.min.css'),(7901,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/controls/typography/styles.css','wp-content/themes/sydney/inc/customizer/controls/typography/styles.css'),(7902,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/customizer.php','wp-content/themes/sydney/inc/customizer/customizer.php'),(7903,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/blog-single.php','wp-content/themes/sydney/inc/customizer/options/blog-single.php'),(7904,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/blog.php','wp-content/themes/sydney/inc/customizer/options/blog.php'),(7905,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/colors.php','wp-content/themes/sydney/inc/customizer/options/colors.php'),(7906,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/footer.php','wp-content/themes/sydney/inc/customizer/options/footer.php'),(7907,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/general.php','wp-content/themes/sydney/inc/customizer/options/general.php'),(7908,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/header-mobile.php','wp-content/themes/sydney/inc/customizer/options/header-mobile.php'),(7909,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/header.php','wp-content/themes/sydney/inc/customizer/options/header.php'),(7910,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/performance.php','wp-content/themes/sydney/inc/customizer/options/performance.php'),(7911,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/typography.php','wp-content/themes/sydney/inc/customizer/options/typography.php'),(7912,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/upsell.php','wp-content/themes/sydney/inc/customizer/options/upsell.php'),(7913,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/woocommerce-single.php','wp-content/themes/sydney/inc/customizer/options/woocommerce-single.php'),(7914,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/options/woocommerce.php','wp-content/themes/sydney/inc/customizer/options/woocommerce.php'),(7915,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/sanitize.php','wp-content/themes/sydney/inc/customizer/sanitize.php'),(7916,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/class-customize.php','wp-content/themes/sydney/inc/customizer/upsell/class-customize.php'),(7917,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/customize-controls.css','wp-content/themes/sydney/inc/customizer/upsell/customize-controls.css'),(7918,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/customize-controls.js','wp-content/themes/sydney/inc/customizer/upsell/customize-controls.js'),(7919,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/customizer/upsell/section-pro.php','wp-content/themes/sydney/inc/customizer/upsell/section-pro.php'),(7920,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/editor.php','wp-content/themes/sydney/inc/editor.php'),(7921,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/extras.php','wp-content/themes/sydney/inc/extras.php'),(7922,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/fonts.php','wp-content/themes/sydney/inc/fonts.php'),(7923,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/class-sydney-amp.php','wp-content/themes/sydney/inc/integrations/class-sydney-amp.php'),(7924,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/class-sydney-maxmegamenu.php','wp-content/themes/sydney/inc/integrations/class-sydney-maxmegamenu.php'),(7925,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learndash/class-sydney-learndash.php','wp-content/themes/sydney/inc/integrations/learndash/class-sydney-learndash.php'),(7926,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learndash/customize.php','wp-content/themes/sydney/inc/integrations/learndash/customize.php'),(7927,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/class-sydney-learnpress.php','wp-content/themes/sydney/inc/integrations/learnpress/class-sydney-learnpress.php'),(7928,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/customize.php','wp-content/themes/sydney/inc/integrations/learnpress/customize.php'),(7929,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/learnpress.css','wp-content/themes/sydney/inc/integrations/learnpress/learnpress.css'),(7930,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/learnpress/learnpress.min.css','wp-content/themes/sydney/inc/integrations/learnpress/learnpress.min.css'),(7931,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/class-sydney-lifterlms.php','wp-content/themes/sydney/inc/integrations/lifter/class-sydney-lifterlms.php'),(7932,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/customize.php','wp-content/themes/sydney/inc/integrations/lifter/customize.php'),(7933,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/lifter.css','wp-content/themes/sydney/inc/integrations/lifter/lifter.css'),(7934,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/lifter/lifter.min.css','wp-content/themes/sydney/inc/integrations/lifter/lifter.min.css'),(7935,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-employee-carousel.php','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-employee-carousel.php'),(7936,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-portfolio.php','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-portfolio.php'),(7937,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-testimonials.php','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml-testimonials.php'),(7938,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml.php','wp-content/themes/sydney/inc/integrations/wpml/class-sydney-wpml.php'),(7939,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/jetpack.php','wp-content/themes/sydney/inc/jetpack.php'),(7940,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/README.md','wp-content/themes/sydney/inc/notices/README.md'),(7941,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/class-sydney-review.php','wp-content/themes/sydney/inc/notices/class-sydney-review.php'),(7942,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/dismiss-notice.js','wp-content/themes/sydney/inc/notices/dismiss-notice.js'),(7943,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/persist-admin-notices-dismissal.php','wp-content/themes/sydney/inc/notices/persist-admin-notices-dismissal.php'),(7944,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/notices/persistent.css','wp-content/themes/sydney/inc/notices/persistent.css'),(7945,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/assets/info-page.css','wp-content/themes/sydney/inc/onboarding/assets/info-page.css'),(7946,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/assets/info-page.js','wp-content/themes/sydney/inc/onboarding/assets/info-page.js'),(7947,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/plugins/class-sydney-recommended-plugins.php','wp-content/themes/sydney/inc/onboarding/plugins/class-sydney-recommended-plugins.php'),(7948,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/plugins/plugin-install.js','wp-content/themes/sydney/inc/onboarding/plugins/plugin-install.js'),(7949,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/onboarding/theme-info.php','wp-content/themes/sydney/inc/onboarding/theme-info.php'),(7950,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/page-builder.php','wp-content/themes/sydney/inc/page-builder.php'),(7951,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/schema.php','wp-content/themes/sydney/inc/schema.php'),(7952,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/slider.php','wp-content/themes/sydney/inc/slider.php'),(7953,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/so-page-builder.php','wp-content/themes/sydney/inc/so-page-builder.php'),(7954,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/styles.php','wp-content/themes/sydney/inc/styles.php'),(7955,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/template-tags.php','wp-content/themes/sydney/inc/template-tags.php'),(7956,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/theme-dashboard-settings.php','wp-content/themes/sydney/inc/theme-dashboard-settings.php'),(7957,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/theme-update.php','wp-content/themes/sydney/inc/theme-update.php'),(7958,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/inc/woocommerce.php','wp-content/themes/sydney/inc/woocommerce.php'),(7959,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/index.php','wp-content/themes/sydney/index.php'),(7960,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/admin-functions.js','wp-content/themes/sydney/js/admin-functions.js'),(7961,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/customize-controls.js','wp-content/themes/sydney/js/customize-controls.js'),(7962,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/customizer-select2.js','wp-content/themes/sydney/js/customizer-select2.js'),(7963,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/customizer.js','wp-content/themes/sydney/js/customizer.js'),(7964,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/elementor.js','wp-content/themes/sydney/js/elementor.js'),(7965,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/functions.js','wp-content/themes/sydney/js/functions.js'),(7966,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/functions.min.js','wp-content/themes/sydney/js/functions.min.js'),(7967,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/hero-slider.js','wp-content/themes/sydney/js/hero-slider.js'),(7968,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/imagesloaded.pkgd.js','wp-content/themes/sydney/js/imagesloaded.pkgd.js'),(7969,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/info-page.js','wp-content/themes/sydney/js/info-page.js'),(7970,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/isotope.pkgd.js','wp-content/themes/sydney/js/isotope.pkgd.js'),(7971,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/jquery.countTo.js','wp-content/themes/sydney/js/jquery.countTo.js'),(7972,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/jquery.fitvids.js','wp-content/themes/sydney/js/jquery.fitvids.js'),(7973,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/jquery.superslides.js','wp-content/themes/sydney/js/jquery.superslides.js'),(7974,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/owl.carousel.js','wp-content/themes/sydney/js/owl.carousel.js'),(7975,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/scripts.js','wp-content/themes/sydney/js/scripts.js'),(7976,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/select2.js','wp-content/themes/sydney/js/select2.js'),(7977,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/select2.min.js','wp-content/themes/sydney/js/select2.min.js'),(7978,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/so-legacy-main.js','wp-content/themes/sydney/js/so-legacy-main.js'),(7979,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/so-legacy-main.min.js','wp-content/themes/sydney/js/so-legacy-main.min.js'),(7980,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/so-legacy.js','wp-content/themes/sydney/js/so-legacy.js'),(7981,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/js/waypoints.js','wp-content/themes/sydney/js/waypoints.js'),(7982,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/languages/sydney.pot','wp-content/themes/sydney/languages/sydney.pot'),(7983,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/license.txt','wp-content/themes/sydney/license.txt'),(7984,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/page-templates/page_front-page.php','wp-content/themes/sydney/page-templates/page_front-page.php'),(7985,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/page-templates/page_fullwidth.php','wp-content/themes/sydney/page-templates/page_fullwidth.php'),(7986,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/page.php','wp-content/themes/sydney/page.php'),(7987,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/post-templates/post_full.php','wp-content/themes/sydney/post-templates/post_full.php'),(7988,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/post-templates/post_nosidebar.php','wp-content/themes/sydney/post-templates/post_nosidebar.php'),(7989,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/readme.txt','wp-content/themes/sydney/readme.txt'),(7990,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/rtl.css','wp-content/themes/sydney/rtl.css'),(7991,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/screenshot.png','wp-content/themes/sydney/screenshot.png'),(7992,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/search.php','wp-content/themes/sydney/search.php'),(7993,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/sidebar-footer.php','wp-content/themes/sydney/sidebar-footer.php'),(7994,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/sidebar.php','wp-content/themes/sydney/sidebar.php'),(7995,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/single.php','wp-content/themes/sydney/single.php'),(7996,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/style.css','wp-content/themes/sydney/style.css'),(7997,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/sydney-gutenberg-editor-styles.css','wp-content/themes/sydney/sydney-gutenberg-editor-styles.css'),(7998,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/class-theme-dashboard.php','wp-content/themes/sydney/theme-dashboard/class-theme-dashboard.php'),(7999,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/best-wordpress-speed.jpg','wp-content/themes/sydney/theme-dashboard/images/best-wordpress-speed.jpg'),(8000,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/cloudflare@2x.png','wp-content/themes/sydney/theme-dashboard/images/cloudflare@2x.png'),(8001,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/fastest-wordpress-hosting.jpg','wp-content/themes/sydney/theme-dashboard/images/fastest-wordpress-hosting.jpg'),(8002,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/logo.svg','wp-content/themes/sydney/theme-dashboard/images/logo.svg'),(8003,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/pattern-1@2x.png','wp-content/themes/sydney/theme-dashboard/images/pattern-1@2x.png'),(8004,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/pattern-2@2x.png','wp-content/themes/sydney/theme-dashboard/images/pattern-2@2x.png'),(8005,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/stars@2x.png','wp-content/themes/sydney/theme-dashboard/images/stars@2x.png'),(8006,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/welcome-banner@2x.png','wp-content/themes/sydney/theme-dashboard/images/welcome-banner@2x.png'),(8007,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/wp-fastest-cache@2x.png','wp-content/themes/sydney/theme-dashboard/images/wp-fastest-cache@2x.png'),(8008,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/wp-rocket.jpg','wp-content/themes/sydney/theme-dashboard/images/wp-rocket.jpg'),(8009,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/images/wp-rocket@2x.png','wp-content/themes/sydney/theme-dashboard/images/wp-rocket@2x.png'),(8010,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/scripts.js','wp-content/themes/sydney/theme-dashboard/scripts.js'),(8011,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/theme-dashboard/style.css','wp-content/themes/sydney/theme-dashboard/style.css'),(8012,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/autoload.php','wp-content/themes/sydney/vendor/autoload.php'),(8013,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/ClassLoader.php','wp-content/themes/sydney/vendor/composer/ClassLoader.php'),(8014,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/LICENSE','wp-content/themes/sydney/vendor/composer/LICENSE'),(8015,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_classmap.php','wp-content/themes/sydney/vendor/composer/autoload_classmap.php'),(8016,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_namespaces.php','wp-content/themes/sydney/vendor/composer/autoload_namespaces.php'),(8017,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_psr4.php','wp-content/themes/sydney/vendor/composer/autoload_psr4.php'),(8018,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_real.php','wp-content/themes/sydney/vendor/composer/autoload_real.php'),(8019,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/autoload_static.php','wp-content/themes/sydney/vendor/composer/autoload_static.php'),(8020,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/composer/installed.json','wp-content/themes/sydney/vendor/composer/installed.json'),(8021,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/LICENSE','wp-content/themes/sydney/vendor/kirki-framework/control-base/LICENSE'),(8022,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/README.md','wp-content/themes/sydney/vendor/kirki-framework/control-base/README.md'),(8023,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/composer.json','wp-content/themes/sydney/vendor/kirki-framework/control-base/composer.json'),(8024,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/src/Control/Base.php','wp-content/themes/sydney/vendor/kirki-framework/control-base/src/Control/Base.php'),(8025,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-base/src/assets/scripts/dynamic-control.js','wp-content/themes/sydney/vendor/kirki-framework/control-base/src/assets/scripts/dynamic-control.js'),(8026,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/LICENSE','wp-content/themes/sydney/vendor/kirki-framework/control-generic/LICENSE'),(8027,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/README.md','wp-content/themes/sydney/vendor/kirki-framework/control-generic/README.md'),(8028,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/composer.json','wp-content/themes/sydney/vendor/kirki-framework/control-generic/composer.json'),(8029,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Control/Generic.php','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Control/Generic.php'),(8030,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Generic.php','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Generic.php'),(8031,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Number.php','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Number.php'),(8032,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Text.php','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Text.php'),(8033,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Textarea.php','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/Textarea.php'),(8034,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/URL.php','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/Field/URL.php'),(8035,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/assets/scripts/control.js','wp-content/themes/sydney/vendor/kirki-framework/control-generic/src/assets/scripts/control.js'),(8036,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/dist/main.js','wp-content/themes/sydney/vendor/kirki-framework/control-slider/dist/main.js'),(8037,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Control/Slider.php','wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Control/Slider.php'),(8038,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Field/Slider.php','wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/Field/Slider.php'),(8039,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/styles.css','wp-content/themes/sydney/vendor/kirki-framework/control-slider/src/styles.css'),(8040,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/Gruntfile.js','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/Gruntfile.js'),(8041,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/LICENSE','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/LICENSE'),(8042,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/README.md','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/README.md'),(8043,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/composer.json','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/composer.json'),(8044,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Control/Sortable.php','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Control/Sortable.php'),(8045,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Field/Sortable.php','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/Field/Sortable.php'),(8046,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/scripts/control.js','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/scripts/control.js'),(8047,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.css','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.css'),(8048,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.scss','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/style.scss'),(8049,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/styles.css','wp-content/themes/sydney/vendor/kirki-framework/control-sortable/src/assets/styles/styles.css'),(8050,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/kirki-framework/url-getter/src/URL.php','wp-content/themes/sydney/vendor/kirki-framework/url-getter/src/URL.php'),(8051,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/vendor/wptt-webfont-loader/wptt-webfont-loader.php','wp-content/themes/sydney/vendor/wptt-webfont-loader/wptt-webfont-loader.php'),(8052,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/contact-info.php','wp-content/themes/sydney/widgets/contact-info.php'),(8053,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-call-to-action.php','wp-content/themes/sydney/widgets/fp-call-to-action.php'),(8054,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-clients.php','wp-content/themes/sydney/widgets/fp-clients.php'),(8055,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-employees.php','wp-content/themes/sydney/widgets/fp-employees.php'),(8056,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-facts.php','wp-content/themes/sydney/widgets/fp-facts.php'),(8057,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-latest-news.php','wp-content/themes/sydney/widgets/fp-latest-news.php'),(8058,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-list.php','wp-content/themes/sydney/widgets/fp-list.php'),(8059,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-portfolio.php','wp-content/themes/sydney/widgets/fp-portfolio.php'),(8060,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-services-type-a.php','wp-content/themes/sydney/widgets/fp-services-type-a.php'),(8061,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-services-type-b.php','wp-content/themes/sydney/widgets/fp-services-type-b.php'),(8062,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-skills.php','wp-content/themes/sydney/widgets/fp-skills.php'),(8063,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-social.php','wp-content/themes/sydney/widgets/fp-social.php'),(8064,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/fp-testimonials.php','wp-content/themes/sydney/widgets/fp-testimonials.php'),(8065,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/widgets/video-widget.php','wp-content/themes/sydney/widgets/video-widget.php'),(8066,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-added.php','wp-content/themes/sydney/woocommerce/add-to-wishlist-added.php'),(8067,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-browse.php','wp-content/themes/sydney/woocommerce/add-to-wishlist-browse.php'),(8068,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-button.php','wp-content/themes/sydney/woocommerce/add-to-wishlist-button.php'),(8069,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/add-to-wishlist-remove.php','wp-content/themes/sydney/woocommerce/add-to-wishlist-remove.php'),(8070,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/cart/proceed-to-checkout-button.php','wp-content/themes/sydney/woocommerce/cart/proceed-to-checkout-button.php'),(8071,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/css/src/wc.scss','wp-content/themes/sydney/woocommerce/css/src/wc.scss'),(8072,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/css/wc.css','wp-content/themes/sydney/woocommerce/css/wc.css'),(8073,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/css/wc.min.css','wp-content/themes/sydney/woocommerce/css/wc.min.css'),(8074,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.eot','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.eot'),(8075,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.svg','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.svg'),(8076,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.ttf','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.ttf'),(8077,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/WooCommerce.woff','wp-content/themes/sydney/woocommerce/fonts/WooCommerce.woff'),(8078,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.eot','wp-content/themes/sydney/woocommerce/fonts/star.eot'),(8079,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.svg','wp-content/themes/sydney/woocommerce/fonts/star.svg'),(8080,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.ttf','wp-content/themes/sydney/woocommerce/fonts/star.ttf'),(8081,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/fonts/star.woff','wp-content/themes/sydney/woocommerce/fonts/star.woff'),(8082,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/woocommerce/single-product/add-to-cart/simple.php','wp-content/themes/sydney/woocommerce/single-product/add-to-cart/simple.php'),(8083,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/sydney/wpml-config.xml','wp-content/themes/sydney/wpml-config.xml'),(8084,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/themes/index.php','wp-content/themes/themes/index.php'),(8085,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/404.php','wp-content/themes/twentytwentyone/404.php'),(8086,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/archive.php','wp-content/themes/twentytwentyone/archive.php'),(8087,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(8088,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/ie-editor.css','wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(8089,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/ie.css','wp-content/themes/twentytwentyone/assets/css/ie.css'),(8090,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/print.css','wp-content/themes/twentytwentyone/assets/css/print.css'),(8091,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(8092,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(8093,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(8094,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/css/style-editor.css','wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(8095,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(8096,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/Reading.jpg','wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(8097,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(8098,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(8099,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(8100,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(8101,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(8102,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(8103,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(8104,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(8105,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/customize-preview.js','wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(8106,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/customize.js','wp-content/themes/twentytwentyone/assets/js/customize.js'),(8107,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(8108,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(8109,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/editor.js','wp-content/themes/twentytwentyone/assets/js/editor.js'),(8110,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(8111,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/polyfills.js','wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(8112,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(8113,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(8114,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(8115,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(8116,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(8117,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(8118,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(8119,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(8120,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(8121,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(8122,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(8123,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(8124,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(8125,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(8126,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(8127,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(8128,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(8129,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(8130,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(8131,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(8132,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(8133,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(8134,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(8135,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(8136,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(8137,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(8138,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(8139,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(8140,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(8141,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(8142,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(8143,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(8144,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(8145,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(8146,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(8147,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(8148,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(8149,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(8150,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(8151,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(8152,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(8153,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(8154,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(8155,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(8156,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(8157,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(8158,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(8159,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(8160,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(8161,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(8162,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(8163,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(8164,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(8165,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(8166,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(8167,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(8168,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(8169,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(8170,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(8171,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(8172,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss'),(8173,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss'),(8174,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(8175,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(8176,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(8177,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(8178,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(8179,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(8180,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(8181,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(8182,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(8183,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(8184,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(8185,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(8186,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(8187,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(8188,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(8189,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(8190,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(8191,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(8192,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(8193,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(8194,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(8195,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(8196,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(8197,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(8198,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(8199,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(8200,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(8201,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(8202,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(8203,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(8204,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(8205,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(8206,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(8207,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(8208,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(8209,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(8210,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(8211,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(8212,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(8213,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(8214,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(8215,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/assets/sass/style.scss','wp-content/themes/twentytwentyone/assets/sass/style.scss'),(8216,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(8217,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(8218,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(8219,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(8220,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(8221,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(8222,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/comments.php','wp-content/themes/twentytwentyone/comments.php'),(8223,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/footer.php','wp-content/themes/twentytwentyone/footer.php'),(8224,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/functions.php','wp-content/themes/twentytwentyone/functions.php'),(8225,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/header.php','wp-content/themes/twentytwentyone/header.php'),(8226,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/image.php','wp-content/themes/twentytwentyone/image.php'),(8227,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/back-compat.php','wp-content/themes/twentytwentyone/inc/back-compat.php'),(8228,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/block-patterns.php','wp-content/themes/twentytwentyone/inc/block-patterns.php'),(8229,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/block-styles.php','wp-content/themes/twentytwentyone/inc/block-styles.php'),(8230,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/custom-css.php','wp-content/themes/twentytwentyone/inc/custom-css.php'),(8231,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/menu-functions.php','wp-content/themes/twentytwentyone/inc/menu-functions.php'),(8232,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/starter-content.php','wp-content/themes/twentytwentyone/inc/starter-content.php'),(8233,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/template-functions.php','wp-content/themes/twentytwentyone/inc/template-functions.php'),(8234,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/inc/template-tags.php','wp-content/themes/twentytwentyone/inc/template-tags.php'),(8235,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/index.php','wp-content/themes/twentytwentyone/index.php'),(8236,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/package-lock.json','wp-content/themes/twentytwentyone/package-lock.json'),(8237,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/package.json','wp-content/themes/twentytwentyone/package.json'),(8238,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/page.php','wp-content/themes/twentytwentyone/page.php'),(8239,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/postcss.config.js','wp-content/themes/twentytwentyone/postcss.config.js'),(8240,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/readme.txt','wp-content/themes/twentytwentyone/readme.txt'),(8241,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/screenshot.png','wp-content/themes/twentytwentyone/screenshot.png'),(8242,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/search.php','wp-content/themes/twentytwentyone/search.php'),(8243,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/searchform.php','wp-content/themes/twentytwentyone/searchform.php'),(8244,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/single.php','wp-content/themes/twentytwentyone/single.php'),(8245,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/style-rtl.css','wp-content/themes/twentytwentyone/style-rtl.css'),(8246,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/style.css','wp-content/themes/twentytwentyone/style.css'),(8247,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(8248,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-none.php','wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(8249,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-page.php','wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(8250,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-single.php','wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(8251,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content.php','wp-content/themes/twentytwentyone/template-parts/content/content.php'),(8252,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(8253,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(8254,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(8255,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(8256,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(8257,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(8258,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(8259,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(8260,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(8261,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(8262,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(8263,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(8264,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(8265,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(8266,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-header.php','wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(8267,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(8268,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(8269,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),(8270,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),(8271,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),(8272,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),(8273,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),(8274,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),(8275,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),(8276,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),(8277,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),(8278,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),(8279,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),(8280,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),(8281,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),(8282,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(8283,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(8284,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(8285,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(8286,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/comments.html','wp-content/themes/twentytwentythree/parts/comments.html'),(8287,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/footer.html','wp-content/themes/twentytwentythree/parts/footer.html'),(8288,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/header.html','wp-content/themes/twentytwentythree/parts/header.html'),(8289,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/parts/post-meta.html','wp-content/themes/twentytwentythree/parts/post-meta.html'),(8290,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/call-to-action.php','wp-content/themes/twentytwentythree/patterns/call-to-action.php'),(8291,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/footer-default.php','wp-content/themes/twentytwentythree/patterns/footer-default.php'),(8292,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/hidden-404.php','wp-content/themes/twentytwentythree/patterns/hidden-404.php'),(8293,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/hidden-comments.php','wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),(8294,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),(8295,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/patterns/post-meta.php','wp-content/themes/twentytwentythree/patterns/post-meta.php'),(8296,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/readme.txt','wp-content/themes/twentytwentythree/readme.txt'),(8297,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/screenshot.png','wp-content/themes/twentytwentythree/screenshot.png'),(8298,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/style.css','wp-content/themes/twentytwentythree/style.css'),(8299,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/aubergine.json','wp-content/themes/twentytwentythree/styles/aubergine.json'),(8300,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/block-out.json','wp-content/themes/twentytwentythree/styles/block-out.json'),(8301,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/canary.json','wp-content/themes/twentytwentythree/styles/canary.json'),(8302,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/electric.json','wp-content/themes/twentytwentythree/styles/electric.json'),(8303,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/grapes.json','wp-content/themes/twentytwentythree/styles/grapes.json'),(8304,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/marigold.json','wp-content/themes/twentytwentythree/styles/marigold.json'),(8305,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/pilgrimage.json','wp-content/themes/twentytwentythree/styles/pilgrimage.json'),(8306,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/pitch.json','wp-content/themes/twentytwentythree/styles/pitch.json'),(8307,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/sherbet.json','wp-content/themes/twentytwentythree/styles/sherbet.json'),(8308,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/styles/whisper.json','wp-content/themes/twentytwentythree/styles/whisper.json'),(8309,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/404.html','wp-content/themes/twentytwentythree/templates/404.html'),(8310,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/archive.html','wp-content/themes/twentytwentythree/templates/archive.html'),(8311,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/blank.html','wp-content/themes/twentytwentythree/templates/blank.html'),(8312,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/blog-alternative.html','wp-content/themes/twentytwentythree/templates/blog-alternative.html'),(8313,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/home.html','wp-content/themes/twentytwentythree/templates/home.html'),(8314,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/index.html','wp-content/themes/twentytwentythree/templates/index.html'),(8315,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/page.html','wp-content/themes/twentytwentythree/templates/page.html'),(8316,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/search.html','wp-content/themes/twentytwentythree/templates/search.html'),(8317,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/templates/single.html','wp-content/themes/twentytwentythree/templates/single.html'),(8318,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentythree/theme.json','wp-content/themes/twentytwentythree/theme.json'),(8319,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),(8320,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),(8321,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),(8322,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),(8323,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),(8324,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),(8325,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),(8326,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),(8327,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),(8328,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),(8329,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),(8330,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),(8331,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),(8332,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),(8333,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),(8334,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),(8335,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),(8336,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),(8337,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf','wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf'),(8338,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),(8339,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),(8340,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(8341,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(8342,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(8343,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(8344,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg'),(8345,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg'),(8346,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg'),(8347,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg'),(8348,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-black.png','wp-content/themes/twentytwentytwo/assets/images/divider-black.png'),(8349,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-white.png','wp-content/themes/twentytwentytwo/assets/images/divider-white.png'),(8350,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg','wp-content/themes/twentytwentytwo/assets/images/ducks.jpg'),(8351,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg'),(8352,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg'),(8353,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg'),(8354,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),(8355,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png'),(8356,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png'),(8357,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png'),(8358,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png'),(8359,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png','wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png'),(8360,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg','wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg'),(8361,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4','wp-content/themes/twentytwentytwo/assets/videos/birds.mp4'),(8362,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/functions.php','wp-content/themes/twentytwentytwo/functions.php'),(8363,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/block-patterns.php','wp-content/themes/twentytwentytwo/inc/block-patterns.php'),(8364,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),(8365,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php'),(8366,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php'),(8367,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php'),(8368,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php'),(8369,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),(8370,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php'),(8371,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php'),(8372,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),(8373,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php'),(8374,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),(8375,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php'),(8376,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php'),(8377,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php'),(8378,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php','wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php'),(8379,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php','wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php'),(8380,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php','wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php'),(8381,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php','wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php'),(8382,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php','wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php'),(8383,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php','wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php'),(8384,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php','wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php'),(8385,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php','wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php'),(8386,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php','wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php'),(8387,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php','wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php'),(8388,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php'),(8389,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php'),(8390,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php'),(8391,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php','wp-content/themes/twentytwentytwo/inc/patterns/header-default.php'),(8392,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),(8393,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php'),(8394,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php'),(8395,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php'),(8396,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php'),(8397,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php'),(8398,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php'),(8399,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php','wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php'),(8400,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php'),(8401,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php'),(8402,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php'),(8403,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php','wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php'),(8404,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php','wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),(8405,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php','wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php'),(8406,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php'),(8407,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php'),(8408,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),(8409,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php'),(8410,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php'),(8411,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php'),(8412,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php'),(8413,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php'),(8414,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),(8415,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php'),(8416,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php'),(8417,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php'),(8418,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),(8419,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php'),(8420,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),(8421,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),(8422,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),(8423,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php','wp-content/themes/twentytwentytwo/inc/patterns/query-default.php'),(8424,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php'),(8425,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php'),(8426,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php'),(8427,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php','wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php'),(8428,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php','wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php'),(8429,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php'),(8430,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/index.php','wp-content/themes/twentytwentytwo/index.php'),(8431,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/footer.html','wp-content/themes/twentytwentytwo/parts/footer.html'),(8432,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/header-large-dark.html','wp-content/themes/twentytwentytwo/parts/header-large-dark.html'),(8433,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/header-small-dark.html','wp-content/themes/twentytwentytwo/parts/header-small-dark.html'),(8434,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/parts/header.html','wp-content/themes/twentytwentytwo/parts/header.html'),(8435,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/readme.txt','wp-content/themes/twentytwentytwo/readme.txt'),(8436,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/screenshot.png','wp-content/themes/twentytwentytwo/screenshot.png'),(8437,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/style.css','wp-content/themes/twentytwentytwo/style.css'),(8438,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/styles/blue.json','wp-content/themes/twentytwentytwo/styles/blue.json'),(8439,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/styles/pink.json','wp-content/themes/twentytwentytwo/styles/pink.json'),(8440,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/styles/swiss.json','wp-content/themes/twentytwentytwo/styles/swiss.json'),(8441,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/404.html','wp-content/themes/twentytwentytwo/templates/404.html'),(8442,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/archive.html','wp-content/themes/twentytwentytwo/templates/archive.html'),(8443,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/blank.html','wp-content/themes/twentytwentytwo/templates/blank.html'),(8444,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/home.html','wp-content/themes/twentytwentytwo/templates/home.html'),(8445,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/index.html','wp-content/themes/twentytwentytwo/templates/index.html'),(8446,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/page-large-header.html','wp-content/themes/twentytwentytwo/templates/page-large-header.html'),(8447,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/page-no-separators.html','wp-content/themes/twentytwentytwo/templates/page-no-separators.html'),(8448,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/page.html','wp-content/themes/twentytwentytwo/templates/page.html'),(8449,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/search.html','wp-content/themes/twentytwentytwo/templates/search.html'),(8450,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/single-no-separators.html','wp-content/themes/twentytwentytwo/templates/single-no-separators.html'),(8451,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/templates/single.html','wp-content/themes/twentytwentytwo/templates/single.html'),(8452,'/home/sleepingsolutions.co.uk/public_html/wp-content/themes/twentytwentytwo/theme.json','wp-content/themes/twentytwentytwo/theme.json'),(8453,'/home/sleepingsolutions.co.uk/public_html/wp-content/updraft/index.html','wp-content/updraft/index.html'),(8454,'/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/aios/firewall-rules/settings.php','wp-content/uploads/aios/firewall-rules/settings.php'),(8455,'/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/wpforms/cache/index.html','wp-content/uploads/wpforms/cache/index.html'),(8456,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/attack-data.php','wp-content/wflogs/attack-data.php'),(8457,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config-livewaf.php','wp-content/wflogs/config-livewaf.php'),(8458,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config-synced.php','wp-content/wflogs/config-synced.php'),(8459,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config-transient.php','wp-content/wflogs/config-transient.php'),(8460,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/config.php','wp-content/wflogs/config.php'),(8461,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/ips.php','wp-content/wflogs/ips.php'),(8462,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/rules.php','wp-content/wflogs/rules.php'),(8463,'/home/sleepingsolutions.co.uk/public_html/wp-content/wflogs/template.php','wp-content/wflogs/template.php'),(8464,'/home/sleepingsolutions.co.uk/public_html/index.html','index.html'),(8465,'/home/sleepingsolutions.co.uk/public_html/index.php','index.php'),(8466,'/home/sleepingsolutions.co.uk/public_html/license.txt','license.txt'),(8467,'/home/sleepingsolutions.co.uk/public_html/readme.html','readme.html'),(8468,'/home/sleepingsolutions.co.uk/public_html/wp-activate.php','wp-activate.php'),(8469,'/home/sleepingsolutions.co.uk/public_html/wp-admin/about.php','wp-admin/about.php'),(8470,'/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-ajax.php','wp-admin/admin-ajax.php'),(8471,'/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-footer.php','wp-admin/admin-footer.php'),(8472,'/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-functions.php','wp-admin/admin-functions.php'),(8473,'/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-header.php','wp-admin/admin-header.php'),(8474,'/home/sleepingsolutions.co.uk/public_html/wp-admin/admin-post.php','wp-admin/admin-post.php'),(8475,'/home/sleepingsolutions.co.uk/public_html/wp-admin/admin.php','wp-admin/admin.php'),(8476,'/home/sleepingsolutions.co.uk/public_html/wp-admin/async-upload.php','wp-admin/async-upload.php'),(8477,'/home/sleepingsolutions.co.uk/public_html/wp-admin/authorize-application.php','wp-admin/authorize-application.php'),(8478,'/home/sleepingsolutions.co.uk/public_html/wp-admin/comment.php','wp-admin/comment.php'),(8479,'/home/sleepingsolutions.co.uk/public_html/wp-admin/credits.php','wp-admin/credits.php'),(8480,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about-rtl.css','wp-admin/css/about-rtl.css'),(8481,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about-rtl.min.css','wp-admin/css/about-rtl.min.css'),(8482,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about.css','wp-admin/css/about.css'),(8483,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/about.min.css','wp-admin/css/about.min.css'),(8484,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu-rtl.css','wp-admin/css/admin-menu-rtl.css'),(8485,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu-rtl.min.css','wp-admin/css/admin-menu-rtl.min.css'),(8486,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu.css','wp-admin/css/admin-menu.css'),(8487,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/admin-menu.min.css','wp-admin/css/admin-menu.min.css'),(8488,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor-rtl.css','wp-admin/css/code-editor-rtl.css'),(8489,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor-rtl.min.css','wp-admin/css/code-editor-rtl.min.css'),(8490,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor.css','wp-admin/css/code-editor.css'),(8491,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/code-editor.min.css','wp-admin/css/code-editor.min.css'),(8492,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker-rtl.css','wp-admin/css/color-picker-rtl.css'),(8493,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker-rtl.min.css','wp-admin/css/color-picker-rtl.min.css'),(8494,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker.css','wp-admin/css/color-picker.css'),(8495,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/color-picker.min.css','wp-admin/css/color-picker.min.css'),(8496,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/_admin.scss','wp-admin/css/colors/_admin.scss'),(8497,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/_mixins.scss','wp-admin/css/colors/_mixins.scss'),(8498,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/_variables.scss','wp-admin/css/colors/_variables.scss'),(8499,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors-rtl.css','wp-admin/css/colors/blue/colors-rtl.css'),(8500,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors-rtl.min.css','wp-admin/css/colors/blue/colors-rtl.min.css'),(8501,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors.css','wp-admin/css/colors/blue/colors.css'),(8502,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors.min.css','wp-admin/css/colors/blue/colors.min.css'),(8503,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/blue/colors.scss','wp-admin/css/colors/blue/colors.scss'),(8504,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors-rtl.css','wp-admin/css/colors/coffee/colors-rtl.css'),(8505,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css','wp-admin/css/colors/coffee/colors-rtl.min.css'),(8506,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors.css','wp-admin/css/colors/coffee/colors.css'),(8507,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors.min.css','wp-admin/css/colors/coffee/colors.min.css'),(8508,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/coffee/colors.scss','wp-admin/css/colors/coffee/colors.scss'),(8509,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.css','wp-admin/css/colors/ectoplasm/colors-rtl.css'),(8510,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css','wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(8511,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors.css','wp-admin/css/colors/ectoplasm/colors.css'),(8512,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors.min.css','wp-admin/css/colors/ectoplasm/colors.min.css'),(8513,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ectoplasm/colors.scss','wp-admin/css/colors/ectoplasm/colors.scss'),(8514,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors-rtl.css','wp-admin/css/colors/light/colors-rtl.css'),(8515,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors-rtl.min.css','wp-admin/css/colors/light/colors-rtl.min.css'),(8516,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors.css','wp-admin/css/colors/light/colors.css'),(8517,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors.min.css','wp-admin/css/colors/light/colors.min.css'),(8518,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/light/colors.scss','wp-admin/css/colors/light/colors.scss'),(8519,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors-rtl.css','wp-admin/css/colors/midnight/colors-rtl.css'),(8520,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css','wp-admin/css/colors/midnight/colors-rtl.min.css'),(8521,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors.css','wp-admin/css/colors/midnight/colors.css'),(8522,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors.min.css','wp-admin/css/colors/midnight/colors.min.css'),(8523,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/midnight/colors.scss','wp-admin/css/colors/midnight/colors.scss'),(8524,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors-rtl.css','wp-admin/css/colors/modern/colors-rtl.css'),(8525,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors-rtl.min.css','wp-admin/css/colors/modern/colors-rtl.min.css'),(8526,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors.css','wp-admin/css/colors/modern/colors.css'),(8527,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors.min.css','wp-admin/css/colors/modern/colors.min.css'),(8528,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/modern/colors.scss','wp-admin/css/colors/modern/colors.scss'),(8529,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors-rtl.css','wp-admin/css/colors/ocean/colors-rtl.css'),(8530,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css','wp-admin/css/colors/ocean/colors-rtl.min.css'),(8531,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors.css','wp-admin/css/colors/ocean/colors.css'),(8532,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors.min.css','wp-admin/css/colors/ocean/colors.min.css'),(8533,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/ocean/colors.scss','wp-admin/css/colors/ocean/colors.scss'),(8534,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors-rtl.css','wp-admin/css/colors/sunrise/colors-rtl.css'),(8535,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors-rtl.min.css','wp-admin/css/colors/sunrise/colors-rtl.min.css'),(8536,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors.css','wp-admin/css/colors/sunrise/colors.css'),(8537,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors.min.css','wp-admin/css/colors/sunrise/colors.min.css'),(8538,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/colors/sunrise/colors.scss','wp-admin/css/colors/sunrise/colors.scss'),(8539,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common-rtl.css','wp-admin/css/common-rtl.css'),(8540,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common-rtl.min.css','wp-admin/css/common-rtl.min.css'),(8541,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common.css','wp-admin/css/common.css'),(8542,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/common.min.css','wp-admin/css/common.min.css'),(8543,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls-rtl.css','wp-admin/css/customize-controls-rtl.css'),(8544,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls-rtl.min.css','wp-admin/css/customize-controls-rtl.min.css'),(8545,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls.css','wp-admin/css/customize-controls.css'),(8546,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-controls.min.css','wp-admin/css/customize-controls.min.css'),(8547,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus-rtl.css','wp-admin/css/customize-nav-menus-rtl.css'),(8548,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus-rtl.min.css','wp-admin/css/customize-nav-menus-rtl.min.css'),(8549,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus.css','wp-admin/css/customize-nav-menus.css'),(8550,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-nav-menus.min.css','wp-admin/css/customize-nav-menus.min.css'),(8551,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets-rtl.css','wp-admin/css/customize-widgets-rtl.css'),(8552,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets-rtl.min.css','wp-admin/css/customize-widgets-rtl.min.css'),(8553,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets.css','wp-admin/css/customize-widgets.css'),(8554,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/customize-widgets.min.css','wp-admin/css/customize-widgets.min.css'),(8555,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard-rtl.css','wp-admin/css/dashboard-rtl.css'),(8556,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard-rtl.min.css','wp-admin/css/dashboard-rtl.min.css'),(8557,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard.css','wp-admin/css/dashboard.css'),(8558,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/dashboard.min.css','wp-admin/css/dashboard.min.css'),(8559,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media-rtl.css','wp-admin/css/deprecated-media-rtl.css'),(8560,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media-rtl.min.css','wp-admin/css/deprecated-media-rtl.min.css'),(8561,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media.css','wp-admin/css/deprecated-media.css'),(8562,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/deprecated-media.min.css','wp-admin/css/deprecated-media.min.css'),(8563,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit-rtl.css','wp-admin/css/edit-rtl.css'),(8564,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit-rtl.min.css','wp-admin/css/edit-rtl.min.css'),(8565,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit.css','wp-admin/css/edit.css'),(8566,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/edit.min.css','wp-admin/css/edit.min.css'),(8567,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/farbtastic-rtl.css','wp-admin/css/farbtastic-rtl.css'),(8568,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/farbtastic-rtl.min.css','wp-admin/css/farbtastic-rtl.min.css'),(8569,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/farbtastic.css','wp-admin/css/farbtastic.css'),(8570,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/farbtastic.min.css','wp-admin/css/farbtastic.min.css'),(8571,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms-rtl.css','wp-admin/css/forms-rtl.css'),(8572,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms-rtl.min.css','wp-admin/css/forms-rtl.min.css'),(8573,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms.css','wp-admin/css/forms.css'),(8574,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/forms.min.css','wp-admin/css/forms.min.css'),(8575,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install-rtl.css','wp-admin/css/install-rtl.css'),(8576,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install-rtl.min.css','wp-admin/css/install-rtl.min.css'),(8577,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install.css','wp-admin/css/install.css'),(8578,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/install.min.css','wp-admin/css/install.min.css'),(8579,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/l10n-rtl.css','wp-admin/css/l10n-rtl.css'),(8580,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/l10n-rtl.min.css','wp-admin/css/l10n-rtl.min.css'),(8581,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/l10n.css','wp-admin/css/l10n.css'),(8582,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/l10n.min.css','wp-admin/css/l10n.min.css'),(8583,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables-rtl.css','wp-admin/css/list-tables-rtl.css'),(8584,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables-rtl.min.css','wp-admin/css/list-tables-rtl.min.css'),(8585,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables.css','wp-admin/css/list-tables.css'),(8586,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/list-tables.min.css','wp-admin/css/list-tables.min.css'),(8587,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login-rtl.css','wp-admin/css/login-rtl.css'),(8588,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login-rtl.min.css','wp-admin/css/login-rtl.min.css'),(8589,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login.css','wp-admin/css/login.css'),(8590,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/login.min.css','wp-admin/css/login.min.css'),(8591,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media-rtl.css','wp-admin/css/media-rtl.css'),(8592,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media-rtl.min.css','wp-admin/css/media-rtl.min.css'),(8593,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media.css','wp-admin/css/media.css'),(8594,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/media.min.css','wp-admin/css/media.min.css'),(8595,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus-rtl.css','wp-admin/css/nav-menus-rtl.css'),(8596,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus-rtl.min.css','wp-admin/css/nav-menus-rtl.min.css'),(8597,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus.css','wp-admin/css/nav-menus.css'),(8598,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/nav-menus.min.css','wp-admin/css/nav-menus.min.css'),(8599,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions-rtl.css','wp-admin/css/revisions-rtl.css'),(8600,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions-rtl.min.css','wp-admin/css/revisions-rtl.min.css'),(8601,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions.css','wp-admin/css/revisions.css'),(8602,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/revisions.min.css','wp-admin/css/revisions.min.css'),(8603,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health-rtl.css','wp-admin/css/site-health-rtl.css'),(8604,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health-rtl.min.css','wp-admin/css/site-health-rtl.min.css'),(8605,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health.css','wp-admin/css/site-health.css'),(8606,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-health.min.css','wp-admin/css/site-health.min.css'),(8607,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-icon-rtl.css','wp-admin/css/site-icon-rtl.css'),(8608,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-icon-rtl.min.css','wp-admin/css/site-icon-rtl.min.css'),(8609,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-icon.css','wp-admin/css/site-icon.css'),(8610,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/site-icon.min.css','wp-admin/css/site-icon.min.css'),(8611,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes-rtl.css','wp-admin/css/themes-rtl.css'),(8612,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes-rtl.min.css','wp-admin/css/themes-rtl.min.css'),(8613,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes.css','wp-admin/css/themes.css'),(8614,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/themes.min.css','wp-admin/css/themes.min.css'),(8615,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets-rtl.css','wp-admin/css/widgets-rtl.css'),(8616,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets-rtl.min.css','wp-admin/css/widgets-rtl.min.css'),(8617,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets.css','wp-admin/css/widgets.css'),(8618,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/widgets.min.css','wp-admin/css/widgets.min.css'),(8619,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/wp-admin-rtl.css','wp-admin/css/wp-admin-rtl.css'),(8620,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/wp-admin-rtl.min.css','wp-admin/css/wp-admin-rtl.min.css'),(8621,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/wp-admin.css','wp-admin/css/wp-admin.css'),(8622,'/home/sleepingsolutions.co.uk/public_html/wp-admin/css/wp-admin.min.css','wp-admin/css/wp-admin.min.css'),(8623,'/home/sleepingsolutions.co.uk/public_html/wp-admin/custom-background.php','wp-admin/custom-background.php'),(8624,'/home/sleepingsolutions.co.uk/public_html/wp-admin/custom-header.php','wp-admin/custom-header.php'),(8625,'/home/sleepingsolutions.co.uk/public_html/wp-admin/customize.php','wp-admin/customize.php'),(8626,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-comments.php','wp-admin/edit-comments.php'),(8627,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-form-advanced.php','wp-admin/edit-form-advanced.php'),(8628,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-form-blocks.php','wp-admin/edit-form-blocks.php'),(8629,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-form-comment.php','wp-admin/edit-form-comment.php'),(8630,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-link-form.php','wp-admin/edit-link-form.php'),(8631,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-tag-form.php','wp-admin/edit-tag-form.php'),(8632,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit-tags.php','wp-admin/edit-tags.php'),(8633,'/home/sleepingsolutions.co.uk/public_html/wp-admin/edit.php','wp-admin/edit.php'),(8634,'/home/sleepingsolutions.co.uk/public_html/wp-admin/erase-personal-data.php','wp-admin/erase-personal-data.php'),(8635,'/home/sleepingsolutions.co.uk/public_html/wp-admin/export-personal-data.php','wp-admin/export-personal-data.php'),(8636,'/home/sleepingsolutions.co.uk/public_html/wp-admin/export.php','wp-admin/export.php'),(8637,'/home/sleepingsolutions.co.uk/public_html/wp-admin/freedoms.php','wp-admin/freedoms.php'),(8638,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-about.svg','wp-admin/images/about-header-about.svg'),(8639,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-credits.svg','wp-admin/images/about-header-credits.svg'),(8640,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-freedoms.svg','wp-admin/images/about-header-freedoms.svg'),(8641,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-header-privacy.svg','wp-admin/images/about-header-privacy.svg'),(8642,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/about-texture.png','wp-admin/images/about-texture.png'),(8643,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-center-2x.png','wp-admin/images/align-center-2x.png'),(8644,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-center.png','wp-admin/images/align-center.png'),(8645,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-left-2x.png','wp-admin/images/align-left-2x.png'),(8646,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-left.png','wp-admin/images/align-left.png'),(8647,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-none-2x.png','wp-admin/images/align-none-2x.png'),(8648,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-none.png','wp-admin/images/align-none.png'),(8649,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-right-2x.png','wp-admin/images/align-right-2x.png'),(8650,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/align-right.png','wp-admin/images/align-right.png'),(8651,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/arrows-2x.png','wp-admin/images/arrows-2x.png'),(8652,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/arrows.png','wp-admin/images/arrows.png'),(8653,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/browser-rtl.png','wp-admin/images/browser-rtl.png'),(8654,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/browser.png','wp-admin/images/browser.png'),(8655,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/bubble_bg-2x.gif','wp-admin/images/bubble_bg-2x.gif'),(8656,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/bubble_bg.gif','wp-admin/images/bubble_bg.gif'),(8657,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/comment-grey-bubble-2x.png','wp-admin/images/comment-grey-bubble-2x.png'),(8658,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/comment-grey-bubble.png','wp-admin/images/comment-grey-bubble.png'),(8659,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/date-button-2x.gif','wp-admin/images/date-button-2x.gif'),(8660,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/date-button.gif','wp-admin/images/date-button.gif'),(8661,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-1.svg','wp-admin/images/freedom-1.svg'),(8662,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-2.svg','wp-admin/images/freedom-2.svg'),(8663,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-3.svg','wp-admin/images/freedom-3.svg'),(8664,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/freedom-4.svg','wp-admin/images/freedom-4.svg'),(8665,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/generic.png','wp-admin/images/generic.png'),(8666,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/icons32-2x.png','wp-admin/images/icons32-2x.png'),(8667,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/icons32-vs-2x.png','wp-admin/images/icons32-vs-2x.png'),(8668,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/icons32-vs.png','wp-admin/images/icons32-vs.png'),(8669,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/icons32.png','wp-admin/images/icons32.png'),(8670,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/imgedit-icons-2x.png','wp-admin/images/imgedit-icons-2x.png'),(8671,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/imgedit-icons.png','wp-admin/images/imgedit-icons.png'),(8672,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/list-2x.png','wp-admin/images/list-2x.png'),(8673,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/list.png','wp-admin/images/list.png'),(8674,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/loading.gif','wp-admin/images/loading.gif'),(8675,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/marker.png','wp-admin/images/marker.png'),(8676,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/mask.png','wp-admin/images/mask.png'),(8677,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button-2x.png','wp-admin/images/media-button-2x.png'),(8678,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button-image.gif','wp-admin/images/media-button-image.gif'),(8679,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button-music.gif','wp-admin/images/media-button-music.gif'),(8680,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button-other.gif','wp-admin/images/media-button-other.gif'),(8681,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button-video.gif','wp-admin/images/media-button-video.gif'),(8682,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/media-button.png','wp-admin/images/media-button.png'),(8683,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/menu-2x.png','wp-admin/images/menu-2x.png'),(8684,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/menu-vs-2x.png','wp-admin/images/menu-vs-2x.png'),(8685,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/menu-vs.png','wp-admin/images/menu-vs.png'),(8686,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/menu.png','wp-admin/images/menu.png'),(8687,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/no.png','wp-admin/images/no.png'),(8688,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/post-formats-vs.png','wp-admin/images/post-formats-vs.png'),(8689,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/post-formats.png','wp-admin/images/post-formats.png'),(8690,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/post-formats32-vs.png','wp-admin/images/post-formats32-vs.png'),(8691,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/post-formats32.png','wp-admin/images/post-formats32.png'),(8692,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/privacy.svg','wp-admin/images/privacy.svg'),(8693,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/resize-2x.gif','wp-admin/images/resize-2x.gif'),(8694,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/resize-rtl-2x.gif','wp-admin/images/resize-rtl-2x.gif'),(8695,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/resize-rtl.gif','wp-admin/images/resize-rtl.gif'),(8696,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/resize.gif','wp-admin/images/resize.gif'),(8697,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/se.png','wp-admin/images/se.png'),(8698,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/sort-2x.gif','wp-admin/images/sort-2x.gif'),(8699,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/sort.gif','wp-admin/images/sort.gif'),(8700,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/spinner-2x.gif','wp-admin/images/spinner-2x.gif'),(8701,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/spinner.gif','wp-admin/images/spinner.gif'),(8702,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/stars-2x.png','wp-admin/images/stars-2x.png'),(8703,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/stars.png','wp-admin/images/stars.png'),(8704,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/w-logo-blue.png','wp-admin/images/w-logo-blue.png'),(8705,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/w-logo-white.png','wp-admin/images/w-logo-white.png'),(8706,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wheel.png','wp-admin/images/wheel.png'),(8707,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wordpress-logo-white.svg','wp-admin/images/wordpress-logo-white.svg'),(8708,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wordpress-logo.png','wp-admin/images/wordpress-logo.png'),(8709,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wordpress-logo.svg','wp-admin/images/wordpress-logo.svg'),(8710,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wpspin_light-2x.gif','wp-admin/images/wpspin_light-2x.gif'),(8711,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/wpspin_light.gif','wp-admin/images/wpspin_light.gif'),(8712,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/xit-2x.gif','wp-admin/images/xit-2x.gif'),(8713,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/xit.gif','wp-admin/images/xit.gif'),(8714,'/home/sleepingsolutions.co.uk/public_html/wp-admin/images/yes.png','wp-admin/images/yes.png'),(8715,'/home/sleepingsolutions.co.uk/public_html/wp-admin/import.php','wp-admin/import.php'),(8716,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/admin-filters.php','wp-admin/includes/admin-filters.php'),(8717,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/admin.php','wp-admin/includes/admin.php'),(8718,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ajax-actions.php','wp-admin/includes/ajax-actions.php'),(8719,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/bookmark.php','wp-admin/includes/bookmark.php'),(8720,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-automatic-upgrader-skin.php','wp-admin/includes/class-automatic-upgrader-skin.php'),(8721,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php','wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(8722,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php','wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(8723,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-bulk-upgrader-skin.php','wp-admin/includes/class-bulk-upgrader-skin.php'),(8724,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-core-upgrader.php','wp-admin/includes/class-core-upgrader.php'),(8725,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-custom-background.php','wp-admin/includes/class-custom-background.php'),(8726,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-custom-image-header.php','wp-admin/includes/class-custom-image-header.php'),(8727,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-file-upload-upgrader.php','wp-admin/includes/class-file-upload-upgrader.php'),(8728,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-ftp-pure.php','wp-admin/includes/class-ftp-pure.php'),(8729,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-ftp-sockets.php','wp-admin/includes/class-ftp-sockets.php'),(8730,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-ftp.php','wp-admin/includes/class-ftp.php'),(8731,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php','wp-admin/includes/class-language-pack-upgrader-skin.php'),(8732,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-language-pack-upgrader.php','wp-admin/includes/class-language-pack-upgrader.php'),(8733,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-pclzip.php','wp-admin/includes/class-pclzip.php'),(8734,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-plugin-installer-skin.php','wp-admin/includes/class-plugin-installer-skin.php'),(8735,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-plugin-upgrader-skin.php','wp-admin/includes/class-plugin-upgrader-skin.php'),(8736,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-plugin-upgrader.php','wp-admin/includes/class-plugin-upgrader.php'),(8737,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-theme-installer-skin.php','wp-admin/includes/class-theme-installer-skin.php'),(8738,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-theme-upgrader-skin.php','wp-admin/includes/class-theme-upgrader-skin.php'),(8739,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-theme-upgrader.php','wp-admin/includes/class-theme-upgrader.php'),(8740,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-walker-category-checklist.php','wp-admin/includes/class-walker-category-checklist.php'),(8741,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php','wp-admin/includes/class-walker-nav-menu-checklist.php'),(8742,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-walker-nav-menu-edit.php','wp-admin/includes/class-walker-nav-menu-edit.php'),(8743,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php','wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(8744,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-application-passwords-list-table.php','wp-admin/includes/class-wp-application-passwords-list-table.php'),(8745,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-automatic-updater.php','wp-admin/includes/class-wp-automatic-updater.php'),(8746,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-comments-list-table.php','wp-admin/includes/class-wp-comments-list-table.php'),(8747,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-community-events.php','wp-admin/includes/class-wp-community-events.php'),(8748,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-debug-data.php','wp-admin/includes/class-wp-debug-data.php'),(8749,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-base.php','wp-admin/includes/class-wp-filesystem-base.php'),(8750,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-direct.php','wp-admin/includes/class-wp-filesystem-direct.php'),(8751,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php','wp-admin/includes/class-wp-filesystem-ftpext.php'),(8752,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php','wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(8753,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php','wp-admin/includes/class-wp-filesystem-ssh2.php'),(8754,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-importer.php','wp-admin/includes/class-wp-importer.php'),(8755,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-internal-pointers.php','wp-admin/includes/class-wp-internal-pointers.php'),(8756,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-links-list-table.php','wp-admin/includes/class-wp-links-list-table.php'),(8757,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-list-table-compat.php','wp-admin/includes/class-wp-list-table-compat.php'),(8758,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-list-table.php','wp-admin/includes/class-wp-list-table.php'),(8759,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-media-list-table.php','wp-admin/includes/class-wp-media-list-table.php'),(8760,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php','wp-admin/includes/class-wp-ms-sites-list-table.php'),(8761,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php','wp-admin/includes/class-wp-ms-themes-list-table.php'),(8762,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-ms-users-list-table.php','wp-admin/includes/class-wp-ms-users-list-table.php'),(8763,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php','wp-admin/includes/class-wp-plugin-install-list-table.php'),(8764,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-plugins-list-table.php','wp-admin/includes/class-wp-plugins-list-table.php'),(8765,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-post-comments-list-table.php','wp-admin/includes/class-wp-post-comments-list-table.php'),(8766,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-posts-list-table.php','wp-admin/includes/class-wp-posts-list-table.php'),(8767,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(8768,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(8769,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-policy-content.php','wp-admin/includes/class-wp-privacy-policy-content.php'),(8770,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-privacy-requests-table.php','wp-admin/includes/class-wp-privacy-requests-table.php'),(8771,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-screen.php','wp-admin/includes/class-wp-screen.php'),(8772,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php','wp-admin/includes/class-wp-site-health-auto-updates.php'),(8773,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-site-health.php','wp-admin/includes/class-wp-site-health.php'),(8774,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-site-icon.php','wp-admin/includes/class-wp-site-icon.php'),(8775,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-terms-list-table.php','wp-admin/includes/class-wp-terms-list-table.php'),(8776,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-theme-install-list-table.php','wp-admin/includes/class-wp-theme-install-list-table.php'),(8777,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-themes-list-table.php','wp-admin/includes/class-wp-themes-list-table.php'),(8778,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-upgrader-skin.php','wp-admin/includes/class-wp-upgrader-skin.php'),(8779,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-upgrader-skins.php','wp-admin/includes/class-wp-upgrader-skins.php'),(8780,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-upgrader.php','wp-admin/includes/class-wp-upgrader.php'),(8781,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/class-wp-users-list-table.php','wp-admin/includes/class-wp-users-list-table.php'),(8782,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/comment.php','wp-admin/includes/comment.php'),(8783,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/continents-cities.php','wp-admin/includes/continents-cities.php'),(8784,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/credits.php','wp-admin/includes/credits.php'),(8785,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/dashboard.php','wp-admin/includes/dashboard.php'),(8786,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/deprecated.php','wp-admin/includes/deprecated.php'),(8787,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/edit-tag-messages.php','wp-admin/includes/edit-tag-messages.php'),(8788,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/export.php','wp-admin/includes/export.php'),(8789,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/file.php','wp-admin/includes/file.php'),(8790,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/image-edit.php','wp-admin/includes/image-edit.php'),(8791,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/image.php','wp-admin/includes/image.php'),(8792,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/import.php','wp-admin/includes/import.php'),(8793,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/list-table.php','wp-admin/includes/list-table.php'),(8794,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/media.php','wp-admin/includes/media.php'),(8795,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/menu.php','wp-admin/includes/menu.php'),(8796,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/meta-boxes.php','wp-admin/includes/meta-boxes.php'),(8797,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/misc.php','wp-admin/includes/misc.php'),(8798,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ms-admin-filters.php','wp-admin/includes/ms-admin-filters.php'),(8799,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ms-deprecated.php','wp-admin/includes/ms-deprecated.php'),(8800,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/ms.php','wp-admin/includes/ms.php'),(8801,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/nav-menu.php','wp-admin/includes/nav-menu.php'),(8802,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/network.php','wp-admin/includes/network.php'),(8803,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/noop.php','wp-admin/includes/noop.php'),(8804,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/options.php','wp-admin/includes/options.php'),(8805,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/plugin-install.php','wp-admin/includes/plugin-install.php'),(8806,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/plugin.php','wp-admin/includes/plugin.php'),(8807,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/post.php','wp-admin/includes/post.php'),(8808,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/privacy-tools.php','wp-admin/includes/privacy-tools.php'),(8809,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/revision.php','wp-admin/includes/revision.php'),(8810,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/schema.php','wp-admin/includes/schema.php'),(8811,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/screen.php','wp-admin/includes/screen.php'),(8812,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/taxonomy.php','wp-admin/includes/taxonomy.php'),(8813,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/template.php','wp-admin/includes/template.php'),(8814,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/theme-install.php','wp-admin/includes/theme-install.php'),(8815,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/theme.php','wp-admin/includes/theme.php'),(8816,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/translation-install.php','wp-admin/includes/translation-install.php'),(8817,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/update-core.php','wp-admin/includes/update-core.php'),(8818,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/update.php','wp-admin/includes/update.php'),(8819,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/upgrade.php','wp-admin/includes/upgrade.php'),(8820,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/user.php','wp-admin/includes/user.php'),(8821,'/home/sleepingsolutions.co.uk/public_html/wp-admin/includes/widgets.php','wp-admin/includes/widgets.php'),(8822,'/home/sleepingsolutions.co.uk/public_html/wp-admin/index.php','wp-admin/index.php'),(8823,'/home/sleepingsolutions.co.uk/public_html/wp-admin/install-helper.php','wp-admin/install-helper.php'),(8824,'/home/sleepingsolutions.co.uk/public_html/wp-admin/install.php','wp-admin/install.php'),(8825,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/accordion.js','wp-admin/js/accordion.js'),(8826,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/accordion.min.js','wp-admin/js/accordion.min.js'),(8827,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/application-passwords.js','wp-admin/js/application-passwords.js'),(8828,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/application-passwords.min.js','wp-admin/js/application-passwords.min.js'),(8829,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/auth-app.js','wp-admin/js/auth-app.js'),(8830,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/auth-app.min.js','wp-admin/js/auth-app.min.js'),(8831,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/code-editor.js','wp-admin/js/code-editor.js'),(8832,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/code-editor.min.js','wp-admin/js/code-editor.min.js'),(8833,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/color-picker.js','wp-admin/js/color-picker.js'),(8834,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/color-picker.min.js','wp-admin/js/color-picker.min.js'),(8835,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/comment.js','wp-admin/js/comment.js'),(8836,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/comment.min.js','wp-admin/js/comment.min.js'),(8837,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/common.js','wp-admin/js/common.js'),(8838,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/common.min.js','wp-admin/js/common.min.js'),(8839,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/custom-background.js','wp-admin/js/custom-background.js'),(8840,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/custom-background.min.js','wp-admin/js/custom-background.min.js'),(8841,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/custom-header.js','wp-admin/js/custom-header.js'),(8842,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-controls.js','wp-admin/js/customize-controls.js'),(8843,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-controls.min.js','wp-admin/js/customize-controls.min.js'),(8844,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-nav-menus.js','wp-admin/js/customize-nav-menus.js'),(8845,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-nav-menus.min.js','wp-admin/js/customize-nav-menus.min.js'),(8846,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-widgets.js','wp-admin/js/customize-widgets.js'),(8847,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/customize-widgets.min.js','wp-admin/js/customize-widgets.min.js'),(8848,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/dashboard.js','wp-admin/js/dashboard.js'),(8849,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/dashboard.min.js','wp-admin/js/dashboard.min.js'),(8850,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/edit-comments.js','wp-admin/js/edit-comments.js'),(8851,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/edit-comments.min.js','wp-admin/js/edit-comments.min.js'),(8852,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor-expand.js','wp-admin/js/editor-expand.js'),(8853,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor-expand.min.js','wp-admin/js/editor-expand.min.js'),(8854,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor.js','wp-admin/js/editor.js'),(8855,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/editor.min.js','wp-admin/js/editor.min.js'),(8856,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/farbtastic.js','wp-admin/js/farbtastic.js'),(8857,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/gallery.js','wp-admin/js/gallery.js'),(8858,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/gallery.min.js','wp-admin/js/gallery.min.js'),(8859,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/image-edit.js','wp-admin/js/image-edit.js'),(8860,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/image-edit.min.js','wp-admin/js/image-edit.min.js'),(8861,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-post.js','wp-admin/js/inline-edit-post.js'),(8862,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-post.min.js','wp-admin/js/inline-edit-post.min.js'),(8863,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-tax.js','wp-admin/js/inline-edit-tax.js'),(8864,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/inline-edit-tax.min.js','wp-admin/js/inline-edit-tax.min.js'),(8865,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/iris.min.js','wp-admin/js/iris.min.js'),(8866,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/language-chooser.js','wp-admin/js/language-chooser.js'),(8867,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/language-chooser.min.js','wp-admin/js/language-chooser.min.js'),(8868,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/link.js','wp-admin/js/link.js'),(8869,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/link.min.js','wp-admin/js/link.min.js'),(8870,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-gallery.js','wp-admin/js/media-gallery.js'),(8871,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-gallery.min.js','wp-admin/js/media-gallery.min.js'),(8872,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-upload.js','wp-admin/js/media-upload.js'),(8873,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media-upload.min.js','wp-admin/js/media-upload.min.js'),(8874,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media.js','wp-admin/js/media.js'),(8875,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/media.min.js','wp-admin/js/media.min.js'),(8876,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/nav-menu.js','wp-admin/js/nav-menu.js'),(8877,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/nav-menu.min.js','wp-admin/js/nav-menu.min.js'),(8878,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/password-strength-meter.js','wp-admin/js/password-strength-meter.js'),(8879,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/password-strength-meter.min.js','wp-admin/js/password-strength-meter.min.js'),(8880,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/plugin-install.js','wp-admin/js/plugin-install.js'),(8881,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/plugin-install.min.js','wp-admin/js/plugin-install.min.js'),(8882,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/post.js','wp-admin/js/post.js'),(8883,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/post.min.js','wp-admin/js/post.min.js'),(8884,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/postbox.js','wp-admin/js/postbox.js'),(8885,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/postbox.min.js','wp-admin/js/postbox.min.js'),(8886,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/privacy-tools.js','wp-admin/js/privacy-tools.js'),(8887,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/privacy-tools.min.js','wp-admin/js/privacy-tools.min.js'),(8888,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/revisions.js','wp-admin/js/revisions.js'),(8889,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/revisions.min.js','wp-admin/js/revisions.min.js'),(8890,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/set-post-thumbnail.js','wp-admin/js/set-post-thumbnail.js'),(8891,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/set-post-thumbnail.min.js','wp-admin/js/set-post-thumbnail.min.js'),(8892,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/site-health.js','wp-admin/js/site-health.js'),(8893,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/site-health.min.js','wp-admin/js/site-health.min.js'),(8894,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/svg-painter.js','wp-admin/js/svg-painter.js'),(8895,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/svg-painter.min.js','wp-admin/js/svg-painter.min.js'),(8896,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-box.js','wp-admin/js/tags-box.js'),(8897,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-box.min.js','wp-admin/js/tags-box.min.js'),(8898,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-suggest.js','wp-admin/js/tags-suggest.js'),(8899,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags-suggest.min.js','wp-admin/js/tags-suggest.min.js'),(8900,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags.js','wp-admin/js/tags.js'),(8901,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/tags.min.js','wp-admin/js/tags.min.js'),(8902,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme-plugin-editor.js','wp-admin/js/theme-plugin-editor.js'),(8903,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme-plugin-editor.min.js','wp-admin/js/theme-plugin-editor.min.js'),(8904,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme.js','wp-admin/js/theme.js'),(8905,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/theme.min.js','wp-admin/js/theme.min.js'),(8906,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/updates.js','wp-admin/js/updates.js'),(8907,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/updates.min.js','wp-admin/js/updates.min.js'),(8908,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-profile.js','wp-admin/js/user-profile.js'),(8909,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-profile.min.js','wp-admin/js/user-profile.min.js'),(8910,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-suggest.js','wp-admin/js/user-suggest.js'),(8911,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/user-suggest.min.js','wp-admin/js/user-suggest.min.js'),(8912,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/custom-html-widgets.js','wp-admin/js/widgets/custom-html-widgets.js'),(8913,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/custom-html-widgets.min.js','wp-admin/js/widgets/custom-html-widgets.min.js'),(8914,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-audio-widget.js','wp-admin/js/widgets/media-audio-widget.js'),(8915,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-audio-widget.min.js','wp-admin/js/widgets/media-audio-widget.min.js'),(8916,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-gallery-widget.js','wp-admin/js/widgets/media-gallery-widget.js'),(8917,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-gallery-widget.min.js','wp-admin/js/widgets/media-gallery-widget.min.js'),(8918,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-image-widget.js','wp-admin/js/widgets/media-image-widget.js'),(8919,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-image-widget.min.js','wp-admin/js/widgets/media-image-widget.min.js'),(8920,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-video-widget.js','wp-admin/js/widgets/media-video-widget.js'),(8921,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-video-widget.min.js','wp-admin/js/widgets/media-video-widget.min.js'),(8922,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-widgets.js','wp-admin/js/widgets/media-widgets.js'),(8923,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/media-widgets.min.js','wp-admin/js/widgets/media-widgets.min.js'),(8924,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/text-widgets.js','wp-admin/js/widgets/text-widgets.js'),(8925,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets/text-widgets.min.js','wp-admin/js/widgets/text-widgets.min.js'),(8926,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets.js','wp-admin/js/widgets.js'),(8927,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/widgets.min.js','wp-admin/js/widgets.min.js'),(8928,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/word-count.js','wp-admin/js/word-count.js'),(8929,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/word-count.min.js','wp-admin/js/word-count.min.js'),(8930,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/xfn.js','wp-admin/js/xfn.js'),(8931,'/home/sleepingsolutions.co.uk/public_html/wp-admin/js/xfn.min.js','wp-admin/js/xfn.min.js'),(8932,'/home/sleepingsolutions.co.uk/public_html/wp-admin/link-add.php','wp-admin/link-add.php'),(8933,'/home/sleepingsolutions.co.uk/public_html/wp-admin/link-manager.php','wp-admin/link-manager.php'),(8934,'/home/sleepingsolutions.co.uk/public_html/wp-admin/link-parse-opml.php','wp-admin/link-parse-opml.php'),(8935,'/home/sleepingsolutions.co.uk/public_html/wp-admin/link.php','wp-admin/link.php'),(8936,'/home/sleepingsolutions.co.uk/public_html/wp-admin/load-scripts.php','wp-admin/load-scripts.php'),(8937,'/home/sleepingsolutions.co.uk/public_html/wp-admin/load-styles.php','wp-admin/load-styles.php'),(8938,'/home/sleepingsolutions.co.uk/public_html/wp-admin/maint/repair.php','wp-admin/maint/repair.php'),(8939,'/home/sleepingsolutions.co.uk/public_html/wp-admin/media-new.php','wp-admin/media-new.php'),(8940,'/home/sleepingsolutions.co.uk/public_html/wp-admin/media-upload.php','wp-admin/media-upload.php'),(8941,'/home/sleepingsolutions.co.uk/public_html/wp-admin/media.php','wp-admin/media.php'),(8942,'/home/sleepingsolutions.co.uk/public_html/wp-admin/menu-header.php','wp-admin/menu-header.php'),(8943,'/home/sleepingsolutions.co.uk/public_html/wp-admin/menu.php','wp-admin/menu.php'),(8944,'/home/sleepingsolutions.co.uk/public_html/wp-admin/moderation.php','wp-admin/moderation.php'),(8945,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-admin.php','wp-admin/ms-admin.php'),(8946,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-delete-site.php','wp-admin/ms-delete-site.php'),(8947,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-edit.php','wp-admin/ms-edit.php'),(8948,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-options.php','wp-admin/ms-options.php'),(8949,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-sites.php','wp-admin/ms-sites.php'),(8950,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-themes.php','wp-admin/ms-themes.php'),(8951,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-upgrade-network.php','wp-admin/ms-upgrade-network.php'),(8952,'/home/sleepingsolutions.co.uk/public_html/wp-admin/ms-users.php','wp-admin/ms-users.php'),(8953,'/home/sleepingsolutions.co.uk/public_html/wp-admin/my-sites.php','wp-admin/my-sites.php'),(8954,'/home/sleepingsolutions.co.uk/public_html/wp-admin/nav-menus.php','wp-admin/nav-menus.php'),(8955,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/about.php','wp-admin/network/about.php'),(8956,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/admin.php','wp-admin/network/admin.php'),(8957,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/credits.php','wp-admin/network/credits.php'),(8958,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/edit.php','wp-admin/network/edit.php'),(8959,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/freedoms.php','wp-admin/network/freedoms.php'),(8960,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/index.php','wp-admin/network/index.php'),(8961,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/menu.php','wp-admin/network/menu.php'),(8962,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/plugin-editor.php','wp-admin/network/plugin-editor.php'),(8963,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/plugin-install.php','wp-admin/network/plugin-install.php'),(8964,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/plugins.php','wp-admin/network/plugins.php'),(8965,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/privacy.php','wp-admin/network/privacy.php'),(8966,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/profile.php','wp-admin/network/profile.php'),(8967,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/settings.php','wp-admin/network/settings.php'),(8968,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/setup.php','wp-admin/network/setup.php'),(8969,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-info.php','wp-admin/network/site-info.php'),(8970,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-new.php','wp-admin/network/site-new.php'),(8971,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-settings.php','wp-admin/network/site-settings.php'),(8972,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-themes.php','wp-admin/network/site-themes.php'),(8973,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/site-users.php','wp-admin/network/site-users.php'),(8974,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/sites.php','wp-admin/network/sites.php'),(8975,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/theme-editor.php','wp-admin/network/theme-editor.php'),(8976,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/theme-install.php','wp-admin/network/theme-install.php'),(8977,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/themes.php','wp-admin/network/themes.php'),(8978,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/update-core.php','wp-admin/network/update-core.php'),(8979,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/update.php','wp-admin/network/update.php'),(8980,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/upgrade.php','wp-admin/network/upgrade.php'),(8981,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/user-edit.php','wp-admin/network/user-edit.php'),(8982,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/user-new.php','wp-admin/network/user-new.php'),(8983,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network/users.php','wp-admin/network/users.php'),(8984,'/home/sleepingsolutions.co.uk/public_html/wp-admin/network.php','wp-admin/network.php'),(8985,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-discussion.php','wp-admin/options-discussion.php'),(8986,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-general.php','wp-admin/options-general.php'),(8987,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-head.php','wp-admin/options-head.php'),(8988,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-media.php','wp-admin/options-media.php'),(8989,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-permalink.php','wp-admin/options-permalink.php'),(8990,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-privacy.php','wp-admin/options-privacy.php'),(8991,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-reading.php','wp-admin/options-reading.php'),(8992,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options-writing.php','wp-admin/options-writing.php'),(8993,'/home/sleepingsolutions.co.uk/public_html/wp-admin/options.php','wp-admin/options.php'),(8994,'/home/sleepingsolutions.co.uk/public_html/wp-admin/plugin-editor.php','wp-admin/plugin-editor.php'),(8995,'/home/sleepingsolutions.co.uk/public_html/wp-admin/plugin-install.php','wp-admin/plugin-install.php'),(8996,'/home/sleepingsolutions.co.uk/public_html/wp-admin/plugins.php','wp-admin/plugins.php'),(8997,'/home/sleepingsolutions.co.uk/public_html/wp-admin/post-new.php','wp-admin/post-new.php'),(8998,'/home/sleepingsolutions.co.uk/public_html/wp-admin/post.php','wp-admin/post.php'),(8999,'/home/sleepingsolutions.co.uk/public_html/wp-admin/press-this.php','wp-admin/press-this.php'),(9000,'/home/sleepingsolutions.co.uk/public_html/wp-admin/privacy-policy-guide.php','wp-admin/privacy-policy-guide.php'),(9001,'/home/sleepingsolutions.co.uk/public_html/wp-admin/privacy.php','wp-admin/privacy.php'),(9002,'/home/sleepingsolutions.co.uk/public_html/wp-admin/profile.php','wp-admin/profile.php'),(9003,'/home/sleepingsolutions.co.uk/public_html/wp-admin/revision.php','wp-admin/revision.php'),(9004,'/home/sleepingsolutions.co.uk/public_html/wp-admin/setup-config.php','wp-admin/setup-config.php'),(9005,'/home/sleepingsolutions.co.uk/public_html/wp-admin/site-editor.php','wp-admin/site-editor.php'),(9006,'/home/sleepingsolutions.co.uk/public_html/wp-admin/site-health-info.php','wp-admin/site-health-info.php'),(9007,'/home/sleepingsolutions.co.uk/public_html/wp-admin/site-health.php','wp-admin/site-health.php'),(9008,'/home/sleepingsolutions.co.uk/public_html/wp-admin/term.php','wp-admin/term.php'),(9009,'/home/sleepingsolutions.co.uk/public_html/wp-admin/theme-editor.php','wp-admin/theme-editor.php'),(9010,'/home/sleepingsolutions.co.uk/public_html/wp-admin/theme-install.php','wp-admin/theme-install.php'),(9011,'/home/sleepingsolutions.co.uk/public_html/wp-admin/themes.php','wp-admin/themes.php'),(9012,'/home/sleepingsolutions.co.uk/public_html/wp-admin/tools.php','wp-admin/tools.php'),(9013,'/home/sleepingsolutions.co.uk/public_html/wp-admin/update-core.php','wp-admin/update-core.php'),(9014,'/home/sleepingsolutions.co.uk/public_html/wp-admin/update.php','wp-admin/update.php'),(9015,'/home/sleepingsolutions.co.uk/public_html/wp-admin/upgrade-functions.php','wp-admin/upgrade-functions.php'),(9016,'/home/sleepingsolutions.co.uk/public_html/wp-admin/upgrade.php','wp-admin/upgrade.php'),(9017,'/home/sleepingsolutions.co.uk/public_html/wp-admin/upload.php','wp-admin/upload.php'),(9018,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/about.php','wp-admin/user/about.php'),(9019,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/admin.php','wp-admin/user/admin.php'),(9020,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/credits.php','wp-admin/user/credits.php'),(9021,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/freedoms.php','wp-admin/user/freedoms.php'),(9022,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/index.php','wp-admin/user/index.php'),(9023,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/menu.php','wp-admin/user/menu.php'),(9024,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/privacy.php','wp-admin/user/privacy.php'),(9025,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/profile.php','wp-admin/user/profile.php'),(9026,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user/user-edit.php','wp-admin/user/user-edit.php'),(9027,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user-edit.php','wp-admin/user-edit.php'),(9028,'/home/sleepingsolutions.co.uk/public_html/wp-admin/user-new.php','wp-admin/user-new.php'),(9029,'/home/sleepingsolutions.co.uk/public_html/wp-admin/users.php','wp-admin/users.php'),(9030,'/home/sleepingsolutions.co.uk/public_html/wp-admin/widgets-form-blocks.php','wp-admin/widgets-form-blocks.php'),(9031,'/home/sleepingsolutions.co.uk/public_html/wp-admin/widgets-form.php','wp-admin/widgets-form.php'),(9032,'/home/sleepingsolutions.co.uk/public_html/wp-admin/widgets.php','wp-admin/widgets.php'),(9033,'/home/sleepingsolutions.co.uk/public_html/wp-blog-header.php','wp-blog-header.php'),(9034,'/home/sleepingsolutions.co.uk/public_html/wp-comments-post.php','wp-comments-post.php'),(9035,'/home/sleepingsolutions.co.uk/public_html/wp-config-sample.php','wp-config-sample.php'),(9036,'/home/sleepingsolutions.co.uk/public_html/wp-config.php','wp-config.php'),(9037,'/home/sleepingsolutions.co.uk/public_html/wp-cron.php','wp-cron.php'),(9038,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/getid3.lib.php','wp-includes/ID3/getid3.lib.php'),(9039,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/getid3.php','wp-includes/ID3/getid3.php'),(9040,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/license.commercial.txt','wp-includes/ID3/license.commercial.txt'),(9041,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/license.txt','wp-includes/ID3/license.txt'),(9042,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.asf.php','wp-includes/ID3/module.audio-video.asf.php'),(9043,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.flv.php','wp-includes/ID3/module.audio-video.flv.php'),(9044,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.matroska.php','wp-includes/ID3/module.audio-video.matroska.php'),(9045,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.quicktime.php','wp-includes/ID3/module.audio-video.quicktime.php'),(9046,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio-video.riff.php','wp-includes/ID3/module.audio-video.riff.php'),(9047,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.ac3.php','wp-includes/ID3/module.audio.ac3.php'),(9048,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.dts.php','wp-includes/ID3/module.audio.dts.php'),(9049,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.flac.php','wp-includes/ID3/module.audio.flac.php'),(9050,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.mp3.php','wp-includes/ID3/module.audio.mp3.php'),(9051,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.audio.ogg.php','wp-includes/ID3/module.audio.ogg.php'),(9052,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.apetag.php','wp-includes/ID3/module.tag.apetag.php'),(9053,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.id3v1.php','wp-includes/ID3/module.tag.id3v1.php'),(9054,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.id3v2.php','wp-includes/ID3/module.tag.id3v2.php'),(9055,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/module.tag.lyrics3.php','wp-includes/ID3/module.tag.lyrics3.php'),(9056,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ID3/readme.txt','wp-includes/ID3/readme.txt'),(9057,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-base64.php','wp-includes/IXR/class-IXR-base64.php'),(9058,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-client.php','wp-includes/IXR/class-IXR-client.php'),(9059,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-clientmulticall.php','wp-includes/IXR/class-IXR-clientmulticall.php'),(9060,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-date.php','wp-includes/IXR/class-IXR-date.php'),(9061,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-error.php','wp-includes/IXR/class-IXR-error.php'),(9062,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-introspectionserver.php','wp-includes/IXR/class-IXR-introspectionserver.php'),(9063,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-message.php','wp-includes/IXR/class-IXR-message.php'),(9064,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-request.php','wp-includes/IXR/class-IXR-request.php'),(9065,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-server.php','wp-includes/IXR/class-IXR-server.php'),(9066,'/home/sleepingsolutions.co.uk/public_html/wp-includes/IXR/class-IXR-value.php','wp-includes/IXR/class-IXR-value.php'),(9067,'/home/sleepingsolutions.co.uk/public_html/wp-includes/PHPMailer/Exception.php','wp-includes/PHPMailer/Exception.php'),(9068,'/home/sleepingsolutions.co.uk/public_html/wp-includes/PHPMailer/PHPMailer.php','wp-includes/PHPMailer/PHPMailer.php'),(9069,'/home/sleepingsolutions.co.uk/public_html/wp-includes/PHPMailer/SMTP.php','wp-includes/PHPMailer/SMTP.php'),(9070,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Auth/Basic.php','wp-includes/Requests/Auth/Basic.php'),(9071,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Auth.php','wp-includes/Requests/Auth.php'),(9072,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Cookie/Jar.php','wp-includes/Requests/Cookie/Jar.php'),(9073,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Cookie.php','wp-includes/Requests/Cookie.php'),(9074,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/304.php','wp-includes/Requests/Exception/HTTP/304.php'),(9075,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/305.php','wp-includes/Requests/Exception/HTTP/305.php'),(9076,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/306.php','wp-includes/Requests/Exception/HTTP/306.php'),(9077,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/400.php','wp-includes/Requests/Exception/HTTP/400.php'),(9078,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/401.php','wp-includes/Requests/Exception/HTTP/401.php'),(9079,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/402.php','wp-includes/Requests/Exception/HTTP/402.php'),(9080,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/403.php','wp-includes/Requests/Exception/HTTP/403.php'),(9081,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/404.php','wp-includes/Requests/Exception/HTTP/404.php'),(9082,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/405.php','wp-includes/Requests/Exception/HTTP/405.php'),(9083,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/406.php','wp-includes/Requests/Exception/HTTP/406.php'),(9084,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/407.php','wp-includes/Requests/Exception/HTTP/407.php'),(9085,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/408.php','wp-includes/Requests/Exception/HTTP/408.php'),(9086,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/409.php','wp-includes/Requests/Exception/HTTP/409.php'),(9087,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/410.php','wp-includes/Requests/Exception/HTTP/410.php'),(9088,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/411.php','wp-includes/Requests/Exception/HTTP/411.php'),(9089,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/412.php','wp-includes/Requests/Exception/HTTP/412.php'),(9090,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/413.php','wp-includes/Requests/Exception/HTTP/413.php'),(9091,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/414.php','wp-includes/Requests/Exception/HTTP/414.php'),(9092,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/415.php','wp-includes/Requests/Exception/HTTP/415.php'),(9093,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/416.php','wp-includes/Requests/Exception/HTTP/416.php'),(9094,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/417.php','wp-includes/Requests/Exception/HTTP/417.php'),(9095,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/418.php','wp-includes/Requests/Exception/HTTP/418.php'),(9096,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/428.php','wp-includes/Requests/Exception/HTTP/428.php'),(9097,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/429.php','wp-includes/Requests/Exception/HTTP/429.php'),(9098,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/431.php','wp-includes/Requests/Exception/HTTP/431.php'),(9099,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/500.php','wp-includes/Requests/Exception/HTTP/500.php'),(9100,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/501.php','wp-includes/Requests/Exception/HTTP/501.php'),(9101,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/502.php','wp-includes/Requests/Exception/HTTP/502.php'),(9102,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/503.php','wp-includes/Requests/Exception/HTTP/503.php'),(9103,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/504.php','wp-includes/Requests/Exception/HTTP/504.php'),(9104,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/505.php','wp-includes/Requests/Exception/HTTP/505.php'),(9105,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/511.php','wp-includes/Requests/Exception/HTTP/511.php'),(9106,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP/Unknown.php','wp-includes/Requests/Exception/HTTP/Unknown.php'),(9107,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/HTTP.php','wp-includes/Requests/Exception/HTTP.php'),(9108,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/Transport/cURL.php','wp-includes/Requests/Exception/Transport/cURL.php'),(9109,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception/Transport.php','wp-includes/Requests/Exception/Transport.php'),(9110,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Exception.php','wp-includes/Requests/Exception.php'),(9111,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Hooker.php','wp-includes/Requests/Hooker.php'),(9112,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Hooks.php','wp-includes/Requests/Hooks.php'),(9113,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/IDNAEncoder.php','wp-includes/Requests/IDNAEncoder.php'),(9114,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/IPv6.php','wp-includes/Requests/IPv6.php'),(9115,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/IRI.php','wp-includes/Requests/IRI.php'),(9116,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Proxy/HTTP.php','wp-includes/Requests/Proxy/HTTP.php'),(9117,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Proxy.php','wp-includes/Requests/Proxy.php'),(9118,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Response/Headers.php','wp-includes/Requests/Response/Headers.php'),(9119,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Response.php','wp-includes/Requests/Response.php'),(9120,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/SSL.php','wp-includes/Requests/SSL.php'),(9121,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Session.php','wp-includes/Requests/Session.php'),(9122,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Transport/cURL.php','wp-includes/Requests/Transport/cURL.php'),(9123,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Transport/fsockopen.php','wp-includes/Requests/Transport/fsockopen.php'),(9124,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Transport.php','wp-includes/Requests/Transport.php'),(9125,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(9126,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Requests/Utility/FilteredIterator.php','wp-includes/Requests/Utility/FilteredIterator.php'),(9127,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Author.php','wp-includes/SimplePie/Author.php'),(9128,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/Base.php','wp-includes/SimplePie/Cache/Base.php'),(9129,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/DB.php','wp-includes/SimplePie/Cache/DB.php'),(9130,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/File.php','wp-includes/SimplePie/Cache/File.php'),(9131,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/Memcache.php','wp-includes/SimplePie/Cache/Memcache.php'),(9132,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/Memcached.php','wp-includes/SimplePie/Cache/Memcached.php'),(9133,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/MySQL.php','wp-includes/SimplePie/Cache/MySQL.php'),(9134,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache/Redis.php','wp-includes/SimplePie/Cache/Redis.php'),(9135,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Cache.php','wp-includes/SimplePie/Cache.php'),(9136,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Caption.php','wp-includes/SimplePie/Caption.php'),(9137,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Category.php','wp-includes/SimplePie/Category.php'),(9138,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Content/Type/Sniffer.php','wp-includes/SimplePie/Content/Type/Sniffer.php'),(9139,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Copyright.php','wp-includes/SimplePie/Copyright.php'),(9140,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Core.php','wp-includes/SimplePie/Core.php'),(9141,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Credit.php','wp-includes/SimplePie/Credit.php'),(9142,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Decode/HTML/Entities.php','wp-includes/SimplePie/Decode/HTML/Entities.php'),(9143,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Enclosure.php','wp-includes/SimplePie/Enclosure.php'),(9144,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Exception.php','wp-includes/SimplePie/Exception.php'),(9145,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/File.php','wp-includes/SimplePie/File.php'),(9146,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/HTTP/Parser.php','wp-includes/SimplePie/HTTP/Parser.php'),(9147,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/IRI.php','wp-includes/SimplePie/IRI.php'),(9148,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Item.php','wp-includes/SimplePie/Item.php'),(9149,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Locator.php','wp-includes/SimplePie/Locator.php'),(9150,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Misc.php','wp-includes/SimplePie/Misc.php'),(9151,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Net/IPv6.php','wp-includes/SimplePie/Net/IPv6.php'),(9152,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Parse/Date.php','wp-includes/SimplePie/Parse/Date.php'),(9153,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Parser.php','wp-includes/SimplePie/Parser.php'),(9154,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Rating.php','wp-includes/SimplePie/Rating.php'),(9155,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Registry.php','wp-includes/SimplePie/Registry.php'),(9156,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Restriction.php','wp-includes/SimplePie/Restriction.php'),(9157,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Sanitize.php','wp-includes/SimplePie/Sanitize.php'),(9158,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/Source.php','wp-includes/SimplePie/Source.php'),(9159,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/XML/Declaration/Parser.php','wp-includes/SimplePie/XML/Declaration/Parser.php'),(9160,'/home/sleepingsolutions.co.uk/public_html/wp-includes/SimplePie/gzdecode.php','wp-includes/SimplePie/gzdecode.php'),(9161,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Engine/native.php','wp-includes/Text/Diff/Engine/native.php'),(9162,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Engine/shell.php','wp-includes/Text/Diff/Engine/shell.php'),(9163,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Engine/string.php','wp-includes/Text/Diff/Engine/string.php'),(9164,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Engine/xdiff.php','wp-includes/Text/Diff/Engine/xdiff.php'),(9165,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Renderer/inline.php','wp-includes/Text/Diff/Renderer/inline.php'),(9166,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff/Renderer.php','wp-includes/Text/Diff/Renderer.php'),(9167,'/home/sleepingsolutions.co.uk/public_html/wp-includes/Text/Diff.php','wp-includes/Text/Diff.php'),(9168,'/home/sleepingsolutions.co.uk/public_html/wp-includes/admin-bar.php','wp-includes/admin-bar.php'),(9169,'/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-packages.min.php','wp-includes/assets/script-loader-packages.min.php'),(9170,'/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-packages.php','wp-includes/assets/script-loader-packages.php'),(9171,'/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-entry.min.php','wp-includes/assets/script-loader-react-refresh-entry.min.php'),(9172,'/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-entry.php','wp-includes/assets/script-loader-react-refresh-entry.php'),(9173,'/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-runtime.min.php','wp-includes/assets/script-loader-react-refresh-runtime.min.php'),(9174,'/home/sleepingsolutions.co.uk/public_html/wp-includes/assets/script-loader-react-refresh-runtime.php','wp-includes/assets/script-loader-react-refresh-runtime.php'),(9175,'/home/sleepingsolutions.co.uk/public_html/wp-includes/atomlib.php','wp-includes/atomlib.php'),(9176,'/home/sleepingsolutions.co.uk/public_html/wp-includes/author-template.php','wp-includes/author-template.php'),(9177,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-editor.php','wp-includes/block-editor.php'),(9178,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-i18n.json','wp-includes/block-i18n.json'),(9179,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-grid-posts.php','wp-includes/block-patterns/query-grid-posts.php'),(9180,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-large-title-posts.php','wp-includes/block-patterns/query-large-title-posts.php'),(9181,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-medium-posts.php','wp-includes/block-patterns/query-medium-posts.php'),(9182,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-offset-posts.php','wp-includes/block-patterns/query-offset-posts.php'),(9183,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-small-posts.php','wp-includes/block-patterns/query-small-posts.php'),(9184,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/query-standard-posts.php','wp-includes/block-patterns/query-standard-posts.php'),(9185,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns/social-links-shared-background-color.php','wp-includes/block-patterns/social-links-shared-background-color.php'),(9186,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-patterns.php','wp-includes/block-patterns.php'),(9187,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/align.php','wp-includes/block-supports/align.php'),(9188,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/border.php','wp-includes/block-supports/border.php'),(9189,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/colors.php','wp-includes/block-supports/colors.php'),(9190,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/custom-classname.php','wp-includes/block-supports/custom-classname.php'),(9191,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/dimensions.php','wp-includes/block-supports/dimensions.php'),(9192,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/duotone.php','wp-includes/block-supports/duotone.php'),(9193,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/elements.php','wp-includes/block-supports/elements.php'),(9194,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/generated-classname.php','wp-includes/block-supports/generated-classname.php'),(9195,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/layout.php','wp-includes/block-supports/layout.php'),(9196,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/spacing.php','wp-includes/block-supports/spacing.php'),(9197,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/typography.php','wp-includes/block-supports/typography.php'),(9198,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-supports/utils.php','wp-includes/block-supports/utils.php'),(9199,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-template-utils.php','wp-includes/block-template-utils.php'),(9200,'/home/sleepingsolutions.co.uk/public_html/wp-includes/block-template.php','wp-includes/block-template.php'),(9201,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/block.json','wp-includes/blocks/archives/block.json'),(9202,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor-rtl.css','wp-includes/blocks/archives/editor-rtl.css'),(9203,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor-rtl.min.css','wp-includes/blocks/archives/editor-rtl.min.css'),(9204,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor.css','wp-includes/blocks/archives/editor.css'),(9205,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/editor.min.css','wp-includes/blocks/archives/editor.min.css'),(9206,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style-rtl.css','wp-includes/blocks/archives/style-rtl.css'),(9207,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style-rtl.min.css','wp-includes/blocks/archives/style-rtl.min.css'),(9208,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style.css','wp-includes/blocks/archives/style.css'),(9209,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives/style.min.css','wp-includes/blocks/archives/style.min.css'),(9210,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/archives.php','wp-includes/blocks/archives.php'),(9211,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/block.json','wp-includes/blocks/audio/block.json'),(9212,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor-rtl.css','wp-includes/blocks/audio/editor-rtl.css'),(9213,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor-rtl.min.css','wp-includes/blocks/audio/editor-rtl.min.css'),(9214,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor.css','wp-includes/blocks/audio/editor.css'),(9215,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/editor.min.css','wp-includes/blocks/audio/editor.min.css'),(9216,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style-rtl.css','wp-includes/blocks/audio/style-rtl.css'),(9217,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style-rtl.min.css','wp-includes/blocks/audio/style-rtl.min.css'),(9218,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style.css','wp-includes/blocks/audio/style.css'),(9219,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/style.min.css','wp-includes/blocks/audio/style.min.css'),(9220,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme-rtl.css','wp-includes/blocks/audio/theme-rtl.css'),(9221,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme-rtl.min.css','wp-includes/blocks/audio/theme-rtl.min.css'),(9222,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme.css','wp-includes/blocks/audio/theme.css'),(9223,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/audio/theme.min.css','wp-includes/blocks/audio/theme.min.css'),(9224,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/block.json','wp-includes/blocks/avatar/block.json'),(9225,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor-rtl.css','wp-includes/blocks/avatar/editor-rtl.css'),(9226,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor-rtl.min.css','wp-includes/blocks/avatar/editor-rtl.min.css'),(9227,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor.css','wp-includes/blocks/avatar/editor.css'),(9228,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/editor.min.css','wp-includes/blocks/avatar/editor.min.css'),(9229,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style-rtl.css','wp-includes/blocks/avatar/style-rtl.css'),(9230,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style-rtl.min.css','wp-includes/blocks/avatar/style-rtl.min.css'),(9231,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style.css','wp-includes/blocks/avatar/style.css'),(9232,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar/style.min.css','wp-includes/blocks/avatar/style.min.css'),(9233,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/avatar.php','wp-includes/blocks/avatar.php'),(9234,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/block.json','wp-includes/blocks/block/block.json'),(9235,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor-rtl.css','wp-includes/blocks/block/editor-rtl.css'),(9236,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor-rtl.min.css','wp-includes/blocks/block/editor-rtl.min.css'),(9237,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor.css','wp-includes/blocks/block/editor.css'),(9238,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block/editor.min.css','wp-includes/blocks/block/editor.min.css'),(9239,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/block.php','wp-includes/blocks/block.php'),(9240,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/blocks-json.php','wp-includes/blocks/blocks-json.php'),(9241,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/block.json','wp-includes/blocks/button/block.json'),(9242,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor-rtl.css','wp-includes/blocks/button/editor-rtl.css'),(9243,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor-rtl.min.css','wp-includes/blocks/button/editor-rtl.min.css'),(9244,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor.css','wp-includes/blocks/button/editor.css'),(9245,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/editor.min.css','wp-includes/blocks/button/editor.min.css'),(9246,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style-rtl.css','wp-includes/blocks/button/style-rtl.css'),(9247,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style-rtl.min.css','wp-includes/blocks/button/style-rtl.min.css'),(9248,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style.css','wp-includes/blocks/button/style.css'),(9249,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/button/style.min.css','wp-includes/blocks/button/style.min.css'),(9250,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/block.json','wp-includes/blocks/buttons/block.json'),(9251,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor-rtl.css','wp-includes/blocks/buttons/editor-rtl.css'),(9252,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor-rtl.min.css','wp-includes/blocks/buttons/editor-rtl.min.css'),(9253,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor.css','wp-includes/blocks/buttons/editor.css'),(9254,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/editor.min.css','wp-includes/blocks/buttons/editor.min.css'),(9255,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style-rtl.css','wp-includes/blocks/buttons/style-rtl.css'),(9256,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style-rtl.min.css','wp-includes/blocks/buttons/style-rtl.min.css'),(9257,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style.css','wp-includes/blocks/buttons/style.css'),(9258,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/buttons/style.min.css','wp-includes/blocks/buttons/style.min.css'),(9259,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/block.json','wp-includes/blocks/calendar/block.json'),(9260,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style-rtl.css','wp-includes/blocks/calendar/style-rtl.css'),(9261,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style-rtl.min.css','wp-includes/blocks/calendar/style-rtl.min.css'),(9262,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style.css','wp-includes/blocks/calendar/style.css'),(9263,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar/style.min.css','wp-includes/blocks/calendar/style.min.css'),(9264,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/calendar.php','wp-includes/blocks/calendar.php'),(9265,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/block.json','wp-includes/blocks/categories/block.json'),(9266,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor-rtl.css','wp-includes/blocks/categories/editor-rtl.css'),(9267,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor-rtl.min.css','wp-includes/blocks/categories/editor-rtl.min.css'),(9268,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor.css','wp-includes/blocks/categories/editor.css'),(9269,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/editor.min.css','wp-includes/blocks/categories/editor.min.css'),(9270,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style-rtl.css','wp-includes/blocks/categories/style-rtl.css'),(9271,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style-rtl.min.css','wp-includes/blocks/categories/style-rtl.min.css'),(9272,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style.css','wp-includes/blocks/categories/style.css'),(9273,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories/style.min.css','wp-includes/blocks/categories/style.min.css'),(9274,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/categories.php','wp-includes/blocks/categories.php'),(9275,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/block.json','wp-includes/blocks/code/block.json'),(9276,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor-rtl.css','wp-includes/blocks/code/editor-rtl.css'),(9277,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor-rtl.min.css','wp-includes/blocks/code/editor-rtl.min.css'),(9278,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor.css','wp-includes/blocks/code/editor.css'),(9279,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/editor.min.css','wp-includes/blocks/code/editor.min.css'),(9280,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style-rtl.css','wp-includes/blocks/code/style-rtl.css'),(9281,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style-rtl.min.css','wp-includes/blocks/code/style-rtl.min.css'),(9282,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style.css','wp-includes/blocks/code/style.css'),(9283,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/style.min.css','wp-includes/blocks/code/style.min.css'),(9284,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme-rtl.css','wp-includes/blocks/code/theme-rtl.css'),(9285,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme-rtl.min.css','wp-includes/blocks/code/theme-rtl.min.css'),(9286,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme.css','wp-includes/blocks/code/theme.css'),(9287,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/code/theme.min.css','wp-includes/blocks/code/theme.min.css'),(9288,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/column/block.json','wp-includes/blocks/column/block.json'),(9289,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/block.json','wp-includes/blocks/columns/block.json'),(9290,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor-rtl.css','wp-includes/blocks/columns/editor-rtl.css'),(9291,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor-rtl.min.css','wp-includes/blocks/columns/editor-rtl.min.css'),(9292,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor.css','wp-includes/blocks/columns/editor.css'),(9293,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/editor.min.css','wp-includes/blocks/columns/editor.min.css'),(9294,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style-rtl.css','wp-includes/blocks/columns/style-rtl.css'),(9295,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style-rtl.min.css','wp-includes/blocks/columns/style-rtl.min.css'),(9296,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style.css','wp-includes/blocks/columns/style.css'),(9297,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/columns/style.min.css','wp-includes/blocks/columns/style.min.css'),(9298,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-author-name/block.json','wp-includes/blocks/comment-author-name/block.json'),(9299,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-author-name.php','wp-includes/blocks/comment-author-name.php'),(9300,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/block.json','wp-includes/blocks/comment-content/block.json'),(9301,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style-rtl.css','wp-includes/blocks/comment-content/style-rtl.css'),(9302,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style-rtl.min.css','wp-includes/blocks/comment-content/style-rtl.min.css'),(9303,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style.css','wp-includes/blocks/comment-content/style.css'),(9304,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content/style.min.css','wp-includes/blocks/comment-content/style.min.css'),(9305,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-content.php','wp-includes/blocks/comment-content.php'),(9306,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-date/block.json','wp-includes/blocks/comment-date/block.json'),(9307,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-date.php','wp-includes/blocks/comment-date.php'),(9308,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-edit-link/block.json','wp-includes/blocks/comment-edit-link/block.json'),(9309,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-edit-link.php','wp-includes/blocks/comment-edit-link.php'),(9310,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-reply-link/block.json','wp-includes/blocks/comment-reply-link/block.json'),(9311,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-reply-link.php','wp-includes/blocks/comment-reply-link.php'),(9312,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/block.json','wp-includes/blocks/comment-template/block.json'),(9313,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style-rtl.css','wp-includes/blocks/comment-template/style-rtl.css'),(9314,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style-rtl.min.css','wp-includes/blocks/comment-template/style-rtl.min.css'),(9315,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style.css','wp-includes/blocks/comment-template/style.css'),(9316,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template/style.min.css','wp-includes/blocks/comment-template/style.min.css'),(9317,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comment-template.php','wp-includes/blocks/comment-template.php'),(9318,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/block.json','wp-includes/blocks/comments/block.json'),(9319,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor-rtl.css','wp-includes/blocks/comments/editor-rtl.css'),(9320,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor-rtl.min.css','wp-includes/blocks/comments/editor-rtl.min.css'),(9321,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor.css','wp-includes/blocks/comments/editor.css'),(9322,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/editor.min.css','wp-includes/blocks/comments/editor.min.css'),(9323,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style-rtl.css','wp-includes/blocks/comments/style-rtl.css'),(9324,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style-rtl.min.css','wp-includes/blocks/comments/style-rtl.min.css'),(9325,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style.css','wp-includes/blocks/comments/style.css'),(9326,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments/style.min.css','wp-includes/blocks/comments/style.min.css'),(9327,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/block.json','wp-includes/blocks/comments-pagination/block.json'),(9328,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css','wp-includes/blocks/comments-pagination/editor-rtl.css'),(9329,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css','wp-includes/blocks/comments-pagination/editor-rtl.min.css'),(9330,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor.css','wp-includes/blocks/comments-pagination/editor.css'),(9331,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/editor.min.css','wp-includes/blocks/comments-pagination/editor.min.css'),(9332,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style-rtl.css','wp-includes/blocks/comments-pagination/style-rtl.css'),(9333,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css','wp-includes/blocks/comments-pagination/style-rtl.min.css'),(9334,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style.css','wp-includes/blocks/comments-pagination/style.css'),(9335,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination/style.min.css','wp-includes/blocks/comments-pagination/style.min.css'),(9336,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-next/block.json','wp-includes/blocks/comments-pagination-next/block.json'),(9337,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-next.php','wp-includes/blocks/comments-pagination-next.php'),(9338,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/block.json','wp-includes/blocks/comments-pagination-numbers/block.json'),(9339,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css','wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),(9340,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css','wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),(9341,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css','wp-includes/blocks/comments-pagination-numbers/editor.css'),(9342,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css','wp-includes/blocks/comments-pagination-numbers/editor.min.css'),(9343,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-numbers.php','wp-includes/blocks/comments-pagination-numbers.php'),(9344,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-previous/block.json','wp-includes/blocks/comments-pagination-previous/block.json'),(9345,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination-previous.php','wp-includes/blocks/comments-pagination-previous.php'),(9346,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-pagination.php','wp-includes/blocks/comments-pagination.php'),(9347,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/block.json','wp-includes/blocks/comments-title/block.json'),(9348,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor-rtl.css','wp-includes/blocks/comments-title/editor-rtl.css'),(9349,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css','wp-includes/blocks/comments-title/editor-rtl.min.css'),(9350,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor.css','wp-includes/blocks/comments-title/editor.css'),(9351,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title/editor.min.css','wp-includes/blocks/comments-title/editor.min.css'),(9352,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments-title.php','wp-includes/blocks/comments-title.php'),(9353,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/comments.php','wp-includes/blocks/comments.php'),(9354,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/block.json','wp-includes/blocks/cover/block.json'),(9355,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor-rtl.css','wp-includes/blocks/cover/editor-rtl.css'),(9356,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor-rtl.min.css','wp-includes/blocks/cover/editor-rtl.min.css'),(9357,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor.css','wp-includes/blocks/cover/editor.css'),(9358,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/editor.min.css','wp-includes/blocks/cover/editor.min.css'),(9359,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style-rtl.css','wp-includes/blocks/cover/style-rtl.css'),(9360,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style-rtl.min.css','wp-includes/blocks/cover/style-rtl.min.css'),(9361,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style.css','wp-includes/blocks/cover/style.css'),(9362,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover/style.min.css','wp-includes/blocks/cover/style.min.css'),(9363,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/cover.php','wp-includes/blocks/cover.php'),(9364,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/block.json','wp-includes/blocks/embed/block.json'),(9365,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor-rtl.css','wp-includes/blocks/embed/editor-rtl.css'),(9366,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor-rtl.min.css','wp-includes/blocks/embed/editor-rtl.min.css'),(9367,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor.css','wp-includes/blocks/embed/editor.css'),(9368,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/editor.min.css','wp-includes/blocks/embed/editor.min.css'),(9369,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style-rtl.css','wp-includes/blocks/embed/style-rtl.css'),(9370,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style-rtl.min.css','wp-includes/blocks/embed/style-rtl.min.css'),(9371,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style.css','wp-includes/blocks/embed/style.css'),(9372,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/style.min.css','wp-includes/blocks/embed/style.min.css'),(9373,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme-rtl.css','wp-includes/blocks/embed/theme-rtl.css'),(9374,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme-rtl.min.css','wp-includes/blocks/embed/theme-rtl.min.css'),(9375,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme.css','wp-includes/blocks/embed/theme.css'),(9376,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/embed/theme.min.css','wp-includes/blocks/embed/theme.min.css'),(9377,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/block.json','wp-includes/blocks/file/block.json'),(9378,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor-rtl.css','wp-includes/blocks/file/editor-rtl.css'),(9379,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor-rtl.min.css','wp-includes/blocks/file/editor-rtl.min.css'),(9380,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor.css','wp-includes/blocks/file/editor.css'),(9381,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/editor.min.css','wp-includes/blocks/file/editor.min.css'),(9382,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style-rtl.css','wp-includes/blocks/file/style-rtl.css'),(9383,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style-rtl.min.css','wp-includes/blocks/file/style-rtl.min.css'),(9384,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style.css','wp-includes/blocks/file/style.css'),(9385,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/style.min.css','wp-includes/blocks/file/style.min.css'),(9386,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.asset.php','wp-includes/blocks/file/view.asset.php'),(9387,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.js','wp-includes/blocks/file/view.js'),(9388,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.min.asset.php','wp-includes/blocks/file/view.min.asset.php'),(9389,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file/view.min.js','wp-includes/blocks/file/view.min.js'),(9390,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/file.php','wp-includes/blocks/file.php'),(9391,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/block.json','wp-includes/blocks/freeform/block.json'),(9392,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor-rtl.css','wp-includes/blocks/freeform/editor-rtl.css'),(9393,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor-rtl.min.css','wp-includes/blocks/freeform/editor-rtl.min.css'),(9394,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor.css','wp-includes/blocks/freeform/editor.css'),(9395,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/freeform/editor.min.css','wp-includes/blocks/freeform/editor.min.css'),(9396,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/block.json','wp-includes/blocks/gallery/block.json'),(9397,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor-rtl.css','wp-includes/blocks/gallery/editor-rtl.css'),(9398,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor-rtl.min.css','wp-includes/blocks/gallery/editor-rtl.min.css'),(9399,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor.css','wp-includes/blocks/gallery/editor.css'),(9400,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/editor.min.css','wp-includes/blocks/gallery/editor.min.css'),(9401,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style-rtl.css','wp-includes/blocks/gallery/style-rtl.css'),(9402,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style-rtl.min.css','wp-includes/blocks/gallery/style-rtl.min.css'),(9403,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style.css','wp-includes/blocks/gallery/style.css'),(9404,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/style.min.css','wp-includes/blocks/gallery/style.min.css'),(9405,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme-rtl.css','wp-includes/blocks/gallery/theme-rtl.css'),(9406,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme-rtl.min.css','wp-includes/blocks/gallery/theme-rtl.min.css'),(9407,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme.css','wp-includes/blocks/gallery/theme.css'),(9408,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery/theme.min.css','wp-includes/blocks/gallery/theme.min.css'),(9409,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/gallery.php','wp-includes/blocks/gallery.php'),(9410,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/block.json','wp-includes/blocks/group/block.json'),(9411,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor-rtl.css','wp-includes/blocks/group/editor-rtl.css'),(9412,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor-rtl.min.css','wp-includes/blocks/group/editor-rtl.min.css'),(9413,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor.css','wp-includes/blocks/group/editor.css'),(9414,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/editor.min.css','wp-includes/blocks/group/editor.min.css'),(9415,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style-rtl.css','wp-includes/blocks/group/style-rtl.css'),(9416,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style-rtl.min.css','wp-includes/blocks/group/style-rtl.min.css'),(9417,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style.css','wp-includes/blocks/group/style.css'),(9418,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/style.min.css','wp-includes/blocks/group/style.min.css'),(9419,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme-rtl.css','wp-includes/blocks/group/theme-rtl.css'),(9420,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme-rtl.min.css','wp-includes/blocks/group/theme-rtl.min.css'),(9421,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme.css','wp-includes/blocks/group/theme.css'),(9422,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/group/theme.min.css','wp-includes/blocks/group/theme.min.css'),(9423,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/block.json','wp-includes/blocks/heading/block.json'),(9424,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style-rtl.css','wp-includes/blocks/heading/style-rtl.css'),(9425,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style-rtl.min.css','wp-includes/blocks/heading/style-rtl.min.css'),(9426,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style.css','wp-includes/blocks/heading/style.css'),(9427,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/heading/style.min.css','wp-includes/blocks/heading/style.min.css'),(9428,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/home-link/block.json','wp-includes/blocks/home-link/block.json'),(9429,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/home-link.php','wp-includes/blocks/home-link.php'),(9430,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/block.json','wp-includes/blocks/html/block.json'),(9431,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor-rtl.css','wp-includes/blocks/html/editor-rtl.css'),(9432,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor-rtl.min.css','wp-includes/blocks/html/editor-rtl.min.css'),(9433,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor.css','wp-includes/blocks/html/editor.css'),(9434,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/html/editor.min.css','wp-includes/blocks/html/editor.min.css'),(9435,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/block.json','wp-includes/blocks/image/block.json'),(9436,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor-rtl.css','wp-includes/blocks/image/editor-rtl.css'),(9437,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor-rtl.min.css','wp-includes/blocks/image/editor-rtl.min.css'),(9438,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor.css','wp-includes/blocks/image/editor.css'),(9439,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/editor.min.css','wp-includes/blocks/image/editor.min.css'),(9440,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style-rtl.css','wp-includes/blocks/image/style-rtl.css'),(9441,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style-rtl.min.css','wp-includes/blocks/image/style-rtl.min.css'),(9442,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style.css','wp-includes/blocks/image/style.css'),(9443,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/style.min.css','wp-includes/blocks/image/style.min.css'),(9444,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme-rtl.css','wp-includes/blocks/image/theme-rtl.css'),(9445,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme-rtl.min.css','wp-includes/blocks/image/theme-rtl.min.css'),(9446,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme.css','wp-includes/blocks/image/theme.css'),(9447,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image/theme.min.css','wp-includes/blocks/image/theme.min.css'),(9448,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/image.php','wp-includes/blocks/image.php'),(9449,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/index.php','wp-includes/blocks/index.php'),(9450,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/block.json','wp-includes/blocks/latest-comments/block.json'),(9451,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style-rtl.css','wp-includes/blocks/latest-comments/style-rtl.css'),(9452,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css','wp-includes/blocks/latest-comments/style-rtl.min.css'),(9453,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style.css','wp-includes/blocks/latest-comments/style.css'),(9454,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments/style.min.css','wp-includes/blocks/latest-comments/style.min.css'),(9455,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-comments.php','wp-includes/blocks/latest-comments.php'),(9456,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/block.json','wp-includes/blocks/latest-posts/block.json'),(9457,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor-rtl.css','wp-includes/blocks/latest-posts/editor-rtl.css'),(9458,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css','wp-includes/blocks/latest-posts/editor-rtl.min.css'),(9459,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor.css','wp-includes/blocks/latest-posts/editor.css'),(9460,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/editor.min.css','wp-includes/blocks/latest-posts/editor.min.css'),(9461,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style-rtl.css','wp-includes/blocks/latest-posts/style-rtl.css'),(9462,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css','wp-includes/blocks/latest-posts/style-rtl.min.css'),(9463,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style.css','wp-includes/blocks/latest-posts/style.css'),(9464,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts/style.min.css','wp-includes/blocks/latest-posts/style.min.css'),(9465,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/latest-posts.php','wp-includes/blocks/latest-posts.php'),(9466,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/legacy-widget/block.json','wp-includes/blocks/legacy-widget/block.json'),(9467,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/legacy-widget.php','wp-includes/blocks/legacy-widget.php'),(9468,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/block.json','wp-includes/blocks/list/block.json'),(9469,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style-rtl.css','wp-includes/blocks/list/style-rtl.css'),(9470,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style-rtl.min.css','wp-includes/blocks/list/style-rtl.min.css'),(9471,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style.css','wp-includes/blocks/list/style.css'),(9472,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list/style.min.css','wp-includes/blocks/list/style.min.css'),(9473,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/list-item/block.json','wp-includes/blocks/list-item/block.json'),(9474,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/loginout/block.json','wp-includes/blocks/loginout/block.json'),(9475,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/loginout.php','wp-includes/blocks/loginout.php'),(9476,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/block.json','wp-includes/blocks/media-text/block.json'),(9477,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor-rtl.css','wp-includes/blocks/media-text/editor-rtl.css'),(9478,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor-rtl.min.css','wp-includes/blocks/media-text/editor-rtl.min.css'),(9479,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor.css','wp-includes/blocks/media-text/editor.css'),(9480,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/editor.min.css','wp-includes/blocks/media-text/editor.min.css'),(9481,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style-rtl.css','wp-includes/blocks/media-text/style-rtl.css'),(9482,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style-rtl.min.css','wp-includes/blocks/media-text/style-rtl.min.css'),(9483,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style.css','wp-includes/blocks/media-text/style.css'),(9484,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/media-text/style.min.css','wp-includes/blocks/media-text/style.min.css'),(9485,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/missing/block.json','wp-includes/blocks/missing/block.json'),(9486,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/block.json','wp-includes/blocks/more/block.json'),(9487,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor-rtl.css','wp-includes/blocks/more/editor-rtl.css'),(9488,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor-rtl.min.css','wp-includes/blocks/more/editor-rtl.min.css'),(9489,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor.css','wp-includes/blocks/more/editor.css'),(9490,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/more/editor.min.css','wp-includes/blocks/more/editor.min.css'),(9491,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/block.json','wp-includes/blocks/navigation/block.json'),(9492,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor-rtl.css','wp-includes/blocks/navigation/editor-rtl.css'),(9493,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor-rtl.min.css','wp-includes/blocks/navigation/editor-rtl.min.css'),(9494,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor.css','wp-includes/blocks/navigation/editor.css'),(9495,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/editor.min.css','wp-includes/blocks/navigation/editor.min.css'),(9496,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style-rtl.css','wp-includes/blocks/navigation/style-rtl.css'),(9497,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style-rtl.min.css','wp-includes/blocks/navigation/style-rtl.min.css'),(9498,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style.css','wp-includes/blocks/navigation/style.css'),(9499,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/style.min.css','wp-includes/blocks/navigation/style.min.css'),(9500,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.asset.php','wp-includes/blocks/navigation/view-modal.asset.php'),(9501,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.js','wp-includes/blocks/navigation/view-modal.js'),(9502,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.min.asset.php','wp-includes/blocks/navigation/view-modal.min.asset.php'),(9503,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view-modal.min.js','wp-includes/blocks/navigation/view-modal.min.js'),(9504,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.asset.php','wp-includes/blocks/navigation/view.asset.php'),(9505,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.js','wp-includes/blocks/navigation/view.js'),(9506,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.min.asset.php','wp-includes/blocks/navigation/view.min.asset.php'),(9507,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation/view.min.js','wp-includes/blocks/navigation/view.min.js'),(9508,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/block.json','wp-includes/blocks/navigation-link/block.json'),(9509,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor-rtl.css','wp-includes/blocks/navigation-link/editor-rtl.css'),(9510,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css','wp-includes/blocks/navigation-link/editor-rtl.min.css'),(9511,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor.css','wp-includes/blocks/navigation-link/editor.css'),(9512,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/editor.min.css','wp-includes/blocks/navigation-link/editor.min.css'),(9513,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style-rtl.css','wp-includes/blocks/navigation-link/style-rtl.css'),(9514,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css','wp-includes/blocks/navigation-link/style-rtl.min.css'),(9515,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style.css','wp-includes/blocks/navigation-link/style.css'),(9516,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link/style.min.css','wp-includes/blocks/navigation-link/style.min.css'),(9517,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-link.php','wp-includes/blocks/navigation-link.php'),(9518,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/block.json','wp-includes/blocks/navigation-submenu/block.json'),(9519,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css','wp-includes/blocks/navigation-submenu/editor-rtl.css'),(9520,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css','wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),(9521,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor.css','wp-includes/blocks/navigation-submenu/editor.css'),(9522,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu/editor.min.css','wp-includes/blocks/navigation-submenu/editor.min.css'),(9523,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation-submenu.php','wp-includes/blocks/navigation-submenu.php'),(9524,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/navigation.php','wp-includes/blocks/navigation.php'),(9525,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/block.json','wp-includes/blocks/nextpage/block.json'),(9526,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor-rtl.css','wp-includes/blocks/nextpage/editor-rtl.css'),(9527,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css','wp-includes/blocks/nextpage/editor-rtl.min.css'),(9528,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor.css','wp-includes/blocks/nextpage/editor.css'),(9529,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/nextpage/editor.min.css','wp-includes/blocks/nextpage/editor.min.css'),(9530,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/block.json','wp-includes/blocks/page-list/block.json'),(9531,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor-rtl.css','wp-includes/blocks/page-list/editor-rtl.css'),(9532,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor-rtl.min.css','wp-includes/blocks/page-list/editor-rtl.min.css'),(9533,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor.css','wp-includes/blocks/page-list/editor.css'),(9534,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/editor.min.css','wp-includes/blocks/page-list/editor.min.css'),(9535,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style-rtl.css','wp-includes/blocks/page-list/style-rtl.css'),(9536,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style-rtl.min.css','wp-includes/blocks/page-list/style-rtl.min.css'),(9537,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style.css','wp-includes/blocks/page-list/style.css'),(9538,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list/style.min.css','wp-includes/blocks/page-list/style.min.css'),(9539,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/page-list.php','wp-includes/blocks/page-list.php'),(9540,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/block.json','wp-includes/blocks/paragraph/block.json'),(9541,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor-rtl.css','wp-includes/blocks/paragraph/editor-rtl.css'),(9542,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css','wp-includes/blocks/paragraph/editor-rtl.min.css'),(9543,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor.css','wp-includes/blocks/paragraph/editor.css'),(9544,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/editor.min.css','wp-includes/blocks/paragraph/editor.min.css'),(9545,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style-rtl.css','wp-includes/blocks/paragraph/style-rtl.css'),(9546,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style-rtl.min.css','wp-includes/blocks/paragraph/style-rtl.min.css'),(9547,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style.css','wp-includes/blocks/paragraph/style.css'),(9548,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/paragraph/style.min.css','wp-includes/blocks/paragraph/style.min.css'),(9549,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pattern/block.json','wp-includes/blocks/pattern/block.json'),(9550,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pattern.php','wp-includes/blocks/pattern.php'),(9551,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/block.json','wp-includes/blocks/post-author/block.json'),(9552,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style-rtl.css','wp-includes/blocks/post-author/style-rtl.css'),(9553,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style-rtl.min.css','wp-includes/blocks/post-author/style-rtl.min.css'),(9554,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style.css','wp-includes/blocks/post-author/style.css'),(9555,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author/style.min.css','wp-includes/blocks/post-author/style.min.css'),(9556,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author-biography/block.json','wp-includes/blocks/post-author-biography/block.json'),(9557,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author-biography.php','wp-includes/blocks/post-author-biography.php'),(9558,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-author.php','wp-includes/blocks/post-author.php'),(9559,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/block.json','wp-includes/blocks/post-comments-form/block.json'),(9560,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css','wp-includes/blocks/post-comments-form/editor-rtl.css'),(9561,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css','wp-includes/blocks/post-comments-form/editor-rtl.min.css'),(9562,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor.css','wp-includes/blocks/post-comments-form/editor.css'),(9563,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/editor.min.css','wp-includes/blocks/post-comments-form/editor.min.css'),(9564,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style-rtl.css','wp-includes/blocks/post-comments-form/style-rtl.css'),(9565,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css','wp-includes/blocks/post-comments-form/style-rtl.min.css'),(9566,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style.css','wp-includes/blocks/post-comments-form/style.css'),(9567,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form/style.min.css','wp-includes/blocks/post-comments-form/style.min.css'),(9568,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-comments-form.php','wp-includes/blocks/post-comments-form.php'),(9569,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-content/block.json','wp-includes/blocks/post-content/block.json'),(9570,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-content.php','wp-includes/blocks/post-content.php'),(9571,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/block.json','wp-includes/blocks/post-date/block.json'),(9572,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style-rtl.css','wp-includes/blocks/post-date/style-rtl.css'),(9573,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style-rtl.min.css','wp-includes/blocks/post-date/style-rtl.min.css'),(9574,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style.css','wp-includes/blocks/post-date/style.css'),(9575,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date/style.min.css','wp-includes/blocks/post-date/style.min.css'),(9576,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-date.php','wp-includes/blocks/post-date.php'),(9577,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/block.json','wp-includes/blocks/post-excerpt/block.json'),(9578,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css','wp-includes/blocks/post-excerpt/editor-rtl.css'),(9579,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css','wp-includes/blocks/post-excerpt/editor-rtl.min.css'),(9580,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor.css','wp-includes/blocks/post-excerpt/editor.css'),(9581,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/editor.min.css','wp-includes/blocks/post-excerpt/editor.min.css'),(9582,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style-rtl.css','wp-includes/blocks/post-excerpt/style-rtl.css'),(9583,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css','wp-includes/blocks/post-excerpt/style-rtl.min.css'),(9584,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style.css','wp-includes/blocks/post-excerpt/style.css'),(9585,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt/style.min.css','wp-includes/blocks/post-excerpt/style.min.css'),(9586,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-excerpt.php','wp-includes/blocks/post-excerpt.php'),(9587,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/block.json','wp-includes/blocks/post-featured-image/block.json'),(9588,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css','wp-includes/blocks/post-featured-image/editor-rtl.css'),(9589,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css','wp-includes/blocks/post-featured-image/editor-rtl.min.css'),(9590,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor.css','wp-includes/blocks/post-featured-image/editor.css'),(9591,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/editor.min.css','wp-includes/blocks/post-featured-image/editor.min.css'),(9592,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style-rtl.css','wp-includes/blocks/post-featured-image/style-rtl.css'),(9593,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css','wp-includes/blocks/post-featured-image/style-rtl.min.css'),(9594,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style.css','wp-includes/blocks/post-featured-image/style.css'),(9595,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image/style.min.css','wp-includes/blocks/post-featured-image/style.min.css'),(9596,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-featured-image.php','wp-includes/blocks/post-featured-image.php'),(9597,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-navigation-link/block.json','wp-includes/blocks/post-navigation-link/block.json'),(9598,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-navigation-link.php','wp-includes/blocks/post-navigation-link.php'),(9599,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/block.json','wp-includes/blocks/post-template/block.json'),(9600,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor-rtl.css','wp-includes/blocks/post-template/editor-rtl.css'),(9601,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor-rtl.min.css','wp-includes/blocks/post-template/editor-rtl.min.css'),(9602,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor.css','wp-includes/blocks/post-template/editor.css'),(9603,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/editor.min.css','wp-includes/blocks/post-template/editor.min.css'),(9604,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style-rtl.css','wp-includes/blocks/post-template/style-rtl.css'),(9605,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style-rtl.min.css','wp-includes/blocks/post-template/style-rtl.min.css'),(9606,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style.css','wp-includes/blocks/post-template/style.css'),(9607,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template/style.min.css','wp-includes/blocks/post-template/style.min.css'),(9608,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-template.php','wp-includes/blocks/post-template.php'),(9609,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/block.json','wp-includes/blocks/post-terms/block.json'),(9610,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style-rtl.css','wp-includes/blocks/post-terms/style-rtl.css'),(9611,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style-rtl.min.css','wp-includes/blocks/post-terms/style-rtl.min.css'),(9612,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style.css','wp-includes/blocks/post-terms/style.css'),(9613,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms/style.min.css','wp-includes/blocks/post-terms/style.min.css'),(9614,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-terms.php','wp-includes/blocks/post-terms.php'),(9615,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/block.json','wp-includes/blocks/post-title/block.json'),(9616,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style-rtl.css','wp-includes/blocks/post-title/style-rtl.css'),(9617,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style-rtl.min.css','wp-includes/blocks/post-title/style-rtl.min.css'),(9618,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style.css','wp-includes/blocks/post-title/style.css'),(9619,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title/style.min.css','wp-includes/blocks/post-title/style.min.css'),(9620,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/post-title.php','wp-includes/blocks/post-title.php'),(9621,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/block.json','wp-includes/blocks/preformatted/block.json'),(9622,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style-rtl.css','wp-includes/blocks/preformatted/style-rtl.css'),(9623,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style-rtl.min.css','wp-includes/blocks/preformatted/style-rtl.min.css'),(9624,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style.css','wp-includes/blocks/preformatted/style.css'),(9625,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/preformatted/style.min.css','wp-includes/blocks/preformatted/style.min.css'),(9626,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/block.json','wp-includes/blocks/pullquote/block.json'),(9627,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor-rtl.css','wp-includes/blocks/pullquote/editor-rtl.css'),(9628,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css','wp-includes/blocks/pullquote/editor-rtl.min.css'),(9629,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor.css','wp-includes/blocks/pullquote/editor.css'),(9630,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/editor.min.css','wp-includes/blocks/pullquote/editor.min.css'),(9631,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style-rtl.css','wp-includes/blocks/pullquote/style-rtl.css'),(9632,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style-rtl.min.css','wp-includes/blocks/pullquote/style-rtl.min.css'),(9633,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style.css','wp-includes/blocks/pullquote/style.css'),(9634,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/style.min.css','wp-includes/blocks/pullquote/style.min.css'),(9635,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme-rtl.css','wp-includes/blocks/pullquote/theme-rtl.css'),(9636,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css','wp-includes/blocks/pullquote/theme-rtl.min.css'),(9637,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme.css','wp-includes/blocks/pullquote/theme.css'),(9638,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/pullquote/theme.min.css','wp-includes/blocks/pullquote/theme.min.css'),(9639,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/block.json','wp-includes/blocks/query/block.json'),(9640,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor-rtl.css','wp-includes/blocks/query/editor-rtl.css'),(9641,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor-rtl.min.css','wp-includes/blocks/query/editor-rtl.min.css'),(9642,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor.css','wp-includes/blocks/query/editor.css'),(9643,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query/editor.min.css','wp-includes/blocks/query/editor.min.css'),(9644,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-no-results/block.json','wp-includes/blocks/query-no-results/block.json'),(9645,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-no-results.php','wp-includes/blocks/query-no-results.php'),(9646,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/block.json','wp-includes/blocks/query-pagination/block.json'),(9647,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor-rtl.css','wp-includes/blocks/query-pagination/editor-rtl.css'),(9648,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css','wp-includes/blocks/query-pagination/editor-rtl.min.css'),(9649,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor.css','wp-includes/blocks/query-pagination/editor.css'),(9650,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/editor.min.css','wp-includes/blocks/query-pagination/editor.min.css'),(9651,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style-rtl.css','wp-includes/blocks/query-pagination/style-rtl.css'),(9652,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css','wp-includes/blocks/query-pagination/style-rtl.min.css'),(9653,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style.css','wp-includes/blocks/query-pagination/style.css'),(9654,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination/style.min.css','wp-includes/blocks/query-pagination/style.min.css'),(9655,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-next/block.json','wp-includes/blocks/query-pagination-next/block.json'),(9656,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-next.php','wp-includes/blocks/query-pagination-next.php'),(9657,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/block.json','wp-includes/blocks/query-pagination-numbers/block.json'),(9658,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css','wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),(9659,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),(9660,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor.css','wp-includes/blocks/query-pagination-numbers/editor.css'),(9661,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css','wp-includes/blocks/query-pagination-numbers/editor.min.css'),(9662,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-numbers.php','wp-includes/blocks/query-pagination-numbers.php'),(9663,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-previous/block.json','wp-includes/blocks/query-pagination-previous/block.json'),(9664,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination-previous.php','wp-includes/blocks/query-pagination-previous.php'),(9665,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-pagination.php','wp-includes/blocks/query-pagination.php'),(9666,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/block.json','wp-includes/blocks/query-title/block.json'),(9667,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style-rtl.css','wp-includes/blocks/query-title/style-rtl.css'),(9668,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style-rtl.min.css','wp-includes/blocks/query-title/style-rtl.min.css'),(9669,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style.css','wp-includes/blocks/query-title/style.css'),(9670,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title/style.min.css','wp-includes/blocks/query-title/style.min.css'),(9671,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query-title.php','wp-includes/blocks/query-title.php'),(9672,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/query.php','wp-includes/blocks/query.php'),(9673,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/block.json','wp-includes/blocks/quote/block.json'),(9674,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style-rtl.css','wp-includes/blocks/quote/style-rtl.css'),(9675,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style-rtl.min.css','wp-includes/blocks/quote/style-rtl.min.css'),(9676,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style.css','wp-includes/blocks/quote/style.css'),(9677,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/style.min.css','wp-includes/blocks/quote/style.min.css'),(9678,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme-rtl.css','wp-includes/blocks/quote/theme-rtl.css'),(9679,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme-rtl.min.css','wp-includes/blocks/quote/theme-rtl.min.css'),(9680,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme.css','wp-includes/blocks/quote/theme.css'),(9681,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/quote/theme.min.css','wp-includes/blocks/quote/theme.min.css'),(9682,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/block.json','wp-includes/blocks/read-more/block.json'),(9683,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style-rtl.css','wp-includes/blocks/read-more/style-rtl.css'),(9684,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style-rtl.min.css','wp-includes/blocks/read-more/style-rtl.min.css'),(9685,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style.css','wp-includes/blocks/read-more/style.css'),(9686,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more/style.min.css','wp-includes/blocks/read-more/style.min.css'),(9687,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/read-more.php','wp-includes/blocks/read-more.php'),(9688,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/require-dynamic-blocks.php','wp-includes/blocks/require-dynamic-blocks.php'),(9689,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/require-static-blocks.php','wp-includes/blocks/require-static-blocks.php'),(9690,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/block.json','wp-includes/blocks/rss/block.json'),(9691,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor-rtl.css','wp-includes/blocks/rss/editor-rtl.css'),(9692,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor-rtl.min.css','wp-includes/blocks/rss/editor-rtl.min.css'),(9693,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor.css','wp-includes/blocks/rss/editor.css'),(9694,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/editor.min.css','wp-includes/blocks/rss/editor.min.css'),(9695,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style-rtl.css','wp-includes/blocks/rss/style-rtl.css'),(9696,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style-rtl.min.css','wp-includes/blocks/rss/style-rtl.min.css'),(9697,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style.css','wp-includes/blocks/rss/style.css'),(9698,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss/style.min.css','wp-includes/blocks/rss/style.min.css'),(9699,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/rss.php','wp-includes/blocks/rss.php'),(9700,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/block.json','wp-includes/blocks/search/block.json'),(9701,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor-rtl.css','wp-includes/blocks/search/editor-rtl.css'),(9702,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor-rtl.min.css','wp-includes/blocks/search/editor-rtl.min.css'),(9703,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor.css','wp-includes/blocks/search/editor.css'),(9704,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/editor.min.css','wp-includes/blocks/search/editor.min.css'),(9705,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style-rtl.css','wp-includes/blocks/search/style-rtl.css'),(9706,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style-rtl.min.css','wp-includes/blocks/search/style-rtl.min.css'),(9707,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style.css','wp-includes/blocks/search/style.css'),(9708,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/style.min.css','wp-includes/blocks/search/style.min.css'),(9709,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme-rtl.css','wp-includes/blocks/search/theme-rtl.css'),(9710,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme-rtl.min.css','wp-includes/blocks/search/theme-rtl.min.css'),(9711,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme.css','wp-includes/blocks/search/theme.css'),(9712,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search/theme.min.css','wp-includes/blocks/search/theme.min.css'),(9713,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/search.php','wp-includes/blocks/search.php'),(9714,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/block.json','wp-includes/blocks/separator/block.json'),(9715,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor-rtl.css','wp-includes/blocks/separator/editor-rtl.css'),(9716,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor-rtl.min.css','wp-includes/blocks/separator/editor-rtl.min.css'),(9717,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor.css','wp-includes/blocks/separator/editor.css'),(9718,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/editor.min.css','wp-includes/blocks/separator/editor.min.css'),(9719,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style-rtl.css','wp-includes/blocks/separator/style-rtl.css'),(9720,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style-rtl.min.css','wp-includes/blocks/separator/style-rtl.min.css'),(9721,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style.css','wp-includes/blocks/separator/style.css'),(9722,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/style.min.css','wp-includes/blocks/separator/style.min.css'),(9723,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme-rtl.css','wp-includes/blocks/separator/theme-rtl.css'),(9724,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme-rtl.min.css','wp-includes/blocks/separator/theme-rtl.min.css'),(9725,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme.css','wp-includes/blocks/separator/theme.css'),(9726,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/separator/theme.min.css','wp-includes/blocks/separator/theme.min.css'),(9727,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/block.json','wp-includes/blocks/shortcode/block.json'),(9728,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor-rtl.css','wp-includes/blocks/shortcode/editor-rtl.css'),(9729,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css','wp-includes/blocks/shortcode/editor-rtl.min.css'),(9730,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor.css','wp-includes/blocks/shortcode/editor.css'),(9731,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode/editor.min.css','wp-includes/blocks/shortcode/editor.min.css'),(9732,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/shortcode.php','wp-includes/blocks/shortcode.php'),(9733,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/block.json','wp-includes/blocks/site-logo/block.json'),(9734,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor-rtl.css','wp-includes/blocks/site-logo/editor-rtl.css'),(9735,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css','wp-includes/blocks/site-logo/editor-rtl.min.css'),(9736,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor.css','wp-includes/blocks/site-logo/editor.css'),(9737,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/editor.min.css','wp-includes/blocks/site-logo/editor.min.css'),(9738,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style-rtl.css','wp-includes/blocks/site-logo/style-rtl.css'),(9739,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style-rtl.min.css','wp-includes/blocks/site-logo/style-rtl.min.css'),(9740,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style.css','wp-includes/blocks/site-logo/style.css'),(9741,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo/style.min.css','wp-includes/blocks/site-logo/style.min.css'),(9742,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-logo.php','wp-includes/blocks/site-logo.php'),(9743,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/block.json','wp-includes/blocks/site-tagline/block.json'),(9744,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor-rtl.css','wp-includes/blocks/site-tagline/editor-rtl.css'),(9745,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css','wp-includes/blocks/site-tagline/editor-rtl.min.css'),(9746,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor.css','wp-includes/blocks/site-tagline/editor.css'),(9747,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline/editor.min.css','wp-includes/blocks/site-tagline/editor.min.css'),(9748,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-tagline.php','wp-includes/blocks/site-tagline.php'),(9749,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/block.json','wp-includes/blocks/site-title/block.json'),(9750,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor-rtl.css','wp-includes/blocks/site-title/editor-rtl.css'),(9751,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor-rtl.min.css','wp-includes/blocks/site-title/editor-rtl.min.css'),(9752,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor.css','wp-includes/blocks/site-title/editor.css'),(9753,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title/editor.min.css','wp-includes/blocks/site-title/editor.min.css'),(9754,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/site-title.php','wp-includes/blocks/site-title.php'),(9755,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/block.json','wp-includes/blocks/social-link/block.json'),(9756,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor-rtl.css','wp-includes/blocks/social-link/editor-rtl.css'),(9757,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor-rtl.min.css','wp-includes/blocks/social-link/editor-rtl.min.css'),(9758,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor.css','wp-includes/blocks/social-link/editor.css'),(9759,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link/editor.min.css','wp-includes/blocks/social-link/editor.min.css'),(9760,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-link.php','wp-includes/blocks/social-link.php'),(9761,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/block.json','wp-includes/blocks/social-links/block.json'),(9762,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor-rtl.css','wp-includes/blocks/social-links/editor-rtl.css'),(9763,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor-rtl.min.css','wp-includes/blocks/social-links/editor-rtl.min.css'),(9764,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor.css','wp-includes/blocks/social-links/editor.css'),(9765,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/editor.min.css','wp-includes/blocks/social-links/editor.min.css'),(9766,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style-rtl.css','wp-includes/blocks/social-links/style-rtl.css'),(9767,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style-rtl.min.css','wp-includes/blocks/social-links/style-rtl.min.css'),(9768,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style.css','wp-includes/blocks/social-links/style.css'),(9769,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/social-links/style.min.css','wp-includes/blocks/social-links/style.min.css'),(9770,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/block.json','wp-includes/blocks/spacer/block.json'),(9771,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor-rtl.css','wp-includes/blocks/spacer/editor-rtl.css'),(9772,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor-rtl.min.css','wp-includes/blocks/spacer/editor-rtl.min.css'),(9773,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor.css','wp-includes/blocks/spacer/editor.css'),(9774,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/editor.min.css','wp-includes/blocks/spacer/editor.min.css'),(9775,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style-rtl.css','wp-includes/blocks/spacer/style-rtl.css'),(9776,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style-rtl.min.css','wp-includes/blocks/spacer/style-rtl.min.css'),(9777,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style.css','wp-includes/blocks/spacer/style.css'),(9778,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/spacer/style.min.css','wp-includes/blocks/spacer/style.min.css'),(9779,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/block.json','wp-includes/blocks/table/block.json'),(9780,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor-rtl.css','wp-includes/blocks/table/editor-rtl.css'),(9781,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor-rtl.min.css','wp-includes/blocks/table/editor-rtl.min.css'),(9782,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor.css','wp-includes/blocks/table/editor.css'),(9783,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/editor.min.css','wp-includes/blocks/table/editor.min.css'),(9784,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style-rtl.css','wp-includes/blocks/table/style-rtl.css'),(9785,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style-rtl.min.css','wp-includes/blocks/table/style-rtl.min.css'),(9786,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style.css','wp-includes/blocks/table/style.css'),(9787,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/style.min.css','wp-includes/blocks/table/style.min.css'),(9788,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme-rtl.css','wp-includes/blocks/table/theme-rtl.css'),(9789,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme-rtl.min.css','wp-includes/blocks/table/theme-rtl.min.css'),(9790,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme.css','wp-includes/blocks/table/theme.css'),(9791,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/table/theme.min.css','wp-includes/blocks/table/theme.min.css'),(9792,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/block.json','wp-includes/blocks/tag-cloud/block.json'),(9793,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style-rtl.css','wp-includes/blocks/tag-cloud/style-rtl.css'),(9794,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css','wp-includes/blocks/tag-cloud/style-rtl.min.css'),(9795,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style.css','wp-includes/blocks/tag-cloud/style.css'),(9796,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud/style.min.css','wp-includes/blocks/tag-cloud/style.min.css'),(9797,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/tag-cloud.php','wp-includes/blocks/tag-cloud.php'),(9798,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/block.json','wp-includes/blocks/template-part/block.json'),(9799,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor-rtl.css','wp-includes/blocks/template-part/editor-rtl.css'),(9800,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor-rtl.min.css','wp-includes/blocks/template-part/editor-rtl.min.css'),(9801,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor.css','wp-includes/blocks/template-part/editor.css'),(9802,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/editor.min.css','wp-includes/blocks/template-part/editor.min.css'),(9803,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme-rtl.css','wp-includes/blocks/template-part/theme-rtl.css'),(9804,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme-rtl.min.css','wp-includes/blocks/template-part/theme-rtl.min.css'),(9805,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme.css','wp-includes/blocks/template-part/theme.css'),(9806,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part/theme.min.css','wp-includes/blocks/template-part/theme.min.css'),(9807,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/template-part.php','wp-includes/blocks/template-part.php'),(9808,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/term-description/block.json','wp-includes/blocks/term-description/block.json'),(9809,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/term-description.php','wp-includes/blocks/term-description.php'),(9810,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/block.json','wp-includes/blocks/text-columns/block.json'),(9811,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor-rtl.css','wp-includes/blocks/text-columns/editor-rtl.css'),(9812,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css','wp-includes/blocks/text-columns/editor-rtl.min.css'),(9813,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor.css','wp-includes/blocks/text-columns/editor.css'),(9814,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/editor.min.css','wp-includes/blocks/text-columns/editor.min.css'),(9815,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style-rtl.css','wp-includes/blocks/text-columns/style-rtl.css'),(9816,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style-rtl.min.css','wp-includes/blocks/text-columns/style-rtl.min.css'),(9817,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style.css','wp-includes/blocks/text-columns/style.css'),(9818,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/text-columns/style.min.css','wp-includes/blocks/text-columns/style.min.css'),(9819,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/block.json','wp-includes/blocks/verse/block.json'),(9820,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style-rtl.css','wp-includes/blocks/verse/style-rtl.css'),(9821,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style-rtl.min.css','wp-includes/blocks/verse/style-rtl.min.css'),(9822,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style.css','wp-includes/blocks/verse/style.css'),(9823,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/verse/style.min.css','wp-includes/blocks/verse/style.min.css'),(9824,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/block.json','wp-includes/blocks/video/block.json'),(9825,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor-rtl.css','wp-includes/blocks/video/editor-rtl.css'),(9826,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor-rtl.min.css','wp-includes/blocks/video/editor-rtl.min.css'),(9827,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor.css','wp-includes/blocks/video/editor.css'),(9828,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/editor.min.css','wp-includes/blocks/video/editor.min.css'),(9829,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style-rtl.css','wp-includes/blocks/video/style-rtl.css'),(9830,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style-rtl.min.css','wp-includes/blocks/video/style-rtl.min.css'),(9831,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style.css','wp-includes/blocks/video/style.css'),(9832,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/style.min.css','wp-includes/blocks/video/style.min.css'),(9833,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme-rtl.css','wp-includes/blocks/video/theme-rtl.css'),(9834,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme-rtl.min.css','wp-includes/blocks/video/theme-rtl.min.css'),(9835,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme.css','wp-includes/blocks/video/theme.css'),(9836,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/video/theme.min.css','wp-includes/blocks/video/theme.min.css'),(9837,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/widget-group/block.json','wp-includes/blocks/widget-group/block.json'),(9838,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks/widget-group.php','wp-includes/blocks/widget-group.php'),(9839,'/home/sleepingsolutions.co.uk/public_html/wp-includes/blocks.php','wp-includes/blocks.php'),(9840,'/home/sleepingsolutions.co.uk/public_html/wp-includes/bookmark-template.php','wp-includes/bookmark-template.php'),(9841,'/home/sleepingsolutions.co.uk/public_html/wp-includes/bookmark.php','wp-includes/bookmark.php'),(9842,'/home/sleepingsolutions.co.uk/public_html/wp-includes/cache-compat.php','wp-includes/cache-compat.php'),(9843,'/home/sleepingsolutions.co.uk/public_html/wp-includes/cache.php','wp-includes/cache.php'),(9844,'/home/sleepingsolutions.co.uk/public_html/wp-includes/canonical.php','wp-includes/canonical.php'),(9845,'/home/sleepingsolutions.co.uk/public_html/wp-includes/capabilities.php','wp-includes/capabilities.php'),(9846,'/home/sleepingsolutions.co.uk/public_html/wp-includes/category-template.php','wp-includes/category-template.php'),(9847,'/home/sleepingsolutions.co.uk/public_html/wp-includes/category.php','wp-includes/category.php'),(9848,'/home/sleepingsolutions.co.uk/public_html/wp-includes/certificates/ca-bundle.crt','wp-includes/certificates/ca-bundle.crt'),(9849,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-IXR.php','wp-includes/class-IXR.php'),(9850,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-feed.php','wp-includes/class-feed.php'),(9851,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-http.php','wp-includes/class-http.php'),(9852,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-json.php','wp-includes/class-json.php'),(9853,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-oembed.php','wp-includes/class-oembed.php'),(9854,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-phpass.php','wp-includes/class-phpass.php'),(9855,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-phpmailer.php','wp-includes/class-phpmailer.php'),(9856,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-pop3.php','wp-includes/class-pop3.php'),(9857,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-requests.php','wp-includes/class-requests.php'),(9858,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-simplepie.php','wp-includes/class-simplepie.php'),(9859,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-smtp.php','wp-includes/class-smtp.php'),(9860,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-snoopy.php','wp-includes/class-snoopy.php'),(9861,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-category-dropdown.php','wp-includes/class-walker-category-dropdown.php'),(9862,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-category.php','wp-includes/class-walker-category.php'),(9863,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-comment.php','wp-includes/class-walker-comment.php'),(9864,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-nav-menu.php','wp-includes/class-walker-nav-menu.php'),(9865,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-page-dropdown.php','wp-includes/class-walker-page-dropdown.php'),(9866,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-walker-page.php','wp-includes/class-walker-page.php'),(9867,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-admin-bar.php','wp-includes/class-wp-admin-bar.php'),(9868,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-ajax-response.php','wp-includes/class-wp-ajax-response.php'),(9869,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-application-passwords.php','wp-includes/class-wp-application-passwords.php'),(9870,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-editor-context.php','wp-includes/class-wp-block-editor-context.php'),(9871,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-list.php','wp-includes/class-wp-block-list.php'),(9872,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-parser.php','wp-includes/class-wp-block-parser.php'),(9873,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-pattern-categories-registry.php','wp-includes/class-wp-block-pattern-categories-registry.php'),(9874,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-patterns-registry.php','wp-includes/class-wp-block-patterns-registry.php'),(9875,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-styles-registry.php','wp-includes/class-wp-block-styles-registry.php'),(9876,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-supports.php','wp-includes/class-wp-block-supports.php'),(9877,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-template.php','wp-includes/class-wp-block-template.php'),(9878,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-type-registry.php','wp-includes/class-wp-block-type-registry.php'),(9879,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block-type.php','wp-includes/class-wp-block-type.php'),(9880,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-block.php','wp-includes/class-wp-block.php'),(9881,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-comment-query.php','wp-includes/class-wp-comment-query.php'),(9882,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-comment.php','wp-includes/class-wp-comment.php'),(9883,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-control.php','wp-includes/class-wp-customize-control.php'),(9884,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-manager.php','wp-includes/class-wp-customize-manager.php'),(9885,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-nav-menus.php','wp-includes/class-wp-customize-nav-menus.php'),(9886,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-panel.php','wp-includes/class-wp-customize-panel.php'),(9887,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-section.php','wp-includes/class-wp-customize-section.php'),(9888,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-setting.php','wp-includes/class-wp-customize-setting.php'),(9889,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-customize-widgets.php','wp-includes/class-wp-customize-widgets.php'),(9890,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-date-query.php','wp-includes/class-wp-date-query.php'),(9891,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-dependencies.php','wp-includes/class-wp-dependencies.php'),(9892,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-dependency.php','wp-includes/class-wp-dependency.php'),(9893,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-editor.php','wp-includes/class-wp-editor.php'),(9894,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-embed.php','wp-includes/class-wp-embed.php'),(9895,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-error.php','wp-includes/class-wp-error.php'),(9896,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-fatal-error-handler.php','wp-includes/class-wp-fatal-error-handler.php'),(9897,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-feed-cache-transient.php','wp-includes/class-wp-feed-cache-transient.php'),(9898,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-feed-cache.php','wp-includes/class-wp-feed-cache.php'),(9899,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-hook.php','wp-includes/class-wp-hook.php'),(9900,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-cookie.php','wp-includes/class-wp-http-cookie.php'),(9901,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-curl.php','wp-includes/class-wp-http-curl.php'),(9902,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-encoding.php','wp-includes/class-wp-http-encoding.php'),(9903,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-ixr-client.php','wp-includes/class-wp-http-ixr-client.php'),(9904,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-proxy.php','wp-includes/class-wp-http-proxy.php'),(9905,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-requests-hooks.php','wp-includes/class-wp-http-requests-hooks.php'),(9906,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-requests-response.php','wp-includes/class-wp-http-requests-response.php'),(9907,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-response.php','wp-includes/class-wp-http-response.php'),(9908,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http-streams.php','wp-includes/class-wp-http-streams.php'),(9909,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-http.php','wp-includes/class-wp-http.php'),(9910,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-image-editor-gd.php','wp-includes/class-wp-image-editor-gd.php'),(9911,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-image-editor-imagick.php','wp-includes/class-wp-image-editor-imagick.php'),(9912,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-image-editor.php','wp-includes/class-wp-image-editor.php'),(9913,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-list-util.php','wp-includes/class-wp-list-util.php'),(9914,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-locale-switcher.php','wp-includes/class-wp-locale-switcher.php'),(9915,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-locale.php','wp-includes/class-wp-locale.php'),(9916,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-matchesmapregex.php','wp-includes/class-wp-matchesmapregex.php'),(9917,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-meta-query.php','wp-includes/class-wp-meta-query.php'),(9918,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-metadata-lazyloader.php','wp-includes/class-wp-metadata-lazyloader.php'),(9919,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-network-query.php','wp-includes/class-wp-network-query.php'),(9920,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-network.php','wp-includes/class-wp-network.php'),(9921,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-object-cache.php','wp-includes/class-wp-object-cache.php'),(9922,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-oembed-controller.php','wp-includes/class-wp-oembed-controller.php'),(9923,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-oembed.php','wp-includes/class-wp-oembed.php'),(9924,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-paused-extensions-storage.php','wp-includes/class-wp-paused-extensions-storage.php'),(9925,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-post-type.php','wp-includes/class-wp-post-type.php'),(9926,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-post.php','wp-includes/class-wp-post.php'),(9927,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-query.php','wp-includes/class-wp-query.php'),(9928,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php','wp-includes/class-wp-recovery-mode-cookie-service.php'),(9929,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-email-service.php','wp-includes/class-wp-recovery-mode-email-service.php'),(9930,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-key-service.php','wp-includes/class-wp-recovery-mode-key-service.php'),(9931,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode-link-service.php','wp-includes/class-wp-recovery-mode-link-service.php'),(9932,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-recovery-mode.php','wp-includes/class-wp-recovery-mode.php'),(9933,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-rewrite.php','wp-includes/class-wp-rewrite.php'),(9934,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-role.php','wp-includes/class-wp-role.php'),(9935,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-roles.php','wp-includes/class-wp-roles.php'),(9936,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-scripts.php','wp-includes/class-wp-scripts.php'),(9937,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-session-tokens.php','wp-includes/class-wp-session-tokens.php'),(9938,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-simplepie-file.php','wp-includes/class-wp-simplepie-file.php'),(9939,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php','wp-includes/class-wp-simplepie-sanitize-kses.php'),(9940,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-site-query.php','wp-includes/class-wp-site-query.php'),(9941,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-site.php','wp-includes/class-wp-site.php'),(9942,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-styles.php','wp-includes/class-wp-styles.php'),(9943,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-tax-query.php','wp-includes/class-wp-tax-query.php'),(9944,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-taxonomy.php','wp-includes/class-wp-taxonomy.php'),(9945,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-term-query.php','wp-includes/class-wp-term-query.php'),(9946,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-term.php','wp-includes/class-wp-term.php'),(9947,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-text-diff-renderer-inline.php','wp-includes/class-wp-text-diff-renderer-inline.php'),(9948,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-text-diff-renderer-table.php','wp-includes/class-wp-text-diff-renderer-table.php'),(9949,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-textdomain-registry.php','wp-includes/class-wp-textdomain-registry.php'),(9950,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json-data.php','wp-includes/class-wp-theme-json-data.php'),(9951,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json-resolver.php','wp-includes/class-wp-theme-json-resolver.php'),(9952,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json-schema.php','wp-includes/class-wp-theme-json-schema.php'),(9953,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme-json.php','wp-includes/class-wp-theme-json.php'),(9954,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-theme.php','wp-includes/class-wp-theme.php'),(9955,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user-meta-session-tokens.php','wp-includes/class-wp-user-meta-session-tokens.php'),(9956,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user-query.php','wp-includes/class-wp-user-query.php'),(9957,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user-request.php','wp-includes/class-wp-user-request.php'),(9958,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-user.php','wp-includes/class-wp-user.php'),(9959,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-walker.php','wp-includes/class-wp-walker.php'),(9960,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-widget-factory.php','wp-includes/class-wp-widget-factory.php'),(9961,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-widget.php','wp-includes/class-wp-widget.php'),(9962,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp-xmlrpc-server.php','wp-includes/class-wp-xmlrpc-server.php'),(9963,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wp.php','wp-includes/class-wp.php'),(9964,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class-wpdb.php','wp-includes/class-wpdb.php'),(9965,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class.wp-dependencies.php','wp-includes/class.wp-dependencies.php'),(9966,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class.wp-scripts.php','wp-includes/class.wp-scripts.php'),(9967,'/home/sleepingsolutions.co.uk/public_html/wp-includes/class.wp-styles.php','wp-includes/class.wp-styles.php'),(9968,'/home/sleepingsolutions.co.uk/public_html/wp-includes/comment-template.php','wp-includes/comment-template.php'),(9969,'/home/sleepingsolutions.co.uk/public_html/wp-includes/comment.php','wp-includes/comment.php'),(9970,'/home/sleepingsolutions.co.uk/public_html/wp-includes/compat.php','wp-includes/compat.php'),(9971,'/home/sleepingsolutions.co.uk/public_html/wp-includes/cron.php','wp-includes/cron.php'),(9972,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar-rtl.css','wp-includes/css/admin-bar-rtl.css'),(9973,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar-rtl.min.css','wp-includes/css/admin-bar-rtl.min.css'),(9974,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar.css','wp-includes/css/admin-bar.css'),(9975,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/admin-bar.min.css','wp-includes/css/admin-bar.min.css'),(9976,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons-rtl.css','wp-includes/css/buttons-rtl.css'),(9977,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons-rtl.min.css','wp-includes/css/buttons-rtl.min.css'),(9978,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons.css','wp-includes/css/buttons.css'),(9979,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/buttons.min.css','wp-includes/css/buttons.min.css'),(9980,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/classic-themes.css','wp-includes/css/classic-themes.css'),(9981,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/classic-themes.min.css','wp-includes/css/classic-themes.min.css'),(9982,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview-rtl.css','wp-includes/css/customize-preview-rtl.css'),(9983,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview-rtl.min.css','wp-includes/css/customize-preview-rtl.min.css'),(9984,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview.css','wp-includes/css/customize-preview.css'),(9985,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/customize-preview.min.css','wp-includes/css/customize-preview.min.css'),(9986,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dashicons.css','wp-includes/css/dashicons.css'),(9987,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dashicons.min.css','wp-includes/css/dashicons.min.css'),(9988,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style-rtl.css','wp-includes/css/dist/block-directory/style-rtl.css'),(9989,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style-rtl.min.css','wp-includes/css/dist/block-directory/style-rtl.min.css'),(9990,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style.css','wp-includes/css/dist/block-directory/style.css'),(9991,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-directory/style.min.css','wp-includes/css/dist/block-directory/style.min.css'),(9992,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),(9993,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),(9994,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles.css','wp-includes/css/dist/block-editor/default-editor-styles.css'),(9995,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/default-editor-styles.min.css','wp-includes/css/dist/block-editor/default-editor-styles.min.css'),(9996,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style-rtl.css','wp-includes/css/dist/block-editor/style-rtl.css'),(9997,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css','wp-includes/css/dist/block-editor/style-rtl.min.css'),(9998,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style.css','wp-includes/css/dist/block-editor/style.css'),(9999,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-editor/style.min.css','wp-includes/css/dist/block-editor/style.min.css'),(10000,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic-rtl.css','wp-includes/css/dist/block-library/classic-rtl.css'),(10001,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic-rtl.min.css','wp-includes/css/dist/block-library/classic-rtl.min.css'),(10002,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic.css','wp-includes/css/dist/block-library/classic.css'),(10003,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/classic.min.css','wp-includes/css/dist/block-library/classic.min.css'),(10004,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common-rtl.css','wp-includes/css/dist/block-library/common-rtl.css'),(10005,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common-rtl.min.css','wp-includes/css/dist/block-library/common-rtl.min.css'),(10006,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common.css','wp-includes/css/dist/block-library/common.css'),(10007,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/common.min.css','wp-includes/css/dist/block-library/common.min.css'),(10008,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.css','wp-includes/css/dist/block-library/editor-elements-rtl.css'),(10009,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.min.css','wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),(10010,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements.css','wp-includes/css/dist/block-library/editor-elements.css'),(10011,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-elements.min.css','wp-includes/css/dist/block-library/editor-elements.min.css'),(10012,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-rtl.css','wp-includes/css/dist/block-library/editor-rtl.css'),(10013,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css','wp-includes/css/dist/block-library/editor-rtl.min.css'),(10014,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor.css','wp-includes/css/dist/block-library/editor.css'),(10015,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/editor.min.css','wp-includes/css/dist/block-library/editor.min.css'),(10016,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements-rtl.css','wp-includes/css/dist/block-library/elements-rtl.css'),(10017,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements-rtl.min.css','wp-includes/css/dist/block-library/elements-rtl.min.css'),(10018,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements.css','wp-includes/css/dist/block-library/elements.css'),(10019,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/elements.min.css','wp-includes/css/dist/block-library/elements.min.css'),(10020,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset-rtl.css','wp-includes/css/dist/block-library/reset-rtl.css'),(10021,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset-rtl.min.css','wp-includes/css/dist/block-library/reset-rtl.min.css'),(10022,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset.css','wp-includes/css/dist/block-library/reset.css'),(10023,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/reset.min.css','wp-includes/css/dist/block-library/reset.min.css'),(10024,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style-rtl.css','wp-includes/css/dist/block-library/style-rtl.css'),(10025,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style-rtl.min.css','wp-includes/css/dist/block-library/style-rtl.min.css'),(10026,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style.css','wp-includes/css/dist/block-library/style.css'),(10027,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/style.min.css','wp-includes/css/dist/block-library/style.min.css'),(10028,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme-rtl.css','wp-includes/css/dist/block-library/theme-rtl.css'),(10029,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css','wp-includes/css/dist/block-library/theme-rtl.min.css'),(10030,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme.css','wp-includes/css/dist/block-library/theme.css'),(10031,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/block-library/theme.min.css','wp-includes/css/dist/block-library/theme.min.css'),(10032,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style-rtl.css','wp-includes/css/dist/components/style-rtl.css'),(10033,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style-rtl.min.css','wp-includes/css/dist/components/style-rtl.min.css'),(10034,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style.css','wp-includes/css/dist/components/style.css'),(10035,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/components/style.min.css','wp-includes/css/dist/components/style.min.css'),(10036,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style-rtl.css','wp-includes/css/dist/customize-widgets/style-rtl.css'),(10037,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style-rtl.min.css','wp-includes/css/dist/customize-widgets/style-rtl.min.css'),(10038,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style.css','wp-includes/css/dist/customize-widgets/style.css'),(10039,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/customize-widgets/style.min.css','wp-includes/css/dist/customize-widgets/style.min.css'),(10040,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic-rtl.css','wp-includes/css/dist/edit-post/classic-rtl.css'),(10041,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic-rtl.min.css','wp-includes/css/dist/edit-post/classic-rtl.min.css'),(10042,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic.css','wp-includes/css/dist/edit-post/classic.css'),(10043,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/classic.min.css','wp-includes/css/dist/edit-post/classic.min.css'),(10044,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style-rtl.css','wp-includes/css/dist/edit-post/style-rtl.css'),(10045,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css','wp-includes/css/dist/edit-post/style-rtl.min.css'),(10046,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style.css','wp-includes/css/dist/edit-post/style.css'),(10047,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-post/style.min.css','wp-includes/css/dist/edit-post/style.min.css'),(10048,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style-rtl.css','wp-includes/css/dist/edit-site/style-rtl.css'),(10049,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style-rtl.min.css','wp-includes/css/dist/edit-site/style-rtl.min.css'),(10050,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style.css','wp-includes/css/dist/edit-site/style.css'),(10051,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-site/style.min.css','wp-includes/css/dist/edit-site/style.min.css'),(10052,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style-rtl.css','wp-includes/css/dist/edit-widgets/style-rtl.css'),(10053,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style-rtl.min.css','wp-includes/css/dist/edit-widgets/style-rtl.min.css'),(10054,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style.css','wp-includes/css/dist/edit-widgets/style.css'),(10055,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/edit-widgets/style.min.css','wp-includes/css/dist/edit-widgets/style.min.css'),(10056,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style-rtl.css','wp-includes/css/dist/editor/style-rtl.css'),(10057,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style-rtl.min.css','wp-includes/css/dist/editor/style-rtl.min.css'),(10058,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style.css','wp-includes/css/dist/editor/style.css'),(10059,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/editor/style.min.css','wp-includes/css/dist/editor/style.min.css'),(10060,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style-rtl.css','wp-includes/css/dist/format-library/style-rtl.css'),(10061,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style-rtl.min.css','wp-includes/css/dist/format-library/style-rtl.min.css'),(10062,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style.css','wp-includes/css/dist/format-library/style.css'),(10063,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/format-library/style.min.css','wp-includes/css/dist/format-library/style.min.css'),(10064,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.css','wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(10065,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(10066,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style.css','wp-includes/css/dist/list-reusable-blocks/style.css'),(10067,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css','wp-includes/css/dist/list-reusable-blocks/style.min.css'),(10068,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style-rtl.css','wp-includes/css/dist/nux/style-rtl.css'),(10069,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style-rtl.min.css','wp-includes/css/dist/nux/style-rtl.min.css'),(10070,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style.css','wp-includes/css/dist/nux/style.css'),(10071,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/nux/style.min.css','wp-includes/css/dist/nux/style.min.css'),(10072,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.css','wp-includes/css/dist/reusable-blocks/style-rtl.css'),(10073,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.min.css','wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),(10074,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style.css','wp-includes/css/dist/reusable-blocks/style.css'),(10075,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/reusable-blocks/style.min.css','wp-includes/css/dist/reusable-blocks/style.min.css'),(10076,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style-rtl.css','wp-includes/css/dist/widgets/style-rtl.css'),(10077,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style-rtl.min.css','wp-includes/css/dist/widgets/style-rtl.min.css'),(10078,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style.css','wp-includes/css/dist/widgets/style.css'),(10079,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/dist/widgets/style.min.css','wp-includes/css/dist/widgets/style.min.css'),(10080,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor-rtl.css','wp-includes/css/editor-rtl.css'),(10081,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor-rtl.min.css','wp-includes/css/editor-rtl.min.css'),(10082,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor.css','wp-includes/css/editor.css'),(10083,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/editor.min.css','wp-includes/css/editor.min.css'),(10084,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog-rtl.css','wp-includes/css/jquery-ui-dialog-rtl.css'),(10085,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog-rtl.min.css','wp-includes/css/jquery-ui-dialog-rtl.min.css'),(10086,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog.css','wp-includes/css/jquery-ui-dialog.css'),(10087,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/jquery-ui-dialog.min.css','wp-includes/css/jquery-ui-dialog.min.css'),(10088,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views-rtl.css','wp-includes/css/media-views-rtl.css'),(10089,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views-rtl.min.css','wp-includes/css/media-views-rtl.min.css'),(10090,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views.css','wp-includes/css/media-views.css'),(10091,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/media-views.min.css','wp-includes/css/media-views.min.css'),(10092,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check-rtl.css','wp-includes/css/wp-auth-check-rtl.css'),(10093,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check-rtl.min.css','wp-includes/css/wp-auth-check-rtl.min.css'),(10094,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check.css','wp-includes/css/wp-auth-check.css'),(10095,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-auth-check.min.css','wp-includes/css/wp-auth-check.min.css'),(10096,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-embed-template-ie.css','wp-includes/css/wp-embed-template-ie.css'),(10097,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-embed-template-ie.min.css','wp-includes/css/wp-embed-template-ie.min.css'),(10098,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-embed-template.css','wp-includes/css/wp-embed-template.css'),(10099,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-embed-template.min.css','wp-includes/css/wp-embed-template.min.css'),(10100,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer-rtl.css','wp-includes/css/wp-pointer-rtl.css'),(10101,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer-rtl.min.css','wp-includes/css/wp-pointer-rtl.min.css'),(10102,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer.css','wp-includes/css/wp-pointer.css'),(10103,'/home/sleepingsolutions.co.uk/public_html/wp-includes/css/wp-pointer.min.css','wp-includes/css/wp-pointer.min.css'),(10104,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-background-image-control.php','wp-includes/customize/class-wp-customize-background-image-control.php'),(10105,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php','wp-includes/customize/class-wp-customize-background-image-setting.php'),(10106,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-background-position-control.php','wp-includes/customize/class-wp-customize-background-position-control.php'),(10107,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php','wp-includes/customize/class-wp-customize-code-editor-control.php'),(10108,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-color-control.php','wp-includes/customize/class-wp-customize-color-control.php'),(10109,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php','wp-includes/customize/class-wp-customize-cropped-image-control.php'),(10110,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php','wp-includes/customize/class-wp-customize-custom-css-setting.php'),(10111,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-date-time-control.php','wp-includes/customize/class-wp-customize-date-time-control.php'),(10112,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-filter-setting.php','wp-includes/customize/class-wp-customize-filter-setting.php'),(10113,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-header-image-control.php','wp-includes/customize/class-wp-customize-header-image-control.php'),(10114,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php','wp-includes/customize/class-wp-customize-header-image-setting.php'),(10115,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-image-control.php','wp-includes/customize/class-wp-customize-image-control.php'),(10116,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-media-control.php','wp-includes/customize/class-wp-customize-media-control.php'),(10117,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(10118,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php','wp-includes/customize/class-wp-customize-nav-menu-control.php'),(10119,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php','wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(10120,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(10121,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php','wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(10122,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(10123,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php','wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(10124,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php','wp-includes/customize/class-wp-customize-nav-menu-section.php'),(10125,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php','wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(10126,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php','wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(10127,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php','wp-includes/customize/class-wp-customize-new-menu-control.php'),(10128,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php','wp-includes/customize/class-wp-customize-new-menu-section.php'),(10129,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-partial.php','wp-includes/customize/class-wp-customize-partial.php'),(10130,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php','wp-includes/customize/class-wp-customize-selective-refresh.php'),(10131,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php','wp-includes/customize/class-wp-customize-sidebar-section.php'),(10132,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php','wp-includes/customize/class-wp-customize-site-icon-control.php'),(10133,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-theme-control.php','wp-includes/customize/class-wp-customize-theme-control.php'),(10134,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-themes-panel.php','wp-includes/customize/class-wp-customize-themes-panel.php'),(10135,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-themes-section.php','wp-includes/customize/class-wp-customize-themes-section.php'),(10136,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-customize-upload-control.php','wp-includes/customize/class-wp-customize-upload-control.php'),(10137,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-sidebar-block-editor-control.php','wp-includes/customize/class-wp-sidebar-block-editor-control.php'),(10138,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php','wp-includes/customize/class-wp-widget-area-customize-control.php'),(10139,'/home/sleepingsolutions.co.uk/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php','wp-includes/customize/class-wp-widget-form-customize-control.php'),(10140,'/home/sleepingsolutions.co.uk/public_html/wp-includes/date.php','wp-includes/date.php'),(10141,'/home/sleepingsolutions.co.uk/public_html/wp-includes/default-constants.php','wp-includes/default-constants.php'),(10142,'/home/sleepingsolutions.co.uk/public_html/wp-includes/default-filters.php','wp-includes/default-filters.php'),(10143,'/home/sleepingsolutions.co.uk/public_html/wp-includes/default-widgets.php','wp-includes/default-widgets.php'),(10144,'/home/sleepingsolutions.co.uk/public_html/wp-includes/deprecated.php','wp-includes/deprecated.php'),(10145,'/home/sleepingsolutions.co.uk/public_html/wp-includes/embed-template.php','wp-includes/embed-template.php'),(10146,'/home/sleepingsolutions.co.uk/public_html/wp-includes/embed.php','wp-includes/embed.php'),(10147,'/home/sleepingsolutions.co.uk/public_html/wp-includes/error-protection.php','wp-includes/error-protection.php'),(10148,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-atom-comments.php','wp-includes/feed-atom-comments.php'),(10149,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-atom.php','wp-includes/feed-atom.php'),(10150,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-rdf.php','wp-includes/feed-rdf.php'),(10151,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-rss.php','wp-includes/feed-rss.php'),(10152,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-rss2-comments.php','wp-includes/feed-rss2-comments.php'),(10153,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed-rss2.php','wp-includes/feed-rss2.php'),(10154,'/home/sleepingsolutions.co.uk/public_html/wp-includes/feed.php','wp-includes/feed.php'),(10155,'/home/sleepingsolutions.co.uk/public_html/wp-includes/fonts/dashicons.eot','wp-includes/fonts/dashicons.eot'),(10156,'/home/sleepingsolutions.co.uk/public_html/wp-includes/fonts/dashicons.svg','wp-includes/fonts/dashicons.svg'),(10157,'/home/sleepingsolutions.co.uk/public_html/wp-includes/fonts/dashicons.ttf','wp-includes/fonts/dashicons.ttf'),(10158,'/home/sleepingsolutions.co.uk/public_html/wp-includes/fonts/dashicons.woff','wp-includes/fonts/dashicons.woff'),(10159,'/home/sleepingsolutions.co.uk/public_html/wp-includes/fonts/dashicons.woff2','wp-includes/fonts/dashicons.woff2'),(10160,'/home/sleepingsolutions.co.uk/public_html/wp-includes/formatting.php','wp-includes/formatting.php'),(10161,'/home/sleepingsolutions.co.uk/public_html/wp-includes/functions.php','wp-includes/functions.php'),(10162,'/home/sleepingsolutions.co.uk/public_html/wp-includes/functions.wp-scripts.php','wp-includes/functions.wp-scripts.php'),(10163,'/home/sleepingsolutions.co.uk/public_html/wp-includes/functions.wp-styles.php','wp-includes/functions.wp-styles.php'),(10164,'/home/sleepingsolutions.co.uk/public_html/wp-includes/general-template.php','wp-includes/general-template.php'),(10165,'/home/sleepingsolutions.co.uk/public_html/wp-includes/global-styles-and-settings.php','wp-includes/global-styles-and-settings.php'),(10166,'/home/sleepingsolutions.co.uk/public_html/wp-includes/http.php','wp-includes/http.php'),(10167,'/home/sleepingsolutions.co.uk/public_html/wp-includes/https-detection.php','wp-includes/https-detection.php'),(10168,'/home/sleepingsolutions.co.uk/public_html/wp-includes/https-migration.php','wp-includes/https-migration.php'),(10169,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/admin-bar-sprite-2x.png','wp-includes/images/admin-bar-sprite-2x.png'),(10170,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/admin-bar-sprite.png','wp-includes/images/admin-bar-sprite.png'),(10171,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/arrow-pointer-blue-2x.png','wp-includes/images/arrow-pointer-blue-2x.png'),(10172,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/arrow-pointer-blue.png','wp-includes/images/arrow-pointer-blue.png'),(10173,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/blank.gif','wp-includes/images/blank.gif'),(10174,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/archive.png','wp-includes/images/crystal/archive.png'),(10175,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/audio.png','wp-includes/images/crystal/audio.png'),(10176,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/code.png','wp-includes/images/crystal/code.png'),(10177,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/default.png','wp-includes/images/crystal/default.png'),(10178,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/document.png','wp-includes/images/crystal/document.png'),(10179,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/interactive.png','wp-includes/images/crystal/interactive.png'),(10180,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/license.txt','wp-includes/images/crystal/license.txt'),(10181,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/spreadsheet.png','wp-includes/images/crystal/spreadsheet.png'),(10182,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/text.png','wp-includes/images/crystal/text.png'),(10183,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/crystal/video.png','wp-includes/images/crystal/video.png'),(10184,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/down_arrow-2x.gif','wp-includes/images/down_arrow-2x.gif'),(10185,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/down_arrow.gif','wp-includes/images/down_arrow.gif'),(10186,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/icon-pointer-flag-2x.png','wp-includes/images/icon-pointer-flag-2x.png'),(10187,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/icon-pointer-flag.png','wp-includes/images/icon-pointer-flag.png'),(10188,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/archive.png','wp-includes/images/media/archive.png'),(10189,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/audio.png','wp-includes/images/media/audio.png'),(10190,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/code.png','wp-includes/images/media/code.png'),(10191,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/default.png','wp-includes/images/media/default.png'),(10192,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/document.png','wp-includes/images/media/document.png'),(10193,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/interactive.png','wp-includes/images/media/interactive.png'),(10194,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/spreadsheet.png','wp-includes/images/media/spreadsheet.png'),(10195,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/text.png','wp-includes/images/media/text.png'),(10196,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/media/video.png','wp-includes/images/media/video.png'),(10197,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/rss-2x.png','wp-includes/images/rss-2x.png'),(10198,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/rss.png','wp-includes/images/rss.png'),(10199,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/frownie.png','wp-includes/images/smilies/frownie.png'),(10200,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_arrow.gif','wp-includes/images/smilies/icon_arrow.gif'),(10201,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_biggrin.gif','wp-includes/images/smilies/icon_biggrin.gif'),(10202,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_confused.gif','wp-includes/images/smilies/icon_confused.gif'),(10203,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_cool.gif','wp-includes/images/smilies/icon_cool.gif'),(10204,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_cry.gif','wp-includes/images/smilies/icon_cry.gif'),(10205,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_eek.gif','wp-includes/images/smilies/icon_eek.gif'),(10206,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_evil.gif','wp-includes/images/smilies/icon_evil.gif'),(10207,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_exclaim.gif','wp-includes/images/smilies/icon_exclaim.gif'),(10208,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_idea.gif','wp-includes/images/smilies/icon_idea.gif'),(10209,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_lol.gif','wp-includes/images/smilies/icon_lol.gif'),(10210,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_mad.gif','wp-includes/images/smilies/icon_mad.gif'),(10211,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_mrgreen.gif','wp-includes/images/smilies/icon_mrgreen.gif'),(10212,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_neutral.gif','wp-includes/images/smilies/icon_neutral.gif'),(10213,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_question.gif','wp-includes/images/smilies/icon_question.gif'),(10214,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_razz.gif','wp-includes/images/smilies/icon_razz.gif'),(10215,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_redface.gif','wp-includes/images/smilies/icon_redface.gif'),(10216,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_rolleyes.gif','wp-includes/images/smilies/icon_rolleyes.gif'),(10217,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_sad.gif','wp-includes/images/smilies/icon_sad.gif'),(10218,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_smile.gif','wp-includes/images/smilies/icon_smile.gif'),(10219,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_surprised.gif','wp-includes/images/smilies/icon_surprised.gif'),(10220,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_twisted.gif','wp-includes/images/smilies/icon_twisted.gif'),(10221,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/icon_wink.gif','wp-includes/images/smilies/icon_wink.gif'),(10222,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/mrgreen.png','wp-includes/images/smilies/mrgreen.png'),(10223,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/rolleyes.png','wp-includes/images/smilies/rolleyes.png'),(10224,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/smilies/simple-smile.png','wp-includes/images/smilies/simple-smile.png'),(10225,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/spinner-2x.gif','wp-includes/images/spinner-2x.gif'),(10226,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/spinner.gif','wp-includes/images/spinner.gif'),(10227,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/toggle-arrow-2x.png','wp-includes/images/toggle-arrow-2x.png'),(10228,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/toggle-arrow.png','wp-includes/images/toggle-arrow.png'),(10229,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/uploader-icons-2x.png','wp-includes/images/uploader-icons-2x.png'),(10230,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/uploader-icons.png','wp-includes/images/uploader-icons.png'),(10231,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/w-logo-blue-white-bg.png','wp-includes/images/w-logo-blue-white-bg.png'),(10232,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/w-logo-blue.png','wp-includes/images/w-logo-blue.png'),(10233,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wlw/wp-comments.png','wp-includes/images/wlw/wp-comments.png'),(10234,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wlw/wp-icon.png','wp-includes/images/wlw/wp-icon.png'),(10235,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wlw/wp-watermark.png','wp-includes/images/wlw/wp-watermark.png'),(10236,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wpicons-2x.png','wp-includes/images/wpicons-2x.png'),(10237,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wpicons.png','wp-includes/images/wpicons.png'),(10238,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wpspin-2x.gif','wp-includes/images/wpspin-2x.gif'),(10239,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/wpspin.gif','wp-includes/images/wpspin.gif'),(10240,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/xit-2x.gif','wp-includes/images/xit-2x.gif'),(10241,'/home/sleepingsolutions.co.uk/public_html/wp-includes/images/xit.gif','wp-includes/images/xit.gif'),(10242,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/admin-bar.js','wp-includes/js/admin-bar.js'),(10243,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/admin-bar.min.js','wp-includes/js/admin-bar.min.js'),(10244,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/api-request.js','wp-includes/js/api-request.js'),(10245,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/api-request.min.js','wp-includes/js/api-request.min.js'),(10246,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/autosave.js','wp-includes/js/autosave.js'),(10247,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/autosave.min.js','wp-includes/js/autosave.min.js'),(10248,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/backbone.js','wp-includes/js/backbone.js'),(10249,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/backbone.min.js','wp-includes/js/backbone.min.js'),(10250,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/clipboard.js','wp-includes/js/clipboard.js'),(10251,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/clipboard.min.js','wp-includes/js/clipboard.min.js'),(10252,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/codemirror.min.css','wp-includes/js/codemirror/codemirror.min.css'),(10253,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/codemirror.min.js','wp-includes/js/codemirror/codemirror.min.js'),(10254,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/csslint.js','wp-includes/js/codemirror/csslint.js'),(10255,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/esprima.js','wp-includes/js/codemirror/esprima.js'),(10256,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/fakejshint.js','wp-includes/js/codemirror/fakejshint.js'),(10257,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/htmlhint-kses.js','wp-includes/js/codemirror/htmlhint-kses.js'),(10258,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/htmlhint.js','wp-includes/js/codemirror/htmlhint.js'),(10259,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/codemirror/jsonlint.js','wp-includes/js/codemirror/jsonlint.js'),(10260,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/colorpicker.js','wp-includes/js/colorpicker.js'),(10261,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/colorpicker.min.js','wp-includes/js/colorpicker.min.js'),(10262,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/comment-reply.js','wp-includes/js/comment-reply.js'),(10263,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/comment-reply.min.js','wp-includes/js/comment-reply.min.js'),(10264,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/crop/cropper.css','wp-includes/js/crop/cropper.css'),(10265,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/crop/cropper.js','wp-includes/js/crop/cropper.js'),(10266,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/crop/marqueeHoriz.gif','wp-includes/js/crop/marqueeHoriz.gif'),(10267,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/crop/marqueeVert.gif','wp-includes/js/crop/marqueeVert.gif'),(10268,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-base.js','wp-includes/js/customize-base.js'),(10269,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-base.min.js','wp-includes/js/customize-base.min.js'),(10270,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-loader.js','wp-includes/js/customize-loader.js'),(10271,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-loader.min.js','wp-includes/js/customize-loader.min.js'),(10272,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-models.js','wp-includes/js/customize-models.js'),(10273,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-models.min.js','wp-includes/js/customize-models.min.js'),(10274,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-nav-menus.js','wp-includes/js/customize-preview-nav-menus.js'),(10275,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-nav-menus.min.js','wp-includes/js/customize-preview-nav-menus.min.js'),(10276,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-widgets.js','wp-includes/js/customize-preview-widgets.js'),(10277,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview-widgets.min.js','wp-includes/js/customize-preview-widgets.min.js'),(10278,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview.js','wp-includes/js/customize-preview.js'),(10279,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-preview.min.js','wp-includes/js/customize-preview.min.js'),(10280,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-selective-refresh.js','wp-includes/js/customize-selective-refresh.js'),(10281,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-selective-refresh.min.js','wp-includes/js/customize-selective-refresh.min.js'),(10282,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-views.js','wp-includes/js/customize-views.js'),(10283,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/customize-views.min.js','wp-includes/js/customize-views.min.js'),(10284,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/a11y.js','wp-includes/js/dist/a11y.js'),(10285,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/a11y.min.js','wp-includes/js/dist/a11y.min.js'),(10286,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/annotations.js','wp-includes/js/dist/annotations.js'),(10287,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/annotations.min.js','wp-includes/js/dist/annotations.min.js'),(10288,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/api-fetch.js','wp-includes/js/dist/api-fetch.js'),(10289,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/api-fetch.min.js','wp-includes/js/dist/api-fetch.min.js'),(10290,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/autop.js','wp-includes/js/dist/autop.js'),(10291,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/autop.min.js','wp-includes/js/dist/autop.min.js'),(10292,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blob.js','wp-includes/js/dist/blob.js'),(10293,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blob.min.js','wp-includes/js/dist/blob.min.js'),(10294,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-directory.js','wp-includes/js/dist/block-directory.js'),(10295,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-directory.min.js','wp-includes/js/dist/block-directory.min.js'),(10296,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-editor.js','wp-includes/js/dist/block-editor.js'),(10297,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-editor.min.js','wp-includes/js/dist/block-editor.min.js'),(10298,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-library.js','wp-includes/js/dist/block-library.js'),(10299,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-library.min.js','wp-includes/js/dist/block-library.min.js'),(10300,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-serialization-default-parser.js','wp-includes/js/dist/block-serialization-default-parser.js'),(10301,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/block-serialization-default-parser.min.js','wp-includes/js/dist/block-serialization-default-parser.min.js'),(10302,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blocks.js','wp-includes/js/dist/blocks.js'),(10303,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/blocks.min.js','wp-includes/js/dist/blocks.min.js'),(10304,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/components.js','wp-includes/js/dist/components.js'),(10305,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/components.min.js','wp-includes/js/dist/components.min.js'),(10306,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/compose.js','wp-includes/js/dist/compose.js'),(10307,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/compose.min.js','wp-includes/js/dist/compose.min.js'),(10308,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/core-data.js','wp-includes/js/dist/core-data.js'),(10309,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/core-data.min.js','wp-includes/js/dist/core-data.min.js'),(10310,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/customize-widgets.js','wp-includes/js/dist/customize-widgets.js'),(10311,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/customize-widgets.min.js','wp-includes/js/dist/customize-widgets.min.js'),(10312,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data-controls.js','wp-includes/js/dist/data-controls.js'),(10313,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data-controls.min.js','wp-includes/js/dist/data-controls.min.js'),(10314,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data.js','wp-includes/js/dist/data.js'),(10315,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/data.min.js','wp-includes/js/dist/data.min.js'),(10316,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/date.js','wp-includes/js/dist/date.js'),(10317,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/date.min.js','wp-includes/js/dist/date.min.js'),(10318,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/deprecated.js','wp-includes/js/dist/deprecated.js'),(10319,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/deprecated.min.js','wp-includes/js/dist/deprecated.min.js'),(10320,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-entry.js','wp-includes/js/dist/development/react-refresh-entry.js'),(10321,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-entry.min.js','wp-includes/js/dist/development/react-refresh-entry.min.js'),(10322,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-runtime.js','wp-includes/js/dist/development/react-refresh-runtime.js'),(10323,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/development/react-refresh-runtime.min.js','wp-includes/js/dist/development/react-refresh-runtime.min.js'),(10324,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom-ready.js','wp-includes/js/dist/dom-ready.js'),(10325,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom-ready.min.js','wp-includes/js/dist/dom-ready.min.js'),(10326,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom.js','wp-includes/js/dist/dom.js'),(10327,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/dom.min.js','wp-includes/js/dist/dom.min.js'),(10328,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-post.js','wp-includes/js/dist/edit-post.js'),(10329,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-post.min.js','wp-includes/js/dist/edit-post.min.js'),(10330,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-site.js','wp-includes/js/dist/edit-site.js'),(10331,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-site.min.js','wp-includes/js/dist/edit-site.min.js'),(10332,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-widgets.js','wp-includes/js/dist/edit-widgets.js'),(10333,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/edit-widgets.min.js','wp-includes/js/dist/edit-widgets.min.js'),(10334,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/editor.js','wp-includes/js/dist/editor.js'),(10335,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/editor.min.js','wp-includes/js/dist/editor.min.js'),(10336,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/element.js','wp-includes/js/dist/element.js'),(10337,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/element.min.js','wp-includes/js/dist/element.min.js'),(10338,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/escape-html.js','wp-includes/js/dist/escape-html.js'),(10339,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/escape-html.min.js','wp-includes/js/dist/escape-html.min.js'),(10340,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/format-library.js','wp-includes/js/dist/format-library.js'),(10341,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/format-library.min.js','wp-includes/js/dist/format-library.min.js'),(10342,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/hooks.js','wp-includes/js/dist/hooks.js'),(10343,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/hooks.min.js','wp-includes/js/dist/hooks.min.js'),(10344,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/html-entities.js','wp-includes/js/dist/html-entities.js'),(10345,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/html-entities.min.js','wp-includes/js/dist/html-entities.min.js'),(10346,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/i18n.js','wp-includes/js/dist/i18n.js'),(10347,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/i18n.min.js','wp-includes/js/dist/i18n.min.js'),(10348,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/is-shallow-equal.js','wp-includes/js/dist/is-shallow-equal.js'),(10349,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/is-shallow-equal.min.js','wp-includes/js/dist/is-shallow-equal.min.js'),(10350,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keyboard-shortcuts.js','wp-includes/js/dist/keyboard-shortcuts.js'),(10351,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keyboard-shortcuts.min.js','wp-includes/js/dist/keyboard-shortcuts.min.js'),(10352,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keycodes.js','wp-includes/js/dist/keycodes.js'),(10353,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/keycodes.min.js','wp-includes/js/dist/keycodes.min.js'),(10354,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/list-reusable-blocks.js','wp-includes/js/dist/list-reusable-blocks.js'),(10355,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/list-reusable-blocks.min.js','wp-includes/js/dist/list-reusable-blocks.min.js'),(10356,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/media-utils.js','wp-includes/js/dist/media-utils.js'),(10357,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/media-utils.min.js','wp-includes/js/dist/media-utils.min.js'),(10358,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/notices.js','wp-includes/js/dist/notices.js'),(10359,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/notices.min.js','wp-includes/js/dist/notices.min.js'),(10360,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/nux.js','wp-includes/js/dist/nux.js'),(10361,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/nux.min.js','wp-includes/js/dist/nux.min.js'),(10362,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/plugins.js','wp-includes/js/dist/plugins.js'),(10363,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/plugins.min.js','wp-includes/js/dist/plugins.min.js'),(10364,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences-persistence.js','wp-includes/js/dist/preferences-persistence.js'),(10365,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences-persistence.min.js','wp-includes/js/dist/preferences-persistence.min.js'),(10366,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences.js','wp-includes/js/dist/preferences.js'),(10367,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/preferences.min.js','wp-includes/js/dist/preferences.min.js'),(10368,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/primitives.js','wp-includes/js/dist/primitives.js'),(10369,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/primitives.min.js','wp-includes/js/dist/primitives.min.js'),(10370,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/priority-queue.js','wp-includes/js/dist/priority-queue.js'),(10371,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/priority-queue.min.js','wp-includes/js/dist/priority-queue.min.js'),(10372,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/redux-routine.js','wp-includes/js/dist/redux-routine.js'),(10373,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/redux-routine.min.js','wp-includes/js/dist/redux-routine.min.js'),(10374,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/reusable-blocks.js','wp-includes/js/dist/reusable-blocks.js'),(10375,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/reusable-blocks.min.js','wp-includes/js/dist/reusable-blocks.min.js'),(10376,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/rich-text.js','wp-includes/js/dist/rich-text.js'),(10377,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/rich-text.min.js','wp-includes/js/dist/rich-text.min.js'),(10378,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/server-side-render.js','wp-includes/js/dist/server-side-render.js'),(10379,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/server-side-render.min.js','wp-includes/js/dist/server-side-render.min.js'),(10380,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/shortcode.js','wp-includes/js/dist/shortcode.js'),(10381,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/shortcode.min.js','wp-includes/js/dist/shortcode.min.js'),(10382,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/style-engine.js','wp-includes/js/dist/style-engine.js'),(10383,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/style-engine.min.js','wp-includes/js/dist/style-engine.min.js'),(10384,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/token-list.js','wp-includes/js/dist/token-list.js'),(10385,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/token-list.min.js','wp-includes/js/dist/token-list.min.js'),(10386,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/url.js','wp-includes/js/dist/url.js'),(10387,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/url.min.js','wp-includes/js/dist/url.min.js'),(10388,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/lodash.js','wp-includes/js/dist/vendor/lodash.js'),(10389,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/lodash.min.js','wp-includes/js/dist/vendor/lodash.min.js'),(10390,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/moment.js','wp-includes/js/dist/vendor/moment.js'),(10391,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/moment.min.js','wp-includes/js/dist/vendor/moment.min.js'),(10392,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react-dom.js','wp-includes/js/dist/vendor/react-dom.js'),(10393,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react-dom.min.js','wp-includes/js/dist/vendor/react-dom.min.js'),(10394,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react.js','wp-includes/js/dist/vendor/react.js'),(10395,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/react.min.js','wp-includes/js/dist/vendor/react.min.js'),(10396,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/regenerator-runtime.js','wp-includes/js/dist/vendor/regenerator-runtime.js'),(10397,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/regenerator-runtime.min.js','wp-includes/js/dist/vendor/regenerator-runtime.min.js'),(10398,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(10399,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(10400,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(10401,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(10402,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js','wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(10403,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(10404,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.js','wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(10405,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(10406,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(10407,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(10408,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(10409,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(10410,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.js','wp-includes/js/dist/vendor/wp-polyfill-url.js'),(10411,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.min.js','wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(10412,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill.js','wp-includes/js/dist/vendor/wp-polyfill.js'),(10413,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js','wp-includes/js/dist/vendor/wp-polyfill.min.js'),(10414,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/viewport.js','wp-includes/js/dist/viewport.js'),(10415,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/viewport.min.js','wp-includes/js/dist/viewport.min.js'),(10416,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/warning.js','wp-includes/js/dist/warning.js'),(10417,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/warning.min.js','wp-includes/js/dist/warning.min.js'),(10418,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/widgets.js','wp-includes/js/dist/widgets.js'),(10419,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/widgets.min.js','wp-includes/js/dist/widgets.min.js'),(10420,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/wordcount.js','wp-includes/js/dist/wordcount.js'),(10421,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/dist/wordcount.min.js','wp-includes/js/dist/wordcount.min.js'),(10422,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/heartbeat.js','wp-includes/js/heartbeat.js'),(10423,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/heartbeat.min.js','wp-includes/js/heartbeat.min.js'),(10424,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/hoverIntent.js','wp-includes/js/hoverIntent.js'),(10425,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/hoverIntent.min.js','wp-includes/js/hoverIntent.min.js'),(10426,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/hoverintent-js.min.js','wp-includes/js/hoverintent-js.min.js'),(10427,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imagesloaded.min.js','wp-includes/js/imagesloaded.min.js'),(10428,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/border-anim-h.gif','wp-includes/js/imgareaselect/border-anim-h.gif'),(10429,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/border-anim-v.gif','wp-includes/js/imgareaselect/border-anim-v.gif'),(10430,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/imgareaselect.css','wp-includes/js/imgareaselect/imgareaselect.css'),(10431,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js','wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(10432,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(10433,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jcrop/Jcrop.gif','wp-includes/js/jcrop/Jcrop.gif'),(10434,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.css','wp-includes/js/jcrop/jquery.Jcrop.min.css'),(10435,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js','wp-includes/js/jcrop/jquery.Jcrop.min.js'),(10436,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery-migrate.js','wp-includes/js/jquery/jquery-migrate.js'),(10437,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery-migrate.min.js','wp-includes/js/jquery/jquery-migrate.min.js'),(10438,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.color.min.js','wp-includes/js/jquery/jquery.color.min.js'),(10439,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.form.js','wp-includes/js/jquery/jquery.form.js'),(10440,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.form.min.js','wp-includes/js/jquery/jquery.form.min.js'),(10441,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.hotkeys.js','wp-includes/js/jquery/jquery.hotkeys.js'),(10442,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.hotkeys.min.js','wp-includes/js/jquery/jquery.hotkeys.min.js'),(10443,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.js','wp-includes/js/jquery/jquery.js'),(10444,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.masonry.min.js','wp-includes/js/jquery/jquery.masonry.min.js'),(10445,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.min.js','wp-includes/js/jquery/jquery.min.js'),(10446,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.query.js','wp-includes/js/jquery/jquery.query.js'),(10447,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.schedule.js','wp-includes/js/jquery/jquery.schedule.js'),(10448,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.serialize-object.js','wp-includes/js/jquery/jquery.serialize-object.js'),(10449,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js','wp-includes/js/jquery/jquery.table-hotkeys.js'),(10450,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.table-hotkeys.min.js','wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(10451,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/jquery.ui.touch-punch.js','wp-includes/js/jquery/jquery.ui.touch-punch.js'),(10452,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/suggest.js','wp-includes/js/jquery/suggest.js'),(10453,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/suggest.min.js','wp-includes/js/jquery/suggest.min.js'),(10454,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/accordion.js','wp-includes/js/jquery/ui/accordion.js'),(10455,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/accordion.min.js','wp-includes/js/jquery/ui/accordion.min.js'),(10456,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/autocomplete.js','wp-includes/js/jquery/ui/autocomplete.js'),(10457,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/autocomplete.min.js','wp-includes/js/jquery/ui/autocomplete.min.js'),(10458,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/button.js','wp-includes/js/jquery/ui/button.js'),(10459,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/button.min.js','wp-includes/js/jquery/ui/button.min.js'),(10460,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/checkboxradio.js','wp-includes/js/jquery/ui/checkboxradio.js'),(10461,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/checkboxradio.min.js','wp-includes/js/jquery/ui/checkboxradio.min.js'),(10462,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/controlgroup.js','wp-includes/js/jquery/ui/controlgroup.js'),(10463,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/controlgroup.min.js','wp-includes/js/jquery/ui/controlgroup.min.js'),(10464,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/core.js','wp-includes/js/jquery/ui/core.js'),(10465,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/core.min.js','wp-includes/js/jquery/ui/core.min.js'),(10466,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/datepicker.js','wp-includes/js/jquery/ui/datepicker.js'),(10467,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/datepicker.min.js','wp-includes/js/jquery/ui/datepicker.min.js'),(10468,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/dialog.js','wp-includes/js/jquery/ui/dialog.js'),(10469,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/dialog.min.js','wp-includes/js/jquery/ui/dialog.min.js'),(10470,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/draggable.js','wp-includes/js/jquery/ui/draggable.js'),(10471,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/draggable.min.js','wp-includes/js/jquery/ui/draggable.min.js'),(10472,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/droppable.js','wp-includes/js/jquery/ui/droppable.js'),(10473,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/droppable.min.js','wp-includes/js/jquery/ui/droppable.min.js'),(10474,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-blind.js','wp-includes/js/jquery/ui/effect-blind.js'),(10475,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-blind.min.js','wp-includes/js/jquery/ui/effect-blind.min.js'),(10476,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-bounce.js','wp-includes/js/jquery/ui/effect-bounce.js'),(10477,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js','wp-includes/js/jquery/ui/effect-bounce.min.js'),(10478,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-clip.js','wp-includes/js/jquery/ui/effect-clip.js'),(10479,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-clip.min.js','wp-includes/js/jquery/ui/effect-clip.min.js'),(10480,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-drop.js','wp-includes/js/jquery/ui/effect-drop.js'),(10481,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-drop.min.js','wp-includes/js/jquery/ui/effect-drop.min.js'),(10482,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-explode.js','wp-includes/js/jquery/ui/effect-explode.js'),(10483,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-explode.min.js','wp-includes/js/jquery/ui/effect-explode.min.js'),(10484,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fade.js','wp-includes/js/jquery/ui/effect-fade.js'),(10485,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fade.min.js','wp-includes/js/jquery/ui/effect-fade.min.js'),(10486,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fold.js','wp-includes/js/jquery/ui/effect-fold.js'),(10487,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-fold.min.js','wp-includes/js/jquery/ui/effect-fold.min.js'),(10488,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-highlight.js','wp-includes/js/jquery/ui/effect-highlight.js'),(10489,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-highlight.min.js','wp-includes/js/jquery/ui/effect-highlight.min.js'),(10490,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-puff.js','wp-includes/js/jquery/ui/effect-puff.js'),(10491,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-puff.min.js','wp-includes/js/jquery/ui/effect-puff.min.js'),(10492,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-pulsate.js','wp-includes/js/jquery/ui/effect-pulsate.js'),(10493,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js','wp-includes/js/jquery/ui/effect-pulsate.min.js'),(10494,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-scale.js','wp-includes/js/jquery/ui/effect-scale.js'),(10495,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-scale.min.js','wp-includes/js/jquery/ui/effect-scale.min.js'),(10496,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-shake.js','wp-includes/js/jquery/ui/effect-shake.js'),(10497,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-shake.min.js','wp-includes/js/jquery/ui/effect-shake.min.js'),(10498,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-size.js','wp-includes/js/jquery/ui/effect-size.js'),(10499,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-size.min.js','wp-includes/js/jquery/ui/effect-size.min.js'),(10500,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-slide.js','wp-includes/js/jquery/ui/effect-slide.js'),(10501,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-slide.min.js','wp-includes/js/jquery/ui/effect-slide.min.js'),(10502,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-transfer.js','wp-includes/js/jquery/ui/effect-transfer.js'),(10503,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect-transfer.min.js','wp-includes/js/jquery/ui/effect-transfer.min.js'),(10504,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect.js','wp-includes/js/jquery/ui/effect.js'),(10505,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/effect.min.js','wp-includes/js/jquery/ui/effect.min.js'),(10506,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/menu.js','wp-includes/js/jquery/ui/menu.js'),(10507,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/menu.min.js','wp-includes/js/jquery/ui/menu.min.js'),(10508,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/mouse.js','wp-includes/js/jquery/ui/mouse.js'),(10509,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/mouse.min.js','wp-includes/js/jquery/ui/mouse.min.js'),(10510,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/progressbar.js','wp-includes/js/jquery/ui/progressbar.js'),(10511,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/progressbar.min.js','wp-includes/js/jquery/ui/progressbar.min.js'),(10512,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/resizable.js','wp-includes/js/jquery/ui/resizable.js'),(10513,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/resizable.min.js','wp-includes/js/jquery/ui/resizable.min.js'),(10514,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectable.js','wp-includes/js/jquery/ui/selectable.js'),(10515,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectable.min.js','wp-includes/js/jquery/ui/selectable.min.js'),(10516,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectmenu.js','wp-includes/js/jquery/ui/selectmenu.js'),(10517,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/selectmenu.min.js','wp-includes/js/jquery/ui/selectmenu.min.js'),(10518,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/slider.js','wp-includes/js/jquery/ui/slider.js'),(10519,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/slider.min.js','wp-includes/js/jquery/ui/slider.min.js'),(10520,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/sortable.js','wp-includes/js/jquery/ui/sortable.js'),(10521,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/sortable.min.js','wp-includes/js/jquery/ui/sortable.min.js'),(10522,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/spinner.js','wp-includes/js/jquery/ui/spinner.js'),(10523,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/spinner.min.js','wp-includes/js/jquery/ui/spinner.min.js'),(10524,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tabs.js','wp-includes/js/jquery/ui/tabs.js'),(10525,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tabs.min.js','wp-includes/js/jquery/ui/tabs.min.js'),(10526,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tooltip.js','wp-includes/js/jquery/ui/tooltip.js'),(10527,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/jquery/ui/tooltip.min.js','wp-includes/js/jquery/ui/tooltip.min.js'),(10528,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/json2.js','wp-includes/js/json2.js'),(10529,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/json2.min.js','wp-includes/js/json2.min.js'),(10530,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/masonry.min.js','wp-includes/js/masonry.min.js'),(10531,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mce-view.js','wp-includes/js/mce-view.js'),(10532,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mce-view.min.js','wp-includes/js/mce-view.min.js'),(10533,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-audiovideo.js','wp-includes/js/media-audiovideo.js'),(10534,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-audiovideo.min.js','wp-includes/js/media-audiovideo.min.js'),(10535,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-editor.js','wp-includes/js/media-editor.js'),(10536,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-editor.min.js','wp-includes/js/media-editor.min.js'),(10537,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-grid.js','wp-includes/js/media-grid.js'),(10538,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-grid.min.js','wp-includes/js/media-grid.min.js'),(10539,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-models.js','wp-includes/js/media-models.js'),(10540,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-models.min.js','wp-includes/js/media-models.min.js'),(10541,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-views.js','wp-includes/js/media-views.js'),(10542,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/media-views.min.js','wp-includes/js/media-views.min.js'),(10543,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js','wp-includes/js/mediaelement/mediaelement-and-player.js'),(10544,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js','wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(10545,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js','wp-includes/js/mediaelement/mediaelement-migrate.js'),(10546,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js','wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(10547,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement.js','wp-includes/js/mediaelement/mediaelement.js'),(10548,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelement.min.js','wp-includes/js/mediaelement/mediaelement.min.js'),(10549,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css','wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(10550,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(10551,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelementplayer.css','wp-includes/js/mediaelement/mediaelementplayer.css'),(10552,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mediaelementplayer.min.css','wp-includes/js/mediaelement/mediaelementplayer.min.css'),(10553,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mejs-controls.png','wp-includes/js/mediaelement/mejs-controls.png'),(10554,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/mejs-controls.svg','wp-includes/js/mediaelement/mejs-controls.svg'),(10555,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/renderers/vimeo.js','wp-includes/js/mediaelement/renderers/vimeo.js'),(10556,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/renderers/vimeo.min.js','wp-includes/js/mediaelement/renderers/vimeo.min.js'),(10557,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-mediaelement.css','wp-includes/js/mediaelement/wp-mediaelement.css'),(10558,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-mediaelement.js','wp-includes/js/mediaelement/wp-mediaelement.js'),(10559,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.css','wp-includes/js/mediaelement/wp-mediaelement.min.css'),(10560,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.js','wp-includes/js/mediaelement/wp-mediaelement.min.js'),(10561,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-playlist.js','wp-includes/js/mediaelement/wp-playlist.js'),(10562,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/mediaelement/wp-playlist.min.js','wp-includes/js/mediaelement/wp-playlist.min.js'),(10563,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/handlers.js','wp-includes/js/plupload/handlers.js'),(10564,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/handlers.min.js','wp-includes/js/plupload/handlers.min.js'),(10565,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/license.txt','wp-includes/js/plupload/license.txt'),(10566,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/moxie.js','wp-includes/js/plupload/moxie.js'),(10567,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/moxie.min.js','wp-includes/js/plupload/moxie.min.js'),(10568,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/plupload.js','wp-includes/js/plupload/plupload.js'),(10569,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/plupload.min.js','wp-includes/js/plupload/plupload.min.js'),(10570,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/wp-plupload.js','wp-includes/js/plupload/wp-plupload.js'),(10571,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/plupload/wp-plupload.min.js','wp-includes/js/plupload/wp-plupload.min.js'),(10572,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/quicktags.js','wp-includes/js/quicktags.js'),(10573,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/quicktags.min.js','wp-includes/js/quicktags.min.js'),(10574,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/shortcode.js','wp-includes/js/shortcode.js'),(10575,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/shortcode.min.js','wp-includes/js/shortcode.min.js'),(10576,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/swfobject.js','wp-includes/js/swfobject.js'),(10577,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/swfupload/handlers.js','wp-includes/js/swfupload/handlers.js'),(10578,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/swfupload/handlers.min.js','wp-includes/js/swfupload/handlers.min.js'),(10579,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/swfupload/license.txt','wp-includes/js/swfupload/license.txt'),(10580,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/swfupload/swfupload.js','wp-includes/js/swfupload/swfupload.js'),(10581,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/thickbox/loadingAnimation.gif','wp-includes/js/thickbox/loadingAnimation.gif'),(10582,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/thickbox/macFFBgHack.png','wp-includes/js/thickbox/macFFBgHack.png'),(10583,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/thickbox/thickbox.css','wp-includes/js/thickbox/thickbox.css'),(10584,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/thickbox/thickbox.js','wp-includes/js/thickbox/thickbox.js'),(10585,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js','wp-includes/js/tinymce/langs/wp-langs-en.js'),(10586,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/license.txt','wp-includes/js/tinymce/license.txt'),(10587,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.js','wp-includes/js/tinymce/plugins/charmap/plugin.js'),(10588,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js','wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(10589,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js','wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(10590,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(10591,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(10592,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.js','wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(10593,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(10594,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.js','wp-includes/js/tinymce/plugins/directionality/plugin.js'),(10595,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.min.js','wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(10596,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.js','wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(10597,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(10598,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/hr/plugin.js','wp-includes/js/tinymce/plugins/hr/plugin.js'),(10599,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/hr/plugin.min.js','wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(10600,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/image/plugin.js','wp-includes/js/tinymce/plugins/image/plugin.js'),(10601,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/image/plugin.min.js','wp-includes/js/tinymce/plugins/image/plugin.min.js'),(10602,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/link/plugin.js','wp-includes/js/tinymce/plugins/link/plugin.js'),(10603,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/link/plugin.min.js','wp-includes/js/tinymce/plugins/link/plugin.min.js'),(10604,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/lists/plugin.js','wp-includes/js/tinymce/plugins/lists/plugin.js'),(10605,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/lists/plugin.min.js','wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(10606,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/media/plugin.js','wp-includes/js/tinymce/plugins/media/plugin.js'),(10607,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js','wp-includes/js/tinymce/plugins/media/plugin.min.js'),(10608,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js','wp-includes/js/tinymce/plugins/paste/plugin.js'),(10609,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/paste/plugin.min.js','wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(10610,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.js','wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(10611,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(10612,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.js','wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(10613,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(10614,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js','wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(10615,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(10616,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(10617,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(10618,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(10619,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(10620,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(10621,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(10622,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js','wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(10623,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(10624,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js','wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(10625,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(10626,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.js','wp-includes/js/tinymce/plugins/wplink/plugin.js'),(10627,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.min.js','wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(10628,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(10629,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(10630,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.js','wp-includes/js/tinymce/plugins/wpview/plugin.js'),(10631,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.min.js','wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(10632,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(10633,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/content.min.css','wp-includes/js/tinymce/skins/lightgray/content.min.css'),(10634,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(10635,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(10636,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(10637,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(10638,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(10639,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(10640,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(10641,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(10642,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(10643,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/img/loader.gif','wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(10644,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/img/object.gif','wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(10645,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/img/trans.gif','wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(10646,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/lightgray/skin.min.css','wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(10647,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/audio.png','wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(10648,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(10649,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(10650,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png','wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(10651,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(10652,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery.png','wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(10653,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(10654,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/more.png','wp-includes/js/tinymce/skins/wordpress/images/more.png'),(10655,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(10656,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(10657,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(10658,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(10659,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/images/video.png','wp-includes/js/tinymce/skins/wordpress/images/video.png'),(10660,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.css','wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(10661,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/themes/inlite/theme.js','wp-includes/js/tinymce/themes/inlite/theme.js'),(10662,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/themes/inlite/theme.min.js','wp-includes/js/tinymce/themes/inlite/theme.min.js'),(10663,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/themes/modern/theme.js','wp-includes/js/tinymce/themes/modern/theme.js'),(10664,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js','wp-includes/js/tinymce/themes/modern/theme.min.js'),(10665,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/tiny_mce_popup.js','wp-includes/js/tinymce/tiny_mce_popup.js'),(10666,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/tinymce.min.js','wp-includes/js/tinymce/tinymce.min.js'),(10667,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/utils/editable_selects.js','wp-includes/js/tinymce/utils/editable_selects.js'),(10668,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/utils/form_utils.js','wp-includes/js/tinymce/utils/form_utils.js'),(10669,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/utils/mctabs.js','wp-includes/js/tinymce/utils/mctabs.js'),(10670,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/utils/validate.js','wp-includes/js/tinymce/utils/validate.js'),(10671,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/wp-tinymce.js','wp-includes/js/tinymce/wp-tinymce.js'),(10672,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tinymce/wp-tinymce.php','wp-includes/js/tinymce/wp-tinymce.php'),(10673,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tw-sack.js','wp-includes/js/tw-sack.js'),(10674,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/tw-sack.min.js','wp-includes/js/tw-sack.min.js'),(10675,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/twemoji.js','wp-includes/js/twemoji.js'),(10676,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/twemoji.min.js','wp-includes/js/twemoji.min.js'),(10677,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/underscore.js','wp-includes/js/underscore.js'),(10678,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/underscore.min.js','wp-includes/js/underscore.min.js'),(10679,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/utils.js','wp-includes/js/utils.js'),(10680,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/utils.min.js','wp-includes/js/utils.min.js'),(10681,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-ajax-response.js','wp-includes/js/wp-ajax-response.js'),(10682,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-ajax-response.min.js','wp-includes/js/wp-ajax-response.min.js'),(10683,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-api.js','wp-includes/js/wp-api.js'),(10684,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-api.min.js','wp-includes/js/wp-api.min.js'),(10685,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-auth-check.js','wp-includes/js/wp-auth-check.js'),(10686,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-auth-check.min.js','wp-includes/js/wp-auth-check.min.js'),(10687,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-backbone.js','wp-includes/js/wp-backbone.js'),(10688,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-backbone.min.js','wp-includes/js/wp-backbone.min.js'),(10689,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-custom-header.js','wp-includes/js/wp-custom-header.js'),(10690,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-custom-header.min.js','wp-includes/js/wp-custom-header.min.js'),(10691,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed-template.js','wp-includes/js/wp-embed-template.js'),(10692,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed-template.min.js','wp-includes/js/wp-embed-template.min.js'),(10693,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed.js','wp-includes/js/wp-embed.js'),(10694,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-embed.min.js','wp-includes/js/wp-embed.min.js'),(10695,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji-loader.js','wp-includes/js/wp-emoji-loader.js'),(10696,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji-loader.min.js','wp-includes/js/wp-emoji-loader.min.js'),(10697,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji-release.min.js','wp-includes/js/wp-emoji-release.min.js'),(10698,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji.js','wp-includes/js/wp-emoji.js'),(10699,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-emoji.min.js','wp-includes/js/wp-emoji.min.js'),(10700,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-list-revisions.js','wp-includes/js/wp-list-revisions.js'),(10701,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-list-revisions.min.js','wp-includes/js/wp-list-revisions.min.js'),(10702,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-lists.js','wp-includes/js/wp-lists.js'),(10703,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-lists.min.js','wp-includes/js/wp-lists.min.js'),(10704,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-pointer.js','wp-includes/js/wp-pointer.js'),(10705,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-pointer.min.js','wp-includes/js/wp-pointer.min.js'),(10706,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-sanitize.js','wp-includes/js/wp-sanitize.js'),(10707,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-sanitize.min.js','wp-includes/js/wp-sanitize.min.js'),(10708,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-util.js','wp-includes/js/wp-util.js'),(10709,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wp-util.min.js','wp-includes/js/wp-util.min.js'),(10710,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wpdialog.js','wp-includes/js/wpdialog.js'),(10711,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wpdialog.min.js','wp-includes/js/wpdialog.min.js'),(10712,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wplink.js','wp-includes/js/wplink.js'),(10713,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/wplink.min.js','wp-includes/js/wplink.min.js'),(10714,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/zxcvbn-async.js','wp-includes/js/zxcvbn-async.js'),(10715,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/zxcvbn-async.min.js','wp-includes/js/zxcvbn-async.min.js'),(10716,'/home/sleepingsolutions.co.uk/public_html/wp-includes/js/zxcvbn.min.js','wp-includes/js/zxcvbn.min.js'),(10717,'/home/sleepingsolutions.co.uk/public_html/wp-includes/kses.php','wp-includes/kses.php'),(10718,'/home/sleepingsolutions.co.uk/public_html/wp-includes/l10n.php','wp-includes/l10n.php'),(10719,'/home/sleepingsolutions.co.uk/public_html/wp-includes/link-template.php','wp-includes/link-template.php'),(10720,'/home/sleepingsolutions.co.uk/public_html/wp-includes/load.php','wp-includes/load.php'),(10721,'/home/sleepingsolutions.co.uk/public_html/wp-includes/locale.php','wp-includes/locale.php'),(10722,'/home/sleepingsolutions.co.uk/public_html/wp-includes/media-template.php','wp-includes/media-template.php'),(10723,'/home/sleepingsolutions.co.uk/public_html/wp-includes/media.php','wp-includes/media.php'),(10724,'/home/sleepingsolutions.co.uk/public_html/wp-includes/meta.php','wp-includes/meta.php'),(10725,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-blogs.php','wp-includes/ms-blogs.php'),(10726,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-default-constants.php','wp-includes/ms-default-constants.php'),(10727,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-default-filters.php','wp-includes/ms-default-filters.php'),(10728,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-deprecated.php','wp-includes/ms-deprecated.php'),(10729,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-files.php','wp-includes/ms-files.php'),(10730,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-functions.php','wp-includes/ms-functions.php'),(10731,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-load.php','wp-includes/ms-load.php'),(10732,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-network.php','wp-includes/ms-network.php'),(10733,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-settings.php','wp-includes/ms-settings.php'),(10734,'/home/sleepingsolutions.co.uk/public_html/wp-includes/ms-site.php','wp-includes/ms-site.php'),(10735,'/home/sleepingsolutions.co.uk/public_html/wp-includes/nav-menu-template.php','wp-includes/nav-menu-template.php'),(10736,'/home/sleepingsolutions.co.uk/public_html/wp-includes/nav-menu.php','wp-includes/nav-menu.php'),(10737,'/home/sleepingsolutions.co.uk/public_html/wp-includes/option.php','wp-includes/option.php'),(10738,'/home/sleepingsolutions.co.uk/public_html/wp-includes/php-compat/readonly.php','wp-includes/php-compat/readonly.php'),(10739,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pluggable-deprecated.php','wp-includes/pluggable-deprecated.php'),(10740,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pluggable.php','wp-includes/pluggable.php'),(10741,'/home/sleepingsolutions.co.uk/public_html/wp-includes/plugin.php','wp-includes/plugin.php'),(10742,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/entry.php','wp-includes/pomo/entry.php'),(10743,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/mo.php','wp-includes/pomo/mo.php'),(10744,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/plural-forms.php','wp-includes/pomo/plural-forms.php'),(10745,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/po.php','wp-includes/pomo/po.php'),(10746,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/streams.php','wp-includes/pomo/streams.php'),(10747,'/home/sleepingsolutions.co.uk/public_html/wp-includes/pomo/translations.php','wp-includes/pomo/translations.php'),(10748,'/home/sleepingsolutions.co.uk/public_html/wp-includes/post-formats.php','wp-includes/post-formats.php'),(10749,'/home/sleepingsolutions.co.uk/public_html/wp-includes/post-template.php','wp-includes/post-template.php'),(10750,'/home/sleepingsolutions.co.uk/public_html/wp-includes/post-thumbnail-template.php','wp-includes/post-thumbnail-template.php'),(10751,'/home/sleepingsolutions.co.uk/public_html/wp-includes/post.php','wp-includes/post.php'),(10752,'/home/sleepingsolutions.co.uk/public_html/wp-includes/query.php','wp-includes/query.php'),(10753,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/byte_safe_strings.php','wp-includes/random_compat/byte_safe_strings.php'),(10754,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/cast_to_int.php','wp-includes/random_compat/cast_to_int.php'),(10755,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/error_polyfill.php','wp-includes/random_compat/error_polyfill.php'),(10756,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random.php','wp-includes/random_compat/random.php'),(10757,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_com_dotnet.php','wp-includes/random_compat/random_bytes_com_dotnet.php'),(10758,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_dev_urandom.php','wp-includes/random_compat/random_bytes_dev_urandom.php'),(10759,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_libsodium.php','wp-includes/random_compat/random_bytes_libsodium.php'),(10760,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_libsodium_legacy.php','wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(10761,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_bytes_mcrypt.php','wp-includes/random_compat/random_bytes_mcrypt.php'),(10762,'/home/sleepingsolutions.co.uk/public_html/wp-includes/random_compat/random_int.php','wp-includes/random_compat/random_int.php'),(10763,'/home/sleepingsolutions.co.uk/public_html/wp-includes/registration-functions.php','wp-includes/registration-functions.php'),(10764,'/home/sleepingsolutions.co.uk/public_html/wp-includes/registration.php','wp-includes/registration.php'),(10765,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/class-wp-rest-request.php','wp-includes/rest-api/class-wp-rest-request.php'),(10766,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/class-wp-rest-response.php','wp-includes/rest-api/class-wp-rest-response.php'),(10767,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/class-wp-rest-server.php','wp-includes/rest-api/class-wp-rest-server.php'),(10768,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(10769,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(10770,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(10771,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(10772,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),(10773,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),(10774,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(10775,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(10776,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(10777,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(10778,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(10779,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),(10780,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),(10781,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),(10782,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),(10783,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),(10784,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),(10785,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(10786,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(10787,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(10788,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(10789,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(10790,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(10791,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(10792,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),(10793,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(10794,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(10795,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),(10796,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(10797,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(10798,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),(10799,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(10800,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),(10801,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),(10802,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(10803,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(10804,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(10805,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(10806,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(10807,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(10808,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(10809,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php','wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(10810,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(10811,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rest-api.php','wp-includes/rest-api.php'),(10812,'/home/sleepingsolutions.co.uk/public_html/wp-includes/revision.php','wp-includes/revision.php'),(10813,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rewrite.php','wp-includes/rewrite.php'),(10814,'/home/sleepingsolutions.co.uk/public_html/wp-includes/robots-template.php','wp-includes/robots-template.php'),(10815,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rss-functions.php','wp-includes/rss-functions.php'),(10816,'/home/sleepingsolutions.co.uk/public_html/wp-includes/rss.php','wp-includes/rss.php'),(10817,'/home/sleepingsolutions.co.uk/public_html/wp-includes/script-loader.php','wp-includes/script-loader.php'),(10818,'/home/sleepingsolutions.co.uk/public_html/wp-includes/session.php','wp-includes/session.php'),(10819,'/home/sleepingsolutions.co.uk/public_html/wp-includes/shortcodes.php','wp-includes/shortcodes.php'),(10820,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php','wp-includes/sitemaps/class-wp-sitemaps-index.php'),(10821,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php','wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(10822,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php','wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(10823,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php','wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(10824,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(10825,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps.php','wp-includes/sitemaps/class-wp-sitemaps.php'),(10826,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(10827,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(10828,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(10829,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sitemaps.php','wp-includes/sitemaps.php'),(10830,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/LICENSE','wp-includes/sodium_compat/LICENSE'),(10831,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/autoload-php7.php','wp-includes/sodium_compat/autoload-php7.php'),(10832,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/autoload.php','wp-includes/sodium_compat/autoload.php'),(10833,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/composer.json','wp-includes/sodium_compat/composer.json'),(10834,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/constants.php','wp-includes/sodium_compat/lib/constants.php'),(10835,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/namespaced.php','wp-includes/sodium_compat/lib/namespaced.php'),(10836,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/php72compat.php','wp-includes/sodium_compat/lib/php72compat.php'),(10837,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/php72compat_const.php','wp-includes/sodium_compat/lib/php72compat_const.php'),(10838,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/ristretto255.php','wp-includes/sodium_compat/lib/ristretto255.php'),(10839,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/sodium_compat.php','wp-includes/sodium_compat/lib/sodium_compat.php'),(10840,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/lib/stream-xchacha20.php','wp-includes/sodium_compat/lib/stream-xchacha20.php'),(10841,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Compat.php','wp-includes/sodium_compat/namespaced/Compat.php'),(10842,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(10843,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(10844,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(10845,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(10846,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(10847,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(10848,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(10849,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(10850,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(10851,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(10852,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(10853,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php','wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(10854,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php','wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(10855,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(10856,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(10857,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(10858,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php','wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(10859,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php','wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(10860,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php','wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(10861,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php','wp-includes/sodium_compat/namespaced/Core/Util.php'),(10862,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php','wp-includes/sodium_compat/namespaced/Core/X25519.php'),(10863,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(10864,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(10865,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/Crypto.php','wp-includes/sodium_compat/namespaced/Crypto.php'),(10866,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/namespaced/File.php','wp-includes/sodium_compat/namespaced/File.php'),(10867,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Compat.php','wp-includes/sodium_compat/src/Compat.php'),(10868,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php','wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(10869,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/Common.php','wp-includes/sodium_compat/src/Core/Base64/Common.php'),(10870,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/Original.php','wp-includes/sodium_compat/src/Core/Base64/Original.php'),(10871,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(10872,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(10873,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(10874,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php','wp-includes/sodium_compat/src/Core/ChaCha20.php'),(10875,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(10876,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(10877,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(10878,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(10879,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(10880,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(10881,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php','wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(10882,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md','wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(10883,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php','wp-includes/sodium_compat/src/Core/Curve25519.php'),(10884,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php','wp-includes/sodium_compat/src/Core/Ed25519.php'),(10885,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php','wp-includes/sodium_compat/src/Core/HChaCha20.php'),(10886,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php','wp-includes/sodium_compat/src/Core/HSalsa20.php'),(10887,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php','wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(10888,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php','wp-includes/sodium_compat/src/Core/Poly1305.php'),(10889,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Ristretto255.php','wp-includes/sodium_compat/src/Core/Ristretto255.php'),(10890,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php','wp-includes/sodium_compat/src/Core/Salsa20.php'),(10891,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/SecretStream/State.php','wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(10892,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/SipHash.php','wp-includes/sodium_compat/src/Core/SipHash.php'),(10893,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/Util.php','wp-includes/sodium_compat/src/Core/Util.php'),(10894,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/X25519.php','wp-includes/sodium_compat/src/Core/X25519.php'),(10895,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php','wp-includes/sodium_compat/src/Core/XChaCha20.php'),(10896,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php','wp-includes/sodium_compat/src/Core/XSalsa20.php'),(10897,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php','wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(10898,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(10899,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(10900,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php','wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(10901,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(10902,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(10903,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(10904,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(10905,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(10906,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(10907,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php','wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(10908,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md','wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(10909,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php','wp-includes/sodium_compat/src/Core32/Curve25519.php'),(10910,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php','wp-includes/sodium_compat/src/Core32/Ed25519.php'),(10911,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php','wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(10912,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php','wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(10913,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Int32.php','wp-includes/sodium_compat/src/Core32/Int32.php'),(10914,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Int64.php','wp-includes/sodium_compat/src/Core32/Int64.php'),(10915,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php','wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(10916,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php','wp-includes/sodium_compat/src/Core32/Poly1305.php'),(10917,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php','wp-includes/sodium_compat/src/Core32/Salsa20.php'),(10918,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/SecretStream/State.php','wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(10919,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php','wp-includes/sodium_compat/src/Core32/SipHash.php'),(10920,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/Util.php','wp-includes/sodium_compat/src/Core32/Util.php'),(10921,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/X25519.php','wp-includes/sodium_compat/src/Core32/X25519.php'),(10922,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php','wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(10923,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php','wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(10924,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Crypto.php','wp-includes/sodium_compat/src/Crypto.php'),(10925,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/Crypto32.php','wp-includes/sodium_compat/src/Crypto32.php'),(10926,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/File.php','wp-includes/sodium_compat/src/File.php'),(10927,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(10928,'/home/sleepingsolutions.co.uk/public_html/wp-includes/sodium_compat/src/SodiumException.php','wp-includes/sodium_compat/src/SodiumException.php'),(10929,'/home/sleepingsolutions.co.uk/public_html/wp-includes/spl-autoload-compat.php','wp-includes/spl-autoload-compat.php'),(10930,'/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-css-declarations.php','wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),(10931,'/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-css-rule.php','wp-includes/style-engine/class-wp-style-engine-css-rule.php'),(10932,'/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),(10933,'/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine-processor.php','wp-includes/style-engine/class-wp-style-engine-processor.php'),(10934,'/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine/class-wp-style-engine.php','wp-includes/style-engine/class-wp-style-engine.php'),(10935,'/home/sleepingsolutions.co.uk/public_html/wp-includes/style-engine.php','wp-includes/style-engine.php'),(10936,'/home/sleepingsolutions.co.uk/public_html/wp-includes/taxonomy.php','wp-includes/taxonomy.php'),(10937,'/home/sleepingsolutions.co.uk/public_html/wp-includes/template-canvas.php','wp-includes/template-canvas.php'),(10938,'/home/sleepingsolutions.co.uk/public_html/wp-includes/template-loader.php','wp-includes/template-loader.php'),(10939,'/home/sleepingsolutions.co.uk/public_html/wp-includes/template.php','wp-includes/template.php'),(10940,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/comments.php','wp-includes/theme-compat/comments.php'),(10941,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/embed-404.php','wp-includes/theme-compat/embed-404.php'),(10942,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/embed-content.php','wp-includes/theme-compat/embed-content.php'),(10943,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/embed.php','wp-includes/theme-compat/embed.php'),(10944,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/footer-embed.php','wp-includes/theme-compat/footer-embed.php'),(10945,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/footer.php','wp-includes/theme-compat/footer.php'),(10946,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/header-embed.php','wp-includes/theme-compat/header-embed.php'),(10947,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/header.php','wp-includes/theme-compat/header.php'),(10948,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-compat/sidebar.php','wp-includes/theme-compat/sidebar.php'),(10949,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-i18n.json','wp-includes/theme-i18n.json'),(10950,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme-templates.php','wp-includes/theme-templates.php'),(10951,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme.json','wp-includes/theme.json'),(10952,'/home/sleepingsolutions.co.uk/public_html/wp-includes/theme.php','wp-includes/theme.php'),(10953,'/home/sleepingsolutions.co.uk/public_html/wp-includes/update.php','wp-includes/update.php'),(10954,'/home/sleepingsolutions.co.uk/public_html/wp-includes/user.php','wp-includes/user.php'),(10955,'/home/sleepingsolutions.co.uk/public_html/wp-includes/vars.php','wp-includes/vars.php'),(10956,'/home/sleepingsolutions.co.uk/public_html/wp-includes/version.php','wp-includes/version.php'),(10957,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php','wp-includes/widgets/class-wp-nav-menu-widget.php'),(10958,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-archives.php','wp-includes/widgets/class-wp-widget-archives.php'),(10959,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-block.php','wp-includes/widgets/class-wp-widget-block.php'),(10960,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-calendar.php','wp-includes/widgets/class-wp-widget-calendar.php'),(10961,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-categories.php','wp-includes/widgets/class-wp-widget-categories.php'),(10962,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-custom-html.php','wp-includes/widgets/class-wp-widget-custom-html.php'),(10963,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-links.php','wp-includes/widgets/class-wp-widget-links.php'),(10964,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-audio.php','wp-includes/widgets/class-wp-widget-media-audio.php'),(10965,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php','wp-includes/widgets/class-wp-widget-media-gallery.php'),(10966,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-image.php','wp-includes/widgets/class-wp-widget-media-image.php'),(10967,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media-video.php','wp-includes/widgets/class-wp-widget-media-video.php'),(10968,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-media.php','wp-includes/widgets/class-wp-widget-media.php'),(10969,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-meta.php','wp-includes/widgets/class-wp-widget-meta.php'),(10970,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-pages.php','wp-includes/widgets/class-wp-widget-pages.php'),(10971,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php','wp-includes/widgets/class-wp-widget-recent-comments.php'),(10972,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php','wp-includes/widgets/class-wp-widget-recent-posts.php'),(10973,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-rss.php','wp-includes/widgets/class-wp-widget-rss.php'),(10974,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-search.php','wp-includes/widgets/class-wp-widget-search.php'),(10975,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php','wp-includes/widgets/class-wp-widget-tag-cloud.php'),(10976,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets/class-wp-widget-text.php','wp-includes/widgets/class-wp-widget-text.php'),(10977,'/home/sleepingsolutions.co.uk/public_html/wp-includes/widgets.php','wp-includes/widgets.php'),(10978,'/home/sleepingsolutions.co.uk/public_html/wp-includes/wlwmanifest.xml','wp-includes/wlwmanifest.xml'),(10979,'/home/sleepingsolutions.co.uk/public_html/wp-includes/wp-db.php','wp-includes/wp-db.php'),(10980,'/home/sleepingsolutions.co.uk/public_html/wp-includes/wp-diff.php','wp-includes/wp-diff.php'),(10981,'/home/sleepingsolutions.co.uk/public_html/wp-links-opml.php','wp-links-opml.php'),(10982,'/home/sleepingsolutions.co.uk/public_html/wp-load.php','wp-load.php'),(10983,'/home/sleepingsolutions.co.uk/public_html/wp-login.php','wp-login.php'),(10984,'/home/sleepingsolutions.co.uk/public_html/wp-mail.php','wp-mail.php'),(10985,'/home/sleepingsolutions.co.uk/public_html/wp-settings.php','wp-settings.php'),(10986,'/home/sleepingsolutions.co.uk/public_html/wp-signup.php','wp-signup.php'),(10987,'/home/sleepingsolutions.co.uk/public_html/wp-trackback.php','wp-trackback.php'),(10988,'/home/sleepingsolutions.co.uk/public_html/xmlrpc.php','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=153 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,3,1627473301.617123,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(2,4,1627477311.621860,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3,5,1627477321.792160,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4,6,1627477329.985892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5,7,1627477337.101905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6,8,1627477342.725061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(7,9,1627477348.088596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(8,10,1627477353.177871,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(9,11,1627477355.241857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(10,12,1627477357.350435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(11,13,1627477359.419797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(12,14,1627477361.281913,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(13,14,1627477361.410058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(14,15,1627477362.313891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(15,16,1627477363.325337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(16,17,1627477364.185394,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(17,18,1627477365.093912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(18,19,1627477366.353354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(19,20,1627477367.317050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(20,21,1627477367.946623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƹ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(21,30,1627491228.012890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(22,31,1627491236.082501,1,'loginFailInvalidUsername','SUE',0,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(23,32,1627491242.245747,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(24,33,1627491246.855108,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(25,34,1627491256.470324,1,'loginFailInvalidUsername','SUE@SLEEPINGSOLUTIONS.CO.UK',0,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(26,35,1627491268.360584,1,'loginFailInvalidUsername','SLEEPINGSOLUTIONS.CO.UK',0,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(27,36,1627491276.065527,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���ei','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(28,42,1627524017.383015,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(29,43,1627533466.287760,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(30,44,1627533467.424815,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(31,45,1627533468.461300,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(32,46,1627533469.386122,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(33,47,1627533471.682886,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(34,48,1627533473.624826,1,'loginFailInvalidUsername','sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(35,49,1627533475.030453,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���qq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(36,51,1627568907.407076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(37,52,1627568917.739479,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(38,53,1627570807.012688,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(39,54,1627578342.142372,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0���I�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(40,56,1627628614.003150,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(41,57,1627641426.705782,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(42,58,1627641466.305098,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(43,59,1649258535.327646,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36'),(44,60,1649258625.234812,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36'),(45,94,1649668906.088597,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(46,3314,1658744230.275648,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(47,4348,1660232820.537743,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(48,4365,1660313099.567694,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(49,4543,1661166567.714838,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(50,10846,1674141177.921474,0,'loginOK','sssssssjklkoiu8',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(51,10859,1674167664.563104,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��N��',''),(52,10860,1674167666.920828,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����ݵ',''),(53,10861,1674167669.298750,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0�����',''),(54,10862,1674167672.899748,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��1%[�',''),(55,10863,1674167677.525518,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����I',''),(56,10864,1674167679.766017,1,'loginFailInvalidUsername','louise',0,'\0\0\0\0\0\0\0\0\0\0��N��',''),(57,10865,1674167682.035544,1,'loginFailInvalidUsername','louise',0,'\0\0\0\0\0\0\0\0\0\0��%�\n',''),(58,10866,1674167688.442326,1,'loginFailInvalidUsername','louise',0,'\0\0\0\0\0\0\0\0\0\0��II��',''),(59,10867,1674167691.988404,1,'loginFailInvalidUsername','louise',0,'\0\0\0\0\0\0\0\0\0\0��=\\U�',''),(60,10868,1674167694.887861,1,'loginFailInvalidUsername','louise',0,'\0\0\0\0\0\0\0\0\0\0���뀞',''),(61,10889,1674186994.427232,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��Ց�','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(62,10890,1674188967.610824,1,'loginFailInvalidUsername','sleeping',0,'\0\0\0\0\0\0\0\0\0\0���wQd','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(63,10891,1674189891.870748,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���kJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(64,10892,1674192677.656467,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��gJ{','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(65,10893,1674192937.834619,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���V�','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(66,10921,1674203128.812581,1,'loginFailInvalidUsername','pings',0,'\0\0\0\0\0\0\0\0\0\0���wQ`','Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(67,10926,1674205415.050295,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����yT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(68,10927,1674205424.236880,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0����yT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(69,10928,1674205444.165457,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0�����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(70,10929,1674205452.622807,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0�����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(71,10930,1674205470.364628,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0��/�\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(72,10931,1674205478.273279,1,'loginFailInvalidUsername','sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0��/�\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(73,10932,1674205491.230275,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���O�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(74,10933,1674205506.050031,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���x�e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(75,10934,1674206540.367451,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(76,10934,1674206540.384271,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(77,10976,1674235269.148815,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0���ǃ*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(78,11001,1674255192.093388,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(79,11009,1674266200.238353,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��/nH�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(80,11020,1674274191.993122,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��g�N','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(81,11051,1674304035.234050,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��e�','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(82,11064,1674312711.467630,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0����E�','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(83,11065,1674312718.516030,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����E�','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(84,11066,1674312794.447617,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0����e$','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(85,11067,1674312805.345369,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0���;�!','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(86,11068,1674312826.362668,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��Y:�','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(87,11069,1674312840.360872,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����eS','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(88,11070,1674312856.833387,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0����e','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(89,11071,1674312869.465378,1,'loginFailInvalidUsername','LOLA1979*',0,'\0\0\0\0\0\0\0\0\0\0����‹','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(90,11158,1674366283.935269,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0��[���','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(91,11159,1674366285.500126,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0��[���','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(92,11160,1674366298.579387,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0��Y�','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(93,11161,1674366303.111974,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(94,11162,1674366305.683580,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(95,11163,1674366310.761687,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(96,11164,1674366315.529076,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0����e','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(97,11165,1674366319.174481,1,'loginFailInvalidUsername','armstronG',0,'\0\0\0\0\0\0\0\0\0\0����ڙ','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(98,11230,1674412680.483332,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���>gh','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(99,11243,1674418093.650694,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��$Z�&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(100,11244,1674418101.816451,1,'loginFailInvalidUsername','zaac',0,'\0\0\0\0\0\0\0\0\0\0��$Z�&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(101,11245,1674418120.083149,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(102,11246,1674418127.106660,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0���x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(103,11247,1674418134.680965,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0��\"��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(104,11248,1674418141.388922,1,'loginFailInvalidUsername','zaac@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0��\"��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(105,11249,1674418158.894127,1,'loginFailInvalidUsername','sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0��.$�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(106,11250,1674418165.328313,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��.$�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(107,11251,1674418235.474138,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(108,11274,1674424521.898623,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(109,11394,1674497710.080813,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��Ƕ��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(110,11413,1674527212.198591,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���SKU','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(111,11414,1674527222.109362,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0���SKU','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(112,11415,1674527242.360931,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(113,11416,1674527251.875024,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(114,11417,1674527276.181945,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(115,11418,1674527286.701936,1,'loginFailInvalidUsername','sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(116,11419,1674527305.307774,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��qeK','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(117,11420,1674527314.183131,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��.GM�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(118,11439,1674546479.189386,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��Ƕ��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(119,11444,1674554750.598808,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0����a�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(120,11445,1674554758.868382,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0����a�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(121,11446,1674554777.666360,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(122,11447,1674554786.360776,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(123,11448,1674554804.281241,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0��=Kh','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(124,11449,1674554813.253261,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0����i�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(125,11450,1674554822.038531,1,'loginFailInvalidUsername','sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0����i�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(126,11451,1674554849.289579,1,'loginFailInvalidUsername','administrator',0,'\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/86.0.4240.198 Safari/537.36'),(127,11476,1674588118.670570,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(128,11606,1674731731.304100,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��x�c1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(129,11614,1674736631.287493,1,'loginFailInvalidUsername','sleepingsolutions',0,'\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/73.0.3683.75 Safari/537.36'),(130,11617,1674740977.688404,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��3[�<','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(131,11620,1674746520.422393,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��-�SF','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(132,11624,1674751999.534510,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��4�A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(133,11752,1674821250.267856,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��ʬ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(134,11910,1674862113.266062,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0����C8','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0'),(135,12347,1674937657.431620,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0��Ƕ��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(136,12439,1674977185.809013,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���Vc','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(137,12472,1674998329.868487,1,'loginFailInvalidUsername','Hastings',0,'\0\0\0\0\0\0\0\0\0\0���wQm','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36'),(138,12484,1675008023.805138,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(139,12492,1675019684.737439,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��\"KA�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(140,12641,1675037056.517706,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(141,12667,1675053923.117434,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��\'l�X','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(142,12694,1675072209.985473,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��3[�<','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(143,12701,1675078677.208021,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0���(5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(144,12702,1675079383.110192,1,'loginFailInvalidUsername','sleepingsolutions',0,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(145,12793,1675190761.668520,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(146,12794,1675190767.690255,1,'loginFailInvalidUsername','sue',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(147,12795,1675190786.565500,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(148,12796,1675190794.644631,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(149,12797,1675190814.383146,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0����W�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(150,12798,1675190824.693870,1,'loginFailInvalidUsername','sue@sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0���+�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(151,12799,1675190833.847444,1,'loginFailInvalidUsername','sleepingsolutions.co.uk',0,'\0\0\0\0\0\0\0\0\0\0���+�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(152,12800,1675190847.634929,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��j���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

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

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

LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('network-GQ2TGNZV',0,'toupp-20211122',100,1657812294,'<p><strong>Wordfence Terms of Service and End User License Agreement Update</strong></p>\n<p>Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/license-terms-and-conditions/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">End User License Agreement</a></p>','[]'),('network-GQ2TGNZW',1,'toupp-20220714',100,1675178422,'<p><strong>Wordfence Terms of Service and UK IDTA</strong></p>\n<p>Please review the updated Terms of Service with the new UK IDTA.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/uk-international-data-transfer-addendum/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">UK IDTA</a></p>\n','[]'),('site-AEAAAAA',0,'wfplugin_updates',502,1660232924,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/update-core.php\">An update is available for 3 themes</a>','[]'),('site-AMBAAAA',1,'wfplugin_updates',502,1675178426,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/update-core.php\">Updates are available for 5 plugins and 4 themes</a>','[]'),('site-AUAAAAA',0,'wfplugin_scan',502,1654960970,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">17 issues found in most recent scan</a>','[]'),('site-AYBAAAA',0,'wfplugin_scan',502,1664035564,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-EMAQAAA',0,'wfplugin_scan',502,1660408628,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-KMBQAAA',0,'wfplugin_scan',502,1670255600,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">18 issues found in most recent scan</a>','[]'),('site-Q4BAAAA',0,'wfplugin_scan',502,1665342548,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">15 issues found in most recent scan</a>','[]'),('site-QEBQAAA',0,'wfplugin_scan',502,1671033045,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">18 issues found in most recent scan</a>','[]'),('site-TMBQAAA',1,'wfplugin_scan',502,1675178429,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">11 issues found in most recent scan</a>','[]'),('site-WIBAAAA',0,'wfplugin_scan',502,1668960410,'<a href=\"https://sleepingsolutions.co.uk/wp-admin/admin.php?page=WordfenceScan\">18 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�@V','crawl-66-249-64-86.googlebot.com',1675192771),('\0\0\0\0\0\0\0\0\0\0��B�B','crawl-66-249-66-15.googlebot.com',1675119800),('\0\0\0\0\0\0\0\0\0\0��B�BL','crawl-66-249-66-76.googlebot.com',1675112766),('\0\0\0\0\0\0\0\0\0\0��B�BX','crawl-66-249-66-88.googlebot.com',1675118323),('\0\0\0\0\0\0\0\0\0\0��B�B�','crawl-66-249-66-130.googlebot.com',1675118324),('\0\0\0\0\0\0\0\0\0\0��B�B�','crawl-66-249-66-134.googlebot.com',1675112767),('\0\0\0\0\0\0\0\0\0\0��B�B�','crawl-66-249-66-216.googlebot.com',1675122500),('\0\0\0\0\0\0\0\0\0\0��B�B�','crawl-66-249-66-218.googlebot.com',1675152808),('\0\0\0\0\0\0\0\0\0\0��B�F�','crawl-66-249-70-129.googlebot.com',1675210178),('\0\0\0\0\0\0\0\0\0\0��B�L6','crawl-66-249-76-54.googlebot.com',1675192334),('\0\0\0\0\0\0\0\0\0\0��B�L@','crawl-66-249-76-64.googlebot.com',1675191898),('\0\0\0\0\0\0\0\0\0\0��B�L�','crawl-66-249-76-190.googlebot.com',1675191461);
/*!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=825 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=20067 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 (18901,1673956347.250601,2,'info','Getting theme list from WordPress'),(18902,1673956347.258803,2,'info','Found 5 themes'),(18914,1673956350.159154,2,'info','500 files indexed'),(18915,1673956350.293288,2,'info','1000 files indexed'),(18916,1673956350.401671,2,'info','1500 files indexed'),(18917,1673956350.487157,2,'info','2000 files indexed'),(18918,1673956350.765168,2,'info','2500 files indexed'),(18919,1673956350.782771,2,'info','3000 files indexed'),(18920,1673956350.814986,2,'info','3500 files indexed'),(18921,1673956350.839929,2,'info','4000 files indexed'),(18922,1673956350.863085,2,'info','4500 files indexed'),(18923,1673956350.893317,2,'info','5000 files indexed'),(18924,1673956350.955250,2,'info','5500 files indexed'),(18925,1673956350.976724,2,'info','6000 files indexed'),(18926,1673956351.001291,2,'info','6500 files indexed'),(18927,1673956351.039507,2,'info','7000 files indexed'),(18928,1673956351.073398,2,'info','7500 files indexed'),(18929,1673956351.101379,2,'info','8000 files indexed'),(18930,1673956351.143088,2,'info','8500 files indexed'),(18931,1673956351.173205,2,'info','9000 files indexed'),(18932,1673956351.197086,2,'info','9500 files indexed'),(18933,1673956351.242350,2,'info','10000 files indexed'),(18934,1673956351.300132,2,'info','10500 files indexed'),(18935,1673956351.321145,2,'info','11000 files indexed'),(18936,1673956351.330091,2,'info','11138 files indexed'),(18937,1673956354.927093,2,'info','Analyzed 100 files containing 2.72 MB of data so far'),(18938,1673956360.286452,2,'info','Analyzed 200 files containing 5.66 MB of data so far'),(18939,1673956364.205355,2,'info','Analyzed 300 files containing 8.02 MB of data so far'),(18940,1673956367.722362,2,'info','Analyzed 400 files containing 10.13 MB of data so far'),(18941,1673956371.313786,2,'info','Analyzed 500 files containing 12.13 MB of data so far'),(18942,1673956375.899795,2,'info','Analyzed 600 files containing 17.31 MB of data so far'),(18943,1673956379.437530,2,'info','Analyzed 700 files containing 20.97 MB of data so far'),(18944,1673956382.470601,2,'info','Analyzed 800 files containing 29.13 MB of data so far'),(18945,1673956385.896642,2,'info','Analyzed 900 files containing 35.04 MB of data so far'),(18946,1673956389.849136,2,'info','Analyzed 1000 files containing 35.46 MB of data so far'),(18947,1673956394.796944,2,'info','Analyzed 1100 files containing 35.93 MB of data so far'),(18948,1673956397.652828,2,'info','Analyzed 1200 files containing 36.44 MB of data so far'),(18949,1673956402.943639,2,'info','Analyzed 1300 files containing 37.5 MB of data so far'),(18950,1673956410.094463,2,'info','Analyzed 1400 files containing 38.98 MB of data so far'),(18951,1673956413.560355,2,'info','Analyzed 1500 files containing 40.28 MB of data so far'),(18952,1673956416.530562,2,'info','Analyzed 1600 files containing 40.67 MB of data so far'),(18953,1673956420.931900,2,'info','Analyzed 1700 files containing 43.16 MB of data so far'),(18954,1673956426.155008,2,'info','Analyzed 1800 files containing 47.76 MB of data so far'),(18955,1673956430.045532,2,'info','Analyzed 1900 files containing 48.65 MB of data so far'),(18956,1673956433.324231,2,'info','Analyzed 2000 files containing 48.79 MB of data so far'),(18957,1673956436.793397,2,'info','Analyzed 2100 files containing 49.03 MB of data so far'),(18958,1673956440.289012,2,'info','Analyzed 2200 files containing 49.78 MB of data so far'),(18959,1673956444.490967,2,'info','Analyzed 2300 files containing 52.27 MB of data so far'),(18960,1673956447.367360,2,'info','Analyzed 2400 files containing 56.08 MB of data so far'),(18961,1673956450.750101,2,'info','Analyzed 2500 files containing 57.39 MB of data so far'),(18962,1673956454.235999,2,'info','Analyzed 2600 files containing 58.77 MB of data so far'),(18963,1673956457.195370,2,'info','Analyzed 2700 files containing 61.31 MB of data so far'),(18964,1673956461.417545,2,'info','Analyzed 2800 files containing 73.67 MB of data so far'),(18965,1673956464.598168,2,'info','Analyzed 2900 files containing 73.99 MB of data so far'),(18966,1673956467.370731,2,'info','Analyzed 3000 files containing 74.35 MB of data so far'),(18967,1673956470.728859,2,'info','Analyzed 3100 files containing 75.39 MB of data so far'),(18968,1673956474.726060,2,'info','Analyzed 3200 files containing 76.85 MB of data so far'),(18969,1673956479.139567,2,'info','Analyzed 3300 files containing 77.44 MB of data so far'),(18970,1673956482.663400,2,'info','Analyzed 3400 files containing 77.73 MB of data so far'),(18971,1673956485.485106,2,'info','Analyzed 3500 files containing 78.25 MB of data so far'),(18972,1673956488.586629,2,'info','Analyzed 3600 files containing 79.87 MB of data so far'),(18973,1673956491.071047,2,'info','Analyzed 3700 files containing 80.01 MB of data so far'),(18974,1673956495.268166,2,'info','Analyzed 3800 files containing 80.25 MB of data so far'),(18975,1673956497.844542,2,'info','Analyzed 3900 files containing 80.98 MB of data so far'),(18976,1673956504.163009,2,'info','Analyzed 4000 files containing 81.95 MB of data so far'),(18977,1673956507.195690,2,'info','Analyzed 4100 files containing 83.43 MB of data so far'),(18978,1673956511.381362,2,'info','Analyzed 4200 files containing 90.27 MB of data so far'),(18979,1673956512.860624,2,'info','Analyzed 4300 files containing 92.7 MB of data so far'),(18980,1673956515.748161,2,'info','Analyzed 4400 files containing 93.4 MB of data so far'),(18981,1673956518.796307,2,'info','Analyzed 4500 files containing 94.73 MB of data so far'),(18982,1673956522.269435,2,'info','Analyzed 4600 files containing 95.18 MB of data so far'),(18983,1673956525.008808,2,'info','Analyzed 4700 files containing 95.72 MB of data so far'),(18984,1673956528.680967,2,'info','Analyzed 4800 files containing 96.02 MB of data so far'),(18985,1673956532.286604,2,'info','Analyzed 4900 files containing 96.96 MB of data so far'),(18986,1673956535.742239,2,'info','Analyzed 5000 files containing 99.73 MB of data so far'),(18987,1673956538.810439,2,'info','Analyzed 5100 files containing 103.02 MB of data so far'),(18988,1673956542.586520,2,'info','Analyzed 5200 files containing 104.47 MB of data so far'),(18989,1673956546.369643,2,'info','Analyzed 5300 files containing 104.62 MB of data so far'),(18990,1673956548.194352,2,'info','Analyzed 5400 files containing 105.22 MB of data so far'),(18991,1673956550.908228,2,'info','Analyzed 5500 files containing 105.59 MB of data so far'),(18992,1673956552.407332,2,'info','Analyzed 5600 files containing 105.93 MB of data so far'),(18993,1673956553.796176,2,'info','Analyzed 5700 files containing 106.15 MB of data so far'),(18994,1673956556.631819,2,'info','Analyzed 5800 files containing 106.81 MB of data so far'),(18995,1673956560.773085,2,'info','Analyzed 5900 files containing 107.18 MB of data so far'),(18996,1673956563.973722,2,'info','Analyzed 6000 files containing 107.92 MB of data so far'),(18997,1673956567.660790,2,'info','Analyzed 6100 files containing 107.94 MB of data so far'),(18998,1673956569.409141,2,'info','Analyzed 6200 files containing 107.97 MB of data so far'),(18999,1673956572.292948,2,'info','Analyzed 6300 files containing 110.56 MB of data so far'),(19000,1673956575.708190,2,'info','Analyzed 6400 files containing 115.83 MB of data so far'),(19001,1673956580.175138,2,'info','Analyzed 6500 files containing 116.86 MB of data so far'),(19002,1673956583.507755,2,'info','Analyzed 6600 files containing 119.19 MB of data so far'),(19003,1673956589.696619,2,'info','Analyzed 6700 files containing 122.39 MB of data so far'),(19004,1673956592.530646,2,'info','Analyzed 6800 files containing 123.59 MB of data so far'),(19005,1673956596.694244,2,'info','Analyzed 6900 files containing 124.21 MB of data so far'),(19006,1673956599.146407,2,'info','Analyzed 7000 files containing 124.45 MB of data so far'),(19007,1673956602.625472,2,'info','Analyzed 7100 files containing 125.96 MB of data so far'),(19008,1673956605.529380,2,'info','Analyzed 7200 files containing 126.5 MB of data so far'),(19009,1673956609.139407,2,'info','Analyzed 7300 files containing 128.11 MB of data so far'),(19010,1673956614.381899,2,'info','Analyzed 7400 files containing 133.54 MB of data so far'),(19011,1673956617.452212,2,'info','Analyzed 7500 files containing 134.25 MB of data so far'),(19012,1673956619.627935,2,'info','Analyzed 7600 files containing 135.01 MB of data so far'),(19013,1673956622.678330,2,'info','Analyzed 7700 files containing 136.16 MB of data so far'),(19014,1673956626.224344,2,'info','Analyzed 7800 files containing 147.28 MB of data so far'),(19015,1673956635.349911,2,'info','Analyzed 7900 files containing 150.41 MB of data so far'),(19016,1673956639.865825,2,'info','Analyzed 8000 files containing 155.21 MB of data so far'),(19017,1673956643.637341,2,'info','Analyzed 8100 files containing 156.26 MB of data so far'),(19018,1673956648.207201,2,'info','Analyzed 8200 files containing 158.41 MB of data so far'),(19019,1673956651.754208,2,'info','Analyzed 8300 files containing 161.29 MB of data so far'),(19020,1673956655.280056,2,'info','Analyzed 8400 files containing 162.37 MB of data so far'),(19021,1673956659.097073,2,'info','Analyzed 8500 files containing 169.23 MB of data so far'),(19022,1673956664.491805,2,'info','Analyzed 8600 files containing 171.22 MB of data so far'),(19023,1673956668.469934,2,'info','Analyzed 8700 files containing 174.61 MB of data so far'),(19024,1673956671.683591,2,'info','Analyzed 8800 files containing 175.92 MB of data so far'),(19025,1673956675.261324,2,'info','Analyzed 8900 files containing 177 MB of data so far'),(19026,1673956680.460221,2,'info','Analyzed 9000 files containing 179.85 MB of data so far'),(19027,1673956684.753818,2,'info','Analyzed 9100 files containing 180.91 MB of data so far'),(19028,1673956689.581178,2,'info','Analyzed 9200 files containing 182.41 MB of data so far'),(19029,1673956693.876530,2,'info','Analyzed 9300 files containing 183.37 MB of data so far'),(19030,1673956697.886015,2,'info','Analyzed 9400 files containing 183.97 MB of data so far'),(19031,1673956701.333740,2,'info','Analyzed 9500 files containing 184.12 MB of data so far'),(19032,1673956704.379379,2,'info','Analyzed 9600 files containing 184.44 MB of data so far'),(19033,1673956707.226091,2,'info','Analyzed 9700 files containing 184.76 MB of data so far'),(19034,1673956710.587247,2,'info','Analyzed 9800 files containing 184.92 MB of data so far'),(19035,1673956716.184466,2,'info','Analyzed 9900 files containing 185.07 MB of data so far'),(19036,1673956721.518172,2,'info','Analyzed 10000 files containing 185.76 MB of data so far'),(19037,1673956724.957686,2,'info','Analyzed 10100 files containing 187.5 MB of data so far'),(19038,1673956728.175362,2,'info','Analyzed 10200 files containing 190.58 MB of data so far'),(19039,1673956733.123245,2,'info','Analyzed 10300 files containing 191.65 MB of data so far'),(19040,1673956736.827829,2,'info','Analyzed 10400 files containing 193.01 MB of data so far'),(19041,1673956741.485646,2,'info','Analyzed 10500 files containing 207.61 MB of data so far'),(19042,1673956745.140787,2,'info','Analyzed 10600 files containing 211.11 MB of data so far'),(19043,1673956749.672580,2,'info','Analyzed 10700 files containing 213.12 MB of data so far'),(19044,1673956753.078944,2,'info','Analyzed 10800 files containing 214.58 MB of data so far'),(19045,1673956756.363914,2,'info','Analyzed 10900 files containing 218.88 MB of data so far'),(19046,1673956759.713192,2,'info','Analyzed 11000 files containing 220.49 MB of data so far'),(19047,1673956763.440568,2,'info','Analyzed 11100 files containing 221.89 MB of data so far'),(19048,1673956765.498623,2,'info','Analyzed 11138 files containing 222.57 MB of data.'),(19056,1673956767.302676,2,'info','Starting scan of file contents'),(19057,1673956768.390269,2,'info','Scanned contents of 18 additional files at 16.88 per second'),(19058,1673956768.458379,2,'info','Scanned contents of 19 additional files at 16.74 per second'),(19059,1673956768.460844,2,'info','Asking Wordfence to check URLs against malware list.'),(19060,1673956768.463418,2,'info','Checking 50 host keys against Wordfence scanning servers.'),(19061,1673956769.062327,2,'info','Done host key check.'),(19062,1673956769.867631,2,'info','Done file contents scan'),(19063,1673956769.873300,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/themes/index.php'),(19069,1673956770.064843,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(19070,1673956770.069294,2,'info','Checking 94 host keys against Wordfence scanning servers.'),(19071,1673956770.682373,2,'info','Done host key check.'),(19072,1673956770.701979,2,'info','Done examining URLs'),(19077,1673956771.326240,2,'info','Starting password strength check on 1 user.'),(19084,1673956774.696840,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(19085,1673956774.698999,2,'info','Done examining URLs'),(19087,1673956774.746355,1,'info','-------------------'),(19088,1673956774.748517,2,'info','Wordfence used 31.34 MB of memory for scan. Server peak memory usage was: 77.34 MB'),(19089,1673956774.751291,1,'info','Scan Complete. Scanned 11138 files, 13 plugins, 5 themes, 13 posts, 0 comments and 80 URLs in 7 minutes 14 seconds.'),(19092,1673970985.870092,1,'info','Initiating quick scan'),(19097,1673970986.151354,1,'info','-------------------'),(19098,1673970986.163577,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(19099,1673970986.165404,1,'info','Quick Scan Complete. Scanned in 1 second.'),(19102,1674057081.725962,1,'info','Initiating quick scan'),(19107,1674057082.174187,1,'info','-------------------'),(19108,1674057082.180682,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 48 MB'),(19109,1674057082.191243,1,'info','Quick Scan Complete. Scanned in 1 second.'),(19112,1674141256.131931,1,'info','Initiating quick scan'),(19117,1674141256.344853,1,'info','-------------------'),(19118,1674141256.378010,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 38 MB'),(19119,1674141256.411780,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19121,1674215419.513361,1,'info','Scheduled Wordfence scan starting at Friday 20th of January 2023 11:50:19 AM'),(19123,1674215421.349541,1,'info','Contacting Wordfence to initiate scan'),(19130,1674215428.949339,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(19131,1674215428.959403,2,'info','The disk has 3432764.57 MB available'),(19139,1674215429.073219,2,'info','Getting plugin list from WordPress'),(19140,1674215429.093157,2,'info','Found 13 plugins'),(19141,1674215429.098377,2,'info','Getting theme list from WordPress'),(19142,1674215429.116764,2,'info','Found 5 themes'),(19154,1674215431.672129,2,'info','500 files indexed'),(19155,1674215431.804396,2,'info','1000 files indexed'),(19156,1674215432.045418,2,'info','1500 files indexed'),(19157,1674215432.266538,2,'info','2000 files indexed'),(19158,1674215432.583869,2,'info','2500 files indexed'),(19159,1674215432.618818,2,'info','3000 files indexed'),(19160,1674215432.647249,2,'info','3500 files indexed'),(19161,1674215432.676803,2,'info','4000 files indexed'),(19162,1674215432.697849,2,'info','4500 files indexed'),(19163,1674215432.724076,2,'info','5000 files indexed'),(19164,1674215432.748269,2,'info','5500 files indexed'),(19165,1674215432.802752,2,'info','6000 files indexed'),(19166,1674215432.836668,2,'info','6500 files indexed'),(19167,1674215432.880448,2,'info','7000 files indexed'),(19168,1674215432.913860,2,'info','7500 files indexed'),(19169,1674215432.947856,2,'info','8000 files indexed'),(19170,1674215433.001007,2,'info','8500 files indexed'),(19171,1674215433.030843,2,'info','9000 files indexed'),(19172,1674215433.067421,2,'info','9500 files indexed'),(19173,1674215433.151516,2,'info','10000 files indexed'),(19174,1674215433.169168,2,'info','10500 files indexed'),(19175,1674215433.199187,2,'info','10988 files indexed'),(19176,1674215436.682240,2,'info','Analyzed 100 files containing 1017.54 KB of data so far'),(19177,1674215442.168998,2,'info','Analyzed 200 files containing 4.99 MB of data so far'),(19178,1674215445.588841,2,'info','Analyzed 300 files containing 6.43 MB of data so far'),(19179,1674215448.448215,2,'info','Analyzed 400 files containing 8.86 MB of data so far'),(19180,1674215451.714011,2,'info','Analyzed 500 files containing 10.88 MB of data so far'),(19181,1674215454.856647,2,'info','Analyzed 600 files containing 12.94 MB of data so far'),(19182,1674215459.657302,2,'info','Analyzed 700 files containing 15.44 MB of data so far'),(19183,1674215463.139936,2,'info','Analyzed 800 files containing 19.2 MB of data so far'),(19184,1674215466.904712,2,'info','Analyzed 900 files containing 20.43 MB of data so far'),(19185,1674215470.487476,2,'info','Analyzed 1000 files containing 29.44 MB of data so far'),(19186,1674215475.387629,2,'info','Analyzed 1100 files containing 37.52 MB of data so far'),(19187,1674215479.137528,2,'info','Analyzed 1200 files containing 37.81 MB of data so far'),(19188,1674215482.168426,2,'info','Analyzed 1300 files containing 38.21 MB of data so far'),(19189,1674215485.780267,2,'info','Analyzed 1400 files containing 38.82 MB of data so far'),(19190,1674215490.323480,2,'info','Analyzed 1500 files containing 39.78 MB of data so far'),(19191,1674215495.396788,2,'info','Analyzed 1600 files containing 40.5 MB of data so far'),(19192,1674215498.992973,2,'info','Analyzed 1700 files containing 42.09 MB of data so far'),(19193,1674215501.850707,2,'info','Analyzed 1800 files containing 43.14 MB of data so far'),(19194,1674215505.338218,2,'info','Analyzed 1900 files containing 43.52 MB of data so far'),(19195,1674215508.482202,2,'info','Analyzed 2000 files containing 49.45 MB of data so far'),(19196,1674215511.000635,2,'info','Analyzed 2100 files containing 50.73 MB of data so far'),(19197,1674215514.278551,2,'info','Analyzed 2200 files containing 51.36 MB of data so far'),(19198,1674215517.656079,2,'info','Analyzed 2300 files containing 51.55 MB of data so far'),(19199,1674215521.658153,2,'info','Analyzed 2400 files containing 52.13 MB of data so far'),(19200,1674215524.760442,2,'info','Analyzed 2500 files containing 54.94 MB of data so far'),(19201,1674215528.457113,2,'info','Analyzed 2600 files containing 59.03 MB of data so far'),(19202,1674215532.142448,2,'info','Analyzed 2700 files containing 60.93 MB of data so far'),(19203,1674215534.991986,2,'info','Analyzed 2800 files containing 61.99 MB of data so far'),(19204,1674215539.026796,2,'info','Analyzed 2900 files containing 64.28 MB of data so far'),(19205,1674215542.620438,2,'info','Analyzed 3000 files containing 77.21 MB of data so far'),(19206,1674215546.342365,2,'info','Analyzed 3100 files containing 79 MB of data so far'),(19207,1674215549.203547,2,'info','Analyzed 3200 files containing 79.58 MB of data so far'),(19208,1674215554.364528,2,'info','Analyzed 3300 files containing 79.81 MB of data so far'),(19209,1674215557.549291,2,'info','Analyzed 3400 files containing 80.31 MB of data so far'),(19210,1674215560.689425,2,'info','Analyzed 3500 files containing 81.91 MB of data so far'),(19211,1674215563.466323,2,'info','Analyzed 3600 files containing 82.1 MB of data so far'),(19212,1674215566.505389,2,'info','Analyzed 3700 files containing 82.26 MB of data so far'),(19213,1674215570.720111,2,'info','Analyzed 3800 files containing 83.03 MB of data so far'),(19214,1674215574.974396,2,'info','Analyzed 3900 files containing 83.72 MB of data so far'),(19215,1674215578.695796,2,'info','Analyzed 4000 files containing 85.47 MB of data so far'),(19216,1674215582.839925,2,'info','Analyzed 4100 files containing 92.44 MB of data so far'),(19217,1674215586.538933,2,'info','Analyzed 4200 files containing 94.66 MB of data so far'),(19218,1674215591.386883,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(19219,1674215594.063070,2,'info','Analyzed 4400 files containing 96.75 MB of data so far'),(19220,1674215596.442961,2,'info','Analyzed 4500 files containing 97.26 MB of data so far'),(19221,1674215600.661779,2,'info','Analyzed 4600 files containing 97.74 MB of data so far'),(19222,1674215603.351270,2,'info','Analyzed 4700 files containing 98.04 MB of data so far'),(19223,1674215607.027963,2,'info','Analyzed 4800 files containing 99.16 MB of data so far'),(19224,1674215610.681439,2,'info','Analyzed 4900 files containing 101.9 MB of data so far'),(19225,1674215615.856298,2,'info','Analyzed 5000 files containing 107.07 MB of data so far'),(19226,1674215618.965747,2,'info','Analyzed 5100 files containing 107.32 MB of data so far'),(19227,1674215621.716712,2,'info','Analyzed 5200 files containing 107.99 MB of data so far'),(19228,1674215623.980335,2,'info','Analyzed 5300 files containing 108.36 MB of data so far'),(19229,1674215626.183755,2,'info','Analyzed 5400 files containing 108.75 MB of data so far'),(19230,1674215629.864336,2,'info','Analyzed 5500 files containing 108.97 MB of data so far'),(19231,1674215633.864122,2,'info','Analyzed 5600 files containing 109.53 MB of data so far'),(19232,1674215635.736015,2,'info','Analyzed 5700 files containing 109.92 MB of data so far'),(19233,1674215639.318500,2,'info','Analyzed 5800 files containing 110.68 MB of data so far'),(19234,1674215642.171979,2,'info','Analyzed 5900 files containing 110.7 MB of data so far'),(19235,1674215644.277737,2,'info','Analyzed 6000 files containing 110.73 MB of data so far'),(19236,1674215647.132160,2,'info','Analyzed 6100 files containing 112.27 MB of data so far'),(19237,1674215650.406172,2,'info','Analyzed 6200 files containing 118.49 MB of data so far'),(19238,1674215654.938512,2,'info','Analyzed 6300 files containing 119.85 MB of data so far'),(19239,1674215662.559981,2,'info','Analyzed 6400 files containing 122.13 MB of data so far'),(19240,1674215666.752628,2,'info','Analyzed 6500 files containing 123.92 MB of data so far'),(19241,1674215670.127280,2,'info','Analyzed 6600 files containing 126.59 MB of data so far'),(19242,1674215673.346479,2,'info','Analyzed 6700 files containing 127.35 MB of data so far'),(19243,1674215676.025291,2,'info','Analyzed 6800 files containing 127.7 MB of data so far'),(19244,1674215678.314533,2,'info','Analyzed 6900 files containing 127.88 MB of data so far'),(19245,1674215681.698431,2,'info','Analyzed 7000 files containing 129.57 MB of data so far'),(19246,1674215683.549597,2,'info','Analyzed 7100 files containing 130.2 MB of data so far'),(19247,1674215686.461666,2,'info','Analyzed 7200 files containing 132.91 MB of data so far'),(19248,1674215689.857209,2,'info','Analyzed 7300 files containing 137.42 MB of data so far'),(19249,1674215694.121547,2,'info','Analyzed 7400 files containing 137.8 MB of data so far'),(19250,1674215698.862548,2,'info','Analyzed 7500 files containing 139.02 MB of data so far'),(19251,1674215701.841453,2,'info','Analyzed 7600 files containing 140.42 MB of data so far'),(19252,1674215704.951020,2,'info','Analyzed 7700 files containing 153.08 MB of data so far'),(19253,1674215710.234618,2,'info','Analyzed 7800 files containing 157.91 MB of data so far'),(19254,1674215713.847253,2,'info','Analyzed 7900 files containing 159.2 MB of data so far'),(19255,1674215716.794261,2,'info','Analyzed 8000 files containing 160.93 MB of data so far'),(19256,1674215719.644090,2,'info','Analyzed 8100 files containing 163.85 MB of data so far'),(19257,1674215722.059241,2,'info','Analyzed 8200 files containing 164.66 MB of data so far'),(19258,1674215724.972263,2,'info','Analyzed 8300 files containing 168.13 MB of data so far'),(19259,1674215729.437509,2,'info','Analyzed 8400 files containing 174.25 MB of data so far'),(19260,1674215734.248052,2,'info','Analyzed 8500 files containing 176.79 MB of data so far'),(19261,1674215738.198167,2,'info','Analyzed 8600 files containing 178.7 MB of data so far'),(19262,1674215742.203916,2,'info','Analyzed 8700 files containing 179.46 MB of data so far'),(19263,1674215746.825802,2,'info','Analyzed 8800 files containing 181.56 MB of data so far'),(19264,1674215750.175203,2,'info','Analyzed 8900 files containing 183.71 MB of data so far'),(19265,1674215754.132568,2,'info','Analyzed 9000 files containing 184.55 MB of data so far'),(19266,1674215757.118253,2,'info','Analyzed 9100 files containing 186.26 MB of data so far'),(19267,1674215759.864765,2,'info','Analyzed 9200 files containing 187.11 MB of data so far'),(19268,1674215764.193483,2,'info','Analyzed 9300 files containing 187.34 MB of data so far'),(19269,1674215767.332083,2,'info','Analyzed 9400 files containing 187.61 MB of data so far'),(19270,1674215770.618753,2,'info','Analyzed 9500 files containing 187.94 MB of data so far'),(19271,1674215774.404256,2,'info','Analyzed 9600 files containing 188.16 MB of data so far'),(19272,1674215778.771791,2,'info','Analyzed 9700 files containing 188.29 MB of data so far'),(19273,1674215781.813118,2,'info','Analyzed 9800 files containing 188.56 MB of data so far'),(19274,1674215785.042820,2,'info','Analyzed 9900 files containing 190.06 MB of data so far'),(19275,1674215788.441591,2,'info','Analyzed 10000 files containing 192.44 MB of data so far'),(19276,1674215791.994526,2,'info','Analyzed 10100 files containing 194.56 MB of data so far'),(19277,1674215797.051497,2,'info','Analyzed 10200 files containing 196.08 MB of data so far'),(19278,1674215800.826477,2,'info','Analyzed 10300 files containing 202.71 MB of data so far'),(19279,1674215805.105198,2,'info','Analyzed 10400 files containing 213.43 MB of data so far'),(19280,1674215810.043270,2,'info','Analyzed 10500 files containing 214.84 MB of data so far'),(19281,1674215813.647543,2,'info','Analyzed 10600 files containing 217.2 MB of data so far'),(19282,1674215817.189865,2,'info','Analyzed 10700 files containing 220.08 MB of data so far'),(19283,1674215820.555864,2,'info','Analyzed 10800 files containing 223.28 MB of data so far'),(19284,1674215823.612407,2,'info','Analyzed 10900 files containing 224.41 MB of data so far'),(19285,1674215827.190130,2,'info','Analyzed 10988 files containing 225.88 MB of data.'),(19293,1674215828.989914,2,'info','Starting scan of file contents'),(19294,1674215830.027718,2,'info','Scanned contents of 20 additional files at 19.52 per second'),(19295,1674215830.062802,2,'info','Scanned contents of 20 additional files at 18.87 per second'),(19296,1674215830.073401,2,'info','Asking Wordfence to check URLs against malware list.'),(19297,1674215830.084343,2,'info','Checking 50 host keys against Wordfence scanning servers.'),(19298,1674215830.720444,2,'info','Done host key check.'),(19299,1674215831.422561,2,'info','Done file contents scan'),(19300,1674215831.433673,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/themes/index.php'),(19306,1674215831.837220,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(19307,1674215831.839440,2,'info','Checking 94 host keys against Wordfence scanning servers.'),(19308,1674215832.464694,2,'info','Done host key check.'),(19309,1674215832.469837,2,'info','Done examining URLs'),(19314,1674215832.872786,2,'info','Starting password strength check on 1 user.'),(19321,1674215839.157537,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(19322,1674215839.160564,2,'info','Done examining URLs'),(19324,1674215839.215425,1,'info','-------------------'),(19325,1674215839.217568,2,'info','Wordfence used 29.2 MB of memory for scan. Server peak memory usage was: 123.2 MB'),(19326,1674215839.223554,1,'info','Scan Complete. Scanned 10988 files, 13 plugins, 5 themes, 13 posts, 0 comments and 80 URLs in 6 minutes 57 seconds.'),(19329,1674227979.657481,1,'info','Initiating quick scan'),(19334,1674227979.831837,1,'info','-------------------'),(19335,1674227979.854908,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 48 MB'),(19336,1674227979.880818,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19339,1674314869.277837,1,'info','Initiating quick scan'),(19344,1674314869.588892,1,'info','-------------------'),(19345,1674314869.637888,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(19346,1674314869.700697,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19349,1674400647.291877,1,'info','Initiating quick scan'),(19354,1674400647.559456,1,'info','-------------------'),(19355,1674400647.584480,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(19356,1674400647.607009,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19358,1674475383.473557,1,'info','Scheduled Wordfence scan starting at Monday 23rd of January 2023 12:03:03 PM'),(19360,1674475386.106454,1,'info','Contacting Wordfence to initiate scan'),(19367,1674475393.483755,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(19368,1674475393.492661,2,'info','The disk has 3430662.4 MB available'),(19376,1674475393.834556,2,'info','Getting plugin list from WordPress'),(19377,1674475393.859858,2,'info','Found 13 plugins'),(19378,1674475393.870448,2,'info','Getting theme list from WordPress'),(19379,1674475393.966464,2,'info','Found 5 themes'),(19391,1674475396.823759,2,'info','500 files indexed'),(19392,1674475397.186030,2,'info','1000 files indexed'),(19393,1674475397.468023,2,'info','1500 files indexed'),(19394,1674475397.789230,2,'info','2000 files indexed'),(19395,1674475398.214613,2,'info','2500 files indexed'),(19396,1674475398.291463,2,'info','3000 files indexed'),(19397,1674475398.397009,2,'info','3500 files indexed'),(19398,1674475398.502049,2,'info','4000 files indexed'),(19399,1674475398.557274,2,'info','4500 files indexed'),(19400,1674475398.694154,2,'info','5000 files indexed'),(19401,1674475398.754485,2,'info','5500 files indexed'),(19402,1674475398.853344,2,'info','6000 files indexed'),(19403,1674475399.002235,2,'info','6500 files indexed'),(19404,1674475399.299628,2,'info','7000 files indexed'),(19405,1674475399.690476,2,'info','7500 files indexed'),(19406,1674475399.886313,2,'info','8000 files indexed'),(19407,1674475400.190070,2,'info','8500 files indexed'),(19408,1674475400.317321,2,'info','9000 files indexed'),(19409,1674475400.574036,2,'info','9500 files indexed'),(19410,1674475400.688327,2,'info','10000 files indexed'),(19411,1674475400.801655,2,'info','10500 files indexed'),(19412,1674475400.911844,2,'info','10988 files indexed'),(19413,1674475405.720677,2,'info','Analyzed 100 files containing 1017.54 KB of data so far'),(19414,1674475410.240864,2,'info','Analyzed 200 files containing 4.99 MB of data so far'),(19415,1674475414.783940,2,'info','Analyzed 300 files containing 6.43 MB of data so far'),(19416,1674475418.580494,2,'info','Analyzed 400 files containing 8.86 MB of data so far'),(19417,1674475422.884942,2,'info','Analyzed 500 files containing 10.88 MB of data so far'),(19418,1674475425.975789,2,'info','Analyzed 600 files containing 12.94 MB of data so far'),(19419,1674475429.181510,2,'info','Analyzed 700 files containing 15.44 MB of data so far'),(19420,1674475433.252635,2,'info','Analyzed 800 files containing 19.2 MB of data so far'),(19421,1674475438.688838,2,'info','Analyzed 900 files containing 20.43 MB of data so far'),(19422,1674475441.825305,2,'info','Analyzed 1000 files containing 29.44 MB of data so far'),(19423,1674475448.808808,2,'info','Analyzed 1100 files containing 37.52 MB of data so far'),(19424,1674475453.467001,2,'info','Analyzed 1200 files containing 37.81 MB of data so far'),(19425,1674475456.974207,2,'info','Analyzed 1300 files containing 38.21 MB of data so far'),(19426,1674475460.398877,2,'info','Analyzed 1400 files containing 38.82 MB of data so far'),(19427,1674475464.319773,2,'info','Analyzed 1500 files containing 39.78 MB of data so far'),(19428,1674475468.579581,2,'info','Analyzed 1600 files containing 40.5 MB of data so far'),(19429,1674475472.584021,2,'info','Analyzed 1700 files containing 42.09 MB of data so far'),(19430,1674475475.352185,2,'info','Analyzed 1800 files containing 43.14 MB of data so far'),(19431,1674475479.019908,2,'info','Analyzed 1900 files containing 43.52 MB of data so far'),(19432,1674475482.330640,2,'info','Analyzed 2000 files containing 49.45 MB of data so far'),(19433,1674475486.575298,2,'info','Analyzed 2100 files containing 50.73 MB of data so far'),(19434,1674475489.240912,2,'info','Analyzed 2200 files containing 51.36 MB of data so far'),(19435,1674475492.257318,2,'info','Analyzed 2300 files containing 51.55 MB of data so far'),(19436,1674475495.627975,2,'info','Analyzed 2400 files containing 52.13 MB of data so far'),(19437,1674475500.002203,2,'info','Analyzed 2500 files containing 54.94 MB of data so far'),(19438,1674475502.955216,2,'info','Analyzed 2600 files containing 59.03 MB of data so far'),(19439,1674475505.864037,2,'info','Analyzed 2700 files containing 60.93 MB of data so far'),(19440,1674475509.126212,2,'info','Analyzed 2800 files containing 61.99 MB of data so far'),(19441,1674475512.965466,2,'info','Analyzed 2900 files containing 64.28 MB of data so far'),(19442,1674475516.943939,2,'info','Analyzed 3000 files containing 77.21 MB of data so far'),(19443,1674475520.171150,2,'info','Analyzed 3100 files containing 79 MB of data so far'),(19444,1674475523.017719,2,'info','Analyzed 3200 files containing 79.58 MB of data so far'),(19445,1674475526.252301,2,'info','Analyzed 3300 files containing 79.81 MB of data so far'),(19446,1674475528.710387,2,'info','Analyzed 3400 files containing 80.31 MB of data so far'),(19447,1674475531.869212,2,'info','Analyzed 3500 files containing 81.91 MB of data so far'),(19448,1674475533.982590,2,'info','Analyzed 3600 files containing 82.1 MB of data so far'),(19449,1674475538.433565,2,'info','Analyzed 3700 files containing 82.26 MB of data so far'),(19450,1674475540.517109,2,'info','Analyzed 3800 files containing 83.03 MB of data so far'),(19451,1674475542.645123,2,'info','Analyzed 3900 files containing 83.72 MB of data so far'),(19452,1674475546.050491,2,'info','Analyzed 4000 files containing 85.47 MB of data so far'),(19453,1674475553.149022,2,'info','Analyzed 4100 files containing 92.44 MB of data so far'),(19454,1674475555.733103,2,'info','Analyzed 4200 files containing 94.66 MB of data so far'),(19455,1674475558.294605,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(19456,1674475560.922300,2,'info','Analyzed 4400 files containing 96.75 MB of data so far'),(19457,1674475563.889720,2,'info','Analyzed 4500 files containing 97.26 MB of data so far'),(19458,1674475567.940265,2,'info','Analyzed 4600 files containing 97.74 MB of data so far'),(19459,1674475571.253605,2,'info','Analyzed 4700 files containing 98.04 MB of data so far'),(19460,1674475574.692307,2,'info','Analyzed 4800 files containing 99.16 MB of data so far'),(19461,1674475577.494076,2,'info','Analyzed 4900 files containing 101.9 MB of data so far'),(19462,1674475581.614744,2,'info','Analyzed 5000 files containing 107.07 MB of data so far'),(19463,1674475584.456375,2,'info','Analyzed 5100 files containing 107.32 MB of data so far'),(19464,1674475587.802923,2,'info','Analyzed 5200 files containing 107.99 MB of data so far'),(19465,1674475591.361968,2,'info','Analyzed 5300 files containing 108.36 MB of data so far'),(19466,1674475593.459636,2,'info','Analyzed 5400 files containing 108.75 MB of data so far'),(19467,1674475597.750353,2,'info','Analyzed 5500 files containing 108.97 MB of data so far'),(19468,1674475600.325187,2,'info','Analyzed 5600 files containing 109.53 MB of data so far'),(19469,1674475602.824099,2,'info','Analyzed 5700 files containing 109.92 MB of data so far'),(19470,1674475606.572412,2,'info','Analyzed 5800 files containing 110.68 MB of data so far'),(19471,1674475610.493254,2,'info','Analyzed 5900 files containing 110.7 MB of data so far'),(19472,1674475613.837811,2,'info','Analyzed 6000 files containing 110.73 MB of data so far'),(19473,1674475618.065847,2,'info','Analyzed 6100 files containing 112.27 MB of data so far'),(19474,1674475621.498172,2,'info','Analyzed 6200 files containing 118.49 MB of data so far'),(19475,1674475625.198054,2,'info','Analyzed 6300 files containing 119.85 MB of data so far'),(19476,1674475629.239338,2,'info','Analyzed 6400 files containing 122.13 MB of data so far'),(19477,1674475631.835925,2,'info','Analyzed 6500 files containing 123.92 MB of data so far'),(19478,1674475634.455870,2,'info','Analyzed 6600 files containing 126.59 MB of data so far'),(19479,1674475637.405130,2,'info','Analyzed 6700 files containing 127.35 MB of data so far'),(19480,1674475639.322082,2,'info','Analyzed 6800 files containing 127.7 MB of data so far'),(19481,1674475641.875908,2,'info','Analyzed 6900 files containing 127.88 MB of data so far'),(19482,1674475648.951823,2,'info','Analyzed 7000 files containing 129.57 MB of data so far'),(19483,1674475651.721754,2,'info','Analyzed 7100 files containing 130.2 MB of data so far'),(19484,1674475655.408513,2,'info','Analyzed 7200 files containing 132.91 MB of data so far'),(19485,1674475658.191633,2,'info','Analyzed 7300 files containing 137.42 MB of data so far'),(19486,1674475661.912139,2,'info','Analyzed 7400 files containing 137.8 MB of data so far'),(19487,1674475665.557333,2,'info','Analyzed 7500 files containing 139.02 MB of data so far'),(19488,1674475668.575820,2,'info','Analyzed 7600 files containing 140.42 MB of data so far'),(19489,1674475672.437392,2,'info','Analyzed 7700 files containing 153.08 MB of data so far'),(19490,1674475676.491892,2,'info','Analyzed 7800 files containing 157.91 MB of data so far'),(19491,1674475680.408405,2,'info','Analyzed 7900 files containing 159.2 MB of data so far'),(19492,1674475682.837896,2,'info','Analyzed 8000 files containing 160.93 MB of data so far'),(19493,1674475685.863773,2,'info','Analyzed 8100 files containing 163.85 MB of data so far'),(19494,1674475689.194931,2,'info','Analyzed 8200 files containing 164.66 MB of data so far'),(19495,1674475691.881617,2,'info','Analyzed 8300 files containing 168.13 MB of data so far'),(19496,1674475696.677063,2,'info','Analyzed 8400 files containing 174.25 MB of data so far'),(19497,1674475700.243028,2,'info','Analyzed 8500 files containing 176.79 MB of data so far'),(19498,1674475703.857763,2,'info','Analyzed 8600 files containing 178.7 MB of data so far'),(19499,1674475709.598844,2,'info','Analyzed 8700 files containing 179.46 MB of data so far'),(19500,1674475713.968689,2,'info','Analyzed 8800 files containing 181.56 MB of data so far'),(19501,1674475717.873893,2,'info','Analyzed 8900 files containing 183.71 MB of data so far'),(19502,1674475722.583076,2,'info','Analyzed 9000 files containing 184.55 MB of data so far'),(19503,1674475725.517148,2,'info','Analyzed 9100 files containing 186.26 MB of data so far'),(19504,1674475729.195590,2,'info','Analyzed 9200 files containing 187.11 MB of data so far'),(19505,1674475733.059992,2,'info','Analyzed 9300 files containing 187.34 MB of data so far'),(19506,1674475736.040617,2,'info','Analyzed 9400 files containing 187.61 MB of data so far'),(19507,1674475739.826737,2,'info','Analyzed 9500 files containing 187.94 MB of data so far'),(19508,1674475743.405806,2,'info','Analyzed 9600 files containing 188.16 MB of data so far'),(19509,1674475746.961287,2,'info','Analyzed 9700 files containing 188.29 MB of data so far'),(19510,1674475750.553534,2,'info','Analyzed 9800 files containing 188.56 MB of data so far'),(19511,1674475754.144294,2,'info','Analyzed 9900 files containing 190.06 MB of data so far'),(19512,1674475757.859948,2,'info','Analyzed 10000 files containing 192.44 MB of data so far'),(19513,1674475762.699899,2,'info','Analyzed 10100 files containing 194.56 MB of data so far'),(19514,1674475765.925636,2,'info','Analyzed 10200 files containing 196.08 MB of data so far'),(19515,1674475770.063422,2,'info','Analyzed 10300 files containing 202.71 MB of data so far'),(19516,1674475776.331396,2,'info','Analyzed 10400 files containing 213.43 MB of data so far'),(19517,1674475779.709416,2,'info','Analyzed 10500 files containing 214.84 MB of data so far'),(19518,1674475783.118247,2,'info','Analyzed 10600 files containing 217.2 MB of data so far'),(19519,1674475786.510835,2,'info','Analyzed 10700 files containing 220.08 MB of data so far'),(19520,1674475789.789568,2,'info','Analyzed 10800 files containing 223.28 MB of data so far'),(19521,1674475794.989357,2,'info','Analyzed 10900 files containing 224.41 MB of data so far'),(19522,1674475798.056713,2,'info','Analyzed 10988 files containing 225.88 MB of data.'),(19530,1674475800.008950,2,'info','Starting scan of file contents'),(19531,1674475800.810265,2,'info','Scanned contents of 20 additional files at 25.15 per second'),(19532,1674475800.813281,2,'info','Asking Wordfence to check URLs against malware list.'),(19533,1674475800.816420,2,'info','Checking 50 host keys against Wordfence scanning servers.'),(19534,1674475801.412787,2,'info','Done host key check.'),(19535,1674475802.195572,2,'info','Done file contents scan'),(19536,1674475802.198082,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/themes/index.php'),(19542,1674475802.550754,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(19543,1674475802.570995,2,'info','Checking 94 host keys against Wordfence scanning servers.'),(19544,1674475803.178077,2,'info','Done host key check.'),(19545,1674475803.189437,2,'info','Done examining URLs'),(19550,1674475803.703491,2,'info','Starting password strength check on 1 user.'),(19557,1674475810.605251,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(19558,1674475810.616201,2,'info','Done examining URLs'),(19560,1674475810.785769,1,'info','-------------------'),(19561,1674475810.838460,2,'info','Wordfence used 31.2 MB of memory for scan. Server peak memory usage was: 129.2 MB'),(19562,1674475810.844926,1,'info','Scan Complete. Scanned 10988 files, 13 plugins, 5 themes, 13 posts, 0 comments and 80 URLs in 7 minutes 3 seconds.'),(19565,1674486856.430547,1,'info','Initiating quick scan'),(19570,1674486856.512710,1,'info','-------------------'),(19571,1674486856.516563,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(19572,1674486856.522952,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19575,1674574638.755370,1,'info','Initiating quick scan'),(19580,1674574639.056261,1,'info','-------------------'),(19581,1674574639.087735,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 46 MB'),(19582,1674574639.142645,1,'info','Quick Scan Complete. Scanned in 1 second.'),(19585,1674659765.199585,1,'info','Initiating quick scan'),(19590,1674659765.453070,1,'info','-------------------'),(19591,1674659765.458485,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 48 MB'),(19592,1674659765.463605,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19594,1674734113.092386,1,'info','Scheduled Wordfence scan starting at Thursday 26th of January 2023 11:55:13 AM'),(19596,1674734115.144416,1,'info','Contacting Wordfence to initiate scan'),(19603,1674734123.684587,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(19604,1674734123.693206,2,'info','The disk has 3430033.86 MB available'),(19612,1674734123.755874,2,'info','Getting plugin list from WordPress'),(19613,1674734123.766546,2,'info','Found 13 plugins'),(19614,1674734123.769086,2,'info','Getting theme list from WordPress'),(19615,1674734123.779733,2,'info','Found 5 themes'),(19618,1674734125.873122,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(19619,1674734125.885281,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(19620,1674734125.931220,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(19621,1674734125.944482,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(19622,1674734125.980404,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(19623,1674734126.002301,10,'info','SUM_DISABLED:Skipping theme scan'),(19624,1674734126.014853,10,'info','SUM_DISABLED:Skipping plugin scan'),(19625,1674734126.038243,10,'info','SUM_START:Scanning for known malware files'),(19626,1674734126.105892,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(19627,1674734126.222186,2,'info','500 files indexed'),(19628,1674734126.312126,2,'info','1000 files indexed'),(19629,1674734126.518212,2,'info','1500 files indexed'),(19630,1674734126.607533,2,'info','2000 files indexed'),(19631,1674734126.995916,2,'info','2500 files indexed'),(19632,1674734127.042508,2,'info','3000 files indexed'),(19633,1674734127.084925,2,'info','3500 files indexed'),(19634,1674734127.127470,2,'info','4000 files indexed'),(19635,1674734127.149814,2,'info','4500 files indexed'),(19636,1674734127.174571,2,'info','5000 files indexed'),(19637,1674734127.206519,2,'info','5500 files indexed'),(19638,1674734127.251033,2,'info','6000 files indexed'),(19639,1674734127.278790,2,'info','6500 files indexed'),(19640,1674734127.315563,2,'info','7000 files indexed'),(19641,1674734127.358868,2,'info','7500 files indexed'),(19642,1674734127.392065,2,'info','8000 files indexed'),(19643,1674734127.430486,2,'info','8500 files indexed'),(19644,1674734127.464157,2,'info','9000 files indexed'),(19645,1674734127.498126,2,'info','9500 files indexed'),(19646,1674734127.539106,2,'info','10000 files indexed'),(19647,1674734127.599143,2,'info','10500 files indexed'),(19648,1674734127.622023,2,'info','10988 files indexed'),(19649,1674734131.927521,2,'info','Analyzed 100 files containing 1017.54 KB of data so far'),(19650,1674734136.544401,2,'info','Analyzed 200 files containing 4.99 MB of data so far'),(19651,1674734140.497804,2,'info','Analyzed 300 files containing 6.43 MB of data so far'),(19652,1674734144.532002,2,'info','Analyzed 400 files containing 8.86 MB of data so far'),(19653,1674734148.941556,2,'info','Analyzed 500 files containing 10.88 MB of data so far'),(19654,1674734152.489775,2,'info','Analyzed 600 files containing 12.94 MB of data so far'),(19655,1674734155.991871,2,'info','Analyzed 700 files containing 15.44 MB of data so far'),(19656,1674734159.366852,2,'info','Analyzed 800 files containing 19.2 MB of data so far'),(19657,1674734162.317798,2,'info','Analyzed 900 files containing 20.43 MB of data so far'),(19658,1674734166.197387,2,'info','Analyzed 1000 files containing 29.44 MB of data so far'),(19659,1674734169.552401,2,'info','Analyzed 1100 files containing 37.52 MB of data so far'),(19660,1674734172.807004,2,'info','Analyzed 1200 files containing 37.81 MB of data so far'),(19661,1674734175.838211,2,'info','Analyzed 1300 files containing 38.21 MB of data so far'),(19662,1674734177.951828,2,'info','Analyzed 1400 files containing 38.82 MB of data so far'),(19663,1674734181.866633,2,'info','Analyzed 1500 files containing 39.78 MB of data so far'),(19664,1674734184.520485,2,'info','Analyzed 1600 files containing 40.5 MB of data so far'),(19665,1674734187.422030,2,'info','Analyzed 1700 files containing 42.09 MB of data so far'),(19666,1674734190.367125,2,'info','Analyzed 1800 files containing 43.14 MB of data so far'),(19667,1674734193.819912,2,'info','Analyzed 1900 files containing 43.52 MB of data so far'),(19668,1674734198.495296,2,'info','Analyzed 2000 files containing 49.45 MB of data so far'),(19669,1674734201.895851,2,'info','Analyzed 2100 files containing 50.73 MB of data so far'),(19670,1674734205.484199,2,'info','Analyzed 2200 files containing 51.36 MB of data so far'),(19671,1674734208.957435,2,'info','Analyzed 2300 files containing 51.55 MB of data so far'),(19672,1674734211.549243,2,'info','Analyzed 2400 files containing 52.13 MB of data so far'),(19673,1674734215.285370,2,'info','Analyzed 2500 files containing 54.94 MB of data so far'),(19674,1674734219.035785,2,'info','Analyzed 2600 files containing 59.03 MB of data so far'),(19675,1674734222.482794,2,'info','Analyzed 2700 files containing 60.93 MB of data so far'),(19676,1674734226.135292,2,'info','Analyzed 2800 files containing 61.99 MB of data so far'),(19677,1674734230.010514,2,'info','Analyzed 2900 files containing 64.28 MB of data so far'),(19678,1674734233.749409,2,'info','Analyzed 3000 files containing 77.21 MB of data so far'),(19679,1674734237.097787,2,'info','Analyzed 3100 files containing 79 MB of data so far'),(19680,1674734239.978842,2,'info','Analyzed 3200 files containing 79.58 MB of data so far'),(19681,1674734242.822009,2,'info','Analyzed 3300 files containing 79.81 MB of data so far'),(19682,1674734247.594545,2,'info','Analyzed 3400 files containing 80.31 MB of data so far'),(19683,1674734250.433946,2,'info','Analyzed 3500 files containing 81.91 MB of data so far'),(19684,1674734253.383129,2,'info','Analyzed 3600 files containing 82.1 MB of data so far'),(19685,1674734256.932612,2,'info','Analyzed 3700 files containing 82.26 MB of data so far'),(19686,1674734260.814938,2,'info','Analyzed 3800 files containing 83.03 MB of data so far'),(19687,1674734264.261258,2,'info','Analyzed 3900 files containing 83.72 MB of data so far'),(19688,1674734268.502550,2,'info','Analyzed 4000 files containing 85.47 MB of data so far'),(19689,1674734272.185159,2,'info','Analyzed 4100 files containing 92.44 MB of data so far'),(19690,1674734273.979838,2,'info','Analyzed 4200 files containing 94.66 MB of data so far'),(19691,1674734277.321994,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(19692,1674734279.716052,2,'info','Analyzed 4400 files containing 96.75 MB of data so far'),(19693,1674734285.000581,2,'info','Analyzed 4500 files containing 97.26 MB of data so far'),(19694,1674734287.629538,2,'info','Analyzed 4600 files containing 97.74 MB of data so far'),(19695,1674734290.561166,2,'info','Analyzed 4700 files containing 98.04 MB of data so far'),(19696,1674734294.053725,2,'info','Analyzed 4800 files containing 99.16 MB of data so far'),(19697,1674734297.203897,2,'info','Analyzed 4900 files containing 101.9 MB of data so far'),(19698,1674734300.719101,2,'info','Analyzed 5000 files containing 107.07 MB of data so far'),(19699,1674734303.651089,2,'info','Analyzed 5100 files containing 107.32 MB of data so far'),(19700,1674734306.455074,2,'info','Analyzed 5200 files containing 107.99 MB of data so far'),(19701,1674734309.295879,2,'info','Analyzed 5300 files containing 108.36 MB of data so far'),(19702,1674734310.551522,2,'info','Analyzed 5400 files containing 108.75 MB of data so far'),(19703,1674734312.467094,2,'info','Analyzed 5500 files containing 108.97 MB of data so far'),(19704,1674734313.699662,2,'info','Analyzed 5600 files containing 109.53 MB of data so far'),(19705,1674734316.791272,2,'info','Analyzed 5700 files containing 109.92 MB of data so far'),(19706,1674734319.948801,2,'info','Analyzed 5800 files containing 110.68 MB of data so far'),(19707,1674734322.499848,2,'info','Analyzed 5900 files containing 110.7 MB of data so far'),(19708,1674734326.261477,2,'info','Analyzed 6000 files containing 110.73 MB of data so far'),(19709,1674734329.865636,2,'info','Analyzed 6100 files containing 112.27 MB of data so far'),(19710,1674734333.212359,2,'info','Analyzed 6200 files containing 118.49 MB of data so far'),(19711,1674734336.838947,2,'info','Analyzed 6300 files containing 119.85 MB of data so far'),(19712,1674734339.402779,2,'info','Analyzed 6400 files containing 122.13 MB of data so far'),(19713,1674734343.519639,2,'info','Analyzed 6500 files containing 123.92 MB of data so far'),(19714,1674734347.444087,2,'info','Analyzed 6600 files containing 126.59 MB of data so far'),(19715,1674734351.343902,2,'info','Analyzed 6700 files containing 127.35 MB of data so far'),(19716,1674734355.348314,2,'info','Analyzed 6800 files containing 127.7 MB of data so far'),(19717,1674734359.798609,2,'info','Analyzed 6900 files containing 127.88 MB of data so far'),(19718,1674734363.147367,2,'info','Analyzed 7000 files containing 129.57 MB of data so far'),(19719,1674734366.490254,2,'info','Analyzed 7100 files containing 130.2 MB of data so far'),(19720,1674734369.661252,2,'info','Analyzed 7200 files containing 132.91 MB of data so far'),(19721,1674734374.741106,2,'info','Analyzed 7300 files containing 137.42 MB of data so far'),(19722,1674734377.629608,2,'info','Analyzed 7400 files containing 137.8 MB of data so far'),(19723,1674734381.611841,2,'info','Analyzed 7500 files containing 139.02 MB of data so far'),(19724,1674734384.708546,2,'info','Analyzed 7600 files containing 140.42 MB of data so far'),(19725,1674734387.885728,2,'info','Analyzed 7700 files containing 153.08 MB of data so far'),(19726,1674734392.222314,2,'info','Analyzed 7800 files containing 157.91 MB of data so far'),(19727,1674734395.071901,2,'info','Analyzed 7900 files containing 159.2 MB of data so far'),(19728,1674734398.218164,2,'info','Analyzed 8000 files containing 160.93 MB of data so far'),(19729,1674734402.408140,2,'info','Analyzed 8100 files containing 163.85 MB of data so far'),(19730,1674734407.645868,2,'info','Analyzed 8200 files containing 164.66 MB of data so far'),(19731,1674734411.101481,2,'info','Analyzed 8300 files containing 168.13 MB of data so far'),(19732,1674734414.217083,2,'info','Analyzed 8400 files containing 174.25 MB of data so far'),(19733,1674734416.856112,2,'info','Analyzed 8500 files containing 176.8 MB of data so far'),(19734,1674734420.614024,2,'info','Analyzed 8600 files containing 178.7 MB of data so far'),(19735,1674734424.703262,2,'info','Analyzed 8700 files containing 179.47 MB of data so far'),(19736,1674734428.264234,2,'info','Analyzed 8800 files containing 181.56 MB of data so far'),(19737,1674734431.766366,2,'info','Analyzed 8900 files containing 183.72 MB of data so far'),(19738,1674734434.970683,2,'info','Analyzed 9000 files containing 184.56 MB of data so far'),(19739,1674734439.020399,2,'info','Analyzed 9100 files containing 186.26 MB of data so far'),(19740,1674734442.551836,2,'info','Analyzed 9200 files containing 187.12 MB of data so far'),(19741,1674734446.189307,2,'info','Analyzed 9300 files containing 187.35 MB of data so far'),(19742,1674734449.550656,2,'info','Analyzed 9400 files containing 187.62 MB of data so far'),(19743,1674734452.980015,2,'info','Analyzed 9500 files containing 187.95 MB of data so far'),(19744,1674734456.942044,2,'info','Analyzed 9600 files containing 188.17 MB of data so far'),(19745,1674734460.546435,2,'info','Analyzed 9700 files containing 188.3 MB of data so far'),(19746,1674734463.279568,2,'info','Analyzed 9800 files containing 188.56 MB of data so far'),(19747,1674734466.729156,2,'info','Analyzed 9900 files containing 190.06 MB of data so far'),(19748,1674734469.798090,2,'info','Analyzed 10000 files containing 192.45 MB of data so far'),(19749,1674734474.084512,2,'info','Analyzed 10100 files containing 194.57 MB of data so far'),(19750,1674734477.669908,2,'info','Analyzed 10200 files containing 196.09 MB of data so far'),(19751,1674734480.866159,2,'info','Analyzed 10300 files containing 202.72 MB of data so far'),(19752,1674734484.569582,2,'info','Analyzed 10400 files containing 213.44 MB of data so far'),(19753,1674734493.505619,2,'info','Analyzed 10500 files containing 214.85 MB of data so far'),(19754,1674734498.029883,2,'info','Analyzed 10600 files containing 217.21 MB of data so far'),(19755,1674734501.181642,2,'info','Analyzed 10700 files containing 220.08 MB of data so far'),(19756,1674734505.543125,2,'info','Analyzed 10800 files containing 223.29 MB of data so far'),(19757,1674734508.505295,2,'info','Analyzed 10900 files containing 224.42 MB of data so far'),(19758,1674734509.968073,2,'info','Analyzed 10988 files containing 225.89 MB of data.'),(19759,1674734509.978518,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(19760,1674734510.022226,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(19761,1674734510.058060,10,'info','SUM_ENDOK:Scanning for known malware files'),(19762,1674734510.104893,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(19763,1674734510.140047,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(19764,1674734510.185898,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(19765,1674734510.208074,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(19766,1674734511.732000,2,'info','Starting scan of file contents'),(19767,1674734512.621652,2,'info','Scanned contents of 20 additional files at 23.57 per second'),(19768,1674734512.624333,2,'info','Asking Wordfence to check URLs against malware list.'),(19769,1674734512.626742,2,'info','Checking 50 host keys against Wordfence scanning servers.'),(19770,1674734513.228335,2,'info','Done host key check.'),(19771,1674734513.960813,2,'info','Done file contents scan'),(19772,1674734513.963522,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/themes/index.php'),(19773,1674734513.968187,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(19774,1674734513.975766,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(19775,1674734513.986890,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(19776,1674734513.991883,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(19777,1674734514.003044,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(19778,1674734514.066167,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(19779,1674734514.068333,2,'info','Checking 94 host keys against Wordfence scanning servers.'),(19780,1674734514.703230,2,'info','Done host key check.'),(19781,1674734514.729422,2,'info','Done examining URLs'),(19782,1674734514.765426,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(19783,1674734514.775935,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(19784,1674734514.953438,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(19785,1674734515.000789,10,'info','SUM_START:Scanning for weak passwords'),(19786,1674734515.080479,2,'info','Starting password strength check on 1 user.'),(19787,1674734515.179902,10,'info','SUM_ENDOK:Scanning for weak passwords'),(19788,1674734515.199055,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(19789,1674734519.673374,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(19790,1674734519.684257,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(19791,1674734520.287263,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(19792,1674734520.928585,10,'info','SUM_START:Scanning for suspicious site options'),(19793,1674734520.963706,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(19794,1674734520.965546,2,'info','Done examining URLs'),(19795,1674734521.006220,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(19796,1674734521.015287,1,'info','-------------------'),(19797,1674734521.017397,2,'info','Wordfence used 31.2 MB of memory for scan. Server peak memory usage was: 123.2 MB'),(19798,1674734521.021904,1,'info','Scan Complete. Scanned 10988 files, 13 plugins, 5 themes, 13 posts, 0 comments and 80 URLs in 6 minutes 45 seconds.'),(19799,1674734521.023916,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(19800,1674746527.319864,10,'info','SUM_PREP:Preparing a new scan.'),(19801,1674746527.324563,1,'info','Initiating quick scan'),(19802,1674746527.348567,10,'info','SUM_START:Checking Web Application Firewall status'),(19803,1674746527.359038,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(19804,1674746527.378809,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(19805,1674746528.451494,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(19806,1674746528.681067,1,'info','-------------------'),(19807,1674746529.097119,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 46 MB'),(19808,1674746529.189604,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(19809,1674746529.222482,10,'info','SUM_FINAL:Scan complete. You have 7 new issues to fix. See below.'),(19810,1674832954.186984,10,'info','SUM_PREP:Preparing a new scan.'),(19811,1674832954.248493,1,'info','Initiating quick scan'),(19812,1674832954.283164,10,'info','SUM_START:Checking Web Application Firewall status'),(19813,1674832954.297807,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(19814,1674832954.356302,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(19815,1674832954.408884,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(19816,1674832954.414191,1,'info','-------------------'),(19817,1674832954.418305,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 28 MB'),(19818,1674832954.423319,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19819,1674832954.429758,10,'info','SUM_FINAL:Scan complete. You have 7 new issues to fix. See below.'),(19820,1674918998.966010,10,'info','SUM_PREP:Preparing a new scan.'),(19821,1674918999.026269,1,'info','Initiating quick scan'),(19822,1674918999.061901,10,'info','SUM_START:Checking Web Application Firewall status'),(19823,1674918999.072269,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(19824,1674918999.105438,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(19825,1674918999.234295,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(19826,1674918999.255953,1,'info','-------------------'),(19827,1674918999.276571,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 50 MB'),(19828,1674918999.298069,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(19829,1674918999.308409,10,'info','SUM_FINAL:Scan complete. You have 7 new issues to fix. See below.'),(19830,1674993162.406587,1,'info','Scheduled Wordfence scan starting at Sunday 29th of January 2023 11:52:42 AM'),(19831,1674993164.311924,10,'info','SUM_PREP:Preparing a new scan.'),(19832,1674993164.336027,1,'info','Contacting Wordfence to initiate scan'),(19833,1674993165.433865,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(19834,1674993167.467404,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(19835,1674993169.547306,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(19836,1674993171.594312,10,'info','SUM_START:Checking for the most secure way to get IPs'),(19837,1674993173.843402,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(19838,1674993173.905092,10,'info','SUM_START:Scanning to check available disk space'),(19839,1674993173.932031,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.27 TB'),(19840,1674993173.947266,2,'info','The disk has 3429520.09 MB available'),(19841,1674993173.958426,10,'info','SUM_ENDOK:Scanning to check available disk space'),(19842,1674993174.023844,10,'info','SUM_START:Checking Web Application Firewall status'),(19843,1674993174.044942,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(19844,1674993174.095220,10,'info','SUM_START:Checking for future GeoIP support'),(19845,1674993174.122867,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(19846,1674993174.187717,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(19847,1674993174.210247,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(19848,1674993174.250454,2,'info','Getting plugin list from WordPress'),(19849,1674993174.288690,2,'info','Found 13 plugins'),(19850,1674993174.307987,2,'info','Getting theme list from WordPress'),(19851,1674993174.374374,2,'info','Found 5 themes'),(19852,1674993175.028104,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(19853,1674993176.529718,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(19854,1674993176.602938,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(19855,1674993176.658897,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(19856,1674993176.694454,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(19857,1674993176.698798,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(19858,1674993176.723551,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(19859,1674993176.732918,10,'info','SUM_DISABLED:Skipping theme scan'),(19860,1674993176.735943,10,'info','SUM_DISABLED:Skipping plugin scan'),(19861,1674993176.752001,10,'info','SUM_START:Scanning for known malware files'),(19862,1674993176.770392,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(19863,1674993177.021374,2,'info','500 files indexed'),(19864,1674993177.175353,2,'info','1000 files indexed'),(19865,1674993177.400034,2,'info','1500 files indexed'),(19866,1674993177.663073,2,'info','2000 files indexed'),(19867,1674993178.057099,2,'info','2500 files indexed'),(19868,1674993178.079892,2,'info','3000 files indexed'),(19869,1674993178.113551,2,'info','3500 files indexed'),(19870,1674993178.136126,2,'info','4000 files indexed'),(19871,1674993178.209296,2,'info','4500 files indexed'),(19872,1674993178.254538,2,'info','5000 files indexed'),(19873,1674993178.308265,2,'info','5500 files indexed'),(19874,1674993178.364327,2,'info','6000 files indexed'),(19875,1674993178.421380,2,'info','6500 files indexed'),(19876,1674993178.546026,2,'info','7000 files indexed'),(19877,1674993178.647448,2,'info','7500 files indexed'),(19878,1674993178.690276,2,'info','8000 files indexed'),(19879,1674993178.744628,2,'info','8500 files indexed'),(19880,1674993178.798406,2,'info','9000 files indexed'),(19881,1674993178.844759,2,'info','9500 files indexed'),(19882,1674993178.875097,2,'info','10000 files indexed'),(19883,1674993178.912615,2,'info','10500 files indexed'),(19884,1674993178.944730,2,'info','10988 files indexed'),(19885,1674993185.084924,2,'info','Analyzed 100 files containing 1017.54 KB of data so far'),(19886,1674993188.778557,2,'info','Analyzed 200 files containing 4.99 MB of data so far'),(19887,1674993192.398257,2,'info','Analyzed 300 files containing 6.43 MB of data so far'),(19888,1674993195.639747,2,'info','Analyzed 400 files containing 8.86 MB of data so far'),(19889,1674993200.223795,2,'info','Analyzed 500 files containing 10.88 MB of data so far'),(19890,1674993203.534610,2,'info','Analyzed 600 files containing 12.94 MB of data so far'),(19891,1674993207.186922,2,'info','Analyzed 700 files containing 15.44 MB of data so far'),(19892,1674993211.223925,2,'info','Analyzed 800 files containing 19.2 MB of data so far'),(19893,1674993214.835629,2,'info','Analyzed 900 files containing 20.43 MB of data so far'),(19894,1674993219.988458,2,'info','Analyzed 1000 files containing 29.44 MB of data so far'),(19895,1674993224.009077,2,'info','Analyzed 1100 files containing 37.52 MB of data so far'),(19896,1674993227.429633,2,'info','Analyzed 1200 files containing 37.81 MB of data so far'),(19897,1674993230.580506,2,'info','Analyzed 1300 files containing 38.21 MB of data so far'),(19898,1674993234.187816,2,'info','Analyzed 1400 files containing 38.82 MB of data so far'),(19899,1674993237.477061,2,'info','Analyzed 1500 files containing 39.78 MB of data so far'),(19900,1674993240.670185,2,'info','Analyzed 1600 files containing 40.5 MB of data so far'),(19901,1674993243.741258,2,'info','Analyzed 1700 files containing 42.09 MB of data so far'),(19902,1674993247.446283,2,'info','Analyzed 1800 files containing 43.14 MB of data so far'),(19903,1674993251.030914,2,'info','Analyzed 1900 files containing 43.52 MB of data so far'),(19904,1674993254.460906,2,'info','Analyzed 2000 files containing 49.45 MB of data so far'),(19905,1674993257.080786,2,'info','Analyzed 2100 files containing 50.73 MB of data so far'),(19906,1674993259.019999,2,'info','Analyzed 2200 files containing 51.36 MB of data so far'),(19907,1674993261.787087,2,'info','Analyzed 2300 files containing 51.55 MB of data so far'),(19908,1674993266.258139,2,'info','Analyzed 2400 files containing 52.13 MB of data so far'),(19909,1674993270.205550,2,'info','Analyzed 2500 files containing 54.94 MB of data so far'),(19910,1674993273.521591,2,'info','Analyzed 2600 files containing 59.03 MB of data so far'),(19911,1674993276.012041,2,'info','Analyzed 2700 files containing 60.93 MB of data so far'),(19912,1674993279.824163,2,'info','Analyzed 2800 files containing 61.99 MB of data so far'),(19913,1674993283.482248,2,'info','Analyzed 2900 files containing 64.28 MB of data so far'),(19914,1674993286.705636,2,'info','Analyzed 3000 files containing 77.21 MB of data so far'),(19915,1674993290.566434,2,'info','Analyzed 3100 files containing 79 MB of data so far'),(19916,1674993293.934327,2,'info','Analyzed 3200 files containing 79.58 MB of data so far'),(19917,1674993298.663129,2,'info','Analyzed 3300 files containing 79.81 MB of data so far'),(19918,1674993300.353435,2,'info','Analyzed 3400 files containing 80.31 MB of data so far'),(19919,1674993303.661913,2,'info','Analyzed 3500 files containing 81.91 MB of data so far'),(19920,1674993306.678860,2,'info','Analyzed 3600 files containing 82.1 MB of data so far'),(19921,1674993309.750345,2,'info','Analyzed 3700 files containing 82.26 MB of data so far'),(19922,1674993313.458765,2,'info','Analyzed 3800 files containing 83.03 MB of data so far'),(19923,1674993316.747140,2,'info','Analyzed 3900 files containing 83.72 MB of data so far'),(19924,1674993320.043207,2,'info','Analyzed 4000 files containing 85.47 MB of data so far'),(19925,1674993323.727319,2,'info','Analyzed 4100 files containing 92.44 MB of data so far'),(19926,1674993329.600517,2,'info','Analyzed 4200 files containing 94.66 MB of data so far'),(19927,1674993332.609071,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(19928,1674993335.524033,2,'info','Analyzed 4400 files containing 96.75 MB of data so far'),(19929,1674993338.278172,2,'info','Analyzed 4500 files containing 97.26 MB of data so far'),(19930,1674993341.614069,2,'info','Analyzed 4600 files containing 97.74 MB of data so far'),(19931,1674993344.844140,2,'info','Analyzed 4700 files containing 98.04 MB of data so far'),(19932,1674993348.442178,2,'info','Analyzed 4800 files containing 99.16 MB of data so far'),(19933,1674993351.883546,2,'info','Analyzed 4900 files containing 101.9 MB of data so far'),(19934,1674993355.625218,2,'info','Analyzed 5000 files containing 107.07 MB of data so far'),(19935,1674993358.874149,2,'info','Analyzed 5100 files containing 107.32 MB of data so far'),(19936,1674993361.995403,2,'info','Analyzed 5200 files containing 107.99 MB of data so far'),(19937,1674993364.047612,2,'info','Analyzed 5300 files containing 108.36 MB of data so far'),(19938,1674993365.814027,2,'info','Analyzed 5400 files containing 108.75 MB of data so far'),(19939,1674993367.726860,2,'info','Analyzed 5500 files containing 108.97 MB of data so far'),(19940,1674993370.654692,2,'info','Analyzed 5600 files containing 109.53 MB of data so far'),(19941,1674993373.046687,2,'info','Analyzed 5700 files containing 109.92 MB of data so far'),(19942,1674993377.889195,2,'info','Analyzed 5800 files containing 110.68 MB of data so far'),(19943,1674993381.222101,2,'info','Analyzed 5900 files containing 110.7 MB of data so far'),(19944,1674993384.426216,2,'info','Analyzed 6000 files containing 110.73 MB of data so far'),(19945,1674993387.818217,2,'info','Analyzed 6100 files containing 112.27 MB of data so far'),(19946,1674993391.980567,2,'info','Analyzed 6200 files containing 118.49 MB of data so far'),(19947,1674993396.677827,2,'info','Analyzed 6300 files containing 119.85 MB of data so far'),(19948,1674993399.776648,2,'info','Analyzed 6400 files containing 122.13 MB of data so far'),(19949,1674993403.439581,2,'info','Analyzed 6500 files containing 123.92 MB of data so far'),(19950,1674993406.894388,2,'info','Analyzed 6600 files containing 126.59 MB of data so far'),(19951,1674993412.973610,2,'info','Analyzed 6700 files containing 127.35 MB of data so far'),(19952,1674993415.434260,2,'info','Analyzed 6800 files containing 127.7 MB of data so far'),(19953,1674993423.867838,2,'info','Analyzed 6900 files containing 127.88 MB of data so far'),(19954,1674993428.603902,2,'info','Analyzed 7000 files containing 129.57 MB of data so far'),(19955,1674993432.419276,2,'info','Analyzed 7100 files containing 130.2 MB of data so far'),(19956,1674993435.571976,2,'info','Analyzed 7200 files containing 132.91 MB of data so far'),(19957,1674993438.912972,2,'info','Analyzed 7300 files containing 137.42 MB of data so far'),(19958,1674993443.116830,2,'info','Analyzed 7400 files containing 137.8 MB of data so far'),(19959,1674993446.594857,2,'info','Analyzed 7500 files containing 139.02 MB of data so far'),(19960,1674993449.203955,2,'info','Analyzed 7600 files containing 140.42 MB of data so far'),(19961,1674993451.878374,2,'info','Analyzed 7700 files containing 153.08 MB of data so far'),(19962,1674993455.196239,2,'info','Analyzed 7800 files containing 157.91 MB of data so far'),(19963,1674993459.343486,2,'info','Analyzed 7900 files containing 159.2 MB of data so far'),(19964,1674993462.740426,2,'info','Analyzed 8000 files containing 160.93 MB of data so far'),(19965,1674993465.841500,2,'info','Analyzed 8100 files containing 163.85 MB of data so far'),(19966,1674993469.311198,2,'info','Analyzed 8200 files containing 164.66 MB of data so far'),(19967,1674993473.739234,2,'info','Analyzed 8300 files containing 168.13 MB of data so far'),(19968,1674993477.350616,2,'info','Analyzed 8400 files containing 174.25 MB of data so far'),(19969,1674993480.706422,2,'info','Analyzed 8500 files containing 176.8 MB of data so far'),(19970,1674993484.205181,2,'info','Analyzed 8600 files containing 178.7 MB of data so far'),(19971,1674993489.356223,2,'info','Analyzed 8700 files containing 179.47 MB of data so far'),(19972,1674993492.921851,2,'info','Analyzed 8800 files containing 181.56 MB of data so far'),(19973,1674993496.892085,2,'info','Analyzed 8900 files containing 183.72 MB of data so far'),(19974,1674993500.616429,2,'info','Analyzed 9000 files containing 184.56 MB of data so far'),(19975,1674993504.863412,2,'info','Analyzed 9100 files containing 186.26 MB of data so far'),(19976,1674993507.891366,2,'info','Analyzed 9200 files containing 187.12 MB of data so far'),(19977,1674993511.321759,2,'info','Analyzed 9300 files containing 187.35 MB of data so far'),(19978,1674993514.777230,2,'info','Analyzed 9400 files containing 187.62 MB of data so far'),(19979,1674993518.464625,2,'info','Analyzed 9500 files containing 187.95 MB of data so far'),(19980,1674993523.189646,2,'info','Analyzed 9600 files containing 188.17 MB of data so far'),(19981,1674993526.878826,2,'info','Analyzed 9700 files containing 188.3 MB of data so far'),(19982,1674993530.532398,2,'info','Analyzed 9800 files containing 188.56 MB of data so far'),(19983,1674993534.235976,2,'info','Analyzed 9900 files containing 190.06 MB of data so far'),(19984,1674993538.337504,2,'info','Analyzed 10000 files containing 192.45 MB of data so far'),(19985,1674993544.302106,2,'info','Analyzed 10100 files containing 194.57 MB of data so far'),(19986,1674993547.707993,2,'info','Analyzed 10200 files containing 196.09 MB of data so far'),(19987,1674993550.492322,2,'info','Analyzed 10300 files containing 202.72 MB of data so far'),(19988,1674993555.668960,2,'info','Analyzed 10400 files containing 213.44 MB of data so far'),(19989,1674993559.305123,2,'info','Analyzed 10500 files containing 214.85 MB of data so far'),(19990,1674993562.547696,2,'info','Analyzed 10600 files containing 217.21 MB of data so far'),(19991,1674993565.610006,2,'info','Analyzed 10700 files containing 220.08 MB of data so far'),(19992,1674993569.318928,2,'info','Analyzed 10800 files containing 223.29 MB of data so far'),(19993,1674993572.066029,2,'info','Analyzed 10900 files containing 224.42 MB of data so far'),(19994,1674993575.646337,2,'info','Analyzed 10988 files containing 225.89 MB of data.'),(19995,1674993575.666049,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(19996,1674993575.709491,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(19997,1674993575.746334,10,'info','SUM_ENDOK:Scanning for known malware files'),(19998,1674993575.793332,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(19999,1674993575.839085,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(20000,1674993575.921984,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(20001,1674993575.962783,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(20002,1674993577.724159,2,'info','Starting scan of file contents'),(20003,1674993578.787790,2,'info','Scanned contents of 12 additional files at 11.81 per second'),(20004,1674993579.383348,2,'info','Scanned contents of 21 additional files at 13.03 per second'),(20005,1674993579.385836,2,'info','Asking Wordfence to check URLs against malware list.'),(20006,1674993579.387932,2,'info','Checking 85 host keys against Wordfence scanning servers.'),(20007,1674993579.973544,2,'info','Done host key check.'),(20008,1674993580.638462,2,'info','Done file contents scan'),(20009,1674993580.649853,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/themes/index.php'),(20010,1674993580.671762,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(20011,1674993580.705907,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(20012,1674993580.753841,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(20013,1674993580.777030,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(20014,1674993580.823159,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(20015,1674993581.045759,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(20016,1674993581.049971,2,'info','Checking 94 host keys against Wordfence scanning servers.'),(20017,1674993581.675870,2,'info','Done host key check.'),(20018,1674993581.687430,2,'info','Done examining URLs'),(20019,1674993581.769481,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(20020,1674993581.781449,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(20021,1674993581.905144,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(20022,1674993581.924570,10,'info','SUM_START:Scanning for weak passwords'),(20023,1674993581.929514,2,'info','Starting password strength check on 1 user.'),(20024,1674993582.032459,10,'info','SUM_ENDOK:Scanning for weak passwords'),(20025,1674993582.108374,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(20026,1674993587.297939,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(20027,1674993587.343267,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(20028,1674993587.962218,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(20029,1674993588.082536,10,'info','SUM_START:Scanning for suspicious site options'),(20030,1674993588.154208,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(20031,1674993588.157913,2,'info','Done examining URLs'),(20032,1674993588.238153,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(20033,1674993588.256487,1,'info','-------------------'),(20034,1674993588.259963,2,'info','Wordfence used 29.2 MB of memory for scan. Server peak memory usage was: 123.2 MB'),(20035,1674993588.268157,1,'info','Scan Complete. Scanned 10988 files, 13 plugins, 5 themes, 13 posts, 0 comments and 98 URLs in 7 minutes 3 seconds.'),(20036,1674993588.271082,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(20037,1675006040.631877,10,'info','SUM_PREP:Preparing a new scan.'),(20038,1675006040.636455,1,'info','Initiating quick scan'),(20039,1675006040.646772,10,'info','SUM_START:Checking Web Application Firewall status'),(20040,1675006040.662540,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(20041,1675006040.685652,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(20042,1675006040.776558,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(20043,1675006040.801597,1,'info','-------------------'),(20044,1675006040.825134,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(20045,1675006040.848819,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(20046,1675006040.858984,10,'info','SUM_FINAL:Scan complete. You have 8 new issues to fix. See below.'),(20047,1675091880.330123,10,'info','SUM_PREP:Preparing a new scan.'),(20048,1675091880.407512,1,'info','Initiating quick scan'),(20049,1675091880.484434,10,'info','SUM_START:Checking Web Application Firewall status'),(20050,1675091880.495285,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(20051,1675091880.544856,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(20052,1675091880.680091,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(20053,1675091880.704577,1,'info','-------------------'),(20054,1675091880.723526,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 48 MB'),(20055,1675091880.766643,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(20056,1675091880.777847,10,'info','SUM_FINAL:Scan complete. You have 8 new issues to fix. See below.'),(20057,1675178428.134364,10,'info','SUM_PREP:Preparing a new scan.'),(20058,1675178428.215831,1,'info','Initiating quick scan'),(20059,1675178428.267522,10,'info','SUM_START:Checking Web Application Firewall status'),(20060,1675178428.278184,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(20061,1675178428.327992,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(20062,1675178428.835611,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(20063,1675178428.902879,1,'info','-------------------'),(20064,1675178428.996391,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 48 MB'),(20065,1675178429.003165,1,'info','Quick Scan Complete. Scanned in 1 second.'),(20066,1675178429.005292,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=173 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_admin_addons_cache_update','W10=','2022-04-06 15:17:23'),(2,'wpforms_admin_builder_templates_cache_update','W10=','2022-04-06 15:17:23'),(6,'wpforms_process_forms_locator_scan','W10=','2022-07-25 10:18:04'),(7,'wpforms_process_forms_locator_scan','W10=','2022-07-25 10:58:41'),(10,'wpforms_builder_help_cache_update','W10=','2022-08-11 15:56:41'),(98,'wpforms_process_forms_locator_scan','W10=','2022-11-10 01:21:21');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://sleepingsolutions.co.uk/health-blog/author/sleepingsolutions/','69:29df95f327c9b76bfef83a301c0d136a',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/7754a38a98952427f0cc36a505665492?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/7754a38a98952427f0cc36a505665492?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-04-06 15:16:15','2022-09-12 10:35:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-22 11:22:58','2021-07-29 14:33:28'),(2,'https://sleepingsolutions.co.uk/home/','37:5812a4fa83b1a1fa3c4bf08b79719225',17,'post','page',1,0,NULL,NULL,'Getting better sleep','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg',NULL,'33','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg','33','featured-image','{\"width\":1920,\"height\":1277,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/girl-1733352_1920.jpg\",\"size\":\"full\",\"id\":33,\"alt\":\"sleeping\",\"pixels\":2451840,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2022-04-06 15:16:15','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-07-29 15:54:43','2021-07-29 14:33:39'),(3,'https://sleepingsolutions.co.uk/','32:b697c2215cffd7749d15ab08580bf083',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','All you will need to know about sleep health','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,6,NULL,'2022-04-06 15:16:15','2022-09-12 10:35:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-22 11:22:58','2021-02-25 17:03:32'),(6,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/logo.png','67:e118b41d58ba02e60ab6aee89681733a',123,'post','attachment',1,0,NULL,NULL,'logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/logo.png',NULL,'123','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/logo.png','123','attachment-image','{\"width\":1080,\"height\":344,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/logo.png\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/04/logo.png\",\"size\":\"full\",\"id\":123,\"alt\":\"\",\"pixels\":371520,\"type\":\"image/png\"}',NULL,NULL,NULL,'2022-04-06 15:17:58','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-06 15:17:58','2022-04-06 15:17:58'),(8,'https://sleepingsolutions.co.uk/home-2/','39:6ff89c6a260e079769439ec79e20a47a',124,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 15:17:58','2022-08-12 14:37:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-12 14:37:14','2022-04-06 15:17:58'),(9,'https://sleepingsolutions.co.uk/recommended-amount-of-sleep/','60:788d9caaff90b2e4e3322ba480dfe201',30,'post','page',1,0,NULL,NULL,'Recommended amount of sleep','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg',NULL,'34','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg','34','featured-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/woman-918981_1920.jpg\",\"size\":\"full\",\"id\":34,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2022-04-06 15:20:03','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-07-29 15:53:14','2021-07-29 14:46:12'),(11,'https://sleepingsolutions.co.uk/health-blog/missing-teeth-increase-the-risk-of-insomnia/','88:24527695869eed4d425f629187be8365',116,'post','post',1,0,NULL,'%%excerpt%%','Missing Teeth Increase The Risk Of Insomnia','publish',NULL,0,NULL,NULL,NULL,'sleep',60,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg',NULL,'117','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg','117','featured-image','{\"width\":940,\"height\":627,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/01/sleep-problems.jpeg\",\"size\":\"full\",\"id\":117,\"alt\":\"sleep problems\",\"pixels\":589380,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2022-04-06 15:23:56','2022-08-22 11:22:58',1,NULL,NULL,NULL,NULL,0,2,2,'2022-08-22 11:22:58','2022-01-25 15:59:12'),(13,'https://sleepingsolutions.co.uk/health-blog/how-to-make-your-property-listing-pop-on-airbnb/','92:852bb78324e5a620527037a25db1e2aa',128,'post','post',1,0,NULL,'%%excerpt%%','How to make your property listing pop on AirBnB','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg',NULL,'130','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg','130','featured-image','{\"width\":2560,\"height\":1707,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/04/airbnb-scaled.jpg\",\"size\":\"full\",\"id\":130,\"alt\":\"airbnb\",\"pixels\":4369920,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-04-06 15:24:11','2022-07-25 10:58:56',1,NULL,NULL,NULL,NULL,0,3,2,'2022-04-07 08:58:18','2022-04-06 15:54:38'),(14,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg','76:665546c605e7d8adab96874e5bfe0d2d',130,'post','attachment',1,128,NULL,NULL,'airbnb','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg',NULL,'130','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg','130','attachment-image','{\"width\":2560,\"height\":1707,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/airbnb-scaled.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/04/airbnb-scaled.jpg\",\"size\":\"full\",\"id\":130,\"alt\":\"airbnb\",\"pixels\":4369920,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-06 15:32:49','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-04-06 15:33:08','2022-04-06 15:32:49'),(15,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg','78:4c74624e685644bc5c2b176d05d9b990',131,'post','attachment',1,128,NULL,NULL,'property','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg',NULL,'131','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg','131','attachment-image','{\"width\":2560,\"height\":1707,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/04/property-scaled.jpg\",\"size\":\"full\",\"id\":131,\"alt\":\"property\",\"pixels\":4369920,\"type\":\"image/jpeg\"}',NULL,1,NULL,'2022-04-06 15:35:03','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-04-06 15:35:17','2022-04-06 15:35:03'),(16,'https://sleepingsolutions.co.uk/health-blog/tag/property/','57:a897a739f086141e06ca7ebfe7d1b1a5',8,'term','post_tag',NULL,NULL,NULL,NULL,'property',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 15:35:53','2022-07-25 21:20:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-07 08:58:18','2022-04-06 15:54:38'),(17,'https://sleepingsolutions.co.uk/health-blog/tag/lettings/','57:03d19dbbce29cb5855a39759ea0a3e79',9,'term','post_tag',NULL,NULL,NULL,NULL,'lettings',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 15:35:53','2022-07-25 21:20:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-07 08:58:18','2022-04-06 15:54:38'),(18,'https://sleepingsolutions.co.uk/health-blog/category/property-letting/','70:d3ef087cacd42f0a6637189939fbde35',10,'term','category',NULL,NULL,NULL,NULL,'property letting',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 15:38:39','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(19,'https://sleepingsolutions.co.uk/health-blog/category/uncategorized/','67:8bdcffea952cd923abfe92cd06559101',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 15:53:45','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(20,'https://sleepingsolutions.co.uk/about-us/','41:c1fbd6e83a73de7180addf84d534335a',15,'post','page',1,0,NULL,NULL,'About us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg',NULL,'86','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg','86','featured-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/bed-1836316_1920.jpg\",\"size\":\"full\",\"id\":86,\"alt\":\"sleep problems\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2022-04-06 15:54:18','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-07-29 15:36:56','2021-07-29 14:33:28'),(21,'https://sleepingsolutions.co.uk/health-blog/category/property-management/','73:9289aae0a6f99c84c639f4aa07b8be16',11,'term','category',NULL,NULL,NULL,NULL,'Property Management',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 16:03:12','2022-07-25 15:03:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-04-07 08:58:18','2022-04-06 15:54:38'),(22,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg','75:fd409bf315f5878e516774ebc8f701c3',118,'post','attachment',1,116,NULL,NULL,'sleep-apnea','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg',NULL,'118','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg','118','attachment-image','{\"width\":500,\"height\":333,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-apnea.jpeg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/01/sleep-apnea.jpeg\",\"size\":\"full\",\"id\":118,\"alt\":\"sleep\",\"pixels\":166500,\"type\":\"image/jpeg\"}',NULL,0,NULL,'2022-04-06 16:05:14','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-04-06 16:05:14','2022-01-25 15:59:01'),(23,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg','80:a1965e43ae22c529c620de1c6efccd21',33,'post','attachment',1,30,NULL,NULL,'girl-1733352_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg',NULL,'33','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg','33','attachment-image','{\"width\":1920,\"height\":1277,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/girl-1733352_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/girl-1733352_1920.jpg\",\"size\":\"full\",\"id\":33,\"alt\":\"sleeping\",\"pixels\":2451840,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-04-06 16:06:02','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-04-06 16:06:02','2021-07-29 14:46:04'),(24,'https://sleepingsolutions.co.uk/why-is-sleep-important/','55:d7a15594ba227288e9a9bf6cbabfe3df',19,'post','page',1,0,NULL,NULL,'Why is sleep important?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg',NULL,'84','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg','84','featured-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/piglet-3386356_1920.jpg\",\"size\":\"full\",\"id\":84,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-04-06 16:07:11','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-07-29 15:36:29','2021-07-29 14:33:54'),(25,'https://sleepingsolutions.co.uk/health-benefits-relating-to-sleep/','66:0d5da2608bb11693f821557daaa03d2d',36,'post','page',1,0,NULL,NULL,'Health benefits relating to sleep','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg',NULL,'35','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg','35','featured-image','{\"width\":1920,\"height\":1279,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/bed-1846251_1920.jpg\",\"size\":\"full\",\"id\":35,\"alt\":\"\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-04-06 16:07:42','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-07-29 15:34:02','2021-07-29 14:46:44'),(26,'https://sleepingsolutions.co.uk/sleep-therapy/','46:2a27327ef09137e8805100f6f8abd116',104,'post','page',1,0,NULL,NULL,'Sleep therapy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 16:07:53','2022-07-25 10:58:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-07-30 10:54:56','2021-07-30 10:54:56'),(27,'https://sleepingsolutions.co.uk/sleep-therapy/hypnosis/','55:f7abb7d861001923dc20787a6492a1e9',39,'post','page',1,104,NULL,NULL,'Hypnosis','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg',NULL,'32','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg','32','featured-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/woman-2197947_1920.jpg\",\"size\":\"full\",\"id\":32,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-04-06 16:07:53','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-30 10:55:06','2021-07-29 14:51:17'),(29,'https://sleepingsolutions.co.uk/sleeping-disorders/','51:eddcbf52675d9f65e1ea2d3a96ba5717',65,'post','page',1,0,NULL,NULL,'Sleeping disorders','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg',NULL,'81','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg','81','featured-image','{\"width\":1920,\"height\":1535,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/woman-2870659_1920.jpg\",\"size\":\"full\",\"id\":81,\"alt\":\"\",\"pixels\":2947200,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2022-04-06 17:23:55','2022-07-25 10:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-11-10 17:21:37','2021-07-29 15:16:28'),(30,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-06 17:27:12','2022-07-25 10:58:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(31,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-06 19:24:09','2022-07-25 12:39:05',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(32,'https://sleepingsolutions.co.uk/health-blog/category/sleep-issues/','66:8bb880ce2e0d8ae28589c0a9add376bd',3,'term','category',NULL,NULL,NULL,NULL,'Sleep issues',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-06 19:24:14','2022-08-22 11:22:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-22 11:22:58','2022-01-25 15:59:12'),(33,'https://sleepingsolutions.co.uk/get-in-contact/','47:2dd2e0539c17bd0e1f9bb589abbe9375',88,'post','page',1,0,NULL,NULL,'Get in contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg',NULL,'91','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg','91','featured-image','{\"width\":1920,\"height\":1279,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/iphone-410324_1920.jpg\",\"size\":\"full\",\"id\":91,\"alt\":\"\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-04-07 05:36:26','2022-08-11 15:57:12',1,NULL,NULL,NULL,NULL,0,1,2,'2022-08-11 15:57:11','2021-07-29 15:42:52'),(35,'https://sleepingsolutions.co.uk/health-blog/tag/sleep-apnea/','60:0f991fc88da2f5ed007d8154286df51c',7,'term','post_tag',NULL,NULL,NULL,NULL,'sleep apnea',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-15 17:47:43','2022-08-22 11:22:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-22 11:22:58','2022-01-25 15:59:12'),(36,'https://sleepingsolutions.co.uk/health-blog/tag/dental-implants/','64:d92e59038a63d81014b0e3a948640038',4,'term','post_tag',NULL,NULL,NULL,NULL,'dental implants',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-15 17:48:31','2022-08-22 11:22:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-22 11:22:58','2022-01-25 15:59:12'),(37,'https://sleepingsolutions.co.uk/health-blog/tag/all-on-four/','60:7ecf4b84dcb21f2e0232504273e1cc6b',6,'term','post_tag',NULL,NULL,NULL,NULL,'all on four',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-04-15 17:48:43','2022-08-22 11:22:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-22 11:22:58','2022-01-25 15:59:12'),(38,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-17 12:44:19','2022-08-06 20:49:04',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(49,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg','81:43b89729e106af3a1b02e536f0d76c7d',32,'post','attachment',1,30,NULL,NULL,'woman-2197947_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg',NULL,'32','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg','32','attachment-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2197947_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/woman-2197947_1920.jpg\",\"size\":\"full\",\"id\":32,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-29 14:46:02','2021-07-29 14:46:02'),(50,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg','80:894b91496b9b3b8b8148576552f704b9',34,'post','attachment',1,30,NULL,NULL,'woman-918981_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg',NULL,'34','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg','34','attachment-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-918981_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/woman-918981_1920.jpg\",\"size\":\"full\",\"id\":34,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-29 14:46:05','2021-07-29 14:46:05'),(51,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg','79:31b371452d96d54c4d76480506223d81',35,'post','attachment',1,30,NULL,NULL,'bed-1846251_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg',NULL,'35','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg','35','attachment-image','{\"width\":1920,\"height\":1279,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1846251_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/bed-1846251_1920.jpg\",\"size\":\"full\",\"id\":35,\"alt\":\"\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-29 14:46:06','2021-07-29 14:46:06'),(52,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg','81:2df5c90414b4366b5c98ad460c0a76b9',81,'post','attachment',1,65,NULL,NULL,'woman-2870659_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg',NULL,'81','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg','81','attachment-image','{\"width\":1920,\"height\":1535,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/woman-2870659_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/woman-2870659_1920.jpg\",\"size\":\"full\",\"id\":81,\"alt\":\"\",\"pixels\":2947200,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-29 15:35:23','2021-07-29 15:35:23'),(53,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg','82:ff2364bc747b74011015701b9a58370c',84,'post','attachment',1,19,NULL,NULL,'piglet-3386356_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg',NULL,'84','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg','84','attachment-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/piglet-3386356_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/piglet-3386356_1920.jpg\",\"size\":\"full\",\"id\":84,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-29 15:36:25','2021-07-29 15:36:25'),(54,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg','79:bdb34dad95ca00d5c9aba781b1113856',86,'post','attachment',1,15,NULL,NULL,'bed-1836316_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg',NULL,'86','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg','86','attachment-image','{\"width\":1920,\"height\":1280,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/bed-1836316_1920.jpg\",\"size\":\"full\",\"id\":86,\"alt\":\"sleep problems\",\"pixels\":2457600,\"type\":\"image/jpeg\"}',NULL,1,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-11-10 17:18:25','2021-07-29 15:36:43'),(55,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg','81:819b61d9dad8738d17fa49a61c34933d',91,'post','attachment',1,88,NULL,NULL,'iphone-410324_1920','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg',NULL,'91','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg','91','attachment-image','{\"width\":1920,\"height\":1279,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/iphone-410324_1920.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2021/07/iphone-410324_1920.jpg\",\"size\":\"full\",\"id\":91,\"alt\":\"\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2021-07-29 15:43:15','2021-07-29 15:43:15'),(56,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg','78:8796aa93e3d757695540a8d7d2f0a80a',117,'post','attachment',1,116,NULL,NULL,'sleep problems','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg',NULL,'117','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg','117','attachment-image','{\"width\":940,\"height\":627,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/01/sleep-problems.jpeg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/01/sleep-problems.jpeg\",\"size\":\"full\",\"id\":117,\"alt\":\"sleep problems\",\"pixels\":589380,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-01-25 15:58:51','2022-01-25 15:58:47'),(57,'https://sleepingsolutions.co.uk/health-blog/tag/all-on-foujr/','61:b9963dea3da24c3a4336009b3b092d3a',5,'term','post_tag',NULL,NULL,NULL,NULL,'all on foujr',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-07-25 10:41:48','2022-08-11 15:47:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(63,'https://sleepingsolutions.co.uk/health-blog/7-cholesterol-facts-that-could-save-your-life/','90:3e982dcf4c4664cf0b5fc1ecce7ff676',167,'post','post',1,0,NULL,'%%excerpt%%','7 Cholesterol Facts that Could Save Your Life','publish',NULL,0,NULL,NULL,NULL,'cholesterol',34,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg',NULL,'169','featured-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg','169','featured-image','{\"width\":1920,\"height\":1279,\"filesize\":614421,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/08/healthy-food.jpg\",\"size\":\"full\",\"id\":169,\"alt\":\"healthy food\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2022-08-12 14:24:32','2022-08-12 14:27:06',1,NULL,NULL,NULL,NULL,0,5,2,'2022-08-12 14:27:06','2021-11-12 14:26:47'),(64,'https://sleepingsolutions.co.uk/health-blog/category/health/','60:02f830059d9ef3878c44aa4ddb28bd23',12,'term','category',NULL,NULL,NULL,NULL,'Health',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-12 14:25:53','2022-08-12 14:27:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-12 14:27:06',NULL),(65,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg','75:3fe7255030d1406025e806f87b88007d',169,'post','attachment',1,167,NULL,NULL,'','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg',NULL,'169','attachment-image',NULL,NULL,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg','169','attachment-image','{\"width\":1920,\"height\":1279,\"filesize\":614421,\"url\":\"https://sleepingsolutions.co.uk/wp-content/uploads/2022/08/healthy-food.jpg\",\"path\":\"/home/sleepingsolutions.co.uk/public_html/wp-content/uploads/2022/08/healthy-food.jpg\",\"size\":\"full\",\"id\":169,\"alt\":\"healthy food\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-08-12 14:26:15','2022-08-12 14:26:47',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-08-12 14:26:21','2022-08-12 14:26:15');
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(6,0,0,1),(8,0,0,1),(9,0,0,1),(11,0,0,1),(13,0,0,1),(14,13,1,1),(15,13,1,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,11,1,1),(23,9,1,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,26,1,1),(29,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(49,9,1,1),(50,9,1,1),(51,9,1,1),(52,29,1,1),(53,24,1,1),(54,20,1,1),(55,33,1,1),(56,11,1,1),(57,0,0,1),(63,0,0,1),(64,0,0,1),(65,63,1,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,128,11,'category','2022-04-06 15:39:10','2022-07-25 10:58:56',1),(2,167,12,'category','2022-08-12 14:26:42','2022-08-12 14:27:06',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (1,'https://www.haart.co.uk/landlords/lettings-process/types-of-tenancies/',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(2,'https://helloguest.co.uk/airbnb-management-service/property-management/#:~:text=Property%20cleaning%20to,from%20their%20feedback.',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(3,'tel:02034886935',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(4,'https://www.packthesuitcases.com/best-uk-city-breaks-weekend-getaway/',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(5,'https://sleepingsolutions.co.uk/wp-content/uploads/2022/04/property-scaled.jpg',128,131,'image-in',13,15,1707,2560,280035,NULL,NULL),(6,'https://helloguest.co.uk/',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(7,'https://homelet.co.uk/landlord-insurance/tips/what-is-landlords-insurance',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(8,'https://www.bu.edu/bhr/2017/06/07/airbnb-guest-pricing-value/',128,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(9,'/',116,NULL,'internal',11,3,NULL,NULL,NULL,NULL,NULL),(10,'https://www.sleep-journal.com/',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(11,'http://www.tohoku.ac.jp/en/',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(12,'https://respiratory-research.biomedcentral.com/articles/10.1186/1465-9921-7-8',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(13,'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947024/',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(14,'https://medicalorthodontics.org/dental_articles/the-connection-between-insomnia-and-dental-problems/',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(15,'https://www.verywellhealth.com/sleep-apnea-and-oral-health-4587690',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(19,'https://theyoungvictoria.co.uk/2022/05/09/visit-the-dentist-twice-a-year-top-reasons-to-go/',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(20,'https://godhaven.org.uk/blog/should-i-consider-all-on-four-implants-for-my-smile/',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL),(23,'/',15,NULL,'internal',20,3,NULL,NULL,NULL,NULL,NULL),(24,'/',17,NULL,'internal',2,3,NULL,NULL,NULL,NULL,NULL),(25,'https://www.nhs.uk/live-well/sleep-and-tiredness/why-lack-of-sleep-is-bad-for-your-health/',19,NULL,'external',24,NULL,NULL,NULL,NULL,NULL,NULL),(26,'https://www.healthline.com/health/healthy-sleep/what-happens-to-your-body-when-you-lose-sleep',19,NULL,'external',24,NULL,NULL,NULL,NULL,NULL,NULL),(27,'/',30,NULL,'internal',9,3,NULL,NULL,NULL,NULL,NULL),(28,'https://www.sleepfoundation.org/how-sleep-works/how-much-sleep-do-we-really-need',30,NULL,'external',9,NULL,NULL,NULL,NULL,NULL,NULL),(29,'https://www.webmd.com/sleep-disorders/benefits-sleep-more',36,NULL,'external',25,NULL,NULL,NULL,NULL,NULL,NULL),(30,'/',65,NULL,'internal',29,3,NULL,NULL,NULL,NULL,NULL),(31,'https://my.clevelandclinic.org/health/articles/11429-common-sleep-disorders',65,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(32,'https://www.mayoclinic.org/diseases-conditions/bruxism/symptoms-causes/syc-20356095#:~:text=Bruxism%20(BRUK%2Dsiz%2Dum,a%20sleep%2Drelated%20movement%20disorder.',65,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(33,'https://pestexterminatorskent.co.uk/',65,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(34,'https://sleepingsolutions.co.uk/',65,NULL,'internal',29,3,NULL,NULL,NULL,NULL,NULL),(35,'https://www.mind.org.uk/information-support/drugs-and-treatments/sleeping-pills-and-minor-tranquillisers/about-benzodiazepines/',65,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(36,'https://sleepingsolutions.co.uk/wp-content/uploads/2021/07/bed-1836316_1920.jpg',65,86,'image-in',29,54,1280,1920,278420,NULL,NULL),(37,'tel:01378398882',88,NULL,'external',33,NULL,NULL,NULL,NULL,NULL,NULL),(38,'mailto:info@sleepingsolutions.co.uk',88,NULL,'external',33,NULL,NULL,NULL,NULL,NULL,NULL),(46,'https://sleepingsolutions.co.uk/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg',88,NULL,'image-in',33,NULL,NULL,NULL,NULL,NULL,NULL),(48,'https://dorsetdentalimplants.com/dental-implants/multiple-teeth-dental-implants',116,NULL,'external',11,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2023-02-01  0:13:09